diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:47 +0000 |
commit | 9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925 (patch) | |
tree | d6d1ad3b5239b063fc3c93e0d46dba0a185eb0f9 /apps/comments/l10n | |
parent | 297ba1cd3a5c77b0f5e6458e6b30764fbc9f6a80 (diff) | |
download | nextcloud-server-9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925.tar.gz nextcloud-server-9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n')
-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}"], |