forked from balzss/cli-typer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.json
More file actions
32 lines (32 loc) · 806 Bytes
/
messages.json
File metadata and controls
32 lines (32 loc) · 806 Bytes
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
32
{
"en": {
"initialMessage": "Start typing the words below:",
"settings": "Settings",
"second": "second",
"word": "word",
"pl": "per line",
"input":"Input",
"save":"Save path",
"timeup": "Time's up!",
"wpm":"WPM",
"ks": "All keystrokes",
"correct_ks": "Correct keystrokes",
"wrong_ks": "Wrong keystrokes",
"acc": "Accuracy"
},
"es": {
"initialMessage": "Comienza a digitar las palabras abajo:",
"settings": "Configuraciones",
"second": "segundo",
"word": "palabra",
"pl": "por línea",
"input":"Archivo de entrada",
"save":"Ruta de guardado",
"timeup": "Tiempo agotado!",
"wpm":"PPM",
"ks": "Pulsaciones",
"correct_ks": "Teclas correctas",
"wrong_ks": "Teclas fallidas",
"acc": "Presición"
}
}