File tree Expand file tree Collapse file tree 14 files changed +151
-12
lines changed Expand file tree Collapse file tree 14 files changed +151
-12
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Unreleased
11
11
- Fixed ``SimpleHistoryAdmin `` not properly integrating with custom user models (gh-1177)
12
12
- Support Indonesian translation (gh-1198)
13
13
- Support Urdu translation (gh-1199)
14
+ - Support Norwegian Bokmål translation (gh-1210)
14
15
- Dropped support for Python 3.7, which reached end-of-life on 2023-06-27 (gh-1202)
15
16
- Dropped support for Django 4.0, which reached end-of-life on 2023-04-01 (gh-1202)
16
17
- Added support for Django 4.2 (gh-1202)
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ msgstr ""
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2022-11-08 11:30+0300\n "
11
11
"PO-Revision-Date : 2022-11-08 13:54+0300\n "
12
+ "Last-Translator : \n "
13
+ "Language-Team : \n "
12
14
"Language : ar\n "
13
15
"MIME-Version : 1.0\n "
14
16
"Content-Type : text/plain; charset=UTF-8\n "
15
17
"Content-Transfer-Encoding : 8bit\n "
16
18
"Plural-Forms : nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
17
19
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n "
18
- "Last-Translator : \n "
19
- "Language-Team : \n "
20
20
"X-Generator : Poedit 2.4.2\n "
21
21
22
22
#: simple_history/admin.py:102
@@ -114,8 +114,8 @@ msgstr "استرجاع %(verbose_name)s"
114
114
115
115
#: simple_history/templates/simple_history/object_history_form.html:25
116
116
msgid ""
117
- "Press the 'Revert' button below to revert to this version of the object. "
118
- msgstr "اضغط على زر 'استرجاع' ادناه للاسترجاع لهذه النسخة من العنصر. "
117
+ "Press the 'Revert' button below to revert to this version of the object."
118
+ msgstr "اضغط على زر 'استرجاع' ادناه للاسترجاع لهذه النسخة من العنصر."
119
119
120
120
#: simple_history/templates/simple_history/object_history_form.html:25
121
121
msgid "Press the 'Change History' button below to edit the history."
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ msgstr "Žádné"
87
87
msgid ""
88
88
"Choose a date from the list below to revert to a previous version of this "
89
89
"object."
90
- msgstr "Vyberte datum ze seznamu níže a vraťte se k předchozí verzi tohoto "
91
- "objektu."
90
+ msgstr ""
91
+ "Vyberte datum ze seznamu níže a vraťte se k předchozí verzi tohoto objektu."
92
92
93
93
#: simple_history/templates/simple_history/object_history.html:16
94
94
msgid "This object doesn't have a change history."
@@ -114,7 +114,7 @@ msgstr "Vrátit %(verbose_name)s"
114
114
115
115
#: simple_history/templates/simple_history/object_history_form.html:25
116
116
msgid ""
117
- "Press the 'Revert' button below to revert to this version of the object. "
117
+ "Press the 'Revert' button below to revert to this version of the object."
118
118
msgstr "Stisknutím tlačítka 'Vrátit změny' se vrátíte k této verzi objektu."
119
119
120
120
#: simple_history/templates/simple_history/object_history_form.html:25
Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ msgstr "Rétablir %(verbose_name)s"
115
115
116
116
#: .\simple_history\templates\simple_history\object_history_form.html:25
117
117
msgid ""
118
- "Press the 'Revert' button below to revert to this version of the object. "
118
+ "Press the 'Revert' button below to revert to this version of the object."
119
119
msgstr ""
120
120
"Cliquez sur le bouton 'Rétablir' ci-dessous pour revenir à cette version de "
121
- "l' objet. "
121
+ "l' objet."
122
122
123
123
#: .\simple_history\templates\simple_history\object_history_form.html:25
124
124
msgid "Press the 'Change History' button below to edit the history."
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ msgstr "Kembalikan %(verbose_name)s"
114
114
115
115
#: .\simple_history\templates\simple_history\object_history_form.html:25
116
116
msgid ""
117
- "Press the 'Revert' button below to revert to this version of the object. "
117
+ "Press the 'Revert' button below to revert to this version of the object."
118
118
msgstr ""
119
119
"Tekan tombol 'Kembalikan' di bawah ini untuk kembali ke versi objek ini."
120
120
You can’t perform that action at this time.
0 commit comments