Skip to content

Commit 17021a8

Browse files
authored
Merge pull request #22 from Slushi-Github/main
Added translation into Spanish
2 parents 89fdfea + 99adf00 commit 17021a8

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ While I was doing this, something came to my mind: "Hey, what if the player were
4646
| Translator | Language |
4747
|------------------------------------------|----------------------------|
4848
[CoreCat](https://github.com/corecathx) | Indonesian |
49-
[Toffee](https://github.com/toffeecaramel) | Brazilian Portuguese |
49+
[Toffee](https://github.com/toffeecaramel) | Brazilian Portuguese |
50+
[Slushi-Github](https://github.com/Slushi-Github) | Spanish |

assets/translations/spanish.langhx

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"name": "Español",
3+
"asset_suffix": "",
4+
"lang_ver": 1,
5+
"phrases": {
6+
"linetapper": "LINETAPPER",
7+
"main_menu": "Menú principal",
8+
"gameplay": "Gameplay",
9+
"leaving_gameplay": "Saliendo de Gameplay",
10+
"song_select": "Selección de canción",
11+
"level_editor": "Editor de niveles",
12+
"credits": "Créditos",
13+
"beats_per_minute": "Pulsos/latidos por minuto",
14+
"song_name": "Nombre de la canción",
15+
"start_typing_your_songs_name": "EMPIEZA A ESCRIBIR EL NOMBRE DE TU CANCIÓN",
16+
"settings_messages": [
17+
"Ajusta como más te guste.",
18+
"Apuesto, ¿Offset?",
19+
"¿Qué estas buscando?",
20+
""
21+
],
22+
"search_settings": "Buscar ajustes...",
23+
"settings": "Ajustes",
24+
"settings_graphics": "Gráficos",
25+
"settings_antialiasing": "Antialiasing",
26+
"settings_fullscreen": "Pantalla completa",
27+
"settings_language": "Lenguaje",
28+
"settings_gameplay": "Gameplay",
29+
"settings_tile_offset": "Offset del Tile",
30+
"settings_audio": "Audio",
31+
"settings_master_volume": "Volumen principal",
32+
"settings_music_volume": "Volumen de la música",
33+
"settings_sfx_volume": "Volumen de los efectos",
34+
"editor_autoplay_mode": "Usar reproducción automática",
35+
"paused": "EN PAUSA",
36+
"play": "Jugar",
37+
"edit": "Editar",
38+
"loading": "CARGANDO...",
39+
"greet_title": "¡Hola!",
40+
"greet_body": "¡Bienvenido a LineTapper! Este juego sigue en desarrollo y no todo está terminado, así que espera que puedan salir errores en este juego. Pero si encuentras alguno, reportalo en el repositorio de GitHub de LineTapper!"
41+
}
42+
}

0 commit comments

Comments
 (0)