mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 06:43:03 +00:00 
			
		
		
		
	Updated test status
updated jzip for epub reader Bugfix for opds login with ldap updated requirementes
This commit is contained in:
		
							
								
								
									
										13
									
								
								cps/static/js/compress/jszip_epub.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								cps/static/js/compress/jszip_epub.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -99,7 +99,7 @@ | |||||||
|       </div> |       </div> | ||||||
|       <div class="overlay"></div> |       <div class="overlay"></div> | ||||||
|       <script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script> |       <script src="{{ url_for('static', filename='js/libs/jquery.min.js') }}"></script> | ||||||
|       <script src="{{ url_for('static', filename='js/compress/jszip.min.js') }}"> |       <script src="{{ url_for('static', filename='js/compress/jszip_epub.min.js') }}"> | ||||||
|       </script> <script src="{{ url_for('static', filename='js/libs/epub.min.js') }}"></script> |       </script> <script src="{{ url_for('static', filename='js/libs/epub.min.js') }}"></script> | ||||||
|       <script type="text/javascript"> |       <script type="text/javascript"> | ||||||
|           window.calibre = { |           window.calibre = { | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -526,7 +526,7 @@ msgstr "není nainstalováno" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Chybí povolení k exekuci" | msgstr "Chybí povolení k exekuci" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Vlastní sloupec %(column)d neexistuje v databázi" | msgstr "Vlastní sloupec %(column)d neexistuje v databázi" | ||||||
| @@ -906,8 +906,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Přihlásit" | msgstr "Přihlásit" | ||||||
| @@ -1072,41 +1072,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Hledat" | msgstr "Hledat" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Vydáno po " | msgstr "Vydáno po " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Vydáno před " | msgstr "Vydáno před " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Hodnocení <= %(rating)s" | msgstr "Hodnocení <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Hodnocení >= %(rating)s" | msgstr "Hodnocení >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Rozšířené hledání" | msgstr "Rozšířené hledání" | ||||||
|  |  | ||||||
| @@ -1157,7 +1157,7 @@ msgstr "Kniha byla odebrána z police: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Vytvořit polici" | msgstr "Vytvořit polici" | ||||||
|  |  | ||||||
| @@ -1221,7 +1221,7 @@ msgstr "Police: '%(name)s'" | |||||||
| 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á" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Úlohy" | msgstr "Úlohy" | ||||||
| @@ -1370,7 +1370,7 @@ msgstr "Nejprve nakonfigurujte vaši kindle e-mailovou adresu.." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "E-mailový server není nakonfigurován, kontaktujte svého správce!" | msgstr "E-mailový server není nakonfigurován, kontaktujte svého správce!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1505,7 +1505,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Nahrávat" | msgstr "Nahrávat" | ||||||
|  |  | ||||||
| @@ -1529,7 +1529,7 @@ msgstr "E-mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Poslat do Kindle e-mailová adresa" | msgstr "Poslat do Kindle e-mailová adresa" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Správce" | msgstr "Správce" | ||||||
| @@ -1958,8 +1958,8 @@ msgstr "Kliknutím na obal načtěte metadata do formuláře" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Načítání..." | msgstr "Načítání..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Zavřít" | msgstr "Zavřít" | ||||||
| @@ -2547,7 +2547,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Přidat do police" | msgstr "Přidat do police" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2625,7 +2625,7 @@ msgstr "Zadejte jméno domény" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Zakázané domény pro registraci" | msgstr "Zakázané domény pro registraci" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Další" | msgstr "Další" | ||||||
|  |  | ||||||
| @@ -2745,7 +2745,7 @@ msgstr "Knihy řazené podle hodnocení" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Knihy seřazené podle souboru formátů" | msgstr "Knihy seřazené podle souboru formátů" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Police" | msgstr "Police" | ||||||
| @@ -2762,52 +2762,52 @@ msgstr "Domů" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Přepnout navigaci" | msgstr "Přepnout navigaci" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Hledat v knihovně" | msgstr "Hledat v knihovně" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Účet" | msgstr "Účet" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Odhlásit se" | msgstr "Odhlásit se" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Nahrávání..." | msgstr "Nahrávání..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Chyba" | msgstr "Chyba" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Nahrávání hotovo, zpracovávám, čekejte prosím..." | msgstr "Nahrávání hotovo, zpracovávám, čekejte prosím..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Nastavení" | msgstr "Nastavení" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Prosím neobnovujte stránku" | msgstr "Prosím neobnovujte stránku" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Procházet" | msgstr "Procházet" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "O knihovně" | msgstr "O knihovně" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Předchozí" | msgstr "Předchozí" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Podrobnosti o knize" | msgstr "Podrobnosti o knize" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\n" | ||||||
| "PO-Revision-Date: 2023-01-22 13:51+0100\n" | "PO-Revision-Date: 2023-01-22 13:51+0100\n" | ||||||
| "Last-Translator: Ozzie Isaacs\n" | "Last-Translator: Ozzie Isaacs\n" | ||||||
| "Language: de\n" | "Language: de\n" | ||||||
| @@ -512,7 +512,7 @@ msgstr "Nicht installiert" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Ausführeberechtigung fehlt" | msgstr "Ausführeberechtigung fehlt" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Benutzerdefinierte Spalte Nr. %(column)d ist nicht in Calibre Datenbank vorhanden" | msgstr "Benutzerdefinierte Spalte Nr. %(column)d ist nicht in Calibre Datenbank vorhanden" | ||||||
| @@ -885,8 +885,8 @@ msgstr "Google Oauth Fehler: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Sterne" | msgstr "{} Sterne" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Login" | msgstr "Login" | ||||||
| @@ -1042,41 +1042,41 @@ msgstr "Bücherliste" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Zeige Bücherliste" | msgstr "Zeige Bücherliste" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Suche" | msgstr "Suche" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Herausgegeben nach dem " | msgstr "Herausgegeben nach dem " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Herausgegeben vor dem " | msgstr "Herausgegeben vor dem " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Bewertung <= %(rating)s" | msgstr "Bewertung <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Bewertung >= %(rating)s" | msgstr "Bewertung >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Lesestatus = %(status)s" | msgstr "Lesestatus = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Fehler bei der Suche nach eigenen Spalten, bitte Calibre-Web neustarten" | msgstr "Fehler bei der Suche nach eigenen Spalten, bitte Calibre-Web neustarten" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Erweiterte Suche" | msgstr "Erweiterte Suche" | ||||||
|  |  | ||||||
| @@ -1126,7 +1126,7 @@ msgstr "Das Buch wurde aus dem Bücherregal: %(sname)s entfernt" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Sie haben keine Berechtigung um Bücher aus diesem Bücherregal zu löschen" | msgstr "Sie haben keine Berechtigung um Bücher aus diesem Bücherregal zu löschen" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Bücherregal erzeugen" | msgstr "Bücherregal erzeugen" | ||||||
|  |  | ||||||
| @@ -1188,7 +1188,7 @@ msgstr "Bücherregal: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Aufgaben" | msgstr "Aufgaben" | ||||||
| @@ -1336,7 +1336,7 @@ msgstr "Bitte zuerst die E-Reader E-Mailadresse konfigurieren." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Der E-Mail Server ist nicht konfigurierte, bitte den Administrator kontaktieren." | msgstr "Der E-Mail Server ist nicht konfigurierte, bitte den Administrator kontaktieren." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1468,7 +1468,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Cover Miniaturansichten Cache wird gelöscht" | msgstr "Cover Miniaturansichten Cache wird gelöscht" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Upload" | msgstr "Upload" | ||||||
|  |  | ||||||
| @@ -1491,7 +1491,7 @@ msgstr "E-Mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "An E-Reader E-Mail Adresse senden" | msgstr "An E-Reader E-Mail Adresse senden" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1918,8 +1918,8 @@ msgstr "Klicke auf das Bild, um die Metadaten zu übertragen" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Lade..." | msgstr "Lade..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Schließen" | msgstr "Schließen" | ||||||
| @@ -2502,7 +2502,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Zu Bücherregal hinzufügen" | msgstr "Zu Bücherregal hinzufügen" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2578,7 +2578,7 @@ msgstr "Domainnamen eingeben" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Verbotene Domains für eine Registrierung" | msgstr "Verbotene Domains für eine Registrierung" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Nächste" | msgstr "Nächste" | ||||||
|  |  | ||||||
| @@ -2696,7 +2696,7 @@ msgstr "Bücher nach Bewertungen sortiert" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Bücher nach Dateiformaten sortiert" | msgstr "Bücher nach Dateiformaten sortiert" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Bücherregale" | msgstr "Bücherregale" | ||||||
| @@ -2713,52 +2713,52 @@ msgstr "Home" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Nagivation umschalten" | msgstr "Nagivation umschalten" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Bibiliothek durchsuchen" | msgstr "Bibiliothek durchsuchen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Account" | msgstr "Account" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Logout" | msgstr "Logout" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Lade hoch..." | msgstr "Lade hoch..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Fehler" | msgstr "Fehler" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Hochladen beendet, verarbeite Daten, bitte warten..." | msgstr "Hochladen beendet, verarbeite Daten, bitte warten..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Einstellungen" | msgstr "Einstellungen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Bitte die Seite nicht neu laden" | msgstr "Bitte die Seite nicht neu laden" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Durchsuchen" | msgstr "Durchsuchen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Über" | msgstr "Über" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Vorheriger Eintrag" | msgstr "Vorheriger Eintrag" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Buchdetails" | msgstr "Buchdetails" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -526,7 +526,7 @@ msgstr "δεν εγκαταστάθηκε" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Λείπουν άδειες εκτέλεσης" | msgstr "Λείπουν άδειες εκτέλεσης" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Η ειδικά προσαρμοσμένη στήλη No.%(column)d δεν υπάρχει στο επίπεδο βάσης δεδομένων" | msgstr "Η ειδικά προσαρμοσμένη στήλη No.%(column)d δεν υπάρχει στο επίπεδο βάσης δεδομένων" | ||||||
| @@ -906,8 +906,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Σύνδεση" | msgstr "Σύνδεση" | ||||||
| @@ -1072,41 +1072,41 @@ msgstr "Λίστα Βιβλίων" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Προβολή Λίστας Βιβλίων" | msgstr "Προβολή Λίστας Βιβλίων" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Αναζήτηση" | msgstr "Αναζήτηση" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Εκδόθηκε μετά" | msgstr "Εκδόθηκε μετά" | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Εκδόθηκε πριν" | msgstr "Εκδόθηκε πριν" | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Αξιολόγηση <= %(rating)s" | msgstr "Αξιολόγηση <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Αξιολόγηση >= %(rating)s" | msgstr "Αξιολόγηση >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Προχωρημένη Αναζήτηση" | msgstr "Προχωρημένη Αναζήτηση" | ||||||
|  |  | ||||||
| @@ -1157,7 +1157,7 @@ msgstr "Το βιβλίο έχει αφαιρεθεί από το ράφι: %(sn | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Δημιούργησε ένα Ράφι" | msgstr "Δημιούργησε ένα Ράφι" | ||||||
|  |  | ||||||
| @@ -1221,7 +1221,7 @@ msgstr "Ράφι: '%(name)s" | |||||||
| 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 "Σφάλμα κατά το άνοιγμα του ραφιού. Το ράφι δεν υπάρχει ή δεν είναι προσβάσιμο" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Εργασίες" | msgstr "Εργασίες" | ||||||
| @@ -1370,7 +1370,7 @@ msgstr "Παρακαλούμε ενημέρωσε το προφίλ σου με | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Ο διακομιστής E-Mail δεν έχει διαμορφωθεί, παρακαλούμε επικοινώνησε με το διαχειριστή σου!" | msgstr "Ο διακομιστής E-Mail δεν έχει διαμορφωθεί, παρακαλούμε επικοινώνησε με το διαχειριστή σου!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1505,7 +1505,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Ανέβασμα" | msgstr "Ανέβασμα" | ||||||
|  |  | ||||||
| @@ -1529,7 +1529,7 @@ msgstr "Διεύθυνση E-mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Διεύθυνση E-mail Αποστολής στο Kindle" | msgstr "Διεύθυνση E-mail Αποστολής στο Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Διαχειριστής" | msgstr "Διαχειριστής" | ||||||
| @@ -1958,8 +1958,8 @@ msgstr "Κάνε κλικ στο εξώφυλλο για φόρτωση μετα | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Φόρτωση..." | msgstr "Φόρτωση..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Κλείσιμο" | msgstr "Κλείσιμο" | ||||||
| @@ -2547,7 +2547,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Προσθήκη στο ράφι" | msgstr "Προσθήκη στο ράφι" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2625,7 +2625,7 @@ msgstr "Όνομα domain" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domains που Απορρίφθηκαν (Μαύρη λίστα)" | msgstr "Domains που Απορρίφθηκαν (Μαύρη λίστα)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Επόμενο" | msgstr "Επόμενο" | ||||||
|  |  | ||||||
| @@ -2745,7 +2745,7 @@ msgstr "Τα βιβλία ταξινομήθηκαν ανά Αξιολόγηση | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Τα βιβλία ταξινομήθηκαν ανά μορφές αρχείου" | msgstr "Τα βιβλία ταξινομήθηκαν ανά μορφές αρχείου" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Ράφια" | msgstr "Ράφια" | ||||||
| @@ -2762,52 +2762,52 @@ msgstr "Κεντρική" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Αλλαγή Θέσης Περιήγησης" | msgstr "Αλλαγή Θέσης Περιήγησης" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Αναζήτηση Βιβλιοθήκης" | msgstr "Αναζήτηση Βιβλιοθήκης" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Λογαριασμός" | msgstr "Λογαριασμός" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Αποσύνδεση" | msgstr "Αποσύνδεση" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Φόρτωση..." | msgstr "Φόρτωση..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Σφάλμα" | msgstr "Σφάλμα" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Το ανέβασμα έγινε, γίνεται επεξεργασία, παρακαλούμε περίμενε..." | msgstr "Το ανέβασμα έγινε, γίνεται επεξεργασία, παρακαλούμε περίμενε..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Ρυθμίσεις" | msgstr "Ρυθμίσεις" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Παρακαλούμε μην ανανεώσεις τη σελίδα" | msgstr "Παρακαλούμε μην ανανεώσεις τη σελίδα" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Περιήγηση" | msgstr "Περιήγηση" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Σχετικά" | msgstr "Σχετικά" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Προηγούμενο" | msgstr "Προηγούμενο" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Λεπτομέρειες Βιβλίου" | msgstr "Λεπτομέρειες Βιβλίου" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -530,7 +530,7 @@ msgstr "no instalado" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Faltan permisos de ejecución" | msgstr "Faltan permisos de ejecución" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Columna personalizada No.%(column)d no existe en la base de datos calibre" | msgstr "Columna personalizada No.%(column)d no existe en la base de datos calibre" | ||||||
| @@ -911,8 +911,8 @@ msgstr "Error Google Oauth {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Estrellas" | msgstr "{} Estrellas" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Inicio de sesión" | msgstr "Inicio de sesión" | ||||||
| @@ -1077,41 +1077,41 @@ msgstr "Lista de Libros" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Mostrar Lista de Libros" | msgstr "Mostrar Lista de Libros" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Buscar" | msgstr "Buscar" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publicado después de " | msgstr "Publicado después de " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publicado antes de " | msgstr "Publicado antes de " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Calificación <= %(rating)s" | msgstr "Calificación <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Calificación >= %(rating)s" | msgstr "Calificación >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Estado de lectura = $(status)s" | msgstr "Estado de lectura = $(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Error en la búsqueda de columnas personalizadas, por favor reinicia Calibre-Web" | msgstr "Error en la búsqueda de columnas personalizadas, por favor reinicia Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Búsqueda avanzada" | msgstr "Búsqueda avanzada" | ||||||
|  |  | ||||||
| @@ -1162,7 +1162,7 @@ msgstr "El libro fue eliminado del estante: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Crear un estante" | msgstr "Crear un estante" | ||||||
|  |  | ||||||
| @@ -1226,7 +1226,7 @@ msgstr "Estante: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tareas" | msgstr "Tareas" | ||||||
| @@ -1375,7 +1375,7 @@ msgstr "Por favor actualiza tu perfil con la dirección de correo de su kindle.. | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "El servidor de correo no está configurado, por favor, ¡avisa a tu administrador!" | msgstr "El servidor de correo no está configurado, por favor, ¡avisa a tu administrador!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1510,7 +1510,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Subir archivo" | msgstr "Subir archivo" | ||||||
|  |  | ||||||
| @@ -1534,7 +1534,7 @@ msgstr "Correo electrónico" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Enviar al correo de Kindle" | msgstr "Enviar al correo de Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1964,8 +1964,8 @@ msgstr "Haz clic en la portada para cargar los metadatos en el formulario" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Cargando..." | msgstr "Cargando..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Cerrar" | msgstr "Cerrar" | ||||||
| @@ -2553,7 +2553,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Agregar al estante" | msgstr "Agregar al estante" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2632,7 +2632,7 @@ msgstr "Introducir nombre de dominio" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Dominios prohibidos (Blaclist)" | msgstr "Dominios prohibidos (Blaclist)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Siguiente" | msgstr "Siguiente" | ||||||
|  |  | ||||||
| @@ -2752,7 +2752,7 @@ msgstr "Libros ordenados por puntuación" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Libros ordenados por formato de archivo" | msgstr "Libros ordenados por formato de archivo" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Estanterías" | msgstr "Estanterías" | ||||||
| @@ -2769,52 +2769,52 @@ msgstr "Inicio" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Alternar navegación" | msgstr "Alternar navegación" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Buscar en la librería" | msgstr "Buscar en la librería" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Cuenta" | msgstr "Cuenta" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Cerrar sesión" | msgstr "Cerrar sesión" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Cargando..." | msgstr "Cargando..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Error" | msgstr "Error" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Carga hecha, procesando, por favor espere ..." | msgstr "Carga hecha, procesando, por favor espere ..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Ajustes" | msgstr "Ajustes" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Por favor, no actualice la página" | msgstr "Por favor, no actualice la página" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Navegar" | msgstr "Navegar" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Acerca de" | msgstr "Acerca de" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Previo" | msgstr "Previo" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Detalles del libro" | msgstr "Detalles del libro" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -524,7 +524,7 @@ msgstr "ei asennettu" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -902,8 +902,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Kirjaudu sisään" | msgstr "Kirjaudu sisään" | ||||||
| @@ -1068,41 +1068,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Hae" | msgstr "Hae" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Julkaistu alkaen " | msgstr "Julkaistu alkaen " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Julkaisut ennen " | msgstr "Julkaisut ennen " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Arvostelu <= %(rating)s" | msgstr "Arvostelu <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Arvostelu >= %(rating)s" | msgstr "Arvostelu >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Edistynyt haku" | msgstr "Edistynyt haku" | ||||||
|  |  | ||||||
| @@ -1153,7 +1153,7 @@ msgstr "Kirja on poistettu hyllystä: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "luo hylly" | msgstr "luo hylly" | ||||||
|  |  | ||||||
| @@ -1217,7 +1217,7 @@ msgstr "Hylly: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tehtävät" | msgstr "Tehtävät" | ||||||
| @@ -1366,7 +1366,7 @@ msgstr "Ole hyvä ja aseta Kindle sähköpostiosoite ensin..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1501,7 +1501,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Lähetä" | msgstr "Lähetä" | ||||||
|  |  | ||||||
| @@ -1525,7 +1525,7 @@ msgstr "Sähköposti" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle" | msgstr "Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Ylläpito" | msgstr "Ylläpito" | ||||||
| @@ -1954,8 +1954,8 @@ msgstr "Klikkaa kantta ladataksesi metadata lomakkeelle" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Ladataan..." | msgstr "Ladataan..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Sulje" | msgstr "Sulje" | ||||||
| @@ -2542,7 +2542,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Lisää hyllyyn" | msgstr "Lisää hyllyyn" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2620,7 +2620,7 @@ msgstr "Syötä domainnimi" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Seuraava" | msgstr "Seuraava" | ||||||
|  |  | ||||||
| @@ -2738,7 +2738,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2755,52 +2755,52 @@ msgstr "Koti" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Vaihda navigointi" | msgstr "Vaihda navigointi" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Tili" | msgstr "Tili" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Kirjaudu ulos" | msgstr "Kirjaudu ulos" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Ladataan..." | msgstr "Ladataan..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Virhe" | msgstr "Virhe" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Lataus tehty, prosessoidaan, ole hyvä ja odota..." | msgstr "Lataus tehty, prosessoidaan, ole hyvä ja odota..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Asetukset" | msgstr "Asetukset" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Selaa" | msgstr "Selaa" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Tietoja" | msgstr "Tietoja" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Edellinen" | msgstr "Edellinen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Kirjan tiedot" | msgstr "Kirjan tiedot" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -542,7 +542,7 @@ msgstr "non installé" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Les permissions d'exécutions manquantes" | msgstr "Les permissions d'exécutions manquantes" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "La colonne personnalisée No.%(column)d n'existe pas dans la base de données calibre" | msgstr "La colonne personnalisée No.%(column)d n'existe pas dans la base de données calibre" | ||||||
| @@ -923,8 +923,8 @@ msgstr "Erreur Oauth Google : {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Étoiles" | msgstr "{} Étoiles" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Connexion" | msgstr "Connexion" | ||||||
| @@ -1089,41 +1089,41 @@ msgstr "Liste des livres" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Montrer la liste des livres" | msgstr "Montrer la liste des livres" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Chercher" | msgstr "Chercher" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publié après le " | msgstr "Publié après le " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publié avant le " | msgstr "Publié avant le " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Évaluation <= %(rating)s" | msgstr "Évaluation <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Évaluation >= %(rating)s" | msgstr "Évaluation >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Status de lecture = %(status)s" | msgstr "Status de lecture = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Erreur lors de la recherche de colonnes personnalisées, veuillez redémarrer Calibre-Web" | msgstr "Erreur lors de la recherche de colonnes personnalisées, veuillez redémarrer Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Recherche avancée" | msgstr "Recherche avancée" | ||||||
|  |  | ||||||
| @@ -1174,7 +1174,7 @@ msgstr "Le livre a été supprimé de l'étagère %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Désolé, vous n’êtes pas autorisé à supprimer un livre de cette étagère" | msgstr "Désolé, vous n’êtes pas autorisé à supprimer un livre de cette étagère" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Créer une étagère" | msgstr "Créer une étagère" | ||||||
|  |  | ||||||
| @@ -1238,7 +1238,7 @@ msgstr "Étagère : '%(name)s'" | |||||||
| 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 à l’ouverture de l’étagère. Elle n’existe plus ou n’est plus accessible" | msgstr "Erreur à l’ouverture de l’étagère. Elle n’existe plus ou n’est plus accessible" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tâches" | msgstr "Tâches" | ||||||
| @@ -1387,7 +1387,7 @@ msgstr "Veuillez mettre à jour votre profil avec une adresse de courriel Kindle | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Le serveur de courriel n'est pas configuré, veuillez contacter votre administrateur!" | msgstr "Le serveur de courriel n'est pas configuré, veuillez contacter votre administrateur!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1522,7 +1522,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Téléverser" | msgstr "Téléverser" | ||||||
|  |  | ||||||
| @@ -1546,7 +1546,7 @@ msgstr "Adresse de courriel" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Envoyer vers une adresse de courriel Kindle" | msgstr "Envoyer vers une adresse de courriel Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Administration" | msgstr "Administration" | ||||||
| @@ -1976,8 +1976,8 @@ msgstr "Cliquer sur la couverture pour importer les métadonnées dans le formul | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Chargement..." | msgstr "Chargement..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Fermer" | msgstr "Fermer" | ||||||
| @@ -2565,7 +2565,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Ajouter à l'étagère" | msgstr "Ajouter à l'étagère" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2644,7 +2644,7 @@ msgstr "Saisir le nom du domaine" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domaines refusés (Liste noire)" | msgstr "Domaines refusés (Liste noire)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Suivant" | msgstr "Suivant" | ||||||
|  |  | ||||||
| @@ -2764,7 +2764,7 @@ msgstr "Livres classés par évaluation" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Livres classés par formats de fichiers" | msgstr "Livres classés par formats de fichiers" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Etagères" | msgstr "Etagères" | ||||||
| @@ -2781,52 +2781,52 @@ msgstr "Accueil" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Basculer la navigation" | msgstr "Basculer la navigation" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Chercher dans librairie" | msgstr "Chercher dans librairie" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Compte" | msgstr "Compte" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Déconnexion" | msgstr "Déconnexion" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Téléversement en cours..." | msgstr "Téléversement en cours..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Erreur" | msgstr "Erreur" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Téléversement terminé, traitement en cours, veuillez patienter…." | msgstr "Téléversement terminé, traitement en cours, veuillez patienter…." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Paramètres" | msgstr "Paramètres" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Veuillez ne pas rafraîchir la page" | msgstr "Veuillez ne pas rafraîchir la page" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Explorer" | msgstr "Explorer" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "À propos" | msgstr "À propos" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Précédent" | msgstr "Précédent" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Détails du livre" | msgstr "Détails du livre" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -514,7 +514,7 @@ msgstr "non instalado" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Faltan permisos de execución" | msgstr "Faltan permisos de execución" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Columna personalizada No.%(column)d non existe na base de datos calibre" | msgstr "Columna personalizada No.%(column)d non existe na base de datos calibre" | ||||||
| @@ -892,8 +892,8 @@ msgstr "Erro Google Oauth {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Estrelas" | msgstr "{} Estrelas" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Inicio de sesión" | msgstr "Inicio de sesión" | ||||||
| @@ -1058,41 +1058,41 @@ msgstr "Lista de libros" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Mostrar lista de libros" | msgstr "Mostrar lista de libros" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Buscar" | msgstr "Buscar" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publicado despóis de " | msgstr "Publicado despóis de " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publicado antes de " | msgstr "Publicado antes de " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Valoración <= %(rating)s" | msgstr "Valoración <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Valoración >= %(rating)s" | msgstr "Valoración >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Estado de lectura = %(status)s" | msgstr "Estado de lectura = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Erro na busca de columnas personalizadas, por favor reinicia Calibre-Web" | msgstr "Erro na busca de columnas personalizadas, por favor reinicia Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Búsqueda avanzada" | msgstr "Búsqueda avanzada" | ||||||
|  |  | ||||||
| @@ -1142,7 +1142,7 @@ msgstr "O libro eliminouse do andel: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Síntoo, non ten permiso para quitar un libro do andel" | msgstr "Síntoo, non ten permiso para quitar un libro do andel" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Crear un andel" | msgstr "Crear un andel" | ||||||
|  |  | ||||||
| @@ -1204,7 +1204,7 @@ msgstr "Andel: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tarefas" | msgstr "Tarefas" | ||||||
| @@ -1353,7 +1353,7 @@ msgstr "Por favor actualiza o teu perfil co enderezo de correo do teu kindle..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "O servidor de correo non está configurado, por favor, avisa ao teu administrador!" | msgstr "O servidor de correo non está configurado, por favor, avisa ao teu administrador!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1487,7 +1487,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Limpando caché de miniaturas de cubertas" | msgstr "Limpando caché de miniaturas de cubertas" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Subir arquivo" | msgstr "Subir arquivo" | ||||||
|  |  | ||||||
| @@ -1510,7 +1510,7 @@ msgstr "Enderezo de correo electrónico" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Enviar ao enderezo de correo electrónico do Kindle" | msgstr "Enviar ao enderezo de correo electrónico do Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Administrador" | msgstr "Administrador" | ||||||
| @@ -1938,8 +1938,8 @@ msgstr "Premer na portada para cargar los metadatos no formulario" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Cargando..." | msgstr "Cargando..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Pechar" | msgstr "Pechar" | ||||||
| @@ -2522,7 +2522,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Engadir ao andel" | msgstr "Engadir ao andel" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2601,7 +2601,7 @@ msgstr "Introducir nome de dominio" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Dominios prohibidos (Blaclist)" | msgstr "Dominios prohibidos (Blaclist)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Seguinte" | msgstr "Seguinte" | ||||||
|  |  | ||||||
| @@ -2719,7 +2719,7 @@ msgstr "Libros ordeados por valoración" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Libros ordeados por formato de arquivo" | msgstr "Libros ordeados por formato de arquivo" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Andeis" | msgstr "Andeis" | ||||||
| @@ -2736,52 +2736,52 @@ msgstr "Inicio" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Alternar navegación" | msgstr "Alternar navegación" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Buscar na librería" | msgstr "Buscar na librería" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Conta" | msgstr "Conta" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Pechar sesión" | msgstr "Pechar sesión" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Cargando..." | msgstr "Cargando..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Erro" | msgstr "Erro" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Carga feita, procesando, por favor agarde..." | msgstr "Carga feita, procesando, por favor agarde..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Axustes" | msgstr "Axustes" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Por favor, non actualice a páxina" | msgstr "Por favor, non actualice a páxina" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Navegar" | msgstr "Navegar" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Acerca de" | msgstr "Acerca de" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Previo" | msgstr "Previo" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Detalles do libro" | msgstr "Detalles do libro" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -524,7 +524,7 @@ msgstr "nincs telepítve" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -902,8 +902,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Belépés" | msgstr "Belépés" | ||||||
| @@ -1068,41 +1068,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Keresés" | msgstr "Keresés" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Kiadva ezután: " | msgstr "Kiadva ezután: " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Kiadva ezelőtt: " | msgstr "Kiadva ezelőtt: " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Értékelés <= %(rating)s" | msgstr "Értékelés <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Értékelés <= %(rating)s" | msgstr "Értékelés <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Részletes keresés" | msgstr "Részletes keresés" | ||||||
|  |  | ||||||
| @@ -1153,7 +1153,7 @@ msgstr "A könyv el lett távolítva a polcról: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Polc készítése" | msgstr "Polc készítése" | ||||||
|  |  | ||||||
| @@ -1217,7 +1217,7 @@ msgstr "Polc: '%(name)s'" | |||||||
| 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ő." | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Feladatok" | msgstr "Feladatok" | ||||||
| @@ -1366,7 +1366,7 @@ msgstr "Először be kell állítani a kindle e-mail címet..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1501,7 +1501,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Feltöltés" | msgstr "Feltöltés" | ||||||
|  |  | ||||||
| @@ -1525,7 +1525,7 @@ msgstr "E-mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle" | msgstr "Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Rendszergazda" | msgstr "Rendszergazda" | ||||||
| @@ -1954,8 +1954,8 @@ msgstr "Kattints a borítóra a metadatok betöltésére" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Betöltés..." | msgstr "Betöltés..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Bezárás" | msgstr "Bezárás" | ||||||
| @@ -2542,7 +2542,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Hozzáadás polchoz" | msgstr "Hozzáadás polchoz" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2620,7 +2620,7 @@ msgstr "Tartomány megadása" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Következő" | msgstr "Következő" | ||||||
|  |  | ||||||
| @@ -2738,7 +2738,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2755,52 +2755,52 @@ msgstr "Kezdőlap" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Navigáció átkapcsolása" | msgstr "Navigáció átkapcsolása" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Felhasználói fiók" | msgstr "Felhasználói fiók" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Kilépés" | msgstr "Kilépés" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Feltöltés..." | msgstr "Feltöltés..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Hiba" | msgstr "Hiba" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Feltöltés kész, feldolgozás alatt, kérlek várj..." | msgstr "Feltöltés kész, feldolgozás alatt, kérlek várj..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Beállítások" | msgstr "Beállítások" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Böngészés" | msgstr "Böngészés" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Névjegy" | msgstr "Névjegy" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Előző" | msgstr "Előző" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Könyv részletei" | msgstr "Könyv részletei" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -516,7 +516,7 @@ msgstr "belum dipasang" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Izin eksekusi hilang" | msgstr "Izin eksekusi hilang" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Kolom Kustom No.%(column)d tidak ada di basis data kaliber" | msgstr "Kolom Kustom No.%(column)d tidak ada di basis data kaliber" | ||||||
| @@ -895,8 +895,8 @@ msgstr "Kesalahan Google OAuth: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{}★" | msgstr "{}★" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Masuk" | msgstr "Masuk" | ||||||
| @@ -1061,41 +1061,41 @@ msgstr "Daftar Buku" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Tampilkan Daftar Buku" | msgstr "Tampilkan Daftar Buku" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Telusuri" | msgstr "Telusuri" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Terbit setelah " | msgstr "Terbit setelah " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Terbit sebelum " | msgstr "Terbit sebelum " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Peringkat ≤ %(rating)s" | msgstr "Peringkat ≤ %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Peringkat ≥ %(rating)s" | msgstr "Peringkat ≥ %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Status Baca = %(status)s" | msgstr "Status Baca = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Terjadi kesalahan saat mencari kolom khusus, harap mulai ulang Calibre-Web" | msgstr "Terjadi kesalahan saat mencari kolom khusus, harap mulai ulang Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Penelusuran Lanjutan" | msgstr "Penelusuran Lanjutan" | ||||||
|  |  | ||||||
| @@ -1145,7 +1145,7 @@ msgstr "Buku telah dihapus dari rak: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Maaf Anda tidak diizinkan untuk menghapus buku dari rak ini: %(sname)s" | msgstr "Maaf Anda tidak diizinkan untuk menghapus buku dari rak ini: %(sname)s" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Buat Rak" | msgstr "Buat Rak" | ||||||
|  |  | ||||||
| @@ -1207,7 +1207,7 @@ msgstr "Rak: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tugas" | msgstr "Tugas" | ||||||
| @@ -1356,7 +1356,7 @@ msgstr "Harap perbarui profil Anda dengan alamat e-mail Kirim ke Kindle yang val | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Server email belum diatur, silakan hubungi administrator!" | msgstr "Server email belum diatur, silakan hubungi administrator!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1490,7 +1490,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Menghapus cache thumbnail sampul" | msgstr "Menghapus cache thumbnail sampul" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Unggah" | msgstr "Unggah" | ||||||
|  |  | ||||||
| @@ -1513,7 +1513,7 @@ msgstr "Alamat Email" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Alamat E-mail untuk Kirim ke E-Reader" | msgstr "Alamat E-mail untuk Kirim ke E-Reader" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1941,8 +1941,8 @@ msgstr "Klik sampul untuk memuat metadata ke formulir" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Memuat..." | msgstr "Memuat..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Tutup" | msgstr "Tutup" | ||||||
| @@ -2525,7 +2525,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Tambah ke rak" | msgstr "Tambah ke rak" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2604,7 +2604,7 @@ msgstr "Masukkan Nama Domain" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domain yang Ditolak (Daftar Hitam)" | msgstr "Domain yang Ditolak (Daftar Hitam)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Selanjutnya" | msgstr "Selanjutnya" | ||||||
|  |  | ||||||
| @@ -2722,7 +2722,7 @@ msgstr "Buku yang diurutkan menurut Peringkat" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Buku yang diurutkan menurut format berkas" | msgstr "Buku yang diurutkan menurut format berkas" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Rak" | msgstr "Rak" | ||||||
| @@ -2739,52 +2739,52 @@ msgstr "Beranda" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Alihkan Navigasi" | msgstr "Alihkan Navigasi" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Cari di Pustaka" | msgstr "Cari di Pustaka" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Akun" | msgstr "Akun" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Keluar" | msgstr "Keluar" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Mengunggah..." | msgstr "Mengunggah..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Terjadi Kesalahan" | msgstr "Terjadi Kesalahan" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Unggahan selesai, harap tunggu, data sedang diproses..." | msgstr "Unggahan selesai, harap tunggu, data sedang diproses..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Pengaturan" | msgstr "Pengaturan" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Harap jangan segarkan halaman" | msgstr "Harap jangan segarkan halaman" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Jelajahi" | msgstr "Jelajahi" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Tentang" | msgstr "Tentang" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Sebelumnya" | msgstr "Sebelumnya" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Detail Buku" | msgstr "Detail Buku" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\n" | ||||||
| "PO-Revision-Date: 2023-02-04 20:25+0100\n" | "PO-Revision-Date: 2023-02-04 20:25+0100\n" | ||||||
| "Last-Translator: Massimo Pissarello <mapi68@gmail.com>\n" | "Last-Translator: Massimo Pissarello <mapi68@gmail.com>\n" | ||||||
| "Language: it\n" | "Language: it\n" | ||||||
| @@ -512,7 +512,7 @@ msgstr "non installato" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Mancano i permessi di esecuzione" | msgstr "Mancano i permessi di esecuzione" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "La colonna personalizzata no.%(column)d non esiste nel database di Calibre" | msgstr "La colonna personalizzata no.%(column)d non esiste nel database di Calibre" | ||||||
| @@ -885,8 +885,8 @@ msgstr "Google, errore Oauth: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Stelle" | msgstr "{} Stelle" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Accesso" | msgstr "Accesso" | ||||||
| @@ -1042,41 +1042,41 @@ msgstr "Elenco libri" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Mostra l'elenco dei libri" | msgstr "Mostra l'elenco dei libri" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Cerca" | msgstr "Cerca" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Pubblicato dopo il " | msgstr "Pubblicato dopo il " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Pubblicato prima del " | msgstr "Pubblicato prima del " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Valutazione <= %(rating)s" | msgstr "Valutazione <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Valutazione >= %(rating)s" | msgstr "Valutazione >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Stato di lettura = %(status)s" | msgstr "Stato di lettura = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Errore di ricerca nelle colonne personalizzate. Per favore riavvia Calibre-Web" | msgstr "Errore di ricerca nelle colonne personalizzate. Per favore riavvia Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Ricerca avanzata" | msgstr "Ricerca avanzata" | ||||||
|  |  | ||||||
| @@ -1126,7 +1126,7 @@ msgstr "Il libro è stato rimosso dallo scaffale: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Spiacente, ma non sei autorizzato a rimuovere libri da questo scaffale" | msgstr "Spiacente, ma non sei autorizzato a rimuovere libri da questo scaffale" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Crea uno scaffale" | msgstr "Crea uno scaffale" | ||||||
|  |  | ||||||
| @@ -1188,7 +1188,7 @@ msgstr "Scaffale: '%(name)s'" | |||||||
| 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 durante l'apertura dello scaffale. Lo scaffale non esiste o non è accessibile" | msgstr "Errore durante l'apertura dello scaffale. Lo scaffale non esiste o non è accessibile" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Attività" | msgstr "Attività" | ||||||
| @@ -1336,7 +1336,7 @@ msgstr "Per favore aggiorna il tuo profilo con un'e-mail eReader valida." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Il server e-mail non è configurato, per favore contatta l'amministratore" | msgstr "Il server e-mail non è configurato, per favore contatta l'amministratore" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1468,7 +1468,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Cancellazione della cache delle miniature delle copertine" | msgstr "Cancellazione della cache delle miniature delle copertine" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Caricamento" | msgstr "Caricamento" | ||||||
|  |  | ||||||
| @@ -1491,7 +1491,7 @@ msgstr "E-mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "E-mail dell'eReader" | msgstr "E-mail dell'eReader" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Amministratore" | msgstr "Amministratore" | ||||||
| @@ -1918,8 +1918,8 @@ msgstr "Fai clic sulla copertina per caricare i metadati nel modulo" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Caricamento in corso..." | msgstr "Caricamento in corso..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Chiudi" | msgstr "Chiudi" | ||||||
| @@ -2502,7 +2502,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Aggiungi allo scaffale" | msgstr "Aggiungi allo scaffale" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2578,7 +2578,7 @@ msgstr "Inserisci il nome del dominio" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domini bloccati (lista nera)" | msgstr "Domini bloccati (lista nera)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Prossimo" | msgstr "Prossimo" | ||||||
|  |  | ||||||
| @@ -2696,7 +2696,7 @@ msgstr "Libri ordinati per valutazione" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Libri ordinati per formato" | msgstr "Libri ordinati per formato" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Scaffali" | msgstr "Scaffali" | ||||||
| @@ -2713,52 +2713,52 @@ msgstr "Home" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Attiva/disattiva navigazione" | msgstr "Attiva/disattiva navigazione" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Ricerca nella libreria" | msgstr "Ricerca nella libreria" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Account" | msgstr "Account" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Disconnettersi" | msgstr "Disconnettersi" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Caricamento in corso..." | msgstr "Caricamento in corso..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Errore" | msgstr "Errore" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Caricamento riuscito, elaborazione in corso, attendi per favore..." | msgstr "Caricamento riuscito, elaborazione in corso, attendi per favore..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Impostazioni" | msgstr "Impostazioni" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Per favore non ricaricare la pagina" | msgstr "Per favore non ricaricare la pagina" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Naviga" | msgstr "Naviga" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Informazioni su" | msgstr "Informazioni su" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Precedente" | msgstr "Precedente" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Dettagli del libro" | msgstr "Dettagli del libro" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -516,7 +516,7 @@ msgstr "インストールされていません" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "実行権限がありません" | msgstr "実行権限がありません" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "カスタムカラムの%(column)d列目がcalibreのDBに存在しません" | msgstr "カスタムカラムの%(column)d列目がcalibreのDBに存在しません" | ||||||
| @@ -895,8 +895,8 @@ msgstr "Google OAuth エラー: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "星{}" | msgstr "星{}" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "ログイン" | msgstr "ログイン" | ||||||
| @@ -1061,41 +1061,41 @@ msgstr "本の一覧" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "本の一覧を表示" | msgstr "本の一覧を表示" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "検索" | msgstr "検索" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "これ以降に出版 " | msgstr "これ以降に出版 " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "これ以前に出版 " | msgstr "これ以前に出版 " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "評価 <= %(rating)s" | msgstr "評価 <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "評価 >= %(rating)s" | msgstr "評価 >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "既読/未読状況 = %(status)s" | msgstr "既読/未読状況 = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "カスタムカラムの検索でエラーが発生しました。Calibre-Webを再起動してください" | msgstr "カスタムカラムの検索でエラーが発生しました。Calibre-Webを再起動してください" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "詳細検索" | msgstr "詳細検索" | ||||||
|  |  | ||||||
| @@ -1145,7 +1145,7 @@ msgstr "本が %(sname)s から削除されました" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "申し訳ありませんが、あなたはこの本棚から本を削除することが許可されていません" | msgstr "申し訳ありませんが、あなたはこの本棚から本を削除することが許可されていません" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "本棚を作成する" | msgstr "本棚を作成する" | ||||||
|  |  | ||||||
| @@ -1207,7 +1207,7 @@ msgstr "本棚: '%(name)s'" | |||||||
| 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 "本棚を開けません。この本棚は存在しないかアクセスできません" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "タスク" | msgstr "タスク" | ||||||
| @@ -1356,7 +1356,7 @@ msgstr "初めにKindleのメールアドレスを設定してください" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "メールサーバーが設定されていません。管理者に連絡してください" | msgstr "メールサーバーが設定されていません。管理者に連絡してください" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1490,7 +1490,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "表紙サムネイルのキャッシュを消去中" | msgstr "表紙サムネイルのキャッシュを消去中" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "アップロード" | msgstr "アップロード" | ||||||
|  |  | ||||||
| @@ -1513,7 +1513,7 @@ msgstr "メールアドレス" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "E-Readerメールアドレス" | msgstr "E-Readerメールアドレス" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "管理者" | msgstr "管理者" | ||||||
| @@ -1941,8 +1941,8 @@ msgstr "カバー画像をクリックしてメタデータをフォームに読 | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "読み込み中..." | msgstr "読み込み中..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "閉じる" | msgstr "閉じる" | ||||||
| @@ -2525,7 +2525,7 @@ msgid "Add to shelf" | |||||||
| msgstr "本棚に追加" | msgstr "本棚に追加" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2604,7 +2604,7 @@ msgstr "ドメイン名を入力" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "拒否するドメイン名 (ブラックリスト)" | msgstr "拒否するドメイン名 (ブラックリスト)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "次" | msgstr "次" | ||||||
|  |  | ||||||
| @@ -2722,7 +2722,7 @@ msgstr "評価順" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "ファイル形式順" | msgstr "ファイル形式順" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "本棚" | msgstr "本棚" | ||||||
| @@ -2739,52 +2739,52 @@ msgstr "ホーム" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "ナビゲーションを実行" | msgstr "ナビゲーションを実行" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "ライブラリ内を検索" | msgstr "ライブラリ内を検索" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "アカウント" | msgstr "アカウント" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "ログアウト" | msgstr "ログアウト" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "アップロード中..." | msgstr "アップロード中..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "エラー" | msgstr "エラー" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "アップロード完了。現在処理中ですのでお待ち下さい..." | msgstr "アップロード完了。現在処理中ですのでお待ち下さい..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "設定" | msgstr "設定" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "ページを更新しないでください" | msgstr "ページを更新しないでください" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "閲覧" | msgstr "閲覧" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "このサイトについて" | msgstr "このサイトについて" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "前" | msgstr "前" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "本の詳細" | msgstr "本の詳細" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -524,7 +524,7 @@ msgstr "មិនបានតម្លើង" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -899,8 +899,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "ចូលប្រើប្រាស់" | msgstr "ចូលប្រើប្រាស់" | ||||||
| @@ -1065,41 +1065,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "ស្វែងរក" | msgstr "ស្វែងរក" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "បានបោះពុម្ភក្រោយ  " | msgstr "បានបោះពុម្ភក្រោយ  " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "បានបោះពុម្ភមុន  " | msgstr "បានបោះពុម្ភមុន  " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "ការវាយតម្លៃ <= %(rating)s" | msgstr "ការវាយតម្លៃ <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "ការវាយតម្លៃ >= %(rating)s" | msgstr "ការវាយតម្លៃ >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "ស្វែងរកកម្រិតខ្ពស់" | msgstr "ស្វែងរកកម្រិតខ្ពស់" | ||||||
|  |  | ||||||
| @@ -1150,7 +1150,7 @@ msgstr "សៀវភៅត្រូវបានដកចេញពីធ្នើ | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "បង្កើតធ្នើ" | msgstr "បង្កើតធ្នើ" | ||||||
|  |  | ||||||
| @@ -1213,7 +1213,7 @@ msgstr "ធ្នើ៖ ‘%(name)s’" | |||||||
| 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 "មានបញ្ហាពេលបើកធ្នើ។ ពុំមានធ្នើ ឬមិនអាចបើកបាន" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "កិច្ចការនានា" | msgstr "កិច្ចការនានា" | ||||||
| @@ -1361,7 +1361,7 @@ msgstr "" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1495,7 +1495,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "អាប់ឡូដ" | msgstr "អាប់ឡូដ" | ||||||
|  |  | ||||||
| @@ -1519,7 +1519,7 @@ msgstr "" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "ឧបករណ៍ Kindle" | msgstr "ឧបករណ៍ Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "រដ្ឋបាល" | msgstr "រដ្ឋបាល" | ||||||
| @@ -1948,8 +1948,8 @@ msgstr "ចុចលើគម្របដើម្បីបញ្ចូលទិ | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "កំពុងដំណើរការ..." | msgstr "កំពុងដំណើរការ..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "បិទ" | msgstr "បិទ" | ||||||
| @@ -2535,7 +2535,7 @@ msgid "Add to shelf" | |||||||
| msgstr "បន្ថែមទៅធ្នើ" | msgstr "បន្ថែមទៅធ្នើ" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2612,7 +2612,7 @@ msgstr "" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "បន្ទាប់" | msgstr "បន្ទាប់" | ||||||
|  |  | ||||||
| @@ -2730,7 +2730,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2747,52 +2747,52 @@ msgstr "" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "បិទ/បើកការរុករក" | msgstr "បិទ/បើកការរុករក" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "ចេញពីការប្រើប្រាស់" | msgstr "ចេញពីការប្រើប្រាស់" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "កំពុងអាប់ឡូត..." | msgstr "កំពុងអាប់ឡូត..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "ការកំណត់" | msgstr "ការកំណត់" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "រុករក" | msgstr "រុករក" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "អំពី" | msgstr "អំពី" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "មុន" | msgstr "មុន" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "ព័ត៌មានលម្អិតរបស់សៀវភៅ" | msgstr "ព័ត៌មានលម្អិតរបស់សៀវភៅ" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -515,7 +515,7 @@ msgstr "설치되지 않음" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "실행 권한 누락" | msgstr "실행 권한 누락" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "사용자 정의 열 번호 %(column)d이(가) calibre 데이터베이스에 없습니다" | msgstr "사용자 정의 열 번호 %(column)d이(가) calibre 데이터베이스에 없습니다" | ||||||
| @@ -896,8 +896,8 @@ msgstr "Google 인증 오류: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Stars" | msgstr "{} Stars" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "로그인" | msgstr "로그인" | ||||||
| @@ -1062,41 +1062,41 @@ msgstr "책 목록" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "책 목록 보기" | msgstr "책 목록 보기" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "검색" | msgstr "검색" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Published after " | msgstr "Published after " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Published before " | msgstr "Published before " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "평점 <= %(rating)s" | msgstr "평점 <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "평점 >= %(rating)s" | msgstr "평점 >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "읽은 상태 = %(status)s" | msgstr "읽은 상태 = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "사용자 정의 열을 검색하는 동안 오류가 발생했습니다. Calibre-Web을 다시 시작하십시오" | msgstr "사용자 정의 열을 검색하는 동안 오류가 발생했습니다. Calibre-Web을 다시 시작하십시오" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "상세 검색" | msgstr "상세 검색" | ||||||
|  |  | ||||||
| @@ -1146,7 +1146,7 @@ msgstr "책이 책장에서 삭제됨: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "죄송합니다. 이 서가에서 책을 삭제할 권한이 없습니다" | msgstr "죄송합니다. 이 서가에서 책을 삭제할 권한이 없습니다" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "책장 추가" | msgstr "책장 추가" | ||||||
|  |  | ||||||
| @@ -1209,7 +1209,7 @@ msgstr "책장: '%(name)s'" | |||||||
| 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 "책장을 여는 동안 오류가 발생했습니다. 책장이 존재하지 않거나 접근할 수 없습니다" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "작업" | msgstr "작업" | ||||||
| @@ -1358,7 +1358,7 @@ msgstr "Kindle로 보내는 유효한 이메일 주소로 프로필을 업데이 | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "이메일 서버가 구성되지 않았습니다. 관리자에게 문의하십시오!" | msgstr "이메일 서버가 구성되지 않았습니다. 관리자에게 문의하십시오!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1492,7 +1492,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "업로드" | msgstr "업로드" | ||||||
|  |  | ||||||
| @@ -1516,7 +1516,7 @@ msgstr "이메일 주소" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "킨들로 보내기 이메일 주소" | msgstr "킨들로 보내기 이메일 주소" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "관리자" | msgstr "관리자" | ||||||
| @@ -1944,8 +1944,8 @@ msgstr "표지를 클릭하여 양식에 메타데이터 로드" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "불러오는 중..." | msgstr "불러오는 중..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "닫기" | msgstr "닫기" | ||||||
| @@ -2528,7 +2528,7 @@ msgid "Add to shelf" | |||||||
| msgstr "서재에 추가" | msgstr "서재에 추가" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2607,7 +2607,7 @@ msgstr "도메인 입력" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "거부 도메인(블랙리스트)" | msgstr "거부 도메인(블랙리스트)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "다음" | msgstr "다음" | ||||||
|  |  | ||||||
| @@ -2726,7 +2726,7 @@ msgstr "평점별 정렬" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "파일 종류별 정렬" | msgstr "파일 종류별 정렬" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "서재" | msgstr "서재" | ||||||
| @@ -2743,52 +2743,52 @@ msgstr "홈" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "탐색 활성화" | msgstr "탐색 활성화" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "검색" | msgstr "검색" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "계정" | msgstr "계정" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "로그아웃" | msgstr "로그아웃" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "업로드 중..." | msgstr "업로드 중..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "오류" | msgstr "오류" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "업로드 완료, 처리 중입니다. 잠시만 기다려 주십시오..." | msgstr "업로드 완료, 처리 중입니다. 잠시만 기다려 주십시오..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "설정" | msgstr "설정" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "페이지를 새로고침 하지 마세요" | msgstr "페이지를 새로고침 하지 마세요" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "탐색" | msgstr "탐색" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "서재 정보" | msgstr "서재 정보" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "이전" | msgstr "이전" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "책 상세정보" | msgstr "책 상세정보" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\n" | ||||||
| "PO-Revision-Date: 2020-12-12 08:20+0100\n" | "PO-Revision-Date: 2020-12-12 08:20+0100\n" | ||||||
| "Last-Translator: Marcel Maas <marcel.maas@outlook.com>\n" | "Last-Translator: Marcel Maas <marcel.maas@outlook.com>\n" | ||||||
| "Language: nl\n" | "Language: nl\n" | ||||||
| @@ -527,7 +527,7 @@ msgstr "niet geïnstalleerd" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Kan programma niet uitvoeren" | msgstr "Kan programma niet uitvoeren" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Aangepaste kolom Nr.%(column)d bestaat niet in de Calibre Database" | msgstr "Aangepaste kolom Nr.%(column)d bestaat niet in de Calibre Database" | ||||||
| @@ -908,8 +908,8 @@ msgstr "Google OAuth foutmelding: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} sterren" | msgstr "{} sterren" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Inloggen" | msgstr "Inloggen" | ||||||
| @@ -1074,41 +1074,41 @@ msgstr "Boekenlijst" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Boekenlijst tonen" | msgstr "Boekenlijst tonen" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Zoeken" | msgstr "Zoeken" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Gepubliceerd na " | msgstr "Gepubliceerd na " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Gepubliceerd vóór " | msgstr "Gepubliceerd vóór " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Beoordeling <= %(rating)s" | msgstr "Beoordeling <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Beoordeling >= %(rating)s" | msgstr "Beoordeling >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Lees Status = %(status)s" | msgstr "Lees Status = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Fout tijdens het zoeken van aangepaste kolommen, start Calibre-Web opnieuw op" | msgstr "Fout tijdens het zoeken van aangepaste kolommen, start Calibre-Web opnieuw op" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Geavanceerd zoeken" | msgstr "Geavanceerd zoeken" | ||||||
|  |  | ||||||
| @@ -1159,7 +1159,7 @@ msgstr "Het boek is verwijderd van boekenplank: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Boekenplank maken" | msgstr "Boekenplank maken" | ||||||
|  |  | ||||||
| @@ -1223,7 +1223,7 @@ msgstr "Boekenplank: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Taken" | msgstr "Taken" | ||||||
| @@ -1372,7 +1372,7 @@ msgstr "Stel je kindle-e-mailadres in..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "E-mailserver is niet geconfigureerd, neem contact op met de beheerder!" | msgstr "E-mailserver is niet geconfigureerd, neem contact op met de beheerder!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1507,7 +1507,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Uploaden" | msgstr "Uploaden" | ||||||
|  |  | ||||||
| @@ -1531,7 +1531,7 @@ msgstr "E-mailadres" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle-e-mailadres" | msgstr "Kindle-e-mailadres" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Beheer" | msgstr "Beheer" | ||||||
| @@ -1961,8 +1961,8 @@ msgstr "Klik op de omslag om de metagegevens in het formulier te laden" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Bezig met laden..." | msgstr "Bezig met laden..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Sluiten" | msgstr "Sluiten" | ||||||
| @@ -2550,7 +2550,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Toevoegen aan boekenplank" | msgstr "Toevoegen aan boekenplank" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2629,7 +2629,7 @@ msgstr "Voer domeinnaam in" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Geweigerde domeinen voor registratie" | msgstr "Geweigerde domeinen voor registratie" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Volgende" | msgstr "Volgende" | ||||||
|  |  | ||||||
| @@ -2749,7 +2749,7 @@ msgstr "Boeken gesorteerd op beoordeling" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Boeken gesorteerd op bestandsformaat" | msgstr "Boeken gesorteerd op bestandsformaat" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Boekenplanken" | msgstr "Boekenplanken" | ||||||
| @@ -2766,52 +2766,52 @@ msgstr "Startpagina" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Navigatie aanpassen" | msgstr "Navigatie aanpassen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Zoek in bibliotheek" | msgstr "Zoek in bibliotheek" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Account" | msgstr "Account" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Afmelden" | msgstr "Afmelden" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Bezig met uploaden..." | msgstr "Bezig met uploaden..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Fout" | msgstr "Fout" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Uploaden voltooid, bezig met verwerken..." | msgstr "Uploaden voltooid, bezig met verwerken..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Instellingen" | msgstr "Instellingen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Deze pagina niet vernieuwen" | msgstr "Deze pagina niet vernieuwen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Verkennen" | msgstr "Verkennen" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Informatie" | msgstr "Informatie" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Vorige" | msgstr "Vorige" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Boekgegevens" | msgstr "Boekgegevens" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -522,7 +522,7 @@ msgstr "ikke installert" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Utførelsestillatelser mangler" | msgstr "Utførelsestillatelser mangler" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Egendefinert kolonnenr.%(column)d finnes ikke i caliber-databasen" | msgstr "Egendefinert kolonnenr.%(column)d finnes ikke i caliber-databasen" | ||||||
| @@ -902,8 +902,8 @@ msgstr "Google Oauth-feil: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Stjerner" | msgstr "{} Stjerner" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Logg Inn" | msgstr "Logg Inn" | ||||||
| @@ -1068,41 +1068,41 @@ msgstr "Bøker Liste" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Vis bokliste" | msgstr "Vis bokliste" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Søk" | msgstr "Søk" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publisert etter " | msgstr "Publisert etter " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publisert før " | msgstr "Publisert før " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Vurdering <= %(rating)s" | msgstr "Vurdering <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Vurdering >= %(rating)s" | msgstr "Vurdering >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Lesestatus = %(status)s" | msgstr "Lesestatus = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Feil ved søk etter egendefinerte kolonner. Start Calibre-Web på nytt" | msgstr "Feil ved søk etter egendefinerte kolonner. Start Calibre-Web på nytt" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Avansert søk" | msgstr "Avansert søk" | ||||||
|  |  | ||||||
| @@ -1152,7 +1152,7 @@ msgstr "Boken er fjernet fra hyllen: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Beklager at du ikke har lov til å fjerne en bok fra denne hyllen" | msgstr "Beklager at du ikke har lov til å fjerne en bok fra denne hyllen" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Lag en hylle" | msgstr "Lag en hylle" | ||||||
|  |  | ||||||
| @@ -1214,7 +1214,7 @@ msgstr "Hylle: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Oppgaver" | msgstr "Oppgaver" | ||||||
| @@ -1365,7 +1365,7 @@ msgstr "Vennligst oppdater profilen din med en gyldig Send til Kindle-e-postadre | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "E-postserveren er ikke konfigurert, kontakt administratoren din!" | msgstr "E-postserveren er ikke konfigurert, kontakt administratoren din!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1503,7 +1503,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Tømmer cache for miniatyrbilde for omslag" | msgstr "Tømmer cache for miniatyrbilde for omslag" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Laste opp" | msgstr "Laste opp" | ||||||
|  |  | ||||||
| @@ -1528,7 +1528,7 @@ msgstr "E-post" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Send til E-Reader E-postadresse" | msgstr "Send til E-Reader E-postadresse" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1962,8 +1962,8 @@ msgstr "Klikk på omslaget for å laste metadata til skjemaet" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Laster inn..." | msgstr "Laster inn..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Lukk" | msgstr "Lukk" | ||||||
| @@ -2559,7 +2559,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Rediger en hylle" | msgstr "Rediger en hylle" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2639,7 +2639,7 @@ msgstr "Skriv inn kommentarer" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| @@ -2764,7 +2764,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2782,56 +2782,56 @@ msgstr "" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Loggfilkonfigurasjon" | msgstr "Loggfilkonfigurasjon" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Laster inn..." | msgstr "Laster inn..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Serverport" | msgstr "Serverport" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Vurderinger" | msgstr "Vurderinger" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Oppdaterer, vennligst ikke last inn denne siden på nytt" | msgstr "Oppdaterer, vennligst ikke last inn denne siden på nytt" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Detaljer" | msgstr "Detaljer" | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -528,7 +528,7 @@ msgstr "nie zainstalowane" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Brak uprawnienia do wykonywania pliku" | msgstr "Brak uprawnienia do wykonywania pliku" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Niestandardowa kolumna No.%(column)d nie istnieje w bazie calibre" | msgstr "Niestandardowa kolumna No.%(column)d nie istnieje w bazie calibre" | ||||||
| @@ -912,8 +912,8 @@ msgstr "Błąd Google Oauth: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Gwiazdek" | msgstr "{} Gwiazdek" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Zaloguj się" | msgstr "Zaloguj się" | ||||||
| @@ -1078,42 +1078,42 @@ msgstr "Lista książek" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Pokaż listę książek" | msgstr "Pokaż listę książek" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Szukaj" | msgstr "Szukaj" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Opublikowane po " | msgstr "Opublikowane po " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Opublikowane przed " | msgstr "Opublikowane przed " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Ocena <= %(rating)s" | msgstr "Ocena <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Ocena >= %(rating)s" | msgstr "Ocena >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Status przeczytania = %(status)s" | msgstr "Status przeczytania = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| #, fuzzy | #, fuzzy | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Błąd podczas wyszukiwania kolumn niestandardowych, proszę zrestartować Calibre-Web" | msgstr "Błąd podczas wyszukiwania kolumn niestandardowych, proszę zrestartować Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Wyszukiwanie" | msgstr "Wyszukiwanie" | ||||||
|  |  | ||||||
| @@ -1164,7 +1164,7 @@ msgstr "Książka została usunięta z półki: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Utwórz półkę" | msgstr "Utwórz półkę" | ||||||
|  |  | ||||||
| @@ -1228,7 +1228,7 @@ msgstr "Półka: „%(name)s”" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Zadania" | msgstr "Zadania" | ||||||
| @@ -1377,7 +1377,7 @@ msgstr "Najpierw skonfiguruj adres e-mail Kindle..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Serwer e-mail nie jest skonfigurowany, skontaktuj się z administratorem!" | msgstr "Serwer e-mail nie jest skonfigurowany, skontaktuj się z administratorem!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1511,7 +1511,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Wysyłanie" | msgstr "Wysyłanie" | ||||||
|  |  | ||||||
| @@ -1536,7 +1536,7 @@ msgid "Send to eReader Email" | |||||||
| msgstr "Adres e-mail dla wysyłania do Kindle" | msgstr "Adres e-mail dla wysyłania do Kindle" | ||||||
|  |  | ||||||
| # ??? | # ??? | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Panel administratora" | msgstr "Panel administratora" | ||||||
| @@ -1968,8 +1968,8 @@ msgstr "Kliknij okładkę, aby załadować metadane do formularza" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Ładowanie..." | msgstr "Ładowanie..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Zamknij" | msgstr "Zamknij" | ||||||
| @@ -2562,7 +2562,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Dodaj do półki" | msgstr "Dodaj do półki" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2641,7 +2641,7 @@ msgstr "Podaj nazwę domeny" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domeny zabronione (czarna lista)" | msgstr "Domeny zabronione (czarna lista)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Następne" | msgstr "Następne" | ||||||
|  |  | ||||||
| @@ -2763,7 +2763,7 @@ msgstr "Książki sortowane według oceny" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Ksiązki sortowane według formatu" | msgstr "Ksiązki sortowane według formatu" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Półki" | msgstr "Półki" | ||||||
| @@ -2780,54 +2780,54 @@ msgstr "Główne menu" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Przełącz nawigację" | msgstr "Przełącz nawigację" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Przeszukaj bibliotekę" | msgstr "Przeszukaj bibliotekę" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Konto" | msgstr "Konto" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Wyloguj się" | msgstr "Wyloguj się" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Wysyłanie…" | msgstr "Wysyłanie…" | ||||||
|  |  | ||||||
| # ??? | # ??? | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Błąd" | msgstr "Błąd" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Wysyłanie zakończone, przetwarzanie, proszę czekać…" | msgstr "Wysyłanie zakończone, przetwarzanie, proszę czekać…" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Ustawienia" | msgstr "Ustawienia" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Proszę nie odświeżać strony" | msgstr "Proszę nie odświeżać strony" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Przeglądaj" | msgstr "Przeglądaj" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Informacje" | msgstr "Informacje" | ||||||
|  |  | ||||||
| # ??? | # ??? | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Poprzedni" | msgstr "Poprzedni" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Szczegóły książki" | msgstr "Szczegóły książki" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -513,7 +513,7 @@ msgstr "não instalado" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Faltam as permissões de execução" | msgstr "Faltam as permissões de execução" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "A Coluna Personalizada No.%(column)d não existe no banco de dados do calibre" | msgstr "A Coluna Personalizada No.%(column)d não existe no banco de dados do calibre" | ||||||
| @@ -892,8 +892,8 @@ msgstr "Erro no Oauth do Google: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} Estrelas" | msgstr "{} Estrelas" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Login" | msgstr "Login" | ||||||
| @@ -1058,41 +1058,41 @@ msgstr "Lista de Livros" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Mostrar Lista de Livros" | msgstr "Mostrar Lista de Livros" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Pesquisar" | msgstr "Pesquisar" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publicado depois de " | msgstr "Publicado depois de " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publicado antes de " | msgstr "Publicado antes de " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Avaliação <= %(rating)s" | msgstr "Avaliação <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Avaliação >= %(rating)s" | msgstr "Avaliação >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Status de leitura = %(status)s" | msgstr "Status de leitura = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "Erro na pesquisa de colunas personalizadas, reinicie o Calibre-Web" | msgstr "Erro na pesquisa de colunas personalizadas, reinicie o Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Pesquisa Avançada" | msgstr "Pesquisa Avançada" | ||||||
|  |  | ||||||
| @@ -1142,7 +1142,7 @@ msgstr "O livro foi removido da estante: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Desculpe, você não tem permissão para remover um livro desta estante" | msgstr "Desculpe, você não tem permissão para remover um livro desta estante" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Crie uma Estante" | msgstr "Crie uma Estante" | ||||||
|  |  | ||||||
| @@ -1204,7 +1204,7 @@ msgstr "Estante: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Tarefas" | msgstr "Tarefas" | ||||||
| @@ -1353,7 +1353,7 @@ msgstr "Por favor, atualize seu perfil com um endereço de e-mail Envie Para o K | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "O servidor de E-Mail não está configurado, por favor contacte o seu administrador!" | msgstr "O servidor de E-Mail não está configurado, por favor contacte o seu administrador!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1487,7 +1487,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "Limpando o cache de miniaturas da capa" | msgstr "Limpando o cache de miniaturas da capa" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Upload" | msgstr "Upload" | ||||||
|  |  | ||||||
| @@ -1510,7 +1510,7 @@ msgstr "Endereço de e-mail" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Enviar para o endereço de e-mail do E-Reader" | msgstr "Enviar para o endereço de e-mail do E-Reader" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1938,8 +1938,8 @@ msgstr "Clique na capa para carregar os metadados para o formulário" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Carregando..." | msgstr "Carregando..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Fechar" | msgstr "Fechar" | ||||||
| @@ -2522,7 +2522,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Adicionar à estante" | msgstr "Adicionar à estante" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2601,7 +2601,7 @@ msgstr "Digite o nome do domínio" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domínios Negados (Lista Negra)" | msgstr "Domínios Negados (Lista Negra)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Próximo" | msgstr "Próximo" | ||||||
|  |  | ||||||
| @@ -2719,7 +2719,7 @@ msgstr "Livros ordenados por Avaliação" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Livros ordenados por formatos de arquivo" | msgstr "Livros ordenados por formatos de arquivo" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Estantes" | msgstr "Estantes" | ||||||
| @@ -2736,52 +2736,52 @@ msgstr "Início" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Alternar Navegação" | msgstr "Alternar Navegação" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Pesquisar na Biblioteca" | msgstr "Pesquisar na Biblioteca" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Conta" | msgstr "Conta" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Sair" | msgstr "Sair" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Enviando..." | msgstr "Enviando..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Erro" | msgstr "Erro" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Upload concluído, processando, por favor aguarde ..." | msgstr "Upload concluído, processando, por favor aguarde ..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Configurações" | msgstr "Configurações" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Por favor, não atualize a página" | msgstr "Por favor, não atualize a página" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Navegue em" | msgstr "Navegue em" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Sobre" | msgstr "Sobre" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Anterior" | msgstr "Anterior" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Detalhes do Livro" | msgstr "Detalhes do Livro" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -528,7 +528,7 @@ msgstr "не установлено" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -907,8 +907,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Логин" | msgstr "Логин" | ||||||
| @@ -1073,41 +1073,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Поиск" | msgstr "Поиск" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Опубликовано после " | msgstr "Опубликовано после " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Опубликовано до " | msgstr "Опубликовано до " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Рейтинг <= %(rating)s" | msgstr "Рейтинг <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Рейтинг >= %(rating)s" | msgstr "Рейтинг >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Расширенный поиск" | msgstr "Расширенный поиск" | ||||||
|  |  | ||||||
| @@ -1158,7 +1158,7 @@ msgstr "Книга удалена с полки: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Создать полку" | msgstr "Создать полку" | ||||||
|  |  | ||||||
| @@ -1222,7 +1222,7 @@ msgstr "Полка: '%(name)s'" | |||||||
| 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 "Ошибка открытия Полки. Полка не существует или недоступна" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Задания" | msgstr "Задания" | ||||||
| @@ -1371,7 +1371,7 @@ msgstr "Пожалуйста, сначала настройте e-mail на ва | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "Сервер электронной почты не настроен, обратитесь к администратору !" | msgstr "Сервер электронной почты не настроен, обратитесь к администратору !" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1506,7 +1506,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Загрузить" | msgstr "Загрузить" | ||||||
|  |  | ||||||
| @@ -1530,7 +1530,7 @@ msgstr "Адрес электронной почты" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Отправить на Kindle Адрес электронной почты" | msgstr "Отправить на Kindle Адрес электронной почты" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Управление" | msgstr "Управление" | ||||||
| @@ -1959,8 +1959,8 @@ msgstr "Нажмите на обложку, чтобы получить мета | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Загрузка..." | msgstr "Загрузка..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Закрыть" | msgstr "Закрыть" | ||||||
| @@ -2548,7 +2548,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Добавить на книжную полку" | msgstr "Добавить на книжную полку" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2626,7 +2626,7 @@ msgstr "Введите доменное имя" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Запрещенные домены (черный список)" | msgstr "Запрещенные домены (черный список)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Далее" | msgstr "Далее" | ||||||
|  |  | ||||||
| @@ -2746,7 +2746,7 @@ msgstr "Книги, упорядоченные по рейтингу" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Книги отсортированы по формату файла" | msgstr "Книги отсортированы по формату файла" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Полки" | msgstr "Полки" | ||||||
| @@ -2763,52 +2763,52 @@ msgstr "Главная" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Включить навигацию" | msgstr "Включить навигацию" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Поиск в библиотеке" | msgstr "Поиск в библиотеке" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Учетная запись" | msgstr "Учетная запись" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Выход" | msgstr "Выход" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Загружается..." | msgstr "Загружается..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Ошибка" | msgstr "Ошибка" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Загрузка завершена, обработка, пожалуйста, подождите..." | msgstr "Загрузка завершена, обработка, пожалуйста, подождите..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Настройки" | msgstr "Настройки" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Пожалуйста не обновляйте страницу" | msgstr "Пожалуйста не обновляйте страницу" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Просмотр" | msgstr "Просмотр" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "О программе" | msgstr "О программе" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Предыдущий" | msgstr "Предыдущий" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Подробнее о книге" | msgstr "Подробнее о книге" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -524,7 +524,7 @@ msgstr "inte installerad" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "Körningstillstånd saknas" | msgstr "Körningstillstånd saknas" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "Anpassad kolumn n.%(column)d finns inte i calibre-databasen" | msgstr "Anpassad kolumn n.%(column)d finns inte i calibre-databasen" | ||||||
| @@ -905,8 +905,8 @@ msgstr "Google Oauth-fel: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} stjärnor" | msgstr "{} stjärnor" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Logga in" | msgstr "Logga in" | ||||||
| @@ -1071,41 +1071,41 @@ msgstr "Boklista" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Visa boklista" | msgstr "Visa boklista" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Sök" | msgstr "Sök" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Publicerad efter " | msgstr "Publicerad efter " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Publicerad före " | msgstr "Publicerad före " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Betyg <= %(rating)s" | msgstr "Betyg <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Betyg >= %(rating)s" | msgstr "Betyg >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Lässtatus = %(status)s" | msgstr "Lässtatus = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Avancerad sökning" | msgstr "Avancerad sökning" | ||||||
|  |  | ||||||
| @@ -1156,7 +1156,7 @@ msgstr "Boken har tagits bort från hyllan: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Skapa en hylla" | msgstr "Skapa en hylla" | ||||||
|  |  | ||||||
| @@ -1220,7 +1220,7 @@ msgstr "Hylla: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Uppgifter" | msgstr "Uppgifter" | ||||||
| @@ -1369,7 +1369,7 @@ msgstr "Konfigurera din kindle-e-postadress först..." | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "E-postservern är inte konfigurerad, kontakta din administratör!" | msgstr "E-postservern är inte konfigurerad, kontakta din administratör!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1503,7 +1503,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Ladda upp" | msgstr "Ladda upp" | ||||||
|  |  | ||||||
| @@ -1527,7 +1527,7 @@ msgstr "E-post" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle" | msgstr "Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Administratör" | msgstr "Administratör" | ||||||
| @@ -1957,8 +1957,8 @@ msgstr "Klicka på omslaget för att läsa in metadata till formuläret" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Läser in..." | msgstr "Läser in..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Stäng" | msgstr "Stäng" | ||||||
| @@ -2546,7 +2546,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Lägg till hyllan" | msgstr "Lägg till hyllan" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2625,7 +2625,7 @@ msgstr "Ange domännamn" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Avvisade domäner för registrering" | msgstr "Avvisade domäner för registrering" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Nästa" | msgstr "Nästa" | ||||||
|  |  | ||||||
| @@ -2745,7 +2745,7 @@ msgstr "Böcker sorterade efter Betyg" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Böcker ordnade av filformat" | msgstr "Böcker ordnade av filformat" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Hyllor" | msgstr "Hyllor" | ||||||
| @@ -2762,52 +2762,52 @@ msgstr "Hem" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Växla navigering" | msgstr "Växla navigering" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Sök i bibliotek" | msgstr "Sök i bibliotek" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Konto" | msgstr "Konto" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Logga ut" | msgstr "Logga ut" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Laddar upp..." | msgstr "Laddar upp..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Fel" | msgstr "Fel" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Uppladdning klar, bearbetning, vänligen vänta ..." | msgstr "Uppladdning klar, bearbetning, vänligen vänta ..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Inställningar" | msgstr "Inställningar" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Vänligen uppdatera inte sidan" | msgstr "Vänligen uppdatera inte sidan" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Bläddra" | msgstr "Bläddra" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Om" | msgstr "Om" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Föregående" | msgstr "Föregående" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Bokdetaljer" | msgstr "Bokdetaljer" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -521,7 +521,7 @@ msgstr "yüklü değil" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -899,8 +899,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Giriş" | msgstr "Giriş" | ||||||
| @@ -1065,41 +1065,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Ara" | msgstr "Ara" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Yayınlanma (sonra)" | msgstr "Yayınlanma (sonra)" | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Yayınlanma (önce)" | msgstr "Yayınlanma (önce)" | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Değerlendirme <= %(rating)s" | msgstr "Değerlendirme <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Değerlendirme >= %(rating)s" | msgstr "Değerlendirme >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Gelişmiş Arama" | msgstr "Gelişmiş Arama" | ||||||
|  |  | ||||||
| @@ -1150,7 +1150,7 @@ msgstr "eKitap kitaplıktan silindi: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Kitaplık oluştur" | msgstr "Kitaplık oluştur" | ||||||
|  |  | ||||||
| @@ -1214,7 +1214,7 @@ msgstr "Kitaplık: '%(name)s'" | |||||||
| 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" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Görevler" | msgstr "Görevler" | ||||||
| @@ -1362,7 +1362,7 @@ msgstr "" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "E-Posta sunucusu ayarlanmadı, lütfen yöneticinizle iletişime geçin!" | msgstr "E-Posta sunucusu ayarlanmadı, lütfen yöneticinizle iletişime geçin!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1497,7 +1497,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Yükleme" | msgstr "Yükleme" | ||||||
|  |  | ||||||
| @@ -1521,7 +1521,7 @@ msgstr "" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "E-Posta adresiniz" | msgstr "E-Posta adresiniz" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Yönetim" | msgstr "Yönetim" | ||||||
| @@ -1950,8 +1950,8 @@ msgstr "Forma metaveri yüklemek için kapağa tıklayın" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Yükleniyor..." | msgstr "Yükleniyor..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Kapak" | msgstr "Kapak" | ||||||
| @@ -2537,7 +2537,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Kitaplığa ekle" | msgstr "Kitaplığa ekle" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2614,7 +2614,7 @@ msgstr "Servis adı girin" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Sonraki" | msgstr "Sonraki" | ||||||
|  |  | ||||||
| @@ -2733,7 +2733,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Biçime göre sıralanmış eKitaplar" | msgstr "Biçime göre sıralanmış eKitaplar" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2750,52 +2750,52 @@ msgstr "Anasayfa" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Hesap" | msgstr "Hesap" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Çıkış" | msgstr "Çıkış" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Yükleniyor..." | msgstr "Yükleniyor..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Hata" | msgstr "Hata" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Yükleme tamamlandı, işleniyor, lütfen bekleyin..." | msgstr "Yükleme tamamlandı, işleniyor, lütfen bekleyin..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Ayarlar" | msgstr "Ayarlar" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Gözat" | msgstr "Gözat" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Hakkında" | msgstr "Hakkında" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Önceki" | msgstr "Önceki" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "eKitap Detayları" | msgstr "eKitap Detayları" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -521,7 +521,7 @@ msgstr "не встановлено" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -896,8 +896,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} зірок" | msgstr "{} зірок" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Ім'я користувача" | msgstr "Ім'я користувача" | ||||||
| @@ -1062,41 +1062,41 @@ msgstr "Список книжок" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Пошук" | msgstr "Пошук" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Опубліковані після " | msgstr "Опубліковані після " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Опубліковано до " | msgstr "Опубліковано до " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Рейтинг <= %(rating)s" | msgstr "Рейтинг <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Рейтинг >= %(rating)s" | msgstr "Рейтинг >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Розширений пошук" | msgstr "Розширений пошук" | ||||||
|  |  | ||||||
| @@ -1147,7 +1147,7 @@ msgstr "Книга видалена з книжкової полиці: %(sname) | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "створити книжкову полицю" | msgstr "створити книжкову полицю" | ||||||
|  |  | ||||||
| @@ -1210,7 +1210,7 @@ msgstr "Книжкова полиця: '%(name)s'" | |||||||
| 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 "Помилка при відкриванні полиці. Полиця не існує або до неї відсутній доступ" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Завдання" | msgstr "Завдання" | ||||||
| @@ -1358,7 +1358,7 @@ msgstr "" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1492,7 +1492,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Додати нову книгу" | msgstr "Додати нову книгу" | ||||||
|  |  | ||||||
| @@ -1516,7 +1516,7 @@ msgstr "" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle" | msgstr "Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Адмін" | msgstr "Адмін" | ||||||
| @@ -1945,8 +1945,8 @@ msgstr "Натисніть на обкладинку, щоб отримати м | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Завантаження..." | msgstr "Завантаження..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Закрити" | msgstr "Закрити" | ||||||
| @@ -2532,7 +2532,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Додати на книжкову полицю" | msgstr "Додати на книжкову полицю" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2609,7 +2609,7 @@ msgstr "Введіть домен" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Заборонені домени (Чорний список)" | msgstr "Заборонені домени (Чорний список)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Далі" | msgstr "Далі" | ||||||
|  |  | ||||||
| @@ -2727,7 +2727,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2744,52 +2744,52 @@ msgstr "" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "Включити навігацію" | msgstr "Включити навігацію" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Вийти" | msgstr "Вийти" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Завантаження..." | msgstr "Завантаження..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Помилка" | msgstr "Помилка" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Налаштування" | msgstr "Налаштування" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Перегляд" | msgstr "Перегляд" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "Про програму" | msgstr "Про програму" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Попередній перегляд" | msgstr "Попередній перегляд" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Деталі" | msgstr "Деталі" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -512,7 +512,7 @@ msgstr "chưa cài đặt" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -891,8 +891,8 @@ msgstr "Google Oauth lỗi: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} sao" | msgstr "{} sao" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "Đăng nhập" | msgstr "Đăng nhập" | ||||||
| @@ -1057,41 +1057,41 @@ msgstr "Danh sách sách" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "Hiển thị danh sách sách" | msgstr "Hiển thị danh sách sách" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "Tìm kiếm" | msgstr "Tìm kiếm" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "Phát hành sau " | msgstr "Phát hành sau " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "Phát hành trước " | msgstr "Phát hành trước " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "Đánh giá <= %(rating)s" | msgstr "Đánh giá <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "Đánh giá >= %(rating)s" | msgstr "Đánh giá >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "Trạng thái đọc = %(status)s" | msgstr "Trạng thái đọc = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "Tìm kiếm nâng cao" | msgstr "Tìm kiếm nâng cao" | ||||||
|  |  | ||||||
| @@ -1141,7 +1141,7 @@ msgstr "Sách đã được xoá khỏi giá: %(sname)s" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "Xin lỗi bạn không có quyền xoá sách khỏi giá này" | msgstr "Xin lỗi bạn không có quyền xoá sách khỏi giá này" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "Tạo một giá sách" | msgstr "Tạo một giá sách" | ||||||
|  |  | ||||||
| @@ -1203,7 +1203,7 @@ msgstr "" | |||||||
| 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 "" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "Nhiệm vụ" | msgstr "Nhiệm vụ" | ||||||
| @@ -1353,7 +1353,7 @@ msgstr "" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1489,7 +1489,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "Tải lên" | msgstr "Tải lên" | ||||||
|  |  | ||||||
| @@ -1513,7 +1513,7 @@ msgstr "Địa chỉ email" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "Kindle" | msgstr "Kindle" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "Admin" | msgstr "Admin" | ||||||
| @@ -1943,8 +1943,8 @@ msgstr "Ấn vào ảnh cover để tải metadata vào form" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "Đang tải..." | msgstr "Đang tải..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "Đóng" | msgstr "Đóng" | ||||||
| @@ -2527,7 +2527,7 @@ msgid "Add to shelf" | |||||||
| msgstr "Thêm vào giá sách" | msgstr "Thêm vào giá sách" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2606,7 +2606,7 @@ msgstr "Nhập tên domain" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "Domain bị từ chối (Blacklist)" | msgstr "Domain bị từ chối (Blacklist)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "Tiếp tục" | msgstr "Tiếp tục" | ||||||
|  |  | ||||||
| @@ -2725,7 +2725,7 @@ msgstr "Sách sắp xếp theo xếp hạng" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "Sách sắp xếp theo định dạng" | msgstr "Sách sắp xếp theo định dạng" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "Giá sách" | msgstr "Giá sách" | ||||||
| @@ -2742,52 +2742,52 @@ msgstr "Trang chủ" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "Tìm kiếm thư viện" | msgstr "Tìm kiếm thư viện" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "Tài khoản" | msgstr "Tài khoản" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "Đăng suất" | msgstr "Đăng suất" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "Đang tải lên..." | msgstr "Đang tải lên..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "Lỗi" | msgstr "Lỗi" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "Tải lên xong, đang xử lý, đợi chút ..." | msgstr "Tải lên xong, đang xử lý, đợi chút ..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "Thiết lập" | msgstr "Thiết lập" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "Làm ơn đừng load lại trang" | msgstr "Làm ơn đừng load lại trang" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "Tìm kiếm" | msgstr "Tìm kiếm" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "About" | msgstr "About" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "Trước" | msgstr "Trước" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "Chi tiết sách" | msgstr "Chi tiết sách" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -23,12 +23,10 @@ msgid "Statistics" | |||||||
| msgstr "统计" | msgstr "统计" | ||||||
|  |  | ||||||
| #: cps/admin.py:143 | #: cps/admin.py:143 | ||||||
| #, fuzzy |  | ||||||
| msgid "Server restarted, please reload page." | msgid "Server restarted, please reload page." | ||||||
| msgstr "服务器已重启,请刷新页面" | msgstr "服务器已重启,请刷新页面" | ||||||
|  |  | ||||||
| #: cps/admin.py:145 | #: cps/admin.py:145 | ||||||
| #, fuzzy |  | ||||||
| msgid "Performing Server shutdown, please close window." | msgid "Performing Server shutdown, please close window." | ||||||
| msgstr "正在关闭服务器,请关闭窗口" | msgstr "正在关闭服务器,请关闭窗口" | ||||||
|  |  | ||||||
| @@ -41,7 +39,6 @@ msgid "Unknown command" | |||||||
| msgstr "未知命令" | msgstr "未知命令" | ||||||
|  |  | ||||||
| #: cps/admin.py:167 | #: cps/admin.py:167 | ||||||
| #, fuzzy |  | ||||||
| msgid "Success! Books queued for Metadata Backup" | msgid "Success! Books queued for Metadata Backup" | ||||||
| msgstr "书籍成功加入元数据备份队列" | msgstr "书籍成功加入元数据备份队列" | ||||||
|  |  | ||||||
| @@ -346,12 +343,11 @@ msgid "Edit User %(nick)s" | |||||||
| msgstr "编辑用户 %(nick)s" | msgstr "编辑用户 %(nick)s" | ||||||
|  |  | ||||||
| #: cps/admin.py:1423 | #: cps/admin.py:1423 | ||||||
| #, fuzzy, python-format | #, python-format | ||||||
| msgid "Success! Password for user %(user)s reset" | msgid "Success! Password for user %(user)s reset" | ||||||
| msgstr "用户 %(user)s 的密码已重置" | msgstr "用户 %(user)s 的密码已重置" | ||||||
|  |  | ||||||
| #: cps/admin.py:1429 | #: cps/admin.py:1429 | ||||||
| #, fuzzy |  | ||||||
| msgid "Oops! Please configure the SMTP mail settings." | msgid "Oops! Please configure the SMTP mail settings." | ||||||
| msgstr "请先配置 SMTP 邮箱设置..." | msgstr "请先配置 SMTP 邮箱设置..." | ||||||
|  |  | ||||||
| @@ -516,7 +512,7 @@ msgstr "未安装" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "缺少执行权限" | msgstr "缺少执行权限" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "自定义列号:%(column)d 在 Calibre 数据库中不存在" | msgstr "自定义列号:%(column)d 在 Calibre 数据库中不存在" | ||||||
| @@ -665,17 +661,14 @@ msgid "Send to eReader" | |||||||
| msgstr "发送到电子阅读器" | msgstr "发送到电子阅读器" | ||||||
|  |  | ||||||
| #: cps/helper.py:98 cps/helper.py:116 cps/helper.py:228 | #: cps/helper.py:98 cps/helper.py:116 cps/helper.py:228 | ||||||
| #, fuzzy |  | ||||||
| msgid "This Email has been sent via Calibre-Web." | msgid "This Email has been sent via Calibre-Web." | ||||||
| msgstr "此邮件已经通过 Calibre-Web 发送" | msgstr "此邮件已经通过 Calibre-Web 发送" | ||||||
|  |  | ||||||
| #: cps/helper.py:114 | #: cps/helper.py:114 | ||||||
| #, fuzzy |  | ||||||
| msgid "Calibre-Web Test Email" | msgid "Calibre-Web Test Email" | ||||||
| msgstr "Calibre-Web 测试邮件" | msgstr "Calibre-Web 测试邮件" | ||||||
|  |  | ||||||
| #: cps/helper.py:115 | #: cps/helper.py:115 | ||||||
| #, fuzzy |  | ||||||
| msgid "Test Email" | msgid "Test Email" | ||||||
| msgstr "测试邮件" | msgstr "测试邮件" | ||||||
|  |  | ||||||
| @@ -684,22 +677,22 @@ msgid "Get Started with Calibre-Web" | |||||||
| msgstr "开启 Calibre-Web 之旅" | msgstr "开启 Calibre-Web 之旅" | ||||||
|  |  | ||||||
| #: cps/helper.py:137 | #: cps/helper.py:137 | ||||||
| #, fuzzy, python-format | #, python-format | ||||||
| msgid "Registration Email for user: %(name)s" | msgid "Registration Email for user: %(name)s" | ||||||
| msgstr "用户注册电子邮件:%(name)s" | msgstr "用户注册电子邮件:%(name)s" | ||||||
|  |  | ||||||
| #: cps/helper.py:148 cps/helper.py:154 | #: cps/helper.py:148 cps/helper.py:154 | ||||||
| #, fuzzy, python-format | #, python-format | ||||||
| msgid "Convert %(orig)s to %(format)s and send to eReader" | msgid "Convert %(orig)s to %(format)s and send to eReader" | ||||||
| msgstr "转换 %(orig)s 到 %(format)s 并发送到电子阅读器" | msgstr "转换 %(orig)s 到 %(format)s 并发送到电子阅读器" | ||||||
|  |  | ||||||
| #: cps/helper.py:173 cps/helper.py:177 cps/helper.py:181 cps/helper.py:185 | #: cps/helper.py:173 cps/helper.py:177 cps/helper.py:181 cps/helper.py:185 | ||||||
| #, fuzzy, python-format | #, python-format | ||||||
| msgid "Send %(format)s to eReader" | msgid "Send %(format)s to eReader" | ||||||
| msgstr "发送 %(format)s 到电子阅读器" | msgstr "发送 %(format)s 到电子阅读器" | ||||||
|  |  | ||||||
| #: cps/helper.py:225 | #: cps/helper.py:225 | ||||||
| #, fuzzy, python-format | #, python-format | ||||||
| msgid "%(book)s send to eReader" | msgid "%(book)s send to eReader" | ||||||
| msgstr "%(book)s 发送到电子阅读器" | msgstr "%(book)s 发送到电子阅读器" | ||||||
|  |  | ||||||
| @@ -759,7 +752,6 @@ msgid "This username is already taken" | |||||||
| msgstr "此用户名已被使用" | msgstr "此用户名已被使用" | ||||||
|  |  | ||||||
| #: cps/helper.py:664 | #: cps/helper.py:664 | ||||||
| #, fuzzy |  | ||||||
| msgid "Invalid Email address format" | msgid "Invalid Email address format" | ||||||
| msgstr "无效的邮箱格式" | msgstr "无效的邮箱格式" | ||||||
|  |  | ||||||
| @@ -893,8 +885,8 @@ msgstr "Google Oauth 错误: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} 星" | msgstr "{} 星" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "登录" | msgstr "登录" | ||||||
| @@ -950,7 +942,6 @@ msgid "Read Books" | |||||||
| msgstr "已读书籍" | msgstr "已读书籍" | ||||||
|  |  | ||||||
| #: cps/render_template.py:64 | #: cps/render_template.py:64 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Read and Unread" | msgid "Show Read and Unread" | ||||||
| msgstr "显示已读或未读状态" | msgstr "显示已读或未读状态" | ||||||
|  |  | ||||||
| @@ -978,7 +969,6 @@ msgid "Categories" | |||||||
| msgstr "分类" | msgstr "分类" | ||||||
|  |  | ||||||
| #: cps/render_template.py:74 cps/templates/user_table.html:158 | #: cps/render_template.py:74 cps/templates/user_table.html:158 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Category Section" | msgid "Show Category Section" | ||||||
| msgstr "显示分类栏目" | msgstr "显示分类栏目" | ||||||
|  |  | ||||||
| @@ -989,7 +979,6 @@ msgid "Series" | |||||||
| msgstr "丛书" | msgstr "丛书" | ||||||
|  |  | ||||||
| #: cps/render_template.py:77 cps/templates/user_table.html:157 | #: cps/render_template.py:77 cps/templates/user_table.html:157 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Series Section" | msgid "Show Series Section" | ||||||
| msgstr "显示丛书栏目" | msgstr "显示丛书栏目" | ||||||
|  |  | ||||||
| @@ -999,7 +988,6 @@ msgid "Authors" | |||||||
| msgstr "作者" | msgstr "作者" | ||||||
|  |  | ||||||
| #: cps/render_template.py:80 cps/templates/user_table.html:160 | #: cps/render_template.py:80 cps/templates/user_table.html:160 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Author Section" | msgid "Show Author Section" | ||||||
| msgstr "显示作者栏目" | msgstr "显示作者栏目" | ||||||
|  |  | ||||||
| @@ -1009,7 +997,6 @@ msgid "Publishers" | |||||||
| msgstr "出版社" | msgstr "出版社" | ||||||
|  |  | ||||||
| #: cps/render_template.py:84 cps/templates/user_table.html:163 | #: cps/render_template.py:84 cps/templates/user_table.html:163 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Publisher Section" | msgid "Show Publisher Section" | ||||||
| msgstr "显示出版社栏目" | msgstr "显示出版社栏目" | ||||||
|  |  | ||||||
| @@ -1020,7 +1007,6 @@ msgid "Languages" | |||||||
| msgstr "语言" | msgstr "语言" | ||||||
|  |  | ||||||
| #: cps/render_template.py:88 cps/templates/user_table.html:155 | #: cps/render_template.py:88 cps/templates/user_table.html:155 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Language Section" | msgid "Show Language Section" | ||||||
| msgstr "显示语言栏目" | msgstr "显示语言栏目" | ||||||
|  |  | ||||||
| @@ -1029,7 +1015,6 @@ msgid "Ratings" | |||||||
| msgstr "评分" | msgstr "评分" | ||||||
|  |  | ||||||
| #: cps/render_template.py:91 cps/templates/user_table.html:164 | #: cps/render_template.py:91 cps/templates/user_table.html:164 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Ratings Section" | msgid "Show Ratings Section" | ||||||
| msgstr "显示评分栏目" | msgstr "显示评分栏目" | ||||||
|  |  | ||||||
| @@ -1038,7 +1023,6 @@ msgid "File formats" | |||||||
| msgstr "文件格式" | msgstr "文件格式" | ||||||
|  |  | ||||||
| #: cps/render_template.py:94 cps/templates/user_table.html:165 | #: cps/render_template.py:94 cps/templates/user_table.html:165 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show File Formats Section" | msgid "Show File Formats Section" | ||||||
| msgstr "显示文件格式栏目" | msgstr "显示文件格式栏目" | ||||||
|  |  | ||||||
| @@ -1047,7 +1031,6 @@ msgid "Archived Books" | |||||||
| msgstr "归档书籍" | msgstr "归档书籍" | ||||||
|  |  | ||||||
| #: cps/render_template.py:98 cps/templates/user_table.html:166 | #: cps/render_template.py:98 cps/templates/user_table.html:166 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Archived Books" | msgid "Show Archived Books" | ||||||
| msgstr "显示归档书籍" | msgstr "显示归档书籍" | ||||||
|  |  | ||||||
| @@ -1059,41 +1042,41 @@ msgstr "书籍列表" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "显示书籍列表" | msgstr "显示书籍列表" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "搜索" | msgstr "搜索" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "出版时间晚于 " | msgstr "出版时间晚于 " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "出版时间早于 " | msgstr "出版时间早于 " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "评分 <= %(rating)s" | msgstr "评分 <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "评分 >= %(rating)s" | msgstr "评分 >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "阅读状态 = %(status)s" | msgstr "阅读状态 = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "搜索自定义栏目时出错,请重启 Calibre-Web" | msgstr "搜索自定义栏目时出错,请重启 Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "高级搜索" | msgstr "高级搜索" | ||||||
|  |  | ||||||
| @@ -1143,7 +1126,7 @@ msgstr "此书已从书架 %(sname)s 中删除" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "抱歉,您没有从这个书架删除书籍的权限" | msgstr "抱歉,您没有从这个书架删除书籍的权限" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "创建书架" | msgstr "创建书架" | ||||||
|  |  | ||||||
| @@ -1205,7 +1188,7 @@ msgstr "书架:%(name)s" | |||||||
| 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 "打开书架出错。书架不存在或不可访问" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "任务列表" | msgstr "任务列表" | ||||||
| @@ -1346,7 +1329,6 @@ msgid "Oops! There was an error sending book: %(res)s" | |||||||
| msgstr "糟糕!发送这本书籍的时候出现错误:%(res)s" | msgstr "糟糕!发送这本书籍的时候出现错误:%(res)s" | ||||||
|  |  | ||||||
| #: cps/web.py:1213 | #: cps/web.py:1213 | ||||||
| #, fuzzy |  | ||||||
| msgid "Oops! Please update your profile with a valid eReader Email." | msgid "Oops! Please update your profile with a valid eReader Email." | ||||||
| msgstr "请先配置您的 Kindle 邮箱" | msgstr "请先配置您的 Kindle 邮箱" | ||||||
|  |  | ||||||
| @@ -1354,7 +1336,7 @@ msgstr "请先配置您的 Kindle 邮箱" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "邮件服务未配置,请联系网站管理员!" | msgstr "邮件服务未配置,请联系网站管理员!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1401,7 +1383,6 @@ msgid "%(name)s's Profile" | |||||||
| msgstr "%(name)s 的用户配置" | msgstr "%(name)s 的用户配置" | ||||||
|  |  | ||||||
| #: cps/web.py:1416 | #: cps/web.py:1416 | ||||||
| #, fuzzy |  | ||||||
| msgid "Success! Profile Updated" | msgid "Success! Profile Updated" | ||||||
| msgstr "资料已更新" | msgstr "资料已更新" | ||||||
|  |  | ||||||
| @@ -1487,7 +1468,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "正在清理封面缩略图缓存" | msgstr "正在清理封面缩略图缓存" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "上传书籍" | msgstr "上传书籍" | ||||||
|  |  | ||||||
| @@ -1510,7 +1491,7 @@ msgstr "邮箱地址" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "接收书籍的电子阅读器邮箱地址" | msgstr "接收书籍的电子阅读器邮箱地址" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "管理权限" | msgstr "管理权限" | ||||||
| @@ -1576,7 +1557,6 @@ msgid "From Email" | |||||||
| msgstr "发件人邮箱" | msgstr "发件人邮箱" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:90 | #: cps/templates/admin.html:90 | ||||||
| #, fuzzy |  | ||||||
| msgid "Email Service" | msgid "Email Service" | ||||||
| msgstr "电子邮件服务" | msgstr "电子邮件服务" | ||||||
|  |  | ||||||
| @@ -1938,8 +1918,8 @@ msgstr "单击封面将元数据加载到表单" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "加载中..." | msgstr "加载中..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "关闭" | msgstr "关闭" | ||||||
| @@ -2522,7 +2502,7 @@ msgid "Add to shelf" | |||||||
| msgstr "添加到书架" | msgstr "添加到书架" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2537,12 +2517,10 @@ msgid "Email Account Type" | |||||||
| msgstr "选择服务器类型" | msgstr "选择服务器类型" | ||||||
|  |  | ||||||
| #: cps/templates/email_edit.html:15 | #: cps/templates/email_edit.html:15 | ||||||
| #, fuzzy |  | ||||||
| msgid "Standard Email Account" | msgid "Standard Email Account" | ||||||
| msgstr "标准电子邮件" | msgstr "标准电子邮件" | ||||||
|  |  | ||||||
| #: cps/templates/email_edit.html:16 | #: cps/templates/email_edit.html:16 | ||||||
| #, fuzzy |  | ||||||
| msgid "Gmail Account" | msgid "Gmail Account" | ||||||
| msgstr "Gmail 账户" | msgstr "Gmail 账户" | ||||||
|  |  | ||||||
| @@ -2571,7 +2549,6 @@ msgid "Attachment Size Limit" | |||||||
| msgstr "附件大小限制" | msgstr "附件大小限制" | ||||||
|  |  | ||||||
| #: cps/templates/email_edit.html:66 | #: cps/templates/email_edit.html:66 | ||||||
| #, fuzzy |  | ||||||
| msgid "Save and Send Test Email" | msgid "Save and Send Test Email" | ||||||
| msgstr "保存设置并发送测试邮件" | msgstr "保存设置并发送测试邮件" | ||||||
|  |  | ||||||
| @@ -2601,7 +2578,7 @@ msgstr "输入域名" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "禁止注册的域名(黑名单)" | msgstr "禁止注册的域名(黑名单)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "下一个" | msgstr "下一个" | ||||||
|  |  | ||||||
| @@ -2719,7 +2696,7 @@ msgstr "书籍按评分排序" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "书籍按文件格式排序" | msgstr "书籍按文件格式排序" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "书架列表" | msgstr "书架列表" | ||||||
| @@ -2736,52 +2713,52 @@ msgstr "首页" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "切换导航" | msgstr "切换导航" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "搜索书库" | msgstr "搜索书库" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "账号" | msgstr "账号" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "注销" | msgstr "注销" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "正在上传..." | msgstr "正在上传..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "错误" | msgstr "错误" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "上传完成,正在处理,请稍候..." | msgstr "上传完成,正在处理,请稍候..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "设置" | msgstr "设置" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "请不要刷新页面" | msgstr "请不要刷新页面" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "按条件浏览" | msgstr "按条件浏览" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "关于" | msgstr "关于" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "上一个" | msgstr "上一个" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "书籍详情" | msgstr "书籍详情" | ||||||
|  |  | ||||||
| @@ -3306,17 +3283,14 @@ msgid "Enter Username" | |||||||
| msgstr "输入用户名" | msgstr "输入用户名" | ||||||
|  |  | ||||||
| #: cps/templates/user_table.html:135 | #: cps/templates/user_table.html:135 | ||||||
| #, fuzzy |  | ||||||
| msgid "Enter Email" | msgid "Enter Email" | ||||||
| msgstr "输入邮箱" | msgstr "输入邮箱" | ||||||
|  |  | ||||||
| #: cps/templates/user_table.html:136 | #: cps/templates/user_table.html:136 | ||||||
| #, fuzzy |  | ||||||
| msgid "Enter eReader Email" | msgid "Enter eReader Email" | ||||||
| msgstr "接收书籍的电子阅读器邮箱" | msgstr "接收书籍的电子阅读器邮箱" | ||||||
|  |  | ||||||
| #: cps/templates/user_table.html:136 | #: cps/templates/user_table.html:136 | ||||||
| #, fuzzy |  | ||||||
| msgid "eReader Email" | msgid "eReader Email" | ||||||
| msgstr "电子阅读器邮箱" | msgstr "电子阅读器邮箱" | ||||||
|  |  | ||||||
| @@ -3377,7 +3351,6 @@ msgid "Sync selected Shelves with Kobo" | |||||||
| msgstr "同步所选书架到 Kobo" | msgstr "同步所选书架到 Kobo" | ||||||
|  |  | ||||||
| #: cps/templates/user_table.html:156 | #: cps/templates/user_table.html:156 | ||||||
| #, fuzzy |  | ||||||
| msgid "Show Read/Unread Section" | msgid "Show Read/Unread Section" | ||||||
| msgstr "显示已读、未读栏目" | msgstr "显示已读、未读栏目" | ||||||
|  |  | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| @@ -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: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -518,7 +518,7 @@ msgstr "未安裝" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "缺少執行權限" | msgstr "缺少執行權限" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, fuzzy, python-format | #, fuzzy, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "自定義列號:%(column)d在Calibre數據庫中不存在" | msgstr "自定義列號:%(column)d在Calibre數據庫中不存在" | ||||||
| @@ -899,8 +899,8 @@ msgstr "Google Oauth 錯誤: {}" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "{} 星" | msgstr "{} 星" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "登入" | msgstr "登入" | ||||||
| @@ -1065,41 +1065,41 @@ msgstr "書籍列表" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "顯示書籍列表" | msgstr "顯示書籍列表" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "搜尋" | msgstr "搜尋" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "出版時間晚於 " | msgstr "出版時間晚於 " | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "出版時間早於 " | msgstr "出版時間早於 " | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "評分 <= %(rating)s" | msgstr "評分 <= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "評分 >= %(rating)s" | msgstr "評分 >= %(rating)s" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "閱讀狀態 = %(status)s" | msgstr "閱讀狀態 = %(status)s" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "搜詢自定義欄位時出錯,請重啟 Calibre-Web" | msgstr "搜詢自定義欄位時出錯,請重啟 Calibre-Web" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "進階搜尋" | msgstr "進階搜尋" | ||||||
|  |  | ||||||
| @@ -1149,7 +1149,7 @@ msgstr "此書已從書架 %(sname)s 中刪除" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "創建書架" | msgstr "創建書架" | ||||||
|  |  | ||||||
| @@ -1212,7 +1212,7 @@ msgstr "書架:%(name)s" | |||||||
| 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 "打開書架出錯。書架不存在或不可訪問" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "任務列表" | msgstr "任務列表" | ||||||
| @@ -1361,7 +1361,7 @@ msgstr "請先設置您的kindle郵箱。" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "郵件服務未配置,請聯繫網站管理員!" | msgstr "郵件服務未配置,請聯繫網站管理員!" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1495,7 +1495,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "上傳書籍" | msgstr "上傳書籍" | ||||||
|  |  | ||||||
| @@ -1519,7 +1519,7 @@ msgstr "郵箱地址" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "接收書籍的Kindle郵箱地址" | msgstr "接收書籍的Kindle郵箱地址" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "管理權限" | msgstr "管理權限" | ||||||
| @@ -1948,8 +1948,8 @@ msgstr "單擊封面將元數據加載到表單" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "加載中..." | msgstr "加載中..." | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "關閉" | msgstr "關閉" | ||||||
| @@ -2536,7 +2536,7 @@ msgid "Add to shelf" | |||||||
| msgstr "添加到書架" | msgstr "添加到書架" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2615,7 +2615,7 @@ msgstr "輸入網域名" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "禁止註冊的網域名(黑名單)" | msgstr "禁止註冊的網域名(黑名單)" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "下一個" | msgstr "下一個" | ||||||
|  |  | ||||||
| @@ -2734,7 +2734,7 @@ msgstr "書籍按評分排序" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "書籍按文件格式排序" | msgstr "書籍按文件格式排序" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "書架列表" | msgstr "書架列表" | ||||||
| @@ -2751,52 +2751,52 @@ msgstr "首頁" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "切換導航" | msgstr "切換導航" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "搜索書庫" | msgstr "搜索書庫" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "賬號" | msgstr "賬號" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "登出" | msgstr "登出" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "正在上傳..." | msgstr "正在上傳..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "錯誤" | msgstr "錯誤" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "上傳完成,正在處理中,請稍候..." | msgstr "上傳完成,正在處理中,請稍候..." | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "設置" | msgstr "設置" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "請不要刷新頁面" | msgstr "請不要刷新頁面" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "瀏覽" | msgstr "瀏覽" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "關於" | msgstr "關於" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "上一個" | msgstr "上一個" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "書籍詳情" | msgstr "書籍詳情" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -49,15 +49,15 @@ def requires_basic_auth_if_no_ano(f): | |||||||
|             else: |             else: | ||||||
|                 return f(*args, **kwargs) |                 return f(*args, **kwargs) | ||||||
|         if config.config_login_type == constants.LOGIN_LDAP and services.ldap: |         if config.config_login_type == constants.LOGIN_LDAP and services.ldap: | ||||||
|             result, error = services.ldap.bind_user(auth.username, auth.password) |             login_result, error = services.ldap.bind_user(auth.username, auth.password) | ||||||
|             if result: |             if login_result: | ||||||
|                 user = _fetch_user_by_name(auth.username) |                 user = _fetch_user_by_name(auth.username) | ||||||
|                 login_user(user) |                 login_user(user) | ||||||
|             else: |                 return f(*args, **kwargs) | ||||||
|  |             elif login_result is not None: | ||||||
|                 log.error(error) |                 log.error(error) | ||||||
|                 user = None |                 return _authenticate() | ||||||
|         else: |         user = _load_user_from_auth_header(auth.username, auth.password) | ||||||
|             user = _load_user_from_auth_header(auth.username, auth.password) |  | ||||||
|         if not user: |         if not user: | ||||||
|             return _authenticate() |             return _authenticate() | ||||||
|         return f(*args, **kwargs) |         return f(*args, **kwargs) | ||||||
|   | |||||||
							
								
								
									
										70
									
								
								messages.pot
									
									
									
									
									
								
							
							
						
						
									
										70
									
								
								messages.pot
									
									
									
									
									
								
							| @@ -8,7 +8,7 @@ msgid "" | |||||||
| msgstr "" | msgstr "" | ||||||
| "Project-Id-Version: PROJECT VERSION\n" | "Project-Id-Version: PROJECT VERSION\n" | ||||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||||
| "POT-Creation-Date: 2023-02-05 08:49+0100\n" | "POT-Creation-Date: 2023-02-06 19:00+0100\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" | ||||||
| @@ -511,7 +511,7 @@ msgstr "" | |||||||
| msgid "Execution permissions missing" | msgid "Execution permissions missing" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/db.py:728 cps/search.py:137 cps/web.py:727 | #: cps/db.py:728 cps/search.py:138 cps/web.py:727 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Custom Column No.%(column)d does not exist in calibre database" | msgid "Custom Column No.%(column)d does not exist in calibre database" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -884,8 +884,8 @@ msgstr "" | |||||||
| msgid "{} Stars" | msgid "{} Stars" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/remotelogin.py:62 cps/templates/layout.html:67 | #: cps/remotelogin.py:62 cps/templates/layout.html:68 | ||||||
| #: cps/templates/layout.html:101 cps/templates/login.html:4 | #: cps/templates/layout.html:102 cps/templates/login.html:4 | ||||||
| #: cps/templates/login.html:21 cps/web.py:1344 | #: cps/templates/login.html:21 cps/web.py:1344 | ||||||
| msgid "Login" | msgid "Login" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -1041,41 +1041,41 @@ msgstr "" | |||||||
| msgid "Show Books List" | msgid "Show Books List" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:48 cps/search.py:392 cps/templates/book_edit.html:236 | #: cps/search.py:49 cps/search.py:393 cps/templates/book_edit.html:236 | ||||||
| #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | #: cps/templates/feed.xml:33 cps/templates/index.xml:11 | ||||||
| #: cps/templates/layout.html:46 cps/templates/layout.html:49 | #: cps/templates/layout.html:47 cps/templates/layout.html:50 | ||||||
| #: cps/templates/search_form.html:226 | #: cps/templates/search_form.html:226 | ||||||
| msgid "Search" | msgid "Search" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:188 | #: cps/search.py:189 | ||||||
| msgid "Published after " | msgid "Published after " | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:195 | #: cps/search.py:196 | ||||||
| msgid "Published before " | msgid "Published before " | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:217 | #: cps/search.py:218 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating <= %(rating)s" | msgid "Rating <= %(rating)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:219 | #: cps/search.py:220 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Rating >= %(rating)s" | msgid "Rating >= %(rating)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:221 | #: cps/search.py:222 | ||||||
| #, python-format | #, python-format | ||||||
| msgid "Read Status = %(status)s" | msgid "Read Status = %(status)s" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:323 | #: cps/search.py:324 | ||||||
| msgid "Error on search for custom columns, please restart Calibre-Web" | msgid "Error on search for custom columns, please restart Calibre-Web" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/search.py:342 cps/search.py:374 cps/templates/layout.html:57 | #: cps/search.py:343 cps/search.py:375 cps/templates/layout.html:58 | ||||||
| msgid "Advanced Search" | msgid "Advanced Search" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| @@ -1125,7 +1125,7 @@ msgstr "" | |||||||
| msgid "Sorry you are not allowed to remove a book from this shelf" | msgid "Sorry you are not allowed to remove a book from this shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/shelf.py:210 cps/templates/layout.html:157 | #: cps/shelf.py:210 cps/templates/layout.html:158 | ||||||
| msgid "Create a Shelf" | msgid "Create a Shelf" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| @@ -1187,7 +1187,7 @@ msgstr "" | |||||||
| 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 "" | ||||||
|  |  | ||||||
| #: cps/tasks_status.py:48 cps/templates/layout.html:88 | #: cps/tasks_status.py:48 cps/templates/layout.html:89 | ||||||
| #: cps/templates/tasks.html:7 | #: cps/templates/tasks.html:7 | ||||||
| msgid "Tasks" | msgid "Tasks" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -1335,7 +1335,7 @@ msgstr "" | |||||||
| msgid "Oops! Email server is not configured, please contact your administrator." | msgid "Oops! Email server is not configured, please contact your administrator." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:68 cps/templates/layout.html:102 | #: cps/templates/layout.html:69 cps/templates/layout.html:103 | ||||||
| #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | #: cps/templates/login.html:27 cps/templates/register.html:17 cps/web.py:1231 | ||||||
| #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | #: cps/web.py:1238 cps/web.py:1244 cps/web.py:1264 cps/web.py:1269 | ||||||
| #: cps/web.py:1275 | #: cps/web.py:1275 | ||||||
| @@ -1467,7 +1467,7 @@ msgid "Clearing cover thumbnail cache" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | #: cps/tasks/upload.py:38 cps/templates/admin.html:20 | ||||||
| #: cps/templates/layout.html:81 cps/templates/user_table.html:145 | #: cps/templates/layout.html:82 cps/templates/user_table.html:145 | ||||||
| msgid "Upload" | msgid "Upload" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| @@ -1490,7 +1490,7 @@ msgstr "" | |||||||
| msgid "Send to eReader Email" | msgid "Send to eReader Email" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/admin.html:17 cps/templates/layout.html:91 | #: cps/templates/admin.html:17 cps/templates/layout.html:92 | ||||||
| #: cps/templates/user_table.html:143 | #: cps/templates/user_table.html:143 | ||||||
| msgid "Admin" | msgid "Admin" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -1917,8 +1917,8 @@ msgstr "" | |||||||
| msgid "Loading..." | msgid "Loading..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/book_edit.html:251 cps/templates/layout.html:78 | #: cps/templates/book_edit.html:251 cps/templates/layout.html:79 | ||||||
| #: cps/templates/layout.html:203 cps/templates/modal_dialogs.html:34 | #: cps/templates/layout.html:204 cps/templates/modal_dialogs.html:34 | ||||||
| #: cps/templates/user_edit.html:163 | #: cps/templates/user_edit.html:163 | ||||||
| msgid "Close" | msgid "Close" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2501,7 +2501,7 @@ msgid "Add to shelf" | |||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/detail.html:269 cps/templates/detail.html:286 | #: cps/templates/detail.html:269 cps/templates/detail.html:286 | ||||||
| #: cps/templates/feed.xml:79 cps/templates/layout.html:154 | #: cps/templates/feed.xml:79 cps/templates/layout.html:155 | ||||||
| #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | #: cps/templates/listenmp3.html:201 cps/templates/listenmp3.html:218 | ||||||
| #: cps/templates/search.html:22 | #: cps/templates/search.html:22 | ||||||
| msgid "(Public)" | msgid "(Public)" | ||||||
| @@ -2577,7 +2577,7 @@ msgstr "" | |||||||
| msgid "Denied Domains (Blacklist)" | msgid "Denied Domains (Blacklist)" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/feed.xml:21 cps/templates/layout.html:187 | #: cps/templates/feed.xml:21 cps/templates/layout.html:188 | ||||||
| msgid "Next" | msgid "Next" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| @@ -2695,7 +2695,7 @@ msgstr "" | |||||||
| msgid "Books ordered by file formats" | msgid "Books ordered by file formats" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/index.xml:119 cps/templates/layout.html:152 | #: cps/templates/index.xml:119 cps/templates/layout.html:153 | ||||||
| #: cps/templates/search_form.html:87 | #: cps/templates/search_form.html:87 | ||||||
| msgid "Shelves" | msgid "Shelves" | ||||||
| msgstr "" | msgstr "" | ||||||
| @@ -2712,52 +2712,52 @@ msgstr "" | |||||||
| msgid "Toggle Navigation" | msgid "Toggle Navigation" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:47 | #: cps/templates/layout.html:48 | ||||||
| msgid "Search Library" | msgid "Search Library" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:65 cps/templates/layout.html:94 | #: cps/templates/layout.html:66 cps/templates/layout.html:95 | ||||||
| msgid "Account" | msgid "Account" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:71 cps/templates/layout.html:96 | #: cps/templates/layout.html:72 cps/templates/layout.html:97 | ||||||
| msgid "Logout" | msgid "Logout" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 cps/templates/layout.html:134 | #: cps/templates/layout.html:79 cps/templates/layout.html:135 | ||||||
| msgid "Uploading..." | msgid "Uploading..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Error" | msgid "Error" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:78 | #: cps/templates/layout.html:79 | ||||||
| msgid "Upload done, processing, please wait..." | msgid "Upload done, processing, please wait..." | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:91 cps/templates/read.html:76 | #: cps/templates/layout.html:92 cps/templates/read.html:76 | ||||||
| #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | #: cps/templates/readcbr.html:87 cps/templates/readcbr.html:111 | ||||||
| msgid "Settings" | msgid "Settings" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:135 | #: cps/templates/layout.html:136 | ||||||
| msgid "Please do not refresh the page" | msgid "Please do not refresh the page" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:145 | #: cps/templates/layout.html:146 | ||||||
| msgid "Browse" | msgid "Browse" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:158 cps/templates/stats.html:3 | #: cps/templates/layout.html:159 cps/templates/stats.html:3 | ||||||
| msgid "About" | msgid "About" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:172 | #: cps/templates/layout.html:173 | ||||||
| msgid "Previous" | msgid "Previous" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
| #: cps/templates/layout.html:199 | #: cps/templates/layout.html:200 | ||||||
| msgid "Book Details" | msgid "Book Details" | ||||||
| msgstr "" | msgstr "" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| APScheduler>=3.6.3,<3.10.0 | APScheduler>=3.6.3,<3.11.0 | ||||||
| werkzeug<2.1.0 | werkzeug<2.1.0 | ||||||
| Babel>=1.3,<3.0 | Babel>=1.3,<3.0 | ||||||
| Flask-Babel>=0.11.1,<3.1.0 | Flask-Babel>=0.11.1,<3.1.0 | ||||||
|   | |||||||
							
								
								
									
										28
									
								
								setup.cfg
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								setup.cfg
									
									
									
									
									
								
							| @@ -45,7 +45,7 @@ install_requires = | |||||||
| 	Flask-Login>=0.3.2,<0.6.3 | 	Flask-Login>=0.3.2,<0.6.3 | ||||||
| 	Flask-Principal>=0.3.2,<0.5.1 | 	Flask-Principal>=0.3.2,<0.5.1 | ||||||
| 	backports_abc>=0.4 | 	backports_abc>=0.4 | ||||||
| 	Flask>=1.0.2,<2.2.0 | 	Flask>=1.0.2,<2.3.0 | ||||||
| 	iso-639>=0.4.5,<0.5.0 | 	iso-639>=0.4.5,<0.5.0 | ||||||
| 	PyPDF>=3.0.0,<3.3.0 | 	PyPDF>=3.0.0,<3.3.0 | ||||||
| 	pytz>=2016.10 | 	pytz>=2016.10 | ||||||
| @@ -62,29 +62,29 @@ install_requires = | |||||||
|  |  | ||||||
| [options.extras_require] | [options.extras_require] | ||||||
| gdrive =  | gdrive =  | ||||||
| 	google-api-python-client>=1.7.11,<2.50.0 | 	google-api-python-client>=1.7.11,<2.75.0 | ||||||
| 	gevent>20.6.0,<22.0.0 | 	gevent>20.6.0,<23.0.0 | ||||||
| 	greenlet>=0.4.17,<1.2.0 | 	greenlet>=0.4.17,<2.1.0 | ||||||
| 	httplib2>=0.9.2,<0.21.0 | 	httplib2>=0.9.2,<0.22.0 | ||||||
| 	oauth2client>=4.0.0,<4.1.4 | 	oauth2client>=4.0.0,<4.1.4 | ||||||
| 	uritemplate>=3.0.0,<4.2.0 | 	uritemplate>=3.0.0,<4.2.0 | ||||||
| 	pyasn1-modules>=0.0.8,<0.3.0 | 	pyasn1-modules>=0.0.8,<0.3.0 | ||||||
| 	pyasn1>=0.1.9,<0.5.0 | 	pyasn1>=0.1.9,<0.5.0 | ||||||
| 	PyDrive2>=1.3.1,<1.11.0 | 	PyDrive2>=1.3.1,<1.16.0 | ||||||
| 	PyYAML>=3.12 | 	PyYAML>=3.12 | ||||||
| 	rsa>=3.4.2,<4.9.0 | 	rsa>=3.4.2,<4.10.0 | ||||||
| gmail =  | gmail =  | ||||||
| 	google-auth-oauthlib>=0.4.3,<0.6.0 | 	google-auth-oauthlib>=0.4.3,<0.9.0 | ||||||
| 	google-api-python-client>=1.7.11,<2.50.0 | 	google-api-python-client>=1.7.11,<2.75.0 | ||||||
| goodreads =  | goodreads =  | ||||||
| 	goodreads>=0.3.2,<0.4.0 | 	goodreads>=0.3.2,<0.4.0 | ||||||
| 	python-Levenshtein>=0.12.0,<0.13.0 | 	python-Levenshtein>=0.12.0,<0.21.0 | ||||||
| ldap =  | ldap =  | ||||||
| 	python-ldap>=3.0.0,<3.5.0 | 	python-ldap>=3.0.0,<3.5.0 | ||||||
| 	Flask-SimpleLDAP>=1.4.0,<1.5.0 | 	Flask-SimpleLDAP>=1.4.0,<1.5.0 | ||||||
| oauth =  | oauth =  | ||||||
| 	Flask-Dance>=2.0.0,<5.2.0 | 	Flask-Dance>=2.0.0,<6.3.0 | ||||||
| 	SQLAlchemy-Utils>=0.33.5,<0.39.0 | 	SQLAlchemy-Utils>=0.33.5,<0.40.0 | ||||||
| metadata =  | metadata =  | ||||||
| 	rarfile>=3.2 | 	rarfile>=3.2 | ||||||
| 	scholarly>=1.2.0,<1.8 | 	scholarly>=1.2.0,<1.8 | ||||||
| @@ -94,8 +94,8 @@ metadata = | |||||||
| 	beautifulsoup4>=4.0.1,<4.12.0 | 	beautifulsoup4>=4.0.1,<4.12.0 | ||||||
| 	cchardet>=2.0.0,<2.2.0 | 	cchardet>=2.0.0,<2.2.0 | ||||||
| comics =  | comics =  | ||||||
| 	natsort>=2.2.0,<8.2.0 | 	natsort>=2.2.0,<8.3.0 | ||||||
| 	comicapi>=2.2.0,<2.3.0 | 	comicapi>=2.2.0,<2.3.0 | ||||||
| kobo =  | kobo =  | ||||||
| 	jsonschema>=3.2.0,<4.9.0 | 	jsonschema>=3.2.0,<4.18.0 | ||||||
|  |  | ||||||
|   | |||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs