ja.js 2.8 KB

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