1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-12-24 17:10:31 +00:00

Update german translation

This commit is contained in:
Ozzie Isaacs 2024-08-17 13:49:14 +02:00
parent 8bc1f03164
commit ca92dbb168
53 changed files with 559 additions and 317 deletions

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -15,7 +15,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -297,7 +297,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Chyba databáze: %(error)s." msgstr "Chyba databáze: %(error)s."
@ -1253,12 +1253,12 @@ msgstr "Veřejná police s názvem '%(title)s' již existuje."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Osobní police s názvem %(title)s již existuje." msgstr "Osobní police s názvem %(title)s již existuje."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Police: '%(name)s'" msgstr "Police: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Chyba otevírání police. Police neexistuje nebo není přístupná" msgstr "Chyba otevírání police. Police neexistuje nebo není přístupná"
@ -1564,21 +1564,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "upravit metadata" msgstr "upravit metadata"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1887,7 +1887,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "redukovat" msgstr "redukovat"
@ -3430,6 +3430,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Sdílet se všemi" msgstr "Sdílet se všemi"

View File

@ -7,8 +7,8 @@ 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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2024-08-05 18:35+0200\n" "PO-Revision-Date: 2024-08-17 13:49+0200\n"
"Last-Translator: Ozzie Isaacs\n" "Last-Translator: Ozzie Isaacs\n"
"Language: de\n" "Language: de\n"
"Language-Team: \n" "Language-Team: \n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr "G-Mail Konto verifiziert."
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Datenbankfehler: %(error)s." msgstr "Datenbankfehler: %(error)s."
@ -617,9 +617,9 @@ msgid "edit metadata"
msgstr "Metadaten editieren" msgstr "Metadaten editieren"
#: cps/editbooks.py:1023 #: cps/editbooks.py:1023
#, fuzzy, python-format #, python-format
msgid "Seriesindex: %(seriesindex)s is not a valid number, skipping" msgid "Seriesindex: %(seriesindex)s is not a valid number, skipping"
msgstr "%(seriesindex)s ist keine gültige Zahl, Eintrag wird ignoriert" msgstr "Serien index %(seriesindex)s ist keine gültige Zahl, Eintrag wird ignoriert"
#: cps/editbooks.py:1207 #: cps/editbooks.py:1207
msgid "User has no rights to upload additional file formats" msgid "User has no rights to upload additional file formats"
@ -1217,12 +1217,12 @@ msgstr "Es existiert bereit ein öffentliches Bücherregal mit dem Name '%(title
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Es existiert bereit ein privates Bücherregal mit dem Name '%(title)s'." msgstr "Es existiert bereit ein privates Bücherregal mit dem Name '%(title)s'."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Bücherregal: '%(name)s'" msgstr "Bücherregal: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Fehler beim Öffnen des Bücherregals. Bücherregal exisitert nicht oder ist nicht zugänglich" msgstr "Fehler beim Öffnen des Bücherregals. Bücherregal exisitert nicht oder ist nicht zugänglich"
@ -1517,21 +1517,21 @@ msgstr "E-Mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Metadaten Backup läuft" msgstr "Metadaten Backup läuft"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "%(count)s Cover Miniaturansichten erzeugt" msgstr "%(count)s Cover Miniaturansichten erzeugt"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Cover Miniaturansichtern" msgstr "Cover Miniaturansichtern"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "{0} Serien Miniaturansichten erzeugt" msgstr "{0} Serien Miniaturansichten erzeugt"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Cover Miniaturansichten Cache wird gelöscht" msgstr "Cover Miniaturansichten Cache wird gelöscht"
@ -1838,7 +1838,7 @@ msgstr "Sortiere nach Herausgabedatum, Älteste zuerst"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "Reduzieren" msgstr "Reduzieren"
@ -3052,44 +3052,39 @@ msgstr "Schriftgröße"
#: cps/templates/read.html:105 #: cps/templates/read.html:105
msgid "Font" msgid "Font"
msgstr "" msgstr "Schriftart"
#: cps/templates/read.html:106 #: cps/templates/read.html:106
#, fuzzy
msgid "Default" msgid "Default"
msgstr "Löschen" msgstr "Standard"
#: cps/templates/read.html:107 #: cps/templates/read.html:107
msgid "Yahei" msgid "Yahei"
msgstr "" msgstr "Yahei"
#: cps/templates/read.html:108 #: cps/templates/read.html:108
msgid "SimSun" msgid "SimSun"
msgstr "" msgstr "SimSun"
#: cps/templates/read.html:109 #: cps/templates/read.html:109
#, fuzzy
msgid "KaiTi" msgid "KaiTi"
msgstr "Wartend" msgstr "KaiTi"
#: cps/templates/read.html:110 #: cps/templates/read.html:110
#, fuzzy
msgid "Arial" msgid "Arial"
msgstr "Vertikal" msgstr "Arial"
#: cps/templates/read.html:113 #: cps/templates/read.html:113
#, fuzzy
msgid "Spread" msgid "Spread"
msgstr "Gelesen" msgstr "Aufteilung"
#: cps/templates/read.html:114 #: cps/templates/read.html:114
msgid "Two columns" msgid "Two columns"
msgstr "" msgstr "Zwei Spalten"
#: cps/templates/read.html:115 #: cps/templates/read.html:115
#, fuzzy
msgid "One column" msgid "One column"
msgstr "Ungültige Lese Spalte" msgstr "Eine Spalte"
#: cps/templates/readcbr.html:8 #: cps/templates/readcbr.html:8
msgid "Comic Reader" msgid "Comic Reader"
@ -3357,6 +3352,14 @@ msgstr "Manuelles Sortieren deaktivieren"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Manuelles Sortieren aktivieren" msgstr "Manuelles Sortieren aktivieren"
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr "Sortiere nach Buch zu Bücherregal hinzugefügt, Neuestes zuerst"
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr "Sortiere nach Buch zu Bücherregal hinzugefügt, Ältestes zuerst"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Bücherregal mit anderen Benutzern teilen" msgstr "Bücherregal mit anderen Benutzern teilen"
@ -3426,9 +3429,8 @@ msgid "Run Time"
msgstr "Laufzeit" msgstr "Laufzeit"
#: cps/templates/tasks.html:19 #: cps/templates/tasks.html:19
#, fuzzy
msgid "Message" msgid "Message"
msgstr "Zusammenführen" msgstr "Meldung"
#: cps/templates/tasks.html:21 #: cps/templates/tasks.html:21
msgid "Actions" msgid "Actions"
@ -3448,7 +3450,7 @@ msgstr "Benutzerpasswort zurücksetzen"
#: cps/templates/user_edit.html:28 #: cps/templates/user_edit.html:28
msgid "Send to eReader Email Address. Use comma to separate emails for multiple eReaders" msgid "Send to eReader Email Address. Use comma to separate emails for multiple eReaders"
msgstr "" msgstr "An die E-Mail-Adresse des E-Readers senden. Kommas verwenden, um E-Mails für mehrere E-Reader zu trennen"
#: cps/templates/user_edit.html:43 #: cps/templates/user_edit.html:43
msgid "Language of Books" msgid "Language of Books"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -15,7 +15,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -297,7 +297,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Σφάλμα βάσης δεδομένων: %(error)s." msgstr "Σφάλμα βάσης δεδομένων: %(error)s."
@ -1253,12 +1253,12 @@ msgstr "Ένα δημόσιο ράφι με το όνομα '%(title)s' υπάρ
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Ένα ιδιωτικό ράφι με το όνομα '%(title)s' υπάρχει ήδη." msgstr "Ένα ιδιωτικό ράφι με το όνομα '%(title)s' υπάρχει ήδη."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Ράφι: '%(name)s" msgstr "Ράφι: '%(name)s"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Σφάλμα κατά το άνοιγμα του ραφιού. Το ράφι δεν υπάρχει ή δεν είναι προσβάσιμο" msgstr "Σφάλμα κατά το άνοιγμα του ραφιού. Το ράφι δεν υπάρχει ή δεν είναι προσβάσιμο"
@ -1564,21 +1564,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "επεξεργασία μεταδεδομένων" msgstr "επεξεργασία μεταδεδομένων"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1887,7 +1887,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "μείωση" msgstr "μείωση"
@ -3430,6 +3430,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Κοινοποίηση με Όλους" msgstr "Κοινοποίηση με Όλους"

