mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
parent
917c2790d1
commit
288ca7c5e4
2 changed files with 104 additions and 0 deletions
BIN
constance/locale/tr/LC_MESSAGES/django.mo
Normal file
BIN
constance/locale/tr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
104
constance/locale/tr/LC_MESSAGES/django.po
Normal file
104
constance/locale/tr/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
# 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: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-11-09 19:14+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Ozcan Yarimdunya <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \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"
|
||||
#: constance/admin.py:116
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Default value type must be equal to declared config parameter type. Please "
|
||||
"fix the default value of '%(name)s'."
|
||||
msgstr ""
|
||||
"Varsayılan değer tipi, tanımlanan ayarlar parametresi tipi ile aynı olmalıdır. Lütfen "
|
||||
"'%(name)s' in varsayılan değerini düzeltin."
|
||||
|
||||
#: constance/admin.py:126
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Constance doesn't support config values of the type %(config_type)s. Please "
|
||||
"fix the value of '%(name)s'."
|
||||
msgstr ""
|
||||
"Constance %(config_type)s tipinin yapılandırma değerlerini desteklemiyor. Lütfen "
|
||||
"'%(name)s' in değerini düzeltin."
|
||||
|
||||
#: constance/admin.py:160
|
||||
msgid ""
|
||||
"The settings have been modified by someone else. Please reload the form and "
|
||||
"resubmit your changes."
|
||||
msgstr ""
|
||||
"Ayarlar başkası tarafından değiştirildi. Lütfen formu tekrar yükleyin ve "
|
||||
"değişikliklerinizi tekrar kaydedin."
|
||||
|
||||
#: constance/admin.py:172 constance/checks.py:19
|
||||
msgid ""
|
||||
"CONSTANCE_CONFIG_FIELDSETS is missing field(s) that exists in "
|
||||
"CONSTANCE_CONFIG."
|
||||
msgstr ""
|
||||
"CONSTANCE_CONFIG içinde mevcut olan alan(lar) için "
|
||||
"CONSTANCE_CONFIG_FIELDSETS eksik."
|
||||
|
||||
#: constance/admin.py:240
|
||||
msgid "Live settings updated successfully."
|
||||
msgstr "Canlı ayarlar başarıyla güncellendi."
|
||||
|
||||
#: constance/admin.py:305
|
||||
msgid "config"
|
||||
msgstr "ayar"
|
||||
|
||||
#: constance/backends/database/models.py:19
|
||||
msgid "constance"
|
||||
msgstr "constance"
|
||||
|
||||
#: constance/backends/database/models.py:20
|
||||
msgid "constances"
|
||||
msgstr "constances"
|
||||
|
||||
#: constance/management/commands/constance.py:32
|
||||
msgid "Get/Set In-database config settings handled by Constance"
|
||||
msgstr ""
|
||||
|
||||
#: constance/templates/admin/constance/change_list.html:60
|
||||
msgid "Save"
|
||||
msgstr "Kaydet"
|
||||
|
||||
#: constance/templates/admin/constance/change_list.html:69
|
||||
msgid "Home"
|
||||
msgstr "Anasayfa"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:6
|
||||
msgid "Name"
|
||||
msgstr "İsim"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:7
|
||||
msgid "Default"
|
||||
msgstr "Varsayılan"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:8
|
||||
msgid "Value"
|
||||
msgstr "Değer"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:9
|
||||
msgid "Is modified"
|
||||
msgstr "Değiştiril mi"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:22
|
||||
msgid "Current file"
|
||||
msgstr "Geçerli dosya"
|
||||
|
||||
#: constance/templates/admin/constance/includes/results_list.html:39
|
||||
msgid "Reset to default"
|
||||
msgstr "Varsayılana dön"
|
||||
Loading…
Reference in a new issue