Skip to content

Commit

Permalink
Merge pull request #55 from TobiasF92/develop
Browse files Browse the repository at this point in the history
1.2.0.0
  • Loading branch information
TobiasF92 authored Apr 5, 2024
2 parents 35de5ea + 7f31b8e commit 8ac7883
Show file tree
Hide file tree
Showing 21 changed files with 1,342 additions and 338 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# top-most EditorConfig file
root = true

[*]
end_of_line = CRLF # CRLF based line ending because of Windows based game.
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
charset = utf-8
max_line_length = 200
110 changes: 62 additions & 48 deletions README.md

Large diffs are not rendered by default.

618 changes: 531 additions & 87 deletions documentation/interactiveControl.html

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions i18n/locale_br.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<l10n>
<texts>
<!-- actions -->
<text name="action_activateIC" text="Ativar Controle Interativo"/>
<text name="action_deactivateIC" text="Desativar Controle Interativo"/>

<!-- interactive control actions -->
<text name="actionIC_activate" text="IC: Ativar"/>
<text name="actionIC_deactivate" text="IC: Desativar"/>

<text name="actionIC_startMotor" text="IC: Ligar motor"/>
<text name="actionIC_stopMotor" text="IC: Desligar motor"/>

<text name="actionIC_liftImplement" text="IC: Elevar implemento"/>
<text name="actionIC_lowerImplement" text="IC: Abaixar implemento"/>

<text name="actionIC_turnOnImplement" text="IC: Ligar implemento"/>
<text name="actionIC_turnOffImplement" text="IC: Desligar implemento"/>

<text name="actionIC_foldImplement" text="IC: Dobrar implemento"/>
<text name="actionIC_unfoldImplement" text="IC: Desdobrar implemento"/>

<text name="actionIC_foldVehicle" text="IC: Dobrar veículo" />
<text name="actionIC_unfoldVehicle" text="IC: Desdobrar veículo" />

<text name="actionIC_foldPipe" text="IC: Dobre o tubo" />
<text name="actionIC_unfoldPipe" text="IC: Desdobre o tubo" />

<text name="actionIC_openRoof" text="IC: Abrir teto"/>
<text name="actionIC_closeRoof" text="IC: Fechar teto"/>

<text name="actionIC_openDoor" text="IC: Abrir porta"/>
<text name="actionIC_closeDoor" text="IC: Fechar porta"/>

<text name="actionIC_openWindow" text="IC: Abrir janela"/>
<text name="actionIC_closeWindow" text="IC: Fechar janela"/>

<text name="actionIC_lightsOn" text="IC: Ligar as luzes"/>
<text name="actionIC_lightsOff" text="IC: Desligar as luzes"/>

<text name="actionIC_highbeamlightsOn" text="IC: Acenda as luzes de farol alto"/>
<text name="actionIC_highbeamlightsOff" text="IC: Desligue as luzes de farol alto"/>

<text name="actionIC_workLightsFrontOn" text="IC: Ligue as luzes dianteiras de trabalho"/>
<text name="actionIC_workLightsFrontOff" text="IC: Desligue as luzes dianteiras de trabalho"/>

<text name="actionIC_workLightsBackOn" text="IC: Ligue novamente as luzes de trabalho"/>
<text name="actionIC_workLightsBackOff" text="IC: Desligue novamente as luzes de trabalho"/>

<text name="actionIC_turnLightsLeftOn" text="IC: Vire à esquerda, ligue as luzes"/>
<text name="actionIC_turnLightsLeftOff" text="IC: Vire à esquerda, desligue as luzes"/>

<text name="actionIC_turnLightsRightOn" text="IC: Vire à direita, ligue as luzes"/>
<text name="actionIC_turnLightsRightOff" text="IC: Vire à direita, desligue as luzes"/>

<text name="actionIC_hazardLightsOn" text="IC: Ligue as luzes de perigo"/>
<text name="actionIC_hazardLightsOff" text="IC: Desligue as luzes de perigo"/>

<text name="actionIC_pipeLightsOn" text="IC: Acenda a luz do tubo"/>
<text name="actionIC_pipeLightsOff" text="IC: Desligue a luz do tubo"/>

<text name="actionIC_gs_activate" text="IC: GS ativar"/>
<text name="actionIC_gs_deactivate" text="IC: GS desativar"/>

