ja.js 2.5 KB

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