Added ES language
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="load_game" parent="." instance=ExtResource( 5 )]
|
||||
visible = false
|
||||
@@ -44,18 +41,18 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="main/main"]
|
||||
margin_top = 162.0
|
||||
margin_top = 92.0
|
||||
margin_right = 616.0
|
||||
margin_bottom = 398.0
|
||||
margin_bottom = 318.0
|
||||
texture = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="buttons" type="VBoxContainer" parent="main/main"]
|
||||
margin_top = 498.0
|
||||
margin_top = 418.0
|
||||
margin_right = 616.0
|
||||
margin_bottom = 738.0
|
||||
margin_bottom = 658.0
|
||||
custom_constants/separation = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
|
||||
BIN
addons/escoria-core/ui_library/menus/options/flags/es.png
Normal file
BIN
addons/escoria-core/ui_library/menus/options/flags/es.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -25,9 +25,9 @@ __meta__ = {
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
||||
margin_left = 391.0
|
||||
margin_top = 340.0
|
||||
margin_top = 251.0
|
||||
margin_right = 888.0
|
||||
margin_bottom = 535.0
|
||||
margin_bottom = 474.0
|
||||
size_flags_horizontal = 6
|
||||
custom_constants/margin_right = 20
|
||||
custom_constants/margin_top = 20
|
||||
@@ -38,7 +38,7 @@ custom_constants/margin_bottom = 20
|
||||
margin_left = 20.0
|
||||
margin_top = 20.0
|
||||
margin_right = 477.0
|
||||
margin_bottom = 175.0
|
||||
margin_bottom = 203.0
|
||||
size_flags_vertical = 6
|
||||
custom_constants/hseparation = 40
|
||||
columns = 2
|
||||
@@ -132,21 +132,21 @@ max_value = 1.0
|
||||
step = 0.001
|
||||
|
||||
[node name="label6" type="Label" parent="VBoxContainer/MarginContainer/options"]
|
||||
margin_top = 160.0
|
||||
margin_top = 164.0
|
||||
margin_right = 137.0
|
||||
margin_bottom = 154.0
|
||||
margin_bottom = 178.0
|
||||
text = "FULLSCREEN"
|
||||
|
||||
[node name="fullscreen" type="CheckBox" parent="VBoxContainer/MarginContainer/options"]
|
||||
margin_left = 177.0
|
||||
margin_top = 160.0
|
||||
margin_top = 159.0
|
||||
margin_right = 457.0
|
||||
margin_bottom = 155.0
|
||||
margin_bottom = 183.0
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||||
margin_top = 539.0
|
||||
margin_top = 478.0
|
||||
margin_right = 1280.0
|
||||
margin_bottom = 500
|
||||
margin_bottom = 498.0
|
||||
custom_constants/separation = 20
|
||||
alignment = 1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
keys,en,fr,de
|
||||
ROOM1_look_wall_item_1,"I don't know what that stuff is.","Je ne sais pas ce que c'est.","Ich habe keine Ahnung, was das ist."
|
||||
ROOM1_look_wall_item_2,"I REALLY don't know what that stuff is.","Je ne sais VRAIMENT pas ce que c'est.","Ich habe WIRKLICH keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_3,"No, SERIOUSLY, I have no idea what that is!","Non, SÉRIEUSEMENT, je n'ai aucune idée de ce que c'est !","IM ERNST! Ich habe keine Ahnung, was das ist!"
|
||||
ROOM1_look_wall_item_4,"Please stop asking me that!","Arrêtez de me demander !","Bite hör' auf, mich danach zu fragen!"
|
||||
ROOM6_dialog_1,"What are you doing here?","Que faites-vous ici ?","Was machst Du hier?"
|
||||
ROOM6_dialog_2,"I'm selling these fine leather jackets.", "Je vends ces superbes blousons en cuir.","Ich verkaufe diese schicken Lederjacken."
|
||||
keys,en,fr,de,es
|
||||
ROOM1_look_wall_item_1,"I don't know what that stuff is.","Je ne sais pas ce que c'est.","Ich habe keine Ahnung, was das ist.","No sé que esta cosa."
|
||||
ROOM1_look_wall_item_2,"I REALLY don't know what that stuff is.","Je ne sais VRAIMENT pas ce que c'est.","Ich habe WIRKLICH keine Ahnung, was das ist!","REALMENTE no se que es esta cosa."
|
||||
ROOM1_look_wall_item_3,"No, SERIOUSLY, I have no idea what that is!","Non, SÉRIEUSEMENT, je n'ai aucune idée de ce que c'est !","IM ERNST! Ich habe keine Ahnung, was das ist!","No, EN SERIO, no tengo ni idea de lo que es!"
|
||||
ROOM1_look_wall_item_4,"Please stop asking me that!","Arrêtez de me demander !","Bite hör' auf, mich danach zu fragen!","Porfa deja de preguntarmelo!"
|
||||
ROOM6_dialog_1,"What are you doing here?","Que faites-vous ici ?","Was machst Du hier?","¿Qué haces aquí?"
|
||||
ROOM6_dialog_2,"I'm selling these fine leather jackets.", "Je vends ces superbes blousons en cuir.","Ich verkaufe diese schicken Lederjacken.","Vendo estas estupendas chaquetas de cuero."
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,21 +1,21 @@
|
||||
keys,en,fr,de
|
||||
NEW_GAME,New game,Nouvelle partie,Neues Spiel
|
||||
CONTINUE_GAME,Continue game,Continuer la partie,Weiterspielen
|
||||
LOAD_GAME,Load game,Charger,Spiel laden
|
||||
SAVE_GAME,Save game,Sauvegarder,Spiel speichern
|
||||
OPTIONS,Options,Options,Einstellungen
|
||||
QUIT,Quit,Quitter,Beenden
|
||||
OPTIONS_BACK,Back,Retour,Zurück
|
||||
OPTIONS_LANGUAGE,Language,Langue,Sprache
|
||||
GENERAL_VOLUME,General,Général,Allgemein
|
||||
MUSIC_VOLUME,Music,Musique,Musik
|
||||
SOUND_VOLUME,Sound effects,Effets sonores,Soundeffekte
|
||||
SPEECH_VOLUME,Speech,Voix,Sprachausgabe
|
||||
FULLSCREEN,Fullscreen,Plein écran,Vollbild
|
||||
CANCEL,Cancel,Annuler,Abbrechen
|
||||
OK,OK,Ok,Ok
|
||||
ENTER_SAVE_NAME,Enter the save name:,Entrez un nom de sauvegarde,Bitte gib einen Namen für das Spiel ein:
|
||||
APPLY,Apply,Appliquer,Anwenden
|
||||
CONFIRM_OVERWRITE,Overwrite the savegame?,Écraser la sauvegarde ?,Soll das Spiel überschrieben werden?
|
||||
YES,Yes,Oui,Ja
|
||||
NO,No,Non,Nein
|
||||
keys,en,fr,de,es
|
||||
NEW_GAME,New game,Nouvelle partie,Neues Spiel,Nueva partida
|
||||
CONTINUE_GAME,Continue game,Continuer la partie,Weiterspielen,Continuar
|
||||
LOAD_GAME,Load game,Charger,Spiel laden,Cargar partida
|
||||
SAVE_GAME,Save game,Sauvegarder,Spiel speichern,Guardar partida
|
||||
OPTIONS,Options,Options,Einstellungen,Opciones
|
||||
QUIT,Quit,Quitter,Beenden,Salir
|
||||
OPTIONS_BACK,Back,Retour,Zurück,Volver
|
||||
OPTIONS_LANGUAGE,Language,Langue,Sprache,Idioma
|
||||
GENERAL_VOLUME,General,Général,Allgemein,General
|
||||
MUSIC_VOLUME,Music,Musique,Musik,Música
|
||||
SOUND_VOLUME,Sound effects,Effets sonores,Soundeffekte,Efectos de sonido
|
||||
SPEECH_VOLUME,Speech,Voix,Sprachausgabe,Voz
|
||||
FULLSCREEN,Fullscreen,Plein écran,Vollbild,Pantalla completa
|
||||
CANCEL,Cancel,Annuler,Abbrechen,Cancelar
|
||||
OK,OK,Ok,Ok,Ok
|
||||
ENTER_SAVE_NAME,Enter the save name:,Entrez un nom de sauvegarde,Bitte gib einen Namen für das Spiel ein:,Introduce el nombre de la partida:
|
||||
APPLY,Apply,Appliquer,Anwenden,Aplicar
|
||||
CONFIRM_OVERWRITE,Overwrite the savegame?,Écraser la sauvegarde ?,Soll das Spiel überschrieben werden?, ¿Sobreescribir la partida?
|
||||
YES,Yes,Oui,Ja,Sí
|
||||
NO,No,Non,Nein,No
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
:action3
|
||||
say player "Es mi frontal de toda la vida, le tengo cariño"
|
||||
say player frontal_action3_say:"Es mi frontal de toda la vida, le tengo cariño"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ esc_script = "res://gymkhana/items/inventory/turno_cocina_frontal.esc"
|
||||
inventory_texture = ExtResource( 2 )
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action3": "Admirar",
|
||||
"action3": "frontal_action3",
|
||||
"action4": "Usar"
|
||||
}
|
||||
combine_when_selected_action_is_in = [ "action4" ]
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
set_gui_visible false
|
||||
walk_block player puerta_cocina_start
|
||||
set_angle player 180
|
||||
say current_player "Alo Uli!"
|
||||
say current_player hello_start_game:"Alo Uli!"
|
||||
set_gui_visible true
|
||||
accept_input ALL
|
||||
|
||||
|
||||
5
gymkhana/translations/turno_cocina.csv
Normal file
5
gymkhana/translations/turno_cocina.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
keys,en,fr,es
|
||||
hello_start_game,"Alo Uli!","Alo Uli!","Alo Uli!"
|
||||
frontal_action3,"Admire","Admire","Admirar"
|
||||
frontal_action3_say,"It's my lifelong headlight, I love it","C'est ma lampe frontale de toujours, je l'adore","Es mi frontal de toda la vida, le tengo cariño"
|
||||
frontal_action4,"Use","Utiliser","Usar"
|
||||
|
@@ -874,14 +874,14 @@ main/game_version="0.1.0"
|
||||
main/game_start_script="res://gymkhana/start_game.esc"
|
||||
main/force_quit=true
|
||||
main/command_directories=[ "res://addons/escoria-core/game/core-scripts/esc/commands", "res://gymkhana/addons/escoria-ui-return-monkey-island/esc/commands" ]
|
||||
main/text_lang="fr_FR"
|
||||
main/voice_lang="fr_FR"
|
||||
main/text_lang="es_ES"
|
||||
main/voice_lang="es_ES"
|
||||
main/savegames_path="res://saves/"
|
||||
main/settings_path="user://"
|
||||
main/game_migration_path=""
|
||||
debug/terminate_on_warnings=false
|
||||
debug/terminate_on_errors=true
|
||||
debug/development_lang="en"
|
||||
debug/development_lang="es"
|
||||
debug/log_level="INFO"
|
||||
debug/log_file_path="user://"
|
||||
debug/crash_message="We're sorry, but the game crashed. Please send us the following files:
|
||||
@@ -947,7 +947,7 @@ ui_show_room_selector={
|
||||
|
||||
[locale]
|
||||
|
||||
translations=PoolStringArray( "res://game/translations/game.en.translation", "res://game/translations/game.fr.translation", "res://game/translations/main_menu.en.translation", "res://game/translations/main_menu.fr.translation", "res://game/translations/game.de.translation", "res://game/translations/main_menu.de.translation" )
|
||||
translations=PoolStringArray( "res://game/translations/game.en.translation", "res://game/translations/game.fr.translation", "res://game/translations/main_menu.en.translation", "res://game/translations/main_menu.fr.translation", "res://game/translations/game.de.translation", "res://game/translations/main_menu.de.translation", "res://gymkhana/translations/turno_cocina.en.translation", "res://gymkhana/translations/turno_cocina.es.translation", "res://gymkhana/translations/turno_cocina.fr.translation", "res://game/translations/game.es.translation", "res://game/translations/main_menu.es.translation" )
|
||||
locale_filter=[ 0, [ ] ]
|
||||
translation_remaps={
|
||||
"res://game/speech/room01/ROOM1_look_wall_item_1.ogg": PoolStringArray( "res://game/speech/room01/ROOM1_look_wall_item_1_de.ogg:de" ),
|
||||
|
||||
Reference in New Issue
Block a user