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