зеркало из https://github.com/nextcloud/activity.git
39 строки
2.5 KiB
JavaScript
39 строки
2.5 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"Activity" : "Activitat",
|
|
"Your settings have been updated." : "La configuració s'ha actualitzat.",
|
|
"Activity notification" : "Notificació d'activitat",
|
|
"All Activities" : "Totes les activitats",
|
|
"Activities by you" : "Les teves activitats",
|
|
"Activities by others" : "Activitats dels altres",
|
|
"\"remote user\"" : "\"usuari remot\"",
|
|
"in %s" : "en %s",
|
|
"%s and %s" : "%s i %s",
|
|
", " : ", ",
|
|
"_%s and <strong class=\"tooltip\" title=\"%s\">%n more</strong>_::_%s and <strong class=\"tooltip\" title=\"%s\">%n more</strong>_" : ["%s i <strong class=\"tooltip\" title=\"%s\">%n més</strong>","%s i <strong class=\"tooltip\" title=\"%s\">%n més</strong>"],
|
|
"_%s and %n more_::_%s and %n more_" : ["%s i %n més","%s i %n més"],
|
|
"Hello %s," : "Hola %s,",
|
|
"You are receiving this email because in the last hour the following things happened at %s" : "Esteu rebent aquest correu perquè en l'última hora han succeït les següents coses a %s",
|
|
"You are receiving this email because in the last day the following things happened at %s" : "Esteu rebent aquest correu perquè en l'últim dia han succeït les següents coses a %s",
|
|
"You are receiving this email because in the last week the following things happened at %s" : "Esteu rebent aquest correu perquè en l'última setmana han succeït les següents coses a %s",
|
|
"* %1$s - %2$s" : "* %1$s - %2$s",
|
|
"Notifications" : "Notificacions",
|
|
"Mail" : "Correu electrónic",
|
|
"Stream" : "Cadena",
|
|
"List your own actions in the stream" : "Enumera les teves pròpies accions en el corrent",
|
|
"Notify about your own actions via email" : "Notifica sobre les teves noves accions via email",
|
|
"You need to set up your email address before you can receive notification emails." : "Heu d'establir l'adreça de correu electrònic abans que pugueu rebre correus de notificació",
|
|
"Send emails:" : "Envia correus electrònics:",
|
|
"Hourly" : "Horàriament",
|
|
"Daily" : "Diari",
|
|
"Weekly" : "Setmanalment",
|
|
"Activity feed" : "Llista d'activitat",
|
|
"Personal activity feed for %s" : "Llista d'activitat personal per a %s",
|
|
"Enable RSS feed" : "Activa l'alimentació RSS",
|
|
"You will see a list of events here when you start to use your %s." : "Quan comenceu a usar %s veureu una llista de successos aquí.",
|
|
"No more events to load" : "No hi ha més elements a carregar",
|
|
"Files" : "Fitxers"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|