From eaa6d96cf7d447c5b9db5fcb0657dad5bb9c88af Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 14 Jan 2024 00:19:29 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/comments/l10n/ar.js | 2 ++ apps/comments/l10n/ar.json | 2 ++ apps/comments/l10n/de_DE.js | 1 + apps/comments/l10n/de_DE.json | 1 + apps/comments/l10n/en_GB.js | 2 ++ apps/comments/l10n/en_GB.json | 2 ++ apps/comments/l10n/fr.js | 1 + apps/comments/l10n/fr.json | 1 + apps/comments/l10n/zh_HK.js | 2 ++ apps/comments/l10n/zh_HK.json | 2 ++ apps/files/l10n/en_GB.js | 2 ++ apps/files/l10n/en_GB.json | 2 ++ apps/files/l10n/zh_HK.js | 2 ++ apps/files/l10n/zh_HK.json | 2 ++ apps/files_sharing/l10n/en_GB.js | 1 + apps/files_sharing/l10n/en_GB.json | 1 + apps/files_sharing/l10n/zh_HK.js | 1 + apps/files_sharing/l10n/zh_HK.json | 1 + apps/settings/l10n/oc.js | 3 ++- apps/settings/l10n/oc.json | 3 ++- apps/theming/l10n/en_GB.js | 2 ++ apps/theming/l10n/en_GB.json | 2 ++ apps/theming/l10n/zh_HK.js | 2 ++ apps/theming/l10n/zh_HK.json | 2 ++ 24 files changed, 40 insertions(+), 2 deletions(-) diff --git a/apps/comments/l10n/ar.js b/apps/comments/l10n/ar.js index 55a4646d0595a..39f67256fb995 100644 --- a/apps/comments/l10n/ar.js +++ b/apps/comments/l10n/ar.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/ar.json b/apps/comments/l10n/ar.json index a8c1e07b9bad3..2e7702b532d7e 100644 --- a/apps/comments/l10n/ar.json +++ b/apps/comments/l10n/ar.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/de_DE.js b/apps/comments/l10n/de_DE.js index 6924498320d8f..99d94f90cefd8 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Kommentar löschen", "Cancel edit" : "Bearbeiten abbrechen", "New comment" : "Neuer Kommentar", + "Write a comment …" : "Schreiben Sie einen Kommentar …", "Post comment" : "Kommentar veröffentlichen", "@ for mentions, : for emoji, / for smart picker" : "@ für Erwähnungen, : für Emoji, / für Smart Picker", "Could not reload comments" : "Kommentare konnten nicht erneut geladen werden", diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index 6437a6ad3ce19..9888a8183b9ba 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -14,6 +14,7 @@ "Delete comment" : "Kommentar löschen", "Cancel edit" : "Bearbeiten abbrechen", "New comment" : "Neuer Kommentar", + "Write a comment …" : "Schreiben Sie einen Kommentar …", "Post comment" : "Kommentar veröffentlichen", "@ for mentions, : for emoji, / for smart picker" : "@ für Erwähnungen, : für Emoji, / für Smart Picker", "Could not reload comments" : "Kommentare konnten nicht erneut geladen werden", diff --git a/apps/comments/l10n/en_GB.js b/apps/comments/l10n/en_GB.js index 8a4534f60d2cf..4ec2f594808c9 100644 --- a/apps/comments/l10n/en_GB.js +++ b/apps/comments/l10n/en_GB.js @@ -15,6 +15,8 @@ OC.L10N.register( "Edit comment" : "Edit comment", "Delete comment" : "Delete comment", "Cancel edit" : "Cancel edit", + "New comment" : "New comment", + "Write a comment …" : "Write a comment …", "Post comment" : "Post comment", "@ for mentions, : for emoji, / for smart picker" : "@ for mentions, : for emoji, / for smart picker", "Could not reload comments" : "Could not reload comments", diff --git a/apps/comments/l10n/en_GB.json b/apps/comments/l10n/en_GB.json index d47342c03ef4c..e657cd74c2f75 100644 --- a/apps/comments/l10n/en_GB.json +++ b/apps/comments/l10n/en_GB.json @@ -13,6 +13,8 @@ "Edit comment" : "Edit comment", "Delete comment" : "Delete comment", "Cancel edit" : "Cancel edit", + "New comment" : "New comment", + "Write a comment …" : "Write a comment …", "Post comment" : "Post comment", "@ for mentions, : for emoji, / for smart picker" : "@ for mentions, : for emoji, / for smart picker", "Could not reload comments" : "Could not reload comments", diff --git a/apps/comments/l10n/fr.js b/apps/comments/l10n/fr.js index 6ed358fe22f7a..c0d04d61894bb 100644 --- a/apps/comments/l10n/fr.js +++ b/apps/comments/l10n/fr.js @@ -16,6 +16,7 @@ OC.L10N.register( "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "New comment" : "Nouveau commentaire", + "Write a comment …" : "Écrire un commentaire…", "Post comment" : "Publier le commentaire", "@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent", "Could not reload comments" : "Impossible de rafraichir les commentaires", diff --git a/apps/comments/l10n/fr.json b/apps/comments/l10n/fr.json index 3acfd7546882d..c018862cdb1cb 100644 --- a/apps/comments/l10n/fr.json +++ b/apps/comments/l10n/fr.json @@ -14,6 +14,7 @@ "Delete comment" : "Supprimer le commentaire", "Cancel edit" : "Annuler les modifications", "New comment" : "Nouveau commentaire", + "Write a comment …" : "Écrire un commentaire…", "Post comment" : "Publier le commentaire", "@ for mentions, : for emoji, / for smart picker" : "@ pour les mentions, : pour les émojis, / pour le sélecteur intelligent", "Could not reload comments" : "Impossible de rafraichir les commentaires", diff --git a/apps/comments/l10n/zh_HK.js b/apps/comments/l10n/zh_HK.js index a881f5414f821..01561ad823140 100644 --- a/apps/comments/l10n/zh_HK.js +++ b/apps/comments/l10n/zh_HK.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_HK.json b/apps/comments/l10n/zh_HK.json index 516fe9bf6d2af..c05f1544ee2fc 100644 --- a/apps/comments/l10n/zh_HK.json +++ b/apps/comments/l10n/zh_HK.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/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 508a079e8a534..5927e1a16da38 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -235,6 +235,7 @@ OC.L10N.register( "Switch to list view" : "Switch to list view", "Switch to grid view" : "Switch to grid view", "Error during upload: {message}" : "Error during upload: {message}", + "Error during upload, status code {status}" : "Error during upload, status code {status}", "Unknown error during upload" : "Unknown error during upload", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", @@ -260,6 +261,7 @@ OC.L10N.register( "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Delete and unshare" : "Delete and unshare", "Unshare" : "Unshare", "Delete permanently" : "Delete permanently", "Destination is not a folder" : "Destination is not a folder", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 4eacd23c25b7e..87c10c15eece4 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -233,6 +233,7 @@ "Switch to list view" : "Switch to list view", "Switch to grid view" : "Switch to grid view", "Error during upload: {message}" : "Error during upload: {message}", + "Error during upload, status code {status}" : "Error during upload, status code {status}", "Unknown error during upload" : "Unknown error during upload", "Open the files app settings" : "Open the files app settings", "Files settings" : "Files settings", @@ -258,6 +259,7 @@ "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Delete and unshare" : "Delete and unshare", "Unshare" : "Unshare", "Delete permanently" : "Delete permanently", "Destination is not a folder" : "Destination is not a folder", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 13d4ee12bf3a7..796a807b6929c 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -235,6 +235,7 @@ OC.L10N.register( "Switch to list view" : "切換到列表檢視", "Switch to grid view" : "切換到網格檢視", "Error during upload: {message}" : "上傳時發生錯誤:{message}", + "Error during upload, status code {status}" : "上傳期間發生錯誤,狀態代碼 {status}", "Unknown error during upload" : "上傳時發生未知的錯誤", "Open the files app settings" : "開啟 Files 應用程式設定", "Files settings" : "檔案設定", @@ -260,6 +261,7 @@ OC.L10N.register( "Creating file" : "創建檔案中", "Blank" : "空白", "Unable to create new file from template" : "無法從模板創建新檔案", + "Delete and unshare" : "刪除並取消分享", "Unshare" : "取消共享", "Delete permanently" : "永久刪除", "Destination is not a folder" : "目標地不是資料夾", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index e535acdc405ce..42f0206449744 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -233,6 +233,7 @@ "Switch to list view" : "切換到列表檢視", "Switch to grid view" : "切換到網格檢視", "Error during upload: {message}" : "上傳時發生錯誤:{message}", + "Error during upload, status code {status}" : "上傳期間發生錯誤,狀態代碼 {status}", "Unknown error during upload" : "上傳時發生未知的錯誤", "Open the files app settings" : "開啟 Files 應用程式設定", "Files settings" : "檔案設定", @@ -258,6 +259,7 @@ "Creating file" : "創建檔案中", "Blank" : "空白", "Unable to create new file from template" : "無法從模板創建新檔案", + "Delete and unshare" : "刪除並取消分享", "Unshare" : "取消共享", "Delete permanently" : "永久刪除", "Destination is not a folder" : "目標地不是資料夾", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index ebd869582a0f7..3d73b06f7b5e2 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -232,6 +232,7 @@ OC.L10N.register( "_Reject share_::_Reject shares_" : ["Reject share","Reject shares"], "_Restore share_::_Restore shares_" : ["Restore share","Restore shares"], "Shared" : "Shared", + "Shared multiple times with different people" : "Shared multiple times with different people", "Shared by {ownerDisplayName}" : "Shared by {ownerDisplayName}", "Show sharing options" : "Show sharing options", "Link to a file" : "Link to a file", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 3542d3b30381f..eec67e59ab5f3 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -230,6 +230,7 @@ "_Reject share_::_Reject shares_" : ["Reject share","Reject shares"], "_Restore share_::_Restore shares_" : ["Restore share","Restore shares"], "Shared" : "Shared", + "Shared multiple times with different people" : "Shared multiple times with different people", "Shared by {ownerDisplayName}" : "Shared by {ownerDisplayName}", "Show sharing options" : "Show sharing options", "Link to a file" : "Link to a file", diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index b44a6f568b0ab..ac171ab3728c5 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -232,6 +232,7 @@ OC.L10N.register( "_Reject share_::_Reject shares_" : ["拒絕分享"], "_Restore share_::_Restore shares_" : ["還原分享"], "Shared" : "已分享", + "Shared multiple times with different people" : "與不同的人多次分享", "Shared by {ownerDisplayName}" : "由 {ownerDisplayName} 分享", "Show sharing options" : "顯示分享選項", "Link to a file" : "連結到一個檔案", diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index f22a0ef8235af..1bea28460df2f 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -230,6 +230,7 @@ "_Reject share_::_Reject shares_" : ["拒絕分享"], "_Restore share_::_Restore shares_" : ["還原分享"], "Shared" : "已分享", + "Shared multiple times with different people" : "與不同的人多次分享", "Shared by {ownerDisplayName}" : "由 {ownerDisplayName} 分享", "Show sharing options" : "顯示分享選項", "Link to a file" : "連結到一個檔案", diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index 9bed249e95612..41001712a48f7 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -122,7 +122,8 @@ OC.L10N.register( "Cancel" : "Anullar", "Confirm" : "Confirmar", "Submit" : "Transmetre", - "Remove group" : "Suprimir grop", + "Rename group" : "Renomenar lo grop", + "Remove group" : "Suprimir lo grop", "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 6cb76113ce32a..b382450e512b8 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -120,7 +120,8 @@ "Cancel" : "Anullar", "Confirm" : "Confirmar", "Submit" : "Transmetre", - "Remove group" : "Suprimir grop", + "Rename group" : "Renomenar lo grop", + "Remove group" : "Suprimir lo grop", "Current password" : "Senhal actual", "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 43487abcc1dfc..237f4f6703f90 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -29,7 +29,9 @@ OC.L10N.register( "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", "Theming" : "Theming", "Appearance and accessibility" : "Appearance and accessibility", + "PHP Imagick module" : "PHP Imagick module", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module.", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it.", "Dark theme with high contrast mode" : "Dark theme with high contrast mode", "Enable dark high contrast mode" : "Enable dark high contrast mode", "Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.", diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index e64024e065510..debff47f7bd1f 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -27,7 +27,9 @@ "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", "Theming" : "Theming", "Appearance and accessibility" : "Appearance and accessibility", + "PHP Imagick module" : "PHP Imagick module", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module.", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it.", "Dark theme with high contrast mode" : "Dark theme with high contrast mode", "Enable dark high contrast mode" : "Enable dark high contrast mode", "Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.", diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index 21cfd0a03f1f8..b80e72ef03683 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -29,7 +29,9 @@ OC.L10N.register( "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", "Appearance and accessibility" : "外觀和可及性", + "PHP Imagick module" : "PHP Imagick 模組", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "雖然已啟用佈景主題應用程式,但並未啟用 PHP 模組「imagick」。為了讓 favicon 產生流程正常運作,您必須安裝並啟用此模組。", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "此實例中的 PHP 模組 \"imagick\" 不支援SVG。為了更好的相容性,建議安裝它。", "Dark theme with high contrast mode" : "具有高對比度模式的深色主題", "Enable dark high contrast mode" : "啟用深色高對比度模式", "Similar to the high contrast mode, but with dark colours." : "類似於高對比度模式,但顏色較深。", diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json index 78c5582c62996..0701103f31413 100644 --- a/apps/theming/l10n/zh_HK.json +++ b/apps/theming/l10n/zh_HK.json @@ -27,7 +27,9 @@ "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。", "Theming" : "佈景主題", "Appearance and accessibility" : "外觀和可及性", + "PHP Imagick module" : "PHP Imagick 模組", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "雖然已啟用佈景主題應用程式,但並未啟用 PHP 模組「imagick」。為了讓 favicon 產生流程正常運作,您必須安裝並啟用此模組。", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "此實例中的 PHP 模組 \"imagick\" 不支援SVG。為了更好的相容性,建議安裝它。", "Dark theme with high contrast mode" : "具有高對比度模式的深色主題", "Enable dark high contrast mode" : "啟用深色高對比度模式", "Similar to the high contrast mode, but with dark colours." : "類似於高對比度模式,但顏色較深。",