<text name="actionIC_cruiseControl_toggle" text="IC: Alternar o cruise control"/>

<text name="actionIC_openCover" text="IC: Abra a tampa"/>
<text name="actionIC_closeCover" text="IC: Feche a tampa"/>

<text name="actionIC_radioOn" text="IC: Radio on"/>
<text name="actionIC_radioOff" text="IC: Radio off"/>

<text name="actionIC_crabSteering_toggle" text="IC: Alternar modo de direção"/>

<text name="actionIC_reverseDriving_toggle" text="IC: Alternar a marcha-atrás"/>

<text name="actionIC_parkingbrakeOn" text="IC: Freio de mão ligado" />
<text name="actionIC_parkingbrakeOff" text="IC: Freio de mão desligado" />

<text name="actionIC_diffLockFrontOn" text="IC: Bloqueio do diferencial frontal ligado" />
<text name="actionIC_diffLockFrontOff" text="IC: Bloqueio do diferencial frontal desligado" />

<text name="actionIC_allWheelDriveOn" text="IC: Modo todas as rodas ativado" />
<text name="actionIC_allWheelDriveOff" text="IC: Modo todas as rodas desativado" />

<text name="actionIC_diffLockBackOn" text="IC: Bloqueio do diferencial traseiro ligado" />
<text name="actionIC_diffLockBackOff" text="IC: Bloqueio do diferencial traseiro desligado" />

<text name="actionIC_turnPumpOn" text="IC: Ligar a bomba" />
<text name="actionIC_turnPumpOff" text="IC: Desligar a bomba" />

<text name="actionIC_pumpDirectionDrain" text="IC: Mudar a direção da bomba para: Drenagem" />
<text name="actionIC_pumpDirectionFill" text="IC: Mudar a direção da bomba para: Encher" />

<!-- inputs -->
<text name="input_IC_CLICK" text="IC: Ponto de clique de controle interativo"/>
<text name="input_IC_TOGGLE_STATE" text="IC: Alternar Controle Interativo"/>

<!-- settings -->
<text name="settingsIC_title" text="Controle interativo"/>
<text name="settingsIC_state_title" text="IC Estado"/>
<text name="settingsIC_state_tooltip" text="Alterna o Controle interativo entre os modos ligado/desligado."/>
<text name="settingsIC_state_option01" text="Trocável"/>
<text name="settingsIC_state_option02" text="Sempre ativo"/>
<text name="settingsIC_state_option03" text="Desligado"/>
<text name="settingsIC_keepAlive_title" text="Manter o IC ativado"/>
<text name="settingsIC_keepAlive_tooltip" text="O Controle Interativo permanece ativo ao sair do veículo."/>
</texts>
</l10n>
45 changes: 28 additions & 17 deletions i18n/locale_cz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@
<!-- interactive control actions -->
<text name="actionIC_activate" text="IC: Aktivovat"/>
<text name="actionIC_deactivate" text="IC: Deaktivovat"/>

<text name="actionIC_startMotor" text="IC: Spustit motor"/>
<text name="actionIC_stopMotor" text="IC: Zastavit motor"/>

<text name="actionIC_liftImplement" text="IC: Zvednout nástroj"/>
<text name="actionIC_lowerImplement" text="IC: Spustit nástroj"/>

<text name="actionIC_turnOnImplement" text="IC: Spustit nástroj"/>
<text name="actionIC_turnOffImplement" text="IC: Zastavit nástroj"/>

<text name="actionIC_foldImplement" text="IC: Složit nástroj"/>
<text name="actionIC_unfoldImplement" text="IC: Rozložit nástroj"/>

<text name="actionIC_foldVehicle" text="IC: Složit stroj" />
<text name="actionIC_unfoldVehicle" text="IC: Rozložit stroj" />
<text name="actionIC_unfoldVehicle" text="IC: Rozložit stroj" />

<text name="actionIC_foldPipe" text="IC: Složit odhazovou rouru" />
<text name="actionIC_unfoldPipe" text="IC: Rozložit odhazovou rouru" />
<text name="actionIC_unfoldPipe" text="IC: Rozložit odhazovou rouru" />

