ja.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. { "translations": {
  2. "Comments" : "コメント",
  3. "Unknown user" : "不明なユーザー",
  4. "New comment …" : "新しいコメント...",
  5. "Delete comment" : "コメントを削除",
  6. "Post" : "追加",
  7. "Cancel" : "キャンセル",
  8. "Edit comment" : "コメントを編集",
  9. "[Deleted user]" : "[削除済みユーザー]",
  10. "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
  11. "More comments …" : "その他のコメント...",
  12. "Save" : "保存",
  13. "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
  14. "Error occurred while retrieving comment with id {id}" : "コメントID {id} のコメントを取得する際にエラーが発生",
  15. "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生",
  16. "Error occurred while posting comment" : "コメント投稿時にエラーが発生",
  17. "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
  18. "Comment" : "コメント",
  19. "You commented" : "コメント済",
  20. "%1$s commented" : "%1$s がコメントを追加",
  21. "{author} commented" : "{author} がコメントしました",
  22. "You commented on %1$s" : "%1$s にコメントしました",
  23. "You commented on {file}" : "{file} にコメントしました",
  24. "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
  25. "{author} commented on {file}" : "{author} が{file} にコメントしました",
  26. "<strong>Comments</strong> for files" : "ファイルの<strong>コメント</ strong>",
  27. "A (now) deleted user mentioned you in a comment on “%s”" : "(現在)削除されたユーザーが \"%s\" のコメントであなたのことについて言及しました",
  28. "A (now) deleted user mentioned you in a comment on “{file}”" : "(現在)削除されたユーザーが \"{file}\" のコメントであなたのことについて言及しました",
  29. "%1$s mentioned you in a comment on “%2$s”" : "%1$s さんが “%2$s” のコメントであなたについて言及しました。",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
  31. "Type in a new comment..." : "新しいコメントを入力...",
  32. "No other comments available" : "コメントはありません",
  33. "More comments..." : "コメントをさらに表示...",
  34. "{count} unread comments" : "未読コメント数 {count}",
  35. "You commented on %2$s" : "%2$s にコメント済"
  36. },"pluralForm" :"nplurals=1; plural=0;"
  37. }