Skip to content

Commit

Permalink
Merge pull request #391 from obayhan/master
Browse files Browse the repository at this point in the history
Turkish translation added
  • Loading branch information
aleksihakli authored Jan 12, 2019
2 parents 9ab830b + 1e52c8f commit bbcd02d
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
Binary file added axes/locale/tr/LC_MESSAGES/django.mo
Binary file not shown.
96 changes: 96 additions & 0 deletions axes/locale/tr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\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ı"

0 comments on commit bbcd02d

Please sign in to comment.