<text name="actionIC_openRoof" text="IC: Otevřít střechu"/>
<text name="actionIC_closeRoof" text="IC: Zavřít střechu"/>

<text name="actionIC_openDoor" text="IC: Otevřít dveře"/>
<text name="actionIC_closeDoor" text="IC: Zavřít dveře"/>

<text name="actionIC_openWindow" text="IC: Otevřít okno"/>
<text name="actionIC_closeWindow" text="IC: Zavřít okno"/>

<text name="actionIC_lightsOn" text="IC: Zapnout světla"/>
<text name="actionIC_lightsOff" text="IC: Vypnout světla"/>

<text name="actionIC_highbeamlightsOn" text="IC: Zapnout dálková světla"/>
<text name="actionIC_highbeamlightsOff" text="IC: Vypnout dálková světla"/>

<text name="actionIC_workLightsFrontOn" text="IC: Zapnout přední pracovní světla"/>
<text name="actionIC_workLightsFrontOff" text="IC: Vypnout přední pracovní světla"/>

<text name="actionIC_workLightsBackOn" text="IC: Zapnout zadní pracovní světla"/>
<text name="actionIC_workLightsBackOff" text="IC: Vypnout zadní pracovní světla"/>

Expand All @@ -56,23 +56,28 @@

<text name="actionIC_hazardLightsOn" text="IC: Zapnout výstražná světla"/>
<text name="actionIC_hazardLightsOff" text="IC: Vypnout výstražná světla"/>

<text name="actionIC_pipeLightsOn" text="IC: Zapnout vykládací světla"/>
<text name="actionIC_pipeLightsOff" text="IC: Vypnout vykládací světla"/>

<text name="actionIC_gs_activate" text="IC: Aktivovat GS"/>
<text name="actionIC_gs_deactivate" text="IC: Deaktivovat GS"/>

<text name="actionIC_cruiseControl_toggle" text="IC: Přepnout tempomat"/>

<text name="actionIC_openCover" text="IC: Otevřít kryt"/>
<text name="actionIC_closeCover" text="IC: Zavřít kryt"/>

<text name="actionIC_discharge" text="IC: Vykládání"/>
<text name="actionIC_stop_discharge" text="IC: Zastavení vykládky"/>

<text name="actionIC_radioOn" text="IC: Zapnout rádio"/>
<text name="actionIC_radioOff" text="IC: Vypnout rádio"/>

<text name="actionIC_crabSteering_toggle" text="IC: Přepnout režim řízení"/>

<text name="actionIC_reverseDriving_toggle" text="IC: Změna směru jízdy"/>

<text name="actionIC_parkingbrakeOn" text="IC: Zatáhnout parkovací brzdu" />
<text name="actionIC_parkingbrakeOff" text="IC: Uvolnit parkovací brzdu" />

Expand All @@ -85,10 +90,16 @@
<text name="actionIC_diffLockBackOn" text="IC: Zapnout zadní uzávěrku diferenciálu" />
<text name="actionIC_diffLockBackOff" text="IC: Vypnout zadní uzávěrku diferenciálu" />

<text name="actionIC_turnPumpOn" text="IC: Zapnutí čerpadla" />
<text name="actionIC_turnPumpOff" text="IC: Vypnutí čerpadla" />

<text name="actionIC_pumpDirectionDrain" text="IC: Změňte směr čerpadla na: Vyprázdnit" />
<text name="actionIC_pumpDirectionFill" text="IC: Změňte směr čerpadla na: Plnění" />

<!-- inputs -->
<text name="input_IC_CLICK" text="IC: Interaktivní ovládání bod kliknutí"/>
<text name="input_IC_TOGGLE_STATE" text="IC: Přepnout Interaktivní ovládání"/>

<!-- settings -->
<text name="settingsIC_title" text="Interaktivní ovládání"/>
<text name="settingsIC_state_title" text="Stav IC"/>
Expand Down
43 changes: 27 additions & 16 deletions i18n/locale_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@
<!-- interactive control actions -->
<text name="actionIC_activate" text="IC: Aktivieren"/>
<text name="actionIC_deactivate" text="IC: Deaktivieren"/>

<text name="actionIC_startMotor" text="IC: Motor starten"/>
<text name="actionIC_stopMotor" text="IC: Motor stoppen"/>

