|
1 |
| -# SOME DESCRIPTIVE TITLE. |
2 |
| -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
3 |
| -# This file is distributed under the same license as the PACKAGE package. |
4 |
| -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 1 | +# Czech translations of django-rest-auth |
| 2 | +# |
| 3 | +# This file is distributed under the same license as the django-model-utils package. |
5 | 4 | #
|
6 |
| -#, fuzzy |
7 | 5 | msgid ""
|
8 | 6 | msgstr ""
|
9 |
| -"Project-Id-Version: PACKAGE VERSION\n" |
10 |
| -"Report-Msgid-Bugs-To: \n" |
| 7 | +"Project-Id-Version: django-rest-auth\n" |
| 8 | +"Report-Msgid-Bugs-To: https://github.com/Tivix/django-rest-auth/issues\n" |
11 | 9 | "POT-Creation-Date: 2018-06-27 23:05+0200\n"
|
12 |
| -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 |
| -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 |
| -" Language-Team: LANGUAGE <[email protected]>\n" |
15 |
| -"Language: \n" |
| 10 | +"PO-Revision-Date: 2018-06-27 23:15+0200\n" |
| 11 | +"Language: cs\n" |
16 | 12 | "MIME-Version: 1.0\n"
|
17 | 13 | "Content-Type: text/plain; charset=UTF-8\n"
|
18 | 14 | "Content-Transfer-Encoding: 8bit\n"
|
19 | 15 | "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
| 16 | +" Last-Translator: Václav Dohnal <[email protected]>\n" |
| 17 | +"Language-Team: N/A\n" |
| 18 | +"X-Generator: Poedit 2.0.8\n" |
20 | 19 |
|
21 | 20 | #: .\registration\serializers.py:67
|
22 | 21 | msgid "View is not defined, pass it as a context variable"
|
23 |
| -msgstr "" |
| 22 | +msgstr "View není definováno, předejte jej jako proměnnou kontextu" |
24 | 23 |
|
25 | 24 | #: .\registration\serializers.py:72
|
26 | 25 | msgid "Define adapter_class in view"
|
27 |
| -msgstr "" |
| 26 | +msgstr "Definujte adapter_class ve view" |
28 | 27 |
|
29 | 28 | #: .\registration\serializers.py:91
|
30 | 29 | msgid "Define callback_url in view"
|
31 |
| -msgstr "" |
| 30 | +msgstr "Definujte callback_url ve view" |
32 | 31 |
|
33 | 32 | #: .\registration\serializers.py:95
|
34 | 33 | msgid "Define client_class in view"
|
35 |
| -msgstr "" |
| 34 | +msgstr "Definujte client_class ve view" |
36 | 35 |
|
37 | 36 | #: .\registration\serializers.py:116
|
38 | 37 | msgid "Incorrect input. access_token or code is required."
|
39 |
| -msgstr "" |
| 38 | +msgstr "Nesprávný vstup. access_token je povinný." |
40 | 39 |
|
41 | 40 | #: .\registration\serializers.py:125
|
42 | 41 | msgid "Incorrect value"
|
43 |
| -msgstr "" |
| 42 | +msgstr "Nesprávná hodnota" |
44 | 43 |
|
45 | 44 | #: .\registration\serializers.py:139
|
46 | 45 | msgid "User is already registered with this e-mail address."
|
47 |
| -msgstr "" |
| 46 | +msgstr "Uživatel s touto adresou je již registrován." |
48 | 47 |
|
49 | 48 | #: .\registration\serializers.py:185
|
50 | 49 | msgid "A user is already registered with this e-mail address."
|
51 |
| -msgstr "" |
| 50 | +msgstr "Uživatel s touto adresou je již registrován." |
52 | 51 |
|
53 | 52 | #: .\registration\serializers.py:193
|
54 | 53 | msgid "The two password fields didn't match."
|
55 |
| -msgstr "" |
| 54 | +msgstr "Zadaná hesla se neshodují." |
56 | 55 |
|
57 | 56 | #: .\registration\views.py:51
|
58 | 57 | msgid "Verification e-mail sent."
|
59 |
| -msgstr "" |
| 58 | +msgstr "Ověřovací e-mail odeslán." |
60 | 59 |
|
61 | 60 | #: .\registration\views.py:98
|
62 | 61 | msgid "ok"
|
63 |
| -msgstr "" |
| 62 | +msgstr "ok" |
64 | 63 |
|
65 | 64 | #: .\serializers.py:30
|
66 | 65 | msgid "Must include \"email\" and \"password\"."
|
67 |
| -msgstr "" |
| 66 | +msgstr "Musí obsahovat \"e-mail\" a \"heslo\"." |
68 | 67 |
|
69 | 68 | #: .\serializers.py:41
|
70 | 69 | msgid "Must include \"username\" and \"password\"."
|
71 |
| -msgstr "" |
| 70 | +msgstr "Musí obsahovat \"uživatelské jméno\" a \"heslo\"." |
72 | 71 |
|
73 | 72 | #: .\serializers.py:54
|
74 | 73 | msgid "Must include either \"username\" or \"email\" and \"password\"."
|
75 |
| -msgstr "" |
| 74 | +msgstr "Musí obsahovat \"uživatelské jméno\" nebo \"e-mail\" a \"heslo\"." |
76 | 75 |
|
77 | 76 | #: .\serializers.py:95
|
78 | 77 | msgid "User account is disabled."
|
79 |
| -msgstr "" |
| 78 | +msgstr "Uživatelský účet je zakázán." |
80 | 79 |
|
81 | 80 | #: .\serializers.py:98
|
82 | 81 | msgid "Unable to log in with provided credentials."
|
83 |
| -msgstr "" |
| 82 | +msgstr "Pomocí zadaných údajů se nelze přihlásit." |
84 | 83 |
|
85 | 84 | #: .\serializers.py:107
|
86 | 85 | msgid "E-mail is not verified."
|
87 |
| -msgstr "" |
| 86 | +msgstr "E-mail není ověřený." |
88 | 87 |
|
89 | 88 | #: .\views.py:127
|
90 | 89 | msgid "Successfully logged out."
|
91 |
| -msgstr "" |
| 90 | +msgstr "Byli jste úspěšně odhlášení." |
92 | 91 |
|
93 | 92 | #: .\views.py:175
|
94 | 93 | msgid "Password reset e-mail has been sent."
|
95 |
| -msgstr "" |
| 94 | +msgstr "E-mail pro resetování hesla byl odeslán." |
96 | 95 |
|
97 | 96 | #: .\views.py:201
|
98 | 97 | msgid "Password has been reset with the new password."
|
99 |
| -msgstr "" |
| 98 | +msgstr "Vaše heslo bylo resetováno." |
100 | 99 |
|
101 | 100 | #: .\views.py:223
|
102 | 101 | msgid "New password has been saved."
|
103 |
| -msgstr "" |
| 102 | +msgstr "Nové heslo bylo uloženo." |
0 commit comments