forked from nextcloud/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathast.js
29 lines (29 loc) · 842 Bytes
/
ast.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
OC.L10N.register(
"notes",
{
"Notes" : "Notes",
"Error" : "Fallu",
"New note" : "Nota nueva",
"Help" : "Help",
"Result" : "Resultáu",
"Action" : "Aición",
"No notes yet" : "Entá nun hai notes",
"All notes" : "Toles notes",
"Categories" : "Estayes",
"Loading …" : "Cargando...",
"Today" : "Güei",
"Yesterday" : "Ayeri",
"This week" : "Esta selmana",
"This month" : "Esti mes",
"Rename" : "Renomar",
"Delete note" : "Desaniciar nota",
"Remove from favorites" : "Remove from favorites",
"Add to favorites" : "Add to favorites",
"Details" : "Detalles",
"Edit" : "Editar",
"Preview" : "Previsualizar",
"Category" : "Estaya",
"_%n word_::_%n words_" : ["%n pallabra","%n pallabres"],
"Tasks" : "Xeres"
},
"nplurals=2; plural=(n != 1);");