View File

@ -9,7 +9,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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2020-05-25 17:22+0200\n" "PO-Revision-Date: 2020-05-25 17:22+0200\n"
"Last-Translator: minakmostoles <xxx@xxx.com>\n" "Last-Translator: minakmostoles <xxx@xxx.com>\n"
"Language: es\n" "Language: es\n"
@ -18,7 +18,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
# "Last-Translator: victorhck <victorhck@mailbox.org>\n" # "Last-Translator: victorhck <victorhck@mailbox.org>\n"
#: cps/about.py:88 #: cps/about.py:88
@ -301,7 +301,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Error en la base de datos: %(error)s." msgstr "Error en la base de datos: %(error)s."
@ -1258,12 +1258,12 @@ msgstr "Ya existe un estante público con el nombre '%(title)s'."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Ya existe un estante privado con el nombre '%(title)s'." msgstr "Ya existe un estante privado con el nombre '%(title)s'."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Estante: '%(name)s'" msgstr "Estante: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Error al abrir un estante. El estante no existe o no es accesible" msgstr "Error al abrir un estante. El estante no existe o no es accesible"
@ -1569,21 +1569,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "editar metadatos" msgstr "editar metadatos"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1893,7 +1893,7 @@ msgstr "Ordenar en base a fecha de publicación, menos reciente primero"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "reducir" msgstr "reducir"
@ -3438,6 +3438,16 @@ msgstr "Deshabilitar cambio de orden"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Habilitar cambio de orden" msgstr "Habilitar cambio de orden"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Ordenar en base a fecha del libro, más reciente primero"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Ordenar en base a fecha del libro, menos reciente primero"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Compartir con todos" msgstr "Compartir con todos"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -297,7 +297,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1247,12 +1247,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Hylly: '%(name)s'" msgstr "Hylly: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Virhe hyllyn avauksessa. Hyllyä ei ole tai se ei ole saatavilla" msgstr "Virhe hyllyn avauksessa. Hyllyä ei ole tai se ei ole saatavilla"
@ -1556,21 +1556,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "muokkaa metadataa" msgstr "muokkaa metadataa"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1879,7 +1879,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "vähennä" msgstr "vähennä"
@ -3418,6 +3418,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "pitäisikö hyllyn olla julkinen?" msgstr "pitäisikö hyllyn olla julkinen?"

View File

@ -22,7 +22,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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2020-06-07 06:47+0200\n" "PO-Revision-Date: 2020-06-07 06:47+0200\n"
"Last-Translator: <thovi98@gmail.com>\n" "Last-Translator: <thovi98@gmail.com>\n"
"Language: fr\n" "Language: fr\n"
@ -31,7 +31,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -313,7 +313,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Erreur de la base de données: %(error)s." msgstr "Erreur de la base de données: %(error)s."
@ -1270,12 +1270,12 @@ msgstr "Une étagère publique avec le nom '%(title)s' existe déjà."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Une étagère privée avec le nom '%(title)s' existe déjà." msgstr "Une étagère privée avec le nom '%(title)s' existe déjà."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Étagère : '%(name)s'" msgstr "Étagère : '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Erreur à louverture de létagère. Elle nexiste plus ou nest plus accessible" msgstr "Erreur à louverture de létagère. Elle nexiste plus ou nest plus accessible"
@ -1581,21 +1581,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "modifier les métadonnées" msgstr "modifier les métadonnées"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1905,7 +1905,7 @@ msgstr "Trier en fonction de la date de publication, le plus ancien en premier"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "réduire" msgstr "réduire"
@ -3450,6 +3450,16 @@ msgstr "Désactiver lordre de modification"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Activer lordre de modification" msgstr "Activer lordre de modification"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Trier en fonction de la date du livre, le plus récent en premier"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Trier en fonction de la date du livre, le plus ancien en premier"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Partager avec tout le monde" msgstr "Partager avec tout le monde"

