nextcloud/apps/comments/l10n/ja.json

40 lines
2.9 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2019-02-27 04:12:05 +03:00
"Comments" : "コメント",
"You commented" : "コメント済",
"%1$s commented" : "%1$s がコメントを追加",
"{author} commented" : "{author} がコメントしました",
"You commented on %1$s" : "%1$s にコメントしました",
"You commented on {file}" : "{file} にコメントしました",
"%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
"{author} commented on {file}" : "{author} が{file} にコメントしました",
"<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
"{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
2018-04-12 03:19:20 +03:00
"Edit comment" : "コメントを編集",
2016-02-25 09:58:06 +03:00
"Delete comment" : "コメントを削除",
2021-05-14 05:25:11 +03:00
"Cancel edit" : "編集をキャンセル",
"Post comment" : "コメントを投稿",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
2021-05-14 05:25:11 +03:00
"No more messages" : "これ以上のメッセージはありません",
2020-10-21 05:18:44 +03:00
"Retry" : "再試行",
2021-05-14 05:25:11 +03:00
"Unable to load the comments list" : "コメントリストを読み込めませんでした",
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
"_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
"Comment" : "コメント",
2021-05-14 05:25:11 +03:00
"An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
2020-10-21 05:18:44 +03:00
"Comment deleted" : "コメントが削除されました",
2021-05-14 05:25:11 +03:00
"An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
"An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
2018-04-12 03:19:20 +03:00
"New comment …" : "新しいコメント...",
2016-02-25 09:58:06 +03:00
"Post" : "追加",
2016-02-17 09:56:11 +03:00
"Cancel" : "キャンセル",
2016-02-25 09:58:06 +03:00
"[Deleted user]" : "[削除済みユーザー]",
2016-11-20 04:06:44 +03:00
"More comments …" : "その他のコメント...",
2016-02-17 09:56:11 +03:00
"Save" : "保存",
2016-02-25 09:58:06 +03:00
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
2018-06-21 03:12:47 +03:00
"Error occurred while retrieving comment with ID {id}" : "ID {id} のコメント取得中にエラーが発生しました",
"Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "コメント投稿中にエラーが発生しました"
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=1; plural=0;"
}