From 949ace61f737e9543696d635a6b9c062bba57e5b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 19 Jan 2024 01:38:30 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ar.js | 1 + l10n/ar.json | 1 + l10n/de_DE.js | 1 + l10n/de_DE.json | 1 + l10n/en_GB.js | 1 + l10n/en_GB.json | 1 + l10n/es.js | 1 + l10n/es.json | 1 + l10n/sr.js | 1 + l10n/sr.json | 1 + l10n/sv.js | 2 ++ l10n/sv.json | 2 ++ l10n/zh_HK.js | 1 + l10n/zh_HK.json | 1 + l10n/zh_TW.js | 1 + l10n/zh_TW.json | 1 + 16 files changed, 18 insertions(+) diff --git a/l10n/ar.js b/l10n/ar.js index 84f287beb0..4895d05e7f 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "مُستند نصّي", "{user} has mentioned you in the text document {node}" : "{user} أشار إليك في المستند النصّي {node}", "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف بسبب أن التحميل موقوف من قِبَل المُشارَكة", + "No permission to access this file." : "لا تمتلك إذونات كافية للوصول إلى هذا الملف.", "Readme" : "إقرأني", "Text" : "نص", "📝 Collaborative document editing" : "📝تحرير المستندات تعاونيّاً Collaborative document editing", diff --git a/l10n/ar.json b/l10n/ar.json index dad62809bd..dcd1098cff 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -14,6 +14,7 @@ "text document" : "مُستند نصّي", "{user} has mentioned you in the text document {node}" : "{user} أشار إليك في المستند النصّي {node}", "This file cannot be displayed as download is disabled by the share" : "لا يمكن عرض الملف بسبب أن التحميل موقوف من قِبَل المُشارَكة", + "No permission to access this file." : "لا تمتلك إذونات كافية للوصول إلى هذا الملف.", "Readme" : "إقرأني", "Text" : "نص", "📝 Collaborative document editing" : "📝تحرير المستندات تعاونيّاً Collaborative document editing", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 7fc6e3aae0..15738e9b8d 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "Textdokument", "{user} has mentioned you in the text document {node}" : "{user} hat Sie in dem Textdokument {node} erwähnt.", "This file cannot be displayed as download is disabled by the share" : "Diese Datei kann nicht angezeigt werden, da das Herunterladen für die Freigabe deaktiviert ist", + "No permission to access this file." : "Keine Berechtigung zum Zugriff auf diese Datei.", "Readme" : "Anleitung", "Text" : "Text", "📝 Collaborative document editing" : "📝 Gemeinschaftliche Dokumentenbearbeitung", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 02ab6ae876..4887bab8a9 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -14,6 +14,7 @@ "text document" : "Textdokument", "{user} has mentioned you in the text document {node}" : "{user} hat Sie in dem Textdokument {node} erwähnt.", "This file cannot be displayed as download is disabled by the share" : "Diese Datei kann nicht angezeigt werden, da das Herunterladen für die Freigabe deaktiviert ist", + "No permission to access this file." : "Keine Berechtigung zum Zugriff auf diese Datei.", "Readme" : "Anleitung", "Text" : "Text", "📝 Collaborative document editing" : "📝 Gemeinschaftliche Dokumentenbearbeitung", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index fc9ee4a7a2..d7b76d5dc6 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "text document", "{user} has mentioned you in the text document {node}" : "{user} has mentioned you in the text document {node}", "This file cannot be displayed as download is disabled by the share" : "This file cannot be displayed as download is disabled by the share", + "No permission to access this file." : "No permission to access this file.", "Readme" : "Readme", "Text" : "Text", "📝 Collaborative document editing" : "📝 Collaborative document editing", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 0f18f13112..11f6f6a3d7 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -14,6 +14,7 @@ "text document" : "text document", "{user} has mentioned you in the text document {node}" : "{user} has mentioned you in the text document {node}", "This file cannot be displayed as download is disabled by the share" : "This file cannot be displayed as download is disabled by the share", + "No permission to access this file." : "No permission to access this file.", "Readme" : "Readme", "Text" : "Text", "📝 Collaborative document editing" : "📝 Collaborative document editing", diff --git a/l10n/es.js b/l10n/es.js index 13001d972f..f6c140dc25 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "documento de texto", "{user} has mentioned you in the text document {node}" : "{user} le ha mencionado en el documento de texto {node}", "This file cannot be displayed as download is disabled by the share" : "Este archivo no puede ser mostrado ya que la descarga está deshabilitada por el recurso compartido", + "No permission to access this file." : "No tiene permisos para acceder a este archivo.", "Readme" : "Léeme", "Text" : "Text", "📝 Collaborative document editing" : "📝 Edición colaborativa de documentos", diff --git a/l10n/es.json b/l10n/es.json index 48d14da94c..5dd8439835 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -14,6 +14,7 @@ "text document" : "documento de texto", "{user} has mentioned you in the text document {node}" : "{user} le ha mencionado en el documento de texto {node}", "This file cannot be displayed as download is disabled by the share" : "Este archivo no puede ser mostrado ya que la descarga está deshabilitada por el recurso compartido", + "No permission to access this file." : "No tiene permisos para acceder a este archivo.", "Readme" : "Léeme", "Text" : "Text", "📝 Collaborative document editing" : "📝 Edición colaborativa de documentos", diff --git a/l10n/sr.js b/l10n/sr.js index f489109a1b..8ef9cefddc 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "текстуални документ", "{user} has mentioned you in the text document {node}" : "{user} вас је поменуо у текст документу {node}", "This file cannot be displayed as download is disabled by the share" : "Овај фајл не може да се прикаже јер дељење спречава преузимање", + "No permission to access this file." : "Нема дозвола за приступ овом фајлу.", "Readme" : "Прочитај ме", "Text" : "Текст", "📝 Collaborative document editing" : "📝 Заједничко уређивање докумената", diff --git a/l10n/sr.json b/l10n/sr.json index 80f17b31a6..eef81713b0 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -14,6 +14,7 @@ "text document" : "текстуални документ", "{user} has mentioned you in the text document {node}" : "{user} вас је поменуо у текст документу {node}", "This file cannot be displayed as download is disabled by the share" : "Овај фајл не може да се прикаже јер дељење спречава преузимање", + "No permission to access this file." : "Нема дозвола за приступ овом фајлу.", "Readme" : "Прочитај ме", "Text" : "Текст", "📝 Collaborative document editing" : "📝 Заједничко уређивање докумената", diff --git a/l10n/sv.js b/l10n/sv.js index 6d21caa428..f636b118af 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "textdokument", "{user} has mentioned you in the text document {node}" : "{user} har nämnt dig i textdokument {node}", "This file cannot be displayed as download is disabled by the share" : "Den här filen kan inte visas eftersom nedladdning har inaktiverats av delningen", + "No permission to access this file." : "Ingen behörighet att komma åt denna fil.", "Readme" : "Readme", "Text" : "Text", "📝 Collaborative document editing" : "Gemensam dokumentredigering", @@ -170,6 +171,7 @@ OC.L10N.register( "Add description" : "Lägg till beskrivning", "\"{name}\" already exist!" : "\"{name}\" finns redan!", "Created \"{name}\"" : "Skapade \"{name}\"", + "Front matter" : "Förtexter", "Source language" : "Källspråk", "Target language" : "Målspråk", "Unsupported image type" : "Filtyp stöds inte", diff --git a/l10n/sv.json b/l10n/sv.json index e3af10109f..824af8f5df 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -14,6 +14,7 @@ "text document" : "textdokument", "{user} has mentioned you in the text document {node}" : "{user} har nämnt dig i textdokument {node}", "This file cannot be displayed as download is disabled by the share" : "Den här filen kan inte visas eftersom nedladdning har inaktiverats av delningen", + "No permission to access this file." : "Ingen behörighet att komma åt denna fil.", "Readme" : "Readme", "Text" : "Text", "📝 Collaborative document editing" : "Gemensam dokumentredigering", @@ -168,6 +169,7 @@ "Add description" : "Lägg till beskrivning", "\"{name}\" already exist!" : "\"{name}\" finns redan!", "Created \"{name}\"" : "Skapade \"{name}\"", + "Front matter" : "Förtexter", "Source language" : "Källspråk", "Target language" : "Målspråk", "Unsupported image type" : "Filtyp stöds inte", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 3febad38c4..5a5e3752bb 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "文字文件", "{user} has mentioned you in the text document {node}" : "{user} 在 {node} 的文字文件中提到了您", "This file cannot be displayed as download is disabled by the share" : "此檔案無法顯示,因為共享已禁用下載", + "No permission to access this file." : "無權存取此檔案。", "Readme" : "說明", "Text" : "文字編輯器", "📝 Collaborative document editing" : "📝 協作文件編輯", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 16bc708830..9a5883dd26 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -14,6 +14,7 @@ "text document" : "文字文件", "{user} has mentioned you in the text document {node}" : "{user} 在 {node} 的文字文件中提到了您", "This file cannot be displayed as download is disabled by the share" : "此檔案無法顯示,因為共享已禁用下載", + "No permission to access this file." : "無權存取此檔案。", "Readme" : "說明", "Text" : "文字編輯器", "📝 Collaborative document editing" : "📝 協作文件編輯", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 97cb15dbfc..3bb85d9f52 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -16,6 +16,7 @@ OC.L10N.register( "text document" : "文字文件", "{user} has mentioned you in the text document {node}" : "{user} 在文字文件 {node} 中提到您", "This file cannot be displayed as download is disabled by the share" : "此檔案無法顯示,因為分享時已停用下載", + "No permission to access this file." : "無權存取此檔案。", "Readme" : "說明", "Text" : "文字編輯器", "📝 Collaborative document editing" : "📝 協作文件編輯", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index f4da54a8c1..ae14dacf1c 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -14,6 +14,7 @@ "text document" : "文字文件", "{user} has mentioned you in the text document {node}" : "{user} 在文字文件 {node} 中提到您", "This file cannot be displayed as download is disabled by the share" : "此檔案無法顯示,因為分享時已停用下載", + "No permission to access this file." : "無權存取此檔案。", "Readme" : "說明", "Text" : "文字編輯器", "📝 Collaborative document editing" : "📝 協作文件編輯",