View File

@ -5,7 +5,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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2022-08-11 16:46+0200\n" "PO-Revision-Date: 2022-08-11 16:46+0200\n"
"Last-Translator: pollitor <pollitor@gmx.com>\n" "Last-Translator: pollitor <pollitor@gmx.com>\n"
"Language: gl\n" "Language: gl\n"
@ -14,7 +14,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -290,7 +290,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Error na base de datos: %(error)s." msgstr "Error na base de datos: %(error)s."
@ -1236,12 +1236,12 @@ msgstr "Xa existe un andel público co nome '%(title)s'."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Xa existe un andel privado co nome '%(title)s'." msgstr "Xa existe un andel privado co nome '%(title)s'."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Andel: '%(name)s'" msgstr "Andel: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Erro ao abrir un andel. O andel non existe ou non se pode acceder" msgstr "Erro ao abrir un andel. O andel non existe ou non se pode acceder"
@ -1546,21 +1546,21 @@ msgstr "Correo electrónico"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "editar metadatos" msgstr "editar metadatos"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Xeradas %(count)s miniaturas de cubertas" msgstr "Xeradas %(count)s miniaturas de cubertas"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Miniaturas de cubertas" msgstr "Miniaturas de cubertas"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Xeradas {0} miniaturas de series" msgstr "Xeradas {0} miniaturas de series"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Limpando caché de miniaturas de cubertas" msgstr "Limpando caché de miniaturas de cubertas"
@ -1868,7 +1868,7 @@ msgstr "Ordear pola data de publicación, máis antigo primeiro"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "reducir" msgstr "reducir"
@ -3397,6 +3397,16 @@ msgstr "Desactivar o cambio de orde"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Activar o cambio de orde" msgstr "Activar o cambio de orde"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Ordear pola data do libro, máis recente primeiro"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Ordear pola data do libro, máis antigo primeiro"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Compartir con todos" msgstr "Compartir con todos"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -296,7 +296,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1246,12 +1246,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Polc: '%(name)s'" msgstr "Polc: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Hiba a polc megnyitásakor. A polc nem létezik vagy nem elérhető." msgstr "Hiba a polc megnyitásakor. A polc nem létezik vagy nem elérhető."
@ -1554,21 +1554,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Metaadatok szerkesztése" msgstr "Metaadatok szerkesztése"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1877,7 +1877,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "csökkentsd" msgstr "csökkentsd"
@ -3411,6 +3411,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Nyilvános polc" msgstr "Nyilvános polc"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2023-01-21 10:00+0700\n" "PO-Revision-Date: 2023-01-21 10:00+0700\n"
"Last-Translator: Arief Hidayat<arihid95@gmail.com>\n" "Last-Translator: Arief Hidayat<arihid95@gmail.com>\n"
"Language: id\n" "Language: id\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -292,7 +292,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Kesalahan basis data: %(error)s" msgstr "Kesalahan basis data: %(error)s"
@ -1239,12 +1239,12 @@ msgstr "Rak publik dengan nama '%(title)s' sudah ada."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Rak pribadi dengan nama '%(title)s' sudah ada." msgstr "Rak pribadi dengan nama '%(title)s' sudah ada."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Rak: '%(name)s'" msgstr "Rak: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Terjadi kesalahan saat membuka rak. Rak tidak ada atau tidak dapat diakses" msgstr "Terjadi kesalahan saat membuka rak. Rak tidak ada atau tidak dapat diakses"
@ -1549,21 +1549,21 @@ msgstr "Email"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Mencadangkan Metadata" msgstr "Mencadangkan Metadata"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "%(count)s thumbnail sampul dibuat" msgstr "%(count)s thumbnail sampul dibuat"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Thumbnail Sampul" msgstr "Thumbnail Sampul"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "{0} thumbnail seri dihasilkan" msgstr "{0} thumbnail seri dihasilkan"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Menghapus cache thumbnail sampul" msgstr "Menghapus cache thumbnail sampul"
@ -1871,7 +1871,7 @@ msgstr "Urutkan menurut tanggal penerbitan, yang terlama dulu"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "kurangi" msgstr "kurangi"
@ -3400,6 +3400,16 @@ msgstr "Nonaktifkan Ubah urutan"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Aktifkan Ubah urutan" msgstr "Aktifkan Ubah urutan"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Urutkan menurut tanggal buku, terbaru dulu"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Urutkan menurut tanggal buku, terlama dulu"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Bagikan dengan Semua Orang" msgstr "Bagikan dengan Semua Orang"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2024-08-06 06:34+0200\n" "PO-Revision-Date: 2024-08-06 06:34+0200\n"
"Last-Translator: Massimo Pissarello <mapi68@gmail.com>\n" "Last-Translator: Massimo Pissarello <mapi68@gmail.com>\n"
"Language: it\n" "Language: it\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr "Tutto OK! Account Gmail verificato."
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Errore nel database: %(error)s." msgstr "Errore nel database: %(error)s."
@ -1217,12 +1217,12 @@ msgstr "Esiste già uno scaffale pubblico con il nome '%(title)s'."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Esiste già uno scaffale privato con il nome '%(title)s'." msgstr "Esiste già uno scaffale privato con il nome '%(title)s'."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Scaffale: '%(name)s'" msgstr "Scaffale: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Errore nell'apertura dello scaffale. Lo scaffale non esiste o non è accessibile" msgstr "Errore nell'apertura dello scaffale. Lo scaffale non esiste o non è accessibile"
@ -1517,21 +1517,21 @@ msgstr "E-mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Backup dei metadati" msgstr "Backup dei metadati"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Sono state generate %(count)s miniature delle copertine" msgstr "Sono state generate %(count)s miniature delle copertine"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Miniature delle copertine" msgstr "Miniature delle copertine"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Sono state generate {0} miniature delle serie" msgstr "Sono state generate {0} miniature delle serie"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Cancellazione della cache delle miniature delle copertine" msgstr "Cancellazione della cache delle miniature delle copertine"
@ -1838,7 +1838,7 @@ msgstr "Ordina secondo la data di pubblicazione, prima i più vecchi"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "riduci" msgstr "riduci"
@ -3352,6 +3352,16 @@ msgstr "Disabilita la modifica della disposizione"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Abilita la modifica della disposizione" msgstr "Abilita la modifica della disposizione"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Ordina secondo la data dei libri, prima i più recenti"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Ordina secondo la data dei libri, prima i più vecchi"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Condividi con tutti" msgstr "Condividi con tutti"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2018-02-07 02:20-0500\n" "PO-Revision-Date: 2018-02-07 02:20-0500\n"
"Last-Translator: subdiox <subdiox@gmail.com>\n" "Last-Translator: subdiox <subdiox@gmail.com>\n"
"Language: ja\n" "Language: ja\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -292,7 +292,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "DBエラー: %(error)s" msgstr "DBエラー: %(error)s"
@ -1239,12 +1239,12 @@ msgstr "'%(title)s' という名前のみんなの本棚はすでに存在しま
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "'%(title)s' という名前の本棚はすでに存在します。" msgstr "'%(title)s' という名前の本棚はすでに存在します。"
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "本棚: '%(name)s'" msgstr "本棚: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "本棚を開けません。この本棚は存在しないかアクセスできません" msgstr "本棚を開けません。この本棚は存在しないかアクセスできません"
@ -1549,21 +1549,21 @@ msgstr "メール"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "メタデータを編集" msgstr "メタデータを編集"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "表紙サムネイルを%(count)s個生成しました" msgstr "表紙サムネイルを%(count)s個生成しました"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "表紙サムネイル" msgstr "表紙サムネイル"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "シリーズのサムネイルを{0}個生成しました" msgstr "シリーズのサムネイルを{0}個生成しました"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "表紙サムネイルのキャッシュを消去中" msgstr "表紙サムネイルのキャッシュを消去中"
@ -1871,7 +1871,7 @@ msgstr "発売日が古い順にソート"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "減らす" msgstr "減らす"
@ -3400,6 +3400,16 @@ msgstr "並び順の変更を無効にする"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "並び順の変更を有効にする" msgstr "並び順の変更を有効にする"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "追加日が新しい順にソート"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "追加日が古い順にソート"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "みんなと共有" msgstr "みんなと共有"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -17,7 +17,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -298,7 +298,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1243,12 +1243,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "ធ្នើ៖ %(name)s" msgstr "ធ្នើ៖ %(name)s"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "មានបញ្ហាពេលបើកធ្នើ។ ពុំមានធ្នើ ឬមិនអាចបើកបាន" msgstr "មានបញ្ហាពេលបើកធ្នើ។ ពុំមានធ្នើ ឬមិនអាចបើកបាន"
@ -1548,21 +1548,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "កែប្រែទិន្នន័យមេតា" msgstr "កែប្រែទិន្នន័យមេតា"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1871,7 +1871,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "" msgstr ""
@ -3399,6 +3399,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "តើធ្នើនេះគួរជាសាធារណៈទេ?" msgstr "តើធ្នើនេះគួរជាសាធារណៈទេ?"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2022-01-10 11:30+0900\n" "PO-Revision-Date: 2022-01-10 11:30+0900\n"
"Last-Translator: 내맘대로의 EPUBGUIDE.NET <byword77@gmail.com>\n" "Last-Translator: 내맘대로의 EPUBGUIDE.NET <byword77@gmail.com>\n"
"Language: ko\n" "Language: ko\n"
@ -15,7 +15,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -291,7 +291,7 @@ msgstr "Gmail 계정 인증에 성공하였습니다."
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "데이터베이스 오류: %(error)s." msgstr "데이터베이스 오류: %(error)s."
@ -1241,12 +1241,12 @@ msgstr "이름이 '%(title)s'인 공개 책장이 이미 있습니다."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "이름이 '%(title)s'인 개인 책장이 이미 있습니다." msgstr "이름이 '%(title)s'인 개인 책장이 이미 있습니다."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "책장: '%(name)s'" msgstr "책장: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "책장을 여는 동안 오류가 발생했습니다. 책장이 존재하지 않거나 접근할 수 없습니다" msgstr "책장을 여는 동안 오류가 발생했습니다. 책장이 존재하지 않거나 접근할 수 없습니다"
@ -1551,21 +1551,21 @@ msgstr "이메일일"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "메타데이터 편집" msgstr "메타데이터 편집"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "%(count)개의 표지 섬네일을 생성하였습니다." msgstr "%(count)개의 표지 섬네일을 생성하였습니다."
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "표지 섬네일" msgstr "표지 섬네일"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "{0} 시리즈 섬네일을 생성하였습니다." msgstr "{0} 시리즈 섬네일을 생성하였습니다."
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "표지 섬네일 캐시를 삭제합니다." msgstr "표지 섬네일 캐시를 삭제합니다."
@ -1874,7 +1874,7 @@ msgstr "발행일 순으로 정렬, 오래된 순"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "reduce" msgstr "reduce"
@ -3405,6 +3405,16 @@ msgstr "정렬 변경 비활성화"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "정렬 변경 활성화" msgstr "정렬 변경 활성화"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "책 목록 정렬, 최신순"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "책 목록 정렬, 오래된 순"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "모두와 공유" msgstr "모두와 공유"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2023-12-20 22:00+0100\n" "PO-Revision-Date: 2023-12-20 22:00+0100\n"
"Last-Translator: Michiel Cornelissen <michiel.cornelissen+gitbhun at proton.me>\n" "Last-Translator: Michiel Cornelissen <michiel.cornelissen+gitbhun at proton.me>\n"
"Language: nl\n" "Language: nl\n"
@ -17,7 +17,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -298,7 +298,7 @@ msgstr "Gelukt! Gmail account geverifieerd."
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Database fout: %(error)s." msgstr "Database fout: %(error)s."
@ -1255,12 +1255,12 @@ msgstr "Een openbare boekenplank met de naam '%(title)s' bestaat al."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Een persoonlijke boekenplank met de naam '%(title)s' bestaat al." msgstr "Een persoonlijke boekenplank met de naam '%(title)s' bestaat al."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Boekenplank: '%(name)s'" msgstr "Boekenplank: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Kan boekenplank niet openen: de boekenplank bestaat niet of is ontoegankelijk" msgstr "Kan boekenplank niet openen: de boekenplank bestaat niet of is ontoegankelijk"
@ -1566,21 +1566,21 @@ msgstr "E-mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "metagegevens bewerken" msgstr "metagegevens bewerken"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "%{count}s omslagminiaturen gegenereerd" msgstr "%{count}s omslagminiaturen gegenereerd"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Omslag miniaturen" msgstr "Omslag miniaturen"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "{0} serieminiaturen gegenereerd" msgstr "{0} serieminiaturen gegenereerd"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Cache met omslagminiaturen aan het opschonen" msgstr "Cache met omslagminiaturen aan het opschonen"
@ -1890,7 +1890,7 @@ msgstr "Sorteren op publicatiedatum, oudste boeken eerst"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "beperken" msgstr "beperken"
@ -3435,6 +3435,16 @@ msgstr "Schakel verandering van de volgorde uit"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Schakel verandering van de volgorde in" msgstr "Schakel verandering van de volgorde in"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Sorteren op datum, nieuwste boeken eerst"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Sorteren op datum, oudste boeken eerst"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Delen met iedereen" msgstr "Delen met iedereen"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2023-01-06 11:00+0000\n" "PO-Revision-Date: 2023-01-06 11:00+0000\n"
"Last-Translator: Vegard Fladby <vegard.fladby@gmail.com>\n" "Last-Translator: Vegard Fladby <vegard.fladby@gmail.com>\n"
"Language: no\n" "Language: no\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -293,7 +293,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, fuzzy, python-format #, fuzzy, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Databasefeil: %(error)s." msgstr "Databasefeil: %(error)s."
@ -1246,12 +1246,12 @@ msgstr "En offentlig hylle med navnet '%(title)s' eksisterer allerede."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "En privat hylle med navnet '%(title)s' eksisterer allerede." msgstr "En privat hylle med navnet '%(title)s' eksisterer allerede."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Hylle: '%(name)s'" msgstr "Hylle: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Feil ved åpning av hylle. Hylle finnes ikke eller er ikke tilgjengelig" msgstr "Feil ved åpning av hylle. Hylle finnes ikke eller er ikke tilgjengelig"
@ -1557,21 +1557,21 @@ msgstr "E-post"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Sikkerhetskopierer metadata" msgstr "Sikkerhetskopierer metadata"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Genererte %(count)s forsideminiatyrbilder" msgstr "Genererte %(count)s forsideminiatyrbilder"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Forsideminiatyrbilder" msgstr "Forsideminiatyrbilder"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Genererte {0} serieminiatyrbilder" msgstr "Genererte {0} serieminiatyrbilder"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Tømmer cache for miniatyrbilde for omslag" msgstr "Tømmer cache for miniatyrbilde for omslag"
@ -1887,7 +1887,7 @@ msgstr "Sorter etter publiseringsdato, eldste først"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "redusere" msgstr "redusere"
@ -3457,6 +3457,16 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Sorter etter bokdato, nyeste først"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Sorter etter bokdato, eldste først"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Calibre Web - polski (POT: 2021-06-12 08:52)\n" "Project-Id-Version: Calibre Web - polski (POT: 2021-06-12 08:52)\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2021-06-12 15:35+0200\n" "PO-Revision-Date: 2021-06-12 15:35+0200\n"
"Last-Translator: Radosław Kierznowski <radek.kierznowski@outlook.com>\n" "Last-Translator: Radosław Kierznowski <radek.kierznowski@outlook.com>\n"
"Language: pl\n" "Language: pl\n"
@ -17,7 +17,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -298,7 +298,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Błąd bazy danych: %(error)s." msgstr "Błąd bazy danych: %(error)s."
@ -1260,12 +1260,12 @@ msgstr "Publiczna półka o nazwie '%(title)s' już istnieje."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Prywatna półka o nazwie '%(title)s' już istnieje." msgstr "Prywatna półka o nazwie '%(title)s' już istnieje."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Półka: „%(name)s”" msgstr "Półka: „%(name)s”"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Błąd otwierania półki. Półka nie istnieje lub jest niedostępna" msgstr "Błąd otwierania półki. Półka nie istnieje lub jest niedostępna"
@ -1570,21 +1570,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "edytuj metadane" msgstr "edytuj metadane"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1896,7 +1896,7 @@ msgstr "Sortuj według daty publikacji, najstarsze jako pierwsze"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "zwiń" msgstr "zwiń"
@ -3451,6 +3451,16 @@ msgstr "Wyłączenie Zlecenie zmiany"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Włącz polecenie zmiany" msgstr "Włącz polecenie zmiany"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Sortuj książki według daty, najnowsze jako pierwsze"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Sortuj książki według daty, najstarsze jako pierwsze"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Współdziel z wszystkimi" msgstr "Współdziel z wszystkimi"

