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 3 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
59 changes: 59 additions & 0 deletions GameData/Kaboom/Localization/es-es.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
// es-es.cfg v1.0.0.1
// Kaboom! (BOOM)
// created: 05 Oct 2021
// updated:

// thank you to @Tocombel for the Spanish translations!

// 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 = Kaboom delay
#BOOM-KaboomEvent = Kaboom!
#BOOM-Cancel = Cancelar Kaboom!
#BOOM-SafetyCover = Kaboom Safety Cover
#BOOM-KaboomItMsg = Kaboom set for <<0>> seconds.
#BOOM-CancelKoboomIt = Kaboom canceled.

// ********** Type: Kaboom.Welding
#BOOM-MergePartsMsg = You cannot weld the root part! <<0>>
#BOOM-WeldingData-A = Docked vessels detected, unable to explode the pocking port.\nTrying to explode both docking ports
#BOOM-WeldingData-B = This part need to have 2 parts on attachment nodes
#BOOM-WeldingData-C = This part is the root part! Cancelling

// ********** 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 = Kaboom! Settings
#BOOM-settings-sect = Kaboom! (BOOM)
#BOOM-settings-disp = Kaboom!

#BOOM-settings-softExplode = Soft Explode
#BOOM-settings-softExplode-tt = Kaboom explosions make less fire

#BOOM-settings-coloredPaw = PAW Safety Cover is Red
#BOOM-settings-coloredPaw-tt = Red color coding of Kaboom Safety Cover in the Part Action Window.\nUpdates after scene change.

#BOOM-settings-xDebug = Debug?
#BOOM-settings-xDebug-tt = Enable for debug features (if any) (default = false/off)

#BOOM-settings-xLogging = Extra Logging?
#BOOM-settings-xLogging-tt = Enable this for extra logging features (if any) (default = false/off)\ngame performance will probably be negatively effected.
}
}

// 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"
}