ja.js 1.3 KB

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