-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add MatrixBlock to admin panel. Localize fields * Delete todos * Recompile translate. Edit in_pack colModel * Create todo to fix i18n
- Loading branch information
1 parent
1fca36d
commit db12eb7
Showing
6 changed files
with
68 additions
and
37 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
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
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: 2017-04-03 10:00+0000\n" | ||
"POT-Creation-Date: 2019-07-05 12:54+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" | ||
|
@@ -20,88 +20,124 @@ msgstr "" | |
"%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" | ||
|
||
#: shopelectro/admin.py:25 | ||
#: shopelectro/admin.py:45 | ||
msgid "has tags" | ||
msgstr "По тегам" | ||
|
||
#: shopelectro/admin.py:30 | ||
#: shopelectro/admin.py:50 | ||
msgid "Has tags" | ||
msgstr "С тегами" | ||
|
||
#: shopelectro/admin.py:31 | ||
#: shopelectro/admin.py:51 | ||
msgid "Has no tags" | ||
msgstr "Без тегов" | ||
|
||
#: shopelectro/admin.py:47 | ||
#: shopelectro/admin.py:65 | ||
msgid "has category" | ||
msgstr "По категориями" | ||
|
||
#: shopelectro/admin.py:52 | ||
#: shopelectro/admin.py:70 | ||
msgid "Has category" | ||
msgstr "С категориями" | ||
|
||
#: shopelectro/admin.py:53 | ||
#: shopelectro/admin.py:71 | ||
msgid "Has no category" | ||
msgstr "Без категорий" | ||
|
||
#: shopelectro/admin.py:146 | ||
#: shopelectro/admin.py:178 | ||
#, fuzzy | ||
#| msgid "vendor_code" | ||
msgid "Vendor code" | ||
msgstr "артикул" | ||
|
||
#: shopelectro/admin.py:184 | ||
msgid "Price" | ||
msgstr "Цена" | ||
|
||
#: shopelectro/admin.py:210 | ||
msgid "Link" | ||
msgstr "Ссылка" | ||
|
||
#: shopelectro/admin.py:189 | ||
#: shopelectro/admin.py:253 | ||
msgid "Group" | ||
msgstr "Группа тегов" | ||
|
||
#: shopelectro/admin.py:274 | ||
msgid "Sends email notifications about placed orders" | ||
msgstr "Отправить письмо" | ||
|
||
#: shopelectro/models.py:81 | ||
msgid "Matrix block" | ||
msgstr "Раздел на странице каталога" | ||
|
||
#: shopelectro/models.py:82 | ||
msgid "Matrix blocks" | ||
msgstr "Разделы на странице каталога" | ||
|
||
#: shopelectro/models.py:91 shopelectro/models.py:132 | ||
msgid "category" | ||
msgstr "категория" | ||
|
||
#: shopelectro/models.py:88 | ||
#: shopelectro/models.py:98 | ||
msgid "block size" | ||
msgstr "размер раздела" | ||
|
||
#: shopelectro/models.py:139 | ||
msgid "tags" | ||
msgstr "теги" | ||
|
||
#: shopelectro/models.py:91 | ||
#: shopelectro/models.py:149 | ||
msgid "vendor_code" | ||
msgstr "артикул" | ||
|
||
#: shopelectro/models.py:93 | ||
#: shopelectro/models.py:152 | ||
msgid "purchase_price" | ||
msgstr "закупочная цена" | ||
|
||
#: shopelectro/models.py:94 | ||
#: shopelectro/models.py:154 | ||
msgid "wholesale_small" | ||
msgstr "мелкий опт" | ||
|
||
#: shopelectro/models.py:95 | ||
#: shopelectro/models.py:156 | ||
msgid "wholesale_medium" | ||
msgstr "средний опт" | ||
|
||
#: shopelectro/models.py:96 | ||
#: shopelectro/models.py:158 | ||
msgid "wholesale_large" | ||
msgstr "крупный опт" | ||
|
||
#: shopelectro/models.py:118 | ||
#: shopelectro/models.py:162 | ||
msgid "in pack" | ||
msgstr "в упаковке" | ||
|
||
#: shopelectro/models.py:198 | ||
msgid "date" | ||
msgstr "дата" | ||
|
||
#: shopelectro/models.py:119 shopelectro/models.py:167 | ||
#: shopelectro/models.py:206 | ||
#: shopelectro/models.py:200 | ||
msgid "name" | ||
msgstr "название" | ||
|
||
#: shopelectro/models.py:120 | ||
#: shopelectro/models.py:202 | ||
msgid "rating" | ||
msgstr "рейтинг" | ||
|
||
#: shopelectro/models.py:121 | ||
#: shopelectro/models.py:204 | ||
msgid "dignities" | ||
msgstr "достоинства" | ||
|
||
#: shopelectro/models.py:122 shopelectro/models.py:123 | ||
#: shopelectro/models.py:206 shopelectro/models.py:208 | ||
msgid "limitations" | ||
msgstr "недостатки" | ||
|
||
#: shopelectro/models.py:169 shopelectro/models.py:208 | ||
#: shopelectro/models.py:248 | ||
msgid "revenue" | ||
msgstr "прибыль" | ||
|
||
#: shopelectro/tests/tests_views.py:754 | ||
msgid "Product" | ||
msgstr "Товар" | ||
|
||
msgid "position" | ||
msgstr "позиция" | ||
|
||
|
@@ -117,9 +153,6 @@ msgstr "Категории" | |
msgid "parent" | ||
msgstr "родитель" | ||
|
||
msgid "Product" | ||
msgstr "Товар" | ||
|
||
msgid "Products" | ||
msgstr "Товары" | ||
|
||
|
@@ -186,9 +219,6 @@ msgstr "Сделать неактивными" | |
msgid "Parent" | ||
msgstr "Родитель" | ||
|
||
msgid "Price" | ||
msgstr "Цена" | ||
|
||
msgid "Table editor" | ||
msgstr "Табличный редактор" | ||
|
||
|
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
db12eb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
880-c9d8b5dc
disappeared fromshopelectro/models.py
, that's why I closed #934. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.db12eb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
880-51a8e904
disappeared fromshopelectro/models.py
, that's why I closed #935. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.db12eb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
858-5815cddb
disappeared fromfront/js/components/admin.es6
, that's why I closed #863. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.db12eb7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
934-a8735256
discovered indocker/Makefile
and submitted as #942. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.