Skip to content

Commit ae6f25d

Browse files
authored
Urdu Translation (#1199)
* feat(translations): Urdu Translation urdu (ur) translation added * feat(translations): Urdu Translation - compiled file added * feat(translations): Urdu Translation - missing periods added
1 parent 32d3dda commit ae6f25d

File tree

4 files changed

+136
-0
lines changed

4 files changed

+136
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Authors
101101
- Michael England
102102
- Miguel Vargas
103103
- Mike Spainhower
104+
- Muneeb Shahid (`muneeb706 <https://github.com/muneeb706>`_)
104105
- Nathan Villagaray-Carski (`ncvc <https://github.com/ncvc>`_)
105106
- Nianpeng Li
106107
- Nick Träger

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Unreleased
1010
in ``settings`` (gh-1017).
1111
- Fixed ``SimpleHistoryAdmin`` not properly integrating with custom user models (gh-1177)
1212
- Support Indonesian translation
13+
- Support Urdu translation
1314

1415
3.3.0 (2023-03-08)
1516
------------------
2.5 KB
Binary file not shown.
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
# Urdu translation for django-simple-history
2+
# Copyright (C) 2023
3+
# This file is distributed under the same license as the django-simple-history package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: django-simple-history 3.3.0\n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2023-07-02 11:10+0800\n"
11+
"PO-Revision-Date: 2023-07-02 11:50+0800\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
14+
"Language: ur\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19+
20+
#: .\simple_history\admin.py:102
21+
#, python-format
22+
msgid "View history: %s"
23+
msgstr "تاریخ دیکھیں: %s"
24+
25+
#: .\simple_history\admin.py:104
26+
#, python-format
27+
msgid "Change history: %s"
28+
msgstr "تاریخ کو تبدیل کریں: %s"
29+
30+
#: .\simple_history\admin.py:110
31+
#, python-format
32+
msgid "The %(name)s \"%(obj)s\" was changed successfully."
33+
msgstr "%(name)s \"%(obj)s\" کامیابی سے تبدیل کر دیا گیا."
34+
35+
#: .\simple_history\admin.py:116
36+
msgid "You may edit it again below"
37+
msgstr "آپ نیچے اس میں دوبارہ ترمیم کر سکتے ہیں"
38+
39+
#: .\simple_history\admin.py:217
40+
#, python-format
41+
msgid "View %s"
42+
msgstr "دیکھیں %s"
43+
44+
#: .\simple_history\admin.py:219
45+
#, python-format
46+
msgid "Revert %s"
47+
msgstr "تبدیلی واپس کریں %s"
48+
49+
#: .\simple_history\models.py:552
50+
msgid "Created"
51+
msgstr "بنایا"
52+
53+
#: .\simple_history\models.py:552
54+
msgid "Changed"
55+
msgstr "بدل گیا"
56+
57+
#: .\simple_history\models.py:552
58+
msgid "Deleted"
59+
msgstr "حذف کر دیا گیا"
60+
61+
#: .\simple_history\templates\simple_history\_object_history_list.html:9
62+
msgid "Object"
63+
msgstr "آبجیکٹ"
64+
65+
#: .\simple_history\templates\simple_history\_object_history_list.html:13
66+
msgid "Date/time"
67+
msgstr "تاریخ/وقت"
68+
69+
#: .\simple_history\templates\simple_history\_object_history_list.html:14
70+
msgid "Comment"
71+
msgstr "تبصرہ"
72+
73+
#: .\simple_history\templates\simple_history\_object_history_list.html:15
74+
msgid "Changed by"
75+
msgstr "کی طرف سے تبدیل"
76+
77+
#: .\simple_history\templates\simple_history\_object_history_list.html:16
78+
msgid "Change reason"
79+
msgstr "تبدیلی کا سبب"
80+
81+
#: .\simple_history\templates\simple_history\_object_history_list.html:37
82+
msgid "None"
83+
msgstr "کوئی نہیں"
84+
85+
#: .\simple_history\templates\simple_history\object_history.html:11
86+
msgid ""
87+
"Choose a date from the list below to revert to a previous version of this "
88+
"object."
89+
msgstr ""
90+
"اس آبجیکٹ کے پچھلے ورژن پر واپس جانے کے لیے نیچے دی گئی فہرست میں سے ایک تاریخ کا انتخاب کریں۔"
91+
92+
#: .\simple_history\templates\simple_history\object_history.html:16
93+
msgid "This object doesn't have a change history."
94+
msgstr "اس آبجیکٹ کی تاریخ نہیں ہے."
95+
96+
#: .\simple_history\templates\simple_history\object_history_form.html:7
97+
msgid "Home"
98+
msgstr "گھر"
99+
100+
#: .\simple_history\templates\simple_history\object_history_form.html:11
101+
msgid "History"
102+
msgstr "تاریخ"
103+
104+
#: .\simple_history\templates\simple_history\object_history_form.html:12
105+
#, python-format
106+
msgid "View %(verbose_name)s"
107+
msgstr "دیکھیں %(verbose_name)s"
108+
109+
#: .\simple_history\templates\simple_history\object_history_form.html:12
110+
#, python-format
111+
msgid "Revert %(verbose_name)s"
112+
msgstr "تبدیلی واپس کریں %(verbose_name)s"
113+
114+
#: .\simple_history\templates\simple_history\object_history_form.html:25
115+
msgid ""
116+
"Press the 'Revert' button below to revert to this version of the object. "
117+
msgstr ""
118+
"آبجیکٹ کے اس ورژن پر واپس جانے کے لیے نیچے 'تبدیلی واپس کریں' کے بٹن کو دبائیں."
119+
120+
#: .\simple_history\templates\simple_history\object_history_form.html:25
121+
msgid "Press the 'Change History' button below to edit the history."
122+
msgstr "تاریخ میں ترمیم کرنے کے لیے نیچے دیے گئے 'تاریخ کو تبدیل کریں' کے بٹن کو دبائیں."
123+
124+
#: .\simple_history\templates\simple_history\submit_line.html:4
125+
msgid "Revert"
126+
msgstr "تبدیلی واپس کریں"
127+
128+
#: .\simple_history\templates\simple_history\submit_line.html:6
129+
msgid "Change History"
130+
msgstr "تاریخ کو تبدیل کریں"
131+
132+
#: .\simple_history\templates\simple_history\submit_line.html:7
133+
msgid "Close"
134+
msgstr "بند کریں"

0 commit comments

Comments
 (0)