mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
6a29ea172b
commit
9cd3177bb4
10 changed files with 34 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ OC.L10N.register(
|
|||
"Failed to check file size: %1$s" : "Dosya boyutu denetlenemedi: %1$s",
|
||||
"Could not open file: %1$s (%2$d), file does seem to exist" : "Dosya açılamadı: %1$s (%2$d), dosya var gibi görünüyor",
|
||||
"Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Dosya açılamadı: %1$s (%2$d), dosya var gibi görünmüyor",
|
||||
"Failed to get size for : %1$s" : "Dosya boyutu alınamadı: %1$s",
|
||||
"Encryption not ready: %1$s" : "Şifreleme hazır değil: %1$s",
|
||||
"Failed to open file: %1$s" : "Dosya açılamadı: %1$s",
|
||||
"Failed to unlink: %1$s" : "Bağlantı kaldırılamadı: %1$s",
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"Failed to check file size: %1$s" : "Dosya boyutu denetlenemedi: %1$s",
|
||||
"Could not open file: %1$s (%2$d), file does seem to exist" : "Dosya açılamadı: %1$s (%2$d), dosya var gibi görünüyor",
|
||||
"Could not open file: %1$s (%2$d), file doesn't seem to exist" : "Dosya açılamadı: %1$s (%2$d), dosya var gibi görünmüyor",
|
||||
"Failed to get size for : %1$s" : "Dosya boyutu alınamadı: %1$s",
|
||||
"Encryption not ready: %1$s" : "Şifreleme hazır değil: %1$s",
|
||||
"Failed to open file: %1$s" : "Dosya açılamadı: %1$s",
|
||||
"Failed to unlink: %1$s" : "Bağlantı kaldırılamadı: %1$s",
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ OC.L10N.register(
|
|||
"Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.",
|
||||
"Invalid filename." : "Nome di file non valido.",
|
||||
"Rename file" : "Rinomina file",
|
||||
"Recently created" : "Creato di recente",
|
||||
"Folder" : "Cartella",
|
||||
"Unknown file type" : "Tipo di file sconosciuto",
|
||||
"{ext} image" : "{ext} image",
|
||||
|
|
@ -234,6 +235,9 @@ OC.L10N.register(
|
|||
"Removing the file extension \"{old}\" may render the file unreadable." : "Rimuovendo dell'estensione del file \"{old}\" potrebbe rendere il file illeggibile.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "Aggiungere l'estensione del file \"{new}\" potrebbe rendere il file illeggibile.",
|
||||
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
|
||||
"Rename file to hidden" : "Rinomina il file in nascosto",
|
||||
"Prefixing a filename with a dot may render the file hidden." : "Aggiungere un punto come prefisso al nome di un file può rendere il file nascosto.",
|
||||
"Are you sure you want to rename the file to \"{filename}\"?" : "Sei sicuro di voler rinominare il file in \"{filename}\"?",
|
||||
"Cancel" : "Annulla",
|
||||
"Rename" : "Rinomina",
|
||||
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
|
||||
|
|
@ -248,6 +252,7 @@ OC.L10N.register(
|
|||
"Error during upload: {message}" : "Errore durante il caricamento: {message}",
|
||||
"Error during upload, status code {status}" : "Errore durante il caricamento, codice di stato {status}",
|
||||
"Unknown error during upload" : "Errore sconosciuto durante il caricamento",
|
||||
"File list is reloading" : "L'elenco dei file si sta ricaricando",
|
||||
"Loading current folder" : "Sto caricando la cartella corrente",
|
||||
"Retry" : "Riprova",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
|
|
@ -315,7 +320,9 @@ OC.L10N.register(
|
|||
"The files are locked" : "I files sono bloccati",
|
||||
"The file does not exist anymore" : "Il file non esiste più",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
|
||||
"Moving {count} files to \"{destination}\" …" : "Spostamento di {count} file in \"{destination}\" …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
|
||||
"Copying {count} files to \"{destination}\" …" : "Copiatura di {count} file in \"{destination}\" …",
|
||||
"Choose destination" : "Scegli la destinazione",
|
||||
"Copy to {target}" : "Copia in {target}",
|
||||
"Move to {target}" : "Sposta in {target}",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
"Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.",
|
||||
"Invalid filename." : "Nome di file non valido.",
|
||||
"Rename file" : "Rinomina file",
|
||||
"Recently created" : "Creato di recente",
|
||||
"Folder" : "Cartella",
|
||||
"Unknown file type" : "Tipo di file sconosciuto",
|
||||
"{ext} image" : "{ext} image",
|
||||
|
|
@ -232,6 +233,9 @@
|
|||
"Removing the file extension \"{old}\" may render the file unreadable." : "Rimuovendo dell'estensione del file \"{old}\" potrebbe rendere il file illeggibile.",
|
||||
"Adding the file extension \"{new}\" may render the file unreadable." : "Aggiungere l'estensione del file \"{new}\" potrebbe rendere il file illeggibile.",
|
||||
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
|
||||
"Rename file to hidden" : "Rinomina il file in nascosto",
|
||||
"Prefixing a filename with a dot may render the file hidden." : "Aggiungere un punto come prefisso al nome di un file può rendere il file nascosto.",
|
||||
"Are you sure you want to rename the file to \"{filename}\"?" : "Sei sicuro di voler rinominare il file in \"{filename}\"?",
|
||||
"Cancel" : "Annulla",
|
||||
"Rename" : "Rinomina",
|
||||
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
|
||||
|
|
@ -246,6 +250,7 @@
|
|||
"Error during upload: {message}" : "Errore durante il caricamento: {message}",
|
||||
"Error during upload, status code {status}" : "Errore durante il caricamento, codice di stato {status}",
|
||||
"Unknown error during upload" : "Errore sconosciuto durante il caricamento",
|
||||
"File list is reloading" : "L'elenco dei file si sta ricaricando",
|
||||
"Loading current folder" : "Sto caricando la cartella corrente",
|
||||
"Retry" : "Riprova",
|
||||
"No files in here" : "Qui non c'è alcun file",
|
||||
|
|
@ -313,7 +318,9 @@
|
|||
"The files are locked" : "I files sono bloccati",
|
||||
"The file does not exist anymore" : "Il file non esiste più",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
|
||||
"Moving {count} files to \"{destination}\" …" : "Spostamento di {count} file in \"{destination}\" …",
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
|
||||
"Copying {count} files to \"{destination}\" …" : "Copiatura di {count} file in \"{destination}\" …",
|
||||
"Choose destination" : "Scegli la destinazione",
|
||||
"Copy to {target}" : "Copia in {target}",
|
||||
"Move to {target}" : "Sposta in {target}",
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ OC.L10N.register(
|
|||
"Another entry with the same name already exists." : "Aynı adlı bir kayıt zaten var.",
|
||||
"Invalid filename." : "Dosya adı geçersiz.",
|
||||
"Rename file" : "Dosyayı yeniden adlandır",
|
||||
"Recently created" : "Son oluşturulanlar",
|
||||
"Folder" : "Klasör",
|
||||
"Unknown file type" : "Dosya türü bilinmiyor",
|
||||
"{ext} image" : "{ext} görsel",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
"Another entry with the same name already exists." : "Aynı adlı bir kayıt zaten var.",
|
||||
"Invalid filename." : "Dosya adı geçersiz.",
|
||||
"Rename file" : "Dosyayı yeniden adlandır",
|
||||
"Recently created" : "Son oluşturulanlar",
|
||||
"Folder" : "Klasör",
|
||||
"Unknown file type" : "Dosya türü bilinmiyor",
|
||||
"{ext} image" : "{ext} görsel",
|
||||
|
|
|
|||
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Input text is too long" : "Il testo inserito è troppo lungo",
|
||||
"Requested task type does not exist" : "Il tipo di attività richiesto non esiste",
|
||||
"Necessary language model provider is not available" : "Il necessario provider di modello per la lingua non è disponibile",
|
||||
"Cannot generate more than 12 images" : "Non è possibile generare più di 12 immagini",
|
||||
"Cannot generate less than 1 image" : "Non è possibile generare meno di 1 immagine",
|
||||
"No text to image provider is available" : "Nessun fornitore da-testo-a-immagine disponibile",
|
||||
"Image not found" : "Immagine non trovata",
|
||||
"No translation provider available" : "Nessun fornitore di traduzioni disponibile",
|
||||
|
|
@ -306,10 +308,14 @@ OC.L10N.register(
|
|||
"Loading your contacts …" : "Caricamento dei tuoi contatti …",
|
||||
"Looking for {term} …" : "Ricerca di {term} …",
|
||||
"Search contacts" : "Cerca nei contatti",
|
||||
"Filter by team" : "Filtra per team",
|
||||
"All teams" : "Tutti i team",
|
||||
"Search contacts in team {team}" : "Cerca contatti nel team {team}",
|
||||
"Search contacts …" : "Cerca contatti …",
|
||||
"Reset search" : "Ripristina ricerca",
|
||||
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
|
||||
"No contacts found" : "Nessun contatto trovato",
|
||||
"Contacts list" : "Elenco dei contatti",
|
||||
"Show all contacts" : "Mostra tutti i contatti",
|
||||
"Install the Contacts app" : "Installa l'applicazione Contatti",
|
||||
"Search" : "Cerca",
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
"Input text is too long" : "Il testo inserito è troppo lungo",
|
||||
"Requested task type does not exist" : "Il tipo di attività richiesto non esiste",
|
||||
"Necessary language model provider is not available" : "Il necessario provider di modello per la lingua non è disponibile",
|
||||
"Cannot generate more than 12 images" : "Non è possibile generare più di 12 immagini",
|
||||
"Cannot generate less than 1 image" : "Non è possibile generare meno di 1 immagine",
|
||||
"No text to image provider is available" : "Nessun fornitore da-testo-a-immagine disponibile",
|
||||
"Image not found" : "Immagine non trovata",
|
||||
"No translation provider available" : "Nessun fornitore di traduzioni disponibile",
|
||||
|
|
@ -304,10 +306,14 @@
|
|||
"Loading your contacts …" : "Caricamento dei tuoi contatti …",
|
||||
"Looking for {term} …" : "Ricerca di {term} …",
|
||||
"Search contacts" : "Cerca nei contatti",
|
||||
"Filter by team" : "Filtra per team",
|
||||
"All teams" : "Tutti i team",
|
||||
"Search contacts in team {team}" : "Cerca contatti nel team {team}",
|
||||
"Search contacts …" : "Cerca contatti …",
|
||||
"Reset search" : "Ripristina ricerca",
|
||||
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
|
||||
"No contacts found" : "Nessun contatto trovato",
|
||||
"Contacts list" : "Elenco dei contatti",
|
||||
"Show all contacts" : "Mostra tutti i contatti",
|
||||
"Install the Contacts app" : "Installa l'applicazione Contatti",
|
||||
"Search" : "Cerca",
|
||||
|
|
|
|||
|
|
@ -225,6 +225,8 @@ OC.L10N.register(
|
|||
"Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"",
|
||||
"Input text" : "Testo di input",
|
||||
"The input text" : "Il testo di input",
|
||||
"Cannot generate more than 12 images" : "Non è possibile generare più di 12 immagini",
|
||||
"Cannot generate less than 1 image" : "Non è possibile generare meno di 1 immagine",
|
||||
"Sunday" : "Domenica",
|
||||
"Monday" : "Lunedì",
|
||||
"Tuesday" : "Martedì",
|
||||
|
|
|
|||
|
|
@ -223,6 +223,8 @@
|
|||
"Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"",
|
||||
"Input text" : "Testo di input",
|
||||
"The input text" : "Il testo di input",
|
||||
"Cannot generate more than 12 images" : "Non è possibile generare più di 12 immagini",
|
||||
"Cannot generate less than 1 image" : "Non è possibile generare meno di 1 immagine",
|
||||
"Sunday" : "Domenica",
|
||||
"Monday" : "Lunedì",
|
||||
"Tuesday" : "Martedì",
|
||||
|
|
|
|||
Loading…
Reference in a new issue