1
0
forked from me/IronOS

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
This commit is contained in:
jonnieZG
2018-11-15 08:54:30 +01:00
committed by Ben V. Brown
parent 8e9973a3bf
commit 262ca9b0af

View File

@@ -2,7 +2,7 @@
"languageCode": "HR", "languageCode": "HR",
"languageLocalName": "Hrvatski", "languageLocalName": "Hrvatski",
"messages": { "messages": {
"SettingsCalibrationDone": "Calibration done!", "SettingsCalibrationDone": "Kalibracija gotova!",
"SettingsResetWarning": "Jeste li sigurni da želite sve postavke vratiti na tvorničke vrijednosti?", "SettingsResetWarning": "Jeste li sigurni da želite sve postavke vratiti na tvorničke vrijednosti?",
"UVLOWarningString": "BATERIJA", "UVLOWarningString": "BATERIJA",
"UndervoltageString": "PRENIZAK NAPON", "UndervoltageString": "PRENIZAK NAPON",
@@ -199,34 +199,34 @@
"TipModel": { "TipModel": {
"text": "TIPMO", "text": "TIPMO",
"text2": [ "text2": [
"Tip", "Model",
"Model" "Vrha"
], ],
"desc": "Tip Model selection" "desc": "Odabir modela lemnog vrha"
}, },
"SimpleCalibrationMode": { "SimpleCalibrationMode": {
"text": "SMPCAL", "text": "SMPCAL",
"text2": [ "text2": [
"Simple", "Jednostavna",
"Calibration" "kalibracija"
], ],
"desc": "Simple Calibration using Hot water" "desc": "Kalibracija kipućom vodom"
}, },
"AdvancedCalibrationMode": { "AdvancedCalibrationMode": {
"text": "ADVCAL", "text": "ADVCAL",
"text2": [ "text2": [
"Advanced", "Napredna",
"Calibration" "kalibracija"
], ],
"desc": "Advanced calibration using thermocouple on the tip" "desc": "Kalibracija korištenjem termo-elementa"
}, },
"PowerInput": { "PowerInput": {
"text": "PWRW", "text": "PWRW",
"text2": [ "text2": [
"Power", "Snaga",
"Wattage" "napajanja"
], ],
"desc": "Power Wattage of the power adapter used" "desc": "Snaga modula za napajanje"
} }
} }
} }