mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Update translations
This commit is contained in:
parent
6f738510fa
commit
faed5fbfe4
@ -525,6 +525,12 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Отхвърли"
|
"dismiss": "Отхвърли"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Активирай"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Изпълни"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -22,16 +22,16 @@
|
|||||||
"unavailable": "No disponible"
|
"unavailable": "No disponible"
|
||||||
},
|
},
|
||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"armed": "Armada",
|
"armed": "Activada",
|
||||||
"disarmed": "Desarmada",
|
"disarmed": "Desactivada",
|
||||||
"armed_home": "Armada a casa",
|
"armed_home": "Activada, casa",
|
||||||
"armed_away": "Armada fora de casa",
|
"armed_away": "Activada, fora",
|
||||||
"armed_night": "Armada a la nit",
|
"armed_night": "Activada, nit",
|
||||||
"pending": "Pendent",
|
"pending": "Pendent",
|
||||||
"arming": "Armant",
|
"arming": "Armant",
|
||||||
"disarming": "Desarmant",
|
"disarming": "Desarmant",
|
||||||
"triggered": "Disparada",
|
"triggered": "Disparada",
|
||||||
"armed_custom_bypass": "Armada Zona Específica"
|
"armed_custom_bypass": "Activada, bypass personalitzat"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"off": "Desactivat",
|
"off": "Desactivat",
|
||||||
@ -236,24 +236,40 @@
|
|||||||
"initializing": "Inicialitzant ({query_stage})",
|
"initializing": "Inicialitzant ({query_stage})",
|
||||||
"dead": "No disponible ({query_stage})"
|
"dead": "No disponible ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Serè, nit",
|
||||||
|
"cloudy": "Ennuvolat",
|
||||||
|
"fog": "Boira",
|
||||||
|
"hail": "Calamarsa",
|
||||||
|
"lightning": "Llamps",
|
||||||
|
"lightning_rainy": "Tempesta",
|
||||||
|
"partlycloudy": "Parcialment ennuvolat",
|
||||||
|
"pouring": "Pluja",
|
||||||
|
"rainy": "Plujós",
|
||||||
|
"snowy": "Neu",
|
||||||
|
"snowy_rainy": "Aiguaneu",
|
||||||
|
"sunny": "Assolellat",
|
||||||
|
"windy": "Ventós",
|
||||||
|
"windy_variant": "Ventós"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
"default": {
|
"default": {
|
||||||
"unknown": "Desc",
|
"unknown": "Desc",
|
||||||
"unavailable": "Indisp"
|
"unavailable": "No disp."
|
||||||
},
|
},
|
||||||
"alarm_control_panel": {
|
"alarm_control_panel": {
|
||||||
"armed": "Armada",
|
"armed": "Activada",
|
||||||
"disarmed": "Desarm",
|
"disarmed": "Desactiv.",
|
||||||
"armed_home": "Armada",
|
"armed_home": "Activ.",
|
||||||
"armed_away": "Armada",
|
"armed_away": "Activ.",
|
||||||
"armed_night": "Armada",
|
"armed_night": "Activ.",
|
||||||
"pending": "Pend",
|
"pending": "Pend.",
|
||||||
"arming": "Armant",
|
"arming": "Armant",
|
||||||
"disarming": "Desarm",
|
"disarming": "Desactiv.",
|
||||||
"triggered": "Alarma",
|
"triggered": "Alarma",
|
||||||
"armed_custom_bypass": "Armada"
|
"armed_custom_bypass": "Activada"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "A casa",
|
"home": "A casa",
|
||||||
@ -307,7 +323,7 @@
|
|||||||
},
|
},
|
||||||
"server_management": {
|
"server_management": {
|
||||||
"heading": "Gestió del servidor",
|
"heading": "Gestió del servidor",
|
||||||
"introduction": "Controlar el servidor de Home Assistant... desde Home Assistant.",
|
"introduction": "Controlar el servidor de Home Assistant... des de Home Assistant.",
|
||||||
"restart": "Reiniciar",
|
"restart": "Reiniciar",
|
||||||
"stop": "Aturar"
|
"stop": "Aturar"
|
||||||
}
|
}
|
||||||
@ -373,7 +389,7 @@
|
|||||||
"label": "Home Assistant",
|
"label": "Home Assistant",
|
||||||
"event": "Esdeveniment:",
|
"event": "Esdeveniment:",
|
||||||
"start": "Inici",
|
"start": "Inici",
|
||||||
"shutdown": "Aturada"
|
"shutdown": "Aturar"
|
||||||
},
|
},
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"label": "MQTT",
|
"label": "MQTT",
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Desestimar"
|
"dismiss": "Desestimar"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Activar"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Executar"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Pressió atmosfèrica",
|
||||||
|
"humidity": "Humitat",
|
||||||
|
"temperature": "Temperatura",
|
||||||
|
"visibility": "Visibilitat",
|
||||||
|
"wind_speed": "Velocitat del vent"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "E",
|
||||||
|
"ene": "ENE",
|
||||||
|
"ese": "ESE",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NE",
|
||||||
|
"nne": "NNE",
|
||||||
|
"nw": "NO",
|
||||||
|
"nnw": "NNO",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SE",
|
||||||
|
"sse": "SSE",
|
||||||
|
"ssw": "SSO",
|
||||||
|
"sw": "SO",
|
||||||
|
"w": "O",
|
||||||
|
"wnw": "ONO",
|
||||||
|
"wsw": "OSO"
|
||||||
|
},
|
||||||
|
"forecast": "Previsió"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -1,6 +1,75 @@
|
|||||||
{
|
{
|
||||||
|
"panel": {
|
||||||
|
"config": "Ffurfweddu",
|
||||||
|
"states": "Trosolwg",
|
||||||
|
"map": "Map",
|
||||||
|
"logbook": "Llyfr llogi",
|
||||||
|
"history": "Hanes",
|
||||||
|
"mailbox": "Blwch post",
|
||||||
|
"shopping_list": "Rhestr siopa",
|
||||||
|
"dev-services": "Gwasanaethau",
|
||||||
|
"dev-states": "Cyflerau",
|
||||||
|
"dev-events": "Digwyddiadau",
|
||||||
|
"dev-templates": "Templedi",
|
||||||
|
"dev-mqtt": "MQTT",
|
||||||
|
"dev-info": "Gwybodaeth"
|
||||||
|
},
|
||||||
"state": {
|
"state": {
|
||||||
|
"default": {
|
||||||
|
"off": "i ffwrdd",
|
||||||
|
"on": "Ar",
|
||||||
|
"unknown": "Anhysbys",
|
||||||
|
"unavailable": "Ddim ar gael"
|
||||||
|
},
|
||||||
|
"alarm_control_panel": {
|
||||||
|
"armed": "Arfogi",
|
||||||
|
"disarmed": "Diarfogi",
|
||||||
|
"armed_home": "Arfogi gartref",
|
||||||
|
"armed_away": "Arfog i ffwrdd",
|
||||||
|
"armed_night": "Arfog nos",
|
||||||
|
"pending": "Yn yr arfaeth",
|
||||||
|
"arming": "Arfogi",
|
||||||
|
"disarming": "Ddiarfogi",
|
||||||
|
"triggered": "Sbarduno",
|
||||||
|
"armed_custom_bypass": "Ffordd osgoi larwm personol"
|
||||||
|
},
|
||||||
|
"automation": {
|
||||||
|
"off": "i ffwrdd",
|
||||||
|
"on": "Ar"
|
||||||
|
},
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
|
"default": {
|
||||||
|
"off": "i ffwrdd",
|
||||||
|
"on": "Ar"
|
||||||
|
},
|
||||||
|
"moisture": {
|
||||||
|
"off": "Sych",
|
||||||
|
"on": "Gwlyb"
|
||||||
|
},
|
||||||
|
"gas": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
|
"motion": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
|
"occupancy": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
|
"smoke": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
|
"sound": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
|
"vibration": {
|
||||||
|
"off": "Clir",
|
||||||
|
"on": "Wedi'i ganfod"
|
||||||
|
},
|
||||||
"opening": {
|
"opening": {
|
||||||
"off": "Cau",
|
"off": "Cau",
|
||||||
"on": "Agor"
|
"on": "Agor"
|
||||||
@ -26,7 +95,7 @@
|
|||||||
"on": "Cysylltiedig"
|
"on": "Cysylltiedig"
|
||||||
},
|
},
|
||||||
"cold": {
|
"cold": {
|
||||||
"off": "i ffwrdd",
|
"off": "Arferol",
|
||||||
"on": "Oer"
|
"on": "Oer"
|
||||||
},
|
},
|
||||||
"door": {
|
"door": {
|
||||||
@ -158,18 +227,31 @@
|
|||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
"default": {
|
"default": {
|
||||||
"initializing": "Wrthi'n ymgychwyn",
|
"initializing": "Ymgychwyn",
|
||||||
"dead": "Marw",
|
"dead": "Marw",
|
||||||
"sleeping": "Cysgu",
|
"sleeping": "Cysgu",
|
||||||
"ready": "Barod"
|
"ready": "Barod"
|
||||||
},
|
},
|
||||||
"query_stage": {
|
"query_stage": {
|
||||||
"initializing": "Llwytho",
|
"initializing": "Ymgychwyn ({cam ymholi})",
|
||||||
"dead": "Marw"
|
"dead": "Marw"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"alarm_control_panel": {
|
"weather": {
|
||||||
"armed_custom_bypass": "Ffordd osgoi larwm personol"
|
"clear_night": "Clir, nos",
|
||||||
|
"cloudy": "Cymylog",
|
||||||
|
"fog": "Niwl",
|
||||||
|
"hail": "Cenllysg",
|
||||||
|
"lightning": "Mellt",
|
||||||
|
"lightning_rainy": "Mellt, glawog",
|
||||||
|
"partlycloudy": "Cymharol gymylog",
|
||||||
|
"pouring": "Arllwys",
|
||||||
|
"rainy": "Glawog",
|
||||||
|
"snowy": "Eira",
|
||||||
|
"snowy_rainy": "Eira, gwlyb",
|
||||||
|
"sunny": "Heulog",
|
||||||
|
"windy": "Gwyntog",
|
||||||
|
"windy_variant": "Gwyntog"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -199,7 +281,7 @@
|
|||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"clear_completed": "Clir wedi'i gwblhau",
|
"clear_completed": "Clir wedi'i gwblhau",
|
||||||
"add_item": "Ychwanegu eitem",
|
"add_item": "Ychwanegu eitem",
|
||||||
"microphone_tip": "Tarwch y meicroffon ar dde uchaf a dweud \"Candy ychwanegu i fy rhestr siopa\""
|
"microphone_tip": "Tarwch y meicroffon ar dde uchaf a dweud \"Add candy to my shopping list\""
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"showing_entries": "Dangos cofnodion ar gyfer",
|
"showing_entries": "Dangos cofnodion ar gyfer",
|
||||||
@ -215,8 +297,8 @@
|
|||||||
"delete_button": "Dileu"
|
"delete_button": "Dileu"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"header": "Ffurfweddu Cynorthwy-ydd Cartref",
|
"header": "Ffurfweddu Home Assistant ",
|
||||||
"introduction": "Yma mae'n bosib ffurfweddu'ch cydrannau a'ch Cynorthwy-ydd Cartref. Nid yw popeth yn bosibl i'w ffurfweddu o'r UI eto, ond rydym yn gweithio arno.",
|
"introduction": "Yma mae'n bosib ffurfweddu'ch cydrannau ac Home Assistant. Nid yw popeth yn bosib i'w ffurfweddu o'r UI eto, ond rydym yn gweithio arno.",
|
||||||
"core": {
|
"core": {
|
||||||
"caption": "Cyffredinol",
|
"caption": "Cyffredinol",
|
||||||
"description": "Dilyswch eich ffeil ffurfweddu a rheoli'r gweinydd",
|
"description": "Dilyswch eich ffeil ffurfweddu a rheoli'r gweinydd",
|
||||||
@ -233,7 +315,7 @@
|
|||||||
},
|
},
|
||||||
"reloading": {
|
"reloading": {
|
||||||
"heading": "Ail-lwytho ffurfweddu",
|
"heading": "Ail-lwytho ffurfweddu",
|
||||||
"introduction": "Gall rhai rhannau o Gynorthwy-ydd Cartref ail-lwytho heb orfod ailgychwyn. Bydd taro ail-lwytho yn dadlwytho eu cyfluniad cyfredol a llwytho'r un newydd.",
|
"introduction": "Gall rhai rhannau o Home Assistant ail-lwytho heb orfod ailgychwyn. Bydd taro ail-lwytho yn dadlwytho eu cyfluniad cyfredol a llwytho'r un newydd.",
|
||||||
"core": "Ail-lwytho craidd",
|
"core": "Ail-lwytho craidd",
|
||||||
"group": "Ail-lwytho grwpiau",
|
"group": "Ail-lwytho grwpiau",
|
||||||
"automation": "Ail-lwytho awtomeiddiau",
|
"automation": "Ail-lwytho awtomeiddiau",
|
||||||
@ -241,7 +323,7 @@
|
|||||||
},
|
},
|
||||||
"server_management": {
|
"server_management": {
|
||||||
"heading": "Rheoli gweinydd",
|
"heading": "Rheoli gweinydd",
|
||||||
"introduction": "Rheoli gweinydd eich Cynorthwydd-Cartref ... o Cynorthwydd-Cartref",
|
"introduction": "Rheoli gweinydd eich Home Assistant ... o Home Assistant",
|
||||||
"restart": "Ailgychwyn",
|
"restart": "Ailgychwyn",
|
||||||
"stop": "Stopio"
|
"stop": "Stopio"
|
||||||
}
|
}
|
||||||
@ -253,12 +335,12 @@
|
|||||||
},
|
},
|
||||||
"translation": {
|
"translation": {
|
||||||
"header": "Dewiswch iaith",
|
"header": "Dewiswch iaith",
|
||||||
"introduction": "Dewisiwch iaith ar gyfer rhyngwyneb Cynorthwydd-Cartref ar y ddyfais",
|
"introduction": "Dewisiwch iaith ar gyfer rhyngwyneb Home Assistant ar y ddyfais",
|
||||||
"language": "Iaith"
|
"language": "Iaith"
|
||||||
},
|
},
|
||||||
"themes": {
|
"themes": {
|
||||||
"header": "Gosod thema",
|
"header": "Gosod thema",
|
||||||
"introduction": "Dewiswch 'dewisiad-ol-wyneb', i ddefnyddio pa bynnag thém mae'r ol-wyneb yn dewis neu dewiswch thema ar gyfer y ddyfais yma",
|
"introduction": "Dewiswch 'dewisiad-ol-wyneb', i ddefnyddio pa bynnag thema mae'r ol-wyneb yn dewis neu dewiswch thema ar gyfer y ddyfais yma",
|
||||||
"theme": "Thema"
|
"theme": "Thema"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -272,9 +354,10 @@
|
|||||||
"description": "Creu a golygu awtomeiddio",
|
"description": "Creu a golygu awtomeiddio",
|
||||||
"picker": {
|
"picker": {
|
||||||
"header": "Golygydd awtomeiddio",
|
"header": "Golygydd awtomeiddio",
|
||||||
"pick_automation": "Dewiswch awtomeiddio i olygu",
|
"introduction": "Mae'r olygydd awtomeiddio yn caniatáu ichi greu a golygu awtomeiddiau. Darllenwch [y cyfarwyddiadau] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) i sicrhau bod chi wedi ffurfweddu'r Home Assistant yn gywir.",
|
||||||
|
"pick_automation": "Dewiswch awtomeiddiad i olygu",
|
||||||
"no_automations": "Doeddem ddim yn gallu darganfod unrhyw awtomeiddiau",
|
"no_automations": "Doeddem ddim yn gallu darganfod unrhyw awtomeiddiau",
|
||||||
"add_automation": "Ychwanegwch awtomeiddiad"
|
"add_automation": "Ychwanegu awtomeiddiad"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"introduction": "Defnyddiwch awtomeiddio i ddod â'ch cartref yn fyw",
|
"introduction": "Defnyddiwch awtomeiddio i ddod â'ch cartref yn fyw",
|
||||||
@ -284,7 +367,7 @@
|
|||||||
"alias": "Enw",
|
"alias": "Enw",
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"header": "Sbardunau",
|
"header": "Sbardunau",
|
||||||
"introduction": "Sbarduno yw'r hyn sy'n dechrau proses rheol awtomeiddio. Mae'n bosib dewis nifer o sbardunau i'run rheol. Unwaith mae sbardun yn cychwyn, bydd Cynorthwydd-Cartref yn dilysu'r amodau, os o gwbl, a galw'r gweithred. \n\n[dysgwch mwy am sbardunau.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
"introduction": "Sbarduno yw'r hyn sy'n dechrau proses rheol awtomeiddio. Mae'n bosib dewis nifer o sbardunau i'run rheol. Unwaith mae sbardun yn cychwyn, bydd Home Assistant yn dilysu'r amodau, os o gwbl, a galw'r gweithred. \n\n[dysgwch mwy am sbardunau.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||||
"add": "Ychwanegu sbardun",
|
"add": "Ychwanegu sbardun",
|
||||||
"duplicate": "Dyblyg",
|
"duplicate": "Dyblyg",
|
||||||
"delete": "Dileu",
|
"delete": "Dileu",
|
||||||
@ -303,7 +386,7 @@
|
|||||||
"to": "I"
|
"to": "I"
|
||||||
},
|
},
|
||||||
"homeassistant": {
|
"homeassistant": {
|
||||||
"label": "Cynorthwy-ydd cartref",
|
"label": "Home Assistant ",
|
||||||
"event": "Digwyddiad:",
|
"event": "Digwyddiad:",
|
||||||
"start": "Dechrau",
|
"start": "Dechrau",
|
||||||
"shutdown": "Darfod"
|
"shutdown": "Darfod"
|
||||||
@ -322,7 +405,7 @@
|
|||||||
"sun": {
|
"sun": {
|
||||||
"label": "Haul",
|
"label": "Haul",
|
||||||
"event": "Digwyddiad",
|
"event": "Digwyddiad",
|
||||||
"sunrise": "Gwawrio",
|
"sunrise": "Haul yn codi",
|
||||||
"sunset": "Machlud",
|
"sunset": "Machlud",
|
||||||
"offset": "Gwrthbwyso (dewisol)"
|
"offset": "Gwrthbwyso (dewisol)"
|
||||||
},
|
},
|
||||||
@ -346,11 +429,11 @@
|
|||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"header": "Amodau",
|
"header": "Amodau",
|
||||||
"introduction": "Mae'r amodau'n rhan ddewisol o reol awtomeiddio a gellir eu defnyddio i atal camau rhag digwydd pan fyddant yn cael eu sbarduno. Mae'r amodau'n edrych yn debyg iawn i sbardunau ond maent yn wahanol iawn. Bydd sbardun yn edrych ar ddigwyddiadau sy'n digwydd yn y system tra bod amod yn edrych ar sut mae'r system yn edrych ar hyn o bryd. Gall sbarduno arsylwi bod switsh yn cael ei droi ymlaen. Dim ond os yw switsh ar neu i ffwrdd ar hyn o bryd y gall cyflwr weld. \n\n [Dysgwch fwy am amodau.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
"introduction": "Mae'r amodau'n rhan ddewisol o reol awtomeiddio, a gellir eu defnyddio i atal camau rhag digwydd pan fyddant yn cael eu sbarduno. Mae'r amodau'n edrych yn debyg iawn i sbardunau ond maent yn wahanol iawn. Bydd sbardun yn edrych ar ddigwyddiadau sy'n digwydd yn y system tra bod amod yn edrych ar sut mae'r system yn edrych ar hyn o bryd. Gall sbarduno arsylwi bod switsh yn cael ei droi ymlaen. Dim ond os yw switsh ar neu i ffwrdd ar hyn o bryd y gall cyflwr weld. \n\n [Dysgwch fwy am amodau.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||||
"add": "Ychwanegu amodau",
|
"add": "Ychwanegu amodau",
|
||||||
"duplicate": "Dyblygu",
|
"duplicate": "Dyblygu",
|
||||||
"delete": "Dileu",
|
"delete": "Dileu",
|
||||||
"delete_confirm": "Ydych yn siwr bod chi eisiau dileu?",
|
"delete_confirm": "Siwr bod chi eisiau dileu?",
|
||||||
"unsupported_condition": "Cyflwr heb gymorth: {cyflwr}",
|
"unsupported_condition": "Cyflwr heb gymorth: {cyflwr}",
|
||||||
"type_select": "Math o gyflwr",
|
"type_select": "Math o gyflwr",
|
||||||
"type": {
|
"type": {
|
||||||
@ -391,12 +474,12 @@
|
|||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"header": "Camau gweithredu",
|
"header": "Camau gweithredu",
|
||||||
"introduction": "Y camau gweithredu yw'r hyn mae Cynorthwydd Cartref yn gwneud pan mae'r awtomeiddio yn cael ei sbarduno",
|
"introduction": "Y camau gweithredu yw'r hyn mae Home Assistant yn gwneud pan mae'r awtomeiddio yn cael ei sbarduno\n\n[Dysgwch mwy am weithred.](https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||||
"add": "Ychwanegu camau",
|
"add": "Ychwanegu camau",
|
||||||
"duplicate": "Dyblygu",
|
"duplicate": "Dyblygu",
|
||||||
"delete": "Dileu",
|
"delete": "Dileu",
|
||||||
"delete_confirm": "Ydych yn siŵr bod chi eisiau dileu?",
|
"delete_confirm": "Ydych yn siŵr bod chi eisiau dileu?",
|
||||||
"unsupported_action": "Camau heb eu cefnogi: {action}",
|
"unsupported_action": "Gweithredu heb gefnogaeth: {gweithred}",
|
||||||
"type_select": "Math weithrediad",
|
"type_select": "Math weithrediad",
|
||||||
"type": {
|
"type": {
|
||||||
"service": {
|
"service": {
|
||||||
@ -458,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Anwybyddu"
|
"dismiss": "Anwybyddu"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Actifadu"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Gweithredu"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Pwysedd aer",
|
||||||
|
"humidity": "Lleithder",
|
||||||
|
"temperature": "Tymheredd",
|
||||||
|
"visibility": "Gwelededd",
|
||||||
|
"wind_speed": "Cyflymder gwynt"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "D",
|
||||||
|
"ene": "DGDd",
|
||||||
|
"ese": "DDDd",
|
||||||
|
"n": "G",
|
||||||
|
"ne": "GDd",
|
||||||
|
"nne": "GGDd",
|
||||||
|
"nw": "GO",
|
||||||
|
"nnw": "GGO",
|
||||||
|
"s": "D",
|
||||||
|
"se": "DDd",
|
||||||
|
"sse": "DDDd",
|
||||||
|
"ssw": "DDO",
|
||||||
|
"sw": "DO",
|
||||||
|
"w": "G",
|
||||||
|
"wnw": "GGO",
|
||||||
|
"wsw": "GDO"
|
||||||
|
},
|
||||||
|
"forecast": "Rhagolwg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
@ -471,14 +588,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"panel": {
|
|
||||||
"dev-services": "Gwasanaethau",
|
|
||||||
"dev-states": "Cyflerau",
|
|
||||||
"dev-events": "Digwyddiadau",
|
|
||||||
"dev-templates": "Templedi",
|
|
||||||
"dev-mqtt": "MQTT",
|
|
||||||
"dev-info": "Gwybodaeth"
|
|
||||||
},
|
|
||||||
"domain": {
|
"domain": {
|
||||||
"alarm_control_panel": "Panel rheoli larwm",
|
"alarm_control_panel": "Panel rheoli larwm",
|
||||||
"automation": "Awtomeiddio",
|
"automation": "Awtomeiddio",
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Initialisiere ({query_stage})",
|
"initializing": "Initialisiere ({query_stage})",
|
||||||
"dead": "Nicht erreichbar ({query_stage})"
|
"dead": "Nicht erreichbar ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Klare Nacht",
|
||||||
|
"cloudy": "Bewölkt",
|
||||||
|
"fog": "Nebel",
|
||||||
|
"hail": "Hagel",
|
||||||
|
"lightning": "Gewitter",
|
||||||
|
"lightning_rainy": "Gewitter, Regnerisch",
|
||||||
|
"partlycloudy": "Teilweise bewölkt",
|
||||||
|
"pouring": "Strömend",
|
||||||
|
"rainy": "Regnerisch",
|
||||||
|
"snowy": "Verschneit",
|
||||||
|
"snowy_rainy": "Verschneit, Regnerisch",
|
||||||
|
"sunny": "Sonnig",
|
||||||
|
"windy": "Windig",
|
||||||
|
"windy_variant": "Windig"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -256,7 +272,7 @@
|
|||||||
"armed_custom_bypass": "Aktiv"
|
"armed_custom_bypass": "Aktiv"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"home": "Daheim",
|
"home": "Z. Hause",
|
||||||
"not_home": "Abwes."
|
"not_home": "Abwes."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -282,7 +298,7 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"header": "Home Assistant konfigurieren",
|
"header": "Home Assistant konfigurieren",
|
||||||
"introduction": "Hier ist es möglich deine Komponenten und Home Assistant zu konfigurieren. Noch ist nicht alles über die GUI einstellbar, aber wir arbeiten daran.",
|
"introduction": "Hier ist es möglich, deine Komponenten und Home Assistant zu konfigurieren. Noch ist nicht alles über die GUI einstellbar, aber wir arbeiten daran.",
|
||||||
"core": {
|
"core": {
|
||||||
"caption": "Allgemein",
|
"caption": "Allgemein",
|
||||||
"description": "Überprüfe deine Konfigurationsdatei und steuer den Server",
|
"description": "Überprüfe deine Konfigurationsdatei und steuer den Server",
|
||||||
@ -338,7 +354,7 @@
|
|||||||
"description": "Automatisierungen erstellen und bearbeiten",
|
"description": "Automatisierungen erstellen und bearbeiten",
|
||||||
"picker": {
|
"picker": {
|
||||||
"header": "Automatisierungseditor",
|
"header": "Automatisierungseditor",
|
||||||
"introduction": "Mit dem Automationseditor können Automatisierungen erstellt und bearbeitet werden. Bitte lies [die Anleitungen](https:\/\/home-assistant.io\/docs\/automation\/editor\/), um sicherzustellen, dass du den Home Assistant richtig konfiguriert hast.",
|
"introduction": "Mit dem Automationseditor können Automatisierungen erstellt und bearbeitet werden. Bitte lies [die Anleitungen](https:\/\/home-assistant.io\/docs\/automation\/editor\/), um sicherzustellen, dass du Home Assistant richtig konfiguriert hast.",
|
||||||
"pick_automation": "Wähle eine Automatisierung zum Bearbeiten",
|
"pick_automation": "Wähle eine Automatisierung zum Bearbeiten",
|
||||||
"no_automations": "Wir konnten keine editierbaren Automatisierungen finden",
|
"no_automations": "Wir konnten keine editierbaren Automatisierungen finden",
|
||||||
"add_automation": "Automatisierung hinzufügen"
|
"add_automation": "Automatisierung hinzufügen"
|
||||||
@ -351,7 +367,7 @@
|
|||||||
"alias": "Name",
|
"alias": "Name",
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"header": "Auslöser",
|
"header": "Auslöser",
|
||||||
"introduction": "Auslöser starten automatisierte Abläufe. Es ist mögliche mehrere Auslöser für die selbe Abfolge zu definieren. Wenn ein Auslöser aktiviert wird prüft Home Assistant die Bedingungen, sofern vorhanden, und führt die Aktion aus.\n\n[Erfahre mehr über Auslöser.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
"introduction": "Auslöser starten automatisierte Abläufe. Es ist mögliche, mehrere Auslöser für dieselbe Abfolge zu definieren. Wenn ein Auslöser aktiviert wird, prüft Home Assistant die Bedingungen, sofern vorhanden, und führt die Aktion aus.\n\n[Erfahre mehr über Auslöser.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||||
"add": "Auslöser hinzufügen",
|
"add": "Auslöser hinzufügen",
|
||||||
"duplicate": "Duplizieren",
|
"duplicate": "Duplizieren",
|
||||||
"delete": "Löschen",
|
"delete": "Löschen",
|
||||||
@ -531,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "Ausführen"
|
"execute": "Ausführen"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Luftdruck",
|
||||||
|
"humidity": "Luftfeuchtigkeit",
|
||||||
|
"temperature": "Temperatur",
|
||||||
|
"visibility": "Sichtweite",
|
||||||
|
"wind_speed": "Windgeschwindigkeit"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "O",
|
||||||
|
"ene": "ONO",
|
||||||
|
"ese": "OSO",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NO",
|
||||||
|
"nne": "NNO",
|
||||||
|
"nw": "NW",
|
||||||
|
"nnw": "NNW",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SO",
|
||||||
|
"sse": "SSO",
|
||||||
|
"ssw": "SSW",
|
||||||
|
"sw": "SW",
|
||||||
|
"w": "W",
|
||||||
|
"wnw": "WNW",
|
||||||
|
"wsw": "WSW"
|
||||||
|
},
|
||||||
|
"forecast": "Prognose"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
@ -562,7 +606,7 @@
|
|||||||
"input_boolean": "Boolsche Eingabe",
|
"input_boolean": "Boolsche Eingabe",
|
||||||
"input_datetime": "Eingabe Datum\/Uhrzeit",
|
"input_datetime": "Eingabe Datum\/Uhrzeit",
|
||||||
"input_select": "Auswahlfeld",
|
"input_select": "Auswahlfeld",
|
||||||
"input_number": "Nummerische Eingabe",
|
"input_number": "Numerische Eingabe",
|
||||||
"input_text": "Texteingabe",
|
"input_text": "Texteingabe",
|
||||||
"light": "Licht",
|
"light": "Licht",
|
||||||
"lock": "Schloss",
|
"lock": "Schloss",
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Initializing ({query_stage})",
|
"initializing": "Initializing ({query_stage})",
|
||||||
"dead": "Dead ({query_stage})"
|
"dead": "Dead ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Clear, night",
|
||||||
|
"cloudy": "Cloudy",
|
||||||
|
"fog": "Fog",
|
||||||
|
"hail": "Hail",
|
||||||
|
"lightning": "Lightning",
|
||||||
|
"lightning_rainy": "Lightning, rainy",
|
||||||
|
"partlycloudy": "Partly cloudy",
|
||||||
|
"pouring": "Pouring",
|
||||||
|
"rainy": "Rainy",
|
||||||
|
"snowy": "Snowy",
|
||||||
|
"snowy_rainy": "Snowy, rainy",
|
||||||
|
"sunny": "Sunny",
|
||||||
|
"windy": "Windy",
|
||||||
|
"windy_variant": "Windy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -326,12 +342,6 @@
|
|||||||
"header": "Set a theme",
|
"header": "Set a theme",
|
||||||
"introduction": "Choose 'Backend-selected' to use whatever theme the backend chooses or pick a theme for this device",
|
"introduction": "Choose 'Backend-selected' to use whatever theme the backend chooses or pick a theme for this device",
|
||||||
"theme": "Theme"
|
"theme": "Theme"
|
||||||
},
|
|
||||||
"hassbian": {
|
|
||||||
"header": "Bring Hassbian to the next level",
|
|
||||||
"introduction": "Discover exciting add-ons to enhance your Home Assistant installation. Add an MQTT server or control a connected TV via HDMI-CEC.",
|
|
||||||
"learn_more": "Learn more",
|
|
||||||
"install": "Install"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -537,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "Execute"
|
"execute": "Execute"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Air pressure",
|
||||||
|
"humidity": "Humidity",
|
||||||
|
"temperature": "Temperature",
|
||||||
|
"visibility": "Visibility",
|
||||||
|
"wind_speed": "Wind speed"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "E",
|
||||||
|
"ene": "ENE",
|
||||||
|
"ese": "ESE",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NE",
|
||||||
|
"nne": "NNE",
|
||||||
|
"nw": "NW",
|
||||||
|
"nnw": "NNW",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SE",
|
||||||
|
"sse": "SSE",
|
||||||
|
"ssw": "SSW",
|
||||||
|
"sw": "SW",
|
||||||
|
"w": "W",
|
||||||
|
"wnw": "WNW",
|
||||||
|
"wsw": "WSW"
|
||||||
|
},
|
||||||
|
"forecast": "Forecast"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,21 @@
|
|||||||
"initializing": "Initialisation ({query_stage})",
|
"initializing": "Initialisation ({query_stage})",
|
||||||
"dead": "Mort ({query_stage})"
|
"dead": "Mort ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Clair, nuit",
|
||||||
|
"cloudy": "Nuageux",
|
||||||
|
"fog": "Brouillard",
|
||||||
|
"hail": "Grêle",
|
||||||
|
"lightning": "Foudre",
|
||||||
|
"lightning_rainy": "Foudre, pluvieux",
|
||||||
|
"partlycloudy": "Partiellement nuageux",
|
||||||
|
"rainy": "Pluvieux",
|
||||||
|
"snowy": "Neigeux",
|
||||||
|
"snowy_rainy": "Neigeux, pluvieux",
|
||||||
|
"sunny": "Ensoleillé",
|
||||||
|
"windy": "Venteux",
|
||||||
|
"windy_variant": "Venteux"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -517,7 +532,7 @@
|
|||||||
"login-form": {
|
"login-form": {
|
||||||
"password": "Mot de passe",
|
"password": "Mot de passe",
|
||||||
"remember": "Se rappeler",
|
"remember": "Se rappeler",
|
||||||
"log_in": "Identifiant"
|
"log_in": "Connexion"
|
||||||
},
|
},
|
||||||
"card": {
|
"card": {
|
||||||
"camera": {
|
"camera": {
|
||||||
@ -525,6 +540,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Ignorer"
|
"dismiss": "Ignorer"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Activer"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Exécuter"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Pression de l'air",
|
||||||
|
"humidity": "Humidité",
|
||||||
|
"temperature": "Température",
|
||||||
|
"visibility": "Visibilité",
|
||||||
|
"wind_speed": "Vitesse du vent"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "E",
|
||||||
|
"ene": "ENE",
|
||||||
|
"ese": "ESE",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NE",
|
||||||
|
"nne": "NNE",
|
||||||
|
"nw": "NW",
|
||||||
|
"nnw": "NNW",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SE",
|
||||||
|
"sse": "SSE",
|
||||||
|
"ssw": "SSO",
|
||||||
|
"sw": "SO",
|
||||||
|
"w": "O",
|
||||||
|
"wnw": "ONO",
|
||||||
|
"wsw": "OSO"
|
||||||
|
},
|
||||||
|
"forecast": "Prévisions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,16 @@
|
|||||||
"initializing": "Inicializálás ({query_stage})",
|
"initializing": "Inicializálás ({query_stage})",
|
||||||
"dead": "Halott ({query_stage})"
|
"dead": "Halott ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"cloudy": "Felhős",
|
||||||
|
"fog": "Köd",
|
||||||
|
"hail": "Jégeső",
|
||||||
|
"partlycloudy": "Részben felhős",
|
||||||
|
"rainy": "Esős",
|
||||||
|
"snowy": "Havazás",
|
||||||
|
"sunny": "Napos",
|
||||||
|
"windy": "Szeles"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +535,22 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Elvetés"
|
"dismiss": "Elvetés"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Aktiválás"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Futtatás"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Légnyomás",
|
||||||
|
"humidity": "Páratartalom",
|
||||||
|
"temperature": "Hőmérséklet",
|
||||||
|
"visibility": "Láthatóság",
|
||||||
|
"wind_speed": "Szélsebesség"
|
||||||
|
},
|
||||||
|
"forecast": "Előrejelzés"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -11,10 +11,13 @@
|
|||||||
"dev-states": "Status",
|
"dev-states": "Status",
|
||||||
"dev-events": "Event",
|
"dev-events": "Event",
|
||||||
"dev-templates": "Template",
|
"dev-templates": "Template",
|
||||||
|
"dev-mqtt": "MQTT",
|
||||||
"dev-info": "Info"
|
"dev-info": "Info"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"default": {
|
"default": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On",
|
||||||
"unknown": "Tidak diketahui",
|
"unknown": "Tidak diketahui",
|
||||||
"unavailable": "Tidak tersedia"
|
"unavailable": "Tidak tersedia"
|
||||||
},
|
},
|
||||||
@ -22,7 +25,15 @@
|
|||||||
"pending": "Tertunda",
|
"pending": "Tertunda",
|
||||||
"triggered": "Terpicu"
|
"triggered": "Terpicu"
|
||||||
},
|
},
|
||||||
|
"automation": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On"
|
||||||
|
},
|
||||||
"binary_sensor": {
|
"binary_sensor": {
|
||||||
|
"default": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On"
|
||||||
|
},
|
||||||
"moisture": {
|
"moisture": {
|
||||||
"off": "Kering",
|
"off": "Kering",
|
||||||
"on": "Basah"
|
"on": "Basah"
|
||||||
@ -51,6 +62,10 @@
|
|||||||
"off": "Tidak ada",
|
"off": "Tidak ada",
|
||||||
"on": "Terdeteksi"
|
"on": "Terdeteksi"
|
||||||
},
|
},
|
||||||
|
"opening": {
|
||||||
|
"off": "Tertutup",
|
||||||
|
"on": "Terbuka"
|
||||||
|
},
|
||||||
"safety": {
|
"safety": {
|
||||||
"off": "Aman",
|
"off": "Aman",
|
||||||
"on": "Tidak aman"
|
"on": "Tidak aman"
|
||||||
@ -106,6 +121,14 @@
|
|||||||
"idle": "Siaga"
|
"idle": "Siaga"
|
||||||
},
|
},
|
||||||
"climate": {
|
"climate": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On",
|
||||||
|
"heat": "Panas",
|
||||||
|
"cool": "Sejuk",
|
||||||
|
"auto": "Auto",
|
||||||
|
"dry": "Kering",
|
||||||
|
"eco": "Eco",
|
||||||
|
"electric": "Petir",
|
||||||
"gas": "Gas"
|
"gas": "Gas"
|
||||||
},
|
},
|
||||||
"configurator": {
|
"configurator": {
|
||||||
@ -156,12 +179,25 @@
|
|||||||
},
|
},
|
||||||
"media_player": {
|
"media_player": {
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"on": "On"
|
"on": "On",
|
||||||
|
"playing": "Memainkan",
|
||||||
|
"paused": "Jeda",
|
||||||
|
"standby": "Siaga"
|
||||||
},
|
},
|
||||||
"plant": {
|
"plant": {
|
||||||
|
"ok": "OK",
|
||||||
"problem": "Masalah"
|
"problem": "Masalah"
|
||||||
},
|
},
|
||||||
|
"remote": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On"
|
||||||
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
"off": "Off",
|
||||||
"on": "On"
|
"on": "On"
|
||||||
},
|
},
|
||||||
"sun": {
|
"sun": {
|
||||||
@ -179,6 +215,21 @@
|
|||||||
"sleeping": "Tidur",
|
"sleeping": "Tidur",
|
||||||
"ready": "Siap"
|
"ready": "Siap"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Cerah, malam",
|
||||||
|
"cloudy": "Berawan",
|
||||||
|
"fog": "Kabut",
|
||||||
|
"hail": "Hujan es",
|
||||||
|
"lightning": "Petir",
|
||||||
|
"lightning_rainy": "Petir, hujan",
|
||||||
|
"partlycloudy": "Sebagian berawan",
|
||||||
|
"pouring": "Hujan lebat",
|
||||||
|
"rainy": "Hujan",
|
||||||
|
"snowy": "Bersalju",
|
||||||
|
"snowy_rainy": "Bersalju, hujan",
|
||||||
|
"sunny": "Cerah",
|
||||||
|
"windy": "Berangin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -190,6 +241,7 @@
|
|||||||
"ui": {
|
"ui": {
|
||||||
"panel": {
|
"panel": {
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
|
"clear_completed": "Hapus yang sudah",
|
||||||
"add_item": "Tambah item",
|
"add_item": "Tambah item",
|
||||||
"microphone_tip": "Sentuh mikrofon di kanan atas dan ucapkan \"Tambahkan permen ke daftar belanjaku\""
|
"microphone_tip": "Sentuh mikrofon di kanan atas dan ucapkan \"Tambahkan permen ke daftar belanjaku\""
|
||||||
},
|
},
|
||||||
@ -264,6 +316,7 @@
|
|||||||
"description": "Buat dan edit otomasi",
|
"description": "Buat dan edit otomasi",
|
||||||
"picker": {
|
"picker": {
|
||||||
"header": "Editor otomasi",
|
"header": "Editor otomasi",
|
||||||
|
"introduction": "Editor otomasi memungkinkan Anda untuk membuat dan mengedit otomasi. Silakan baca [petunjuk] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) untuk memastikan bahwa Anda telah mengonfigurasi Home Assistant dengan benar.",
|
||||||
"pick_automation": "Pilih otomasi untuk diedit",
|
"pick_automation": "Pilih otomasi untuk diedit",
|
||||||
"no_automations": "Kami tidak dapat menemukan otomasi yang dapat diedit",
|
"no_automations": "Kami tidak dapat menemukan otomasi yang dapat diedit",
|
||||||
"add_automation": "Tambah otomasi"
|
"add_automation": "Tambah otomasi"
|
||||||
@ -276,6 +329,7 @@
|
|||||||
"alias": "Nama",
|
"alias": "Nama",
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"header": "Pemicu",
|
"header": "Pemicu",
|
||||||
|
"introduction": "Pemicu adalah apa yang memulai pemrosesan pengaturan otomasi. Adalah mungkin untuk menentukan beberapa pemicu untuk aturan yang sama. Setelah pemicu dimulai, Home Assistant akan memvalidasi Kondisi, jika ada, dan memanggil tindakan. ",
|
||||||
"add": "Tambah pemicu",
|
"add": "Tambah pemicu",
|
||||||
"duplicate": "Gandakan",
|
"duplicate": "Gandakan",
|
||||||
"delete": "Hapus",
|
"delete": "Hapus",
|
||||||
@ -312,7 +366,8 @@
|
|||||||
"label": "Matahari",
|
"label": "Matahari",
|
||||||
"event": "Event",
|
"event": "Event",
|
||||||
"sunrise": "Matahari terbit",
|
"sunrise": "Matahari terbit",
|
||||||
"sunset": "Matahari terbenam"
|
"sunset": "Matahari terbenam",
|
||||||
|
"offset": "Offset (opsional)"
|
||||||
},
|
},
|
||||||
"template": {
|
"template": {
|
||||||
"label": "Template",
|
"label": "Template",
|
||||||
@ -334,6 +389,7 @@
|
|||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"header": "Kondisi",
|
"header": "Kondisi",
|
||||||
|
"introduction": "Kondisi merupakan bagian opsional dari aturan otomasi dan dapat digunakan untuk mencegah Event terjadi saat dipicu. Kondisi terlihat sangat mirip dengan pemicu tetapi sangat berbeda. Pemicu akan melihat peristiwa yang terjadi di sistem sementara kondisi hanya melihat bagaimana sistem terlihat sekarang. Pemicu dapat mengamati bahwa saklar sedang dinyalakan. Suatu kondisi hanya dapat melihat apakah switch sedang aktif atau tidak aktif. ",
|
||||||
"add": "Tambah kondisi",
|
"add": "Tambah kondisi",
|
||||||
"duplicate": "Gandakan",
|
"duplicate": "Gandakan",
|
||||||
"delete": "Hapus",
|
"delete": "Hapus",
|
||||||
@ -355,6 +411,8 @@
|
|||||||
"label": "Matahari",
|
"label": "Matahari",
|
||||||
"before": "Sebelum",
|
"before": "Sebelum",
|
||||||
"after": "Sesudah",
|
"after": "Sesudah",
|
||||||
|
"before_offset": "Offset sebelum",
|
||||||
|
"after_offset": "Offset setelah",
|
||||||
"sunrise": "Matahari terbit",
|
"sunrise": "Matahari terbit",
|
||||||
"sunset": "Matahari terbenam"
|
"sunset": "Matahari terbenam"
|
||||||
},
|
},
|
||||||
@ -393,12 +451,15 @@
|
|||||||
"delay": "Tunda"
|
"delay": "Tunda"
|
||||||
},
|
},
|
||||||
"wait_template": {
|
"wait_template": {
|
||||||
"label": "Tunggu"
|
"label": "Tunggu",
|
||||||
|
"wait_template": "Template tunggu",
|
||||||
|
"timeout": "Timeout (opsional)"
|
||||||
},
|
},
|
||||||
"condition": {
|
"condition": {
|
||||||
"label": "Kondisi"
|
"label": "Kondisi"
|
||||||
},
|
},
|
||||||
"event": {
|
"event": {
|
||||||
|
"label": "Jalankan Event",
|
||||||
"event": "Event",
|
"event": "Event",
|
||||||
"service_data": "Data layanan"
|
"service_data": "Data layanan"
|
||||||
}
|
}
|
||||||
@ -424,6 +485,11 @@
|
|||||||
"loading": "Memuat",
|
"loading": "Memuat",
|
||||||
"cancel": "Batalkan"
|
"cancel": "Batalkan"
|
||||||
},
|
},
|
||||||
|
"duration": {
|
||||||
|
"day": "{count}{count, plural,\n one { hari }\n other { hari }\n}",
|
||||||
|
"week": "{count}{count, plural,\n one { minggu }\n other { minggu }\n}",
|
||||||
|
"second": "{count}{count, plural,\n one { detik }\n other { detik }\n}"
|
||||||
|
},
|
||||||
"login-form": {
|
"login-form": {
|
||||||
"password": "Kata sandi",
|
"password": "Kata sandi",
|
||||||
"remember": "Ingat",
|
"remember": "Ingat",
|
||||||
@ -435,6 +501,32 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Abaikan"
|
"dismiss": "Abaikan"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Aktifkan"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Menjalankan"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Tekanan udara",
|
||||||
|
"humidity": "Kelembaban",
|
||||||
|
"temperature": "Suhu",
|
||||||
|
"visibility": "Jarak pandang",
|
||||||
|
"wind_speed": "Kecepatan angin"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "T",
|
||||||
|
"n": "U",
|
||||||
|
"ne": "Timur Laut",
|
||||||
|
"nw": "Barat Laut",
|
||||||
|
"s": "S",
|
||||||
|
"se": "Tenggara",
|
||||||
|
"sw": "Barat Daya",
|
||||||
|
"w": "B"
|
||||||
|
},
|
||||||
|
"forecast": "Ramalan cuaca"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
@ -451,11 +543,13 @@
|
|||||||
"domain": {
|
"domain": {
|
||||||
"alarm_control_panel": "Kontrol panel alarm",
|
"alarm_control_panel": "Kontrol panel alarm",
|
||||||
"automation": "Otomasi",
|
"automation": "Otomasi",
|
||||||
|
"binary_sensor": "Sensor binary",
|
||||||
"calendar": "Kalender",
|
"calendar": "Kalender",
|
||||||
"camera": "Kamera",
|
"camera": "Kamera",
|
||||||
"climate": "Cuaca",
|
"climate": "Cuaca",
|
||||||
"configurator": "Konfigurator",
|
"configurator": "Konfigurator",
|
||||||
"conversation": "Percakapan",
|
"conversation": "Percakapan",
|
||||||
|
"cover": "Jendela",
|
||||||
"device_tracker": "Pelacak perangkat",
|
"device_tracker": "Pelacak perangkat",
|
||||||
"fan": "Kipas angin",
|
"fan": "Kipas angin",
|
||||||
"history_graph": "Riwayat Grafik",
|
"history_graph": "Riwayat Grafik",
|
||||||
@ -471,6 +565,7 @@
|
|||||||
"mailbox": "Kotak pesan",
|
"mailbox": "Kotak pesan",
|
||||||
"media_player": "Pemutar media",
|
"media_player": "Pemutar media",
|
||||||
"notify": "Memberitahu",
|
"notify": "Memberitahu",
|
||||||
|
"scene": "Scene",
|
||||||
"script": "Script",
|
"script": "Script",
|
||||||
"sensor": "Sensor",
|
"sensor": "Sensor",
|
||||||
"sun": "Matahari",
|
"sun": "Matahari",
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "초기화중 ({query_stage})",
|
"initializing": "초기화중 ({query_stage})",
|
||||||
"dead": "응답없음 ({query_stage})"
|
"dead": "응답없음 ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "맑은 밤",
|
||||||
|
"cloudy": "흐림",
|
||||||
|
"fog": "안개",
|
||||||
|
"hail": "우박",
|
||||||
|
"lightning": "번개",
|
||||||
|
"lightning_rainy": "뇌우",
|
||||||
|
"partlycloudy": "대체로 흐림",
|
||||||
|
"pouring": "호우",
|
||||||
|
"rainy": "비",
|
||||||
|
"snowy": "눈",
|
||||||
|
"snowy_rainy": "진눈개비",
|
||||||
|
"sunny": "맑음",
|
||||||
|
"windy": "바람",
|
||||||
|
"windy_variant": "잦은바람"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -265,7 +281,7 @@
|
|||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"clear_completed": "완료항목삭제",
|
"clear_completed": "완료항목삭제",
|
||||||
"add_item": "항목추가",
|
"add_item": "항목추가",
|
||||||
"microphone_tip": "우상단 마이크를 탭하고 \"Add candy to my shopping list\"라고 말하세요"
|
"microphone_tip": "우상단 마이크를 탭하고 \"Add candy to my shopping list\"라고 말해보세요"
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"showing_entries": "다음 날짜의 항목을 표시",
|
"showing_entries": "다음 날짜의 항목을 표시",
|
||||||
@ -531,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "실행"
|
"execute": "실행"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "기압",
|
||||||
|
"humidity": "습도",
|
||||||
|
"temperature": "기온",
|
||||||
|
"visibility": "시정",
|
||||||
|
"wind_speed": "풍속"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "동",
|
||||||
|
"ene": "동북동",
|
||||||
|
"ese": "동남동",
|
||||||
|
"n": "북",
|
||||||
|
"ne": "북동",
|
||||||
|
"nne": "북북동",
|
||||||
|
"nw": "북서",
|
||||||
|
"nnw": "북북서",
|
||||||
|
"s": "남",
|
||||||
|
"se": "남동",
|
||||||
|
"sse": "남남동",
|
||||||
|
"ssw": "남남서",
|
||||||
|
"sw": "남서",
|
||||||
|
"w": "서",
|
||||||
|
"wnw": "서북서",
|
||||||
|
"wsw": "서남서"
|
||||||
|
},
|
||||||
|
"forecast": "일기 예보"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
@ -584,7 +628,7 @@
|
|||||||
"attribute": {
|
"attribute": {
|
||||||
"weather": {
|
"weather": {
|
||||||
"humidity": "습도",
|
"humidity": "습도",
|
||||||
"visibility": "가시성",
|
"visibility": "시정",
|
||||||
"wind_speed": "풍속"
|
"wind_speed": "풍속"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Initialiséiert ({query_stage})",
|
"initializing": "Initialiséiert ({query_stage})",
|
||||||
"dead": "Net Ereechbar ({query_stage})"
|
"dead": "Net Ereechbar ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Kloer, Nuecht",
|
||||||
|
"cloudy": "Wollekeg",
|
||||||
|
"fog": "Niwwel",
|
||||||
|
"hail": "Knëppelsteng",
|
||||||
|
"lightning": "Blëtz",
|
||||||
|
"lightning_rainy": "Blëtz, Reen",
|
||||||
|
"partlycloudy": "Liicht wollekeg",
|
||||||
|
"pouring": "Schloreen",
|
||||||
|
"rainy": "Reen",
|
||||||
|
"snowy": "Schnéi",
|
||||||
|
"snowy_rainy": "Schnéi, Reen",
|
||||||
|
"sunny": "Sonneg",
|
||||||
|
"windy": "Lëfteg",
|
||||||
|
"windy_variant": "Lëfteg"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -531,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "Ausféieren"
|
"execute": "Ausféieren"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Loftdrock",
|
||||||
|
"humidity": "Fiichtegkeet",
|
||||||
|
"temperature": "Temperatur",
|
||||||
|
"visibility": "Visibilitéit",
|
||||||
|
"wind_speed": "Wandvitesse"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "O",
|
||||||
|
"ene": "ONO",
|
||||||
|
"ese": "OSO",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NO",
|
||||||
|
"nne": "NNO",
|
||||||
|
"nw": "NW",
|
||||||
|
"nnw": "NNW",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SO",
|
||||||
|
"sse": "SSO",
|
||||||
|
"ssw": "SSW",
|
||||||
|
"sw": "SW",
|
||||||
|
"w": "W",
|
||||||
|
"wnw": "WNW",
|
||||||
|
"wsw": "WSW"
|
||||||
|
},
|
||||||
|
"forecast": "Prognose"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Initialiseren ({query_stage})",
|
"initializing": "Initialiseren ({query_stage})",
|
||||||
"dead": "Onbereikbaar ({query_stage})"
|
"dead": "Onbereikbaar ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Helder, nacht",
|
||||||
|
"cloudy": "Bewolkt",
|
||||||
|
"fog": "Mist",
|
||||||
|
"hail": "Hagel",
|
||||||
|
"lightning": "Bliksem",
|
||||||
|
"lightning_rainy": "Bliksem, regenachtig",
|
||||||
|
"partlycloudy": "Gedeeltelijk bewolkt",
|
||||||
|
"pouring": "Gieten",
|
||||||
|
"rainy": "Regenachtig",
|
||||||
|
"snowy": "Sneeuwachtig",
|
||||||
|
"snowy_rainy": "Sneeuwachtig, regenachtig",
|
||||||
|
"sunny": "Zonnig",
|
||||||
|
"windy": "Winderig",
|
||||||
|
"windy_variant": "Winderig"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Sluiten"
|
"dismiss": "Sluiten"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Activeren"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Uitvoeren"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Luchtdruk",
|
||||||
|
"humidity": "Vochtigheid",
|
||||||
|
"temperature": "Temperatuur",
|
||||||
|
"visibility": "Zichtbaarheid",
|
||||||
|
"wind_speed": "Windsnelheid"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "E",
|
||||||
|
"ene": "ENE",
|
||||||
|
"ese": "ESE",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NE",
|
||||||
|
"nne": "NNE",
|
||||||
|
"nw": "NW",
|
||||||
|
"nnw": "NNW",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SE",
|
||||||
|
"sse": "SSE",
|
||||||
|
"ssw": "SSW",
|
||||||
|
"sw": "SW",
|
||||||
|
"w": "W",
|
||||||
|
"wnw": "WNW",
|
||||||
|
"wsw": "WSW"
|
||||||
|
},
|
||||||
|
"forecast": "Weersvoorspelling"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,21 @@
|
|||||||
"initializing": "Initialiserer ({query_stage})",
|
"initializing": "Initialiserer ({query_stage})",
|
||||||
"dead": "Død ({query_stage})"
|
"dead": "Død ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Klart, natt",
|
||||||
|
"cloudy": "Skyet",
|
||||||
|
"fog": "Tåke",
|
||||||
|
"hail": "Hagl",
|
||||||
|
"lightning": "Lyn",
|
||||||
|
"lightning_rainy": "Lyn, regnfull",
|
||||||
|
"partlycloudy": "Delvis skyet",
|
||||||
|
"rainy": "Regnfull",
|
||||||
|
"snowy": "Snø",
|
||||||
|
"snowy_rainy": "Sludd",
|
||||||
|
"sunny": "Solfylt",
|
||||||
|
"windy": "Vind",
|
||||||
|
"windy_variant": "Vind"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +540,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Avvis"
|
"dismiss": "Avvis"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Aktiver"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Utfør"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Lufttrykk",
|
||||||
|
"humidity": "Luftfuktighet",
|
||||||
|
"temperature": "Temperatur",
|
||||||
|
"visibility": "Sikt",
|
||||||
|
"wind_speed": "Vindstyrke"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "Ø",
|
||||||
|
"ene": "ØNØ",
|
||||||
|
"ese": "ØSØ",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NØ",
|
||||||
|
"nne": "NNØ",
|
||||||
|
"nw": "NV",
|
||||||
|
"nnw": "NNV",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SØ",
|
||||||
|
"sse": "SSØ",
|
||||||
|
"ssw": "SSV",
|
||||||
|
"sw": "SV",
|
||||||
|
"w": "V",
|
||||||
|
"wnw": "VNV",
|
||||||
|
"wsw": "VSV"
|
||||||
|
},
|
||||||
|
"forecast": "Prognose"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "inicjalizacja ({query_stage})",
|
"initializing": "inicjalizacja ({query_stage})",
|
||||||
"dead": "martwy ({query_stage})"
|
"dead": "martwy ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "pogodnie, noc",
|
||||||
|
"cloudy": "pochmurno",
|
||||||
|
"fog": "mgła",
|
||||||
|
"hail": "grad",
|
||||||
|
"lightning": "błyskawice",
|
||||||
|
"lightning_rainy": "burza",
|
||||||
|
"partlycloudy": "częściowe zachmurzenie",
|
||||||
|
"pouring": "ulewa",
|
||||||
|
"rainy": "deszczowo",
|
||||||
|
"snowy": "śnieżnie",
|
||||||
|
"snowy_rainy": "śnieżnie, deszczowo",
|
||||||
|
"sunny": "słonecznie",
|
||||||
|
"windy": "wietrznie",
|
||||||
|
"windy_variant": "wietrznie"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -531,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "Wykonaj"
|
"execute": "Wykonaj"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Ciśnienie",
|
||||||
|
"humidity": "Wilgotność",
|
||||||
|
"temperature": "Temperatura",
|
||||||
|
"visibility": "Widoczność",
|
||||||
|
"wind_speed": "Prędkość wiatru"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "zach.",
|
||||||
|
"ene": "wsch. płn.-wsch.",
|
||||||
|
"ese": "wsch. płd.-wsch.",
|
||||||
|
"n": "płn.",
|
||||||
|
"ne": "płn.-wsch.",
|
||||||
|
"nne": "płn. płn.-wsch.",
|
||||||
|
"nw": "płn.-zach.",
|
||||||
|
"nnw": "płn. płn.-zach.",
|
||||||
|
"s": "płd.",
|
||||||
|
"se": "płd.-wsch.",
|
||||||
|
"sse": "płd. płd.-wsch.",
|
||||||
|
"ssw": "płd. płd.-zach.",
|
||||||
|
"sw": "płd.-zach.",
|
||||||
|
"w": "zach.",
|
||||||
|
"wnw": "zach. płn.-zach.",
|
||||||
|
"wsw": "zach. płd.-zach."
|
||||||
|
},
|
||||||
|
"forecast": "Prognoza"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "A inicializar ({query_stage})",
|
"initializing": "A inicializar ({query_stage})",
|
||||||
"dead": "Morto ({query_stage})"
|
"dead": "Morto ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Limpo, Noite",
|
||||||
|
"cloudy": "Nublado",
|
||||||
|
"fog": "Nevoeiro",
|
||||||
|
"hail": "Granizo",
|
||||||
|
"lightning": "Relâmpago",
|
||||||
|
"lightning_rainy": "Relâmpagos, chuva",
|
||||||
|
"partlycloudy": "Parcialmente nublado",
|
||||||
|
"pouring": "Chuva forte",
|
||||||
|
"rainy": "Chuva",
|
||||||
|
"snowy": "Neve",
|
||||||
|
"snowy_rainy": "Neve, chuva",
|
||||||
|
"sunny": "Sol",
|
||||||
|
"windy": "Vento fraco",
|
||||||
|
"windy_variant": "Vento fraco"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -289,7 +305,7 @@
|
|||||||
"section": {
|
"section": {
|
||||||
"core": {
|
"core": {
|
||||||
"header": "Configuração e controlo do servidor",
|
"header": "Configuração e controlo do servidor",
|
||||||
"introduction": "Alterar a configuração pode ser um processo repetitivo. Nós sabemos. Esta seção pretende tornar sua vida um pouco mais fácil.",
|
"introduction": "Alterar a configuração pode ser um processo repetitivo. Nós sabemos. Esta seção pretende tornar a sua vida um pouco mais fácil.",
|
||||||
"validation": {
|
"validation": {
|
||||||
"heading": "Validar a configuração",
|
"heading": "Validar a configuração",
|
||||||
"introduction": "Valide sua configuração caso tenha alterado recentemente a mesma e quiser certificar-se de que tudo é válido.",
|
"introduction": "Valide sua configuração caso tenha alterado recentemente a mesma e quiser certificar-se de que tudo é válido.",
|
||||||
@ -299,7 +315,7 @@
|
|||||||
},
|
},
|
||||||
"reloading": {
|
"reloading": {
|
||||||
"heading": "Recarregar configuração",
|
"heading": "Recarregar configuração",
|
||||||
"introduction": "Algumas partes do Home Assistant podem ser recarregadas sem necessidade de reiniciar. Ao carregar em Recarregar configuração irá descarregar a configuração atual e carregar a nova.",
|
"introduction": "Algumas partes do Home Assistant podem ser recarregadas sem necessidade de reiniciar. Ao pressionar em Recarregar irá descarregar a configuração atual e carregar a nova.",
|
||||||
"core": "Recarregar núcleo",
|
"core": "Recarregar núcleo",
|
||||||
"group": "Recarregar grupos",
|
"group": "Recarregar grupos",
|
||||||
"automation": "Recarregar automações",
|
"automation": "Recarregar automações",
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Fechar"
|
"dismiss": "Fechar"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Activar"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Executar"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Pressão atmosférica",
|
||||||
|
"humidity": "Humidade",
|
||||||
|
"temperature": "Temperatura",
|
||||||
|
"visibility": "Visibilidade",
|
||||||
|
"wind_speed": "Velocidade do vento"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "",
|
||||||
|
"ene": "",
|
||||||
|
"ese": "",
|
||||||
|
"n": "",
|
||||||
|
"ne": "",
|
||||||
|
"nne": "",
|
||||||
|
"nw": "",
|
||||||
|
"nnw": "",
|
||||||
|
"s": "",
|
||||||
|
"se": "",
|
||||||
|
"sse": "",
|
||||||
|
"ssw": "",
|
||||||
|
"sw": "",
|
||||||
|
"w": "",
|
||||||
|
"wnw": "",
|
||||||
|
"wsw": ""
|
||||||
|
},
|
||||||
|
"forecast": "Previsão"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Инициализация ({query_stage})",
|
"initializing": "Инициализация ({query_stage})",
|
||||||
"dead": "Неисправен ({query_stage})"
|
"dead": "Неисправен ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Ясно, ночь",
|
||||||
|
"cloudy": "Облачно",
|
||||||
|
"fog": "Туман",
|
||||||
|
"hail": "Град",
|
||||||
|
"lightning": "Молния",
|
||||||
|
"lightning_rainy": "Молния, дождь",
|
||||||
|
"partlycloudy": "Переменная облачность",
|
||||||
|
"pouring": "Ливень",
|
||||||
|
"rainy": "Дождь",
|
||||||
|
"snowy": "Снег",
|
||||||
|
"snowy_rainy": "Снег с дождем",
|
||||||
|
"sunny": "Ясно",
|
||||||
|
"windy": "Ветрено",
|
||||||
|
"windy_variant": "Ветрено"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -531,6 +547,34 @@
|
|||||||
},
|
},
|
||||||
"script": {
|
"script": {
|
||||||
"execute": "Выполнить"
|
"execute": "Выполнить"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Атмосферное давление",
|
||||||
|
"humidity": "Относительная влажность",
|
||||||
|
"temperature": "Температура",
|
||||||
|
"visibility": "Дальность видимости",
|
||||||
|
"wind_speed": "Скорость ветра"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "В",
|
||||||
|
"ene": "ВСВ",
|
||||||
|
"ese": "ВЮВ",
|
||||||
|
"n": "С",
|
||||||
|
"ne": "СВ",
|
||||||
|
"nne": "ССВ",
|
||||||
|
"nw": "СЗ",
|
||||||
|
"nnw": "ССЗ",
|
||||||
|
"s": "Ю",
|
||||||
|
"se": "ЮВ",
|
||||||
|
"sse": "ЮЮВ",
|
||||||
|
"ssw": "ЮЮЗ",
|
||||||
|
"sw": "ЮЗ",
|
||||||
|
"w": "З",
|
||||||
|
"wnw": "ЗСЗ",
|
||||||
|
"wsw": "ЗЮЗ"
|
||||||
|
},
|
||||||
|
"forecast": "Прогноз"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "Initierar ({query_stage})",
|
"initializing": "Initierar ({query_stage})",
|
||||||
"dead": "Död ({query_stage})"
|
"dead": "Död ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "Klart, natt",
|
||||||
|
"cloudy": "Molnigt",
|
||||||
|
"fog": "Dimma",
|
||||||
|
"hail": "Hagel",
|
||||||
|
"lightning": "Åska",
|
||||||
|
"lightning_rainy": "Åska, regnigt",
|
||||||
|
"partlycloudy": "Delvis molnigt",
|
||||||
|
"pouring": "Ösregn",
|
||||||
|
"rainy": "Regnigt",
|
||||||
|
"snowy": "Snöigt",
|
||||||
|
"snowy_rainy": "Snöigt, regnigt",
|
||||||
|
"sunny": "Soligt",
|
||||||
|
"windy": "Blåsigt",
|
||||||
|
"windy_variant": "Blåsigt"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "Avfärda"
|
"dismiss": "Avfärda"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "Aktivera"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "Kör"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "Lufttryck",
|
||||||
|
"humidity": "Luftfuktighet",
|
||||||
|
"temperature": "Temperatur",
|
||||||
|
"visibility": "Sikt",
|
||||||
|
"wind_speed": "Vindhastighet"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "O",
|
||||||
|
"ene": "ONO",
|
||||||
|
"ese": "OSO",
|
||||||
|
"n": "N",
|
||||||
|
"ne": "NO",
|
||||||
|
"nne": "NNO",
|
||||||
|
"nw": "NV",
|
||||||
|
"nnw": "NNV",
|
||||||
|
"s": "S",
|
||||||
|
"se": "SO",
|
||||||
|
"sse": "SSO",
|
||||||
|
"ssw": "SSV",
|
||||||
|
"sw": "SV",
|
||||||
|
"w": "V",
|
||||||
|
"wnw": "VNV",
|
||||||
|
"wsw": "VSV"
|
||||||
|
},
|
||||||
|
"forecast": "Prognos"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "กำลังเริ่มต้น ({query_stage})",
|
"initializing": "กำลังเริ่มต้น ({query_stage})",
|
||||||
"dead": "ไม่พร้อมใช้งาน ({query_stage})"
|
"dead": "ไม่พร้อมใช้งาน ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "เคลียร์, กลางคืน",
|
||||||
|
"cloudy": "มีเมฆมาก",
|
||||||
|
"fog": "หมอก",
|
||||||
|
"hail": "ลูกเห็บ",
|
||||||
|
"lightning": "ฟ้าแลบ",
|
||||||
|
"lightning_rainy": "ฟ้าแลบ, ฝนตก",
|
||||||
|
"partlycloudy": "มีเมฆบางส่วน",
|
||||||
|
"pouring": "เท",
|
||||||
|
"rainy": "ฝน",
|
||||||
|
"snowy": "หิมะ",
|
||||||
|
"snowy_rainy": "หิมะ, ฝน",
|
||||||
|
"sunny": "แดดจัด",
|
||||||
|
"windy": "ลมแรง",
|
||||||
|
"windy_variant": "ลมแรง"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -281,7 +297,11 @@
|
|||||||
"delete_button": "ลบ"
|
"delete_button": "ลบ"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
"header": "ปรับแต่ง Home Assistant",
|
||||||
|
"introduction": "เป็นไปได้ที่จะกำหนดค่าคอมโพเนนต์และ Home Assistant ของคุณที่ีนี่. ยังจะกำหนดค่าจาก UI ได้ทั้งหมด, แต่เรากำลังดำเนินการอยู่",
|
||||||
"core": {
|
"core": {
|
||||||
|
"caption": "ทั่วไป",
|
||||||
|
"description": "ตรวจสอบไฟล์การกำหนดค่าและควบคุมเซิร์ฟเวอร์",
|
||||||
"section": {
|
"section": {
|
||||||
"core": {
|
"core": {
|
||||||
"header": "การปรับแต่งและควบคุมเซิร์ฟเวอร์",
|
"header": "การปรับแต่งและควบคุมเซิร์ฟเวอร์",
|
||||||
@ -510,6 +530,48 @@
|
|||||||
"remember": "จดจำ",
|
"remember": "จดจำ",
|
||||||
"log_in": "ลงชื่อเข้า"
|
"log_in": "ลงชื่อเข้า"
|
||||||
},
|
},
|
||||||
|
"card": {
|
||||||
|
"camera": {
|
||||||
|
"not_available": "ไม่มีรูปภาพ"
|
||||||
|
},
|
||||||
|
"persistent_notification": {
|
||||||
|
"dismiss": "ยกเลิก"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "กระตุ้น"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "ปฏิบัติ"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "ความดันอากาศ",
|
||||||
|
"humidity": "ความชื้น",
|
||||||
|
"temperature": "อุณหภูมิ",
|
||||||
|
"visibility": "ความชัดเจน",
|
||||||
|
"wind_speed": "ความเร็วลม"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "ทิศตะวันออก",
|
||||||
|
"ene": "ทิศอีสานเฉียงตะวันออก",
|
||||||
|
"ese": "ทิศอาคเนย์เฉียงตะวันออก",
|
||||||
|
"n": "ทิศเหนือ",
|
||||||
|
"ne": "ทิศตะวันออกเฉียงเหนือ",
|
||||||
|
"nne": "ทิศอีสานเฉียงเหนือ",
|
||||||
|
"nw": "ทิศตะวันตกเฉียงเหนือ",
|
||||||
|
"nnw": "ทิศพายัพเฉียงเหนือ",
|
||||||
|
"s": "ทิศใต้",
|
||||||
|
"se": "ทิศตะวันออกเฉียงใต้",
|
||||||
|
"sse": "ทิศอาคเนย์เฉียงใต้",
|
||||||
|
"ssw": "ทิศหรดีเฉียงใต้",
|
||||||
|
"sw": "ทิศตะวันตกเฉียงใต้",
|
||||||
|
"w": "ทิศตะวันตก",
|
||||||
|
"wnw": "ทิศพายัพเฉียงตะวันตก",
|
||||||
|
"wsw": "ทิศหรดีเฉียงตะวันตก"
|
||||||
|
},
|
||||||
|
"forecast": "พยากรณ์"
|
||||||
|
}
|
||||||
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"entity": {
|
"entity": {
|
||||||
"entity-picker": {
|
"entity-picker": {
|
||||||
@ -557,5 +619,12 @@
|
|||||||
"updater": "อัพเดต",
|
"updater": "อัพเดต",
|
||||||
"weblink": "เว็บลิงค์",
|
"weblink": "เว็บลิงค์",
|
||||||
"zwave": "Z-Wave"
|
"zwave": "Z-Wave"
|
||||||
|
},
|
||||||
|
"attribute": {
|
||||||
|
"weather": {
|
||||||
|
"humidity": "ความชื้น",
|
||||||
|
"visibility": "ความชัดเจน",
|
||||||
|
"wind_speed": "ความเร็วลม"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -236,6 +236,22 @@
|
|||||||
"initializing": "初始化 ({query_stage})",
|
"initializing": "初始化 ({query_stage})",
|
||||||
"dead": "断线 ({query_stage})"
|
"dead": "断线 ({query_stage})"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"clear_night": "夜间晴朗",
|
||||||
|
"cloudy": "多云",
|
||||||
|
"fog": "雾",
|
||||||
|
"hail": "冰雹",
|
||||||
|
"lightning": "雷电",
|
||||||
|
"lightning_rainy": "雷阵雨",
|
||||||
|
"partlycloudy": "局部多云",
|
||||||
|
"pouring": "暴雨",
|
||||||
|
"rainy": "雨",
|
||||||
|
"snowy": "雪",
|
||||||
|
"snowy_rainy": "雨夹雪",
|
||||||
|
"sunny": "晴",
|
||||||
|
"windy": "有风",
|
||||||
|
"windy_variant": "有风"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state_badge": {
|
"state_badge": {
|
||||||
@ -525,6 +541,40 @@
|
|||||||
},
|
},
|
||||||
"persistent_notification": {
|
"persistent_notification": {
|
||||||
"dismiss": "忽略"
|
"dismiss": "忽略"
|
||||||
|
},
|
||||||
|
"scene": {
|
||||||
|
"activate": "激活"
|
||||||
|
},
|
||||||
|
"script": {
|
||||||
|
"execute": "执行"
|
||||||
|
},
|
||||||
|
"weather": {
|
||||||
|
"attributes": {
|
||||||
|
"air_pressure": "气压",
|
||||||
|
"humidity": "湿度",
|
||||||
|
"temperature": "温度",
|
||||||
|
"visibility": "能见度",
|
||||||
|
"wind_speed": "风速"
|
||||||
|
},
|
||||||
|
"cardinal_direction": {
|
||||||
|
"e": "东",
|
||||||
|
"ene": "东北偏东",
|
||||||
|
"ese": "东南偏东",
|
||||||
|
"n": "北",
|
||||||
|
"ne": "东北",
|
||||||
|
"nne": "东北偏北",
|
||||||
|
"nw": "西北",
|
||||||
|
"nnw": "西北偏北",
|
||||||
|
"s": "南",
|
||||||
|
"se": "东南",
|
||||||
|
"sse": "东南偏南",
|
||||||
|
"ssw": "西南偏南",
|
||||||
|
"sw": "西南",
|
||||||
|
"w": "西",
|
||||||
|
"wnw": "西北偏西",
|
||||||
|
"wsw": "西南偏西"
|
||||||
|
},
|
||||||
|
"forecast": "预报"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user