diff options
author | jonnieZG <[email protected]> | 2018-11-15 08:54:30 +0100 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2018-11-15 18:54:30 +1100 |
commit | 262ca9b0af47e0884bd366e897539d54760ac2c0 (patch) | |
tree | b7715032968fe308b504bcb57352554251c75d80 /Translation Editor | |
parent | 8e9973a3bf5f1848ea1014ccec5813de69f74176 (diff) | |
download | IronOS-262ca9b0af47e0884bd366e897539d54760ac2c0.tar.gz IronOS-262ca9b0af47e0884bd366e897539d54760ac2c0.zip |
Croatian translation update (#405)
* Enabled DOUBLE line for Croatian + translation fix
Enabled DOUBLE line Menu for Croatian.
A minor translation fix.
* Added Double line menus for Croatian
Added Double line menus for Croatian. For some reason they were not included in the previous pull request, even though I made them (most probably it was by my mistake).
* Added "Power: " translation for Croatian
* Menu desciption scroll sped up 3x
* Slow scroll
* Additional HR translation fix
* EOL fixed
* Fixed flickering - update only when required
* Reverted to Ralim/ts100 current Translation.c, HR translation fix moved
to translation-hr branch
* Synchronized with Ralim master
* Synchronized with Ralim
* Ralim
* Ralim
* Sync
* - Translation Editor Tool (HTML5)
- Translations Parser (HTML5 tool for extracting initial translations from Translations.cpp to separate JSON files)
- Languages extracted into separate JSON files
* Added make_translation.py pre-compile script that creates Translation.cpp from JSON files. This one is just for single-language version, until we make a multi-lingual one.
* Fixed Lithuanian local language name.
* Fixed _lt.json syntax
* Added 12x16 and 6x8 HTML5 font editor
* Added Icon (16x16), Screen (84x16) and Full-Screen (96x16) sizes to Font Editor
* "Font Editor" changed to "Bitmap Editor"
* Added 24x16 icon size
* Croatian translation update
* Merged
* Croatian translation update
Diffstat (limited to 'Translation Editor')
-rw-r--r-- | Translation Editor/translation_hr.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Translation Editor/translation_hr.json b/Translation Editor/translation_hr.json index 7b5f8d75..9d02c5aa 100644 --- a/Translation Editor/translation_hr.json +++ b/Translation Editor/translation_hr.json @@ -2,7 +2,7 @@ "languageCode": "HR", "languageLocalName": "Hrvatski", "messages": { - "SettingsCalibrationDone": "Calibration done!", + "SettingsCalibrationDone": "Kalibracija gotova!", "SettingsResetWarning": "Jeste li sigurni da želite sve postavke vratiti na tvorničke vrijednosti?", "UVLOWarningString": "BATERIJA", "UndervoltageString": "PRENIZAK NAPON", @@ -199,34 +199,34 @@ "TipModel": { "text": "TIPMO", "text2": [ - "Tip", - "Model" + "Model", + "Vrha" ], - "desc": "Tip Model selection" + "desc": "Odabir modela lemnog vrha" }, "SimpleCalibrationMode": { "text": "SMPCAL", "text2": [ - "Simple", - "Calibration" + "Jednostavna", + "kalibracija" ], - "desc": "Simple Calibration using Hot water" + "desc": "Kalibracija kipućom vodom" }, "AdvancedCalibrationMode": { "text": "ADVCAL", "text2": [ - "Advanced", - "Calibration" + "Napredna", + "kalibracija" ], - "desc": "Advanced calibration using thermocouple on the tip" + "desc": "Kalibracija korištenjem termo-elementa" }, "PowerInput": { "text": "PWRW", "text2": [ - "Power", - "Wattage" + "Snaga", + "napajanja" ], - "desc": "Power Wattage of the power adapter used" + "desc": "Snaga modula za napajanje" } } -} +}
\ No newline at end of file |