diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:39 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:39 +0000 |
commit | 6a3a0409194decb0b33ab79e03784d6cf84d363e (patch) | |
tree | 018f07a4925003d4f543a3168d477d38c724bb78 /apps/comments | |
parent | 41314d32ecd9227a87edf8f3fdb576b6d8f7a553 (diff) | |
download | nextcloud-server-6a3a0409194decb0b33ab79e03784d6cf84d363e.tar.gz nextcloud-server-6a3a0409194decb0b33ab79e03784d6cf84d363e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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}"], |