View File

@ -4,7 +4,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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2023-07-25 11:30+0100\n" "PO-Revision-Date: 2023-07-25 11:30+0100\n"
"Last-Translator: horus68 <https://github.com/horus68>\n" "Last-Translator: horus68 <https://github.com/horus68>\n"
"Language: pt\n" "Language: pt\n"
@ -13,7 +13,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr "Sucesso! Conta Gmail verificada"
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Erro de base de dados: %(error)s." msgstr "Erro de base de dados: %(error)s."
@ -1236,12 +1236,12 @@ msgstr "Já existe uma estante pública com o nome '%(title)s' ."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Já existe uma estante privada com o nome'%(title)s' ." msgstr "Já existe uma estante privada com o nome'%(title)s' ."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Estante: '%(name)s'" msgstr "Estante: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Erro ao abrir estante. A estante não existe ou não está acessível" msgstr "Erro ao abrir estante. A estante não existe ou não está acessível"
@ -1546,21 +1546,21 @@ msgstr "Email"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Cópia de segurança de metadados" msgstr "Cópia de segurança de metadados"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Geradas %(count)s miniaturas para capa" msgstr "Geradas %(count)s miniaturas para capa"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Miniaturas de capa" msgstr "Miniaturas de capa"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Geradas {0} miniaturas de série" msgstr "Geradas {0} miniaturas de série"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "A esvaziar a cache de miniaturas da capa" msgstr "A esvaziar a cache de miniaturas da capa"
@ -1868,7 +1868,7 @@ msgstr "Ordenar de acordo com a data de publicação, o mais antigo primeiro"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "reduzir" msgstr "reduzir"
@ -3397,6 +3397,16 @@ msgstr "Desativar alterar ordenação"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Ativar alterar ordenação" msgstr "Ativar alterar ordenação"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Ordenar de acordo com a data do livro, o mais recente primeiro"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Ordenar de acordo com a data do livro, o mais antigo primeiro"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Partilhar com todos" msgstr "Partilhar com todos"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -13,7 +13,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Erro de banco de dados: %(error)s." msgstr "Erro de banco de dados: %(error)s."
@ -1236,12 +1236,12 @@ msgstr "Já existe uma estante pública com o nome '%(title)s' ."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Já existe uma estante privada com o nome'%(title)s' ." msgstr "Já existe uma estante privada com o nome'%(title)s' ."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Estante: '%(name)s'" msgstr "Estante: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Erro ao abrir estante. A estante não existe ou não está acessível" msgstr "Erro ao abrir estante. A estante não existe ou não está acessível"
@ -1546,21 +1546,21 @@ msgstr "E-mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Cópia de segurança de metadados" msgstr "Cópia de segurança de metadados"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Gerado %(count)s miniaturas de capa" msgstr "Gerado %(count)s miniaturas de capa"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Miniatura da Capa" msgstr "Miniatura da Capa"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Gerado {0} miniaturas de série" msgstr "Gerado {0} miniaturas de série"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Limpando o cache de miniaturas da capa" msgstr "Limpando o cache de miniaturas da capa"
@ -1868,7 +1868,7 @@ msgstr "Classificar de acordo com a data de publicação, primeiro mais antigo"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "reduzir" msgstr "reduzir"
@ -3397,6 +3397,16 @@ msgstr "Desabilitar Alterar Ordem"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Habilitar Alterar Ordem" msgstr "Habilitar Alterar Ordem"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Classificar de acordo com a data do livro, o mais recente primeiro"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Classificar de acordo com a data do livro, o mais antigo primeiro"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Compartilhar com Todos" msgstr "Compartilhar com Todos"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -17,7 +17,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -299,7 +299,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1252,12 +1252,12 @@ msgstr "Публичная полка с названием '%(title)s' уже
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Приватная полка с названием '%(title)s' уже существует." msgstr "Приватная полка с названием '%(title)s' уже существует."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Полка: '%(name)s'" msgstr "Полка: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Ошибка открытия Полки. Полка не существует или недоступна" msgstr "Ошибка открытия Полки. Полка не существует или недоступна"
@ -1563,21 +1563,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "изменить метаданные" msgstr "изменить метаданные"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1886,7 +1886,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "уменьшить" msgstr "уменьшить"
@ -3428,6 +3428,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Сделать книжную полку доступной для всех ?" msgstr "Сделать книжную полку доступной для всех ?"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2023-11-01 06:12+0100\n" "PO-Revision-Date: 2023-11-01 06:12+0100\n"
"Last-Translator: Branislav Hanáček <brango@brango.sk>\n" "Last-Translator: Branislav Hanáček <brango@brango.sk>\n"
"Language: sk_SK\n" "Language: sk_SK\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr "Úspech! Gmail konto bolo verifikované."
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Chyba databázy: %(error)s." msgstr "Chyba databázy: %(error)s."
@ -1220,12 +1220,12 @@ msgstr "Verejná polica s názvom '%(title)s' už existuje."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "Súkromná polica s názvom '%(title)s' už existuje." msgstr "Súkromná polica s názvom '%(title)s' už existuje."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Polica: '%(name)s'" msgstr "Polica: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Chyba pri otváraní police. Polica neexistuje alebo je neprístupná" msgstr "Chyba pri otváraní police. Polica neexistuje alebo je neprístupná"
@ -1521,21 +1521,21 @@ msgstr "E-mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "Zálohovať metadáta" msgstr "Zálohovať metadáta"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "Bolo vygenerovaných %(count)s náhľadov obálok kníh" msgstr "Bolo vygenerovaných %(count)s náhľadov obálok kníh"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "Náhľad obálky knihy" msgstr "Náhľad obálky knihy"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "Bolo vygenerovaných {0} náhľadov pre série" msgstr "Bolo vygenerovaných {0} náhľadov pre série"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "Vyrovnávacia pamäť pre obálky kníh sa vyprázdňuje" msgstr "Vyrovnávacia pamäť pre obálky kníh sa vyprázdňuje"
@ -1842,7 +1842,7 @@ msgstr "Triediť podľa dátumu vydania, najstaršie najskôr"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "znížiť" msgstr "znížiť"
@ -3365,6 +3365,16 @@ msgstr "Znemožniť zmenu poradia"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Povoloť zmenu poradia" msgstr "Povoloť zmenu poradia"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Triediť podľa dátumu knihy, najnovšie najskôr"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Triediť podľa dátumu knihy, najstaršie najskôr"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Zdieľať s kýmkoľvek" msgstr "Zdieľať s kýmkoľvek"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -296,7 +296,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Databasfel: %(error)s." msgstr "Databasfel: %(error)s."
@ -1252,12 +1252,12 @@ msgstr "En offentlig hylla med namnet \"%(title)s\" finns redan."
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "En privat hylla med namnet \"%(title)s\" finns redan." msgstr "En privat hylla med namnet \"%(title)s\" finns redan."
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Hylla: '%(name)s'" msgstr "Hylla: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Fel vid öppning av hyllan. Hylla finns inte eller är inte tillgänglig" msgstr "Fel vid öppning av hyllan. Hylla finns inte eller är inte tillgänglig"
@ -1562,21 +1562,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "redigera metadata" msgstr "redigera metadata"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1886,7 +1886,7 @@ msgstr "Sortera efter publiceringsdatum, äldsta först"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "minska" msgstr "minska"
@ -3429,6 +3429,16 @@ msgstr "Inaktivera ändring av ordning"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Aktivera ändring av ordning" msgstr "Aktivera ändring av ordning"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "Sortera efter bokdatum, nyast först"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "Sortera efter bokdatum, äldsta först"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Dela med alla" msgstr "Dela med alla"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -293,7 +293,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1244,12 +1244,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Kitaplık: '%(name)s'" msgstr "Kitaplık: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Kitaplık açılırken hata oluştu. Kitaplık mevcut değil ya da erişilebilir değil" msgstr "Kitaplık açılırken hata oluştu. Kitaplık mevcut değil ya da erişilebilir değil"
@ -1554,21 +1554,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "metaveri düzenle" msgstr "metaveri düzenle"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1877,7 +1877,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "azalt" msgstr "azalt"
@ -3415,6 +3415,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "" msgstr ""

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
@ -15,7 +15,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -295,7 +295,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1239,12 +1239,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "Книжкова полиця: '%(name)s'" msgstr "Книжкова полиця: '%(name)s'"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "Помилка при відкриванні полиці. Полиця не існує або до неї відсутній доступ" msgstr "Помилка при відкриванні полиці. Полиця не існує або до неї відсутній доступ"
@ -1544,21 +1544,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "змінити метадані" msgstr "змінити метадані"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1867,7 +1867,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "" msgstr ""
@ -3399,6 +3399,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "зробити книжкову полицю доступною для всіх?" msgstr "зробити книжкову полицю доступною для всіх?"

