diff options
author | Federico Di Lorenzo <[email protected]> | 2022-04-03 12:04:59 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-03 20:04:59 +1000 |
commit | 943d6bf0bd85e6631cdb7b471893c1432f462866 (patch) | |
tree | 45bc3d0db7a7ace84f8d9398b89709a6623a0bfc /Translations/translation_DE.json | |
parent | a73f634cff5f6e6deb22faa65817e01264b0f279 (diff) | |
download | IronOS-943d6bf0bd85e6631cdb7b471893c1432f462866.tar.gz IronOS-943d6bf0bd85e6631cdb7b471893c1432f462866.zip |
Symbols change (#1274)
* Costants change
Changing to lowercase for two reasons:
- Disambiguation with LiPos options
- In the SI the symbol for seconds is s (while for minutes is min but doesn't really matter)
* Update translation_BE.json
* Update translation_BG.json
* Update translation_CS.json
* Update translation_DA.json
* Update translation_DE.json
* Update translation_EL.json
* Update translation_EN.json
* Update translation_ES.json
* Update translation_FI.json
* Update translation_FR.json
* Update translation_HR.json
* Update translation_HU.json
* Update translation_IT.json
* Update translation_JA_JP.json
* Update translation_LT.json
* Update translation_NL.json
* Update translation_NL_BE.json
* Update translation_NO.json
* Update translation_PL.json
* Update translation_PT.json
* Update translation_RO.json
* Update translation_RU.json
* Update translation_SK.json
* Update translation_SL.json
* Update translation_SR_CYRL.json
* Update translation_SR_LATN.json
* Update translation_SV.json
* Update translation_TR.json
* Update translation_UK.json
* Update translation_VI.json
* Update translation_YUE_HK.json
* Update translation_ZH_CN.json
* Update translation_ZH_TW.json
Diffstat (limited to 'Translations/translation_DE.json')
-rw-r--r-- | Translations/translation_DE.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Translations/translation_DE.json b/Translations/translation_DE.json index 2aada270..7f175344 100644 --- a/Translations/translation_DE.json +++ b/Translations/translation_DE.json @@ -77,11 +77,11 @@ }, "SleepTimeout": { "text2": ["Ruhever-", "zögerung"], - "desc": "Dauer vor Übergang in den Ruhemodus (S=Sekunden | M=Minuten)" + "desc": "Dauer vor Übergang in den Ruhemodus (s=Sekunden | m=Minuten)" }, "ShutdownTimeout": { "text2": ["Abschalt-", "verzög."], - "desc": "Dauer vor automatischer Abschaltung (M=Minuten)" + "desc": "Dauer vor automatischer Abschaltung (m=Minuten)" }, "MotionSensitivity": { "text2": ["Bewegungs-", "empfindlichk."], @@ -201,7 +201,7 @@ }, "LOGOTime": { "text2": ["Startlogo-", "dauer"], - "desc": "Legt die Dauer der Anzeige des Startlogos fest (S=Sekunden)" + "desc": "Legt die Dauer der Anzeige des Startlogos fest (s=Sekunden)" } } } |