-
Notifications
You must be signed in to change notification settings - Fork 136
/
Copy pathes_AR.js
31 lines (31 loc) · 1.01 KB
/
es_AR.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
31
OC.L10N.register(
"notes",
{
"Notes" : "Notas",
"Error" : "Error",
"New note" : "Nueva nota",
"Display mode for notes" : "Modo de visualización para notas",
"Action" : "Acción",
"Open in edit mode" : "Abrir en modo editor",
"Open in preview mode" : "Abrir en modo de vista previa",
"All notes" : "Todas la notas",
"Categories" : "Categoría",
"No notes yet" : "Aún no hay notas",
"Share" : "Compartir",
"Rename" : "Rename",
"Delete note" : "Borrar nota",
"Remove from favorites" : "Eliminado de favoritos",
"Add to favorites" : "Agregar a favoritos",
"Edit" : "Editar",
"Preview" : "Vista previa",
"Loading …" : "Cargando …",
"Today" : "Hoy",
"Yesterday" : "Ayer",
"This week" : "Esta semana",
"Last week" : "Semana pasada",
"This month" : "Este mes",
"Last month" : "Mes pasado",
"Uncategorized" : "Sin categoría",
"Tasks" : "Tareas"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");