View File

@ -4,7 +4,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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2022-09-20 21:36+0700\n" "PO-Revision-Date: 2022-09-20 21:36+0700\n"
"Last-Translator: Ha Link <halink0803@gmail.com>\n" "Last-Translator: Ha Link <halink0803@gmail.com>\n"
"Language: vi\n" "Language: vi\n"
@ -13,7 +13,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -288,7 +288,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "Lỗi cơ sở dữ liệu: %(error)s." msgstr "Lỗi cơ sở dữ liệu: %(error)s."
@ -1232,12 +1232,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "" msgstr ""
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "" msgstr ""
@ -1542,21 +1542,21 @@ msgstr "Test e-mail"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1867,7 +1867,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "" msgstr ""
@ -3396,6 +3396,14 @@ msgstr "Khoá thay đổi thứ tự"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "Mở thay đổi thứ tự" msgstr "Mở thay đổi thứ tự"
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "Chia sửa với tất cả" msgstr "Chia sửa với tất cả"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2020-09-27 22:18+0800\n" "PO-Revision-Date: 2020-09-27 22:18+0800\n"
"Last-Translator: xlivevil <xlivevil@aliyun.com>\n" "Last-Translator: xlivevil <xlivevil@aliyun.com>\n"
"Language: zh_CN\n" "Language: zh_CN\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -289,7 +289,7 @@ msgstr "Gmail 账户验证成功"
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "数据库错误:%(error)s" msgstr "数据库错误:%(error)s"
@ -1220,12 +1220,12 @@ msgstr "公共书架:%(title)s 已经存在已经存在"
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "私有书架:%(title)s 已经存在已经存在" msgstr "私有书架:%(title)s 已经存在已经存在"
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "书架:%(name)s" msgstr "书架:%(name)s"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "打开书架出错。书架不存在或不可访问" msgstr "打开书架出错。书架不存在或不可访问"
@ -1521,21 +1521,21 @@ msgstr "电子邮件"
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "正在备份元数据" msgstr "正在备份元数据"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "生成了 %(count)s 个封面缩略图" msgstr "生成了 %(count)s 个封面缩略图"
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "封面缩略图" msgstr "封面缩略图"
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "生成了 %(count)s 个丛书缩略图" msgstr "生成了 %(count)s 个丛书缩略图"
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "正在清理封面缩略图缓存" msgstr "正在清理封面缩略图缓存"
@ -1842,7 +1842,7 @@ msgstr "按出版日期排序,最旧优先"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "减少" msgstr "减少"
@ -3365,6 +3365,16 @@ msgstr "禁止改变顺序"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "允许改变顺序" msgstr "允许改变顺序"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "按图书日期排序,最新优先"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "按图书日期排序,最旧优先"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "书架将被公开" msgstr "书架将被公开"

