add cs translations

This commit is contained in:
Václav Dohnal 2018-06-27 23:18:39 +02:00
parent b9fd4aba96
commit fa3000e8bd
2 changed files with 31 additions and 32 deletions

Binary file not shown.

View File

@ -1,103 +1,102 @@
# SOME DESCRIPTIVE TITLE. # Czech translations of django-rest-auth
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER #
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the django-model-utils package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: django-rest-auth\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: https://github.com/Tivix/django-rest-auth/issues\n"
"POT-Creation-Date: 2018-06-27 23:05+0200\n" "POT-Creation-Date: 2018-06-27 23:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2018-06-27 23:15+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language: cs\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"Last-Translator: Václav Dohnal <vaclav.dohnal@gmail.com>\n"
"Language-Team: N/A\n"
"X-Generator: Poedit 2.0.8\n"
#: .\registration\serializers.py:67 #: .\registration\serializers.py:67
msgid "View is not defined, pass it as a context variable" msgid "View is not defined, pass it as a context variable"
msgstr "" msgstr "View není definováno, předejte jej jako proměnnou kontextu"
#: .\registration\serializers.py:72 #: .\registration\serializers.py:72
msgid "Define adapter_class in view" msgid "Define adapter_class in view"
msgstr "" msgstr "Definujte adapter_class ve view"
#: .\registration\serializers.py:91 #: .\registration\serializers.py:91
msgid "Define callback_url in view" msgid "Define callback_url in view"
msgstr "" msgstr "Definujte callback_url ve view"
#: .\registration\serializers.py:95 #: .\registration\serializers.py:95
msgid "Define client_class in view" msgid "Define client_class in view"
msgstr "" msgstr "Definujte client_class ve view"
#: .\registration\serializers.py:116 #: .\registration\serializers.py:116
msgid "Incorrect input. access_token or code is required." msgid "Incorrect input. access_token or code is required."
msgstr "" msgstr "Nesprávný vstup. access_token je povinný."
#: .\registration\serializers.py:125 #: .\registration\serializers.py:125
msgid "Incorrect value" msgid "Incorrect value"
msgstr "" msgstr "Nesprávná hodnota"
#: .\registration\serializers.py:139 #: .\registration\serializers.py:139
msgid "User is already registered with this e-mail address." msgid "User is already registered with this e-mail address."
msgstr "" msgstr "Uživatel s touto adresou je již registrován."
#: .\registration\serializers.py:185 #: .\registration\serializers.py:185
msgid "A user is already registered with this e-mail address." msgid "A user is already registered with this e-mail address."
msgstr "" msgstr "Uživatel s touto adresou je již registrován."
#: .\registration\serializers.py:193 #: .\registration\serializers.py:193
msgid "The two password fields didn't match." msgid "The two password fields didn't match."
msgstr "" msgstr "Zadaná hesla se neshodují."
#: .\registration\views.py:51 #: .\registration\views.py:51
msgid "Verification e-mail sent." msgid "Verification e-mail sent."
msgstr "" msgstr "Ověřovací e-mail odeslán."
#: .\registration\views.py:98 #: .\registration\views.py:98
msgid "ok" msgid "ok"
msgstr "" msgstr "ok"
#: .\serializers.py:30 #: .\serializers.py:30
msgid "Must include \"email\" and \"password\"." msgid "Must include \"email\" and \"password\"."
msgstr "" msgstr "Musí obsahovat \"e-mail\" a \"heslo\"."
#: .\serializers.py:41 #: .\serializers.py:41
msgid "Must include \"username\" and \"password\"." msgid "Must include \"username\" and \"password\"."
msgstr "" msgstr "Musí obsahovat \"uživatelské jméno\" a \"heslo\"."
#: .\serializers.py:54 #: .\serializers.py:54
msgid "Must include either \"username\" or \"email\" and \"password\"." msgid "Must include either \"username\" or \"email\" and \"password\"."
msgstr "" msgstr "Musí obsahovat \"uživatelské jméno\" nebo \"e-mail\" a \"heslo\"."
#: .\serializers.py:95 #: .\serializers.py:95
msgid "User account is disabled." msgid "User account is disabled."
msgstr "" msgstr "Uživatelský účet je zakázán."
#: .\serializers.py:98 #: .\serializers.py:98
msgid "Unable to log in with provided credentials." msgid "Unable to log in with provided credentials."
msgstr "" msgstr "Pomocí zadaných údajů se nelze přihlásit."
#: .\serializers.py:107 #: .\serializers.py:107
msgid "E-mail is not verified." msgid "E-mail is not verified."
msgstr "" msgstr "E-mail není ověřený."
#: .\views.py:127 #: .\views.py:127
msgid "Successfully logged out." msgid "Successfully logged out."
msgstr "" msgstr "Byli jste úspěšně odhlášení."
#: .\views.py:175 #: .\views.py:175
msgid "Password reset e-mail has been sent." msgid "Password reset e-mail has been sent."
msgstr "" msgstr "E-mail pro resetování hesla byl odeslán."
#: .\views.py:201 #: .\views.py:201
msgid "Password has been reset with the new password." msgid "Password has been reset with the new password."
msgstr "" msgstr "Vaše heslo bylo resetováno."
#: .\views.py:223 #: .\views.py:223
msgid "New password has been saved." msgid "New password has been saved."
msgstr "" msgstr "Nové heslo bylo uloženo."