mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Update translations
This commit is contained in:
parent
54cd412107
commit
337a760e73
@ -13,7 +13,8 @@
|
||||
"dev-templates": "نماذج",
|
||||
"dev-mqtt": "MQTT",
|
||||
"dev-info": "معلومات",
|
||||
"calendar": "التقويم"
|
||||
"calendar": "التقويم",
|
||||
"profile": "الملف الشخصي"
|
||||
},
|
||||
"state": {
|
||||
"default": {
|
||||
@ -365,7 +366,8 @@
|
||||
"state": {
|
||||
"label": "الحالة",
|
||||
"from": "من",
|
||||
"to": "إلى"
|
||||
"to": "إلى",
|
||||
"for": "لـ"
|
||||
},
|
||||
"homeassistant": {
|
||||
"label": "Home Assistant",
|
||||
@ -510,6 +512,31 @@
|
||||
"deactivate_user": "إلغاء تنشيط المستخدم",
|
||||
"delete_user": "حذف المستخدم"
|
||||
}
|
||||
},
|
||||
"cloud": {
|
||||
"caption": "كلاود هوم اسيستينت",
|
||||
"description_login": "تم تسجيل الدخول كـ {email}",
|
||||
"description_not_login": "لم يتم تسجيل الدخول"
|
||||
},
|
||||
"integrations": {
|
||||
"caption": "تكاملات",
|
||||
"description": "إدارة الأجهزة والخدمات المتصلة",
|
||||
"discovered": "مكتشف",
|
||||
"configured": "تم الإعداد",
|
||||
"new": "إعداد تكامل جديد",
|
||||
"configure": "إعداد",
|
||||
"none": "لم يتم الإعداد بعد",
|
||||
"config_entry": {
|
||||
"no_devices": "هذا التكامل لا يوجد لديه الأجهزة.",
|
||||
"no_device": "عناصر بدون أجهزة",
|
||||
"delete_confirm": "هل تريد حقا حذف هذا التكامل؟",
|
||||
"restart_confirm": "اعادة تشغيل هوم اسيستينت لإنهاء حذف هذه التكامل",
|
||||
"manuf": "بواسطة {manufacturer}",
|
||||
"hub": "متصل من خلال",
|
||||
"firmware": "نظام التشغيل {version}",
|
||||
"device_unavailable": "الجهاز غير متوفر",
|
||||
"entity_unavailable": "العنصر غير متوفر"
|
||||
}
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -530,6 +557,38 @@
|
||||
"error_no_theme": "لا توجد تصاميم متاحة.",
|
||||
"link_promo": "تعرف على التصاميم",
|
||||
"dropdown_label": "التصميم"
|
||||
},
|
||||
"refresh_tokens": {
|
||||
"last_used": "آخر استخدام بتاريخ {date} من {location}",
|
||||
"not_used": "لم يتم استخدامها ابدأ"
|
||||
},
|
||||
"long_lived_access_tokens": {
|
||||
"last_used": "آخر استخدام بتاريخ {date} من {location}",
|
||||
"not_used": "لم يتم استخدامها ابدأ"
|
||||
},
|
||||
"current_user": "أنت مسجّل الدخول حاليًا كـ {fullName} .",
|
||||
"is_owner": "أنت مالك",
|
||||
"logout": "تسجيل الخروج",
|
||||
"change_password": {
|
||||
"header": "تغيير كلمة السر",
|
||||
"current_password": "كلمة السر الحالية",
|
||||
"new_password": "كلمة السر الجديدة",
|
||||
"confirm_new_password": "تأكيد كلمة السر الجديدة",
|
||||
"error_required": "مطلوب",
|
||||
"submit": "إرسال"
|
||||
},
|
||||
"mfa": {
|
||||
"header": "وحدات التحقق متعددة العوامل",
|
||||
"disable": "تعطيل",
|
||||
"enable": "تفعيل",
|
||||
"confirm_disable": "هل تريد حقا الغاء تفعيل {name}؟"
|
||||
},
|
||||
"mfa_setup": {
|
||||
"title_aborted": "تم الإلغاء",
|
||||
"title_success": "تم بنجاح",
|
||||
"step_done": "تم التنصيب لـ {step}",
|
||||
"close": "إغلاق",
|
||||
"submit": "إرسال"
|
||||
}
|
||||
},
|
||||
"page-onboarding": {
|
||||
@ -599,6 +658,13 @@
|
||||
"turn_on": "تشغيل",
|
||||
"turn_off": "إيقاف"
|
||||
}
|
||||
},
|
||||
"water_heater": {
|
||||
"currently": "حاليا",
|
||||
"on_off": "إيقاف\/تشغيل",
|
||||
"target_temperature": "درجة الحرارة المستهدفة",
|
||||
"operation": "تشغيل",
|
||||
"away_mode": "حالة خارج المنزل"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
@ -529,6 +529,7 @@
|
||||
},
|
||||
"cloud": {
|
||||
"caption": "Home Assistant Cloud",
|
||||
"description_login": "Kirjautunut sisään {email}",
|
||||
"description_not_login": "Et ole kirjautunut"
|
||||
},
|
||||
"integrations": {
|
||||
@ -544,6 +545,7 @@
|
||||
"no_device": "Kokonaisuudet ilman laitteita",
|
||||
"delete_confirm": "Haluatko varmasti poistaa tämän integraation?",
|
||||
"restart_confirm": "Käynnistä Home Assistant uudellen viimeistelläksesi tämän integraation poistamisen",
|
||||
"manuf": "{manufacturer}",
|
||||
"hub": "Yhdistetty kautta",
|
||||
"firmware": "Laiteohjelmisto: {version}",
|
||||
"device_unavailable": "laite ei saatavissa",
|
||||
@ -590,6 +592,7 @@
|
||||
"last_used": "Viimeksi käytetty {date} sijainnista {location}",
|
||||
"not_used": "Ei ole koskaan käytetty"
|
||||
},
|
||||
"current_user": "Olet tällä hetkellä kirjautuneena tunnuksella {fullName}.",
|
||||
"is_owner": "Olet omistaja.",
|
||||
"logout": "Kirjaudu ulos",
|
||||
"change_password": {
|
||||
@ -609,6 +612,7 @@
|
||||
"mfa_setup": {
|
||||
"title_aborted": "Keskeytetty",
|
||||
"title_success": "Onnistui!",
|
||||
"step_done": "Asetus tehty {step}",
|
||||
"close": "Sulje",
|
||||
"submit": "Lähetä"
|
||||
}
|
||||
|
@ -398,7 +398,7 @@
|
||||
"label": "Estado numérico",
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"value_template": "Modelo do valor (opcional)"
|
||||
"value_template": "Valor para o modelo (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
@ -443,7 +443,7 @@
|
||||
"label": "Estado numérico",
|
||||
"above": "Acima",
|
||||
"below": "Abaixo",
|
||||
"value_template": "Modelo do valor (opcional)"
|
||||
"value_template": "Valor para o modelo (opcional)"
|
||||
},
|
||||
"sun": {
|
||||
"label": "Sol",
|
||||
@ -522,8 +522,8 @@
|
||||
"editor": {
|
||||
"rename_user": "Alterar nome do utilizador",
|
||||
"change_password": "Alterar palavra-passe",
|
||||
"activate_user": "Activar utilizador",
|
||||
"deactivate_user": "Desactivar utilizador",
|
||||
"activate_user": "Ativar utilizador",
|
||||
"deactivate_user": "Desativar utilizador",
|
||||
"delete_user": "Apagar utilizador"
|
||||
}
|
||||
},
|
||||
@ -544,7 +544,7 @@
|
||||
"no_devices": "Esta integração não possui dispositivos.",
|
||||
"no_device": "Entidades sem dispositivos",
|
||||
"delete_confirm": "Tem a certeza que pretende apagar esta integração?",
|
||||
"restart_confirm": "Reinicialize o HA para remover esta integração",
|
||||
"restart_confirm": "Reinicie o Home Assistant para concluir a remoção desta integração",
|
||||
"manuf": "por {fabricante]",
|
||||
"hub": "Ligado via",
|
||||
"firmware": "",
|
||||
@ -574,7 +574,7 @@
|
||||
"dropdown_label": "Tema"
|
||||
},
|
||||
"refresh_tokens": {
|
||||
"header": "",
|
||||
"header": "Atualizar Tokens",
|
||||
"description": "Cada \"refresh token\" representa a uma sessão de utilizador. Os \"refresh tokens\" serão automáticamente removidos quando clicar sair. Os seguintes \"refresh tokens\" estão activos para a sua conta.",
|
||||
"token_title": "Atualizar o token de {clientId}",
|
||||
"created_at": "Criado a {date}",
|
||||
@ -808,7 +808,7 @@
|
||||
},
|
||||
"climate": {
|
||||
"currently": "Atualmente",
|
||||
"on_off": "Lig. \/ Des.",
|
||||
"on_off": "Ligado \/ desligado",
|
||||
"target_temperature": "Temperatura pretendida",
|
||||
"target_humidity": "Humidade pretendida",
|
||||
"operation": "Operação",
|
||||
|
Loading…
x
Reference in New Issue
Block a user