## Changes (escoria-core) > Pending to do a PR to the core. - Added `es` langcode with the corresponding flag image. - Translated literals for `es` ## Changes (gymkhana) - Added `turno_cocina` localization csv. - Proof of concept for tooltips & dialogs. ## Notes - For tooltips just use the literals. Godot will automatically search for a translation key first. - For ESC just use `translation_key:"Default text"` ## How to test - In the option menu ES should be selectable. - The `frontal` item in the inventory should have the tooltips and the `say` command translated in `en`,`fr` and `es`. Reviewed-on: gymkhana/gymkhana#15 Co-authored-by: oier <oierbravo@gmail.com> Co-committed-by: oier <oierbravo@gmail.com>
1.1 KiB
1.1 KiB
| 1 | keys | en | fr | de | es |
|---|---|---|---|---|---|
| 2 | NEW_GAME | New game | Nouvelle partie | Neues Spiel | Nueva partida |
| 3 | CONTINUE_GAME | Continue game | Continuer la partie | Weiterspielen | Continuar |
| 4 | LOAD_GAME | Load game | Charger | Spiel laden | Cargar partida |
| 5 | SAVE_GAME | Save game | Sauvegarder | Spiel speichern | Guardar partida |
| 6 | OPTIONS | Options | Options | Einstellungen | Opciones |
| 7 | QUIT | Quit | Quitter | Beenden | Salir |
| 8 | OPTIONS_BACK | Back | Retour | Zurück | Volver |
| 9 | OPTIONS_LANGUAGE | Language | Langue | Sprache | Idioma |
| 10 | GENERAL_VOLUME | General | Général | Allgemein | General |
| 11 | MUSIC_VOLUME | Music | Musique | Musik | Música |
| 12 | SOUND_VOLUME | Sound effects | Effets sonores | Soundeffekte | Efectos de sonido |
| 13 | SPEECH_VOLUME | Speech | Voix | Sprachausgabe | Voz |
| 14 | FULLSCREEN | Fullscreen | Plein écran | Vollbild | Pantalla completa |
| 15 | CANCEL | Cancel | Annuler | Abbrechen | Cancelar |
| 16 | OK | OK | Ok | Ok | Ok |
| 17 | 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: |
| 18 | APPLY | Apply | Appliquer | Anwenden | Aplicar |
| 19 | CONFIRM_OVERWRITE | Overwrite the savegame? | Écraser la sauvegarde ? | Soll das Spiel überschrieben werden? | ¿Sobreescribir la partida? |
| 20 | YES | Yes | Oui | Ja | Sí |
| 21 | NO | No | Non | Nein | No |