12 lines
629 B
JavaScript
12 lines
629 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Anuncios de Nextcloud",
|
|
"Nextcloud announcement" : "Anuncio de Nextcloud",
|
|
"Read more" : "Leer más",
|
|
"Disable announcements" : "Desactivar anuncios",
|
|
"(These announcements are only shown to administrators)" : "(Estos anuncios se muestran sólo a los administradores)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Anuncios de Nextcloud te trae las últimas noticias de Nextcloud a tus notificaciones"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|