-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.json
More file actions
59 lines (57 loc) · 2.11 KB
/
languages.json
File metadata and controls
59 lines (57 loc) · 2.11 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"en": {
"play": "PLAY",
"options": "OPTIONS",
"exit": "EXIT",
"back": " BACK",
"music_volume": "Music Volume",
"options_title": "OPTIONS",
"beginner": "Beginner",
"resume": "Play",
"bug_found": "Bug Found :(",
"menu": "MENU",
"medium": "Medium",
"advanced": "Advanced",
"back2": " Back",
"game_over": "GAME OVER",
"level_text": "SELECT LEVEL",
"victory": "YOU WON!",
"next": "Next",
"title": "How to play",
"instruction_1": "1. Press 'D' or right to \n move to the right.",
"instruction_2": "2. Press 'A' or left to \n move to the left.",
"instruction_3": "3. Press 'W', 'SPACE', \n or up to jump.",
"instruction_4": "4. Press 'P' or 'ESC' to \n pause the game.",
"instruction_5": "5. Press 'Shift' while \n walking to run.",
"credits":" credits",
"version":"version 3.1.0"
},
"es": {
"play": " JUGAR",
"options": " OPCIONES",
"exit": " SALIR",
"back": " ATRÁS",
"music_volume": "Volumen de Música",
"options_title": "OPCIONES",
"beginner": "Principiante",
"resume": "Seguir",
"bug_found": "¡Error Encontrado! :(",
"menu": "MENÚ",
"medium": "Intermedio",
"advanced": "Avanzado",
"back2": " Volver",
"game_over": "JUEGO TERMINADO",
"level_text": "SELECCIONA NIVEL",
"victory": "¡GANASTE!",
"next": "Siguiente",
"retry": "Reintentar",
"title": "Cómo Jugar",
"instruction_1": "1. Presiona 'D' o derecha para\n moverte a la derecha.",
"instruction_2": "2. Presiona 'A' o izquierda para\n moverte a la izquierda.",
"instruction_3": "3. Presiona 'W', 'ESPACIO'\n o arriba para saltar.",
"instruction_4": "4. Presiona 'P' o 'ESC' para\n pausar el juego.",
"instruction_5": " 5. Presiona 'Shift' mientras\n caminas para correr.",
"credits":" créditos",
"version":"Versión 3.1.0"
}
}