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