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 Dec 1, 2023
1 parent 35d86d4 commit d65b005
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
12 changes: 11 additions & 1 deletion l10n/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Personal activity feed for %s" : "Fonte delle attività personali per %s",
"Your feed URL is invalid" : "L'URL della fonte non è valido",
"Activity feed for %1$s" : "Flusso di attività per %1$s",
"Activity feed" : "Fonte delle attività",
"Your settings have been updated." : "Le tue impostazioni sono state aggiornate.",
"Settings have been updated." : "Le impostazioni sono state aggiornate.",
Expand Down Expand Up @@ -40,13 +41,21 @@ OC.L10N.register(
"Open {filename}" : "Apri {filename}",
"in {path}" : "in {path}",
"Home" : "Home",
"Your activities" : "Le tue attività",
"Loading activities" : "Caricamento delle attività",
"This stream will show events like additions, changes & shares" : "Questo flusso mostrerà gli eventi come aggiunte, cambiamenti e condivisioni",
"No activity yet" : "Ancora nessuna attività",
"Loading more activities" : "Caricamento di altre attività",
"No more activities." : "Nessun'altra attività.",
"Could not load activities" : "Impossibile caricare le attività",
"Activity settings" : "Impostazioni attività",
"Enable RSS feed" : "Abilita fonte RSS",
"RSS feed" : "Fonte RSS",
"Copy RSS feed link" : "Copia il link del feed RSS",
"Personal notification settings" : "Impostazioni notifica personale",
"Could not enable RSS link" : "Impossibile attivare il collegamento RSS",
"RSS link copied to clipboard" : "Collegamento RSS copiato negli appunti",
"Could not copy the RSS link, please copy manually:" : "Impossibile copiare il collegamento RSS, copialo a mano.",
"Unable to load the activity list" : "Impossibile caricare l'elenco delle attività",
"Notification" : "Notifica",
"Enable notification emails" : "Abilita notifica tramite email",
Expand All @@ -65,6 +74,7 @@ OC.L10N.register(
"{name} (invisible)" : "{name} (invisibile)",
"{name} (restricted)" : "{name} (limitato)",
"There are no events for this filter" : "Non ci sono eventi per questo filtro",
"Activities" : "Attività"
"Activities" : "Attività",
"Could not load activites" : "Impossibile caricare le attività"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
12 changes: 11 additions & 1 deletion l10n/it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Personal activity feed for %s" : "Fonte delle attività personali per %s",
"Your feed URL is invalid" : "L'URL della fonte non è valido",
"Activity feed for %1$s" : "Flusso di attività per %1$s",
"Activity feed" : "Fonte delle attività",
"Your settings have been updated." : "Le tue impostazioni sono state aggiornate.",
"Settings have been updated." : "Le impostazioni sono state aggiornate.",
Expand Down Expand Up @@ -38,13 +39,21 @@
"Open {filename}" : "Apri {filename}",
"in {path}" : "in {path}",
"Home" : "Home",
"Your activities" : "Le tue attività",
"Loading activities" : "Caricamento delle attività",
"This stream will show events like additions, changes & shares" : "Questo flusso mostrerà gli eventi come aggiunte, cambiamenti e condivisioni",
"No activity yet" : "Ancora nessuna attività",
"Loading more activities" : "Caricamento di altre attività",
"No more activities." : "Nessun'altra attività.",
"Could not load activities" : "Impossibile caricare le attività",
"Activity settings" : "Impostazioni attività",
"Enable RSS feed" : "Abilita fonte RSS",
"RSS feed" : "Fonte RSS",
"Copy RSS feed link" : "Copia il link del feed RSS",
"Personal notification settings" : "Impostazioni notifica personale",
"Could not enable RSS link" : "Impossibile attivare il collegamento RSS",
"RSS link copied to clipboard" : "Collegamento RSS copiato negli appunti",
"Could not copy the RSS link, please copy manually:" : "Impossibile copiare il collegamento RSS, copialo a mano.",
"Unable to load the activity list" : "Impossibile caricare l'elenco delle attività",
"Notification" : "Notifica",
"Enable notification emails" : "Abilita notifica tramite email",
Expand All @@ -63,6 +72,7 @@
"{name} (invisible)" : "{name} (invisibile)",
"{name} (restricted)" : "{name} (limitato)",
"There are no events for this filter" : "Non ci sono eventi per questo filtro",
"Activities" : "Attività"
"Activities" : "Attività",
"Could not load activites" : "Impossibile caricare le attività"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
1 change: 1 addition & 0 deletions l10n/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ OC.L10N.register(
"No activity yet" : "Nog geen activiteiten",
"Loading more activities" : "Meer activiteiten laden",
"No more activities." : "Geen activiteiten meer.",
"Could not load activities" : "Kon activiteiten niet laden",
"Activity settings" : "Activiteitsinstellingen",
"Enable RSS feed" : "Zet RSS-kanaal aan",
"RSS feed" : "RSS-kanaal",
Expand Down
1 change: 1 addition & 0 deletions l10n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"No activity yet" : "Nog geen activiteiten",
"Loading more activities" : "Meer activiteiten laden",
"No more activities." : "Geen activiteiten meer.",
"Could not load activities" : "Kon activiteiten niet laden",
"Activity settings" : "Activiteitsinstellingen",
"Enable RSS feed" : "Zet RSS-kanaal aan",
"RSS feed" : "RSS-kanaal",
Expand Down

0 comments on commit d65b005

Please sign in to comment.