ja.json 2.5 KB

123456789101112131415161718192021222324252627282930313233
  1. { "translations": {
  2. "Comments" : "コメント",
  3. "You commented" : "コメント済",
  4. "%1$s commented" : "%1$s がコメントを追加",
  5. "{author} commented" : "{author} がコメントしました",
  6. "You commented on %1$s" : "%1$s にコメントしました",
  7. "You commented on {file}" : "{file} にコメントしました",
  8. "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
  9. "{author} commented on {file}" : "{author} が{file} にコメントしました",
  10. "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき",
  11. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
  13. "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
  14. "Edit comment" : "コメントを編集",
  15. "Delete comment" : "コメントを削除",
  16. "New comment …" : "新しいコメント...",
  17. "Post" : "追加",
  18. "Cancel" : "キャンセル",
  19. "[Deleted user]" : "[削除済みユーザー]",
  20. "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
  21. "More comments …" : "その他のコメント...",
  22. "Save" : "保存",
  23. "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "ID {id} のコメント取得中にエラーが発生しました",
  25. "Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました",
  26. "Error occurred while posting comment" : "コメント投稿中にエラーが発生しました",
  27. "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
  28. "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
  29. "Comment" : "コメント",
  30. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで %s にあなたに言及しました",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。"
  32. },"pluralForm" :"nplurals=1; plural=0;"
  33. }