Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
ce66c752
Commit
ce66c752
authored
Jan 14, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Updated czech translation
removed language selection for guest user
parents
1d7e52c1
4e42a179
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
70 deletions
+86
-70
user_edit.html
cps/templates/user_edit.html
+2
-0
messages.mo
cps/translations/cs/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/cs/LC_MESSAGES/messages.po
+84
-70
No files found.
cps/templates/user_edit.html
View file @
ce66c752
...
...
@@ -26,6 +26,7 @@
<label
for=
"kindle_mail"
>
{{_('Kindle E-Mail')}}
</label>
<input
type=
"email"
class=
"form-control"
name=
"kindle_mail"
id=
"kindle_mail"
value=
"{{ content.kindle_mail if content.kindle_mail != None }}"
>
</div>
{% if not content.role_anonymous() %}
<div
class=
"form-group"
>
<label
for=
"locale"
>
{{_('Language')}}
</label>
<select
name=
"locale"
id=
"locale"
class=
"form-control"
>
...
...
@@ -34,6 +35,7 @@
{% endfor %}
</select>
</div>
{% endif %}
<div
class=
"form-group"
>
<label
for=
"default_language"
>
{{_('Show books with language')}}
</label>
...
...
cps/translations/cs/LC_MESSAGES/messages.mo
View file @
ce66c752
No preview for this file type
cps/translations/cs/LC_MESSAGES/messages.po
View file @
ce66c752
...
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2020-01-1
2 13:5
7+0100\n"
"POT-Creation-Date: 2020-01-1
4 18:1
7+0100\n"
"PO-Revision-Date: 2020-01-08 11:37+0000\n"
"Last-Translator: Lukas Heroudek <lukas.heroudek@gmail.com>\n"
"Language: cs_CZ\n"
...
...
@@ -59,7 +59,7 @@ msgstr "Konfigurace Calibre-Web aktualizována"
msgid "Basic Configuration"
msgstr "Základní konfigurace"
#: cps/admin.py:465 cps/web.py:109
3
#: cps/admin.py:465 cps/web.py:109
0
msgid "Please fill out all fields!"
msgstr "Vyplňte všechna pole!"
...
...
@@ -68,7 +68,7 @@ msgstr "Vyplňte všechna pole!"
msgid "Add new user"
msgstr "Přidat nového uživatele"
#: cps/admin.py:476 cps/web.py:131
8
#: cps/admin.py:476 cps/web.py:131
5
msgid "E-mail is not from valid domain"
msgstr "E-mail není z platné domény"
...
...
@@ -112,16 +112,16 @@ msgstr "Uživatel '%(nick)s' smazán"
msgid "No admin user remaining, can't delete user"
msgstr "Nezbývá žádný správce, nemůžete jej odstranit"
#: cps/admin.py:612 cps/web.py:135
9
#: cps/admin.py:612 cps/web.py:135
6
msgid "Found an existing account for this e-mail address."
msgstr "Byl nalezen existující účet pro tuto e-mailovou adresu."
#: cps/admin.py:616 cps/admin.py:630 cps/admin.py:644 cps/web.py:133
4
#: cps/admin.py:616 cps/admin.py:630 cps/admin.py:644 cps/web.py:133
1
#, python-format
msgid "Edit User %(nick)s"
msgstr "Upravit uživatele %(nick)s"
#: cps/admin.py:622 cps/web.py:132
7
#: cps/admin.py:622 cps/web.py:132
4
msgid "This username is already taken"
msgstr "Toto uživatelské jméno je již použito"
...
...
@@ -139,11 +139,11 @@ msgstr "Došlo k neznámé chybě."
msgid "Password for user %(user)s reset"
msgstr "Heslo pro uživatele %(user)s resetováno"
#: cps/admin.py:660 cps/web.py:111
8 cps/web.py:1174
#: cps/admin.py:660 cps/web.py:111
5 cps/web.py:1171
msgid "An unknown error occurred. Please try again later."
msgstr "Neznámá chyba. Opakujte prosím později."
#: cps/admin.py:663 cps/web.py:10
62
#: cps/admin.py:663 cps/web.py:10
59
msgid "Please configure the SMTP mail settings first..."
msgstr "Nejprve nakonfigurujte nastavení pošty SMTP..."
...
...
@@ -591,7 +591,7 @@ msgid "Show best rated books"
msgstr "Zobrazit nejlépe hodnocené knihy"
#: cps/templates/index.xml:46 cps/templates/index.xml:50 cps/ub.py:67
#: cps/web.py:10
11
#: cps/web.py:10
09
msgid "Read Books"
msgstr "Přečtené knihy"
...
...
@@ -600,7 +600,7 @@ msgid "Show read and unread"
msgstr "Zobrazit prečtené a nepřečtené"
#: cps/templates/index.xml:53 cps/templates/index.xml:57 cps/ub.py:71
#: cps/web.py:101
5
#: cps/web.py:101
3
msgid "Unread Books"
msgstr "Nepřečtené knihy"
...
...
@@ -722,7 +722,7 @@ msgstr "Knihy"
msgid "Hot Books (most downloaded)"
msgstr "Žhavé knihy (nejstahovanější)"
#: cps/web.py:586 cps/web.py:13
82 cps/web.py:1478
#: cps/web.py:586 cps/web.py:13
79 cps/web.py:1475
msgid "Error opening eBook. File does not exist or file is not accessible:"
msgstr "Chyba při otevíraní eKnihy. Soubor neexistuje nebo neni přístupný:"
...
...
@@ -790,128 +790,128 @@ msgid "Tasks"
msgstr "Úlohy"
#: cps/templates/feed.xml:33 cps/templates/layout.html:44
#: cps/templates/layout.html:45 cps/web.py:82
9 cps/web.py:831
#: cps/templates/layout.html:45 cps/web.py:82
7 cps/web.py:829
msgid "Search"
msgstr "Hledat"
#: cps/web.py:8
81
#: cps/web.py:8
79
msgid "Published after "
msgstr "Vydáno po "
#: cps/web.py:88
8
#: cps/web.py:88
6
msgid "Published before "
msgstr "Vydáno před "
#: cps/web.py:90
2
#: cps/web.py:90
0
#, python-format
msgid "Rating <= %(rating)s"
msgstr "Hodnocení <= %(rating)s"
#: cps/web.py:90
4
#: cps/web.py:90
2
#, python-format
msgid "Rating >= %(rating)s"
msgstr "Hodnocení >= %(rating)s"
#: cps/web.py:9
70 cps/web.py:982
#: cps/web.py:9
68 cps/web.py:980
msgid "search"
msgstr "hledat"
#: cps/web.py:106
7
#: cps/web.py:106
4
#, python-format
msgid "Book successfully queued for sending to %(kindlemail)s"
msgstr "Kniha byla úspěšně zařazena do fronty pro odeslání na %(kindlemail)s"
#: cps/web.py:10
71
#: cps/web.py:10
68
#, python-format
msgid "There was an error sending this book: %(res)s"
msgstr "Při odesílání této knihy došlo k chybě: %(res)s"
#: cps/web.py:107
3
#: cps/web.py:107
0
msgid "Please configure your kindle e-mail address first..."
msgstr "Nejprve nakonfigurujte vaši kindle e-mailovou adresu.."
#: cps/web.py:108
7
#: cps/web.py:108
4
msgid "E-Mail server is not configured, please contact your administrator!"
msgstr "E-mailový server není nakonfigurován, kontaktujte svého správce!"
#: cps/web.py:108
8 cps/web.py:1094 cps/web.py:1119 cps/web.py:1123
#: cps/web.py:112
8 cps/web.py:1132
#: cps/web.py:108
5 cps/web.py:1091 cps/web.py:1116 cps/web.py:1120
#: cps/web.py:112
5 cps/web.py:1129
msgid "register"
msgstr "registrovat"
#: cps/web.py:11
21
#: cps/web.py:11
18
msgid "Your e-mail is not allowed to register"
msgstr "Váš e-mail nemá povolení k registraci"
#: cps/web.py:112
4
#: cps/web.py:112
1
msgid "Confirmation e-mail was send to your e-mail account."
msgstr "Potvrzovací e-mail byl odeslán na váš účet."
#: cps/web.py:112
7
#: cps/web.py:112
4
msgid "This username or e-mail address is already in use."
msgstr "Toto uživatelské jméno nebo e-mailová adresa jsou již používány."
#: cps/web.py:114
4
#: cps/web.py:114
1
msgid "Cannot activate LDAP authentication"
msgstr "Nelze aktivovat ověření LDAP"
#: cps/web.py:115
4 cps/web.py:1281
#: cps/web.py:115
1 cps/web.py:1278
#, python-format
msgid "you are now logged in as: '%(nickname)s'"
msgstr "nyní jste přihlášeni jako: ‘%(nickname)s’"
#: cps/web.py:115
9
#: cps/web.py:115
6
msgid "Could not login. LDAP server down, please contact your administrator"
msgstr "Nelze se přihlásit. LDAP server neodpovídá, kontaktujte svého správce"
#: cps/web.py:116
3 cps/web.py:1186
#: cps/web.py:116
0 cps/web.py:1183
msgid "Wrong Username or Password"
msgstr "Špatné uživatelské jméno nebo heslo"
#: cps/web.py:11
70
#: cps/web.py:11
67
msgid "New Password was send to your email address"
msgstr "Nové heslo bylo zasláno na váši emailovou adresu"
#: cps/web.py:117
6
#: cps/web.py:117
3
msgid "Please enter valid username to reset password"
msgstr "Zadejte platné uživatelské jméno pro obnovení hesla"
#: cps/web.py:11
82
#: cps/web.py:11
79
#, python-format
msgid "You are now logged in as: '%(nickname)s'"
msgstr "Nyní jste přihlášeni jako: '%(nickname)s'"
#: cps/web.py:118
9 cps/web.py:1213
#: cps/web.py:118
6 cps/web.py:1210
msgid "login"
msgstr "přihlásit se"
#: cps/web.py:122
5 cps/web.py:1259
#: cps/web.py:122
2 cps/web.py:1256
msgid "Token not found"
msgstr "Token nenalezen"
#: cps/web.py:123
4 cps/web.py:1267
#: cps/web.py:123
1 cps/web.py:1264
msgid "Token has expired"
msgstr "Token vypršel"
#: cps/web.py:124
3
#: cps/web.py:124
0
msgid "Success! Please return to your device"
msgstr "Úspěch! Vraťte se prosím do zařízení"
#: cps/web.py:13
20 cps/web.py:1363 cps/web.py:1369
#: cps/web.py:13
17 cps/web.py:1360 cps/web.py:1366
#, python-format
msgid "%(name)s's profile"
msgstr "%(name)s profil"
#: cps/web.py:136
5
#: cps/web.py:136
2
msgid "Profile updated"
msgstr "Profil aktualizován"
#: cps/web.py:139
4 cps/web.py:1397 cps/web.py:1400 cps/web.py:1407
#: cps/web.py:14
12
#: cps/web.py:139
1 cps/web.py:1394 cps/web.py:1397 cps/web.py:1404
#: cps/web.py:14
09
msgid "Read a Book"
msgstr "Číst knihu"
#: cps/web.py:142
3
#: cps/web.py:142
0
msgid "Error opening eBook. File does not exist or file is not accessible."
msgstr "Chyba při otevírání eKnihy. Soubor neexistuje nebo není přístupný"
...
...
@@ -953,7 +953,7 @@ msgstr "Správce"
#: cps/templates/detail.html:27 cps/templates/shelf.html:6
#: cps/templates/shelfdown.html:62
msgid "Download"
msgstr "St
á
hovat"
msgstr "St
a
hovat"
#: cps/templates/admin.html:18
msgid "View Ebooks"
...
...
@@ -1098,7 +1098,7 @@ msgstr "Ok"
#: cps/templates/email_edit.html:40 cps/templates/email_edit.html:92
#: cps/templates/layout.html:28 cps/templates/shelf.html:73
#: cps/templates/shelf_edit.html:19 cps/templates/shelf_order.html:32
#: cps/templates/user_edit.html:13
1
#: cps/templates/user_edit.html:13
3
msgid "Back"
msgstr "Zpět"
...
...
@@ -1211,7 +1211,7 @@ msgstr "Datum vydání"
msgid "Publisher"
msgstr "Vydavatel"
#: cps/templates/book_edit.html:103 cps/templates/user_edit.html:3
0
#: cps/templates/book_edit.html:103 cps/templates/user_edit.html:3
1
msgid "Language"
msgstr "Jazyk"
...
...
@@ -1238,7 +1238,7 @@ msgstr "Získat metadata"
#: cps/templates/book_edit.html:173 cps/templates/config_edit.html:329
#: cps/templates/config_view_edit.html:146 cps/templates/login.html:20
#: cps/templates/search_form.html:170 cps/templates/shelf_edit.html:17
#: cps/templates/user_edit.html:1
29
#: cps/templates/user_edit.html:1
31
msgid "Submit"
msgstr "Odeslat"
...
...
@@ -1591,35 +1591,35 @@ msgstr "Štítky pro obsah pro dospělé"
msgid "Default settings for new users"
msgstr "Výchozí nastavení pro nového uživatele"
#: cps/templates/config_view_edit.html:81 cps/templates/user_edit.html:8
2
#: cps/templates/config_view_edit.html:81 cps/templates/user_edit.html:8
4
msgid "Admin user"
msgstr "Uživatel admin"
#: cps/templates/config_view_edit.html:85 cps/templates/user_edit.html:9
1
#: cps/templates/config_view_edit.html:85 cps/templates/user_edit.html:9
3
msgid "Allow Downloads"
msgstr "Povolit stahování"
#: cps/templates/config_view_edit.html:89 cps/templates/user_edit.html:9
5
#: cps/templates/config_view_edit.html:89 cps/templates/user_edit.html:9
7
msgid "Allow book viewer"
msgstr "Povolit prohlížeč knih"
#: cps/templates/config_view_edit.html:93 cps/templates/user_edit.html:
99
#: cps/templates/config_view_edit.html:93 cps/templates/user_edit.html:
101
msgid "Allow Uploads"
msgstr "Povolit nahrávání"
#: cps/templates/config_view_edit.html:97 cps/templates/user_edit.html:10
3
#: cps/templates/config_view_edit.html:97 cps/templates/user_edit.html:10
5
msgid "Allow Edit"
msgstr "Povolit úpravy"
#: cps/templates/config_view_edit.html:101 cps/templates/user_edit.html:10
7
#: cps/templates/config_view_edit.html:101 cps/templates/user_edit.html:10
9
msgid "Allow Delete books"
msgstr "Povolit mazání knih"
#: cps/templates/config_view_edit.html:105 cps/templates/user_edit.html:11
2
#: cps/templates/config_view_edit.html:105 cps/templates/user_edit.html:11
4
msgid "Allow Changing Password"
msgstr "Povolit změnu hesla"
#: cps/templates/config_view_edit.html:109 cps/templates/user_edit.html:11
6
#: cps/templates/config_view_edit.html:109 cps/templates/user_edit.html:11
8
msgid "Allow Editing Public Shelfs"
msgstr "Povolit úpravy veřejných polic"
...
...
@@ -1627,11 +1627,11 @@ msgstr "Povolit úpravy veřejných polic"
msgid "Default visibilities for new users"
msgstr "Výchozí viditelnosti pro nové uživatele"
#: cps/templates/config_view_edit.html:135 cps/templates/user_edit.html:7
4
#: cps/templates/config_view_edit.html:135 cps/templates/user_edit.html:7
6
msgid "Show random books in detail view"
msgstr "Zobrazit náhodné knihy v podrobném zobrazení"
#: cps/templates/config_view_edit.html:139 cps/templates/user_edit.html:8
7
#: cps/templates/config_view_edit.html:139 cps/templates/user_edit.html:8
9
msgid "Show mature content"
msgstr "Zobrazit obsah pro dospělé"
...
...
@@ -1665,7 +1665,7 @@ msgstr "Označit jako přečtené"
#: cps/templates/detail.html:201
msgid "Read"
msgstr "
Číst
"
msgstr "
Přečteno
"
#: cps/templates/detail.html:211
msgid "Description:"
...
...
@@ -1910,13 +1910,21 @@ msgstr "Zapomenuté heslo"
msgid "Log in with magic link"
msgstr "Přihlásit se pomocí magického odkazu"
#: cps/templates/logviewer.html:5
msgid "Show Calibre-Web log"
msgstr "Zobrazit Calibre-Web log"
#: cps/templates/logviewer.html:6
msgid "Show Calibre-Web log: "
msgstr "Zobrazit Calibre-Web log: "
#: cps/templates/logviewer.html:8
msgid "Calibre-Web log: "
msgstr "Calibre-Web log: "
#: cps/templates/logviewer.html:8
msgid "Show access log"
msgstr "Zobrazit log přístupu"
msgid "Stream output, can't be displayed"
msgstr ""
#: cps/templates/logviewer.html:12
msgid "Show access log: "
msgstr "Zobrazit log přístupu: "
#: cps/templates/osd.xml:5
msgid "Calibre-Web ebook catalog"
...
...
@@ -2208,33 +2216,33 @@ msgstr "Resetovat uživatelské heslo"
#: cps/templates/user_edit.html:26
msgid "Kindle E-Mail"
msgstr "Kindle
E-M
ail"
msgstr "Kindle
e-m
ail"
#: cps/templates/user_edit.html:
39
#: cps/templates/user_edit.html:
41
msgid "Show books with language"
msgstr "Zobrazit knihy s jazykem"
#: cps/templates/user_edit.html:4
1
#: cps/templates/user_edit.html:4
3
msgid "Show all"
msgstr "Zobrazit vše"
#: cps/templates/user_edit.html:5
1
#: cps/templates/user_edit.html:5
3
msgid "OAuth Settings"
msgstr "Nastavení OAuth"
#: cps/templates/user_edit.html:5
3
#: cps/templates/user_edit.html:5
5
msgid "Link"
msgstr "Připojit"
#: cps/templates/user_edit.html:5
5
#: cps/templates/user_edit.html:5
7
msgid "Unlink"
msgstr "Odpojit"
#: cps/templates/user_edit.html:12
3
#: cps/templates/user_edit.html:12
5
msgid "Delete this user"
msgstr "Odstranit tohoto uživatele"
#: cps/templates/user_edit.html:1
38
#: cps/templates/user_edit.html:1
40
msgid "Recent Downloads"
msgstr "Nedávná stahování"
...
...
@@ -3591,3 +3599,9 @@ msgstr "Nedávná stahování"
#~ msgid "Zaza"
#~ msgstr "Zaza"
#~ msgid "Show Calibre-Web log"
#~ msgstr "Zobrazit Calibre-Web log"
#~ msgid "Show access log"
#~ msgstr "Zobrazit log přístupu"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment