ja.js 2.5 KB

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