diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-01-27 00:21:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-01-27 00:21:42 +0000 |
commit | 29724ff27e9377f52a5d97a6944523522004e1ce (patch) | |
tree | ae456f91eba527902f3c5ea7f9e461778cccfd57 /apps/files | |
parent | 4145dedba00c267f15088be0c93336407d6e8aaf (diff) | |
download | nextcloud-server-29724ff27e9377f52a5d97a6944523522004e1ce.tar.gz nextcloud-server-29724ff27e9377f52a5d97a6944523522004e1ce.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/cs.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/it.js | 23 | ||||
-rw-r--r-- | apps/files/l10n/it.json | 23 | ||||
-rw-r--r-- | apps/files/l10n/lt_LT.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/lt_LT.json | 4 |
6 files changed, 62 insertions, 0 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index f5f8452d05b..edbaf6d8ddf 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -47,8 +47,10 @@ OC.L10N.register( "Invalid folder path" : "Neplatný popis umístění složky", "Folder not found" : "Složka nenalezena", "The file cannot be found" : "Soubor není možné nalézt", + "The destination path does not exist: %1$s" : "Cílový popis umístění neexistuje: %1$s", "You do not have permission to create a file at the specified location" : "Nemáte oprávnění pro vytvoření souboru v určeném umístění", "The file could not be converted." : "Soubor nebylo možné převést.", + "Could not get relative path to converted file" : "Nepodařilo se získat vztažený popis umístění převáděného souboru", "Favorite files" : "Oblíbené soubory", "No favorites" : "Žádné oblíbené", "More favorites" : "Další oblíbené", @@ -209,6 +211,7 @@ OC.L10N.register( "Tags" : "Štítky", "You" : "Vy", "Shared multiple times with different people" : "Nasdílet několikrát různým lidem", + "Unable to change the favorite state of the file" : "Nebylo možné změnit stav zařazení mezi oblíbené souboru", "Error while loading the file data" : "Chyba při načítání dat souboru", "Pick a template for {name}" : "Vyberte si šablonu pro {name}", "Create a new file with the selected template" : "Vytvořit nový soubor ze zvolené šablony", @@ -220,6 +223,7 @@ OC.L10N.register( "Converting files…" : "Převádění souborů…", "Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}", "All files failed to be converted" : "Žádný ze souborů se nepodařilo převést", + "One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}", "One file could not be converted" : "Jeden soubor nebylo možné převést", "{count} files could not be converted" : "{count} souborů nebylo možné převést", "{count} files successfully converted" : "{count} souborů úspěšně převedeno", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 03bae75e4d3..3eb78320244 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -45,8 +45,10 @@ "Invalid folder path" : "Neplatný popis umístění složky", "Folder not found" : "Složka nenalezena", "The file cannot be found" : "Soubor není možné nalézt", + "The destination path does not exist: %1$s" : "Cílový popis umístění neexistuje: %1$s", "You do not have permission to create a file at the specified location" : "Nemáte oprávnění pro vytvoření souboru v určeném umístění", "The file could not be converted." : "Soubor nebylo možné převést.", + "Could not get relative path to converted file" : "Nepodařilo se získat vztažený popis umístění převáděného souboru", "Favorite files" : "Oblíbené soubory", "No favorites" : "Žádné oblíbené", "More favorites" : "Další oblíbené", @@ -207,6 +209,7 @@ "Tags" : "Štítky", "You" : "Vy", "Shared multiple times with different people" : "Nasdílet několikrát různým lidem", + "Unable to change the favorite state of the file" : "Nebylo možné změnit stav zařazení mezi oblíbené souboru", "Error while loading the file data" : "Chyba při načítání dat souboru", "Pick a template for {name}" : "Vyberte si šablonu pro {name}", "Create a new file with the selected template" : "Vytvořit nový soubor ze zvolené šablony", @@ -218,6 +221,7 @@ "Converting files…" : "Převádění souborů…", "Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}", "All files failed to be converted" : "Žádný ze souborů se nepodařilo převést", + "One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}", "One file could not be converted" : "Jeden soubor nebylo možné převést", "{count} files could not be converted" : "{count} souborů nebylo možné převést", "{count} files successfully converted" : "{count} souborů úspěšně převedeno", diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 1b6732b67d1..27b1000ff7a 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -46,7 +46,14 @@ OC.L10N.register( "Failed to authorize" : "Impossibile dare l'autorizzazione", "Invalid folder path" : "Percorso della cartella non valido", "Folder not found" : "Cartella non trovata", + "The file cannot be found" : "Il file non può essere trovato", + "The destination path does not exist: %1$s" : "Il percorso di destinazione non esiste: %1$s", + "You do not have permission to create a file at the specified location" : "Non hai l'autorizzazione per creare un file nella posizione specificata", + "The file could not be converted." : "Il file non può essere convertito.", + "Could not get relative path to converted file" : "Impossibile ottenere il percorso relativo al file convertito", + "Favorite files" : "File preferiti", "No favorites" : "Nessun preferito", + "More favorites" : "Altri preferiti", "Upload (max. %s)" : "Carica (massimo %s)", "Accept" : "Accetta", "Reject" : "Rifiuta", @@ -204,12 +211,28 @@ OC.L10N.register( "Tags" : "Etichette", "You" : "Tu", "Shared multiple times with different people" : "Condiviso più volte con diverse persone", + "Unable to change the favorite state of the file" : "Impossibile modificare lo stato preferito del file", "Error while loading the file data" : "Errore durante il caricamento del file di dati", "Pick a template for {name}" : "Scegli un modello per {name}", "Create a new file with the selected template" : "Crea un nuovo file con il modello selezionato", "Creating file" : "Creazione del file", "Blank" : "Vuoto", "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", + "Save as {displayName}" : "Savlva come {displayName}", + "Save as …" : "Salva come …", + "Converting files…" : "Conversione dei file…", + "Failed to convert files: {message}" : "Impossibile convertire i file: {message}", + "All files failed to be converted" : "Non è stato possibile convertire tutti i file", + "One file could not be converted: {message}" : "Un file non può essere convertito: {message}", + "One file could not be converted" : "Un file non può essere convertito", + "{count} files could not be converted" : "{count} file non possono essere convertiti", + "{count} files successfully converted" : "{count} file convertiti con successo", + "Files successfully converted" : "File convertiti con successo", + "Failed to convert files" : "Impossibile convertire i file", + "Converting file…" : "Conversione file...", + "File successfully converted" : "File convertito con successo", + "Failed to convert file: {message}" : "Impossibile convertire il file: {message}", + "Failed to convert file" : "Impossibile convertire il file", "Deletion cancelled" : "Eliminazione annullata", "Leave this share" : "Abbandona questa condivisione", "Leave these shares" : "Abbandona queste condivisioni", diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json index 719864e2fae..2ceb569311b 100644 --- a/apps/files/l10n/it.json +++ b/apps/files/l10n/it.json @@ -44,7 +44,14 @@ "Failed to authorize" : "Impossibile dare l'autorizzazione", "Invalid folder path" : "Percorso della cartella non valido", "Folder not found" : "Cartella non trovata", + "The file cannot be found" : "Il file non può essere trovato", + "The destination path does not exist: %1$s" : "Il percorso di destinazione non esiste: %1$s", + "You do not have permission to create a file at the specified location" : "Non hai l'autorizzazione per creare un file nella posizione specificata", + "The file could not be converted." : "Il file non può essere convertito.", + "Could not get relative path to converted file" : "Impossibile ottenere il percorso relativo al file convertito", + "Favorite files" : "File preferiti", "No favorites" : "Nessun preferito", + "More favorites" : "Altri preferiti", "Upload (max. %s)" : "Carica (massimo %s)", "Accept" : "Accetta", "Reject" : "Rifiuta", @@ -202,12 +209,28 @@ "Tags" : "Etichette", "You" : "Tu", "Shared multiple times with different people" : "Condiviso più volte con diverse persone", + "Unable to change the favorite state of the file" : "Impossibile modificare lo stato preferito del file", "Error while loading the file data" : "Errore durante il caricamento del file di dati", "Pick a template for {name}" : "Scegli un modello per {name}", "Create a new file with the selected template" : "Crea un nuovo file con il modello selezionato", "Creating file" : "Creazione del file", "Blank" : "Vuoto", "Unable to create new file from template" : "Impossibile creare un nuovo file dal modello", + "Save as {displayName}" : "Savlva come {displayName}", + "Save as …" : "Salva come …", + "Converting files…" : "Conversione dei file…", + "Failed to convert files: {message}" : "Impossibile convertire i file: {message}", + "All files failed to be converted" : "Non è stato possibile convertire tutti i file", + "One file could not be converted: {message}" : "Un file non può essere convertito: {message}", + "One file could not be converted" : "Un file non può essere convertito", + "{count} files could not be converted" : "{count} file non possono essere convertiti", + "{count} files successfully converted" : "{count} file convertiti con successo", + "Files successfully converted" : "File convertiti con successo", + "Failed to convert files" : "Impossibile convertire i file", + "Converting file…" : "Conversione file...", + "File successfully converted" : "File convertito con successo", + "Failed to convert file: {message}" : "Impossibile convertire il file: {message}", + "Failed to convert file" : "Impossibile convertire il file", "Deletion cancelled" : "Eliminazione annullata", "Leave this share" : "Abbandona questa condivisione", "Leave these shares" : "Abbandona queste condivisioni", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 19dd801d966..6fb92c0e40f 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -45,6 +45,9 @@ OC.L10N.register( "A favorite file or folder has been <strong>changed</strong>" : "Buvo <strong>pakeistas</strong> mėgstamas failas ar aplankas", "Invalid folder path" : "Neteisingas aplanko kelias", "Folder not found" : "Aplankas nerastas", + "The file cannot be found" : "Failas negali būti surastas", + "The destination path does not exist: %1$s" : "Paskirties kelio nėra: %1$s", + "You do not have permission to create a file at the specified location" : "Jūs neturite leidimo sukurti failą nurodytoje vietoje", "No favorites" : "Nėra mėgstamiausių", "Upload (max. %s)" : "Įkelti (maks. %s)", "Accept" : "Priimti", @@ -63,6 +66,7 @@ OC.L10N.register( "Home" : "Pagrindinis", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", "Reload current directory" : "Įkelti dabartinį katalogą iš naujo", + "Drag and drop files here to upload" : "Tempkite failus čia norėdami išsiųsti", "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", "Favorite" : "Mėgstamas", "Back" : "Atgal", diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index 3cfa1bda97e..4822e864ed3 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -43,6 +43,9 @@ "A favorite file or folder has been <strong>changed</strong>" : "Buvo <strong>pakeistas</strong> mėgstamas failas ar aplankas", "Invalid folder path" : "Neteisingas aplanko kelias", "Folder not found" : "Aplankas nerastas", + "The file cannot be found" : "Failas negali būti surastas", + "The destination path does not exist: %1$s" : "Paskirties kelio nėra: %1$s", + "You do not have permission to create a file at the specified location" : "Jūs neturite leidimo sukurti failą nurodytoje vietoje", "No favorites" : "Nėra mėgstamiausių", "Upload (max. %s)" : "Įkelti (maks. %s)", "Accept" : "Priimti", @@ -61,6 +64,7 @@ "Home" : "Pagrindinis", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", "Reload current directory" : "Įkelti dabartinį katalogą iš naujo", + "Drag and drop files here to upload" : "Tempkite failus čia norėdami išsiųsti", "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", "Favorite" : "Mėgstamas", "Back" : "Atgal", |