mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Turkish translation added
This commit is contained in:
parent
9ab830b04a
commit
1e52c8f29d
2 changed files with 96 additions and 0 deletions
BIN
axes/locale/tr/LC_MESSAGES/django.mo
Normal file
BIN
axes/locale/tr/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
96
axes/locale/tr/LC_MESSAGES/django.po
Normal file
96
axes/locale/tr/LC_MESSAGES/django.po
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# 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: 2018-07-17 15:56+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"
|
||||
"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"
|
||||
|
||||
#: axes/admin.py:38
|
||||
msgid "Form Data"
|
||||
msgstr "Form-Verisi"
|
||||
|
||||
#: axes/admin.py:41 axes/admin.py:95
|
||||
msgid "Meta Data"
|
||||
msgstr "Meta-Verisi"
|
||||
|
||||
#: axes/conf.py:58
|
||||
msgid "Account locked: too many login attempts. Please try again later"
|
||||
msgstr ""
|
||||
"Hesap kilitlendi: cok fazla erişim denemesi. Lütfen daha sonra tekrar deneyiniz"
|
||||
|
||||
#: axes/conf.py:61
|
||||
msgid ""
|
||||
"Account locked: too many login attempts. Contact an admin to unlock your "
|
||||
"account."
|
||||
msgstr ""
|
||||
"Hesap kilitlendi: cok fazla erişim denemesi. Hesabını açtırmak için yöneticiyle iletişime"
|
||||
"geçin"
|
||||
|
||||
#: axes/models.py:9
|
||||
msgid "User Agent"
|
||||
msgstr ""
|
||||
|
||||
#: axes/models.py:15
|
||||
msgid "IP Address"
|
||||
msgstr "IP-Adresi"
|
||||
|
||||
#: axes/models.py:21
|
||||
msgid "Username"
|
||||
msgstr "Kullanıcı Adı"
|
||||
|
||||
#: axes/models.py:35
|
||||
msgid "HTTP Accept"
|
||||
msgstr ""
|
||||
|
||||
#: axes/models.py:40
|
||||
msgid "Path"
|
||||
msgstr "Yol"
|
||||
|
||||
#: axes/models.py:45
|
||||
msgid "Attempt Time"
|
||||
msgstr "Girişim Zamanı"
|
||||
|
||||
#: axes/models.py:57
|
||||
msgid "GET Data"
|
||||
msgstr "GET-Verisi"
|
||||
|
||||
#: axes/models.py:61
|
||||
msgid "POST Data"
|
||||
msgstr "POST-Verisi"
|
||||
|
||||
#: axes/models.py:65
|
||||
msgid "Failed Logins"
|
||||
msgstr "Geçersiz Girişler"
|
||||
|
||||
#: axes/models.py:76
|
||||
msgid "access attempt"
|
||||
msgstr "erişim denemesi"
|
||||
|
||||
#: axes/models.py:77
|
||||
msgid "access attempts"
|
||||
msgstr "erişim denemeleri"
|
||||
|
||||
#: axes/models.py:81
|
||||
msgid "Logout Time"
|
||||
msgstr "Çıkış Zamanı"
|
||||
|
||||
#: axes/models.py:90
|
||||
msgid "access log"
|
||||
msgstr "erişim kaydı"
|
||||
|
||||
#: axes/models.py:91
|
||||
msgid "access logs"
|
||||
msgstr "erişim kayıtları"
|
||||
Loading…
Reference in a new issue