ja.json 1.3 KB

1234567891011121314151617181920212223
  1. { "translations": {
  2. "Delete comment" : "コメントを削除",
  3. "Post" : "追加",
  4. "Cancel" : "キャンセル",
  5. "Edit comment" : "コメントを編集",
  6. "[Deleted user]" : "[削除済みユーザー]",
  7. "Comments" : "コメント",
  8. "Save" : "保存",
  9. "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
  10. "Error occurred while retrieving comment with id {id}" : "コメントID {id} のコメントを取得する際にエラーが発生",
  11. "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生",
  12. "Error occurred while posting comment" : "コメント投稿時にエラーが発生",
  13. "Comment" : "コメント",
  14. "You commented" : "コメント済",
  15. "%1$s commented" : "%1$s がコメントを追加",
  16. "You commented on %2$s" : "%2$s にコメント済",
  17. "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
  18. "Type in a new comment..." : "新しいコメントを入力...",
  19. "No other comments available" : "コメントはありません",
  20. "More comments..." : "コメントをさらに表示...",
  21. "{count} unread comments" : "未読コメント数 {count}"
  22. },"pluralForm" :"nplurals=1; plural=0;"
  23. }