-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1279 from yousaf465/patch-1
Create ur.json
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "دوبارہ تصدیق کامیاب رہی" | ||
}, | ||
"error": { | ||
"exists": "یہ اکاؤنٹ پہلے سے ترتیب شدہ ہے۔", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "اپنے [eWeLink اکاؤنٹ] کی (https://www.ewelink.cc/en/) اسناد درج کریں", | ||
"data": { | ||
"username": "ای میل یا فون (DIY موڈ کے لیے کوئی بھی استعمال کریں)", | ||
"password": "پاس ورڈ (DIY وضع کے لیے خالی چھوڑ دیں)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "موڈ (زیادہ تر صارفین کے لیے آٹو تجویز کیا جاتا ہے)", | ||
"homes": "گھر (\"موجودہ\" گھر کے لیے غیر نشان زد چھوڑ دیں)", | ||
"debug": "ڈیبگ صفحہ (انضمام > مینو > معلوم مسائل)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "ورژن", | ||
"cloud_online": "کلاؤڈ ڈیوائسز آن لائن", | ||
"local_online": "مقامی آلات آن لائن", | ||
"debug": "Debug صفحہ" | ||
} | ||
} | ||
} |