Skip to content

Commit 9746668

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent a85943a commit 9746668

22 files changed

Lines changed: 128 additions & 18 deletions

l10n/ar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ OC.L10N.register(
154154
"Save As" : "حفظ باسم",
155155
"Save as" : "حفظ باسم",
156156
"Path to save" : "مسار الحفظ",
157+
"Invalid file name" : "اسم الملف غير صحيح",
157158
"Select template" : "إختَر قالباً",
159+
"File name" : "اسم الملف",
158160
"Create" : "إنشاء",
159161
"Failed to set Zotero API key" : "تعذّر تعيين مفتاح واجهة برمجة تطبيقات Zotero API",
160162
"Link to your Zotero library" : "رابط إلى مكتبتك على Zotero",

l10n/ar.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@
152152
"Save As" : "حفظ باسم",
153153
"Save as" : "حفظ باسم",
154154
"Path to save" : "مسار الحفظ",
155+
"Invalid file name" : "اسم الملف غير صحيح",
155156
"Select template" : "إختَر قالباً",
157+
"File name" : "اسم الملف",
156158
"Create" : "إنشاء",
157159
"Failed to set Zotero API key" : "تعذّر تعيين مفتاح واجهة برمجة تطبيقات Zotero API",
158160
"Link to your Zotero library" : "رابط إلى مكتبتك على Zotero",

l10n/ast.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ OC.L10N.register(
4747
"Confirm" : "Confirmar",
4848
"Cancel" : "Encaboxar",
4949
"Save as" : "Guardar como",
50+
"Invalid file name" : "El nome del ficheru ye inválidu",
51+
"File name" : "Nome del ficheru",
5052
"Create" : "Crear",
5153
"Submit" : "Unviar",
5254
"Zotero" : "Zotero",

l10n/ast.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"Confirm" : "Confirmar",
4646
"Cancel" : "Encaboxar",
4747
"Save as" : "Guardar como",
48+
"Invalid file name" : "El nome del ficheru ye inválidu",
49+
"File name" : "Nome del ficheru",
4850
"Create" : "Crear",
4951
"Submit" : "Unviar",
5052
"Zotero" : "Zotero",

l10n/cs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,10 @@ OC.L10N.register(
171171
"Enforce secure view for users of groups" : "Vynutit zabezpečené zobrazení pro uživatele ve skupinách",
172172
"Enforce secure view for all shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení",
173173
"Enforce secure view for read only shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení, která jsou pouze pro čtení",
174-
"Enforce secure view for all public Talk shares" : "Vynutit zabezpečené zobrazení pro všechna veřejná sdílení z Talku",
174+
"Enforce secure view for all public Talk shares" : "Vynutit zabezpečené zobrazení pro všechna veřejná sdílení z Talk",
175175
"Enforce secure view for shares without download permission" : "Vynutit zabezpečené zobrazení pro sdílení, která nelze stahovat",
176176
"Enforce secure view for all link shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení přes odkaz",
177+
"Enforce secure view for download hidden shares" : "Vynutit zabezpečené zobrazení pro stažená skrytá sdílení",
177178
"Enforce secure view for read only link shares" : "Vynutit zabezpečené zobrazení pro sdílení odkazem v režimu pouze pro čtení",
178179
"Enforce secure view on link shares with specific system tags" : "Vynutit zabezpečené zobrazení pro sdílení odkazem, který má specifické systémové štítky",
179180
"Select tags to enforce secure view" : "Vyberte štítky pro vynucování zabezpečeného zobrazení",
@@ -193,6 +194,7 @@ OC.L10N.register(
193194
"Save as" : "Uložit jako",
194195
"Path to save" : "Umístění do kterého uložit",
195196
"Invalid file name" : "Neplatný název souboru",
197+
"File name already exists" : "Takto nazvaný souboru už existuje",
196198
"Select template" : "Vybrat šablonu",
197199
"File name" : "Název souboru",
198200
"Create" : "Vytvořit",
@@ -278,6 +280,7 @@ OC.L10N.register(
278280
"New file" : "Nový soubor",
279281
"Please enter the filename for the new file" : "Zadejte název pro nový soubor",
280282
"Could not create file" : "Nepodařilo se vytvořit soubor",
283+
"Could not load templates" : "Nebylo možné načíst šablony",
281284
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Uloženo s chybou: Collabora Online by mělo používat stejný protokol jako nainstalovaný server.",
282285
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "Nedaří se navázat spojení s Collabora Online serverem. To může být kvůli chybějícímu nastavení na vašem webovém serveru. Podobnosti naleznete na:",
283286
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Kancelář vyžaduje oddělený server, na kterém jsou spuštěné Collabora Online, poskytující možnost upravování.",

l10n/cs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,10 @@
169169
"Enforce secure view for users of groups" : "Vynutit zabezpečené zobrazení pro uživatele ve skupinách",
170170
"Enforce secure view for all shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení",
171171
"Enforce secure view for read only shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení, která jsou pouze pro čtení",
172-
"Enforce secure view for all public Talk shares" : "Vynutit zabezpečené zobrazení pro všechna veřejná sdílení z Talku",
172+
"Enforce secure view for all public Talk shares" : "Vynutit zabezpečené zobrazení pro všechna veřejná sdílení z Talk",
173173
"Enforce secure view for shares without download permission" : "Vynutit zabezpečené zobrazení pro sdílení, která nelze stahovat",
174174
"Enforce secure view for all link shares" : "Vynutit zabezpečené zobrazení pro všechna sdílení přes odkaz",
175+
"Enforce secure view for download hidden shares" : "Vynutit zabezpečené zobrazení pro stažená skrytá sdílení",
175176
"Enforce secure view for read only link shares" : "Vynutit zabezpečené zobrazení pro sdílení odkazem v režimu pouze pro čtení",
176177
"Enforce secure view on link shares with specific system tags" : "Vynutit zabezpečené zobrazení pro sdílení odkazem, který má specifické systémové štítky",
177178
"Select tags to enforce secure view" : "Vyberte štítky pro vynucování zabezpečeného zobrazení",
@@ -191,6 +192,7 @@
191192
"Save as" : "Uložit jako",
192193
"Path to save" : "Umístění do kterého uložit",
193194
"Invalid file name" : "Neplatný název souboru",
195+
"File name already exists" : "Takto nazvaný souboru už existuje",
194196
"Select template" : "Vybrat šablonu",
195197
"File name" : "Název souboru",
196198
"Create" : "Vytvořit",
@@ -276,6 +278,7 @@
276278
"New file" : "Nový soubor",
277279
"Please enter the filename for the new file" : "Zadejte název pro nový soubor",
278280
"Could not create file" : "Nepodařilo se vytvořit soubor",
281+
"Could not load templates" : "Nebylo možné načíst šablony",
279282
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Uloženo s chybou: Collabora Online by mělo používat stejný protokol jako nainstalovaný server.",
280283
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "Nedaří se navázat spojení s Collabora Online serverem. To může být kvůli chybějícímu nastavení na vašem webovém serveru. Podobnosti naleznete na:",
281284
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Kancelář vyžaduje oddělený server, na kterém jsou spuštěné Collabora Online, poskytující možnost upravování.",

l10n/de.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
"Save as" : "Speichern als",
193193
"Path to save" : "Speicherpfad",
194194
"Invalid file name" : "Ungültiger Dateiname",
195+
"File name already exists" : "Dateiname existiert bereits",
195196
"Select template" : "Vorlage auswählen",
196197
"File name" : "Dateiname",
197198
"Create" : "Erstellen",
@@ -277,6 +278,7 @@
277278
"New file" : "Neue Datei",
278279
"Please enter the filename for the new file" : "Bitte gib den Dateinamen für die neue Datei ein",
279280
"Could not create file" : "Die Datei konnte nicht erstellt werden",
281+
"Could not load templates" : "Vorlagen konnten nicht geladen werden",
280282
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Serverinstallation nutzen.",
281283
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "Es konnte keine Verbindung zum Collabora Online-Server hergestellt werden. Dies könnte auf eine fehlende Konfiguration deines Web-Servers zurückzuführen sein. Für weitere Informationen besuche bitte:",
282284
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Office benötigt einen separaten Server, auf dem Collabora Online läuft, um Funktionen zur Bearbeitungs bereitzustellen.",

l10n/de_DE.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/de_DE.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"Enforce secure view for download hidden shares" : "Sichere Ansicht für versteckte Download-Freigaben erzwingen",
176176
"Enforce secure view for read only link shares" : "Sichere Ansicht für schreibgeschützte Linkfreigaben erzwingen",
177177
"Enforce secure view on link shares with specific system tags" : "Sichere Ansicht für Linkfreigaben mit bestimmten System-Schlagworten erzwingen",
178-
"Select tags to enforce secure view" : "Wählen Sie Schlagworte, um eine sichere Ansicht zu erzwingen",
178+
"Select tags to enforce secure view" : "Schlagworte auswählen, um eine sichere Ansicht zu erzwingen",
179179
"Electronic Signature" : "Elektronische Signatur",
180180
"Client ID for the electronic signature API" : "Client-ID für die API für elektronische Signaturen",
181181
"Fill in the registration form at https://eideasy.com/signup to obtain a client ID and secret." : "Registrierungsformular unter https://eideasy.com/signup ausfüllen, um eine Client-ID und ein Geheimnis zu erhalten.",
@@ -192,6 +192,7 @@
192192
"Save as" : "Speichern als",
193193
"Path to save" : "Speicherpfad",
194194
"Invalid file name" : "Ungültiger Dateiname",
195+
"File name already exists" : "Dateiname existiert bereits",
195196
"Select template" : "Vorlage auswählen",
196197
"File name" : "Dateiname",
197198
"Create" : "Erstellen",
@@ -277,6 +278,7 @@
277278
"New file" : "Neue Datei",
278279
"Please enter the filename for the new file" : "Bitte geben Sie den Dateinamen für die neue Datei ein",
279280
"Could not create file" : "Die Datei konnte nicht erstellt werden",
281+
"Could not load templates" : "Vorlagen konnten nicht geladen werden",
280282
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Mit Fehler gespeichert: Collabora Online sollte das gleiche Protokoll wie die Serverinstallation nutzen.",
281283
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "Es konnte keine Verbindung zum Collabora Online-Server hergestellt werden. Dies könnte auf eine fehlende Konfiguration Ihres Web-Servers zurückzuführen sein. Für weitere Informationen besuchen Sie bitte:",
282284
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Office benötigt einen separaten Server, auf dem Collabora Online läuft, um Bearbeitungsfunktionen bereitzustellen.",

0 commit comments

Comments
 (0)