-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ivan Redun <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: django-extra-settings\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-06-30 12:15+0300\n" | ||
"PO-Revision-Date: 2023-06-30 12:15+0300\n" | ||
"Last-Translator: Ivan Redun <[email protected]>\n" | ||
"Language-Team: Russian <[email protected]>\n" | ||
"Language: Russian \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: extra_settings/admin.py | ||
msgid "Name Prefix" | ||
msgstr "Префикс имени" | ||
|
||
#: extra_settings/models.py | ||
msgid "Name" | ||
msgstr "Название" | ||
|
||
#: extra_settings/models.py | ||
msgid "(e.g. SETTING_NAME)" | ||
msgstr "(например SETTING_NAME)" | ||
|
||
#: extra_settings/models.py | ||
msgid "Type" | ||
msgstr "Тип" | ||
|
||
#: extra_settings/models.py | ||
msgid "Description" | ||
msgstr "Описание" | ||
|
||
#: extra_settings/models.py | ||
msgid "Value" | ||
msgstr "Значение" | ||
|
||
#: extra_settings/models.py | ||
msgid "Validator" | ||
msgstr "Валидатор" | ||
|
||
#: extra_settings/models.py | ||
msgid "" | ||
"Full python path to a validator function, eg. 'myapp.mymodule.my_validator'" | ||
msgstr "Полный python путь до функции валидации, например 'myapp.mymodule.my_validator'" | ||
|
||
#: extra_settings/models.py | ||
msgid "Setting" | ||
msgstr "Настройка" | ||
|
||
#: extra_settings/models.py | ||
msgid "Settings" | ||
msgstr "Настройки" |