mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Translation update
This commit is contained in:
parent
ace7ee5622
commit
79692ef58a
@ -754,7 +754,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Na",
|
"after": "Na",
|
||||||
"before": "Voor",
|
"before": "Voor",
|
||||||
"label": "Tyd"
|
"label": "Tyd",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Maandag"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Entiteit met plek",
|
"entity": "Entiteit met plek",
|
||||||
|
@ -717,7 +717,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "بعد",
|
"after": "بعد",
|
||||||
"before": "قبل",
|
"before": "قبل",
|
||||||
"label": "وقت"
|
"label": "وقت",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "الاثنين"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "كيان مع موقع",
|
"entity": "كيان مع موقع",
|
||||||
|
@ -186,6 +186,15 @@
|
|||||||
"no_blueprints": "আপনার কোনও ব্লুপ্রিন্ট নেই",
|
"no_blueprints": "আপনার কোনও ব্লুপ্রিন্ট নেই",
|
||||||
"no_inputs": "এই ব্লুপ্রিন্টের কোনও ইনপুট নেই।"
|
"no_inputs": "এই ব্লুপ্রিন্টের কোনও ইনপুট নেই।"
|
||||||
},
|
},
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "সোমবার"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"introduction": "ট্রিগারগুলি যা অটোমেশন নিয়মের প্রক্রিয়া শুরু করে। একই নিয়মের জন্য একাধিক ট্রিগার নির্দিষ্ট করা সম্ভব। ট্রিগার শুরু হয়ে গেলে, Home Assistant এর শর্তগুলি যথাযথভাবে প্রযোজ্য হবে, যদি থাকে তবে এবং অ্যাকশন কল করবে।",
|
"introduction": "ট্রিগারগুলি যা অটোমেশন নিয়মের প্রক্রিয়া শুরু করে। একই নিয়মের জন্য একাধিক ট্রিগার নির্দিষ্ট করা সম্ভব। ট্রিগার শুরু হয়ে গেলে, Home Assistant এর শর্তগুলি যথাযথভাবে প্রযোজ্য হবে, যদি থাকে তবে এবং অ্যাকশন কল করবে।",
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -242,6 +242,15 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"automation": {
|
"automation": {
|
||||||
"editor": {
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Ponedeljak"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"type": {
|
"type": {
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
|
@ -611,7 +611,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Ar ôl",
|
"after": "Ar ôl",
|
||||||
"before": "Cyn",
|
"before": "Cyn",
|
||||||
"label": "Amser"
|
"label": "Amser",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Dydd Llun"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Endid gyda lleoliad",
|
"entity": "Endid gyda lleoliad",
|
||||||
|
@ -720,6 +720,12 @@
|
|||||||
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n} ago"
|
"week": "{count} {count, plural,\n one {week}\n other {weeks}\n} ago"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"service-control": {
|
||||||
|
"required": "This field is required",
|
||||||
|
"service_data": "Service data",
|
||||||
|
"target": "Target",
|
||||||
|
"target_description": "What should this service call target"
|
||||||
|
},
|
||||||
"service-picker": {
|
"service-picker": {
|
||||||
"service": "Service"
|
"service": "Service"
|
||||||
},
|
},
|
||||||
@ -1988,8 +1994,10 @@
|
|||||||
"config_flow": {
|
"config_flow": {
|
||||||
"aborted": "Aborted",
|
"aborted": "Aborted",
|
||||||
"close": "Close",
|
"close": "Close",
|
||||||
|
"could_not_load": "Config flow could not be loaded",
|
||||||
"created_config": "Created configuration for {name}.",
|
"created_config": "Created configuration for {name}.",
|
||||||
"dismiss": "Dismiss dialog",
|
"dismiss": "Dismiss dialog",
|
||||||
|
"error": "Error",
|
||||||
"error_saving_area": "Error saving area: {error}",
|
"error_saving_area": "Error saving area: {error}",
|
||||||
"external_step": {
|
"external_step": {
|
||||||
"description": "This step requires you to visit an external website to be completed.",
|
"description": "This step requires you to visit an external website to be completed.",
|
||||||
@ -1998,6 +2006,10 @@
|
|||||||
"finish": "Finish",
|
"finish": "Finish",
|
||||||
"loading_first_time": "Please wait while the integration is being installed",
|
"loading_first_time": "Please wait while the integration is being installed",
|
||||||
"not_all_required_fields": "Not all required fields are filled in.",
|
"not_all_required_fields": "Not all required fields are filled in.",
|
||||||
|
"pick_flow_step": {
|
||||||
|
"new_flow": "No, set up an other instance of {integration}",
|
||||||
|
"title": "We discovered these, want to set them up?"
|
||||||
|
},
|
||||||
"submit": "Submit"
|
"submit": "Submit"
|
||||||
},
|
},
|
||||||
"configure": "Configure",
|
"configure": "Configure",
|
||||||
@ -2857,7 +2869,9 @@
|
|||||||
"type": "Event Type"
|
"type": "Event Type"
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
|
"accepts_target": "This service accepts a target, for example: `entity_id: light.bed_light`",
|
||||||
"alert_parsing_yaml": "Error parsing YAML: {data}",
|
"alert_parsing_yaml": "Error parsing YAML: {data}",
|
||||||
|
"all_parameters": "All available parameters",
|
||||||
"call_service": "Call Service",
|
"call_service": "Call Service",
|
||||||
"column_description": "Description",
|
"column_description": "Description",
|
||||||
"column_example": "Example",
|
"column_example": "Example",
|
||||||
@ -2868,7 +2882,10 @@
|
|||||||
"no_description": "No description is available",
|
"no_description": "No description is available",
|
||||||
"no_parameters": "This service takes no parameters.",
|
"no_parameters": "This service takes no parameters.",
|
||||||
"select_service": "Select a service to see the description",
|
"select_service": "Select a service to see the description",
|
||||||
"title": "Services"
|
"title": "Services",
|
||||||
|
"ui_mode": "Go to UI mode",
|
||||||
|
"yaml_mode": "Go to YAML mode",
|
||||||
|
"yaml_parameters": "Parameters only available in YAML mode"
|
||||||
},
|
},
|
||||||
"states": {
|
"states": {
|
||||||
"alert_entity_field": "Entity is a mandatory field",
|
"alert_entity_field": "Entity is a mandatory field",
|
||||||
|
@ -7,6 +7,19 @@
|
|||||||
},
|
},
|
||||||
"panel": {
|
"panel": {
|
||||||
"config": {
|
"config": {
|
||||||
|
"automation": {
|
||||||
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Monday"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"caption": "Integrations",
|
"caption": "Integrations",
|
||||||
"configure": "Configure",
|
"configure": "Configure",
|
||||||
|
@ -74,7 +74,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"name": "Kondiĉo"
|
"name": "Kondiĉo",
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Lundo"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"edit_ui": "Redakti kun UI",
|
"edit_ui": "Redakti kun UI",
|
||||||
"edit_yaml": "Redakti kiel YAML",
|
"edit_yaml": "Redakti kiel YAML",
|
||||||
|
@ -442,7 +442,10 @@
|
|||||||
"value_template": "Valio txantiloia"
|
"value_template": "Valio txantiloia"
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"label": "Denbora"
|
"label": "Denbora",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Astelehena"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -895,7 +895,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "بعد از",
|
"after": "بعد از",
|
||||||
"before": "قبل از",
|
"before": "قبل از",
|
||||||
"label": "زمان"
|
"label": "زمان",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "دوشنبه"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "نهاد به همراخ موقعیت",
|
"entity": "نهاد به همراخ موقعیت",
|
||||||
|
@ -4,10 +4,12 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"automation": {
|
"automation": {
|
||||||
"editor": {
|
"editor": {
|
||||||
"triggers": {
|
"conditions": {
|
||||||
"type": {
|
"type": {
|
||||||
"mqtt": {
|
"time": {
|
||||||
"label": ""
|
"weekdays": {
|
||||||
|
"mon": "Luns"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -233,7 +233,10 @@
|
|||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"after": "बाद",
|
"after": "बाद",
|
||||||
"before": "पहले"
|
"before": "पहले",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "सोमवार"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -731,7 +731,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Nakon",
|
"after": "Nakon",
|
||||||
"before": "Prije",
|
"before": "Prije",
|
||||||
"label": "Vrijeme"
|
"label": "Vrijeme",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "ponedjeljak"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Entitet sa lokacijom",
|
"entity": "Entitet sa lokacijom",
|
||||||
|
@ -654,7 +654,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Հետո",
|
"after": "Հետո",
|
||||||
"before": "Նախքան",
|
"before": "Նախքան",
|
||||||
"label": "ժամանակը"
|
"label": "ժամանակը",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Երկուշաբթի"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "կազմակերպության գտնվելու վայրը",
|
"entity": "կազմակերպության գտնվելու վայրը",
|
||||||
|
@ -5,6 +5,19 @@
|
|||||||
"ui": {
|
"ui": {
|
||||||
"panel": {
|
"panel": {
|
||||||
"config": {
|
"config": {
|
||||||
|
"automation": {
|
||||||
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "ორშაბათს"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"blueprint": {
|
"blueprint": {
|
||||||
"add": {
|
"add": {
|
||||||
"file_name": "ლოკალური გეგმა-ფაილის სახელი",
|
"file_name": "ლოკალური გეგმა-ფაილის სახელი",
|
||||||
|
@ -544,7 +544,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Po",
|
"after": "Po",
|
||||||
"before": "Prieš",
|
"before": "Prieš",
|
||||||
"label": "Laikas"
|
"label": "Laikas",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Pirmadienis"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"label": "Vieta",
|
"label": "Vieta",
|
||||||
|
@ -874,7 +874,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Pēc",
|
"after": "Pēc",
|
||||||
"before": "Pirms",
|
"before": "Pirms",
|
||||||
"label": "Laiks"
|
"label": "Laiks",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Pirmdiena"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Vienība ar atrašanos vietu",
|
"entity": "Vienība ar atrašanos vietu",
|
||||||
|
@ -3409,6 +3409,7 @@
|
|||||||
"playback_title": "Meldingsavspilling"
|
"playback_title": "Meldingsavspilling"
|
||||||
},
|
},
|
||||||
"my": {
|
"my": {
|
||||||
|
"component_not_loaded": "Denne viderekoblingen støttes ikke av Home Assistant-forekomsten. Du trenger integrasjonen {integration} å bruke denne viderekoblingen.",
|
||||||
"error": "Det oppstod en ukjent feil",
|
"error": "Det oppstod en ukjent feil",
|
||||||
"faq_link": "Vanlige spørsmål om Min Home Assistant",
|
"faq_link": "Vanlige spørsmål om Min Home Assistant",
|
||||||
"not_supported": "Denne viderekoblingen støttes ikke av Home Assistant-forekomsten. Se på {link} for viderekoblinger som støttes, og hvilken versjon de ble introdusert."
|
"not_supported": "Denne viderekoblingen støttes ikke av Home Assistant-forekomsten. Se på {link} for viderekoblinger som støttes, og hvilken versjon de ble introdusert."
|
||||||
|
@ -766,7 +766,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "Etter",
|
"after": "Etter",
|
||||||
"before": "Før",
|
"before": "Før",
|
||||||
"label": "Tid"
|
"label": "Tid",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "mandag"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Eining med posisjon",
|
"entity": "Eining med posisjon",
|
||||||
|
@ -73,6 +73,15 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"automation": {
|
"automation": {
|
||||||
"editor": {
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Понедељак"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"type": {
|
"type": {
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
|
@ -56,6 +56,15 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"automation": {
|
"automation": {
|
||||||
"editor": {
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "Понедељак"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"learn_more": "Сазнајте више о окидачима",
|
"learn_more": "Сазнајте више о окидачима",
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -239,6 +239,15 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"automation": {
|
"automation": {
|
||||||
"editor": {
|
"editor": {
|
||||||
|
"conditions": {
|
||||||
|
"type": {
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "திங்கட்கிழமை"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"type": {
|
"type": {
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
|
@ -409,7 +409,10 @@
|
|||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"after": "తరువాత",
|
"after": "తరువాత",
|
||||||
"before": "ముందు"
|
"before": "ముందు",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "సోమవారం"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -670,7 +670,10 @@
|
|||||||
"time": {
|
"time": {
|
||||||
"after": "หลังจาก",
|
"after": "หลังจาก",
|
||||||
"before": "ก่อนที่จะ",
|
"before": "ก่อนที่จะ",
|
||||||
"label": "เวลา"
|
"label": "เวลา",
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "วันจันทร์"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"zone": {
|
"zone": {
|
||||||
"entity": "Entity พร้อมตำแหน่ง",
|
"entity": "Entity พร้อมตำแหน่ง",
|
||||||
|
@ -37,6 +37,11 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"device": {
|
"device": {
|
||||||
"label": "آلہ"
|
"label": "آلہ"
|
||||||
|
},
|
||||||
|
"time": {
|
||||||
|
"weekdays": {
|
||||||
|
"mon": "پیر"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user