mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Update translations
This commit is contained in:
parent
4c65767e5a
commit
859ffdb66d
@ -234,7 +234,7 @@
|
||||
},
|
||||
"query_stage": {
|
||||
"initializing": "قيد الانشاء ({query_stage})",
|
||||
"dead": "منفصل ({query_stage})"
|
||||
"dead": "مفصول ({query_stage})"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -307,7 +307,7 @@
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "إدارة الخادم",
|
||||
"introduction": "التحكم بخادم نظام مساعد البيت ... من الواجهة الأساسية.",
|
||||
"introduction": "تحكم بسيرفر Home Assistant ... من Home Assistant.",
|
||||
"restart": "إعادة تشغيل",
|
||||
"stop": "إيقاف"
|
||||
}
|
||||
@ -336,13 +336,27 @@
|
||||
"automation": {
|
||||
"caption": "التشغيل التلقائي",
|
||||
"description": "إنشاء وتحرير التشغيل الألي",
|
||||
"picker": {
|
||||
"header": "محرر المتحكم الآلي",
|
||||
"introduction": "محرر المتحكم الآلي يسمح لك بإنشاء وتحرير المتحكمات الآلية. يرجى قراءة [الإرشادات] (https:\/\/home-assistant.io\/docs\/automation\/editor\/) للتأكد من إعدادك Home Assistant بشكل صحيح.",
|
||||
"pick_automation": "أختر متحكم آلي للتعديل",
|
||||
"no_automations": "لم تعثر على أي متحكم آلي قابل للتعديل",
|
||||
"add_automation": "أضف متحكم آلي"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "استخدم المتحكمات الآلية لتجعل منزلك ينبض بالحياة",
|
||||
"default_name": "متحكم آلي جديد",
|
||||
"save": "حفظ",
|
||||
"unsaved_confirm": "لديك تغييرات غير محفوظة. هل أنت متأكد من أنك تريد أن تغادر ؟",
|
||||
"alias": "الاسم",
|
||||
"triggers": {
|
||||
"duplicate": "نسخ",
|
||||
"header": "المشغلات",
|
||||
"introduction": "المشغلات هي ما يبدأ تشغيل قاعدة المتحكم الآلي. من الممكن تحديد مشغلات متعددة لنفس القاعدة. بمجرد بدء المشغل ، سيقوم Home Assistant بالتحقق من الشروط ، إن وجدت ، واستدعاء الإجراء. \n\n [مزيد من المعلومات حول المشغلات.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||
"add": "أضف مشغل",
|
||||
"duplicate": "تكرار",
|
||||
"delete": "حذف",
|
||||
"delete_confirm": "هل تريد الحذف فعلا؟",
|
||||
"unsupported_platform": "منصة غير مدعومة: {platform}",
|
||||
"type_select": "نوع المشغل",
|
||||
"type": {
|
||||
"event": {
|
||||
@ -356,9 +370,10 @@
|
||||
"to": "إلى"
|
||||
},
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"event": "الحدث:",
|
||||
"start": "بداية",
|
||||
"shutdown": "إيقاف"
|
||||
"start": "بدء",
|
||||
"shutdown": "إيقاف التشغيل"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "MQTT",
|
||||
@ -375,7 +390,7 @@
|
||||
"label": "الشمس",
|
||||
"event": "الحدث",
|
||||
"sunrise": "شروق الشمس",
|
||||
"sunset": "Zonsondergang",
|
||||
"sunset": "غروب الشمس",
|
||||
"offset": "إزاحة (اختياري)"
|
||||
},
|
||||
"template": {
|
||||
@ -387,22 +402,23 @@
|
||||
"at": "عند"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zone",
|
||||
"entity": "الجهاز في المنطقة",
|
||||
"zone": "Zone",
|
||||
"label": "المنطقة",
|
||||
"entity": "اسم الجهاز مع المنطقة",
|
||||
"zone": "المنطقة",
|
||||
"event": "الحدث",
|
||||
"enter": "Betreedt",
|
||||
"leave": "Verlaat"
|
||||
"enter": "دخول",
|
||||
"leave": "مغادرة"
|
||||
}
|
||||
}
|
||||
},
|
||||
"conditions": {
|
||||
"header": "الشروط",
|
||||
"introduction": "الشروط هي جزء اختياري من قواعد المتحكم الآلي ويمكن استخدامها لمنع تفعّل الإجراء بالمشغل. الشروط تبدو متشابهة جدًا مع المشغلات ولكنها مختلفة جدًا. سينظر المشغل في الأحداث التي تحدث في النظام بينما ينظر الشرط فقط إلى كيفية ظهور النظام الآن. يستطيع المشغل ملاحظة أن مفتاح التشغيل تم تشغيله. بينما الشرط يرى فقط ما إذا كان أحد المفاتيح هل هو قيد التشغيل أو الإيقاف حاليًا. \n\n [مزيد من المعلومات حول الشروط.] (https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||
"add": "إضافة شرط",
|
||||
"duplicate": "نسخ",
|
||||
"duplicate": "تكرار",
|
||||
"delete": "حذف",
|
||||
"delete_confirm": "ها تريد الحذف فعلا؟",
|
||||
"unsupported_condition": "شوط غير مدعوم: {شرط}",
|
||||
"delete_confirm": "هل تريد الحذف فعلا؟",
|
||||
"unsupported_condition": "شرط غير مدعوم: {condition}",
|
||||
"type_select": "نوع الشرط",
|
||||
"type": {
|
||||
"state": {
|
||||
@ -419,8 +435,8 @@
|
||||
"label": "الشمس",
|
||||
"before": "قبل",
|
||||
"after": "بعد",
|
||||
"before_offset": "بعد الإزاحة (اختياري)",
|
||||
"after_offset": "بعد الإزاحة (اختياري)",
|
||||
"before_offset": "تأخير الوقت (اختياري)",
|
||||
"after_offset": "تقديم الوقت (اختياري)",
|
||||
"sunrise": "شروق الشمس",
|
||||
"sunset": "غروب الشمس"
|
||||
},
|
||||
@ -442,10 +458,12 @@
|
||||
},
|
||||
"actions": {
|
||||
"header": "الإجراءات",
|
||||
"introduction": "الإجراءات هي ما سيفعله Home Assistant عندما يتفعّل الجهاز المُتحَكم به.\n\n [مزيد من المعلومات حول الإجراءات.] (https:\/\/home-assistant.io\/docs\/automation\/action\/)",
|
||||
"add": "أضف إجراء",
|
||||
"duplicate": "نسخ",
|
||||
"duplicate": "تكرار",
|
||||
"delete": "حذف",
|
||||
"delete_confirm": "هل تريد الحذف فعلا؟",
|
||||
"unsupported_action": "إجراء غير مدعوم: {action}",
|
||||
"type_select": "نوع الإجراء",
|
||||
"type": {
|
||||
"service": {
|
||||
@ -465,6 +483,7 @@
|
||||
"label": "الشرط"
|
||||
},
|
||||
"event": {
|
||||
"label": "إجراء الحريق",
|
||||
"event": "الحدث",
|
||||
"service_data": "بيانات الخدمة"
|
||||
}
|
||||
@ -478,7 +497,7 @@
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "إدارة شبكة موجة-Z"
|
||||
"description": "إدارة شبكة Z-Wave"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1,10 +1,87 @@
|
||||
{
|
||||
"state": {
|
||||
"binary_sensor": {
|
||||
"opening": {
|
||||
"off": "Cau",
|
||||
"on": "Agor"
|
||||
},
|
||||
"safety": {
|
||||
"off": "Diogel",
|
||||
"on": "Anniogel"
|
||||
},
|
||||
"presence": {
|
||||
"off": "Allan",
|
||||
"on": "Cartref"
|
||||
},
|
||||
"battery": {
|
||||
"off": "Arferol",
|
||||
"on": "Isel"
|
||||
},
|
||||
"problem": {
|
||||
"off": "iawn",
|
||||
"on": "Problem"
|
||||
},
|
||||
"connectivity": {
|
||||
"off": "Wedi datgysylltu",
|
||||
"on": "Cysylltiedig"
|
||||
},
|
||||
"cold": {
|
||||
"off": "i ffwrdd",
|
||||
"on": "Oer"
|
||||
},
|
||||
"door": {
|
||||
"off": "Cau",
|
||||
"on": "Agor"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Cau",
|
||||
"on": "Agor"
|
||||
},
|
||||
"heat": {
|
||||
"off": "Arferol",
|
||||
"on": "Poeth"
|
||||
},
|
||||
"window": {
|
||||
"off": "Cau",
|
||||
"on": "Agored"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Cloi",
|
||||
"on": "Dad-gloi"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
"off": "i ffwrdd",
|
||||
"on": "Ar"
|
||||
},
|
||||
"camera": {
|
||||
"recording": "Recordio",
|
||||
"streaming": "Ffrydio",
|
||||
"idle": "Segur"
|
||||
},
|
||||
"climate": {
|
||||
"off": "i ffwrdd",
|
||||
"on": "Ar",
|
||||
"heat": "Gwres",
|
||||
"cool": "Sefydlog",
|
||||
"idle": "Segur",
|
||||
"auto": "Awto",
|
||||
"dry": "Sych",
|
||||
"fan_only": "Fan yn unig"
|
||||
"fan_only": "Fan yn unig",
|
||||
"eco": "Eco",
|
||||
"electric": "Trydan",
|
||||
"performance": "Perfformiad",
|
||||
"high_demand": "Galw uchel",
|
||||
"heat_pump": "Pwmp gwres",
|
||||
"gas": "Nwy"
|
||||
},
|
||||
"configurator": {
|
||||
"configure": "Ffurfweddu",
|
||||
"configured": "Wedi'i ffurfweddu"
|
||||
},
|
||||
"cover": {
|
||||
"open": "Agor",
|
||||
"opening": "Yn agor",
|
||||
"closed": "Ar gau",
|
||||
"closing": "Cau",
|
||||
"stopped": "Stopio"
|
||||
@ -37,7 +114,8 @@
|
||||
"on": "Ar"
|
||||
},
|
||||
"light": {
|
||||
"off": "i ffwrdd"
|
||||
"off": "i ffwrdd",
|
||||
"on": "Ar"
|
||||
},
|
||||
"lock": {
|
||||
"locked": "Wedi cloi",
|
||||
@ -48,6 +126,7 @@
|
||||
"on": "Ar",
|
||||
"playing": "Chwarae",
|
||||
"paused": "Wedi rhewi",
|
||||
"idle": "Segur",
|
||||
"standby": "Gorffwys"
|
||||
},
|
||||
"plant": {
|
||||
@ -91,48 +170,6 @@
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"armed_custom_bypass": "Ffordd osgoi larwm personol"
|
||||
},
|
||||
"binary_sensor": {
|
||||
"presence": {
|
||||
"off": "Allan",
|
||||
"on": "Cartref"
|
||||
},
|
||||
"battery": {
|
||||
"off": "Arferol",
|
||||
"on": "Isel"
|
||||
},
|
||||
"problem": {
|
||||
"off": "iawn",
|
||||
"on": "Problem"
|
||||
},
|
||||
"connectivity": {
|
||||
"off": "Wedi datgysylltu",
|
||||
"on": "Cysylltiedig"
|
||||
},
|
||||
"cold": {
|
||||
"off": "i ffwrdd",
|
||||
"on": "Oer"
|
||||
},
|
||||
"door": {
|
||||
"off": "Cau",
|
||||
"on": "Agor"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Cau",
|
||||
"on": "Agor"
|
||||
},
|
||||
"heat": {
|
||||
"off": "Arferol",
|
||||
"on": "Poeth"
|
||||
},
|
||||
"window": {
|
||||
"off": "Cau",
|
||||
"on": "Agored"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Cloi",
|
||||
"on": "Dad-gloi"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state_badge": {
|
||||
@ -247,6 +284,7 @@
|
||||
"alias": "Enw",
|
||||
"triggers": {
|
||||
"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\/)",
|
||||
"add": "Ychwanegu sbardun",
|
||||
"duplicate": "Dyblyg",
|
||||
"delete": "Dileu",
|
||||
@ -308,6 +346,7 @@
|
||||
},
|
||||
"conditions": {
|
||||
"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\/)",
|
||||
"add": "Ychwanegu amodau",
|
||||
"duplicate": "Dyblygu",
|
||||
"delete": "Dileu",
|
||||
|
@ -113,6 +113,10 @@
|
||||
"window": {
|
||||
"off": "Lukket",
|
||||
"on": "Åben"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Låst",
|
||||
"on": "Ulåst"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
@ -284,6 +288,7 @@
|
||||
"core": {
|
||||
"header": "Konfiguration og server kontrol",
|
||||
"validation": {
|
||||
"heading": "Konfigurations validering ",
|
||||
"check_config": "Tjek konfiguration",
|
||||
"valid": "Konfiguration gyldig!",
|
||||
"invalid": "Konfigurationen ugyldig"
|
||||
@ -297,6 +302,7 @@
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Serveradministration",
|
||||
"introduction": "Kontroller din Home Assistant server... fra Home Assistant.",
|
||||
"restart": "Genstart",
|
||||
"stop": "Stop"
|
||||
}
|
||||
@ -324,8 +330,21 @@
|
||||
"automation": {
|
||||
"caption": "Automatisering",
|
||||
"description": "Opret og rediger automatiseringer",
|
||||
"picker": {
|
||||
"pick_automation": "Vælg automatisering for at redigere",
|
||||
"no_automations": "Vi kunne ikke finde nogen redigerbare automatiseringer",
|
||||
"add_automation": "Tilføj automatisering"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Brug automatiseringer til at vække dit hjem til live",
|
||||
"default_name": "Ny automatisering",
|
||||
"save": "Gem",
|
||||
"unsaved_confirm": "Du har ikke-gemte ændringer. Er du sikker på, at du vil forlade?",
|
||||
"alias": "Navn",
|
||||
"triggers": {
|
||||
"header": "Udløser",
|
||||
"add": "Tilføj udløser",
|
||||
"duplicate": "Kopier",
|
||||
"delete": "Slet",
|
||||
"delete_confirm": "Sikker på, at du vil slette?",
|
||||
"type_select": "Udløser type",
|
||||
@ -341,6 +360,7 @@
|
||||
"to": "Til"
|
||||
},
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"event": "Begivenhed",
|
||||
"start": "Start",
|
||||
"shutdown": "Luk ned"
|
||||
@ -349,8 +369,83 @@
|
||||
"label": "MQTT",
|
||||
"topic": "Emne"
|
||||
},
|
||||
"numeric_state": {
|
||||
"above": "Over",
|
||||
"below": "Under"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
"sunrise": "Solopgang",
|
||||
"sunset": "Solnedgang"
|
||||
},
|
||||
"template": {
|
||||
"label": "Skabelon",
|
||||
"value_template": "Værdi skabelon"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tid",
|
||||
"at": "Klokken"
|
||||
},
|
||||
"zone": {
|
||||
"entity": "Enhed med placering",
|
||||
"event": "Begivenhed",
|
||||
"enter": "Ankom",
|
||||
"leave": "Forlade"
|
||||
}
|
||||
}
|
||||
},
|
||||
"conditions": {
|
||||
"header": "Betingelser",
|
||||
"add": "Tilføj betingelse",
|
||||
"duplicate": "Kopier",
|
||||
"delete": "Slet",
|
||||
"delete_confirm": "Er du sikker på du vil slette?",
|
||||
"unsupported_condition": "Ikke-understøttet betingelse: {betingelse}",
|
||||
"type_select": "Betingelsestype",
|
||||
"type": {
|
||||
"state": {
|
||||
"label": "Tilstand",
|
||||
"state": "Tilstand"
|
||||
},
|
||||
"numeric_state": {
|
||||
"above": "Over",
|
||||
"below": "Under",
|
||||
"value_template": "Værdi skabelon (ikke krævet)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
"before": "Før:",
|
||||
"after": "Efter:",
|
||||
"sunrise": "Solopgang",
|
||||
"sunset": "Solnedgang"
|
||||
},
|
||||
"template": {
|
||||
"label": "Skabelon"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tid",
|
||||
"after": "Efter",
|
||||
"before": "Før"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"duplicate": "Kopier",
|
||||
"delete": "Slet",
|
||||
"delete_confirm": "Er du sikker på du vil slette?",
|
||||
"type": {
|
||||
"service": {
|
||||
"label": "Kald service"
|
||||
},
|
||||
"delay": {
|
||||
"label": "Forsinkelse",
|
||||
"delay": "Forsinkelse"
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Vent"
|
||||
},
|
||||
"condition": {
|
||||
"label": "Betingelse"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -391,6 +486,16 @@
|
||||
"persistent_notification": {
|
||||
"dismiss": "Afvis"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"entity": {
|
||||
"entity-picker": {
|
||||
"entity": "Enhed"
|
||||
}
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Service"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
|
@ -279,6 +279,20 @@
|
||||
"config": {
|
||||
"zwave": {
|
||||
"caption": "Z-Wave"
|
||||
},
|
||||
"automation": {
|
||||
"editor": {
|
||||
"actions": {
|
||||
"type": {
|
||||
"condition": {
|
||||
"label": "תנאי"
|
||||
},
|
||||
"event": {
|
||||
"event": "ארוע"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -115,8 +115,8 @@
|
||||
"on": "Nyitva"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Lezárt",
|
||||
"on": "Nyitott"
|
||||
"off": "Bezárva",
|
||||
"on": "Kinyitva"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
|
@ -1,13 +1,140 @@
|
||||
{
|
||||
"domain": {
|
||||
"group": "Grup",
|
||||
"input_select": "Pilih input",
|
||||
"input_text": "Masukkan teks",
|
||||
"light": "Lampu",
|
||||
"lock": "Kunci"
|
||||
"panel": {
|
||||
"config": "Konfigurasi",
|
||||
"states": "Ikhtisar",
|
||||
"map": "Peta",
|
||||
"logbook": "Buku catatan",
|
||||
"history": "Riwayat",
|
||||
"mailbox": "Kotak pesan",
|
||||
"shopping_list": "Daftar belanja",
|
||||
"dev-services": "Layanan",
|
||||
"dev-states": "Status",
|
||||
"dev-events": "Event",
|
||||
"dev-templates": "Template"
|
||||
},
|
||||
"state": {
|
||||
"default": {
|
||||
"unknown": "Tidak diketahui",
|
||||
"unavailable": "Tidak tersedia"
|
||||
},
|
||||
"alarm_control_panel": {
|
||||
"pending": "Tertunda",
|
||||
"triggered": "Terpicu"
|
||||
},
|
||||
"binary_sensor": {
|
||||
"moisture": {
|
||||
"off": "Kering",
|
||||
"on": "Basah"
|
||||
},
|
||||
"gas": {
|
||||
"off": "Kosong",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"motion": {
|
||||
"off": "Tidak ada",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"occupancy": {
|
||||
"off": "Tidak ada",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"smoke": {
|
||||
"off": "Tidak ada",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"sound": {
|
||||
"off": "Tidak ada",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"vibration": {
|
||||
"off": "Tidak ada",
|
||||
"on": "Terdeteksi"
|
||||
},
|
||||
"safety": {
|
||||
"off": "Aman",
|
||||
"on": "Tidak aman"
|
||||
},
|
||||
"battery": {
|
||||
"off": "Normal",
|
||||
"on": "Rendah"
|
||||
},
|
||||
"problem": {
|
||||
"off": "OK",
|
||||
"on": "Masalah"
|
||||
},
|
||||
"connectivity": {
|
||||
"off": "Terputus",
|
||||
"on": "Terhubung"
|
||||
},
|
||||
"cold": {
|
||||
"off": "Normal",
|
||||
"on": "Dingin"
|
||||
},
|
||||
"door": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
},
|
||||
"heat": {
|
||||
"off": "Normal",
|
||||
"on": "Panas"
|
||||
},
|
||||
"window": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Terkunci",
|
||||
"on": "Terbuka"
|
||||
}
|
||||
},
|
||||
"configurator": {
|
||||
"configure": "Konfigurasi",
|
||||
"configured": "Terkonfigurasi"
|
||||
},
|
||||
"cover": {
|
||||
"open": "Buka",
|
||||
"opening": "Membuka",
|
||||
"closed": "Tertutup",
|
||||
"closing": "Menutup",
|
||||
"stopped": "Terhenti"
|
||||
},
|
||||
"device_tracker": {
|
||||
"home": "Di rumah",
|
||||
"not_home": "Keluar"
|
||||
},
|
||||
"group": {
|
||||
"home": "Di rumah",
|
||||
"not_home": "Keluar",
|
||||
"open": "Terbuka",
|
||||
"opening": "Membuka",
|
||||
"closed": "Tertutup",
|
||||
"closing": "Menutup",
|
||||
"stopped": "Tertutup",
|
||||
"locked": "Terkunci",
|
||||
"unlocked": "Terbuka",
|
||||
"problem": "Malasah"
|
||||
},
|
||||
"lock": {
|
||||
"locked": "Terkunci",
|
||||
"unlocked": "Terbuka"
|
||||
},
|
||||
"plant": {
|
||||
"problem": "Masalah"
|
||||
},
|
||||
"sun": {
|
||||
"above_horizon": "Terbit",
|
||||
"below_horizon": "Tenggelam"
|
||||
}
|
||||
},
|
||||
"ui": {
|
||||
"panel": {
|
||||
"shopping-list": {
|
||||
"add_item": "Tambah item"
|
||||
},
|
||||
"history": {
|
||||
"period": "Periode"
|
||||
},
|
||||
@ -72,7 +199,148 @@
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Otomasi",
|
||||
"description": "Buat dan edit otomasi"
|
||||
"description": "Buat dan edit otomasi",
|
||||
"picker": {
|
||||
"header": "Editor otomasi",
|
||||
"pick_automation": "Pilih otomasi untuk diedit",
|
||||
"no_automations": "Kami tidak dapat menemukan otomasi yang dapat diedit",
|
||||
"add_automation": "Tambah otomasi"
|
||||
},
|
||||
"editor": {
|
||||
"introduction": "Gunakan otomasi untuk menghidupkan rumah Anda",
|
||||
"default_name": "Otomasi baru",
|
||||
"save": "Simpan",
|
||||
"unsaved_confirm": "Anda memiliki perubahan yang belum disimpan. Anda yakin ingin keluar?",
|
||||
"alias": "Nama",
|
||||
"triggers": {
|
||||
"header": "Pemicu",
|
||||
"add": "Tambah pemicu",
|
||||
"duplicate": "Gandakan",
|
||||
"delete": "Hapus",
|
||||
"delete_confirm": "Anda yakin ingin menghapus?",
|
||||
"type_select": "Jenis pemicu",
|
||||
"type": {
|
||||
"event": {
|
||||
"event_type": "Jenis event",
|
||||
"event_data": "Data event"
|
||||
},
|
||||
"state": {
|
||||
"label": "Status",
|
||||
"from": "Dari",
|
||||
"to": "Ke"
|
||||
},
|
||||
"homeassistant": {
|
||||
"event": "Event:",
|
||||
"start": "Mulai",
|
||||
"shutdown": "Matikan"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "MQTT",
|
||||
"topic": "Topik"
|
||||
},
|
||||
"numeric_state": {
|
||||
"label": "Status nomor",
|
||||
"above": "Lebih dari",
|
||||
"below": "Di bawah",
|
||||
"value_template": "Nilai template (opsional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Matahari",
|
||||
"event": "Event",
|
||||
"sunrise": "Matahari terbit",
|
||||
"sunset": "Matahari terbenam"
|
||||
},
|
||||
"template": {
|
||||
"label": "Template",
|
||||
"value_template": "Nilai template"
|
||||
},
|
||||
"time": {
|
||||
"label": "Waktu",
|
||||
"at": "Jam"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zona",
|
||||
"entity": "Entiti dengan lokasi",
|
||||
"zone": "Zona",
|
||||
"event": "Event",
|
||||
"enter": "Masuk",
|
||||
"leave": "Keluar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"conditions": {
|
||||
"header": "Kondisi",
|
||||
"add": "Tambah kondisi",
|
||||
"duplicate": "Gandakan",
|
||||
"delete": "Hapus",
|
||||
"delete_confirm": "Anda yakin ingin menghapus?",
|
||||
"unsupported_condition": "Kondisi tidak didukung: {condition}",
|
||||
"type_select": "Jenis kondisi",
|
||||
"type": {
|
||||
"state": {
|
||||
"label": "Status",
|
||||
"state": "Status"
|
||||
},
|
||||
"numeric_state": {
|
||||
"label": "Status Nomor",
|
||||
"above": "Lebih dari",
|
||||
"below": "Kurang dari",
|
||||
"value_template": "Nilai template (opsional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Matahari",
|
||||
"before": "Sebelum",
|
||||
"after": "Sesudah",
|
||||
"sunrise": "Matahari terbit",
|
||||
"sunset": "Matahari terbenam"
|
||||
},
|
||||
"template": {
|
||||
"label": "Template",
|
||||
"value_template": "Nilai template"
|
||||
},
|
||||
"time": {
|
||||
"label": "Waktu",
|
||||
"after": "Sesudah",
|
||||
"before": "Sebelum"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zona",
|
||||
"entity": "Entiti dengan lokasi",
|
||||
"zone": "Zona"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Aksi",
|
||||
"introduction": "Aksi adalah apa yang Home Assistant akan lakukan ketika otomasi terpicu",
|
||||
"add": "Tambah aksi",
|
||||
"duplicate": "Gandakan",
|
||||
"delete": "Hapus",
|
||||
"delete_confirm": "Anda yakin ingin menghapus?",
|
||||
"unsupported_action": "Aksi tidak didukung: {condition}",
|
||||
"type_select": "Jenis aksi",
|
||||
"type": {
|
||||
"service": {
|
||||
"label": "Panggil layanan",
|
||||
"service_data": "Data layanan"
|
||||
},
|
||||
"delay": {
|
||||
"label": "Tunda",
|
||||
"delay": "Tunda"
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Tunggu"
|
||||
},
|
||||
"condition": {
|
||||
"label": "Kondisi"
|
||||
},
|
||||
"event": {
|
||||
"event": "Event",
|
||||
"service_data": "Data layanan"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "Script",
|
||||
@ -85,6 +353,7 @@
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Memuat",
|
||||
"cancel": "Batalkan"
|
||||
},
|
||||
"login-form": {
|
||||
@ -99,32 +368,44 @@
|
||||
"persistent_notification": {
|
||||
"dismiss": "Abaikan"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"binary_sensor": {
|
||||
"cold": {
|
||||
"off": "Normal",
|
||||
"on": "Dingin"
|
||||
},
|
||||
"components": {
|
||||
"entity": {
|
||||
"entity-picker": {
|
||||
"entity": "Entiti"
|
||||
}
|
||||
},
|
||||
"door": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
},
|
||||
"garage_door": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
},
|
||||
"heat": {
|
||||
"off": "Normal",
|
||||
"on": "Panas"
|
||||
},
|
||||
"window": {
|
||||
"off": "Tertutup",
|
||||
"on": "Terbuka"
|
||||
"service-picker": {
|
||||
"service": "Layanan"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
"alarm_control_panel": "Kontrol panel alarm",
|
||||
"automation": "Otomasi",
|
||||
"calendar": "Kalender",
|
||||
"camera": "Kamera",
|
||||
"climate": "Cuaca",
|
||||
"configurator": "Konfigurator",
|
||||
"conversation": "Percakapan",
|
||||
"device_tracker": "Pelacak perangkat",
|
||||
"fan": "Kipas angin",
|
||||
"history_graph": "Riwayat Grafik",
|
||||
"group": "Grup",
|
||||
"input_datetime": "Masukkan tanggal waktu",
|
||||
"input_select": "Pilih input",
|
||||
"input_number": "Masukkan angka",
|
||||
"input_text": "Masukkan teks",
|
||||
"light": "Lampu",
|
||||
"lock": "Kunci",
|
||||
"mailbox": "Kotak pesan",
|
||||
"media_player": "Pemutar media",
|
||||
"notify": "Memberitahu",
|
||||
"script": "Script",
|
||||
"sensor": "Sensor",
|
||||
"sun": "Matahari",
|
||||
"switch": "Sakelar"
|
||||
},
|
||||
"attribute": {
|
||||
"weather": {
|
||||
"humidity": "Kelembaban",
|
||||
|
@ -153,7 +153,7 @@
|
||||
"opening": "여는중",
|
||||
"closed": "닫힘",
|
||||
"closing": "닫는중",
|
||||
"stopped": "정지됨"
|
||||
"stopped": "멈춤"
|
||||
},
|
||||
"device_tracker": {
|
||||
"home": "재실",
|
||||
@ -172,7 +172,7 @@
|
||||
"opening": "여는중",
|
||||
"closed": "닫힘",
|
||||
"closing": "닫는중",
|
||||
"stopped": "정지됨",
|
||||
"stopped": "멈춤",
|
||||
"locked": "잠김",
|
||||
"unlocked": "해제",
|
||||
"ok": "좋음",
|
||||
@ -547,7 +547,7 @@
|
||||
"climate": "공조장치",
|
||||
"configurator": "구성",
|
||||
"conversation": "대화",
|
||||
"cover": "커버",
|
||||
"cover": "여닫이",
|
||||
"device_tracker": "추적장치",
|
||||
"fan": "송풍기",
|
||||
"history_graph": "기록그래프",
|
||||
|
@ -7,7 +7,7 @@
|
||||
"history": "Geschiedenis",
|
||||
"mailbox": "Postvak",
|
||||
"shopping_list": "Boodschappenlijst",
|
||||
"dev-services": "Diensten",
|
||||
"dev-services": "Services",
|
||||
"dev-states": "Toestanden",
|
||||
"dev-events": "Gebeurtenissen",
|
||||
"dev-templates": "Sjablonen",
|
||||
@ -196,7 +196,7 @@
|
||||
"playing": "Afspelen",
|
||||
"paused": "Gepauzeerd",
|
||||
"idle": "Inactief",
|
||||
"standby": "Stand-by"
|
||||
"standby": "Standby"
|
||||
},
|
||||
"plant": {
|
||||
"ok": "OK",
|
||||
@ -207,7 +207,7 @@
|
||||
"on": "Aan"
|
||||
},
|
||||
"scene": {
|
||||
"scening": "Scenarios"
|
||||
"scening": "Scènes"
|
||||
},
|
||||
"script": {
|
||||
"off": "Uit",
|
||||
@ -282,24 +282,24 @@
|
||||
},
|
||||
"config": {
|
||||
"header": "Configureer Home Assistant",
|
||||
"introduction": "Hier kunt u uw componenten en Home Assistant configureren. Het is nog niet mogelijk om alles te configureren vanuit de interface, maar we werken er aan.",
|
||||
"introduction": "Hier kun je je componenten en Home Assistant configureren. Het is nog niet mogelijk om alles te configureren vanuit de interface, maar we werken er aan.",
|
||||
"core": {
|
||||
"caption": "Algemeen",
|
||||
"description": "Valideer uw configuratiebestand en beheer de server",
|
||||
"description": "Valideer je configuratiebestand en beheer de server",
|
||||
"section": {
|
||||
"core": {
|
||||
"header": "Configuratie en serverbeheer",
|
||||
"introduction": "Het aanpassen van uw configuratie kan een moeizaam proces zijn. Dat weten we. Dit onderdeel probeert u het leven iets makkelijker te maken.",
|
||||
"introduction": "Het aanpassen van je configuratie kan een moeizaam proces zijn. Dat weten we. Dit onderdeel probeert je het leven iets makkelijker te maken.",
|
||||
"validation": {
|
||||
"heading": "Valideer configuratie",
|
||||
"introduction": "Controleer uw configuratie als u onlangs wijzigingen heeft aangebracht en er zeker van wil zijn dat deze geldig is",
|
||||
"introduction": "Controleer je configuratie als je onlangs wijzigingen hebt aangebracht en zeker wilt weten dat ze geldig zijn",
|
||||
"check_config": "Controleer configuratie",
|
||||
"valid": "Geldige configuratie!",
|
||||
"invalid": "Ongeldige configuratie"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "Configuratie herladen",
|
||||
"introduction": "Sommige delen van Home Assistant kunnen opnieuw worden geladen zonder dat een herstart vereist is. Als u reload gebruikt, wordt de huidige configuratie leeggemaakt en wordt de nieuwe geladen.",
|
||||
"introduction": "Sommige delen van Home Assistant kunnen opnieuw worden geladen zonder dat een herstart vereist is. Als je herladen gebruikt, wordt de huidige configuratie leeggemaakt en wordt de nieuwe geladen.",
|
||||
"core": "Herlaad kern",
|
||||
"group": "Herlaad groepen",
|
||||
"automation": "Herlaad automatiseringen",
|
||||
@ -307,15 +307,15 @@
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Serverbeheer",
|
||||
"introduction": "Beheer uw Home Assistant-server ... via Home Assistant.",
|
||||
"introduction": "Beheer je Home Assistant-server ... vanuit Home Assistant.",
|
||||
"restart": "Herstarten",
|
||||
"stop": "Stop"
|
||||
}
|
||||
},
|
||||
"push_notifications": {
|
||||
"header": "Configureer push-meldingen",
|
||||
"header": "Configureer pushmeldingen",
|
||||
"introduction": "Schakel deze instelling in om pushmeldingen op dit apparaat te ontvangen",
|
||||
"push_notifications": "Push-meldingen"
|
||||
"push_notifications": "Pushmeldingen"
|
||||
},
|
||||
"translation": {
|
||||
"header": "Kies een taal",
|
||||
@ -331,14 +331,14 @@
|
||||
},
|
||||
"customize": {
|
||||
"caption": "Aanpassingen",
|
||||
"description": "Pas uw entiteiten aan"
|
||||
"description": "Pas je entiteiten aan"
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automatisering",
|
||||
"description": "Het maken en bewerken van automatiseringen",
|
||||
"picker": {
|
||||
"header": "Automatiseringsbewerker",
|
||||
"introduction": "Met de automatiseringsbewerker kun je automatiseringen maken en bewerken. Lees [de instructies](https:\/\/home-assistant.io\/docs\/automation\/editor\/) om er zeker van te zijn of je Home Assistant juist hebt geconfigureerd.",
|
||||
"introduction": "Met de automatiseringsbewerker kun je automatiseringen maken en bewerken. Lees [de instructies](https:\/\/home-assistant.io\/docs\/automation\/editor\/) om er zeker van te zijn dat je Home Assistant juist hebt geconfigureerd.",
|
||||
"pick_automation": "Kies te bewerken automatisering",
|
||||
"no_automations": "We konden geen bewerkbare automatiseringen vinden",
|
||||
"add_automation": "Automatisering toevoegen"
|
||||
@ -351,7 +351,7 @@
|
||||
"alias": "Naam",
|
||||
"triggers": {
|
||||
"header": "",
|
||||
"introduction": "Triggers zijn wat de verwerking van een automatiseringsregel begint. Het is mogelijk om meerdere triggers voor dezelfde regel op te geven. Zodra een trigger start, valideert de Home Assistant de eventuele voorwaarden en roept hij de actie op. \n\n [Meer informatie over triggers.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||
"introduction": "Triggers starten de verwerking van een automatiseringsregel. Het is mogelijk om meerdere triggers voor dezelfde regel op te geven. Zodra een trigger start, valideert Home Assistant de eventuele voorwaarden en roept hij de actie aan. \n\n [Meer informatie over triggers.] (https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||
"add": "Trigger toevoegen",
|
||||
"duplicate": "Dupliceren",
|
||||
"delete": "Verwijderen",
|
||||
@ -361,8 +361,8 @@
|
||||
"type": {
|
||||
"event": {
|
||||
"label": "Gebeurtenis",
|
||||
"event_type": "Gebeurtenis type",
|
||||
"event_data": "Gebeurtenis data"
|
||||
"event_type": "Gebeurtenistype",
|
||||
"event_data": "Gebeurtenisdata"
|
||||
},
|
||||
"state": {
|
||||
"label": "Staat",
|
||||
@ -384,7 +384,7 @@
|
||||
"label": "Numerieke staat",
|
||||
"above": "Boven",
|
||||
"below": "Onder",
|
||||
"value_template": "Waarde template (optioneel)"
|
||||
"value_template": "Waardesjabloon (optioneel)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Zon",
|
||||
@ -395,7 +395,7 @@
|
||||
},
|
||||
"template": {
|
||||
"label": "Sjabloon",
|
||||
"value_template": "Waarde template"
|
||||
"value_template": "Waardesjabloon"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tijd",
|
||||
@ -429,7 +429,7 @@
|
||||
"label": "Numerieke status",
|
||||
"above": "Boven",
|
||||
"below": "Onder",
|
||||
"value_template": "Waarde template (optioneel)"
|
||||
"value_template": "Waardetemplate (optioneel)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Zon",
|
||||
@ -442,7 +442,7 @@
|
||||
},
|
||||
"template": {
|
||||
"label": "Sjabloon",
|
||||
"value_template": "Waarde sjabloon"
|
||||
"value_template": "Waardesjabloon"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tijd",
|
||||
@ -462,12 +462,12 @@
|
||||
"add": "Actie toevoegen",
|
||||
"duplicate": "Dupliceer",
|
||||
"delete": "Verwijder",
|
||||
"delete_confirm": "Wilt u echt verwijderen?",
|
||||
"delete_confirm": "Wil je echt verwijderen?",
|
||||
"unsupported_action": "Niet-ondersteunde actie: {action}",
|
||||
"type_select": "Type actie",
|
||||
"type": {
|
||||
"service": {
|
||||
"label": "Dienst aanroepen",
|
||||
"label": "Service aanroepen",
|
||||
"service_data": "Service data"
|
||||
},
|
||||
"delay": {
|
||||
@ -476,7 +476,7 @@
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Wacht",
|
||||
"wait_template": "Wacht sjabloon",
|
||||
"wait_template": "Wachtsjabloon",
|
||||
"timeout": "Timeout (optioneel)"
|
||||
},
|
||||
"condition": {
|
||||
@ -497,7 +497,7 @@
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "Z-Wave",
|
||||
"description": "Beheer uw Z-Wave-netwerk"
|
||||
"description": "Beheer je Z-Wave-netwerk"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -403,7 +403,7 @@
|
||||
},
|
||||
"zone": {
|
||||
"label": "Strefa",
|
||||
"entity": "Jednostka z lokalizacji",
|
||||
"entity": "Encja z lokalizacją",
|
||||
"zone": "Strefa",
|
||||
"event": "Zdarzenie",
|
||||
"enter": "Wprowadź",
|
||||
@ -451,7 +451,7 @@
|
||||
},
|
||||
"zone": {
|
||||
"label": "Strefa",
|
||||
"entity": "Jednostka z lokalizacji",
|
||||
"entity": "Encja z lokalizacją",
|
||||
"zone": "Strefa"
|
||||
}
|
||||
}
|
||||
@ -530,7 +530,7 @@
|
||||
"components": {
|
||||
"entity": {
|
||||
"entity-picker": {
|
||||
"entity": "Jednostka"
|
||||
"entity": "Encja"
|
||||
}
|
||||
},
|
||||
"service-picker": {
|
||||
|
@ -87,7 +87,7 @@
|
||||
"on": "Fraca"
|
||||
},
|
||||
"problem": {
|
||||
"off": "",
|
||||
"off": "OK",
|
||||
"on": "Problema"
|
||||
},
|
||||
"connectivity": {
|
||||
@ -301,60 +301,189 @@
|
||||
"heading": "Recarregando configuração",
|
||||
"introduction": "Algumas partes do Home Assistant podem ser recarregadas sem a necessidade de reiniciar. Recarregando irá substituir a sua configuração atual por uma nova.",
|
||||
"core": "Recarregar sistema",
|
||||
"group": "",
|
||||
"automation": "",
|
||||
"script": ""
|
||||
"group": "Recarregar grupos",
|
||||
"automation": "Recarregar automações",
|
||||
"script": "Recarregar scripts"
|
||||
},
|
||||
"server_management": {
|
||||
"heading": "Gerenciamento do servidor",
|
||||
"introduction": "Controle seu servidor do Home Assistant... A partir do Home Assistant.",
|
||||
"restart": "",
|
||||
"stop": ""
|
||||
"restart": "Reiniciar",
|
||||
"stop": "Parar"
|
||||
}
|
||||
},
|
||||
"push_notifications": {
|
||||
"header": "Configurar notificações push",
|
||||
"introduction": "Habilite essa configuração para receber notificações push neste dispositivo",
|
||||
"push_notifications": ""
|
||||
"push_notifications": "Notificações push"
|
||||
},
|
||||
"translation": {
|
||||
"header": "Definir idioma",
|
||||
"introduction": "Escolha um idioma para a \"interface\" do Home Assistant neste dispositivo",
|
||||
"language": ""
|
||||
"language": "Idioma"
|
||||
},
|
||||
"themes": {
|
||||
"header": "",
|
||||
"header": "Definir um tema",
|
||||
"introduction": "Selecione 'Backend-selected' para usar qualquer tema escolhido pelo backend ou selecione um tema para este dispositivo.",
|
||||
"theme": ""
|
||||
"theme": "Tema"
|
||||
}
|
||||
}
|
||||
},
|
||||
"customize": {
|
||||
"caption": "",
|
||||
"caption": "Costumização",
|
||||
"description": "Personalizar suas entidades"
|
||||
},
|
||||
"automation": {
|
||||
"caption": "Automação",
|
||||
"description": "",
|
||||
"description": "Criar e editar automações",
|
||||
"picker": {
|
||||
"header": "Editor de automação",
|
||||
"introduction": "O editor de automação permite que você crie e edite automações. Por favor leia [as instruções](https:\/\/home-assistant.io\/docs\/automation\/editor\/) para certificar-se que configurou o Home Assistant corretamente.",
|
||||
"pick_automation": "Escolha uma automação para editar",
|
||||
"no_automations": "Não encontramos nenhuma automação editável",
|
||||
"add_automation": "Adicionar automação"
|
||||
},
|
||||
"editor": {
|
||||
"conditions": {
|
||||
"introduction": "Use automações para trazer sua casa a vida",
|
||||
"default_name": "Nova Automação",
|
||||
"save": "Salvar",
|
||||
"unsaved_confirm": "Você tem alterações não salvas. Tem certeza que deseja sair?",
|
||||
"alias": "Nome",
|
||||
"triggers": {
|
||||
"header": "Gatilhos",
|
||||
"introduction": "Os gatilhos são o que iniciam o processamento das regras de automações. É possível especificar múltiplos gatilhos para a mesma regra. Quando o gatilho inicia, o Home Assistant vai validar as condições, se existirem, e iniciar as ações.\n\n[Veja mais sobre gatilhos.](https:\/\/home-assistant.io\/docs\/automation\/trigger\/)",
|
||||
"add": "Adicionar gatilho",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Apagar",
|
||||
"delete_confirm": "Tem certeza que deseja excluir?",
|
||||
"unsupported_platform": "Plataforma não suportada: {plataforma}",
|
||||
"type_select": "Tipo de gatilho",
|
||||
"type": {
|
||||
"event": {
|
||||
"label": "Evento",
|
||||
"event_type": "Tipo de evento",
|
||||
"event_data": "Dados de evento"
|
||||
},
|
||||
"state": {
|
||||
"label": "Estado",
|
||||
"from": "De",
|
||||
"to": "Para"
|
||||
},
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
"event": "Evento:",
|
||||
"start": "Iniciar",
|
||||
"shutdown": "Desligar"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": "MQTT",
|
||||
"topic": "Tópico",
|
||||
"payload": "Valor (opcional)"
|
||||
},
|
||||
"numeric_state": {
|
||||
"label": "Estado numérico",
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"value_template": "Valor de exemplo (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
"event": "Evento",
|
||||
"sunrise": "Nascer do sol",
|
||||
"sunset": "Pôr do Sol",
|
||||
"offset": "Diferença de tempo (opcional)"
|
||||
},
|
||||
"template": {
|
||||
"label": "Modelo",
|
||||
"value_template": "Valor modelo"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tempo",
|
||||
"at": "Em"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zona",
|
||||
"entity": "Entidade com localização",
|
||||
"zone": "Zona",
|
||||
"event": "Evento:",
|
||||
"enter": "Entrar",
|
||||
"leave": "Sair"
|
||||
}
|
||||
}
|
||||
},
|
||||
"conditions": {
|
||||
"header": "Condições",
|
||||
"introduction": "As condições são uma parte opcional de uma regra de automação e podem ser usadas para impedir que uma ação aconteça quando acionada. As condições são muito semelhantes aos gatilhos, mas são muito diferentes. Um gatilho examinará os eventos que estão ocorrendo no sistema, enquanto uma condição examina apenas a aparência do sistema no momento. Um disparador pode observar que um interruptor está sendo ligado. Uma condição só pode ver se um switch está atualmente ativado ou desativado. \n\n [Saiba mais sobre as condições.] (Https:\/\/home-assistant.io\/docs\/scripts\/conditions\/)",
|
||||
"add": "Adicionar condição",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Apagar",
|
||||
"delete_confirm": "Tem certeza que quer apagar?",
|
||||
"unsupported_condition": "Condição não suportada: {condição}",
|
||||
"type_select": "Tipo de Condição",
|
||||
"type": {
|
||||
"state": {
|
||||
"label": "Estado",
|
||||
"state": "Estado"
|
||||
},
|
||||
"numeric_state": {
|
||||
"label": "Estado numérico",
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"value_template": "Valor de exemplo (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
"before": "Antes:",
|
||||
"after": "Depois:",
|
||||
"before_offset": "Tempo a adiantar (opcional)",
|
||||
"after_offset": "Tempo a atrasar (opcional)",
|
||||
"sunrise": "Nascer do sol",
|
||||
"sunset": "Pôr do Sol"
|
||||
},
|
||||
"template": {
|
||||
"label": "Modelo",
|
||||
"value_template": "Valor de exemplo"
|
||||
},
|
||||
"time": {
|
||||
"label": "Tempo",
|
||||
"after": "Depois",
|
||||
"before": "Antes"
|
||||
},
|
||||
"zone": {
|
||||
"label": "Zona",
|
||||
"entity": "Entidade com localização",
|
||||
"zone": "Zona"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Ações",
|
||||
"introduction": "As ações são as que o Home Assistant irá executar quando a automação for iniciada.",
|
||||
"add": "Adicionar ação",
|
||||
"duplicate": "Duplicar",
|
||||
"delete": "Apagar",
|
||||
"delete_confirm": "Está certo que deseja apagar?",
|
||||
"unsupported_action": "Ação não suportada: {ação}",
|
||||
"type_select": "Tipo de acão",
|
||||
"type": {
|
||||
"service": {
|
||||
"label": "Iniciar Serviço",
|
||||
"service_data": "Dados do Serviço"
|
||||
},
|
||||
"delay": {
|
||||
"label": "Atraso",
|
||||
"delay": "Atraso"
|
||||
},
|
||||
"wait_template": {
|
||||
"label": "Espere"
|
||||
"label": "Espere",
|
||||
"wait_template": "Modelo de Espera",
|
||||
"timeout": "Tempo limite (opcional)"
|
||||
},
|
||||
"condition": {
|
||||
"label": "Condição"
|
||||
},
|
||||
"event": {
|
||||
"label": "Iniciar evento",
|
||||
"event": "Evento:",
|
||||
"service_data": "Informações do serviço"
|
||||
}
|
||||
@ -363,8 +492,8 @@
|
||||
}
|
||||
},
|
||||
"script": {
|
||||
"caption": "",
|
||||
"description": ""
|
||||
"caption": "Script",
|
||||
"description": "Criar e editar scripts"
|
||||
},
|
||||
"zwave": {
|
||||
"caption": "",
|
||||
@ -397,6 +526,16 @@
|
||||
"persistent_notification": {
|
||||
"dismiss": "Dispensar"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"entity": {
|
||||
"entity-picker": {
|
||||
"entity": "Entidade"
|
||||
}
|
||||
},
|
||||
"service-picker": {
|
||||
"service": "Serviço"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain": {
|
||||
@ -428,8 +567,8 @@
|
||||
"proximity": "Proximidade",
|
||||
"remote": "Remoto",
|
||||
"scene": "Cena",
|
||||
"script": "",
|
||||
"sensor": "",
|
||||
"script": "Script",
|
||||
"sensor": "Sensor",
|
||||
"sun": "Sol",
|
||||
"switch": "Interruptor",
|
||||
"updater": "Atualizador",
|
||||
|
@ -115,8 +115,8 @@
|
||||
"on": "Открыто"
|
||||
},
|
||||
"lock": {
|
||||
"off": "Зеперто",
|
||||
"on": "Отперто"
|
||||
"off": "Закрыто",
|
||||
"on": "Открыто"
|
||||
}
|
||||
},
|
||||
"calendar": {
|
||||
@ -429,7 +429,7 @@
|
||||
"label": "Числовое состояние",
|
||||
"above": "Выше",
|
||||
"below": "Ниже",
|
||||
"value_template": "Значение шаблона"
|
||||
"value_template": "Значение шаблона (опционально)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Солнце",
|
||||
@ -553,12 +553,12 @@
|
||||
"history_graph": "График",
|
||||
"group": "Группа",
|
||||
"image_processing": "Обработка изображения",
|
||||
"input_boolean": "Логика",
|
||||
"input_boolean": "Переключатель",
|
||||
"input_datetime": "Дата и время",
|
||||
"input_select": "Список",
|
||||
"input_number": "Число",
|
||||
"input_text": "Текст",
|
||||
"light": "Освещение",
|
||||
"light": "Свет",
|
||||
"lock": "Замок",
|
||||
"mailbox": "Почтовый ящик",
|
||||
"media_player": "Медиа плеер",
|
||||
|
@ -271,7 +271,7 @@
|
||||
"invalid": "Cấu hình không hợp lệ"
|
||||
},
|
||||
"reloading": {
|
||||
"heading": "Cấu hình đang nạp lại",
|
||||
"heading": "Nạp lại Cấu hình ",
|
||||
"introduction": "Một số phần của Home Assistant có thể tải lại mà không yêu cầu khởi động lại. Nhấn nút tải lại sẽ gỡ bỏ cấu hình hiện tại của nó và tải một cấu hình mới.",
|
||||
"core": "Tải lại lõi",
|
||||
"group": "Tải lại nhóm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user