Skip to content

Commit a0ae640

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

28 files changed

Lines changed: 262 additions & 8 deletions

File tree

apps/files/l10n/cs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ OC.L10N.register(
265265
"Files moved successfully" : "Soubory úspěšně přesunuty",
266266
"Conflicts resolution skipped" : "Řešení kolizí přeskočeno",
267267
"Upload cancelled" : "Nahrávání zrušen",
268+
"Adding the file extension \"{new}\" may render the file unreadable." : "Přidání přípony souboru „{new}“ může soubor znečitelnit.",
269+
"Removing the file extension \"{old}\" may render the file unreadable." : "Odebrání přípony souboru „{old}“ může soubor znečitelnit.",
270+
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Změna přípony souboru z „{old}“ na „{new}“ může soubor znečitelnit.",
271+
"Change file extension" : "Změnit příponu souboru",
272+
"Keep {oldextension}" : "Ponechat {oldextension}",
273+
"Use {newextension}" : "Použít {newextension}",
274+
"Remove extension" : "Odebrat příponu",
268275
"This operation is forbidden" : "Tato operace je zakázána",
269276
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce",
270277
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",

apps/files/l10n/cs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@
263263
"Files moved successfully" : "Soubory úspěšně přesunuty",
264264
"Conflicts resolution skipped" : "Řešení kolizí přeskočeno",
265265
"Upload cancelled" : "Nahrávání zrušen",
266+
"Adding the file extension \"{new}\" may render the file unreadable." : "Přidání přípony souboru „{new}“ může soubor znečitelnit.",
267+
"Removing the file extension \"{old}\" may render the file unreadable." : "Odebrání přípony souboru „{old}“ může soubor znečitelnit.",
268+
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Změna přípony souboru z „{old}“ na „{new}“ může soubor znečitelnit.",
269+
"Change file extension" : "Změnit příponu souboru",
270+
"Keep {oldextension}" : "Ponechat {oldextension}",
271+
"Use {newextension}" : "Použít {newextension}",
272+
"Remove extension" : "Odebrat příponu",
266273
"This operation is forbidden" : "Tato operace je zakázána",
267274
"This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte záznamy událostí nebo se obraťte na správce",
268275
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",

apps/files/l10n/gl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ OC.L10N.register(
7676
"You don’t have permission to upload or create files here" : "Non ten permiso para enviar ou crear ficheiros aquí.",
7777
"Favorite" : "Favorito",
7878
"\"{displayName}\" action executed successfully" : "A acción «{displayName}» executouse correctamente",
79-
"\"{displayName}\" action failed" : "A acción «{displayName}» fallou",
79+
"\"{displayName}\" action failed" : "Produciuse un fallo na acción «{displayName}»",
8080
"Toggle selection for file \"{displayName}\"" : "Conmutar a selección para o ficheiro «{displayName}»",
8181
"Toggle selection for folder \"{displayName}\"" : "Conmutar a selección para o cartafol «{displayName}»",
8282
"File is loading" : "Estase a cargar o ficheiro",

apps/files/l10n/gl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"You don’t have permission to upload or create files here" : "Non ten permiso para enviar ou crear ficheiros aquí.",
7575
"Favorite" : "Favorito",
7676
"\"{displayName}\" action executed successfully" : "A acción «{displayName}» executouse correctamente",
77-
"\"{displayName}\" action failed" : "A acción «{displayName}» fallou",
77+
"\"{displayName}\" action failed" : "Produciuse un fallo na acción «{displayName}»",
7878
"Toggle selection for file \"{displayName}\"" : "Conmutar a selección para o ficheiro «{displayName}»",
7979
"Toggle selection for folder \"{displayName}\"" : "Conmutar a selección para o cartafol «{displayName}»",
8080
"File is loading" : "Estase a cargar o ficheiro",

apps/files_sharing/l10n/cs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ OC.L10N.register(
188188
"remote" : "vzdálené",
189189
"remote group" : "federovaná skupina",
190190
"guest" : "host",
191+
"by {initiator}" : "od {initiator}",
191192
"Shared with the group {user} by {owner}" : "{owner} sdílí se skupinou {user}",
192193
"Shared with the conversation {user} by {owner}" : "{owner} sdílí konverzaci {user}",
193194
"Shared with {user} by {owner}" : "{owner} sdílí s {user}",

apps/files_sharing/l10n/cs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"remote" : "vzdálené",
187187
"remote group" : "federovaná skupina",
188188
"guest" : "host",
189+
"by {initiator}" : "od {initiator}",
189190
"Shared with the group {user} by {owner}" : "{owner} sdílí se skupinou {user}",
190191
"Shared with the conversation {user} by {owner}" : "{owner} sdílí konverzaci {user}",
191192
"Shared with {user} by {owner}" : "{owner} sdílí s {user}",

apps/files_sharing/l10n/ga.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ OC.L10N.register(
188188
"remote" : "iargúlta",
189189
"remote group" : "grúpa iargúlta",
190190
"guest" : "aoi",
191+
"by {initiator}" : "le {initiator}",
191192
"Shared with the group {user} by {owner}" : "Roinnte leis an ngrúpa {user} ag {owner}",
192193
"Shared with the conversation {user} by {owner}" : "Roinnte leis an gcomhrá {user} ag {owner}",
193194
"Shared with {user} by {owner}" : "Roinnte le {user} ag {owner}",

apps/files_sharing/l10n/ga.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"remote" : "iargúlta",
187187
"remote group" : "grúpa iargúlta",
188188
"guest" : "aoi",
189+
"by {initiator}" : "le {initiator}",
189190
"Shared with the group {user} by {owner}" : "Roinnte leis an ngrúpa {user} ag {owner}",
190191
"Shared with the conversation {user} by {owner}" : "Roinnte leis an gcomhrá {user} ag {owner}",
191192
"Shared with {user} by {owner}" : "Roinnte le {user} ag {owner}",

apps/files_sharing/l10n/gl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ OC.L10N.register(
188188
"remote" : "remoto",
189189
"remote group" : "grupo remoto",
190190
"guest" : "convidado",
191+
"by {initiator}" : "por {initiator}",
191192
"Shared with the group {user} by {owner}" : "Compartido co grupo {user} por {owner}",
192193
"Shared with the conversation {user} by {owner}" : "Compartido coa conversa {user} por {owner}",
193194
"Shared with {user} by {owner}" : "Compartido con {user} por {owner}",

apps/files_sharing/l10n/gl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
"remote" : "remoto",
187187
"remote group" : "grupo remoto",
188188
"guest" : "convidado",
189+
"by {initiator}" : "por {initiator}",
189190
"Shared with the group {user} by {owner}" : "Compartido co grupo {user} por {owner}",
190191
"Shared with the conversation {user} by {owner}" : "Compartido coa conversa {user} por {owner}",
191192
"Shared with {user} by {owner}" : "Compartido con {user} por {owner}",

0 commit comments

Comments
 (0)