<text name="actionIC_liftImplement" text="IC: Anbaugerät heben"/>
<text name="actionIC_lowerImplement" text="IC: Anbaugerät senken"/>

<text name="actionIC_turnOnImplement" text="IC: Anbaugerät anschalten"/>
<text name="actionIC_turnOffImplement" text="IC: Anbaugerät abschalten"/>

<text name="actionIC_foldImplement" text="IC: Anbaugerät einklappen"/>
<text name="actionIC_unfoldImplement" text="IC: Anbaugerät ausklappen"/>

<text name="actionIC_foldVehicle" text="IC: Fahrzeug zuklappen" />
<text name="actionIC_unfoldVehicle" text="IC: Fahrzeug ausklappen" />
<text name="actionIC_unfoldVehicle" text="IC: Fahrzeug ausklappen" />

<text name="actionIC_foldPipe" text="IC: Rohr einklappen" />
<text name="actionIC_unfoldPipe" text="IC: Rohr ausklappen" />
<text name="actionIC_unfoldPipe" text="IC: Rohr ausklappen" />

<text name="actionIC_openRoof" text="IC: Dach öffnen"/>
<text name="actionIC_closeRoof" text="IC: Dach schließen"/>

<text name="actionIC_openDoor" text="IC: Tür öffnen"/>
<text name="actionIC_closeDoor" text="IC: Tür schließen"/>

<text name="actionIC_openWindow" text="IC: Fenster öffnen"/>
<text name="actionIC_closeWindow" text="IC: Fenster schließen"/>

<text name="actionIC_lightsOn" text="IC: Licht anschalten"/>
<text name="actionIC_lightsOff" text="IC: Licht ausschalten"/>

<text name="actionIC_highbeamlightsOn" text="IC: Fernlicht anschalten"/>
<text name="actionIC_highbeamlightsOff" text="IC: Fernlicht ausschalten"/>

<text name="actionIC_workLightsFrontOn" text="IC: Arbeitslicht vorne anschalten"/>
<text name="actionIC_workLightsFrontOff" text="IC: Arbeitslicht vorne ausschalten"/>

<text name="actionIC_workLightsBackOn" text="IC: Arbeitslicht hinten anschalten"/>
<text name="actionIC_workLightsBackOff" text="IC: Arbeitslicht hinten ausschalten"/>

Expand All @@ -68,11 +68,16 @@
<text name="actionIC_openCover" text="IC: Abdeckung öffnen"/>
<text name="actionIC_closeCover" text="IC: Abdeckung schließen"/>

<text name="actionIC_discharge" text="IC: Abladen"/>
<text name="actionIC_stop_discharge" text="IC: Abladen beenden"/>

<text name="actionIC_radioOn" text="IC: Radio anschalten"/>
<text name="actionIC_radioOff" text="IC: Radio ausschalten"/>

<text name="actionIC_crabSteering_toggle" text="IC: Lenkmodus wechseln"/>

<text name="actionIC_reverseDriving_toggle" text="IC: Fahrtrichtung wechseln"/>

<text name="actionIC_parkingbrakeOn" text="IC: Handbremse anziehen" />
<text name="actionIC_parkingbrakeOff" text="IC: Handbremse lösen" />

Expand All @@ -84,11 +89,17 @@

<text name="actionIC_diffLockBackOn" text="IC: Diffsperre hinten ein" />
<text name="actionIC_diffLockBackOff" text="IC: Diffsperre hinten aus" />


<text name="actionIC_turnPumpOn" text="IC: Pumpe einschalten" />
<text name="actionIC_turnPumpOff" text="IC: Pumpe ausschalten" />

<text name="actionIC_pumpDirectionDrain" text="IC: Pumprichtung wechseln zu: Entleeren" />
<text name="actionIC_pumpDirectionFill" text="IC: Pumprichtung wechseln zu: Befüllen" />

<!-- inputs -->
<text name="input_IC_CLICK" text="IC: Interactive Control ClickPoint"/>
<text name="input_IC_TOGGLE_STATE" text="IC: Interactive Control umschalten"/>

<!-- settings -->
<text name="settingsIC_title" text="Interactive Control"/>
<text name="settingsIC_state_title" text="IC Status"/>
Expand Down
Loading

0 comments on commit 8ac7883

Please sign in to comment.