Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jun 14, 2024
1 parent b5275f7 commit f0f4db3
Show file tree
Hide file tree
Showing 30 changed files with 180 additions and 24 deletions.
1 change: 1 addition & 0 deletions apps/comments/l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s ha commentato %2$s",
"{author} commented on {file}" : "{author} ha commentato su {file}",
"<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato",
"{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"",
"Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
"Edit comment" : "Modifica commento",
Expand Down
1 change: 1 addition & 0 deletions apps/comments/l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"%1$s commented on %2$s" : "%1$s ha commentato %2$s",
"{author} commented on {file}" : "{author} ha commentato su {file}",
"<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato",
"{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"",
"Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file",
"Edit comment" : "Modifica commento",
Expand Down
2 changes: 2 additions & 0 deletions apps/contactsinteraction/l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ OC.L10N.register(
{
"Recently contacted" : "Contattati di recente",
"Contacts Interaction" : "Interazione contatti",
"Manages interaction between accounts and contacts" : "Gestisce l'interazione tra account e contatti",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli account e i contatti e fornisce una rubrica per i dati",
"Manages interaction between users and contacts" : "Gestisce l'interazione tra utenti e contatti",
"Collect data about user and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli utenti e i contatti e fornisce una rubrica per i dati"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/contactsinteraction/l10n/it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ "translations": {
"Recently contacted" : "Contattati di recente",
"Contacts Interaction" : "Interazione contatti",
"Manages interaction between accounts and contacts" : "Gestisce l'interazione tra account e contatti",
"Collect data about accounts and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli account e i contatti e fornisce una rubrica per i dati",
"Manages interaction between users and contacts" : "Gestisce l'interazione tra utenti e contatti",
"Collect data about user and contacts interactions and provide an address book for the data" : "Raccoglie dati sulle interazioni tra gli utenti e i contatti e fornisce una rubrica per i dati"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
Expand Down
4 changes: 4 additions & 0 deletions apps/dav/l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ OC.L10N.register(
"Organizer:" : "Organizzatore:",
"Attendees:" : "Partecipanti:",
"Title:" : "Titolo:",
"Date and time:" : "Data e ora:",
"Location:" : "Posizione:",
"Link:" : "Collegamento:",
"Accept" : "Accetta",
Expand Down Expand Up @@ -150,7 +151,9 @@ OC.L10N.register(
"No outstanding DAV system address book sync." : "Nessuna sincronizzazione della rubrica del sistema DAV in sospeso.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando \"occ dav:sync-system-addressbook\".",
"WebDAV endpoint" : "Terminatore WebDAV",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Impossibile verificare se il server è configurato correttamente per consentire la sincronizzazione di file via WebDAV. Controllalo a mano.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
"Your web server is properly set up to allow file synchronization over WebDAV." : "Il tuo server è configurato correttamente per consentire la sincronizzazione di file via WebDAV.",
"Migrated calendar (%1$s)" : "Calendario migrato (%1$s)",
"Calendars including events, details and attendees" : "Calendari inclusi eventi, dettagli e partecipanti",
"Contacts and groups" : "Contatti e gruppi",
Expand Down Expand Up @@ -185,6 +188,7 @@ OC.L10N.register(
"Saved availability" : "Disponibilità salvata",
"Failed to save availability" : "Salvataggio disponibilità non riuscito",
"Availability" : "Disponibilità",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
"Absence" : "Assenza",
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
"Calendar server" : "Server di calendari",
Expand Down
4 changes: 4 additions & 0 deletions apps/dav/l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"Organizer:" : "Organizzatore:",
"Attendees:" : "Partecipanti:",
"Title:" : "Titolo:",
"Date and time:" : "Data e ora:",
"Location:" : "Posizione:",
"Link:" : "Collegamento:",
"Accept" : "Accetta",
Expand Down Expand Up @@ -148,7 +149,9 @@
"No outstanding DAV system address book sync." : "Nessuna sincronizzazione della rubrica del sistema DAV in sospeso.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando \"occ dav:sync-system-addressbook\".",
"WebDAV endpoint" : "Terminatore WebDAV",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Impossibile verificare se il server è configurato correttamente per consentire la sincronizzazione di file via WebDAV. Controllalo a mano.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
"Your web server is properly set up to allow file synchronization over WebDAV." : "Il tuo server è configurato correttamente per consentire la sincronizzazione di file via WebDAV.",
"Migrated calendar (%1$s)" : "Calendario migrato (%1$s)",
"Calendars including events, details and attendees" : "Calendari inclusi eventi, dettagli e partecipanti",
"Contacts and groups" : "Contatti e gruppi",
Expand Down Expand Up @@ -183,6 +186,7 @@
"Saved availability" : "Disponibilità salvata",
"Failed to save availability" : "Salvataggio disponibilità non riuscito",
"Availability" : "Disponibilità",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
"Absence" : "Assenza",
"Configure your next absence period." : "Configura il tuo prossimo periodo di assenza.",
"Calendar server" : "Server di calendari",
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ OC.L10N.register(
"Your ownership transfer of {path} to {user} has completed." : "Il tuo trasferimento di proprietà di {path} a {user} è completato.",
"The ownership transfer of {path} from {user} has completed." : "Il trasferimento di proprietà di {path} da {user} è completato.",
"in %s" : "in %s",
"Transferred from %1$s on %2$s" : "Trasferito da %1$s su %2$s",
"File Management" : "Gestione dei file",
"Current directory path" : "Percorso della cartella corrente",
"Reload current directory" : "Ricarica la cartella corrente",
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"Your ownership transfer of {path} to {user} has completed." : "Il tuo trasferimento di proprietà di {path} a {user} è completato.",
"The ownership transfer of {path} from {user} has completed." : "Il trasferimento di proprietà di {path} da {user} è completato.",
"in %s" : "in %s",
"Transferred from %1$s on %2$s" : "Trasferito da %1$s su %2$s",
"File Management" : "Gestione dei file",
"Current directory path" : "Percorso della cartella corrente",
"Reload current directory" : "Ricarica la cartella corrente",
Expand Down
35 changes: 35 additions & 0 deletions apps/files_reminders/l10n/ga.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
OC.L10N.register(
"files_reminders",
{
"File reminders" : "Meabhrúcháin comhaid",
"Reminder for {name}" : "Meabhrúchán do {name}",
"View file" : "Féach ar chomhad",
"View folder" : "Féach ar fhillteán",
"Set file reminders" : "Socraigh meabhrúcháin comhaid",
"**📣 File reminders**\n\nSet file reminders." : "**📣 Meabhrúcháin comhaid**\n\nSocraigh meabhrúcháin comhaid.",
"We will remind you of this file" : "Cuirfimid an comhad seo i gcuimhne duit",
"Please choose a valid date & time" : "Roghnaigh dáta agus am bailí le do thoil",
"Cancel" : "Cealaigh",
"Clear reminder" : "Meabhrúchán soiléir",
"Set reminder" : "Socraigh meabhrúchán",
"Set reminder for \"{fileName}\"" : "Socraigh meabhrúchán do \"{fileName}\"",
"Set reminder at custom date & time" : "Socraigh meabhrúchán ar dháta agus am saincheaptha",
"Reminder set for \"{fileName}\"" : "Meabhrúchán socraithe do \"{fileName}\"",
"Failed to set reminder" : "Theip ar an meabhrúchán a shocrú",
"Reminder cleared for \"{fileName}\"" : "Glanadh an meabhrúchán le haghaidh \"{fileName}\"",
"Failed to clear reminder" : "Theip ar an meabhrúchán a ghlanadh",
"Reminder set" : "Meabhrúchán socraithe",
"Set custom reminder" : "Socraigh meabhrúchán saincheaptha",
"Later today" : "Níos déanaí inniu",
"Set reminder for later today" : "Socraigh meabhrúchán le haghaidh níos déanaí inniu",
"Tomorrow" : "Amárach",
"Set reminder for tomorrow" : "Socraigh meabhrúchán don lá amárach",
"This weekend" : "An deireadh seachtaine seo",
"Set reminder for this weekend" : "Socraigh meabhrúchán don deireadh seachtaine seo",
"Next week" : "An tseachtain seo chugainn",
"Set reminder for next week" : "Socraigh meabhrúchán don tseachtain seo chugainn",
"Back" : "Ar ais",
"Reminder cleared" : "Meabhrúchán glanta",
"Failed to load reminder" : "Theip ar an meabhrúchán a lódáil"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
33 changes: 33 additions & 0 deletions apps/files_reminders/l10n/ga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{ "translations": {
"File reminders" : "Meabhrúcháin comhaid",
"Reminder for {name}" : "Meabhrúchán do {name}",
"View file" : "Féach ar chomhad",
"View folder" : "Féach ar fhillteán",
"Set file reminders" : "Socraigh meabhrúcháin comhaid",
"**📣 File reminders**\n\nSet file reminders." : "**📣 Meabhrúcháin comhaid**\n\nSocraigh meabhrúcháin comhaid.",
"We will remind you of this file" : "Cuirfimid an comhad seo i gcuimhne duit",
"Please choose a valid date & time" : "Roghnaigh dáta agus am bailí le do thoil",
"Cancel" : "Cealaigh",
"Clear reminder" : "Meabhrúchán soiléir",
"Set reminder" : "Socraigh meabhrúchán",
"Set reminder for \"{fileName}\"" : "Socraigh meabhrúchán do \"{fileName}\"",
"Set reminder at custom date & time" : "Socraigh meabhrúchán ar dháta agus am saincheaptha",
"Reminder set for \"{fileName}\"" : "Meabhrúchán socraithe do \"{fileName}\"",
"Failed to set reminder" : "Theip ar an meabhrúchán a shocrú",
"Reminder cleared for \"{fileName}\"" : "Glanadh an meabhrúchán le haghaidh \"{fileName}\"",
"Failed to clear reminder" : "Theip ar an meabhrúchán a ghlanadh",
"Reminder set" : "Meabhrúchán socraithe",
"Set custom reminder" : "Socraigh meabhrúchán saincheaptha",
"Later today" : "Níos déanaí inniu",
"Set reminder for later today" : "Socraigh meabhrúchán le haghaidh níos déanaí inniu",
"Tomorrow" : "Amárach",
"Set reminder for tomorrow" : "Socraigh meabhrúchán don lá amárach",
"This weekend" : "An deireadh seachtaine seo",
"Set reminder for this weekend" : "Socraigh meabhrúchán don deireadh seachtaine seo",
"Next week" : "An tseachtain seo chugainn",
"Set reminder for next week" : "Socraigh meabhrúchán don tseachtain seo chugainn",
"Back" : "Ar ais",
"Reminder cleared" : "Meabhrúchán glanta",
"Failed to load reminder" : "Theip ar an meabhrúchán a lódáil"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
7 changes: 7 additions & 0 deletions apps/files_sharing/l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ OC.L10N.register(
"Error, please enter proper password and/or expiration date" : "Errore, digita la password corretta e/o la data di scadenza",
"Link share created" : "Collegamento alla condivisione creato ",
"Error while creating the share" : "Errore durante la creazione della condivisione",
"Quick share options, the current selected is \"{selectedOption}\"" : "Opzioni di condivisione rapida, l'attuale selezionata è \"{selectedOption}\"",
"View only" : "Sola lettura",
"Can edit" : "Può modificare",
"File drop" : "Elimina file",
Expand All @@ -180,6 +181,7 @@ OC.L10N.register(
"Guest" : "Ospite",
"Group" : "Gruppo",
"Email" : "Posta elettronica",
"Team" : "Team",
"Talk conversation" : "Conversazione di Talk",
"Deck board" : "Lavagna di Deck",
"ScienceMesh" : "ScienceMesh",
Expand All @@ -206,12 +208,16 @@ OC.L10N.register(
"Share" : "Condividi",
"Delete share" : "Elimina condivisione",
"Share with {userName}" : "Condividi con {userName}",
"Share with email {email}" : "Condividi con l'email {email}",
"Share with group" : "Condividi con gruppo",
"Share in conversation" : "Condividi nella conversazione",
"Share with {user} on remote server {server}" : "Condividi con {user} sul server remoto {server}",
"Share with remote group" : "Condividi con gruppo remoto",
"Share with guest" : "Condividi con ospite",
"Update share" : "Aggiorna condivisione",
"Save share" : "Salva condivisione",
"Others with access" : "Altri con accesso",
"No other accounts with access found" : "Nessun altro account trovato con accesso",
"Toggle list of others with access to this directory" : "Attiva l'elenco degli altri utenti con accesso a questa cartella ",
"Toggle list of others with access to this file" : "Attiva l'elenco degli altri utenti con accesso a questo file ",
"Unable to fetch inherited shares" : "Impossibile recuperare le condivisioni ereditate",
Expand All @@ -224,6 +230,7 @@ OC.L10N.register(
"_Reject share_::_Reject shares_" : ["Rifiuta condivisione","Rifiuta condivisioni","Rifiuta condivisioni"],
"_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"],
"Shared" : "Condiviso",
"Shared multiple times with different people" : "Condiviso più volte con diverse persone",
"Shared by {ownerDisplayName}" : "Condiviso da {ownerDisplayName}",
"Show sharing options" : "Mostra le opzioni di condivisione",
"Link to a file" : "Collega a un file",
Expand Down
7 changes: 7 additions & 0 deletions apps/files_sharing/l10n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
"Error, please enter proper password and/or expiration date" : "Errore, digita la password corretta e/o la data di scadenza",
"Link share created" : "Collegamento alla condivisione creato ",
"Error while creating the share" : "Errore durante la creazione della condivisione",
"Quick share options, the current selected is \"{selectedOption}\"" : "Opzioni di condivisione rapida, l'attuale selezionata è \"{selectedOption}\"",
"View only" : "Sola lettura",
"Can edit" : "Può modificare",
"File drop" : "Elimina file",
Expand All @@ -178,6 +179,7 @@
"Guest" : "Ospite",
"Group" : "Gruppo",
"Email" : "Posta elettronica",
"Team" : "Team",
"Talk conversation" : "Conversazione di Talk",
"Deck board" : "Lavagna di Deck",
"ScienceMesh" : "ScienceMesh",
Expand All @@ -204,12 +206,16 @@
"Share" : "Condividi",
"Delete share" : "Elimina condivisione",
"Share with {userName}" : "Condividi con {userName}",
"Share with email {email}" : "Condividi con l'email {email}",
"Share with group" : "Condividi con gruppo",
"Share in conversation" : "Condividi nella conversazione",
"Share with {user} on remote server {server}" : "Condividi con {user} sul server remoto {server}",
"Share with remote group" : "Condividi con gruppo remoto",
"Share with guest" : "Condividi con ospite",
"Update share" : "Aggiorna condivisione",
"Save share" : "Salva condivisione",
"Others with access" : "Altri con accesso",
"No other accounts with access found" : "Nessun altro account trovato con accesso",
"Toggle list of others with access to this directory" : "Attiva l'elenco degli altri utenti con accesso a questa cartella ",
"Toggle list of others with access to this file" : "Attiva l'elenco degli altri utenti con accesso a questo file ",
"Unable to fetch inherited shares" : "Impossibile recuperare le condivisioni ereditate",
Expand All @@ -222,6 +228,7 @@
"_Reject share_::_Reject shares_" : ["Rifiuta condivisione","Rifiuta condivisioni","Rifiuta condivisioni"],
"_Restore share_::_Restore shares_" : ["Ripristina condivisione","Ripristina condivisioni","Ripristina condivisioni"],
"Shared" : "Condiviso",
"Shared multiple times with different people" : "Condiviso più volte con diverse persone",
"Shared by {ownerDisplayName}" : "Condiviso da {ownerDisplayName}",
"Show sharing options" : "Mostra le opzioni di condivisione",
"Link to a file" : "Collega a un file",
Expand Down
Loading

0 comments on commit f0f4db3

Please sign in to comment.