Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create es-es.cfg #36

Merged
merged 8 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions GameData/Kaboom/Localization/es-es.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// es-es.cfg v1.0.0.1
// Kaboom! (BOOM)
// created: 05 Oct 2021
// updated:

// thank you to @Tacombel for the Spanish translations!
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apologies

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • new version (with .dll) is up on CurseForge here
    • just unpack into KSP directory like normal (first remove old version)
    • es-es.cfg isn't included (yet)
    • just need to put es-es.cfg in GameData\Localization and start the game.
  • new issue typo in us-en.cfg #54 (typo in us-en.cfg)
    • up and resolved
    • thank you!
  • no new pull request needed.
    • all changes to your fork/branch should show up automatically
    • until the PR is closed one way or another.
  • in case a line of text needs to be broken into multiple
    • use \n (in case you didn't know)
    • etc all should work (also in case you didn't know)
    • otherwise just tell me where the line needs to be broken.

again, 💯 🙇 thank you @Tacombel !


// Spanish localization
Localization
{
es-es
{

// ********** Type: Kaboom.ModuleKaboom, KSP Actions
#BOOM-modname = ¡Kaboom!
#BOOM-modnameV = ¡Kaboom! v<<0>>

// ********** Type: Kaboom.ModuleKaboom, KSP Fields, Events
#BOOM-GroupName = Kaboom
#BOOM-delay = Retardo para el ¡Kaboom!
#BOOM-KaboomEvent = ¡Kaboom!
#BOOM-Cancel = Cancelar ¡Kaboom!
#BOOM-SafetyCover = Cubierta de seguridad: ¡Kaboom!
zer0Kerbal marked this conversation as resolved.
Show resolved Hide resolved
#BOOM-KaboomItMsg = ¡Kaboom! actuará en <<0>> segundos.
#BOOM-CancelKoboomIt = ¡Kaboom! cancelado.
#BOOM-ThankYou = ¡Gracias por utilizar Kaboom! <<1>> para todas tus necesidades explosivas!\n <b><i>¡Que tengas un dia lleno de explosiones!</b></i>

// ********** Type: Kaboom.Welding
#BOOM-MergePartsMsg = ¡No puedes soldar la pieza raiz! <<0>>
#BOOM-WeldingData-A = Naves atracadas detectadas, imposible destruir el puerto de atraque.\nIntentando destruir ambos puertos de atraque.
#BOOM-WeldingData-B = Esta pieza necesita tener dos piezas acopladas en nodos de acoplamiento.
#BOOM-WeldingData-C = ¡Esta pieza es la pieza raiz! Cancelando.

// ********** Type: Kaboom.ModuleKaboom, KSP Fields
#BOOM-GluedEvent = Superklue

#BOOM-ModuleKaboom-delay = Retardo para el ¡Kaboom!
#BOOM-ModuleKaboom-delay-Units = segundos

// ********** Global strings
#BOOM-settings-titl = Configuración de ¡Kaboom!
#BOOM-settings-sect = ¡Kaboom! (BOOM)
#BOOM-settings-disp = ¡Kaboom!

#BOOM-settings-softExplode = Explosión suave
#BOOM-settings-softExplode-tt = Las explosiones de ¡Kaboom! provocaran menos fuego.

#BOOM-settings-coloredPaw = El color de la cubierta de seguridad PAW es rojo
#BOOM-settings-coloredPaw-tt = El color rojo de la cubierta de seguridad de ¡Kaboom! en el PAW\nse actualiza tras el cambio de escena.

#BOOM-settings-xDebug = ¿Debug?
#BOOM-settings-xDebug-tt = Activar para el modo debug (si existe) (valor por defecto = false/off).

#BOOM-settings-xLogging = ¿Logging extendido?
#BOOM-settings-xLogging-tt = Activar para logging extendido (si existe) (por defecto = false/off)\nel rendimiento del juego probablemente se vea negativamente afectado.
}
}

// GPLv2 BY
// zer0Kerbal
2 changes: 2 additions & 0 deletions json/license.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"labelColor": "white",
"message": "GPLv2",
"color": "A42E2B",
"logoColor": "A42E2B",
"namedLogo": "gnu",
"style": "plastic"
}