Skip to content

Commit b2de24e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 5734ffd commit b2de24e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+138
-2
lines changed

apps/files/l10n/cs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ OC.L10N.register(
455455
"Personal Files" : "Osobní soubory",
456456
"Text file" : "Textový soubor",
457457
"New text file.txt" : "Nový textový soubor.txt",
458+
"%1$s (renamed)" : "%1$s (přejmenované)",
459+
"renamed file" : "přejmenovaný soubor",
460+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po povolení názvů souborů, kompatibilních s Windows, stávající soubory už nebude možné změnit, ale je možné je přejmenovat na platné nové názvy jejich vlastníkem.",
458461
"{count} files could not be converted" : "{count} souborů nebylo možné převést",
459462
"{count} files successfully converted" : "{count} souborů úspěšně převedeno"
460463
},

apps/files/l10n/cs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@
453453
"Personal Files" : "Osobní soubory",
454454
"Text file" : "Textový soubor",
455455
"New text file.txt" : "Nový textový soubor.txt",
456+
"%1$s (renamed)" : "%1$s (přejmenované)",
457+
"renamed file" : "přejmenovaný soubor",
458+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Po povolení názvů souborů, kompatibilních s Windows, stávající soubory už nebude možné změnit, ale je možné je přejmenovat na platné nové názvy jejich vlastníkem.",
456459
"{count} files could not be converted" : "{count} souborů nebylo možné převést",
457460
"{count} files successfully converted" : "{count} souborů úspěšně převedeno"
458461
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"

apps/files/l10n/de.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ OC.L10N.register(
455455
"Personal Files" : "Persönliche Dateien",
456456
"Text file" : "Textdatei",
457457
"New text file.txt" : "Neue Textdatei file.txt",
458+
"%1$s (renamed)" : "%1$s (umbenannt)",
459+
"renamed file" : "Umbenannte Datei",
460+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Nach Aktivierung der Windows-kompatiblen Dateinamen können vorhandene Dateien nicht mehr geändert, aber von ihrem Besitzer in gültige neue Namen umbenannt werden.",
458461
"{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden",
459462
"{count} files successfully converted" : "{count} Dateien konvertiert"
460463
},

apps/files/l10n/de.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@
453453
"Personal Files" : "Persönliche Dateien",
454454
"Text file" : "Textdatei",
455455
"New text file.txt" : "Neue Textdatei file.txt",
456+
"%1$s (renamed)" : "%1$s (umbenannt)",
457+
"renamed file" : "Umbenannte Datei",
458+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Nach Aktivierung der Windows-kompatiblen Dateinamen können vorhandene Dateien nicht mehr geändert, aber von ihrem Besitzer in gültige neue Namen umbenannt werden.",
456459
"{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden",
457460
"{count} files successfully converted" : "{count} Dateien konvertiert"
458461
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/files/l10n/de_DE.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ OC.L10N.register(
455455
"Personal Files" : "Persönliche Dateien",
456456
"Text file" : "Textdatei",
457457
"New text file.txt" : "Neue Textdatei file.txt",
458+
"%1$s (renamed)" : "%1$s (umbenannt)",
459+
"renamed file" : "Umbenannte Datei",
460+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Nach Aktivierung der Windows-kompatiblen Dateinamen können vorhandene Dateien nicht mehr geändert, aber von ihrem Besitzer in gültige neue Namen umbenannt werden.",
458461
"{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden",
459462
"{count} files successfully converted" : "{count} Dateien konvertiert"
460463
},

apps/files/l10n/de_DE.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@
453453
"Personal Files" : "Persönliche Dateien",
454454
"Text file" : "Textdatei",
455455
"New text file.txt" : "Neue Textdatei file.txt",
456+
"%1$s (renamed)" : "%1$s (umbenannt)",
457+
"renamed file" : "Umbenannte Datei",
458+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Nach Aktivierung der Windows-kompatiblen Dateinamen können vorhandene Dateien nicht mehr geändert, aber von ihrem Besitzer in gültige neue Namen umbenannt werden.",
456459
"{count} files could not be converted" : "{count} Dateien konnten nicht konvertiert werden",
457460
"{count} files successfully converted" : "{count} Dateien konvertiert"
458461
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/files/l10n/en_GB.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ OC.L10N.register(
455455
"Personal Files" : "Personal Files",
456456
"Text file" : "Text file",
457457
"New text file.txt" : "New text file.txt",
458+
"%1$s (renamed)" : "%1$s (renamed)",
459+
"renamed file" : "renamed file",
460+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner.",
458461
"{count} files could not be converted" : "{count} files could not be converted",
459462
"{count} files successfully converted" : "{count} files successfully converted"
460463
},

apps/files/l10n/en_GB.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,9 @@
453453
"Personal Files" : "Personal Files",
454454
"Text file" : "Text file",
455455
"New text file.txt" : "New text file.txt",
456+
"%1$s (renamed)" : "%1$s (renamed)",
457+
"renamed file" : "renamed file",
458+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner.",
456459
"{count} files could not be converted" : "{count} files could not be converted",
457460
"{count} files successfully converted" : "{count} files successfully converted"
458461
},"pluralForm" :"nplurals=2; plural=(n != 1);"

apps/files/l10n/es.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ OC.L10N.register(
447447
"Personal Files" : "Archivos Personales",
448448
"Text file" : "Archivo de texto",
449449
"New text file.txt" : "Nuevo archivo.txt",
450+
"%1$s (renamed)" : "%1$s (renombrado)",
451+
"renamed file" : "archivo renombrado",
452+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Luego de habilitar los nombres de archivo compatibles con windows, los archivos existentes no podrán ser modificados, pero, podrán ser renombrados a nuevos nombres válidos por su respectivo propietario.",
450453
"{count} files could not be converted" : "{count} archivos no han podido ser convertidos",
451454
"{count} files successfully converted" : "{count} archivos convertidos correctamente"
452455
},

apps/files/l10n/es.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@
445445
"Personal Files" : "Archivos Personales",
446446
"Text file" : "Archivo de texto",
447447
"New text file.txt" : "Nuevo archivo.txt",
448+
"%1$s (renamed)" : "%1$s (renombrado)",
449+
"renamed file" : "archivo renombrado",
450+
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Luego de habilitar los nombres de archivo compatibles con windows, los archivos existentes no podrán ser modificados, pero, podrán ser renombrados a nuevos nombres válidos por su respectivo propietario.",
448451
"{count} files could not be converted" : "{count} archivos no han podido ser convertidos",
449452
"{count} files successfully converted" : "{count} archivos convertidos correctamente"
450453
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

0 commit comments

Comments
 (0)