diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-16 00:18:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-16 00:18:51 +0000 |
commit | 587057b0edf4e3b17772cdcc686021ea6d6c938b (patch) | |
tree | cd45e5fc97b8b37eb3621fbc0dc109e70c65fecf /apps/comments/l10n | |
parent | 012d1c911f8ce972b0f71f77f098013f8cd694f7 (diff) | |
download | nextcloud-server-587057b0edf4e3b17772cdcc686021ea6d6c938b.tar.gz nextcloud-server-587057b0edf4e3b17772cdcc686021ea6d6c938b.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/sr.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/sr.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.json | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/comments/l10n/sr.js b/apps/comments/l10n/sr.js index cf731f74793..dcf2a911e26 100644 --- a/apps/comments/l10n/sr.js +++ b/apps/comments/l10n/sr.js @@ -15,6 +15,8 @@ OC.L10N.register( "Edit comment" : "Измени коментар", "Delete comment" : "Обриши коментар", "Cancel edit" : "Поништи измену", + "New comment" : "Нови коментар", + "Write a comment …" : "Напишите коментар…", "Post comment" : "Објави коментар", "@ for mentions, : for emoji, / for smart picker" : "@ за помињања, : за емођи, / за паметни бирач", "Could not reload comments" : "Коментари не могу поново да се учитају", diff --git a/apps/comments/l10n/sr.json b/apps/comments/l10n/sr.json index 793102582bf..e0057946806 100644 --- a/apps/comments/l10n/sr.json +++ b/apps/comments/l10n/sr.json @@ -13,6 +13,8 @@ "Edit comment" : "Измени коментар", "Delete comment" : "Обриши коментар", "Cancel edit" : "Поништи измену", + "New comment" : "Нови коментар", + "Write a comment …" : "Напишите коментар…", "Post comment" : "Објави коментар", "@ for mentions, : for emoji, / for smart picker" : "@ за помињања, : за емођи, / за паметни бирач", "Could not reload comments" : "Коментари не могу поново да се учитају", diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 02ee719596e..3d2e1c02f43 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -15,6 +15,8 @@ OC.L10N.register( "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", "Cancel edit" : "取消編輯", + "New comment" : "新留言", + "Write a comment …" : "編寫留言……", "Post comment" : "張貼留言", "@ for mentions, : for emoji, / for smart picker" : "@ 表示提及、: 表示表情符號、/ 表示智慧型選取程式", "Could not reload comments" : "無法重新載入留言", diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 56ae2493282..cb375716e84 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -13,6 +13,8 @@ "Edit comment" : "編輯留言", "Delete comment" : "刪除留言", "Cancel edit" : "取消編輯", + "New comment" : "新留言", + "Write a comment …" : "編寫留言……", "Post comment" : "張貼留言", "@ for mentions, : for emoji, / for smart picker" : "@ 表示提及、: 表示表情符號、/ 表示智慧型選取程式", "Could not reload comments" : "無法重新載入留言", |