Skip to content

Commit

Permalink
Add missing translation keys for all languages (django-import-export#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 authored and ZuluPro committed Dec 23, 2020
1 parent 7a51590 commit 549fe54
Show file tree
Hide file tree
Showing 17 changed files with 958 additions and 537 deletions.
91 changes: 58 additions & 33 deletions import_export/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-07 04:21-0500\n"
"POT-Creation-Date: 2020-06-04 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -19,95 +19,120 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#: admin.py:247
#: admin.py:194
#, python-format
msgid "%s through import_export"
msgstr ""

#: admin.py:200
msgid "Import finished, with {} new and {} updated {}."
msgstr ""

#: admin.py:298
#, python-format
msgid "<h1>Imported file has a wrong encoding: %s</h1>"
msgstr "<h1>الملف المستورد لديه ترميز خاطئ: %s</h1>"

#: admin.py:249
#: admin.py:300
#, python-format
msgid "<h1>%s encountered while trying to read file: %s</h1>"
msgstr "<h1>%s ووجهت أثناء محاولة قراءة ملف: %s</h1>"

#: admin.py:449
#: admin.py:331 templates/admin/import_export/change_list_import_item.html:5
#: templates/admin/import_export/import.html:10
msgid "Import"
msgstr "إستبراد"

#: admin.py:496 templates/admin/import_export/change_list_export_item.html:5
#: templates/admin/import_export/export.html:7
msgid "Export"
msgstr "تصدير"

#: admin.py:554
msgid "You must select an export format."
msgstr "يجب تحديد تنسيق التصدير."

#: admin.py:466
#: admin.py:567
#, python-format
msgid "Export selected %(verbose_name_plural)s"
msgstr "تصدير %(verbose_name_plural)s المحددة"

#: forms.py:12
#: forms.py:10
msgid "File to import"
msgstr "ملف للإستيراد"

#: forms.py:15 import_export/forms.py:43
#: forms.py:68
#: forms.py:13 forms.py:41 forms.py:66
msgid "Format"
msgstr "تنسيق"

#: templates/admin/import_export/base.html:10
#: templates/admin/import_export/base.html:11
msgid "Home"
msgstr "الرئيسية"

#: templates/admin/import_export/change_list_export_item.html:4
#: templates/admin/import_export/export.html:7
#: templates/admin/import_export/export.html:11
msgid "Export"
msgstr "تصدير"

#: templates/admin/import_export/change_list_import_item.html:4
#: templates/admin/import_export/import.html:7
#: templates/admin/import_export/import.html:11
msgid "Import"
msgstr "إستبراد"

#: templates/admin/import_export/export.html:33
#: templates/admin/import_export/import.html:51
#: templates/admin/import_export/export.html:31
#: templates/admin/import_export/import.html:52
msgid "Submit"
msgstr "إرسال"

#: templates/admin/import_export/import.html:18
#: templates/admin/import_export/import.html:20
msgid ""
"Below is a preview of data to be imported. If you are satisfied with the "
"results, click 'Confirm import'"
msgstr ""
"فيما يلي إستعراض للبيانات التي سيتم إستيرادها. إذا كنت راضيا عن النتائج, "
"انقر على 'تأكيد الإستيراد'"

#: templates/admin/import_export/import.html:21
#: templates/admin/import_export/import.html:23
msgid "Confirm import"
msgstr "تأكيد الإستيراد"

#: templates/admin/import_export/import.html:30
#: templates/admin/import_export/import.html:31
msgid "This importer will import the following fields: "
msgstr "هذا المستورد سوف يستورد الحقول التالية : "

#: templates/admin/import_export/import.html:59
#: templates/admin/import_export/import.html:61
#: templates/admin/import_export/import.html:90
msgid "Errors"
msgstr "أخطاء"

#: templates/admin/import_export/import.html:70
#: templates/admin/import_export/import.html:72
msgid "Line number"
msgstr "رقم الصطر"

#: templates/admin/import_export/import.html:80
#: templates/admin/import_export/import.html:82
msgid "Some rows failed to validate"
msgstr ""

#: templates/admin/import_export/import.html:84
msgid ""
"Please correct these errors in your data where possible, then reupload it "
"using the form above."
msgstr ""

#: templates/admin/import_export/import.html:89
msgid "Row"
msgstr ""

#: templates/admin/import_export/import.html:116
msgid "Non field specific"
msgstr ""

#: templates/admin/import_export/import.html:137
msgid "Preview"
msgstr "معاينة"

#: templates/admin/import_export/import.html:95
#: templates/admin/import_export/import.html:152
msgid "New"
msgstr "جديد"

#: templates/admin/import_export/import.html:97
#: templates/admin/import_export/import.html:154
msgid "Skipped"
msgstr "تجاهل"

#: templates/admin/import_export/import.html:99
#: templates/admin/import_export/import.html:156
msgid "Delete"
msgstr "حذف"

#: templates/admin/import_export/import.html:101
#: templates/admin/import_export/import.html:158
msgid "Update"
msgstr "تحديث"
67 changes: 43 additions & 24 deletions import_export/locale/bg/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-09-17 21:49+0300\n"
"POT-Creation-Date: 2020-06-04 09:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Hristo Gatsinski <gatsinski@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,101 +18,120 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: admin.py:206
#: admin.py:194
#, python-format
msgid "%s through import_export"
msgstr "%s чрез import_export"

#: admin.py:212
#: admin.py:200
msgid "Import finished, with {} new and {} updated {}."
msgstr "Импортирането е завършено, с {} нови и {} обновени {}."

#: admin.py:270
#: admin.py:298
#, python-format
msgid "<h1>Imported file has a wrong encoding: %s</h1>"
msgstr "<h1>Импортирания файл има грешна кодировка: %s</h1>"

#: admin.py:272
#: admin.py:300
#, python-format
msgid "<h1>%s encountered while trying to read file: %s</h1>"
msgstr "<h1>%s при опит за четене на файл: %s</h1>"

#: admin.py:292 templates/admin/import_export/change_list_import_item.html:4
#: templates/admin/import_export/import.html:7
#: admin.py:331 templates/admin/import_export/change_list_import_item.html:5
#: templates/admin/import_export/import.html:10
msgid "Import"
msgstr "Импортиране"

#: admin.py:427 templates/admin/import_export/change_list_export_item.html:4
#: admin.py:496 templates/admin/import_export/change_list_export_item.html:5
#: templates/admin/import_export/export.html:7
msgid "Export"
msgstr "Експортиране"

#: admin.py:480
#: admin.py:554
msgid "You must select an export format."
msgstr "Трябва да изберете формат за експортиране."

#: admin.py:497
#: admin.py:567
#, python-format
msgid "Export selected %(verbose_name_plural)s"
msgstr "Експортиране на избраните %(verbose_name_plural)s"

#: forms.py:12
#: forms.py:10
msgid "File to import"
msgstr "Файл за импортиране"

#: forms.py:15 forms.py:43 forms.py:68
#: forms.py:13 forms.py:41 forms.py:66
msgid "Format"
msgstr "Формат"

#: templates/admin/import_export/base.html:10
#: templates/admin/import_export/base.html:11
msgid "Home"
msgstr "Начало"

#: templates/admin/import_export/export.html:31
#: templates/admin/import_export/import.html:49
#: templates/admin/import_export/import.html:52
msgid "Submit"
msgstr "Изпълни"

#: templates/admin/import_export/import.html:16
#: templates/admin/import_export/import.html:20
msgid ""
"Below is a preview of data to be imported. If you are satisfied with the "
"results, click 'Confirm import'"
msgstr ""
"Отдолу виждате преглед на данните за импортиране. Ако сте доволни от "
"резултата, изберете 'Потвърди импортирането'"

#: templates/admin/import_export/import.html:19
#: templates/admin/import_export/import.html:23
msgid "Confirm import"
msgstr "Потвърди импортирането"

#: templates/admin/import_export/import.html:28
#: templates/admin/import_export/import.html:31
msgid "This importer will import the following fields: "
msgstr "Ще бъдат импортирани следните полета: "

#: templates/admin/import_export/import.html:57
#: templates/admin/import_export/import.html:61
#: templates/admin/import_export/import.html:90
msgid "Errors"
msgstr "Грешки"

#: templates/admin/import_export/import.html:68
#: templates/admin/import_export/import.html:72
msgid "Line number"
msgstr "Номер на реда"

#: templates/admin/import_export/import.html:78
#: templates/admin/import_export/import.html:82
msgid "Some rows failed to validate"
msgstr ""

#: templates/admin/import_export/import.html:84
msgid ""
"Please correct these errors in your data where possible, then reupload it "
"using the form above."
msgstr ""

#: templates/admin/import_export/import.html:89
msgid "Row"
msgstr ""

#: templates/admin/import_export/import.html:116
msgid "Non field specific"
msgstr ""

#: templates/admin/import_export/import.html:137
msgid "Preview"
msgstr "Преглед"

#: templates/admin/import_export/import.html:93
#: templates/admin/import_export/import.html:152
msgid "New"
msgstr "Нов"

#: templates/admin/import_export/import.html:95
#: templates/admin/import_export/import.html:154
msgid "Skipped"
msgstr "Пропуснат"

#: templates/admin/import_export/import.html:97
#: templates/admin/import_export/import.html:156
msgid "Delete"
msgstr "Изтрит"

#: templates/admin/import_export/import.html:99
#: templates/admin/import_export/import.html:158
msgid "Update"
msgstr "Обновен"

0 comments on commit 549fe54

Please sign in to comment.