forked from nextcloud/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathes_PR.js
30 lines (30 loc) · 1.1 KB
/
es_PR.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
"notes",
{
"Notes" : "Notas",
"Error" : "Error",
"New note" : "Nota nueva",
"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!",
"Settings" : "Configuraciones ",
"Open in edit mode" : "Abrir en modo edición",
"Open in preview mode" : "Abrir en modo previsualización",
"No notes yet" : "Aún no hay notas",
"Categories" : "Categorías",
"Today" : "Hoy",
"Yesterday" : "Ayer",
"This week" : "Esta semana",
"This month" : "Este mes",
"Rename" : "Renombrar",
"Delete note" : "Borrar nota",
"Remove from favorites" : "Eliminar de favoritos",
"Add to favorites" : "Agregar a tus favoritos",
"Details" : "Detalles",
"Edit" : "Editar",
"Preview" : "Previsualizar",
"Category" : "Categoría",
"Uncategorized" : "Sin categoría",
"Saving failed!" : "¡Falla al guardar!",
"Android app" : "Aplicación android",
"iOS app" : "Aplicación iOS"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");