Skip to content

Commit dcd1e58

Browse files
authored
Merge pull request #1210 from ddabble/feature/norwegian-translations
Add Norwegian bokmål translations + a little translation cleanup
2 parents 654c8ff + cdd26c1 commit dcd1e58

File tree

14 files changed

+151
-12
lines changed

14 files changed

+151
-12
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Unreleased
1111
- Fixed ``SimpleHistoryAdmin`` not properly integrating with custom user models (gh-1177)
1212
- Support Indonesian translation (gh-1198)
1313
- Support Urdu translation (gh-1199)
14+
- Support Norwegian Bokmål translation (gh-1210)
1415
- Dropped support for Python 3.7, which reached end-of-life on 2023-06-27 (gh-1202)
1516
- Dropped support for Django 4.0, which reached end-of-life on 2023-04-01 (gh-1202)
1617
- Added support for Django 4.2 (gh-1202)
-2 Bytes
Binary file not shown.

simple_history/locale/ar/LC_MESSAGES/django.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ msgstr ""
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-11-08 11:30+0300\n"
1111
"PO-Revision-Date: 2022-11-08 13:54+0300\n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
1214
"Language: ar\n"
1315
"MIME-Version: 1.0\n"
1416
"Content-Type: text/plain; charset=UTF-8\n"
1517
"Content-Transfer-Encoding: 8bit\n"
1618
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
1719
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18-
"Last-Translator: \n"
19-
"Language-Team: \n"
2020
"X-Generator: Poedit 2.4.2\n"
2121

2222
#: simple_history/admin.py:102
@@ -114,8 +114,8 @@ msgstr "استرجاع %(verbose_name)s"
114114

115115
#: simple_history/templates/simple_history/object_history_form.html:25
116116
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 "اضغط على زر 'استرجاع' ادناه للاسترجاع لهذه النسخة من العنصر."
119119

120120
#: simple_history/templates/simple_history/object_history_form.html:25
121121
msgid "Press the 'Change History' button below to edit the history."
-1 Bytes
Binary file not shown.

simple_history/locale/cs_CZ/LC_MESSAGES/django.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ msgstr "Žádné"
8787
msgid ""
8888
"Choose a date from the list below to revert to a previous version of this "
8989
"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."
9292

9393
#: simple_history/templates/simple_history/object_history.html:16
9494
msgid "This object doesn't have a change history."
@@ -114,7 +114,7 @@ msgstr "Vrátit %(verbose_name)s"
114114

115115
#: simple_history/templates/simple_history/object_history_form.html:25
116116
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."
118118
msgstr "Stisknutím tlačítka 'Vrátit změny' se vrátíte k této verzi objektu."
119119

120120
#: simple_history/templates/simple_history/object_history_form.html:25
-2 Bytes
Binary file not shown.

simple_history/locale/fr/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ msgstr "Rétablir %(verbose_name)s"
115115

116116
#: .\simple_history\templates\simple_history\object_history_form.html:25
117117
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."
119119
msgstr ""
120120
"Cliquez sur le bouton 'Rétablir' ci-dessous pour revenir à cette version de "
121-
"l' objet. "
121+
"l' objet."
122122

123123
#: .\simple_history\templates\simple_history\object_history_form.html:25
124124
msgid "Press the 'Change History' button below to edit the history."
-1 Bytes
Binary file not shown.

simple_history/locale/id/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ msgstr "Kembalikan %(verbose_name)s"
114114

115115
#: .\simple_history\templates\simple_history\object_history_form.html:25
116116
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."
118118
msgstr ""
119119
"Tekan tombol 'Kembalikan' di bawah ini untuk kembali ke versi objek ini."
120120

2.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)