Skip to content

Commit

Permalink
feat: add urdu translations (#120)
Browse files Browse the repository at this point in the history
* Create ur.json

added Urdu translation

* Update ur.json

---------

Co-authored-by: Josh Willox <[email protected]>
  • Loading branch information
yousaf465 and jcwillox authored May 27, 2024
1 parent efb79ef commit b0ad64a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions custom_components/auto_backup/translations/ur.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"title": "Auto Backup",
"config": {
"step": {
"user": {
"title": "\uD83D\uDDC3️ Auto Backup",
"description": "ہوم اسسٹنٹ کے لیے بہتر بیک اپ سروس جو بیک اپ کو خود بخود ہٹا سکتی ہے۔"
}
},
"abort": {
"single_instance": "آٹو بیک اپ کی صرف ایک ترتیب کی اجازت ہے۔",
"missing_service": "آپ کو ہوم اسسٹنٹ زیر نگرانی چلانا چاہیے یا آپ کے پاس 'بیک اپ' انٹیگریشن فعال ہے۔"
}
},
"options": {
"step": {
"init": {
"data": {
"auto_purge": "میعاد ختم ہونے والے بیک اپ کو خود بخود حذف کریں۔",
"backup_timeout": "بیک اپ کا ٹائم آؤٹ (منٹ)"
}
}
}
}
}

0 comments on commit b0ad64a

Please sign in to comment.