diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index 1a64a68b92e..1f65bff7ecd 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -19,6 +19,7 @@ OC.L10N.register( "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", + "Failed to mark comments as read" : "コメントを既読にすることができませんでした", "Unable to load the comments list" : "コメントリストを読み込めませんでした", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"], diff --git a/apps/comments/l10n/ja.json b/apps/comments/l10n/ja.json index 901bd686d2c..af5d5d9c15d 100644 --- a/apps/comments/l10n/ja.json +++ b/apps/comments/l10n/ja.json @@ -17,6 +17,7 @@ "No comments yet, start the conversation!" : "まだコメントはありません、会話を開始してください!", "No more messages" : "これ以上のメッセージはありません", "Retry" : "再試行", + "Failed to mark comments as read" : "コメントを既読にすることができませんでした", "Unable to load the comments list" : "コメントリストを読み込めませんでした", "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"], "_1 new comment_::_{unread} new comments_" : ["の未読のコメント {unread}"], |