mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Update translations
This commit is contained in:
parent
b2dc0ac819
commit
7fb5ac11fd
@ -683,7 +683,7 @@
|
|||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"last_triggered": "Viimeksi käynnistetty",
|
"last_triggered": "Viimeksi käynnistetty",
|
||||||
"trigger": "Käynnistysehto"
|
"trigger": "Käynnistä"
|
||||||
},
|
},
|
||||||
"cover": {
|
"cover": {
|
||||||
"position": "Sijainti",
|
"position": "Sijainti",
|
||||||
@ -743,7 +743,11 @@
|
|||||||
"relative_time": {
|
"relative_time": {
|
||||||
"past": "{time} sitten",
|
"past": "{time} sitten",
|
||||||
"future": "{time} kuluttua",
|
"future": "{time} kuluttua",
|
||||||
"never": "Ei koskaan"
|
"never": "Ei koskaan",
|
||||||
|
"duration": {
|
||||||
|
"minute": "{count} {count, plural,\none {minuutti}\nother {minuuttia}\n}",
|
||||||
|
"hour": "{count} {count, plural,\none {tunti}\nother {tuntia}\n}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"history_charts": {
|
"history_charts": {
|
||||||
"loading_history": "Ladataan tilahistoriaa...",
|
"loading_history": "Ladataan tilahistoriaa...",
|
||||||
|
@ -7,9 +7,14 @@
|
|||||||
"history": "Vēsture",
|
"history": "Vēsture",
|
||||||
"mailbox": "Pastkaste",
|
"mailbox": "Pastkaste",
|
||||||
"shopping_list": "Iepirkumu saraksts",
|
"shopping_list": "Iepirkumu saraksts",
|
||||||
|
"dev-services": "Pakalpojumi",
|
||||||
|
"dev-states": "Stāvokļi",
|
||||||
|
"dev-events": "Notikumi",
|
||||||
|
"dev-templates": "Veidnes",
|
||||||
"dev-mqtt": "MQTT",
|
"dev-mqtt": "MQTT",
|
||||||
"dev-info": "Info",
|
"dev-info": "Info",
|
||||||
"calendar": "Kalendārs"
|
"calendar": "Kalendārs",
|
||||||
|
"profile": "Profils"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"default": {
|
"default": {
|
||||||
@ -19,13 +24,58 @@
|
|||||||
"unavailable": "Nepieejams"
|
"unavailable": "Nepieejams"
|
||||||
},
|
},
|
||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"pending": "Gaida"
|
"armed": "Pieslēgts",
|
||||||
|
"disarmed": "Atslēgts",
|
||||||
|
"armed_home": "Pieslēgts mājās",
|
||||||
|
"armed_away": "Pieslēgts uz prombūtni",
|
||||||
|
"armed_night": "Pieslēgts uz nakti",
|
||||||
|
"pending": "Gaida",
|
||||||
|
"arming": "Pieslēdzu",
|
||||||
|
"disarming": "Atslēdzu",
|
||||||
|
"triggered": "Aktivizēts",
|
||||||
|
"armed_custom_bypass": "Pieslēgts pielāgots apvedceļš"
|
||||||
|
},
|
||||||
|
"automation": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts"
|
||||||
},
|
},
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
|
"default": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts"
|
||||||
|
},
|
||||||
"moisture": {
|
"moisture": {
|
||||||
"off": "Sauss",
|
"off": "Sauss",
|
||||||
"on": "Slapjš"
|
"on": "Slapjš"
|
||||||
},
|
},
|
||||||
|
"gas": {
|
||||||
|
"off": "Tīrs",
|
||||||
|
"on": "Sajusta"
|
||||||
|
},
|
||||||
|
"motion": {
|
||||||
|
"off": "Tīrs",
|
||||||
|
"on": "Sajusta"
|
||||||
|
},
|
||||||
|
"occupancy": {
|
||||||
|
"off": "Brīvs",
|
||||||
|
"on": "Aizņemts"
|
||||||
|
},
|
||||||
|
"smoke": {
|
||||||
|
"off": "Tīrs",
|
||||||
|
"on": "Sajusta"
|
||||||
|
},
|
||||||
|
"sound": {
|
||||||
|
"off": "Tīrs",
|
||||||
|
"on": "Sajusts"
|
||||||
|
},
|
||||||
|
"vibration": {
|
||||||
|
"off": "Tīrs",
|
||||||
|
"on": "Sajusts"
|
||||||
|
},
|
||||||
|
"opening": {
|
||||||
|
"off": "Aizvērts",
|
||||||
|
"on": "Atvērts"
|
||||||
|
},
|
||||||
"safety": {
|
"safety": {
|
||||||
"off": "Droši",
|
"off": "Droši",
|
||||||
"on": "Nedroši"
|
"on": "Nedroši"
|
||||||
@ -34,6 +84,10 @@
|
|||||||
"off": "Prom",
|
"off": "Prom",
|
||||||
"on": "Mājās"
|
"on": "Mājās"
|
||||||
},
|
},
|
||||||
|
"battery": {
|
||||||
|
"off": "Normāls",
|
||||||
|
"on": "Zems"
|
||||||
|
},
|
||||||
"problem": {
|
"problem": {
|
||||||
"off": "OK",
|
"off": "OK",
|
||||||
"on": "Problēma"
|
"on": "Problēma"
|
||||||
@ -61,14 +115,24 @@
|
|||||||
"window": {
|
"window": {
|
||||||
"off": "Aizvērts",
|
"off": "Aizvērts",
|
||||||
"on": "Atvērts"
|
"on": "Atvērts"
|
||||||
|
},
|
||||||
|
"lock": {
|
||||||
|
"off": "Slēgts",
|
||||||
|
"on": "Atslēgts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"calendar": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts"
|
||||||
|
},
|
||||||
"camera": {
|
"camera": {
|
||||||
"recording": "Ieraksta",
|
"recording": "Ieraksta",
|
||||||
"streaming": "Straumē",
|
"streaming": "Straumē",
|
||||||
"idle": "Dīkstāve"
|
"idle": "Dīkstāve"
|
||||||
},
|
},
|
||||||
"climate": {
|
"climate": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts",
|
||||||
"heat": "Sildīšana",
|
"heat": "Sildīšana",
|
||||||
"cool": "Dzesēšana",
|
"cool": "Dzesēšana",
|
||||||
"idle": "Dīkstāve",
|
"idle": "Dīkstāve",
|
||||||
@ -76,6 +140,8 @@
|
|||||||
"dry": "Sauss",
|
"dry": "Sauss",
|
||||||
"fan_only": "Tikai ventilators",
|
"fan_only": "Tikai ventilators",
|
||||||
"eco": "Eko",
|
"eco": "Eko",
|
||||||
|
"electric": "Elektriska",
|
||||||
|
"performance": "Veiktspēja",
|
||||||
"high_demand": "Augsts pieprasījums",
|
"high_demand": "Augsts pieprasījums",
|
||||||
"heat_pump": "Siltumsūknis",
|
"heat_pump": "Siltumsūknis",
|
||||||
"gas": "Gāze"
|
"gas": "Gāze"
|
||||||
@ -86,21 +152,46 @@
|
|||||||
},
|
},
|
||||||
"cover": {
|
"cover": {
|
||||||
"open": "Atvērts",
|
"open": "Atvērts",
|
||||||
"closed": "Aizvērts",
|
"opening": "Atveras",
|
||||||
|
"closed": "Slēgts",
|
||||||
|
"closing": "Slēdzas",
|
||||||
"stopped": "Apturēts"
|
"stopped": "Apturēts"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "Mājās",
|
"home": "Mājās",
|
||||||
"not_home": "Prom"
|
"not_home": "Prom"
|
||||||
},
|
},
|
||||||
|
"fan": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts"
|
||||||
|
},
|
||||||
"group": {
|
"group": {
|
||||||
|
"off": "Izslēgta",
|
||||||
|
"on": "Ieslēgta",
|
||||||
"home": "Mājās",
|
"home": "Mājās",
|
||||||
"not_home": "Prombūtnē"
|
"not_home": "Prombūtnē",
|
||||||
|
"open": "Atvērta",
|
||||||
|
"opening": "Atveras",
|
||||||
|
"closed": "Slēgta",
|
||||||
|
"closing": "Slēdzas",
|
||||||
|
"stopped": "Apturēta",
|
||||||
|
"locked": "Bloķēta",
|
||||||
|
"unlocked": "Atbloķēta",
|
||||||
|
"ok": "OK",
|
||||||
|
"problem": "Problēma"
|
||||||
|
},
|
||||||
|
"input_boolean": {
|
||||||
|
"off": "Izslēgta",
|
||||||
|
"on": "Ieslēgta"
|
||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"off": "Izslēgta",
|
"off": "Izslēgta",
|
||||||
"on": "Ieslēgta"
|
"on": "Ieslēgta"
|
||||||
},
|
},
|
||||||
|
"lock": {
|
||||||
|
"locked": "Aizslēgts",
|
||||||
|
"unlocked": "Atslēgts"
|
||||||
|
},
|
||||||
"media_player": {
|
"media_player": {
|
||||||
"off": "Izslēgts",
|
"off": "Izslēgts",
|
||||||
"on": "Ieslēgts",
|
"on": "Ieslēgts",
|
||||||
@ -113,9 +204,20 @@
|
|||||||
"ok": "Labi",
|
"ok": "Labi",
|
||||||
"problem": "Problēma"
|
"problem": "Problēma"
|
||||||
},
|
},
|
||||||
|
"remote": {
|
||||||
|
"off": "Izslēgta",
|
||||||
|
"on": "Ieslēgts"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"scening": "Ainas radīšana"
|
||||||
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"off": "Atspējots",
|
"off": "Izslēgts",
|
||||||
"on": "Iespējots"
|
"on": "Ieslēgts"
|
||||||
|
},
|
||||||
|
"sensor": {
|
||||||
|
"off": "Izslēgts",
|
||||||
|
"on": "Ieslēgts"
|
||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"above_horizon": "Virs horizonta",
|
"above_horizon": "Virs horizonta",
|
||||||
@ -125,10 +227,23 @@
|
|||||||
"off": "Izslēgts",
|
"off": "Izslēgts",
|
||||||
"on": "Ieslēgts"
|
"on": "Ieslēgts"
|
||||||
},
|
},
|
||||||
|
"zwave": {
|
||||||
|
"default": {
|
||||||
|
"initializing": "Inicializē",
|
||||||
|
"dead": "Beigta",
|
||||||
|
"sleeping": "Guļ",
|
||||||
|
"ready": "Gatavs"
|
||||||
|
},
|
||||||
|
"query_stage": {
|
||||||
|
"initializing": "Inicializē ({query_stage})",
|
||||||
|
"dead": "Beigta ({query_stage})"
|
||||||
|
}
|
||||||
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"clear-night": "Skaidrs, nakts",
|
"clear-night": "Skaidrs, nakts",
|
||||||
"cloudy": "Mākoņains",
|
"cloudy": "Mākoņains",
|
||||||
"fog": "Migla",
|
"fog": "Migla",
|
||||||
|
"hail": "Krusa",
|
||||||
"lightning": "Zibens",
|
"lightning": "Zibens",
|
||||||
"lightning-rainy": "Zibens, lietus",
|
"lightning-rainy": "Zibens, lietus",
|
||||||
"partlycloudy": "Daļēji apmācies",
|
"partlycloudy": "Daļēji apmācies",
|
||||||
@ -156,28 +271,30 @@
|
|||||||
"unknown": "Nez",
|
"unknown": "Nez",
|
||||||
"unavailable": "Nepie"
|
"unavailable": "Nepie"
|
||||||
},
|
},
|
||||||
|
"alarm_control_panel": {
|
||||||
|
"armed": "Pieslēgta",
|
||||||
|
"disarmed": "Atslēgt",
|
||||||
|
"armed_home": "Piesl.",
|
||||||
|
"armed_away": "Piesl.",
|
||||||
|
"armed_night": "Piesl.",
|
||||||
|
"pending": "Gaida",
|
||||||
|
"arming": "Pieslēdz",
|
||||||
|
"disarming": "Atslēgt",
|
||||||
|
"triggered": "Trig",
|
||||||
|
"armed_custom_bypass": "Pieslēgts"
|
||||||
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "mājās",
|
"home": "Mājās",
|
||||||
"not_home": "ārpus mājām"
|
"not_home": "Prom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ui": {
|
"ui": {
|
||||||
"sidebar": {
|
|
||||||
"log_out": "Iziet",
|
|
||||||
"developer_tools": "Izstrādātāju rīki"
|
|
||||||
},
|
|
||||||
"common": {
|
|
||||||
"loading": "Ielāde",
|
|
||||||
"cancel": "Atcelt"
|
|
||||||
},
|
|
||||||
"duration": {
|
|
||||||
"day": "{count} {count, plural,\none {diena}\nother {dienas}\n}",
|
|
||||||
"week": "{count} {count, plural,\n one {nedēļa}\n other {nedēļas}\n}",
|
|
||||||
"second": "{count} {count, plural,\n one {sekunde}\n other {sekundes}\n}",
|
|
||||||
"minute": "{count} {count, plural,\n one {minūte}\n other {minūtes}\n}",
|
|
||||||
"hour": "{count} {count, plural,\n one {stunda}\n other {stundas}\n}"
|
|
||||||
},
|
|
||||||
"panel": {
|
"panel": {
|
||||||
|
"shopping-list": {
|
||||||
|
"clear_completed": "Noņemt izpildītos",
|
||||||
|
"add_item": "Pievienot vienumu",
|
||||||
|
"microphone_tip": "Pieskarieties mikrofonam augšējā labajā stūrī un sakiet \"Pievienojiet konfektes manam iepirkumu sarakstam\""
|
||||||
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"showing_entries": "Rāda ierakstus par",
|
"showing_entries": "Rāda ierakstus par",
|
||||||
"period": "Periods"
|
"period": "Periods"
|
||||||
@ -231,14 +348,209 @@
|
|||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"caption": "Automatizācija",
|
"caption": "Automatizācija",
|
||||||
"description": "Veidojiet un rediģējiet automatizācijas"
|
"description": "Veidojiet un rediģējiet automatizācijas",
|
||||||
|
"picker": {
|
||||||
|
"header": "Automatizāciju redaktors",
|
||||||
|
"introduction": "Automatizācijas redaktors ļauj jums izveidot un rediģēt automatizācijas. Lūdzu, izlasiet [norādījumus] (https:\/\/home-assistant.io\/docs\/automation\/editor\/), lai pārliecinātos, ka esat pareizi konfigurējis Home Assistant.",
|
||||||
|
"pick_automation": "Izvēlieties automatizāciju kuru rediģēt",
|
||||||
|
"no_automations": "Mēs nevarējām atrast rediģējamas automatizācijas",
|
||||||
|
"add_automation": "Pievienot automatizāciju"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"introduction": "Lietojiet automatizācijas, lai ienestu dzīvību Jūsu mājās",
|
||||||
|
"default_name": "Jauna Automatizācija",
|
||||||
|
"save": "Saglabāt",
|
||||||
|
"unsaved_confirm": "Jums ir nesaglabātas izmaiņas. Vai tiešām vēlaties pamest?",
|
||||||
|
"alias": "Nosaukums",
|
||||||
|
"triggers": {
|
||||||
|
"header": "Trigeri",
|
||||||
|
"introduction": "Trigeri ir tas, kas sāk automatizācijas noteikuma apstrādi. Vienam noteikumam ir iespējams norādīt vairākus trigerus. Kad trigeris sāk, Home Assistant apstiprina nosacījumus, ja tādi ir, un izsauc darbību. \n\n [Uzziniet vairāk par trigeriem.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||||
|
"add": "Pievienot trigeri",
|
||||||
|
"duplicate": "Dublicēt",
|
||||||
|
"delete": "Dzēst",
|
||||||
|
"delete_confirm": "Vai tiešām vēlaties dzēst?",
|
||||||
|
"unsupported_platform": "Neatbalstīta platforma: {platform}",
|
||||||
|
"type_select": "Trigera veids",
|
||||||
|
"type": {
|
||||||
|
"event": {
|
||||||
|
"label": "Notikums",
|
||||||
|
"event_type": "Notikuma tips",
|
||||||
|
"event_data": "Notikuma dati"
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"label": "Stāvoklis",
|
||||||
|
"from": "No",
|
||||||
|
"to": "Uz",
|
||||||
|
"for": "Uz"
|
||||||
|
},
|
||||||
|
"homeassistant": {
|
||||||
|
"label": "Home Assistant",
|
||||||
|
"event": "Notikums:",
|
||||||
|
"start": "Sākt",
|
||||||
|
"shutdown": "Izslēgt"
|
||||||
|
},
|
||||||
|
"mqtt": {
|
||||||
|
"label": "MQTT",
|
||||||
|
"topic": "Temats",
|
||||||
|
"payload": "Vērtība (pēc izvēles)"
|
||||||
|
},
|
||||||
|
"numeric_state": {
|
||||||
|
"label": "Skaitliskais stāvoklis",
|
||||||
|
"above": "Virs",
|
||||||
|
"below": "Zem",
|
||||||
|
"value_template": "Vērtības veidne (nav obligāta)"
|
||||||
|
},
|
||||||
|
"sun": {
|
||||||
|
"label": "Saule",
|
||||||
|
"event": "Notikums:",
|
||||||
|
"sunrise": "Saullēkts",
|
||||||
|
"sunset": "Saulriets",
|
||||||
|
"offset": "Nobīde (pēc izvēles)"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"label": "Veidne",
|
||||||
|
"value_template": "Vērtības veidne"
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"label": "Laiks",
|
||||||
|
"at": "Pie"
|
||||||
|
},
|
||||||
|
"zone": {
|
||||||
|
"label": "Zona",
|
||||||
|
"entity": "Vienība ar atrašanās vietu",
|
||||||
|
"zone": "Zona",
|
||||||
|
"event": "Notikums:",
|
||||||
|
"enter": "Ieiet",
|
||||||
|
"leave": "Iziet"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"conditions": {
|
||||||
|
"header": "Nosacījumi",
|
||||||
|
"introduction": "Nosacījumi ir automatizācijas noteikuma izvēles daļa, un to var izmantot, lai novērstu darbību rašanos. Nosacījumi izskatās ļoti līdzīgi trigeriem, taču tie ir ļoti atšķirīgi. Trigeri izskatīs notikumus, kas notiek sistēmā, bet nosacījums tikai aplūko, kā sistēma šobrīd izskatās. Trigeri var novērot, ka slēdzis tiek ieslēgts. Nosacījums var redzēt tikai to, vai slēdzis pašlaik ir ieslēgts vai izslēgts. \n\n [Uzziniet vairāk par nosacījumiem.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||||
|
"add": "Pievienot nosacījumu",
|
||||||
|
"duplicate": "Duplicēt",
|
||||||
|
"delete": "Dzēst",
|
||||||
|
"delete_confirm": "Vai tiešām vēlaties dzēst?",
|
||||||
|
"unsupported_condition": "Neatbalstīts nosacījums: {condition}",
|
||||||
|
"type_select": "Nosacījuma tips",
|
||||||
|
"type": {
|
||||||
|
"state": {
|
||||||
|
"label": "Stāvoklis",
|
||||||
|
"state": "Stāvoklis"
|
||||||
|
},
|
||||||
|
"numeric_state": {
|
||||||
|
"label": "Skaitliskais stāvoklis",
|
||||||
|
"above": "Virs",
|
||||||
|
"below": "Zem",
|
||||||
|
"value_template": "Vērtības veidne (neobligāti)"
|
||||||
|
},
|
||||||
|
"sun": {
|
||||||
|
"label": "Saule",
|
||||||
|
"before": "Pirms:",
|
||||||
|
"after": "Pēc:",
|
||||||
|
"before_offset": "Pirms nobīdes (neobligāti)",
|
||||||
|
"after_offset": "Pēc nobīdes (neobligāti)",
|
||||||
|
"sunrise": "Saullēkts",
|
||||||
|
"sunset": "Saulriets"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"label": "Veidne",
|
||||||
|
"value_template": "Vērtības veidne"
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"label": "Laiks",
|
||||||
|
"after": "Pēc",
|
||||||
|
"before": "Pirms"
|
||||||
|
},
|
||||||
|
"zone": {
|
||||||
|
"label": "Zona",
|
||||||
|
"entity": "Vienība ar atrašanos vietu",
|
||||||
|
"zone": "Zona"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"actions": {
|
||||||
|
"header": "Darbības",
|
||||||
|
"introduction": "Darbības ir tādas, kādas Home Assistant veiks, kad tiks aktivizēta automatizācija. \n\n [Uzziniet vairāk par darbībām.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||||
|
"add": "Pievienot darbību",
|
||||||
|
"duplicate": "Dublicēt",
|
||||||
|
"delete": "Dzēst",
|
||||||
|
"delete_confirm": "Vai tiešām vēlaties dzēst?",
|
||||||
|
"unsupported_action": "Neatbalstīta darbība: {action}",
|
||||||
|
"type_select": "Darbības tips",
|
||||||
|
"type": {
|
||||||
|
"service": {
|
||||||
|
"label": "Izsaukt pakalpojumu",
|
||||||
|
"service_data": "Pakalpojuma dati"
|
||||||
|
},
|
||||||
|
"delay": {
|
||||||
|
"label": "Atlikt",
|
||||||
|
"delay": "Atlikt"
|
||||||
|
},
|
||||||
|
"wait_template": {
|
||||||
|
"label": "Pagaidīt",
|
||||||
|
"wait_template": "Pagaidīt Veidne",
|
||||||
|
"timeout": "Taimauts (pēc izvēles)"
|
||||||
|
},
|
||||||
|
"condition": {
|
||||||
|
"label": "Nosacījums"
|
||||||
|
},
|
||||||
|
"event": {
|
||||||
|
"label": "Palaist notikumu:",
|
||||||
|
"event": "Notikums:",
|
||||||
|
"service_data": "Pakalpojuma dati"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"caption": "Skripti",
|
"caption": "Skripti",
|
||||||
"description": "Veidojiet un rediģējiet skriptus"
|
"description": "Veidojiet un rediģējiet skriptus"
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
"caption": "Z-Wave"
|
"caption": "Z-Wave",
|
||||||
|
"description": "Pārvaldiet Z-Wave tīklu"
|
||||||
|
},
|
||||||
|
"users": {
|
||||||
|
"caption": "Lietotāji",
|
||||||
|
"description": "Pārvaldīt lietotājus",
|
||||||
|
"picker": {
|
||||||
|
"title": "Lietotāji"
|
||||||
|
},
|
||||||
|
"editor": {
|
||||||
|
"rename_user": "Pārdēvēt lietotāju",
|
||||||
|
"change_password": "Mainīt paroli",
|
||||||
|
"activate_user": "Aktivizēt lietotāju",
|
||||||
|
"deactivate_user": "Deaktivizēt lietotāju",
|
||||||
|
"delete_user": "Dzēst lietotāju"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"caption": "Home Assistant Cloud",
|
||||||
|
"description_login": "Pieteikts kā {email}",
|
||||||
|
"description_not_login": "Neesat pieteicies"
|
||||||
|
},
|
||||||
|
"integrations": {
|
||||||
|
"caption": "Integrācijas",
|
||||||
|
"description": "Pārvaldīt pieslēgtās ierīces un pakalpojumus",
|
||||||
|
"discovered": "Atklāts",
|
||||||
|
"configured": "Konfigurēts",
|
||||||
|
"new": "Izveidot jaunu integrāciju",
|
||||||
|
"configure": "Konfigurēt",
|
||||||
|
"none": "Nekas vēl nav konfigurēts",
|
||||||
|
"config_entry": {
|
||||||
|
"no_devices": "Šai integrācijai nav ierīču.",
|
||||||
|
"no_device": "Vienības, bez ierīcēm",
|
||||||
|
"delete_confirm": "Vai tiešām vēlaties dzēst šo integrāciju?",
|
||||||
|
"restart_confirm": "Restartēt Home Assistant, lai pabeigtu šīs integrācijas noņemšanu",
|
||||||
|
"manuf": "{manufacturer}",
|
||||||
|
"hub": "Savienots ar",
|
||||||
|
"firmware": "Programmaparatūras: {versija}",
|
||||||
|
"device_unavailable": "ierīce nav pieejama",
|
||||||
|
"entity_unavailable": "vienība nav pieejama"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
@ -246,6 +558,7 @@
|
|||||||
"header": "Pašpiegādes paziņojumi",
|
"header": "Pašpiegādes paziņojumi",
|
||||||
"description": "Sūtīt paziņojumus uz šo ierīci.",
|
"description": "Sūtīt paziņojumus uz šo ierīci.",
|
||||||
"error_load_platform": "Konfigurēt notify.html5.",
|
"error_load_platform": "Konfigurēt notify.html5.",
|
||||||
|
"error_use_https": "Nepieciešama SSL iespējošana priekšpusei.",
|
||||||
"push_notifications": "Pašpiegādes paziņojumi",
|
"push_notifications": "Pašpiegādes paziņojumi",
|
||||||
"link_promo": "Uzziniet vairāk"
|
"link_promo": "Uzziniet vairāk"
|
||||||
},
|
},
|
||||||
@ -259,9 +572,163 @@
|
|||||||
"error_no_theme": "Nav pieejams neviens motīvs",
|
"error_no_theme": "Nav pieejams neviens motīvs",
|
||||||
"link_promo": "Uzziniet par tēmām",
|
"link_promo": "Uzziniet par tēmām",
|
||||||
"dropdown_label": "Motīvs"
|
"dropdown_label": "Motīvs"
|
||||||
|
},
|
||||||
|
"refresh_tokens": {
|
||||||
|
"header": "Atsvaidzināšanas pilnvaras",
|
||||||
|
"description": "Katra atsvaidzināšanas pilvara pārstāv pieteikšanās sesiju. Atsvaidzināšanas pilvaras tiks automātiski noņemtas, kad Jūs izrakstīsieties. Šāda atsvaidzināšanas pilvaras ir pašreiz aktīvas Jūsu kontā.",
|
||||||
|
"token_title": "{clientId} atsvaidzināšanas pilnvara",
|
||||||
|
"created_at": "Izveidots {date}",
|
||||||
|
"confirm_delete": "Vai tiešām vēlaties dzēst piekļuves pilnvaru {name}?",
|
||||||
|
"delete_failed": "Neizdevās dzēst atsvaidzināšanas pilnvaru.",
|
||||||
|
"last_used": "Pēdējoreiz izmantots {date} no {location}",
|
||||||
|
"not_used": "Nekad nav izmantots",
|
||||||
|
"current_token_tooltip": "Nevar izdzēst pašreizējo atsvaidzināšanas pilnvaru"
|
||||||
|
},
|
||||||
|
"long_lived_access_tokens": {
|
||||||
|
"header": "Ilgtermiņas piekļuves pilnvaras",
|
||||||
|
"description": "Izveidojiet ilgtermiņa piekļuves pilnvaras, lai ļautu jūsu skriptiem mijiedarboties ar jūsu Home Assistant instanci. Katra pilnvara būs derīga 10 gadus pēc tās radīšanas. Pašlaik ir aktīvi šādas ilgstošas piekļuves pilvaras.",
|
||||||
|
"learn_auth_requests": "Uzziniet, kā veikt autentificētus pieprasījumus.",
|
||||||
|
"created_at": "Izveidots {date}",
|
||||||
|
"confirm_delete": "Vai tiešām vēlaties dzēst piekļuves pilnvaru {name}?",
|
||||||
|
"delete_failed": "Neizdevās dzēst piekļuves pilnvaru.",
|
||||||
|
"create": "Izveidot pilnvaru",
|
||||||
|
"create_failed": "Neizdevās izveidot piekļuves pilnvaru.",
|
||||||
|
"prompt_name": "Vārds?",
|
||||||
|
"prompt_copy_token": "Kopējiet savu piekļuves pilnvaru. Tas vairs netiks rādīts.",
|
||||||
|
"empty_state": "Jums vēl nav ilgtermiņa piekļuves pilnvaru.",
|
||||||
|
"last_used": "Pēdējoreiz izmantots {date} no {location}",
|
||||||
|
"not_used": "Nekad nav izmantots"
|
||||||
|
},
|
||||||
|
"current_user": "Jūs šobrīd esat pieteicies kā {fullName}.",
|
||||||
|
"is_owner": "Jūs esat īpašnieks.",
|
||||||
|
"logout": "Atteikties",
|
||||||
|
"change_password": {
|
||||||
|
"header": "Mainīt paroli",
|
||||||
|
"current_password": "Pašreizējā parole",
|
||||||
|
"new_password": "Jauna parole",
|
||||||
|
"confirm_new_password": "Apstipriniet jauno paroli",
|
||||||
|
"error_required": "Obligāts",
|
||||||
|
"submit": "Iesniegt"
|
||||||
|
},
|
||||||
|
"mfa": {
|
||||||
|
"header": "Daudzfaktoru autentifikācijas moduļi",
|
||||||
|
"disable": "Atspējot",
|
||||||
|
"enable": "Iespējot",
|
||||||
|
"confirm_disable": "Vai tiešām vēlaties atspējot {name}?"
|
||||||
|
},
|
||||||
|
"mfa_setup": {
|
||||||
|
"title_aborted": "Priekšlaikus pārtraukta",
|
||||||
|
"title_success": "Veiksmīgi!",
|
||||||
|
"step_done": "Iestatīšana ir pabeigta {step}",
|
||||||
|
"close": "Aizvērt",
|
||||||
|
"submit": "Iesniegt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"page-authorize": {
|
||||||
|
"initializing": "Inicializēšana",
|
||||||
|
"authorizing_client": "Jūs gatavojaties piešķirt {clientId} piekļuvi jūsu Home Assistant.",
|
||||||
|
"logging_in_with": "Pieteikšanās ar ** {authProviderName} **.",
|
||||||
|
"pick_auth_provider": "Vai pieteikties, izmantojot",
|
||||||
|
"abort_intro": "Pieteikšanās priekšlaikus pārtraukta",
|
||||||
|
"form": {
|
||||||
|
"working": "Lūdzu uzgaidiet",
|
||||||
|
"unknown_error": "Kaut kas nogāja greizi",
|
||||||
|
"providers": {
|
||||||
|
"homeassistant": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"username": "Lietotājvārds",
|
||||||
|
"password": "Parole"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mfa": {
|
||||||
|
"data": {
|
||||||
|
"code": "Divu faktoru autentifikācijas kods"
|
||||||
|
},
|
||||||
|
"description": "Savā ierīcē atveriet ** {mfa_module_name} **, lai skatītu divu faktoru autentifikācijas kodu un verificētu savu identitāti:"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"invalid_auth": "Nederīgs lietotājvārds vai parole",
|
||||||
|
"invalid_code": "Nederīgs autentifikācijas kods"
|
||||||
|
},
|
||||||
|
"abort": {
|
||||||
|
"login_expired": "Sesija beidzās, lūdzu, piesakieties vēlreiz."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"legacy_api_password": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"password": "API parole"
|
||||||
|
},
|
||||||
|
"description": "Lūdzu, ievadiet API paroli savā http config:"
|
||||||
|
},
|
||||||
|
"mfa": {
|
||||||
|
"data": {
|
||||||
|
"code": "Divu faktoru autentifikācijas kods"
|
||||||
|
},
|
||||||
|
"description": "Savā ierīcē atveriet ** {mfa_module_name} **, lai skatītu divu faktoru autentifikācijas kodu un verificētu savu identitāti:"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"invalid_auth": "Nederīga API parole",
|
||||||
|
"invalid_code": "Nederīgs autentifikācijas kods"
|
||||||
|
},
|
||||||
|
"abort": {
|
||||||
|
"no_api_password_set": "Jums nav konfigurēta API parole.",
|
||||||
|
"login_expired": "Sesija beigusies, lūdzu piesakaties vēlreiz."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"trusted_networks": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"user": "Lietotājs"
|
||||||
|
},
|
||||||
|
"description": "Lūdzu, atlasiet lietotāju, kuru vēlaties pieteikties kā:"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"abort": {
|
||||||
|
"not_whitelisted": "Jūsu dators nav iekļauts baltajā sarakstā."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"page-onboarding": {
|
||||||
|
"intro": "Vai esat gatavs pamodināt savu māju, atgūt savu konfidencialitāti un pievienoties pasaules mēroga kopienai?",
|
||||||
|
"user": {
|
||||||
|
"intro": "Sāksim ar lietotāja konta izveidi.",
|
||||||
|
"required_field": "Obligāts",
|
||||||
|
"data": {
|
||||||
|
"name": "Vārds",
|
||||||
|
"username": "Lietotājvārds",
|
||||||
|
"password": "Parole"
|
||||||
|
},
|
||||||
|
"create_account": "Izveidot Kontu",
|
||||||
|
"error": {
|
||||||
|
"required_fields": "Aizpildiet visus obligātos laukus"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"sidebar": {
|
||||||
|
"log_out": "Iziet",
|
||||||
|
"developer_tools": "Izstrādātāju rīki"
|
||||||
|
},
|
||||||
|
"common": {
|
||||||
|
"loading": "Ielāde",
|
||||||
|
"cancel": "Atcelt"
|
||||||
|
},
|
||||||
|
"duration": {
|
||||||
|
"day": "{count} {count, plural,\none {diena}\nother {dienas}\n}",
|
||||||
|
"week": "{count} {count, plural,\n one {nedēļa}\n other {nedēļas}\n}",
|
||||||
|
"second": "{count} {count, plural,\n one {sekunde}\n other {sekundes}\n}",
|
||||||
|
"minute": "{count} {count, plural,\n one {minūte}\n other {minūtes}\n}",
|
||||||
|
"hour": "{count} {count, plural,\n one {stunda}\n other {stundas}\n}"
|
||||||
|
},
|
||||||
"login-form": {
|
"login-form": {
|
||||||
"password": "Parole",
|
"password": "Parole",
|
||||||
"remember": "Atcerēties",
|
"remember": "Atcerēties",
|
||||||
@ -274,6 +741,12 @@
|
|||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Aizvērt"
|
"dismiss": "Aizvērt"
|
||||||
},
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Aktivizēt"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Izpildīt"
|
||||||
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"air_pressure": "Gaisa spiediens",
|
"air_pressure": "Gaisa spiediens",
|
||||||
@ -303,7 +776,11 @@
|
|||||||
"forecast": "Prognoze"
|
"forecast": "Prognoze"
|
||||||
},
|
},
|
||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"code": "Kods"
|
"code": "Kods",
|
||||||
|
"clear_code": "Dzēst",
|
||||||
|
"disarm": "Atslēgt",
|
||||||
|
"arm_home": "Pieslēgt mājas",
|
||||||
|
"arm_away": "Pieslēgt prombūtni"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"last_triggered": "Pēdējais izsaukums",
|
"last_triggered": "Pēdējais izsaukums",
|
||||||
@ -324,14 +801,27 @@
|
|||||||
"white_value": "Baltā vērtība",
|
"white_value": "Baltā vērtība",
|
||||||
"effect": "Efekts"
|
"effect": "Efekts"
|
||||||
},
|
},
|
||||||
|
"media_player": {
|
||||||
|
"text_to_speak": "Teksts, ko teikt",
|
||||||
|
"source": "Avots",
|
||||||
|
"sound_mode": "Skaņas režīms"
|
||||||
|
},
|
||||||
|
"climate": {
|
||||||
|
"currently": "Pašlaik",
|
||||||
|
"on_off": "Ieslēgts \/ Izslēgts",
|
||||||
|
"target_temperature": "Mērķa temperatūra",
|
||||||
|
"target_humidity": "Mērķa mitrums",
|
||||||
|
"operation": "Darbība",
|
||||||
|
"fan_mode": "Ventilatora režīms",
|
||||||
|
"swing_mode": "Šūpošanas režīms",
|
||||||
|
"away_mode": "Prombūtnes režīms",
|
||||||
|
"aux_heat": "Ārējais sildītājs"
|
||||||
|
},
|
||||||
"lock": {
|
"lock": {
|
||||||
"code": "Kods",
|
"code": "Kods",
|
||||||
"lock": "Aizslēgt",
|
"lock": "Aizslēgt",
|
||||||
"unlock": "Atslēgt"
|
"unlock": "Atslēgt"
|
||||||
},
|
},
|
||||||
"media_player": {
|
|
||||||
"source": "Avots"
|
|
||||||
},
|
|
||||||
"vacuum": {
|
"vacuum": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"resume_cleaning": "Atsākt uzkopšanu",
|
"resume_cleaning": "Atsākt uzkopšanu",
|
||||||
@ -340,9 +830,24 @@
|
|||||||
"turn_on": "Izslēgt",
|
"turn_on": "Izslēgt",
|
||||||
"turn_off": "Ieslēgt"
|
"turn_off": "Ieslēgt"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"water_heater": {
|
||||||
|
"currently": "Pašlaik",
|
||||||
|
"on_off": "Ieslēgts \/ Izslēgts",
|
||||||
|
"target_temperature": "Mērķa temperatūra",
|
||||||
|
"operation": "Darbība",
|
||||||
|
"away_mode": "Prombūtnes režīms"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
"entity": {
|
||||||
|
"entity-picker": {
|
||||||
|
"entity": "Vienība"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"service-picker": {
|
||||||
|
"service": "Pakalpojums"
|
||||||
|
},
|
||||||
"relative_time": {
|
"relative_time": {
|
||||||
"past": "{time} atpakaļ",
|
"past": "{time} atpakaļ",
|
||||||
"future": "Pēc {time}",
|
"future": "Pēc {time}",
|
||||||
@ -366,6 +871,23 @@
|
|||||||
"service_called": "Serviss {service} izsaukts.",
|
"service_called": "Serviss {service} izsaukts.",
|
||||||
"service_call_failed": "Neizdevās izsaukt servisu {service}.",
|
"service_call_failed": "Neizdevās izsaukt servisu {service}.",
|
||||||
"connection_lost": "Savienojums zaudēts. Atkārtota savienošanās ..."
|
"connection_lost": "Savienojums zaudēts. Atkārtota savienošanās ..."
|
||||||
|
},
|
||||||
|
"dialogs": {
|
||||||
|
"more_info_settings": {
|
||||||
|
"save": "Saglabāt",
|
||||||
|
"name": "Vārds",
|
||||||
|
"entity_id": "Vienības ID"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"auth_store": {
|
||||||
|
"ask": "Vai vēlaties saglabāt šo pieteikšanos?",
|
||||||
|
"decline": "Nē paldies",
|
||||||
|
"confirm": "Saglabāt pieteikšanos"
|
||||||
|
},
|
||||||
|
"notification_drawer": {
|
||||||
|
"click_to_configure": "Noklikšķiniet uz pogas, lai konfigurētu {entity}",
|
||||||
|
"empty": "Nav paziņojumu",
|
||||||
|
"title": "Paziņojumi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
@ -377,14 +899,24 @@
|
|||||||
"climate": "Klimats",
|
"climate": "Klimats",
|
||||||
"configurator": "Konfigurētājs",
|
"configurator": "Konfigurētājs",
|
||||||
"conversation": "Saruna",
|
"conversation": "Saruna",
|
||||||
|
"cover": "Nosegi",
|
||||||
"device_tracker": "Ierīču izsekotājs",
|
"device_tracker": "Ierīču izsekotājs",
|
||||||
"fan": "Ventilators",
|
"fan": "Ventilators",
|
||||||
|
"history_graph": "Vēstures grafiks",
|
||||||
"group": "Grupa",
|
"group": "Grupa",
|
||||||
|
"image_processing": "Attēlu apstrāde",
|
||||||
|
"input_boolean": "Ieejas boolean",
|
||||||
|
"input_datetime": "Ievades datuma laiks",
|
||||||
|
"input_select": "Ievades izvēle",
|
||||||
|
"input_number": "Ievades numurs",
|
||||||
|
"input_text": "Ievades teksts",
|
||||||
"light": "Gaisma",
|
"light": "Gaisma",
|
||||||
"lock": "Slēdzene",
|
"lock": "Slēdzene",
|
||||||
"mailbox": "Pastkastīte",
|
"mailbox": "Pastkastīte",
|
||||||
"media_player": "Multivides atskaņotājs",
|
"media_player": "Multivides atskaņotājs",
|
||||||
"notify": "Paziņot",
|
"notify": "Paziņot",
|
||||||
|
"plant": "Augs",
|
||||||
|
"proximity": "Tuvums",
|
||||||
"remote": "Tālvadība",
|
"remote": "Tālvadība",
|
||||||
"scene": "Sižets",
|
"scene": "Sižets",
|
||||||
"script": "Skripts",
|
"script": "Skripts",
|
||||||
@ -392,6 +924,7 @@
|
|||||||
"sun": "Saule",
|
"sun": "Saule",
|
||||||
"switch": "Slēdzis",
|
"switch": "Slēdzis",
|
||||||
"updater": "Atjauninātājs",
|
"updater": "Atjauninātājs",
|
||||||
|
"weblink": "Weblink",
|
||||||
"zwave": "Z-Wave",
|
"zwave": "Z-Wave",
|
||||||
"vacuum": "Putekļsūcējs"
|
"vacuum": "Putekļsūcējs"
|
||||||
},
|
},
|
||||||
|
@ -66,11 +66,11 @@
|
|||||||
},
|
},
|
||||||
"sound": {
|
"sound": {
|
||||||
"off": "Klar",
|
"off": "Klar",
|
||||||
"on": "Oppdaget"
|
"on": "Aktivert"
|
||||||
},
|
},
|
||||||
"vibration": {
|
"vibration": {
|
||||||
"off": "Klar",
|
"off": "Klar",
|
||||||
"on": "Oppdaget"
|
"on": "Aktivert"
|
||||||
},
|
},
|
||||||
"opening": {
|
"opening": {
|
||||||
"off": "Lukket",
|
"off": "Lukket",
|
||||||
@ -247,7 +247,7 @@
|
|||||||
"lightning": "Lyn",
|
"lightning": "Lyn",
|
||||||
"lightning-rainy": "Lyn, regnfull",
|
"lightning-rainy": "Lyn, regnfull",
|
||||||
"partlycloudy": "Delvis skyet",
|
"partlycloudy": "Delvis skyet",
|
||||||
"pouring": "Kraftig regn",
|
"pouring": "Kraftig nedbør",
|
||||||
"rainy": "Regnfull",
|
"rainy": "Regnfull",
|
||||||
"snowy": "Snø",
|
"snowy": "Snø",
|
||||||
"snowy-rainy": "Sludd",
|
"snowy-rainy": "Sludd",
|
||||||
@ -274,14 +274,14 @@
|
|||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"armed": "Påslått",
|
"armed": "Påslått",
|
||||||
"disarmed": "Deaktiver",
|
"disarmed": "Deaktiver",
|
||||||
"armed_home": "Påslått",
|
"armed_home": "Aktivert",
|
||||||
"armed_away": "Påslått",
|
"armed_away": "Aktivert",
|
||||||
"armed_night": "Påslått",
|
"armed_night": "Aktivert",
|
||||||
"pending": "Venter",
|
"pending": "Venter",
|
||||||
"arming": "Slår på",
|
"arming": "Slår på",
|
||||||
"disarming": "Slå av",
|
"disarming": "Slå av",
|
||||||
"triggered": "Utløs",
|
"triggered": "Utløs",
|
||||||
"armed_custom_bypass": "Påslått"
|
"armed_custom_bypass": "Aktivert"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "Hjemme",
|
"home": "Hjemme",
|
||||||
@ -380,7 +380,8 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"label": "Tilstand",
|
"label": "Tilstand",
|
||||||
"from": "Fra",
|
"from": "Fra",
|
||||||
"to": "Til"
|
"to": "Til",
|
||||||
|
"for": "Fra"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"label": "Home Assistant",
|
"label": "Home Assistant",
|
||||||
@ -418,7 +419,7 @@
|
|||||||
"label": "Sone",
|
"label": "Sone",
|
||||||
"entity": "Enhet med posisjon",
|
"entity": "Enhet med posisjon",
|
||||||
"zone": "Sone",
|
"zone": "Sone",
|
||||||
"event": "Hendelse",
|
"event": "Hendelse:",
|
||||||
"enter": "Ankommer",
|
"enter": "Ankommer",
|
||||||
"leave": "Forlater"
|
"leave": "Forlater"
|
||||||
}
|
}
|
||||||
@ -442,7 +443,7 @@
|
|||||||
"label": "Numerisk tilstand",
|
"label": "Numerisk tilstand",
|
||||||
"above": "Over",
|
"above": "Over",
|
||||||
"below": "Under",
|
"below": "Under",
|
||||||
"value_template": "Verdi mal (valgfritt)"
|
"value_template": "Verdi mal (valgfri)"
|
||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
"label": "Sol",
|
"label": "Sol",
|
||||||
@ -525,12 +526,37 @@
|
|||||||
"deactivate_user": "Deaktiver bruker",
|
"deactivate_user": "Deaktiver bruker",
|
||||||
"delete_user": "Slett bruker"
|
"delete_user": "Slett bruker"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"cloud": {
|
||||||
|
"caption": "Home Assistant Cloud",
|
||||||
|
"description_login": "Logget inn som {email}",
|
||||||
|
"description_not_login": "Ikke logget på"
|
||||||
|
},
|
||||||
|
"integrations": {
|
||||||
|
"caption": "Integrasjoner",
|
||||||
|
"description": "Administrer tilkoblede enheter og tjenester",
|
||||||
|
"discovered": "Oppdaget",
|
||||||
|
"configured": "Konfigurert",
|
||||||
|
"new": "Sett opp en ny integrasjon",
|
||||||
|
"configure": "Konfigurer",
|
||||||
|
"none": "Ikke konfigurert enda",
|
||||||
|
"config_entry": {
|
||||||
|
"no_devices": "Denne integrasjonen har ingen enheter.",
|
||||||
|
"no_device": "Enheten mangler input",
|
||||||
|
"delete_confirm": "Er du sikker på at du vil slette denne integrasjonen?",
|
||||||
|
"restart_confirm": "Start Home Assistant på nytt for å fullføre fjerningen av denne integrasjonen",
|
||||||
|
"manuf": "av {manufacturer}",
|
||||||
|
"hub": "Tilkoblet via",
|
||||||
|
"firmware": "Fastvare: {version}",
|
||||||
|
"device_unavailable": "enheten er utilgjengelig",
|
||||||
|
"entity_unavailable": "enhet utilgjengelig"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"push_notifications": {
|
"push_notifications": {
|
||||||
"header": "Push varslinger",
|
"header": "Push varslinger",
|
||||||
"description": "Send varslinger til denne enheten",
|
"description": "Send notifikasjoner til denne enheten",
|
||||||
"error_load_platform": "Konfigurer notify.html5.",
|
"error_load_platform": "Konfigurer notify.html5.",
|
||||||
"error_use_https": "Krever SSL aktivert for grensesnitt.",
|
"error_use_https": "Krever SSL aktivert for grensesnitt.",
|
||||||
"push_notifications": "Push varslinger",
|
"push_notifications": "Push varslinger",
|
||||||
@ -581,7 +607,7 @@
|
|||||||
"current_password": "Nåværende passord",
|
"current_password": "Nåværende passord",
|
||||||
"new_password": "Nytt passord",
|
"new_password": "Nytt passord",
|
||||||
"confirm_new_password": "Bekreft nytt passord",
|
"confirm_new_password": "Bekreft nytt passord",
|
||||||
"error_required": "Kreves",
|
"error_required": "Nødvendig",
|
||||||
"submit": "Send inn"
|
"submit": "Send inn"
|
||||||
},
|
},
|
||||||
"mfa": {
|
"mfa": {
|
||||||
@ -766,7 +792,7 @@
|
|||||||
},
|
},
|
||||||
"fan": {
|
"fan": {
|
||||||
"speed": "Hastighet",
|
"speed": "Hastighet",
|
||||||
"oscillate": "Svinge",
|
"oscillate": "Vandring",
|
||||||
"direction": "Retning"
|
"direction": "Retning"
|
||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
@ -804,6 +830,13 @@
|
|||||||
"turn_on": "Slå på",
|
"turn_on": "Slå på",
|
||||||
"turn_off": "Slå av"
|
"turn_off": "Slå av"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"water_heater": {
|
||||||
|
"currently": "Temperatur nå",
|
||||||
|
"on_off": "På \/ Av",
|
||||||
|
"target_temperature": "Ønsket temperatur",
|
||||||
|
"operation": "Drift",
|
||||||
|
"away_mode": "Bortemodus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -351,7 +351,7 @@
|
|||||||
"description": "Twórz i edytuj automatyzacje",
|
"description": "Twórz i edytuj automatyzacje",
|
||||||
"picker": {
|
"picker": {
|
||||||
"header": "Edytor automatyzacji",
|
"header": "Edytor automatyzacji",
|
||||||
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzację. Przeczytaj [instrukcje](https:\/\/home-assistant.io\/docs\/automation\/editor\/), aby upewnić się, że poprawnie skonfigurowałeś Home Assistant.",
|
"introduction": "Edytor automatyzacji pozwala tworzyć i edytować automatyzację. Przeczytaj [instrukcje](https:\/\/home-assistant.io\/docs\/automation\/editor\/), aby upewnić się, że poprawnie skonfigurowałeś Home Assistant'a.",
|
||||||
"pick_automation": "Wybierz automatyzację do edycji",
|
"pick_automation": "Wybierz automatyzację do edycji",
|
||||||
"no_automations": "Nie znaleziono żadnych edytowalnych automatyzacji",
|
"no_automations": "Nie znaleziono żadnych edytowalnych automatyzacji",
|
||||||
"add_automation": "Dodaj automatyzację"
|
"add_automation": "Dodaj automatyzację"
|
||||||
@ -472,7 +472,7 @@
|
|||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"header": "Akcje",
|
"header": "Akcje",
|
||||||
"introduction": "Akcje są wykonywane przez Home Assistant po uruchomieniu automatyki. \n\n[Dowiedz się więcej o akcjach.](Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
"introduction": "Akcje są wykonywane przez Home Assistant'a po uruchomieniu automatyki. \n\n[Dowiedz się więcej o akcjach.](Https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||||
"add": "Dodaj akcję",
|
"add": "Dodaj akcję",
|
||||||
"duplicate": "Duplikuj",
|
"duplicate": "Duplikuj",
|
||||||
"delete": "Usuń",
|
"delete": "Usuń",
|
||||||
@ -528,28 +528,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cloud": {
|
"cloud": {
|
||||||
"caption": "Home Assistant Cloud",
|
"caption": "Chmura Home Assistant",
|
||||||
"description_login": "Zalogowany jako {email}",
|
"description_login": "Zalogowany jako {email}",
|
||||||
"description_not_login": "Nie zalogowany"
|
"description_not_login": "Nie zalogowany"
|
||||||
},
|
},
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"caption": "Integracje",
|
"caption": "Integracje",
|
||||||
"description": "Zarządzanie podłączonymi urządzeniami i usługami",
|
"description": "Zarządzaj podłączonymi urządzeniami i usługami",
|
||||||
"discovered": "Znaleziony",
|
"discovered": "Wykryte",
|
||||||
"configured": "Skonfigurowane",
|
"configured": "Skonfigurowane",
|
||||||
"new": "Konfiguruj nową integrację",
|
"new": "Konfiguruj nową integrację",
|
||||||
"configure": "Konfiguruj",
|
"configure": "Konfiguruj",
|
||||||
"none": "Nic jeszcze nie zostało skonfigurowane",
|
"none": "Nic jeszcze nie zostało skonfigurowane",
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
"no_devices": "Ta integracja nie ma żadnych urządzeń.",
|
"no_devices": "Ta integracja nie ma żadnych urządzeń.",
|
||||||
"no_device": "Obiekty bez urządzeń",
|
"no_device": "Encje bez urządzeń",
|
||||||
"delete_confirm": "Czy na pewno chcesz usunąć tę integrację?",
|
"delete_confirm": "Czy na pewno chcesz usunąć tę integrację?",
|
||||||
"restart_confirm": "Zrestartuj Home Assistant, aby zakończyć usuwanie tej integracji",
|
"restart_confirm": "Zrestartuj Home Assistant'a, aby zakończyć usuwanie tej integracji",
|
||||||
"manuf": "przez: {manufacturer}",
|
"manuf": "przez: {manufacturer}",
|
||||||
"hub": "Połączony przez",
|
"hub": "Połączony przez",
|
||||||
"firmware": "Oprogramowanie: {version}",
|
"firmware": "Oprogramowanie: {version}",
|
||||||
"device_unavailable": "urządzenie niedostępne",
|
"device_unavailable": "urządzenie niedostępne",
|
||||||
"entity_unavailable": "obiekt niedostępny"
|
"entity_unavailable": "encja niedostępna"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -626,7 +626,7 @@
|
|||||||
},
|
},
|
||||||
"page-authorize": {
|
"page-authorize": {
|
||||||
"initializing": "Inicjowanie",
|
"initializing": "Inicjowanie",
|
||||||
"authorizing_client": "Czy na pewno chcesz dać dostęp {clientId} do Twojej instancji Home Assistant.",
|
"authorizing_client": "Czy na pewno chcesz dać dostęp {clientId} do Twojej instancji Home Assistant'a.",
|
||||||
"logging_in_with": "Logowanie za pomocą **{authProviderName}**.",
|
"logging_in_with": "Logowanie za pomocą **{authProviderName}**.",
|
||||||
"pick_auth_provider": "Lub zaloguj się za pomocą",
|
"pick_auth_provider": "Lub zaloguj się za pomocą",
|
||||||
"abort_intro": "Logowanie przerwane",
|
"abort_intro": "Logowanie przerwane",
|
||||||
@ -832,7 +832,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"water_heater": {
|
"water_heater": {
|
||||||
"currently": "Aktualny",
|
"currently": "Obecnie",
|
||||||
"on_off": "Wł. \/ wył.",
|
"on_off": "Wł. \/ wył.",
|
||||||
"target_temperature": "Temperatura docelowa",
|
"target_temperature": "Temperatura docelowa",
|
||||||
"operation": "Tryb działania",
|
"operation": "Tryb działania",
|
||||||
|
@ -344,7 +344,7 @@
|
|||||||
},
|
},
|
||||||
"customize": {
|
"customize": {
|
||||||
"caption": "自定义",
|
"caption": "自定义",
|
||||||
"description": "自定义设备"
|
"description": "自定义实体"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"caption": "自动化",
|
"caption": "自动化",
|
||||||
@ -537,7 +537,7 @@
|
|||||||
"description": "管理连接的设备和服务",
|
"description": "管理连接的设备和服务",
|
||||||
"discovered": "已发现",
|
"discovered": "已发现",
|
||||||
"configured": "已配置",
|
"configured": "已配置",
|
||||||
"new": "设置一个新的集成",
|
"new": "设置新集成",
|
||||||
"configure": "配置",
|
"configure": "配置",
|
||||||
"none": "尚未配置任何集成",
|
"none": "尚未配置任何集成",
|
||||||
"config_entry": {
|
"config_entry": {
|
||||||
@ -547,7 +547,7 @@
|
|||||||
"restart_confirm": "重启 Home Assistant 以完成此集成的删除",
|
"restart_confirm": "重启 Home Assistant 以完成此集成的删除",
|
||||||
"manuf": "by {manufacturer}",
|
"manuf": "by {manufacturer}",
|
||||||
"hub": "链接于",
|
"hub": "链接于",
|
||||||
"firmware": "固件: {version}",
|
"firmware": "固件:{version}",
|
||||||
"device_unavailable": "设备不可用",
|
"device_unavailable": "设备不可用",
|
||||||
"entity_unavailable": "实体不可用"
|
"entity_unavailable": "实体不可用"
|
||||||
}
|
}
|
||||||
@ -842,7 +842,7 @@
|
|||||||
"components": {
|
"components": {
|
||||||
"entity": {
|
"entity": {
|
||||||
"entity-picker": {
|
"entity-picker": {
|
||||||
"entity": "设备\/实体"
|
"entity": "实体"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"service-picker": {
|
"service-picker": {
|
||||||
@ -876,7 +876,7 @@
|
|||||||
"more_info_settings": {
|
"more_info_settings": {
|
||||||
"save": "保存",
|
"save": "保存",
|
||||||
"name": "名称",
|
"name": "名称",
|
||||||
"entity_id": "设备\/实体 ID"
|
"entity_id": "实体 ID"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auth_store": {
|
"auth_store": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user