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 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "コメント",
  5. "You commented" : "コメント済",
  6. "{author} commented" : "{author} がコメントしました",
  7. "You commented on %1$s" : "%1$s についてコメントしました",
  8. "You commented on {file}" : "{file} にコメントしました",
  9. "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
  10. "{author} commented on {file}" : "{author} が{file} にコメントしました",
  11. "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき",
  12. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "あなたは \"{file}\" で、削除されたアカウントのコメントで言及されました",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} さんが \"{file}\" のコメント内であなたついて言及しました",
  14. "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
  15. "Edit comment" : "コメントを編集",
  16. "Delete comment" : "コメントを削除",
  17. "Cancel edit" : "編集をキャンセル",
  18. "New comment" : "新しいコメント",
  19. "Write a comment …" : "コメントを書く...",
  20. "Post comment" : "コメントを投稿",
  21. "@ for mentions, : for emoji, / for smart picker" : "メンションには@、絵文字には:、スマートピッカーには/",
  22. "Could not reload comments" : "コメントをリロードできませんでした",
  23. "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
  24. "No more messages" : "これ以上のメッセージはありません",
  25. "Retry" : "再試行",
  26. "Failed to mark comments as read" : "コメントを既読にすることができませんでした",
  27. "Unable to load the comments list" : "コメントリストを読み込めませんでした",
  28. "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
  29. "Comment" : "コメント",
  30. "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
  31. "Comment deleted" : "コメントが削除されました",
  32. "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
  33. "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
  34. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "You were mentioned on \"{file}\", in a comment by a user that has since been deleted",
  35. "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
  36. "Write a message …" : "メッセージを書く…",
  37. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "メンションには \"@\"、絵文字には \":\"、スマートピッカーには \"/\""
  38. },
  39. "nplurals=1; plural=0;");