summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ja.js
blob: ef2a9a37ddb6e978f1b22e4bb2d836937bd974f9 (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
OC.L10N.register(
    "comments",
    {
    "Delete comment" : "コメントを削除",
    "Post" : "追加",
    "Cancel" : "キャンセル",
    "Edit comment" : "コメントを編集",
    "[Deleted user]" : "[削除済みユーザー]",
    "Comments" : "コメント",
    "Save" : "保存",
    "Allowed characters {count} of {max}" : "入力文字数  {count} / {max}",
    "Error occurred while retrieving comment with id {id}" : "コメントID {id} のコメントを取得する際にエラーが発生",
    "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生",
    "Error occurred while posting comment" : "コメント投稿時にエラーが発生",
    "{count} unread comments" : "未読コメント数 {count}",
    "Comment" : "コメント",
    "You commented" : "コメント済",
    "%1$s commented" : "%1$s がコメントを追加",
    "You commented on %2$s" : "%2$s にコメント済",
    "%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました",
    "Type in a new comment..." : "新しいコメントを入力...",
    "No other comments available" : "コメントはありません",
    "More comments..." : "コメントをさらに表示..."
},
"nplurals=1; plural=0;");