From 9864de03a2f16c4a341239aa857796e647fb126e Mon Sep 17 00:00:00 2001 From: israelv <146187699+israel2176@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:15:54 +0200 Subject: [PATCH] Create he.json Adding Hebrew translation --- custom_components/sonoff/translations/he.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 custom_components/sonoff/translations/he.json diff --git a/custom_components/sonoff/translations/he.json b/custom_components/sonoff/translations/he.json new file mode 100644 index 0000000..719b397 --- /dev/null +++ b/custom_components/sonoff/translations/he.json @@ -0,0 +1,40 @@ +{ + "config": { + "abort": { + "reauth_successful": "אימות מחדש בוצע בהצלחה" + }, + "error": { + "exists": "חשבון זה כבר מוגדר", + "template": "{error}" + }, + "step": { + "user": { + "description": "הזן את פרטי ההתחברות ל[חשבון eWeLink](https://www.ewelink.cc/en/)", + "data": { + "username": "דוא\"ל או טלפון (השתמש בכל ערך עבור מצב DIY)", + "password": "סיסמה (השאר ריק עבור מצב DIY)", + "country_code": "קוד מדינה (השאר ריק לבחירה אוטומטית)" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "mode": "מצב (אוטומטי מומלץ לרוב המשתמשים)", + "homes": "בתים (השאר ריק עבור הבית הפעיל באפליקציה לנייד)", + "debug": "דף ניפוי שגיאות (אינטגרציה > תפריט > בעיות ידועות)" + } + } + } + }, + "system_health": { + "info": { + "version": "גרסה", + "cloud_online": "מכשירי ענן מקוונים", + "local_online": "מכשירים מקומיים מקוונים", + "debug": "דף ניפוי שגיאות" + } + } +}