diff --git a/cps/admin.py b/cps/admin.py index cd37ad80..ebe2fdff 100644 --- a/cps/admin.py +++ b/cps/admin.py @@ -604,7 +604,7 @@ def _configuration_ldap_helper(to_save, gdriveError): return reboot_required, _configuration_result(_('LDAP User Object Filter Has Unmatched Parenthesis'), gdriveError) - if config.config_ldap_cert_path and not os.path.isdir(config.config_ldap_cert_path): + if config.config_ldap_cert_path and not os.path.isfile(config.config_ldap_cert_path): return reboot_required, _configuration_result(_('LDAP Certificate Location is not Valid, Please Enter Correct Path'), gdriveError) return reboot_required, None diff --git a/cps/translations/cs/LC_MESSAGES/messages.mo b/cps/translations/cs/LC_MESSAGES/messages.mo index 9dee6b9f..47b7740a 100644 Binary files a/cps/translations/cs/LC_MESSAGES/messages.mo and b/cps/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/cs/LC_MESSAGES/messages.po b/cps/translations/cs/LC_MESSAGES/messages.po index 57e76a2b..30a66aca 100644 --- a/cps/translations/cs/LC_MESSAGES/messages.po +++ b/cps/translations/cs/LC_MESSAGES/messages.po @@ -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-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-06-09 21:11+0100\n" "Last-Translator: Lukas Heroudek \n" "Language: cs_CZ\n" diff --git a/cps/translations/de/LC_MESSAGES/messages.mo b/cps/translations/de/LC_MESSAGES/messages.mo index 11b6c0b3..29125075 100644 Binary files a/cps/translations/de/LC_MESSAGES/messages.mo and b/cps/translations/de/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/de/LC_MESSAGES/messages.po b/cps/translations/de/LC_MESSAGES/messages.po index 01ce025e..9a7e6c55 100644 --- a/cps/translations/de/LC_MESSAGES/messages.po +++ b/cps/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-09-26 16:18+0200\n" "Last-Translator: Ozzie Isaacs\n" "Language: de\n" diff --git a/cps/translations/es/LC_MESSAGES/messages.mo b/cps/translations/es/LC_MESSAGES/messages.mo index de365e3b..2481dd40 100644 Binary files a/cps/translations/es/LC_MESSAGES/messages.mo and b/cps/translations/es/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/es/LC_MESSAGES/messages.po b/cps/translations/es/LC_MESSAGES/messages.po index c51cd74e..6012ed55 100644 --- a/cps/translations/es/LC_MESSAGES/messages.po +++ b/cps/translations/es/LC_MESSAGES/messages.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-05-25 17:22+0200\n" "Last-Translator: minakmostoles \n" "Language: es\n" @@ -128,7 +128,7 @@ msgstr "La ruta de Certfile no es válida, por favor, introduzca la ruta correct #: cps/shelf.py:100 cps/shelf.py:161 cps/shelf.py:202 cps/shelf.py:260 #: cps/shelf.py:309 cps/shelf.py:338 cps/shelf.py:368 cps/shelf.py:392 msgid "Settings DB is not Writeable" -msgstr "" +msgstr "La base de datos de configuración no es modificable" #: cps/admin.py:712 msgid "DB Location is not Valid, Please Enter Correct Path" @@ -136,7 +136,7 @@ msgstr "La ruta de la base de datos no es válida. Por favor, introduzca la ruta #: cps/admin.py:714 msgid "DB is not Writeable" -msgstr "" +msgstr "La base de datos no es modificable" #: cps/admin.py:747 msgid "Basic Configuration" @@ -300,7 +300,7 @@ msgstr "no configurado" #: cps/converter.py:34 msgid "Execution permissions missing" -msgstr "" +msgstr "Faltan permisos de ejecución" #: cps/editbooks.py:245 msgid "Book Format Successfully Deleted" @@ -346,7 +346,7 @@ msgstr "Fallo al guardar el archivo %(file)s." #: cps/editbooks.py:516 cps/editbooks.py:887 #, python-format msgid "Database error: %(error)s." -msgstr "" +msgstr "Error en la base de datos: %(error)s." #: cps/editbooks.py:520 #, python-format @@ -475,7 +475,7 @@ msgstr "El archivo solicitado no puede ser leído. ¿Quizás existen problemas c #: cps/helper.py:325 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" -msgstr "" +msgstr "Fallo al intentar borrar la carpeta del libro %(id)s, la ruta tiene subcarpetas: %(path)s" #: cps/helper.py:331 #, python-format @@ -514,11 +514,11 @@ msgstr "La ruta %(path)s del libro no fue encontrada en Google Drive" #: cps/helper.py:576 msgid "Error Downloading Cover" -msgstr "" +msgstr "Error al descargar la cubierta" #: cps/helper.py:579 msgid "Cover Format Error" -msgstr "" +msgstr "Error en el formato de la cubierta" #: cps/helper.py:594 msgid "Failed to create path for cover" @@ -636,7 +636,7 @@ msgstr "Error al desenlazar %(oauth)s" #: cps/oauth_bb.py:290 #, python-format msgid "Not Linked to %(oauth)s" -msgstr "" +msgstr "No vinculado con %(oauth)s" #: cps/oauth_bb.py:318 msgid "GitHub Oauth error, please retry later." @@ -1185,7 +1185,7 @@ msgstr "Borrar" #: cps/templates/admin.html:23 msgid "Public Shelf" -msgstr "" +msgstr "Estantería pública" #: cps/templates/admin.html:44 msgid "Add New User" @@ -1237,7 +1237,7 @@ msgstr "Puerto" #: cps/templates/admin.html:93 msgid "External Port" -msgstr "" +msgstr "Puerto externo" #: cps/templates/admin.html:100 cps/templates/config_view_edit.html:27 msgid "Books per Page" @@ -1641,7 +1641,7 @@ msgstr "Permitir subidas" #: cps/templates/config_edit.html:169 msgid "Allowed Upload Fileformats" -msgstr "" +msgstr "Formatos de archivo permitidos para subida" #: cps/templates/config_edit.html:175 msgid "Enable Anonymous Browsing" @@ -1653,7 +1653,7 @@ msgstr "Permitir registro público" #: cps/templates/config_edit.html:184 msgid "Use E-Mail as Username" -msgstr "" +msgstr "Utilizar eMail como nombre de usuario" #: cps/templates/config_edit.html:189 msgid "Enable Magic Link Remote Login" @@ -1669,7 +1669,7 @@ msgstr "Peticiones proxy a la tienda Kobo desconocidas" #: cps/templates/config_edit.html:202 msgid "Server External Port (for port forwarded API calls)" -msgstr "" +msgstr "Puerto externo del servidor (para peticiones API)" #: cps/templates/config_edit.html:210 msgid "Use Goodreads" @@ -1813,15 +1813,15 @@ msgstr "Binarios externos" #: cps/templates/config_edit.html:352 msgid "Path to Calibre E-Book Converter" -msgstr "" +msgstr "Ruta para Calibre E-Book Converter" #: cps/templates/config_edit.html:360 msgid "Calibre E-Book Converter Settings" -msgstr "" +msgstr "Configuración de Calibre E-Book Converter" #: cps/templates/config_edit.html:363 msgid "Path to Kepubify E-Book Converter" -msgstr "" +msgstr "Ruta para Kepubify E-Book Converter" #: cps/templates/config_edit.html:371 msgid "Location of Unrar binary" diff --git a/cps/translations/fi/LC_MESSAGES/messages.mo b/cps/translations/fi/LC_MESSAGES/messages.mo index c9db7fc0..ac8b6077 100644 Binary files a/cps/translations/fi/LC_MESSAGES/messages.mo and b/cps/translations/fi/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fi/LC_MESSAGES/messages.po b/cps/translations/fi/LC_MESSAGES/messages.po index 112eb16c..6bd7a078 100644 --- a/cps/translations/fi/LC_MESSAGES/messages.po +++ b/cps/translations/fi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-01-12 13:56+0100\n" "Last-Translator: Samuli Valavuo \n" "Language: fi\n" diff --git a/cps/translations/fr/LC_MESSAGES/messages.mo b/cps/translations/fr/LC_MESSAGES/messages.mo index c2abe22e..3a1a59c1 100644 Binary files a/cps/translations/fr/LC_MESSAGES/messages.mo and b/cps/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fr/LC_MESSAGES/messages.po b/cps/translations/fr/LC_MESSAGES/messages.po index 4d63ba76..f617850d 100644 --- a/cps/translations/fr/LC_MESSAGES/messages.po +++ b/cps/translations/fr/LC_MESSAGES/messages.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-06-07 06:47+0200\n" "Last-Translator: Dekani \n" "Language: fr\n" diff --git a/cps/translations/hu/LC_MESSAGES/messages.mo b/cps/translations/hu/LC_MESSAGES/messages.mo index b6da3e9b..4b4682b8 100644 Binary files a/cps/translations/hu/LC_MESSAGES/messages.mo and b/cps/translations/hu/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/hu/LC_MESSAGES/messages.po b/cps/translations/hu/LC_MESSAGES/messages.po index 478deb8a..7e0257ac 100644 --- a/cps/translations/hu/LC_MESSAGES/messages.po +++ b/cps/translations/hu/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2019-04-06 23:36+0200\n" "Last-Translator: \n" "Language: hu\n" diff --git a/cps/translations/it/LC_MESSAGES/messages.mo b/cps/translations/it/LC_MESSAGES/messages.mo index 287aeb37..84293bff 100644 Binary files a/cps/translations/it/LC_MESSAGES/messages.mo and b/cps/translations/it/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/it/LC_MESSAGES/messages.po b/cps/translations/it/LC_MESSAGES/messages.po index ce96ebc4..7a49e937 100644 --- a/cps/translations/it/LC_MESSAGES/messages.po +++ b/cps/translations/it/LC_MESSAGES/messages.po @@ -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-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2017-04-04 15:09+0200\n" "Last-Translator: ElQuimm \n" "Language: it\n" diff --git a/cps/translations/ja/LC_MESSAGES/messages.mo b/cps/translations/ja/LC_MESSAGES/messages.mo index 0b426f03..7ae7b0a6 100644 Binary files a/cps/translations/ja/LC_MESSAGES/messages.mo and b/cps/translations/ja/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ja/LC_MESSAGES/messages.po b/cps/translations/ja/LC_MESSAGES/messages.po index f6ccac54..75447930 100644 --- a/cps/translations/ja/LC_MESSAGES/messages.po +++ b/cps/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2018-02-07 02:20-0500\n" "Last-Translator: white \n" "Language: ja\n" diff --git a/cps/translations/km/LC_MESSAGES/messages.mo b/cps/translations/km/LC_MESSAGES/messages.mo index e853420a..3f583578 100644 Binary files a/cps/translations/km/LC_MESSAGES/messages.mo and b/cps/translations/km/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/km/LC_MESSAGES/messages.po b/cps/translations/km/LC_MESSAGES/messages.po index 502a58f6..c9899509 100644 --- a/cps/translations/km/LC_MESSAGES/messages.po +++ b/cps/translations/km/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2018-08-27 17:06+0700\n" "Last-Translator: \n" "Language: km_KH\n" diff --git a/cps/translations/nl/LC_MESSAGES/messages.mo b/cps/translations/nl/LC_MESSAGES/messages.mo index db8b003a..e600041f 100644 Binary files a/cps/translations/nl/LC_MESSAGES/messages.mo and b/cps/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/nl/LC_MESSAGES/messages.po b/cps/translations/nl/LC_MESSAGES/messages.po index 34cc30e9..b70ca9c2 100644 --- a/cps/translations/nl/LC_MESSAGES/messages.po +++ b/cps/translations/nl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web (GPLV3)\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-05-10 21:00+0200\n" "Last-Translator: Marcel Maas \n" "Language: nl\n" diff --git a/cps/translations/pl/LC_MESSAGES/messages.mo b/cps/translations/pl/LC_MESSAGES/messages.mo index d980b38f..4721f31b 100644 Binary files a/cps/translations/pl/LC_MESSAGES/messages.mo and b/cps/translations/pl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pl/LC_MESSAGES/messages.po b/cps/translations/pl/LC_MESSAGES/messages.po index b25bdb3f..904646e8 100644 --- a/cps/translations/pl/LC_MESSAGES/messages.po +++ b/cps/translations/pl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre Web - polski (POT: 2019-08-06 18:35)\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-08-30 21:05+0200\n" "Last-Translator: Jerzy Piątek \n" "Language: pl\n" diff --git a/cps/translations/ru/LC_MESSAGES/messages.mo b/cps/translations/ru/LC_MESSAGES/messages.mo index 2254e9f8..34cf0171 100644 Binary files a/cps/translations/ru/LC_MESSAGES/messages.mo and b/cps/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ru/LC_MESSAGES/messages.po b/cps/translations/ru/LC_MESSAGES/messages.po index eeacde63..4d81afd4 100644 --- a/cps/translations/ru/LC_MESSAGES/messages.po +++ b/cps/translations/ru/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-04-29 01:20+0400\n" "Last-Translator: ZIZA\n" "Language: ru\n" diff --git a/cps/translations/sv/LC_MESSAGES/messages.mo b/cps/translations/sv/LC_MESSAGES/messages.mo index 467a9306..09d4b8cf 100644 Binary files a/cps/translations/sv/LC_MESSAGES/messages.mo and b/cps/translations/sv/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/sv/LC_MESSAGES/messages.po b/cps/translations/sv/LC_MESSAGES/messages.po index 62187f15..cfe65075 100644 --- a/cps/translations/sv/LC_MESSAGES/messages.po +++ b/cps/translations/sv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-03-14 09:30+0100\n" "Last-Translator: Jonatan Nyberg \n" "Language: sv\n" diff --git a/cps/translations/tr/LC_MESSAGES/messages.mo b/cps/translations/tr/LC_MESSAGES/messages.mo index f8032c44..f5a7d36a 100644 Binary files a/cps/translations/tr/LC_MESSAGES/messages.mo and b/cps/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/tr/LC_MESSAGES/messages.po b/cps/translations/tr/LC_MESSAGES/messages.po index b83d63dc..9f769ea6 100644 --- a/cps/translations/tr/LC_MESSAGES/messages.po +++ b/cps/translations/tr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2020-04-23 22:47+0300\n" "Last-Translator: iz \n" "Language: tr\n" diff --git a/cps/translations/uk/LC_MESSAGES/messages.mo b/cps/translations/uk/LC_MESSAGES/messages.mo index 297ac2bb..e95ec263 100644 Binary files a/cps/translations/uk/LC_MESSAGES/messages.mo and b/cps/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/uk/LC_MESSAGES/messages.po b/cps/translations/uk/LC_MESSAGES/messages.po index d537643c..1d16a600 100644 --- a/cps/translations/uk/LC_MESSAGES/messages.po +++ b/cps/translations/uk/LC_MESSAGES/messages.po @@ -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-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: 2017-04-30 00:47+0300\n" "Last-Translator: ABIS Team \n" "Language: uk\n" diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo index 6a1d309d..6680683f 100644 Binary files a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo and b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po index 8a23b413..8d7a534f 100644 --- a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po +++ b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" -"PO-Revision-Date: 2020-06-20 19:06+0800\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" +"PO-Revision-Date: 2020-09-27 22:18+0800\n" "Last-Translator: dalin \n" "Language: zh_CN\n" "Language-Team: zh_Hans_CN \n" @@ -59,7 +59,7 @@ msgstr "管理页" #: cps/admin.py:158 msgid "UI Configuration" -msgstr "UI配置" +msgstr "界面配置" #: cps/admin.py:190 cps/admin.py:717 msgid "Calibre-Web configuration updated" @@ -125,7 +125,7 @@ msgstr "证书文件路径无效,请输入正确的路径" #: cps/shelf.py:100 cps/shelf.py:161 cps/shelf.py:202 cps/shelf.py:260 #: cps/shelf.py:309 cps/shelf.py:338 cps/shelf.py:368 cps/shelf.py:392 msgid "Settings DB is not Writeable" -msgstr "" +msgstr "设置数据库不可写入" #: cps/admin.py:712 msgid "DB Location is not Valid, Please Enter Correct Path" @@ -352,7 +352,7 @@ msgstr "已添加 %(ext)s 格式到 %(book)s" #: cps/editbooks.py:636 msgid "Identifiers are not Case Sensitive, Overwriting Old Identifier" -msgstr "" +msgstr "标识符不区分大小写,覆盖旧标识符" #: cps/editbooks.py:673 msgid "Metadata successfully updated" @@ -472,7 +472,7 @@ msgstr "无法读取请求的文件。可能有错误的权限设置?" #: cps/helper.py:325 #, python-format msgid "Deleting bookfolder for book %(id)s failed, path has subfolders: %(path)s" -msgstr "" +msgstr "删除书的文件夹%(id)s失败,路径有子文件夹:%(path)s" #: cps/helper.py:331 #, python-format @@ -633,7 +633,7 @@ msgstr "取消链接到%(oauth)s失败" #: cps/oauth_bb.py:290 #, python-format msgid "Not Linked to %(oauth)s" -msgstr "" +msgstr "为连接到%(oauth)s" #: cps/oauth_bb.py:318 msgid "GitHub Oauth error, please retry later." @@ -1154,7 +1154,7 @@ msgstr "管理权限" #: cps/templates/admin.html:17 cps/templates/login.html:12 #: cps/templates/login.html:13 cps/templates/user_edit.html:22 msgid "Password" -msgstr "有无密码" +msgstr "密码" #: cps/templates/admin.html:18 cps/templates/layout.html:66 msgid "Upload" @@ -1234,7 +1234,7 @@ msgstr "端口" #: cps/templates/admin.html:93 msgid "External Port" -msgstr "" +msgstr "扩展端口" #: cps/templates/admin.html:100 cps/templates/config_view_edit.html:27 msgid "Books per Page" @@ -1666,7 +1666,7 @@ msgstr "代理未知请求到Kobo商店" #: cps/templates/config_edit.html:202 msgid "Server External Port (for port forwarded API calls)" -msgstr "" +msgstr "服务器扩展端口(用于转发的API调用的端口)" #: cps/templates/config_edit.html:210 msgid "Use Goodreads" @@ -1797,12 +1797,12 @@ msgstr "获取 %(provider)s OAuth凭证" #: cps/templates/config_edit.html:326 #, python-format msgid "%(provider)s OAuth Client Id" -msgstr "%(provider)s OAuth Client Secret" +msgstr "%(provider)s OAuth 客户端 Secret" #: cps/templates/config_edit.html:330 #, python-format msgid "%(provider)s OAuth Client Secret" -msgstr "%(provider)s OAuth Client Secret" +msgstr "%(provider)s OAuth 客户端 Secret" #: cps/templates/config_edit.html:346 msgid "External binaries" diff --git a/messages.pot b/messages.pot index 2b93c12b..4e429813 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-09-26 16:18+0200\n" +"POT-Creation-Date: 2020-10-06 21:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"