зеркало из https://github.com/nextcloud/activity.git
50 строки
2.3 KiB
JavaScript
50 строки
2.3 KiB
JavaScript
OC.L10N.register(
|
|
"activity",
|
|
{
|
|
"seconds" : "segundos",
|
|
"in {path}" : "en {path}",
|
|
"Home" : "Inicio",
|
|
"No activity yet" : "Aún no tiene actividad",
|
|
"Notification" : "Notificación",
|
|
"Default settings" : "Configuraciones predeterminadas",
|
|
"This stream will show events like additions, changes & shares" : "Este flujo mostrará eventos tales como añadir, cambiar & compartir",
|
|
"Enable RSS feed" : "Habilitar fuente RSS",
|
|
"RSS feed" : "Fuente RSS",
|
|
"You need to set up your email address before you can receive notification emails." : "Necesitas configurar tu dirección de correo electrónico antes de que puedas recibir correos de notificación",
|
|
"Send activity emails" : "Enviar correos de actividades",
|
|
"As soon as possible" : "Lo antes posible",
|
|
"Hourly" : "Cada hora",
|
|
"Daily" : "Diariamente",
|
|
"Weekly" : "Semanalmente",
|
|
"Activity" : "Actividad",
|
|
"File" : "Archivo",
|
|
"Send email" : "Enviar correo electrónico",
|
|
"Personal activity feed for %s" : "Fuente de actividad personal para %s",
|
|
"Your feed URL is invalid" : "La URL de tu fuente de es inválida",
|
|
"Your settings have been updated." : "Tus configuraciones se han actualizado.",
|
|
"Settings have been updated." : "Las configuraciones han sido actualizadas",
|
|
"No activities" : "No hay actividades",
|
|
"_and %n more _::_and %n more _" : ["y %n más","y %n más","y %n más"],
|
|
"All activities" : "Todas las actividades",
|
|
"By others" : "Por otros",
|
|
"By you" : "Por usted",
|
|
"Hello %s" : "Hola %s",
|
|
"Hello %s," : "Hola %s,",
|
|
"There was some activity at %s" : "Se tuvo algo de actividad en %s",
|
|
"Mail" : "Correo",
|
|
"Notifications" : "Notificaciones",
|
|
"Today" : "Hoy",
|
|
"Yesterday" : "Ayer",
|
|
"Activity feed" : "Fuente de actividad",
|
|
"No more events to load" : "No hay más eventos por cargar",
|
|
"Copied!" : "¡Copiado!",
|
|
"Not supported!" : "¡No soportado!",
|
|
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
|
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
|
"{name} (invisible)" : "{name} (invisible)",
|
|
"{name} (restricted)" : "{name} (restringido)",
|
|
"There are no events for this filter" : "No hay eventos para este filtro",
|
|
"Activities" : "Actividades"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|