aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-09-18 00:22:13 +0000
committerNextcloud bot <bot@nextcloud.com>2024-09-18 00:22:13 +0000
commit429fbaf470327ed2f016c53a2040f6b78a8fb1f7 (patch)
treef6d4cbcb33597f0cbfc083f557a2d1b27d1da2a5 /apps/dav
parente4f5d394643887539094724735efe25a352f80cf (diff)
downloadnextcloud-server-429fbaf470327ed2f016c53a2040f6b78a8fb1f7.tar.gz
nextcloud-server-429fbaf470327ed2f016c53a2040f6b78a8fb1f7.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/l10n/ar.js1
-rw-r--r--apps/dav/l10n/ar.json1
-rw-r--r--apps/dav/l10n/de_DE.js1
-rw-r--r--apps/dav/l10n/de_DE.json1
-rw-r--r--apps/dav/l10n/gl.js1
-rw-r--r--apps/dav/l10n/gl.json1
-rw-r--r--apps/dav/l10n/pt_BR.js1
-rw-r--r--apps/dav/l10n/pt_BR.json1
-rw-r--r--apps/dav/l10n/sc.js4
-rw-r--r--apps/dav/l10n/sc.json4
-rw-r--r--apps/dav/l10n/sr.js1
-rw-r--r--apps/dav/l10n/sr.json1
-rw-r--r--apps/dav/l10n/tr.js1
-rw-r--r--apps/dav/l10n/tr.json1
-rw-r--r--apps/dav/l10n/zh_HK.js1
-rw-r--r--apps/dav/l10n/zh_HK.json1
16 files changed, 18 insertions, 4 deletions
diff --git a/apps/dav/l10n/ar.js b/apps/dav/l10n/ar.js
index 9f91ff6335f..bd410ff033e 100644
--- a/apps/dav/l10n/ar.js
+++ b/apps/dav/l10n/ar.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "حسابات",
"System address book which holds all accounts" : "دفتر عناوين النظام الذي يحوي كل الحسابات",
"File is not updatable: %1$s" : "ملف غير قابل للتعديل: %1$s",
+ "Failed to get storage for file" : "تعذّر الحصول على مكان لتخزين الملف",
"Could not write to final file, canceled by hook" : "تعذرت الكتابة إلى الملف النهائي، تم إلغاؤه بواسطة خطّاف hook",
"Could not write file contents" : "تعذرت كتابة محتويات الملف",
"_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%n بايت"],
diff --git a/apps/dav/l10n/ar.json b/apps/dav/l10n/ar.json
index fe01ac7c708..5c76773b053 100644
--- a/apps/dav/l10n/ar.json
+++ b/apps/dav/l10n/ar.json
@@ -196,6 +196,7 @@
"Accounts" : "حسابات",
"System address book which holds all accounts" : "دفتر عناوين النظام الذي يحوي كل الحسابات",
"File is not updatable: %1$s" : "ملف غير قابل للتعديل: %1$s",
+ "Failed to get storage for file" : "تعذّر الحصول على مكان لتخزين الملف",
"Could not write to final file, canceled by hook" : "تعذرت الكتابة إلى الملف النهائي، تم إلغاؤه بواسطة خطّاف hook",
"Could not write file contents" : "تعذرت كتابة محتويات الملف",
"_%n byte_::_%n bytes_" : ["بايت","بايت","بايت","بايت","بايت","%n بايت"],
diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js
index 61ea6e72676..b2a179e3806 100644
--- a/apps/dav/l10n/de_DE.js
+++ b/apps/dav/l10n/de_DE.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
+ "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden",
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json
index 47c9ebe453b..ea26f0e8c1d 100644
--- a/apps/dav/l10n/de_DE.json
+++ b/apps/dav/l10n/de_DE.json
@@ -196,6 +196,7 @@
"Accounts" : "Konten",
"System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält",
"File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s",
+ "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden",
"Could not write to final file, canceled by hook" : "Konnte nicht in die endgültige Datei schreiben, wurde durch Hook abgebrochen.",
"Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden",
"_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],
diff --git a/apps/dav/l10n/gl.js b/apps/dav/l10n/gl.js
index 63203abc0e0..b5a0b18df39 100644
--- a/apps/dav/l10n/gl.js
+++ b/apps/dav/l10n/gl.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "Contas",
"System address book which holds all accounts" : "Caderno de enderezos do sistema que contén todas as contas",
"File is not updatable: %1$s" : "Non é posíbel actualizar o ficheiro: %1$s",
+ "Failed to get storage for file" : "Produciuse un fallo ao obter o almacenamento para o ficheiro",
"Could not write to final file, canceled by hook" : "Non foi posíbel escribir no ficheiro final, foi cancelado polo sistema",
"Could not write file contents" : "Non foi posíbel escribir o contido do ficheiro",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
diff --git a/apps/dav/l10n/gl.json b/apps/dav/l10n/gl.json
index 4cd7978334d..a55ebb75a01 100644
--- a/apps/dav/l10n/gl.json
+++ b/apps/dav/l10n/gl.json
@@ -196,6 +196,7 @@
"Accounts" : "Contas",
"System address book which holds all accounts" : "Caderno de enderezos do sistema que contén todas as contas",
"File is not updatable: %1$s" : "Non é posíbel actualizar o ficheiro: %1$s",
+ "Failed to get storage for file" : "Produciuse un fallo ao obter o almacenamento para o ficheiro",
"Could not write to final file, canceled by hook" : "Non foi posíbel escribir no ficheiro final, foi cancelado polo sistema",
"Could not write file contents" : "Non foi posíbel escribir o contido do ficheiro",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js
index 88ba2bd5ab3..56658b2a742 100644
--- a/apps/dav/l10n/pt_BR.js
+++ b/apps/dav/l10n/pt_BR.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "Contas",
"System address book which holds all accounts" : "Catálogo de endereços do sistema que contém todas as contas",
"File is not updatable: %1$s" : "O arquivo não é atualizável: %1$s",
+ "Failed to get storage for file" : "Falha ao obter armazenamento para arquivo",
"Could not write to final file, canceled by hook" : "Não foi possível gravar no arquivo final, cancelado pelo gancho",
"Could not write file contents" : "Não foi possível gravar o conteúdo do arquivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json
index f16c2a6c311..8c47164c033 100644
--- a/apps/dav/l10n/pt_BR.json
+++ b/apps/dav/l10n/pt_BR.json
@@ -196,6 +196,7 @@
"Accounts" : "Contas",
"System address book which holds all accounts" : "Catálogo de endereços do sistema que contém todas as contas",
"File is not updatable: %1$s" : "O arquivo não é atualizável: %1$s",
+ "Failed to get storage for file" : "Falha ao obter armazenamento para arquivo",
"Could not write to final file, canceled by hook" : "Não foi possível gravar no arquivo final, cancelado pelo gancho",
"Could not write file contents" : "Não foi possível gravar o conteúdo do arquivo",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
diff --git a/apps/dav/l10n/sc.js b/apps/dav/l10n/sc.js
index 523d7c393c6..902dbd81dd0 100644
--- a/apps/dav/l10n/sc.js
+++ b/apps/dav/l10n/sc.js
@@ -127,7 +127,7 @@ OC.L10N.register(
"Due on %s by %s" : "Iscadet su %s pro su %s",
"Due on %s" : "iscadet su %s",
"WebDAV endpoint" : "puntu finale WebDAV ",
- "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est cunfiguradu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
"WebDAV" : "WebDAV",
"Save" : "Sarva",
"to" : "a",
@@ -140,7 +140,7 @@ OC.L10N.register(
"Notifications are sent via background jobs, so these must occur often enough." : "Is notìficas sunt imbiadas tràmite atividades dae palas, pro cussu custas operatziones tocat de ddas fàghere bastante a s'ispissu.",
"Enable notifications for events via push" : "Ativa is notìficas de is eventos tràmite push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa puru{calendarappstoreopen}s'aplicatzione calendàriu{linkclose}, o {calendardocopen}connete s'elaboradore de iscrivania e su telefoneddu pro ddos sincronizare↗{linkclose}.",
- "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Segura·ti de àere impostadu bene {emailopen}su serbidore de posta{linkclose}.",
+ "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegura·ti de àere cunfiguradu bene {emailopen}su serbidore de posta{linkclose}.",
"There was an error updating your attendance status." : "Ddoe at àpidu un'errore agiornende s'istadu de sa partetzipatzione tua.",
"Please contact the organizer directly." : "Pro praghere, cuntata deretu a s'organizadore.",
"Are you accepting the invitation?" : "Cheres atzetare s'invitu?",
diff --git a/apps/dav/l10n/sc.json b/apps/dav/l10n/sc.json
index ef13cf2e942..efc7b12079a 100644
--- a/apps/dav/l10n/sc.json
+++ b/apps/dav/l10n/sc.json
@@ -125,7 +125,7 @@
"Due on %s by %s" : "Iscadet su %s pro su %s",
"Due on %s" : "iscadet su %s",
"WebDAV endpoint" : "puntu finale WebDAV ",
- "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est impostadu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
+ "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Su serbidore tuo no est cunfiguradu pro permìtere sa sincronizatzione de is archìvios, ca s'interfache WebDAV paret arrogada.",
"WebDAV" : "WebDAV",
"Save" : "Sarva",
"to" : "a",
@@ -138,7 +138,7 @@
"Notifications are sent via background jobs, so these must occur often enough." : "Is notìficas sunt imbiadas tràmite atividades dae palas, pro cussu custas operatziones tocat de ddas fàghere bastante a s'ispissu.",
"Enable notifications for events via push" : "Ativa is notìficas de is eventos tràmite push",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa puru{calendarappstoreopen}s'aplicatzione calendàriu{linkclose}, o {calendardocopen}connete s'elaboradore de iscrivania e su telefoneddu pro ddos sincronizare↗{linkclose}.",
- "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Segura·ti de àere impostadu bene {emailopen}su serbidore de posta{linkclose}.",
+ "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assegura·ti de àere cunfiguradu bene {emailopen}su serbidore de posta{linkclose}.",
"There was an error updating your attendance status." : "Ddoe at àpidu un'errore agiornende s'istadu de sa partetzipatzione tua.",
"Please contact the organizer directly." : "Pro praghere, cuntata deretu a s'organizadore.",
"Are you accepting the invitation?" : "Cheres atzetare s'invitu?",
diff --git a/apps/dav/l10n/sr.js b/apps/dav/l10n/sr.js
index 2359f1b7ee8..12bf30b5475 100644
--- a/apps/dav/l10n/sr.js
+++ b/apps/dav/l10n/sr.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "Налози",
"System address book which holds all accounts" : "Системски адресар у којем се налазе сви налози",
"File is not updatable: %1$s" : "Фајл не може да се ажурира: %1$s",
+ "Failed to get storage for file" : "Није успело добијање складишта за фајл",
"Could not write to final file, canceled by hook" : "Не може да се упише у крајњи фајл, отказала је кука",
"Could not write file contents" : "Не може да се упише садржај фајла",
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"],
diff --git a/apps/dav/l10n/sr.json b/apps/dav/l10n/sr.json
index e2e9e6f8787..bff0e726fbd 100644
--- a/apps/dav/l10n/sr.json
+++ b/apps/dav/l10n/sr.json
@@ -196,6 +196,7 @@
"Accounts" : "Налози",
"System address book which holds all accounts" : "Системски адресар у којем се налазе сви налози",
"File is not updatable: %1$s" : "Фајл не може да се ажурира: %1$s",
+ "Failed to get storage for file" : "Није успело добијање складишта за фајл",
"Could not write to final file, canceled by hook" : "Не може да се упише у крајњи фајл, отказала је кука",
"Could not write file contents" : "Не може да се упише садржај фајла",
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајтова"],
diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js
index eff0a767f5e..d4e13d1d2bf 100644
--- a/apps/dav/l10n/tr.js
+++ b/apps/dav/l10n/tr.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "Hesaplar",
"System address book which holds all accounts" : "Tüm hesapların bulunduğu sistem adres defteri",
"File is not updatable: %1$s" : "Dosya güncellenebilir değil: %1$s",
+ "Failed to get storage for file" : "Dosyanın depolaması alınamadı",
"Could not write to final file, canceled by hook" : "Sonuç dosyasına yazılamadı, bağlantı tarafından iptal edildi",
"Could not write file contents" : "Dosya içerikleri yazılamadı",
"_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json
index e2cd692547c..a8608882752 100644
--- a/apps/dav/l10n/tr.json
+++ b/apps/dav/l10n/tr.json
@@ -196,6 +196,7 @@
"Accounts" : "Hesaplar",
"System address book which holds all accounts" : "Tüm hesapların bulunduğu sistem adres defteri",
"File is not updatable: %1$s" : "Dosya güncellenebilir değil: %1$s",
+ "Failed to get storage for file" : "Dosyanın depolaması alınamadı",
"Could not write to final file, canceled by hook" : "Sonuç dosyasına yazılamadı, bağlantı tarafından iptal edildi",
"Could not write file contents" : "Dosya içerikleri yazılamadı",
"_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js
index ee8bb845bd9..0697359366b 100644
--- a/apps/dav/l10n/zh_HK.js
+++ b/apps/dav/l10n/zh_HK.js
@@ -198,6 +198,7 @@ OC.L10N.register(
"Accounts" : "帳戶",
"System address book which holds all accounts" : "包含所有帳戶的系統通訊錄",
"File is not updatable: %1$s" : "檔案無法更新:%1$s",
+ "Failed to get storage for file" : "無法取得檔案儲存空間",
"Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消",
"Could not write file contents" : "無法寫入檔案內容",
"_%n byte_::_%n bytes_" : ["%n 位元組"],
diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json
index dc87879b1d4..4f820c8c242 100644
--- a/apps/dav/l10n/zh_HK.json
+++ b/apps/dav/l10n/zh_HK.json
@@ -196,6 +196,7 @@
"Accounts" : "帳戶",
"System address book which holds all accounts" : "包含所有帳戶的系統通訊錄",
"File is not updatable: %1$s" : "檔案無法更新:%1$s",
+ "Failed to get storage for file" : "無法取得檔案儲存空間",
"Could not write to final file, canceled by hook" : "無法寫入最終檔案,被掛勾取消",
"Could not write file contents" : "無法寫入檔案內容",
"_%n byte_::_%n bytes_" : ["%n 位元組"],