diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
commit | 8045a6dd2258a5fcf91bdba54fc42fd34bc69081 (patch) | |
tree | a5940f11daab4f983735e8e04ec5a0bdcbdbd72e /apps/comments/l10n/ja.js | |
parent | 5139643a63a89ebcc85ff613b486cddfb0ce58e0 (diff) | |
download | nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.tar.gz nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/ja.js')
-rw-r--r-- | apps/comments/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ja.js b/apps/comments/l10n/ja.js index 1f65bff7ecd..a81d9e8cc94 100644 --- a/apps/comments/l10n/ja.js +++ b/apps/comments/l10n/ja.js @@ -21,13 +21,13 @@ OC.L10N.register( "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}"], "Comment" : "コメント", "An error occurred while trying to edit the comment" : "コメント編集中にエラーが発生しました", "Comment deleted" : "コメントが削除されました", "An error occurred while trying to delete the comment" : "コメントの削除中にエラーが発生しました", "An error occurred while trying to create the comment" : "コメント中にエラーが発生しました", - "%1$s commented" : "%1$s がコメントを追加" + "%1$s commented" : "%1$s がコメントを追加", + "_%n unread comment_::_%n unread comments_" : ["%n の未読のコメント"] }, "nplurals=1; plural=0;"); |