generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: yousaf465 <[email protected]>
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
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
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,28 @@ | ||
{ | ||
"weather": { | ||
"clear-night": "صاف", | ||
"cloudy": "ابر آلود", | ||
"fog": "دھند", | ||
"hail": "اولے", | ||
"lightning": "گرج چمک", | ||
"lightning-rainy": "گرج چمک کے ساتھ بارش", | ||
"partlycloudy": "جزوی طور پر ابر آلود", | ||
"pouring": "موسلا دھار بارش", | ||
"rainy": "بارش", | ||
"snowy": "برفانی", | ||
"snowy-rainy": "ژالہ باری", | ||
"sunny": "دھوپ", | ||
"windy": "آندھی", | ||
"windy-variant": "تیز آندھی", | ||
"exceptional": "غیر معمولی" | ||
}, | ||
"day": { | ||
"1": "پیر", | ||
"2": "منگل", | ||
"3": "بدھ", | ||
"4": "جمعرات", | ||
"5": "جمعہ", | ||
"6": "ہفتہ", | ||
"7": "اتوار" | ||
} | ||
} |
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