Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e21548f3e5ceeb4a3fe939e22f5a5eaa68e6e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "comments",
    {
    "Comments" : "コメント",
    "You commented" : "コメント済",
    "%1$s commented" : "%1$s がコメントを追加",
    "{author} commented" : "{author} がコメントしました",
    "You commented on %1$s" : "%1$s にコメントしました",
    "You commented on {file}" : "{file} にコメントしました",
    "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
    "{author} commented on {file}" : "{author} が{file} にコメントしました",
    "<strong>Comments</strong> for files" : "ファイルへの<strong>コメント</strong>があったとき",
    "Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
    "Edit comment" : "コメントを編集",
    "Delete comment" : "コメントを削除",
    "Cancel edit" : "編集をキャンセル",
    "Post comment" : "コメントを投稿",
    "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
    "No more messages" : "これ以上のメッセージはありません",
    "Retry" : "再試行",
    "Unable to load the comments list" : "コメントリストを読み込めませんでした",
    "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
    "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
    "Comment" : "コメント",
    "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました",
    "Comment deleted" : "コメントが削除されました",
    "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました",
    "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました",
    "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "削除されたユーザーのコメントで \"{file}\" にあなたに言及しました",
    "{user} mentioned you in a comment on “{file}”" : "{user} さんが ““{file}” のコメントであなたについて言及しました。"
},
"nplurals=1; plural=0;");