2016-02-17 09:56:11 +03:00
|
|
|
OC.L10N.register(
|
|
|
|
"comments",
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
"Type in a new comment..." : "新しいコメントを入力...",
|
|
|
|
"Delete comment" : "コメントを削除",
|
|
|
|
"Post" : "追加",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Cancel" : "キャンセル",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Edit comment" : "コメントを編集",
|
|
|
|
"[Deleted user]" : "[削除済みユーザー]",
|
2016-05-05 08:55:08 +03:00
|
|
|
"Comments" : "コメント",
|
2016-02-25 09:58:06 +03:00
|
|
|
"No other comments available" : "コメントはありません",
|
|
|
|
"More comments..." : "コメントをさらに表示...",
|
2016-02-17 09:56:11 +03:00
|
|
|
"Save" : "保存",
|
2016-02-25 09:58:06 +03:00
|
|
|
"Allowed characters {count} of {max}" : "入力文字数 {count} / {max}",
|
2016-07-06 16:28:06 +03:00
|
|
|
"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" : "コメント投稿時にエラーが発生",
|
2016-02-25 09:58:06 +03:00
|
|
|
"{count} unread comments" : "未読コメント数 {count}",
|
2016-05-05 08:55:08 +03:00
|
|
|
"Comment" : "コメント",
|
|
|
|
"<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "ファイルに対する<strong>コメント</strong><em>(常時ストリームに表示)</em>",
|
|
|
|
"You commented" : "コメント済",
|
|
|
|
"%1$s commented" : "%1$s がコメントを追加",
|
|
|
|
"You commented on %2$s" : "%2$s にコメント済",
|
|
|
|
"%1$s commented on %2$s" : "%2$s について、%1$s がコメントしました"
|
2016-02-17 09:56:11 +03:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|