View File

@ -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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+0200\n"
"PO-Revision-Date: 2020-09-27 22:18+0800\n" "PO-Revision-Date: 2020-09-27 22:18+0800\n"
"Last-Translator: xlivevil <xlivevil@aliyun.com>\n" "Last-Translator: xlivevil <xlivevil@aliyun.com>\n"
"Language: zh_TW\n" "Language: zh_TW\n"
@ -16,7 +16,7 @@ msgstr ""
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -292,7 +292,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "數據庫錯誤:%(error)s。" msgstr "數據庫錯誤:%(error)s。"
@ -1244,12 +1244,12 @@ msgstr "公共書架:%(title)s已經存在已經存在。"
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "私有書架:%(title)s已經存在。" msgstr "私有書架:%(title)s已經存在。"
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "書架:%(name)s" msgstr "書架:%(name)s"
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "打開書架出錯。書架不存在或不可訪問" msgstr "打開書架出錯。書架不存在或不可訪問"
@ -1554,21 +1554,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "編輯元數據" msgstr "編輯元數據"
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1877,7 +1877,7 @@ msgstr "按出版日期排序,最舊優先"
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "減少" msgstr "減少"
@ -3413,6 +3413,16 @@ msgstr "禁止改變順序"
msgid "Enable Change order" msgid "Enable Change order"
msgstr "允許改變順序" msgstr "允許改變順序"
#: cps/templates/shelf.html:28
#, fuzzy
msgid "Sort according to book added to shelf, newest first"
msgstr "按圖書日期排序,最新優先"
#: cps/templates/shelf.html:29
#, fuzzy
msgid "Sort according to book added to shelf, oldest first"
msgstr "按圖書日期排序,最舊優先"
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "書架將被公開" msgstr "書架將被公開"

