Skip to content

Commit 864bda7

Browse files
added Arabic translations (#1056)
1 parent 4e86d26 commit 864bda7

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed
2.29 KB
Binary file not shown.
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: \n"
9+
"Report-Msgid-Bugs-To: \n"
10+
"POT-Creation-Date: 2022-11-08 11:30+0300\n"
11+
"PO-Revision-Date: 2022-11-08 13:54+0300\n"
12+
"Language: ar\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: 8bit\n"
16+
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
17+
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18+
"Last-Translator: \n"
19+
"Language-Team: \n"
20+
"X-Generator: Poedit 2.4.2\n"
21+
22+
#: simple_history/admin.py:102
23+
#, python-format
24+
msgid "View history: %s"
25+
msgstr "عرض سجل تغيرات: %s"
26+
27+
#: simple_history/admin.py:104
28+
#, python-format
29+
msgid "Change history: %s"
30+
msgstr "تعديل سجل تغيرات: %s"
31+
32+
#: simple_history/admin.py:110
33+
#, python-format
34+
msgid "The %(name)s \"%(obj)s\" was changed successfully."
35+
msgstr "تم تعديل %(name)s \"%(obj)s\" بنجاح."
36+
37+
#: simple_history/admin.py:116
38+
msgid "You may edit it again below"
39+
msgstr "يمكنك تعديله مجددا ادناه"
40+
41+
#: simple_history/admin.py:216
42+
#, python-format
43+
msgid "View %s"
44+
msgstr "عرض %s"
45+
46+
#: simple_history/admin.py:218
47+
#, python-format
48+
msgid "Revert %s"
49+
msgstr "استرجاع %s"
50+
51+
#: simple_history/models.py:552
52+
msgid "Created"
53+
msgstr "تم انشاءه"
54+
55+
#: simple_history/models.py:552
56+
msgid "Changed"
57+
msgstr "تغيير"
58+
59+
#: simple_history/models.py:552
60+
msgid "Deleted"
61+
msgstr "تمت إزالته"
62+
63+
#: simple_history/templates/simple_history/_object_history_list.html:9
64+
msgid "Object"
65+
msgstr "عنصر"
66+
67+
#: simple_history/templates/simple_history/_object_history_list.html:13
68+
msgid "Date/time"
69+
msgstr "التاريخ/الوقت"
70+
71+
#: simple_history/templates/simple_history/_object_history_list.html:14
72+
msgid "Comment"
73+
msgstr "تعليق"
74+
75+
#: simple_history/templates/simple_history/_object_history_list.html:15
76+
msgid "Changed by"
77+
msgstr "تغير من قبل"
78+
79+
#: simple_history/templates/simple_history/_object_history_list.html:16
80+
msgid "Change reason"
81+
msgstr "سبب التغير"
82+
83+
#: simple_history/templates/simple_history/_object_history_list.html:37
84+
msgid "None"
85+
msgstr "فارغ"
86+
87+
#: simple_history/templates/simple_history/object_history.html:11
88+
msgid ""
89+
"Choose a date from the list below to revert to a previous version of this "
90+
"object."
91+
msgstr "إختر تاريخ من القائمة ادناه."
92+
93+
#: simple_history/templates/simple_history/object_history.html:16
94+
msgid "This object doesn't have a change history."
95+
msgstr "هذا العنصر لا يملك سجل تغييرات."
96+
97+
#: simple_history/templates/simple_history/object_history_form.html:7
98+
msgid "Home"
99+
msgstr "الرئيسية"
100+
101+
#: simple_history/templates/simple_history/object_history_form.html:11
102+
msgid "History"
103+
msgstr "سجل التغيرات"
104+
105+
#: simple_history/templates/simple_history/object_history_form.html:12
106+
#, python-format
107+
msgid "View %(verbose_name)s"
108+
msgstr "عرض %(verbose_name)s"
109+
110+
#: simple_history/templates/simple_history/object_history_form.html:12
111+
#, python-format
112+
msgid "Revert %(verbose_name)s"
113+
msgstr "استرجاع %(verbose_name)s"
114+
115+
#: simple_history/templates/simple_history/object_history_form.html:25
116+
msgid ""
117+
"Press the 'Revert' button below to revert to this version of the object. "
118+
msgstr "اضغط على زر 'استرجاع' ادناه للاسترجاع لهذه النسخة من العنصر. "
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)