зеркало из https://github.com/nextcloud/activity.git
46 строки
2.5 KiB
JavaScript
46 строки
2.5 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"Activity" : "Attività",
|
|
"Personal activity feed for %s" : "Fonte delle attività personali per %s",
|
|
"Your feed URL is invalid" : "L'URL della fonte non è valido",
|
|
"Your settings have been updated." : "Le tue impostazioni sono state aggiornate.",
|
|
"Mail" : "Posta",
|
|
"Stream" : "Flusso",
|
|
"Activities" : "Attività",
|
|
"Error loading activities" : "Errore durante il caricamento delle attività",
|
|
"No activities" : "Nessuna attività",
|
|
"Load more activities" : "Carica altre attività",
|
|
", " : ", ",
|
|
"{parameterList} and {lastParameter}" : "{parameterList} e {lastParameter}",
|
|
"_{parameterList} and {linkStart}%n more{linkEnd}_::_{parameterList} and {linkStart}%n more{linkEnd}_" : ["{parameterList} e {linkStart}%n altro{linkEnd}","{parameterList} e {linkStart}%n altri{linkEnd}"],
|
|
"in {directory}" : "in {directory}",
|
|
"This stream will show events like additions, changes & shares" : "Questo flusso mostrerà gli eventi come aggiunte, cambiamenti e condivisioni",
|
|
"There are no events for this filter" : "Non ci sono eventi per questo filtro",
|
|
"Today" : "Oggi",
|
|
"Yesterday" : "Ieri",
|
|
"\"remote user\"" : "\"utente remoto\"",
|
|
"Activity notification" : "Notifica delle attività",
|
|
"All Activities" : "Tutte le attività",
|
|
"Activities by you" : "Le tue attività",
|
|
"Activities by others" : "Attività altrui",
|
|
"%s and %s" : "%s e %s",
|
|
"Hello %s," : "Ciao %s,",
|
|
"You are receiving this email because the following things happened at %s" : "Hai ricevuto questa email perché si sono verificati i seguenti eventi su %s",
|
|
"* %1$s - %2$s" : "* %1$s - %2$s",
|
|
"_* and %n more _::_* and %n more _" : ["* e %n altra","* e %n altre"],
|
|
"List your own file actions in the stream" : "Elenca le tue azioni sui file nel flusso",
|
|
"Notify about your own actions via email" : "Notificami le tue azioni tramite email",
|
|
"You need to set up your email address before you can receive notification emails." : "Devi impostare l'indirizzo del tuo utente prima di poter ricevere le email di notifica.",
|
|
"Send emails:" : "Invio email:",
|
|
"Hourly" : "Ogni ora",
|
|
"Daily" : "Quotidiano",
|
|
"Weekly" : "Settimanale",
|
|
"Activity feed" : "Fonte delle attività",
|
|
"Enable RSS feed" : "Abilita fonte RSS",
|
|
"No activity yet" : "Ancora nessuna attività",
|
|
"No more events to load" : "Non ci sono altri eventi da caricare",
|
|
"Files" : "File"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|