summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/ja.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-21 02:19:01 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-21 02:19:01 +0000
commit227d237690fe51baca25b0da6c6de9cb5b6eab01 (patch)
tree04f669d35ba8c6956b630cf519f09d212265b2a9 /apps/comments/l10n/ja.js
parent3157ff441c9bb89ed2c2bb58353a27e07dc6284c (diff)
downloadnextcloud-server-227d237690fe51baca25b0da6c6de9cb5b6eab01.tar.gz
nextcloud-server-227d237690fe51baca25b0da6c6de9cb5b6eab01.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/ja.js')
-rw-r--r--apps/comments/l10n/ja.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js
index 7fb6203fa6c..f9842ef2c6b 100644
--- a/apps/comments/l10n/ja.js
+++ b/apps/comments/l10n/ja.js
@@ -15,19 +15,21 @@ OC.L10N.register(
"Files app plugin to add comments to files" : "ファイルにコメントを追加するためのファイルアプリプラグイン",
"Edit comment" : "コメントを編集",
"Delete comment" : "コメントを削除",
+ "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
+ "Retry" : "再試行",
+ "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
+ "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
+ "Comment" : "コメント",
+ "Comment deleted" : "コメントが削除されました",
"New comment …" : "新しいコメント...",
"Post" : "追加",
"Cancel" : "キャンセル",
"[Deleted user]" : "[削除済みユーザー]",
- "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!",
"More 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" : "コメント投稿中にエラーが発生しました",
- "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"],
- "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"],
- "Comment" : "コメント"
+ "Error occurred while posting comment" : "コメント投稿中にエラーが発生しました"
},
"nplurals=1; plural=0;");