Commit 91938fd1 authored by cbartondock's avatar cbartondock

Merge branch 'master' of https://github.com/janeczku/calibre-web

parents bf4564e3 305e75c0
...@@ -40,7 +40,7 @@ Calibre-Web is a web app providing a clean interface for browsing, reading and d ...@@ -40,7 +40,7 @@ Calibre-Web is a web app providing a clean interface for browsing, reading and d
## Quick start ## Quick start
#### Install via pip #### Install via pip
1. Install calibre web via pip with the command `pip install calibreweb`. 1. Install calibre web via pip with the command `pip install calibreweb` (Depending on your OS and or distro the command could also be `pip3`).
2. Optional features can also be installed via pip, please refer to [this page](https://github.com/janeczku/calibre-web/wiki/Dependencies-in-Calibre-Web-Linux-Windows) for details 2. Optional features can also be installed via pip, please refer to [this page](https://github.com/janeczku/calibre-web/wiki/Dependencies-in-Calibre-Web-Linux-Windows) for details
3. Calibre-Web can be started afterwards by typing `cps` or `python3 -m cps` 3. Calibre-Web can be started afterwards by typing `cps` or `python3 -m cps`
......
...@@ -585,7 +585,7 @@ def load_dialogtexts(element_id): ...@@ -585,7 +585,7 @@ def load_dialogtexts(element_id):
elif element_id == "kobo_only_shelves_sync": elif element_id == "kobo_only_shelves_sync":
texts["main"] = _('Are you sure you want to change shelf sync behavior for the selected user(s)?') texts["main"] = _('Are you sure you want to change shelf sync behavior for the selected user(s)?')
elif element_id == "db_submit": elif element_id == "db_submit":
texts["main"] = _('Are you sure you want to change Calibre libray location?') texts["main"] = _('Are you sure you want to change Calibre library location?')
return json.dumps(texts) return json.dumps(texts)
......
...@@ -1018,7 +1018,7 @@ def upload(): ...@@ -1018,7 +1018,7 @@ def upload():
config.config_calibre_dir, config.config_calibre_dir,
input_authors[0], input_authors[0],
meta.file_path, meta.file_path,
title_dir + meta.extension) title_dir + meta.extension.lower())
move_coverfile(meta, db_book) move_coverfile(meta, db_book)
...@@ -1086,7 +1086,7 @@ def scholar_search(query): ...@@ -1086,7 +1086,7 @@ def scholar_search(query):
break break
return Response(json.dumps(result),mimetype='application/json') return Response(json.dumps(result),mimetype='application/json')
else: else:
return [] return "[]"
@editbook.route("/ajax/editbooks/<param>", methods=['POST']) @editbook.route("/ajax/editbooks/<param>", methods=['POST'])
@login_required_if_no_ano @login_required_if_no_ano
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-06-09 21:11+0100\n" "PO-Revision-Date: 2020-06-09 21:11+0100\n"
"Last-Translator: Lukas Heroudek <lukas.heroudek@gmail.com>\n" "Last-Translator: Lukas Heroudek <lukas.heroudek@gmail.com>\n"
"Language: cs_CZ\n" "Language: cs_CZ\n"
...@@ -192,7 +192,7 @@ msgstr "Jste si jisti, že chcete odstranit tuto polici?" ...@@ -192,7 +192,7 @@ msgstr "Jste si jisti, že chcete odstranit tuto polici?"
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Opravdu chcete vypnout?" msgstr "Opravdu chcete vypnout?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2021-05-16 09:36+0200\n" "PO-Revision-Date: 2021-05-16 09:36+0200\n"
"Last-Translator: Ozzie Isaacs\n" "Last-Translator: Ozzie Isaacs\n"
"Language: de\n" "Language: de\n"
...@@ -190,7 +190,7 @@ msgstr "Möchten Sie wirklich die ausgewählte Rolle für die ausgewählten Benu ...@@ -190,7 +190,7 @@ msgstr "Möchten Sie wirklich die ausgewählte Rolle für die ausgewählten Benu
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Calibre-Web wirklich anhalten?" msgstr "Calibre-Web wirklich anhalten?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Depountis Georgios\n" "Last-Translator: Depountis Georgios\n"
"Language: el\n" "Language: el\n"
...@@ -192,7 +192,7 @@ msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψε ...@@ -192,7 +192,7 @@ msgstr "Είσαι σίγουρος/η πως θέλεις να διαγράψε
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Είσαι σίγουρος/η πως θέλεις να κάνεις κλείσιμο;" msgstr "Είσαι σίγουρος/η πως θέλεις να κάνεις κλείσιμο;"
#: cps/admin.py:737 #: cps/admin.py:737
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-01-12 13:56+0100\n" "PO-Revision-Date: 2020-01-12 13:56+0100\n"
"Last-Translator: Samuli Valavuo <svalavuo@gmail.com>\n" "Last-Translator: Samuli Valavuo <svalavuo@gmail.com>\n"
"Language: fi\n" "Language: fi\n"
...@@ -193,7 +193,7 @@ msgstr "Oletko varma, että haluat poistaa hyllyn?" ...@@ -193,7 +193,7 @@ msgstr "Oletko varma, että haluat poistaa hyllyn?"
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Haluatko varmasti pysäyttää Calibre-Webin?" msgstr "Haluatko varmasti pysäyttää Calibre-Webin?"
#: cps/admin.py:737 #: cps/admin.py:737
......
This diff is collapsed.
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2019-04-06 23:36+0200\n" "PO-Revision-Date: 2019-04-06 23:36+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language: hu\n" "Language: hu\n"
...@@ -193,7 +193,7 @@ msgstr "Valóban törölni akarod a polcot?" ...@@ -193,7 +193,7 @@ msgstr "Valóban törölni akarod a polcot?"
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Valóban le akarod állítani a Calibre-Web-et?" msgstr "Valóban le akarod állítani a Calibre-Web-et?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2017-04-04 15:09+0200\n" "PO-Revision-Date: 2017-04-04 15:09+0200\n"
"Last-Translator: ElQuimm <quimm@webtaste.com>\n" "Last-Translator: ElQuimm <quimm@webtaste.com>\n"
"Language: it\n" "Language: it\n"
...@@ -190,7 +190,7 @@ msgstr "Sei sicuro di voler modificare il ruolo evidenziato dell'/degli utente/i ...@@ -190,7 +190,7 @@ msgstr "Sei sicuro di voler modificare il ruolo evidenziato dell'/degli utente/i
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Vuoi veramente arrestare Calibre-Web?" msgstr "Vuoi veramente arrestare Calibre-Web?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2018-02-07 02:20-0500\n" "PO-Revision-Date: 2018-02-07 02:20-0500\n"
"Last-Translator: white <space_white@yahoo.com>\n" "Last-Translator: white <space_white@yahoo.com>\n"
"Language: ja\n" "Language: ja\n"
...@@ -188,7 +188,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user ...@@ -188,7 +188,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user
msgstr "" msgstr ""
#: cps/admin.py:588 #: cps/admin.py:588
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "" msgstr ""
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2018-08-27 17:06+0700\n" "PO-Revision-Date: 2018-08-27 17:06+0700\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language: km_KH\n" "Language: km_KH\n"
...@@ -194,7 +194,7 @@ msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះ ...@@ -194,7 +194,7 @@ msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះ
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?" msgstr "តើអ្នកពិតជាចង់លុបធ្នើនេះមែនទេ?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web (GPLV3)\n" "Project-Id-Version: Calibre-Web (GPLV3)\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-12-12 08:20+0100\n" "PO-Revision-Date: 2020-12-12 08:20+0100\n"
"Last-Translator: Marcel Maas <marcel.maas@outlook.com>\n" "Last-Translator: Marcel Maas <marcel.maas@outlook.com>\n"
"Language: nl\n" "Language: nl\n"
...@@ -194,7 +194,7 @@ msgstr "Weet je zeker dat je de geselecteerde rol wil veranderen voor de geselec ...@@ -194,7 +194,7 @@ msgstr "Weet je zeker dat je de geselecteerde rol wil veranderen voor de geselec
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Weet je zeker dat je Calibre-Web wilt stoppen?" msgstr "Weet je zeker dat je Calibre-Web wilt stoppen?"
#: cps/admin.py:737 #: cps/admin.py:737
......
This diff is collapsed.
...@@ -4,7 +4,7 @@ msgid "" ...@@ -4,7 +4,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: br\n" "Language: br\n"
...@@ -191,7 +191,7 @@ msgstr "Tem certeza que quer apagar essa estante?" ...@@ -191,7 +191,7 @@ msgstr "Tem certeza que quer apagar essa estante?"
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Tens a certeza que queres fechar?" msgstr "Tens a certeza que queres fechar?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-04-29 01:20+0400\n" "PO-Revision-Date: 2020-04-29 01:20+0400\n"
"Last-Translator: ZIZA\n" "Last-Translator: ZIZA\n"
"Language: ru\n" "Language: ru\n"
...@@ -194,7 +194,7 @@ msgstr "Вы действительно хотите удалить эту кн ...@@ -194,7 +194,7 @@ msgstr "Вы действительно хотите удалить эту кн
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Вы действительно хотите остановить Calibre-Web?" msgstr "Вы действительно хотите остановить Calibre-Web?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2021-05-13 11:00+0000\n" "PO-Revision-Date: 2021-05-13 11:00+0000\n"
"Last-Translator: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com>\n" "Last-Translator: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com>\n"
"Language: sv\n" "Language: sv\n"
...@@ -191,7 +191,7 @@ msgstr "Är du säker på att du vill ändra den valda rollen för de valda anv ...@@ -191,7 +191,7 @@ msgstr "Är du säker på att du vill ändra den valda rollen för de valda anv
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Är du säker på att du vill stoppa Calibre-Web?" msgstr "Är du säker på att du vill stoppa Calibre-Web?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-04-23 22:47+0300\n" "PO-Revision-Date: 2020-04-23 22:47+0300\n"
"Last-Translator: iz <iz7iz7iz@protonmail.ch>\n" "Last-Translator: iz <iz7iz7iz@protonmail.ch>\n"
"Language: tr\n" "Language: tr\n"
...@@ -188,7 +188,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user ...@@ -188,7 +188,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user
msgstr "" msgstr ""
#: cps/admin.py:588 #: cps/admin.py:588
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "" msgstr ""
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-web\n" "Project-Id-Version: Calibre-web\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2017-04-30 00:47+0300\n" "PO-Revision-Date: 2017-04-30 00:47+0300\n"
"Last-Translator: ABIS Team <biblio.if.abis@gmail.com>\n" "Last-Translator: ABIS Team <biblio.if.abis@gmail.com>\n"
"Language: uk\n" "Language: uk\n"
...@@ -192,7 +192,7 @@ msgstr "Ви справді хочете видалити книжкову по ...@@ -192,7 +192,7 @@ msgstr "Ви справді хочете видалити книжкову по
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "Ви справді хочете видалити книжкову полицю?" msgstr "Ви справді хочете видалити книжкову полицю?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre-Web\n" "Project-Id-Version: Calibre-Web\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: 2020-09-27 22:18+0800\n" "PO-Revision-Date: 2020-09-27 22:18+0800\n"
"Last-Translator: dalin <dalin.lin@gmail.com>\n" "Last-Translator: dalin <dalin.lin@gmail.com>\n"
"Language: zh_CN\n" "Language: zh_CN\n"
...@@ -191,7 +191,7 @@ msgstr "您确定要修改选定用户的选定角色吗?" ...@@ -191,7 +191,7 @@ msgstr "您确定要修改选定用户的选定角色吗?"
#: cps/admin.py:588 #: cps/admin.py:588
#, fuzzy #, fuzzy
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "您确定要关闭吗?" msgstr "您确定要关闭吗?"
#: cps/admin.py:737 #: cps/admin.py:737
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-12 08:51+0200\n" "POT-Creation-Date: 2021-06-29 18:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -187,7 +187,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user ...@@ -187,7 +187,7 @@ msgid "Are you sure you want to change shelf sync behavior for the selected user
msgstr "" msgstr ""
#: cps/admin.py:588 #: cps/admin.py:588
msgid "Are you sure you want to change Calibre libray location?" msgid "Are you sure you want to change Calibre library location?"
msgstr "" msgstr ""
#: cps/admin.py:737 #: cps/admin.py:737
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment