nextcloud/apps/comments/l10n/ja.json

32 lines
2.4 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2018-04-12 03:19:20 +03:00
"Edit comment" : "コメントを編集",
2016-02-25 09:58:06 +03:00
"Delete 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]" : "[削除済みユーザー]",
2018-07-26 03:12:01 +03:00
"Comments" : "コメント",
2016-11-20 04:06:44 +03:00
"No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
"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} のコメント更新中にエラーが発生しました",
"Error occurred while posting comment" : "コメント投稿中にエラーが発生しました",
2016-11-20 04:06:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
2016-05-05 08:55:08 +03:00
"Comment" : "コメント",
"You commented" : "コメント済",
"%1$s commented" : "%1$s がコメントを追加",
2016-11-26 04:06:57 +03:00
"{author} commented" : "{author} がコメントしました",
"You commented on %1$s" : "%1$s にコメントしました",
"You commented on {file}" : "{file} にコメントしました",
2016-09-01 03:09:24 +03:00
"%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
2016-11-26 04:06:57 +03:00
"{author} commented on {file}" : "{author} が{file} にコメントしました",
2018-06-17 03:12:48 +03:00
"<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき",
2018-11-14 04:12:12 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
2018-11-14 04:12:12 +03:00
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
2018-11-23 04:12:51 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。"
2016-02-17 09:56:11 +03:00
},"pluralForm" :"nplurals=1; plural=0;"
}