You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
  14. "Edit comment" : "コメントを編集",
  15. "Delete comment" : "コメントを削除",
  16. "Cancel edit" : "編集をキャンセル",
  17. "Post comment" : "コメントを投稿",
  18. "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
  19. "No more messages" : "これ以上のメッセージはありません",
  20. "Retry" : "再試行",
  21. "Unable to load the comments list" : "コメントリストを読み込めませんでした",
  22. "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
  23. "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
  24. "Comment" : "コメント",
  25. "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
  26. "Comment deleted" : "コメントが削除されました",
  27. "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
  28. "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
  29. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。",
  31. "New comment …" : "新しいコメント...",
  32. "Post" : "追加",
  33. "Cancel" : "キャンセル",
  34. "[Deleted user]" : "[削除済みユーザー]",
  35. "More comments …" : "その他のコメント...",
  36. "Save" : "保存",
  37. "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
  38. "Error occurred while retrieving comment with ID {id}" : "ID {id} のコメント取得中にエラーが発生しました",
  39. "Error occurred while updating comment with id {id}" : "ID {id} のコメント更新中にエラーが発生しました",
  40. "Error occurred while posting comment" : "コメント投稿中にエラーが発生しました"
  41. },
  42. "nplurals=1; plural=0;");