View File

@ -8,14 +8,14 @@ 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: 2024-08-14 19:28+0200\n" "POT-Creation-Date: 2024-08-17 13:50+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"
"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"
"Generated-By: Babel 2.13.1\n" "Generated-By: Babel 2.15.0\n"
#: cps/about.py:88 #: cps/about.py:88
msgid "Statistics" msgid "Statistics"
@ -288,7 +288,7 @@ msgstr ""
#: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228 #: cps/admin.py:1953 cps/admin.py:2074 cps/editbooks.py:228
#: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150 #: cps/editbooks.py:309 cps/editbooks.py:1252 cps/shelf.py:90 cps/shelf.py:150
#: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354 #: cps/shelf.py:193 cps/shelf.py:243 cps/shelf.py:280 cps/shelf.py:354
#: cps/shelf.py:468 cps/tasks/convert.py:156 cps/web.py:1528 #: cps/shelf.py:471 cps/tasks/convert.py:156 cps/web.py:1528
#, python-format #, python-format
msgid "Oops! Database Error: %(error)s." msgid "Oops! Database Error: %(error)s."
msgstr "" msgstr ""
@ -1216,12 +1216,12 @@ msgstr ""
msgid "A private shelf with the name '%(title)s' already exists." msgid "A private shelf with the name '%(title)s' already exists."
msgstr "" msgstr ""
#: cps/shelf.py:473 #: cps/shelf.py:476
#, python-format #, python-format
msgid "Shelf: '%(name)s'" msgid "Shelf: '%(name)s'"
msgstr "" msgstr ""
#: cps/shelf.py:477 #: cps/shelf.py:480
msgid "Error opening shelf. Shelf does not exist or is not accessible" msgid "Error opening shelf. Shelf does not exist or is not accessible"
msgstr "" msgstr ""
@ -1516,21 +1516,21 @@ msgstr ""
msgid "Backing up Metadata" msgid "Backing up Metadata"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:95 #: cps/tasks/thumbnail.py:96
#, python-format #, python-format
msgid "Generated %(count)s cover thumbnails" msgid "Generated %(count)s cover thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:228 cps/tasks/thumbnail.py:441 #: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:509 #: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails" msgid "Cover Thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:287 #: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails" msgid "Generated {0} series thumbnails"
msgstr "" msgstr ""
#: cps/tasks/thumbnail.py:452 #: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache" msgid "Clearing cover thumbnail cache"
msgstr "" msgstr ""
@ -1837,7 +1837,7 @@ msgstr ""
#: cps/templates/author.html:56 cps/templates/author.html:115 #: cps/templates/author.html:56 cps/templates/author.html:115
#: cps/templates/index.html:30 cps/templates/index.html:113 #: cps/templates/index.html:30 cps/templates/index.html:113
#: cps/templates/search.html:67 cps/templates/shelf.html:55 #: cps/templates/search.html:67 cps/templates/shelf.html:57
msgid "reduce" msgid "reduce"
msgstr "" msgstr ""
@ -3351,6 +3351,14 @@ msgstr ""
msgid "Enable Change order" msgid "Enable Change order"
msgstr "" msgstr ""
#: cps/templates/shelf.html:28
msgid "Sort according to book added to shelf, newest first"
msgstr ""
#: cps/templates/shelf.html:29
msgid "Sort according to book added to shelf, oldest first"
msgstr ""
#: cps/templates/shelf_edit.html:14 #: cps/templates/shelf_edit.html:14
msgid "Share with Everyone" msgid "Share with Everyone"
msgstr "" msgstr ""