-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update - some translation updates - `support_heroku` command messages
- Loading branch information
Showing
167 changed files
with
1,770 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = (1, 5, 1) | ||
VERSION = (1, 5, 2) | ||
|
||
|
||
def get_version(version=VERSION): | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "Wil u hierdie logboeke uitvee?" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "Wil u hierdie logboeke uitvee?" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "'N Gebruiker met daardie e-posadres bestaan reeds." | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "datum geskep" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "opgedateerde datum" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "geskrap datum" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "Voer 'n geldige JSON-string in." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"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" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "هل تريد حذف هذه السجلات" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "هل تريد حذف هذه السجلات" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "يوجد مستخدم يحمل عنوان البريد الإلكتروني هذا بالفعل." | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "تاريخ الإنشاء" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "تاريخ التحديث" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "تاريخ محذوف" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "أدخل سلسلة JSON صالحة." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,14 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
msgid "Do you wish to delete?" | ||
msgstr "" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +42,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "Bu qeydləri silmək istəyirsən" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "Bu qeydləri silmək istəyirsən" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "E-poçt ünvanı olan bir istifadəçi artıq mövcuddur." | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "yaradılan tarix" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "yenilənmiş tarix" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "silinmiş tarix" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "Düzgün JSON simli daxil edin." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "Вы хочаце выдаліць гэтыя часопісы" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "Вы хочаце выдаліць гэтыя часопісы" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "Карыстальнік з гэтым адрасам электроннай пошты ўжо існуе." | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "створаная дата" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "абноўленая дата" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "дата выдаленая" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "Калі ласка, увядзіце сапраўдны радок JSON." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "Искате ли да изтриете тези регистрационни файлове" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "Искате ли да изтриете тези регистрационни файлове" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "Потребител с този имейл адрес вече съществува." | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "създадена дата" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "актуализирана дата" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "изтрита дата" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "Въведете валиден JSON низ." | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,16 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "আপনি কি এই লগগুলি মুছতে চান?" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
#, fuzzy | ||
#| msgid "Do you want to delete these logs" | ||
msgid "Do you wish to delete?" | ||
msgstr "আপনি কি এই লগগুলি মুছতে চান?" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +44,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "এই ইমেল ঠিকানা সহ একজন ব্যবহারকারী ইতিমধ্যে বিদ্যমান।" | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "তৈরীর তারিখ" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "আপডেটের তারিখ" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "মোছা তারিখ" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "বৈধ JSON স্ট্রিং প্রবেশ করান।" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-10-11 16:23+0000\n" | ||
"POT-Creation-Date: 2020-04-19 14:51+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -18,10 +18,14 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n" | ||
|
||
#: django_boost/management/commands/adminsitelog.py:94 | ||
#: django_boost/management/commands/adminsitelog.py:112 | ||
msgid "Do you want to delete these logs" | ||
msgstr "" | ||
|
||
#: django_boost/management/commands/deletemigrations.py:16 | ||
msgid "Do you wish to delete?" | ||
msgstr "" | ||
|
||
#: django_boost/models/__init__.py:11 | ||
msgid "username" | ||
msgstr "" | ||
|
@@ -38,6 +42,18 @@ msgstr "" | |
msgid "A user with that email address already exists." | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:37 | ||
msgid "created date" | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:38 | ||
msgid "updated date" | ||
msgstr "" | ||
|
||
#: django_boost/models/mixins.py:45 | ||
msgid "deleted date" | ||
msgstr "" | ||
|
||
#: django_boost/validators.py:17 | ||
msgid "Enter valid JSON string." | ||
msgstr "" | ||
|
Binary file not shown.
Oops, something went wrong.