mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
add czech (cs) translations stub
This commit is contained in:
parent
95fafe5e0f
commit
b9fd4aba96
103
rest_auth/locale/cs/LC_MESSAGES/django.po
Normal file
103
rest_auth/locale/cs/LC_MESSAGES/django.po
Normal file
|
@ -0,0 +1,103 @@
|
|||
# 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-06-27 23:05+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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: .\registration\serializers.py:67
|
||||
msgid "View is not defined, pass it as a context variable"
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:72
|
||||
msgid "Define adapter_class in view"
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:91
|
||||
msgid "Define callback_url in view"
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:95
|
||||
msgid "Define client_class in view"
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:116
|
||||
msgid "Incorrect input. access_token or code is required."
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:125
|
||||
msgid "Incorrect value"
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:139
|
||||
msgid "User is already registered with this e-mail address."
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:185
|
||||
msgid "A user is already registered with this e-mail address."
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\serializers.py:193
|
||||
msgid "The two password fields didn't match."
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\views.py:51
|
||||
msgid "Verification e-mail sent."
|
||||
msgstr ""
|
||||
|
||||
#: .\registration\views.py:98
|
||||
msgid "ok"
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:30
|
||||
msgid "Must include \"email\" and \"password\"."
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:41
|
||||
msgid "Must include \"username\" and \"password\"."
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:54
|
||||
msgid "Must include either \"username\" or \"email\" and \"password\"."
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:95
|
||||
msgid "User account is disabled."
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:98
|
||||
msgid "Unable to log in with provided credentials."
|
||||
msgstr ""
|
||||
|
||||
#: .\serializers.py:107
|
||||
msgid "E-mail is not verified."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:127
|
||||
msgid "Successfully logged out."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:175
|
||||
msgid "Password reset e-mail has been sent."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:201
|
||||
msgid "Password has been reset with the new password."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:223
|
||||
msgid "New password has been saved."
|
||||
msgstr ""
|
Loading…
Reference in New Issue
Block a user