Merge remote-tracking branch 'it/patch-1'

This commit is contained in:
Ozzie Isaacs
2024-07-07 10:18:31 +02:00
53 changed files with 899 additions and 905 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Calibre-Web (GPLV3)\n"
"Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n"
"POT-Creation-Date: 2024-06-30 12:19+0200\n"
"POT-Creation-Date: 2024-07-07 10:17+0200\n"
"PO-Revision-Date: 2023-12-20 22:00+0100\n"
"Last-Translator: Michiel Cornelissen <michiel.cornelissen+gitbhun at proton.me>\n"
"Language: nl\n"
@@ -746,122 +746,122 @@ msgstr "Verwijderen van boek %(id)s mislukt: %(message)s"
msgid "Deleting book %(id)s from database only, book path in database not valid: %(path)s"
msgstr "Verwijder boek %(id)s alleen uit database, boek pad is ongeldig: %(path)s"
#: cps/helper.py:465
#: cps/helper.py:463
#, fuzzy, python-format
msgid "Rename author from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr "Kan de titel '%(src)s' niet wijzigen in '%(dest)s': %(error)s"
#: cps/helper.py:536 cps/helper.py:545
#: cps/helper.py:534 cps/helper.py:543
#, python-format
msgid "File %(file)s not found on Google Drive"
msgstr "Bestand '%(file)s' niet aangetroffen op Google Drive"
#: cps/helper.py:587
#: cps/helper.py:584
#, python-format
msgid "Rename title from: '%(src)s' to '%(dest)s' failed with error: %(error)s"
msgstr "Kan de titel '%(src)s' niet wijzigen in '%(dest)s': %(error)s"
#: cps/helper.py:625
#: cps/helper.py:622
#, python-format
msgid "Book path %(path)s not found on Google Drive"
msgstr "Boeken locatie '%(path)s' niet aangetroffen op Google Drive"
#: cps/helper.py:685
#: cps/helper.py:682
msgid "Found an existing account for this Email address"
msgstr "Bestaand account gevondne met dit e-mailadres"
#: cps/helper.py:693
#: cps/helper.py:690
msgid "This username is already taken"
msgstr "Deze gebruikersnaam is al in gebruik"
#: cps/helper.py:705
#: cps/helper.py:702
#, fuzzy
msgid "Invalid Email address format"
msgstr "Ongeldig E-Mail adres"
#: cps/helper.py:726
#: cps/helper.py:723
msgid "Password doesn't comply with password validation rules"
msgstr "Het wachtwoord voldoet niet aan de validatieregels"
#: cps/helper.py:873
#: cps/helper.py:870
msgid "Python module 'advocate' is not installed but is needed for cover uploads"
msgstr "Pythonmodule 'advocate' is niet geïnstalleerd maar is nodig omslag uploads"
#: cps/helper.py:883
#: cps/helper.py:880
msgid "Error Downloading Cover"
msgstr "Fout bij downloaden omslag"
#: cps/helper.py:886
#: cps/helper.py:883
msgid "Cover Format Error"
msgstr "Onjuist omslagformaat"
#: cps/helper.py:889
#: cps/helper.py:886
msgid "You are not allowed to access localhost or the local network for cover uploads"
msgstr "Toegang tot localhost of het lokale netwerk niet toegestaant voor omslag uploaden"
#: cps/helper.py:899
#: cps/helper.py:896
msgid "Failed to create path for cover"
msgstr "Locatie aanmaken voor omslag mislukt"
#: cps/helper.py:915
#: cps/helper.py:912
msgid "Cover-file is not a valid image file, or could not be stored"
msgstr "Omslag-bestand is geen afbeelding of kon niet opgeslagen worden"
#: cps/helper.py:926
#: cps/helper.py:923
msgid "Only jpg/jpeg/png/webp/bmp files are supported as coverfile"
msgstr "Alleen jpg/jpeg/png/webp/bmp bestanden worden ondersteund als omslag"
#: cps/helper.py:938
#: cps/helper.py:935
msgid "Invalid cover file content"
msgstr "Ongeldig omslagbestand"
#: cps/helper.py:942
#: cps/helper.py:939
msgid "Only jpg/jpeg files are supported as coverfile"
msgstr "Alleen jpg/jpeg bestanden zijn toegestaan als omslag"
#: cps/helper.py:1014 cps/helper.py:1171
#: cps/helper.py:1011 cps/helper.py:1168
#, fuzzy
msgid "Cover"
msgstr "Willekeurige boeken"
#: cps/helper.py:1031
#: cps/helper.py:1028
msgid "UnRar binary file not found"
msgstr "UnRar executable niet gevonden"
#: cps/helper.py:1042
#: cps/helper.py:1039
#, fuzzy
msgid "Error executing UnRar"
msgstr "Fout bij het uitvoeren van UnRar"
#: cps/helper.py:1050
#: cps/helper.py:1047
msgid "Could not find the specified directory"
msgstr ""
#: cps/helper.py:1053
#: cps/helper.py:1050
msgid "Please specify a directory, not a file"
msgstr ""
#: cps/helper.py:1067
#: cps/helper.py:1064
#, fuzzy
msgid "Calibre binaries not viable"
msgstr "Kan niet schrijven naar database"
#: cps/helper.py:1076
#: cps/helper.py:1073
#, python-format
msgid "Missing calibre binaries: %(missing)s"
msgstr ""
#: cps/helper.py:1078
#: cps/helper.py:1075
#, fuzzy, python-format
msgid "Missing executable permissions: %(missing)s"
msgstr "Kan programma niet uitvoeren"
#: cps/helper.py:1083
#: cps/helper.py:1080
#, fuzzy
msgid "Error executing Calibre"
msgstr "Fout bij het uitvoeren van UnRar"
#: cps/helper.py:1173 cps/templates/admin.html:216
#: cps/helper.py:1170 cps/templates/admin.html:216
msgid "Queue all books for metadata backup"
msgstr "Voeg alle boeken toe aan de wachtrij voor het maken van een metagegevens backup"
@@ -1566,21 +1566,21 @@ msgstr "metagegevens bewerken"
msgid "Delete temp folder contents"
msgstr ""
#: cps/tasks/thumbnail.py:96
#: cps/tasks/thumbnail.py:97
#, python-format
msgid "Generated %(count)s cover thumbnails"
msgstr "%{count}s omslagminiaturen gegenereerd"
#: cps/tasks/thumbnail.py:231 cps/tasks/thumbnail.py:444
#: cps/tasks/thumbnail.py:512
#: cps/tasks/thumbnail.py:230 cps/tasks/thumbnail.py:443
#: cps/tasks/thumbnail.py:511
msgid "Cover Thumbnails"
msgstr "Omslag miniaturen"
#: cps/tasks/thumbnail.py:290
#: cps/tasks/thumbnail.py:289
msgid "Generated {0} series thumbnails"
msgstr "{0} serieminiaturen gegenereerd"
#: cps/tasks/thumbnail.py:455
#: cps/tasks/thumbnail.py:454
msgid "Clearing cover thumbnail cache"
msgstr "Cache met omslagminiaturen aan het opschonen"