-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Muqeet Malik
committed
Dec 3, 2023
1 parent
d815521
commit 4e0437a
Showing
3 changed files
with
66 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
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,64 @@ | ||
[categories] | ||
one = "قسم" | ||
other = "اقسام" | ||
|
||
[tags] | ||
one = "ٹیگ" | ||
other = "ٹیگز" | ||
|
||
[series] | ||
one = "سلسلہ" | ||
other = "سلسلہ" | ||
|
||
[authors] | ||
one = "مصنف" | ||
other = "مصنفین" | ||
|
||
[posts] | ||
other = "اِشاعَتی" | ||
|
||
[reading_time] | ||
one = "اسے پڑھنے میں ایک منٹ لگے گا" | ||
other = "اسے پڑھنے میں {{ Count }} منٹ لگتا ہے۔" | ||
|
||
[page_not_found] | ||
other = "صفحہ نہیں ملا" | ||
|
||
[page_does_not_exist] | ||
other = "معذرت، یہ صفحہ موجود نہیں ہے۔" | ||
|
||
[head_back] | ||
other = "آپ <a href=\"{{ . }}\">ہوم پیج</a> پر واپس جا سکتے ہیں۔" | ||
|
||
[licensed_under] | ||
other = "Licensed under" | ||
|
||
[powered_by] | ||
other = "شکریہ" | ||
|
||
[see_also] | ||
other = "بھی دیکھو" | ||
|
||
[note] | ||
other = "نوٹ" | ||
|
||
[tip] | ||
other = "ٹپ" | ||
|
||
[example] | ||
other = "مثال" | ||
|
||
[question] | ||
other = "سوال" | ||
|
||
[info] | ||
other = "معلومات" | ||
|
||
[warning] | ||
other = "انتباہ" | ||
|
||
[error] | ||
other = "غلطی" | ||
|
||
[link_to_heading] | ||
other = "Link to heading" |