diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-21 00:13:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-21 00:13:07 +0000 |
commit | 869aa64d0d0237f34bde660a2a8feec7a03f0e34 (patch) | |
tree | c9fa2ac80c1b11e002dc4531330065ad7627f8b0 /apps/comments | |
parent | 4d8285553a36c9afa1f5cd0b2f3bdbf40f9cf7ea (diff) | |
download | nextcloud-server-869aa64d0d0237f34bde660a2a8feec7a03f0e34.tar.gz nextcloud-server-869aa64d0d0237f34bde660a2a8feec7a03f0e34.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/ja.js | 5 | ||||
-rw-r--r-- | apps/comments/l10n/ja.json | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index c3c402f584d..1be1b4d6b99 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -12,8 +12,9 @@ OC.L10N.register( "More comments …" : "その他のコメント...", "Save" : "保存", "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}", - "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生", - "Error occurred while posting comment" : "コメント投稿時にエラーが発生", + "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" : "コメント投稿中にエラーが発生しました", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "Comment" : "コメント", "You commented" : "コメント済", diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 817d1671b37..9fef7df31e3 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -10,8 +10,9 @@ "More comments …" : "その他のコメント...", "Save" : "保存", "Allowed characters {count} of {max}" : "入力文字数 {count} / {max}", - "Error occurred while updating comment with id {id}" : "コメントID {id} のコメントをアップロードする際にエラーが発生", - "Error occurred while posting comment" : "コメント投稿時にエラーが発生", + "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" : "コメント投稿中にエラーが発生しました", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "Comment" : "コメント", "You commented" : "コメント済", |