Update translations

This commit is contained in:
Paulus Schoutsen 2018-06-27 14:20:43 -04:00
parent 654e74294d
commit 3d18462ec0
3 changed files with 23 additions and 6 deletions

View File

@ -596,27 +596,34 @@
}, },
"fan": { "fan": {
"speed": "Sebesség", "speed": "Sebesség",
"oscillate": "Oszcilláció",
"direction": "Irány" "direction": "Irány"
}, },
"light": { "light": {
"brightness": "Fényerő", "brightness": "Fényerő",
"color_temperature": "Színhőmérséklet", "color_temperature": "Színhőmérséklet",
"white_value": "Fehér érték",
"effect": "Hatás" "effect": "Hatás"
}, },
"media_player": {
"text_to_speak": "Beszéd szövege",
"source": "Forrás",
"sound_mode": "Hangzás"
},
"climate": { "climate": {
"currently": "Jelenleg", "currently": "Jelenleg",
"on_off": "Be \/ ki", "on_off": "Be \/ ki",
"target_temperature": "Kívánt hőmérséklet", "target_temperature": "Kívánt hőmérséklet",
"target_humidity": "Kívánt páratartalom", "target_humidity": "Kívánt páratartalom",
"operation": "Művelet" "operation": "Művelet",
"fan_mode": "Sebesség",
"swing_mode": "Forgási mód",
"away_mode": "Távoli mód"
}, },
"lock": { "lock": {
"code": "Kód", "code": "Kód",
"lock": "Bezár", "lock": "Bezár",
"unlock": "Kinyit" "unlock": "Kinyit"
},
"media_player": {
"source": "Forrás"
} }
}, },
"components": { "components": {

View File

@ -529,7 +529,9 @@
"duration": { "duration": {
"day": "{count} {count, plural,\none {dag}\nother {dagen}\n}", "day": "{count} {count, plural,\none {dag}\nother {dagen}\n}",
"week": "{count} {count, plural,\none {week}\nother {weken}\n}", "week": "{count} {count, plural,\none {week}\nother {weken}\n}",
"second": "{count} {count, plural,\none {seconde}\nother {seconden}\n}" "second": "{count} {count, plural,\none {seconde}\nother {seconden}\n}",
"minute": "{count} {count, meervoud,\néén {minuten}\nandere {minuten}\n}",
"hour": "{count} {count, meervoud,\néén {uur}\nandere {hours}\n}"
}, },
"login-form": { "login-form": {
"password": "Wachtwoord", "password": "Wachtwoord",
@ -615,6 +617,7 @@
"target_humidity": "Gewenste luchtvochtigheid", "target_humidity": "Gewenste luchtvochtigheid",
"operation": "Werking", "operation": "Werking",
"fan_mode": "Ventilatormodus", "fan_mode": "Ventilatormodus",
"swing_mode": "Swingmodus",
"away_mode": "Afwezigheidsmodus" "away_mode": "Afwezigheidsmodus"
}, },
"lock": { "lock": {

View File

@ -12,7 +12,8 @@
"dev-events": "Dogodki", "dev-events": "Dogodki",
"dev-templates": "Predloge", "dev-templates": "Predloge",
"dev-mqtt": "MQTT", "dev-mqtt": "MQTT",
"dev-info": "Info" "dev-info": "Info",
"calendar": "Koledar"
}, },
"state": { "state": {
"default": { "default": {
@ -651,6 +652,12 @@
"service_called": "Storitev {service} klicana.", "service_called": "Storitev {service} klicana.",
"service_call_failed": "Storitve ni bilo mogoče poklicati {service}.", "service_call_failed": "Storitve ni bilo mogoče poklicati {service}.",
"connection_lost": "Povezava prekinjena. Vnovično vzpostavljanje povezave..." "connection_lost": "Povezava prekinjena. Vnovično vzpostavljanje povezave..."
},
"dialogs": {
"more_info_settings": {
"save": "Shrani",
"name": "Ime"
}
} }
}, },
"domain": { "domain": {