12 lines
623 B
JavaScript
12 lines
623 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Avisos de Nextcloud",
|
|
"Nextcloud announcement" : "Aviso de Nextcloud",
|
|
"Read more" : "Ver más",
|
|
"Disable announcements" : "Desactivar avisos",
|
|
"(These announcements are only shown to administrators)" : "(Estos avisos sólo son vistos por los administradores)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Los Anuncios de Nextcloud traen las últimas noticias de Nextcloud a tus notificaciones"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|