Skip to content

Commit

Permalink
Merge pull request #63 from ChrisAdderley/dev
Browse files Browse the repository at this point in the history
Release 2.1.6
  • Loading branch information
ChrisAdderley authored May 3, 2020
2 parents 9ac1fbb + 4e0479f commit 23fe13c
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ DYNAMICBATTERYSTORAGE
HANDLER_CONFIG
{
// Field to poll in editor
editorFieldName = ecCRate
editorFieldName = ecRate
// Field to poll in flight
flightFieldName = actualECRate
// Multiply the output by these if you need to. Convention is that a consumer is negative.
Expand Down Expand Up @@ -570,7 +570,7 @@ DYNAMICBATTERYSTORAGE
// Field to poll in editor
editorFieldName = ecPerSec
// Field to poll in flight
flightFieldName = ecPerSec
flightFieldName = ecPerSec
// Multiply the output by these if you need to. Convention is that a consumer is negative.
editorValueScalar = 1.0
flightValueScalar = 1.0
Expand Down
86 changes: 86 additions & 0 deletions GameData/DynamicBatteryStorage/Localization/es-es.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
// Courtesy of Fitiales
Localization
{
es-es
{
// Main Panel
#LOC_DynamicBatteryStorage_UI_WindowName = Gerente de Sistemas Futuro Cercano
#LOC_DynamicBatteryStorage_UI_ThermalModeName = TÉRMICO
#LOC_DynamicBatteryStorage_UI_ElectricalModeName = ELÉCTRICO

#LOC_DynamicBatteryStorage_UI_ElectricalFlowUnits = Ce/s
#LOC_DynamicBatteryStorage_UI_ElectricalUnits = Ce
#LOC_DynamicBatteryStorage_UI_ThermalFlowUnits = kW
#LOC_DynamicBatteryStorage_UI_TimeUnits = s
#LOC_DynamicBatteryStorage_UI_DistanceUnits = m


// Electrical View
// Solar Panel Manager
#LOC_DynamicBatteryStorage_UI_SolarManagerTitle = Simulador de panel solar
#LOC_DynamicBatteryStorage_UI_EclipseTimeTitle = Tiempo en Eclipse
#LOC_DynamicBatteryStorage_UI_BodySelectionTitle = Cuerpo de referencia
#LOC_DynamicBatteryStorage_UI_SolarAltitudeTitle = Altitud solar media
#LOC_DynamicBatteryStorage_UI_OrbitAltitudeTitle = Altura orbital del cuerpo
#LOC_DynamicBatteryStorage_UI_SolarEfficiencyTitle = Eficiencia estimada del panel

// Battery Panel
#LOC_DynamicBatteryStorage_UI_BatteryManagerTitle = Estado de batería
#LOC_DynamicBatteryStorage_UI_BatteryTimeDepletion = Agotamiento en
#LOC_DynamicBatteryStorage_UI_BatteryTimeCharging = Recargado en
#LOC_DynamicBatteryStorage_UI_BatteryTimeStable = estable
#LOC_DynamicBatteryStorage_UI_BatteryTimeFullCharge = Carga completa en

// Dynamic Battery Panel
#LOC_DynamicBatteryStorage_UI_DBSManagerTitle = Ajuste dinámico de batería
#LOC_DynamicBatteryStorage_UI_DBSManagerBufferSize = Buffer requerido
#LOC_DynamicBatteryStorage_UI_DBSManagerBufferPart = Parte afectada
#LOC_DynamicBatteryStorage_UI_DBSDebugTitle = Datos internos
#LOC_DynamicBatteryStorage_UI_DBSVesselCachedTitle = Recipiente en caché Ce
#LOC_DynamicBatteryStorage_UI_DBSPartCachedTitle = Parte en caché Ce

#LOC_DynamicBatteryStorage_UI_DBSErrorController = No se pudo detectar el controlador
#LOC_DynamicBatteryStorage_UI_DBSErrorTimewarp = Desconectado del sistema por debajo de <<1>>x
#LOC_DynamicBatteryStorage_UI_DBSNoError = Sistema de compensación habilitado

// Flows panel
#LOC_DynamicBatteryStorage_UI_FlowPanelTitle = Flujo de energía
#LOC_DynamicBatteryStorage_UI_TotalPowerGenerationTitle = Generación de energía total
#LOC_DynamicBatteryStorage_UI_TotalPowerConsumptionTitle = Consumo total de energía


// Intermittent panel
#LOC_DynamicBatteryStorage_UI_SimulationPanelTitle = Alterna Supervisión
#LOC_DynamicBatteryStorage_UI_ConstantPanelTitle = Todo
#LOC_DynamicBatteryStorage_UI_IntermittentPanelTitle = Bajo demanda
#LOC_DynamicBatteryStorage_UI_IntermittentToggle = ALTERNAR
#LOC_DynamicBatteryStorage_UI_IntermittentOff = APAGADO
#LOC_DynamicBatteryStorage_UI_IntermittentOn = ENCENDIDO

// Thermal View
// Flows panel
#LOC_DynamicBatteryStorage_UI_HeatFlowPanelTitle = Flujo de calor
#LOC_DynamicBatteryStorage_UI_HeatFlowPanelNotOk = <color=#fd6868> La disipación de calor de la nave es insuficiente, los núcleos parciales pueden sobrecalentarse</color>
#LOC_DynamicBatteryStorage_UI_HeatFlowPanelOk = La disipación de calor del recipiente para núcleos parciales es adecuada.
#LOC_DynamicBatteryStorage_UI_TotalHeatConsumptionTitle = Rechazo total de calor
#LOC_DynamicBatteryStorage_UI_TotalHeatGenerationTitle = Producción total de calor

// UI Categories
#LOC_DynamicBatteryStorage_UI_Category_SolarPanels = Paneles solares
#LOC_DynamicBatteryStorage_UI_Category_Radiators = Radiadores
#LOC_DynamicBatteryStorage_UI_Category_Converters = Convertidores
#LOC_DynamicBatteryStorage_UI_Category_Harvesters = Cosechadoras
#LOC_DynamicBatteryStorage_UI_Category_Generators = Generadores
#LOC_DynamicBatteryStorage_UI_Category_Reactors = Reactores
#LOC_DynamicBatteryStorage_UI_Category_FissionReactors = Reactores de fisión
#LOC_DynamicBatteryStorage_UI_Category_FusionReactors = Reactores de fusión
#LOC_DynamicBatteryStorage_UI_Category_Batteries = Almacenamiento de energía
#LOC_DynamicBatteryStorage_UI_Category_FuelTanks = Tanques de combustible
#LOC_DynamicBatteryStorage_UI_Category_Lights = Luces
#LOC_DynamicBatteryStorage_UI_Category_Command = Módulos de comando
#LOC_DynamicBatteryStorage_UI_Category_Communication = Transmisores
#LOC_DynamicBatteryStorage_UI_Category_Habitation = Módulos de hábitat
#LOC_DynamicBatteryStorage_UI_Category_Engines = Motores
#LOC_DynamicBatteryStorage_UI_Category_Science = Ciencia
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{
"MAJOR":2,
"MINOR":1,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.1.6
------
- Corrected an issue with SignalDelay compatibility
- Added Spanish localization (Fitiales)

v2.1.5
------
- Bumped to KSP 1.9
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
==============================
Dynamic Battery Storage v2.1.5
Dynamic Battery Storage v2.1.6
==============================

A small utility mod for Kerbal Space Program, intended to support my other projects. Effectively required by Near Future Electrical, CryoEngines, KerballAtomics and CryoTanks.
Expand Down

0 comments on commit 23fe13c

Please sign in to comment.