notes/l10n/es_NI.js

32 строки
1.1 KiB
JavaScript
Исходник Обычный вид История

2019-07-13 05:39:44 +03:00
OC.L10N.register(
"notes",
{
2020-10-02 05:46:34 +03:00
"Notes" : "Notas",
2019-12-22 06:21:05 +03:00
"Error" : "Error",
2020-04-14 05:47:41 +03:00
"New note" : "Nota nueva",
2020-02-02 05:47:28 +03:00
"There are unsaved notes. Leaving the page will discard all changes!" : "Hay notas sin salvar. ¡Al salir de la página perderá todos los cambios!",
2020-07-15 05:53:44 +03:00
"Settings" : "Configuraciones ",
"Open in edit mode" : "Abrir en modo edición",
"Open in preview mode" : "Abrir en modo previsualización",
2020-10-02 05:46:34 +03:00
"No notes yet" : "Aún no hay notas",
2019-12-22 06:21:05 +03:00
"Categories" : "Categorías",
"Today" : "Hoy",
"Yesterday" : "Ayer",
"This week" : "Esta semana",
"This month" : "Este mes",
2020-04-15 05:47:56 +03:00
"Rename" : "Renombrar",
2019-07-13 05:39:44 +03:00
"Delete note" : "Borrar nota",
2019-12-22 06:21:05 +03:00
"Remove from favorites" : "Eliminar de favoritos",
"Add to favorites" : "Agregar a tus favoritos",
"Details" : "Detalles",
"Edit" : "Editar",
2020-06-29 05:45:39 +03:00
"Preview" : "Previsualizar",
2019-12-22 06:21:05 +03:00
"Category" : "Categoría",
"Uncategorized" : "Sin categoría",
2019-07-13 05:39:44 +03:00
"Saving failed!" : "¡Falla al guardar!",
2019-12-22 06:21:05 +03:00
"_%n word_::_%n words_" : ["%n palabra","%n palabras"],
"Android app" : "Aplicación android",
"iOS app" : "Aplicación iOS"
2019-07-13 05:39:44 +03:00
},
"nplurals=2; plural=(n != 1);");