diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index 9ad4f96a..7c4d5a0e 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -196,12 +196,30 @@ TRANSLATIONS = yacreader_es.ts \ yacreader_zh_CN.ts \ yacreader_zh_TW.ts \ yacreader_zh_HK.ts \ - yacreader_it.ts -# yacreader_source.ts + yacreader_it.ts \ + yacreader_en.ts -LRELEASE_DIR = ../release/languages/ CONFIG += lrelease +win32 { + CONFIG(release, debug|release) { + SOURCE_QM_DIR = $$OUT_PWD/release/*.qm + } + CONFIG(debug, debug|release) { + SOURCE_QM_DIR = $$OUT_PWD/debug/*.qm + } + + DEPLOYMENT_OUT_QM_DIR = ../release/languages/ + OUT_QM_DIR = $${DESTDIR}/languages/ + + QMAKE_POST_LINK += $(MKDIR) $$shell_path($${OUT_QM_DIR}) 2> NULL & \ + $(COPY) $$shell_path($${SOURCE_QM_DIR}) $$shell_path($${OUT_QM_DIR}) & \ + $(MKDIR) $$shell_path($${DEPLOYMENT_OUT_QM_DIR}) 2> NULL & \ + $(COPY) $$shell_path($${SOURCE_QM_DIR}) $$shell_path($${DEPLOYMENT_OUT_QM_DIR}) +} else { + LRELEASE_DIR = ../release/languages/ +} + unix:!macx { # set install prefix if it's empty isEmpty(PREFIX) { diff --git a/YACReader/main.cpp b/YACReader/main.cpp index b16cfd03..d7a2b48c 100644 --- a/YACReader/main.cpp +++ b/YACReader/main.cpp @@ -173,11 +173,10 @@ int main(int argc, char *argv[]) logger.addDestination(std::move(fileDestination)); QTranslator translator; - QString sufix = QLocale::system().name(); #if defined Q_OS_UNIX && !defined Q_OS_MAC - translator.load(QString(DATADIR) + "/yacreader/languages/yacreader_" + sufix); + translator.load(QLocale(), "yacreader", "_", QString(DATADIR) + "/yacreader/languages"); #else - translator.load(QCoreApplication::applicationDirPath() + "/languages/yacreader_" + sufix); + translator.load(QLocale(), "yacreader", "_", "languages"); #endif app.installTranslator(&translator); auto mwv = new MainWindowViewer(); diff --git a/YACReader/yacreader_de.ts b/YACReader/yacreader_de.ts index e29a744d..05b17494 100644 --- a/YACReader/yacreader_de.ts +++ b/YACReader/yacreader_de.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Keine @@ -11,18 +12,23 @@ BookmarksDialog + Close Schliessen + + Loading... Laden... + Click on any image to go to the bookmark Klicke auf ein beliebiges Bild, um zum Lesezeichen zu gehen + Lastest Page Neueste Seite @@ -30,22 +36,27 @@ EditShortcutsDialog + Restore defaults Standardwerte wiederherstellen + To change a shortcut, double click in the key combination and type the new keys. Um ein Kürzel zu ändern, klicke doppelt auf die Tastenkombination und füge die neuen Tasten ein. + Shortcuts settings Kürzel-Einstellungen + Shortcut in use Genutzte Kürzel + The shortcut "%1" is already assigned to other function Das Kürzel "%1" ist bereits für eine andere Funktion in Verwendung @@ -53,18 +64,22 @@ FileComic + Format not supported Format wird nicht unterstützt + 7z not found 7z nicht gefunden + Unknown error opening the file Unbekannter Fehler beim Öffnen des Files + CRC error on page (%1): some of the pages will not be displayed correctly CRC Error auf Seite (%1): Einige Seiten werden nicht korrekt dargestellt @@ -72,22 +87,28 @@ GoToDialog + Go To Gehe zu + Go to... Gehe zu... + + Total pages : Seiten gesamt : + Cancel Abbrechen + Page : Seite : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Seite : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Hilfe + + System info + + + + About Über @@ -113,30 +142,37 @@ LogWindow + Log window Änderungsprotokoll-Fenster + &Pause Pause + &Save Speichern + C&lear L&öschen + &Copy &Kopieren + Level: Level + &Auto scroll &Automatisches Scrollen @@ -145,464 +181,500 @@ MainWindowViewer File - Datei + Datei Help - Hilfe + Hilfe Save - Speichern + Speichern &File - &Datei + &Datei &Next - &Nächstes + &Nächstes &Open - &Öffnen + &Öffnen Close - Schliessen + Schliessen Open Comic - Comic öffnen + Comic öffnen Go To - Gehe zu + Gehe zu Open image folder - Bilder-Ordner öffnen + Bilder-Ordner öffnen Set bookmark - Lesezeichen setzen + Lesezeichen setzen page_%1.jpg - Seite_%1.jpg + Seite_%1.jpg Switch to double page mode - Zum Doppelseiten-Modus wechseln + Zum Doppelseiten-Modus wechseln Save current page - Aktuelle Seite speichern + Aktuelle Seite speichern Double page mode - Doppelseiten-Modus + Doppelseiten-Modus Switch Magnifying glass - Vergrößerungsglas wechseln + Vergrößerungsglas wechseln Open Folder - Ordner öffnen + Ordner öffnen Fit Height - Höhe anpassen + Höhe anpassen Comic files - Comic-Dateien + Comic-Dateien Not now - Nicht jetzt + Nicht jetzt Go to previous page - Zur vorherigen Seite gehen + Zur vorherigen Seite gehen Open a comic - Comic öffnen + Comic öffnen Image files (*.jpg) - Bildateien (*.jpg) + Bildateien (*.jpg) Next Comic - Nächster Comic + Nächster Comic Fit Width - Breite anpassen + Breite anpassen Options - Optionen + Optionen Show Info - Info anzeigen + Info anzeigen Open folder - Ordner öffnen + Ordner öffnen Go to page ... - Gehe zu Seite ... + Gehe zu Seite ... Fit image to width - Bildbreite anpassen + Bildbreite anpassen &Previous - &Vorherige + &Vorherige Go to next page - Zur nächsten Seite gehen + Zur nächsten Seite gehen Show keyboard shortcuts - Tastenkürzel anzeigen + Tastenkürzel anzeigen There is a new version available - Neue Version verfügbar + Neue Version verfügbar Open next comic - Nächsten Comic öffnen + Nächsten Comic öffnen Remind me in 14 days - In 14 Tagen erneut erinnern + In 14 Tagen erneut erinnern Show bookmarks - Lesezeichen anzeigen + Lesezeichen anzeigen Open previous comic - Vorherigen Comic öffnen + Vorherigen Comic öffnen Rotate image to the left - Bild nach links drehen + Bild nach links drehen Fit image to height - Bild an Höhe anpassen + Bild an Höhe anpassen Show the bookmarks of the current comic - Lesezeichen für diesen Comic anzeigen + Lesezeichen für diesen Comic anzeigen Show Dictionary - Wörterbuch anzeigen + Wörterbuch anzeigen YACReader options - YACReader Optionen + YACReader Optionen Help, About YACReader - Hilfe, über YACReader + Hilfe, über YACReader Show go to flow - "Go to Flow" anzeigen + "Go to Flow" anzeigen Previous Comic - Voheriger Comic + Voheriger Comic Show full size - Vollansicht anzeigen + Vollansicht anzeigen Magnifying glass - Vergößerungsglas + Vergößerungsglas General - Allgemein + Allgemein Set a bookmark on the current page - Lesezeichen auf dieser Seite setzen + Lesezeichen auf dieser Seite setzen Do you want to download the new version? - Möchten Sie die neue Version herunterladen? + Möchten Sie die neue Version herunterladen? Rotate image to the right - Bild nach rechts drehen + Bild nach rechts drehen Always on top - Immer Oberste Ansicht + Immer Oberste Ansicht New instance - Neuer Fall + Neuer Fall Open latest comic - Neuesten Comic öffnen + Neuesten Comic öffnen Open the latest comic opened in the previous reading session - Öffne den neuesten Comic deiner letzten Sitzung + Öffne den neuesten Comic deiner letzten Sitzung Clear - Löschen + Löschen Clear open recent list - Lösche Liste zuletzt geöffneter Elemente + Lösche Liste zuletzt geöffneter Elemente Fit to page - An Seite anpassen + An Seite anpassen Reset zoom - Zoom zurücksetzen + Zoom zurücksetzen Show zoom slider - Zoomleiste anzeigen + Zoomleiste anzeigen Zoom+ - Zoom+ + Zoom+ Zoom- - Zoom- + Zoom- Double page manga mode - Doppelseiten-Manga-Modus + Doppelseiten-Manga-Modus Reverse reading order in double page mode - Umgekehrte Lesereihenfolge im Doppelseiten-Modus + Umgekehrte Lesereihenfolge im Doppelseiten-Modus Edit shortcuts - Kürzel ändern + Kürzel ändern Open recent - Kürzlich geöffnet + Kürzlich geöffnet Edit - Ändern + Ändern View - Anzeigen + Anzeigen Go - Los + Los Window - Fenster + Fenster Comics - Comics + Comics Toggle fullscreen mode - Vollbild-Modus umschalten + Vollbild-Modus umschalten Hide/show toolbar - Symbolleiste anzeigen/verstecken + Symbolleiste anzeigen/verstecken Size up magnifying glass - Vergrößerungsglas vergrößern + Vergrößerungsglas vergrößern Size down magnifying glass - Vergrößerungsglas verkleinern + Vergrößerungsglas verkleinern Zoom in magnifying glass - Vergrößerungsglas reinzoomen + Vergrößerungsglas reinzoomen Zoom out magnifying glass - Vergrößerungsglas rauszoomen + Vergrößerungsglas rauszoomen Magnifiying glass - Vergrößerungsglas + Vergrößerungsglas Toggle between fit to width and fit to height - Zwischen Anpassung an Seite und Höhe wechseln + Zwischen Anpassung an Seite und Höhe wechseln Page adjustement - Seitenanpassung + Seitenanpassung Autoscroll down - Automatisches Runterscrollen + Automatisches Runterscrollen Autoscroll up - Automatisches Raufscrollen + Automatisches Raufscrollen Autoscroll forward, horizontal first - Automatisches Vorwärtsscrollen, horizontal zuerst + Automatisches Vorwärtsscrollen, horizontal zuerst Autoscroll backward, horizontal first - Automatisches Zurückscrollen, horizontal zuerst + Automatisches Zurückscrollen, horizontal zuerst Autoscroll forward, vertical first - Automatisches Vorwärtsscrollen, vertikal zuerst + Automatisches Vorwärtsscrollen, vertikal zuerst Autoscroll backward, vertical first - Automatisches Zurückscrollen, vertikal zuerst + Automatisches Zurückscrollen, vertikal zuerst Move down - Nach unten + Nach unten Move up - Nach oben + Nach oben Move left - Nach links + Nach links Move right - Nach rechts + Nach rechts Go to the first page - Zur ersten Seite gehen + Zur ersten Seite gehen Go to the last page - Zur letzten Seite gehen + Zur letzten Seite gehen Reading - Lesend + Lesend OptionsDialog + Gamma Gamma + Reset Zurücksetzen + My comics path Meine Comics-Pfad + Image adjustment Bildanpassung + "Go to flow" size "Go to flow" Größe + Choose Auswählen + Image options Bilderoptionen + Contrast Kontrast + Options Optionen + Comics directory Comics-Verzeichnis + Background color Hintergrundfarbe + Page Flow Page Flow + General Allgemein + Brightness Helligkeit + Restart is needed Neustart erforderlich + Quick Navigation Mode Schnellnavigations-Modus + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation Aktivierung durch Maus deaktivieren + Fit options Anpassungsoptionen + Enlarge images to fit width/height Bilder vergrößern, um sie Breite/Höhe anzupassen + Double Page options Doppelseiten-Einstellungen + Show covers as single page Cover als eine Seite darstellen @@ -610,34 +682,42 @@ QObject + 7z lib not found 7z-Verzeichnis nicht gefunden + unable to load 7z lib from ./utils 7z -erzeichnis kann von ./utils nicht geladen werden + Trace Verfolgen + Debug Fehlersuche + Info Information + Warning Warnung + Error Error + Fatal Fatal @@ -645,14 +725,17 @@ QsLogging::LogWindowModel + Time Zeit + Level Level + Message NAchricht @@ -660,18 +743,22 @@ QsLogging::Window + &Pause &Pause + &Resume &Weiter + Save log Protokoll speichern + Log file (*.log) Protokoll-Datei (*.log) @@ -679,14 +766,17 @@ ShortcutsDialog + Close Schliessen + YACReader keyboard shortcuts YACReader Tastaturkürzel + Keyboard Shortcuts Tastaturkürzel @@ -694,45 +784,537 @@ Viewer + Page not available! Seite nicht verfügbar! + + Press 'O' to open comic. 'O' drücken, um Comic zu öffnen. + Error opening comic Fehler beim Öffnen des Comics + Cover! Titelseite! + CRC Error CRC Fehler + Comic not found Comic nicht gefunden + Not found Nicht gefunden + Last page! Letzte Seite! + Loading...please wait! Ladevorgang... Bitte warten! + + YACReader::MainWindowViewer + + + &Open + &Öffnen + + + + Open a comic + Comic öffnen + + + + New instance + Neuer Fall + + + + Open Folder + Ordner öffnen + + + + Open image folder + Bilder-Ordner öffnen + + + + Open latest comic + Neuesten Comic öffnen + + + + Open the latest comic opened in the previous reading session + Öffne den neuesten Comic deiner letzten Sitzung + + + + Clear + Löschen + + + + Clear open recent list + Lösche Liste zuletzt geöffneter Elemente + + + + Save + Speichern + + + + + Save current page + Aktuelle Seite speichern + + + + Previous Comic + Voheriger Comic + + + + + + Open previous comic + Vorherigen Comic öffnen + + + + Next Comic + Nächster Comic + + + + + + Open next comic + Nächsten Comic öffnen + + + + &Previous + &Vorherige + + + + + + Go to previous page + Zur vorherigen Seite gehen + + + + &Next + &Nächstes + + + + + + Go to next page + Zur nächsten Seite gehen + + + + Fit Height + Höhe anpassen + + + + Fit image to height + Bild an Höhe anpassen + + + + Fit Width + Breite anpassen + + + + Fit image to width + Bildbreite anpassen + + + + Show full size + Vollansicht anzeigen + + + + Fit to page + An Seite anpassen + + + + Reset zoom + Zoom zurücksetzen + + + + Show zoom slider + Zoomleiste anzeigen + + + + Zoom+ + Zoom+ + + + + Zoom- + Zoom- + + + + Rotate image to the left + Bild nach links drehen + + + + Rotate image to the right + Bild nach rechts drehen + + + + Double page mode + Doppelseiten-Modus + + + + Switch to double page mode + Zum Doppelseiten-Modus wechseln + + + + Double page manga mode + Doppelseiten-Manga-Modus + + + + Reverse reading order in double page mode + Umgekehrte Lesereihenfolge im Doppelseiten-Modus + + + + Go To + Gehe zu + + + + Go to page ... + Gehe zu Seite ... + + + + Options + Optionen + + + + YACReader options + YACReader Optionen + + + + + Help + Hilfe + + + + Help, About YACReader + Hilfe, über YACReader + + + + Magnifying glass + Vergößerungsglas + + + + Switch Magnifying glass + Vergrößerungsglas wechseln + + + + Set bookmark + Lesezeichen setzen + + + + Set a bookmark on the current page + Lesezeichen auf dieser Seite setzen + + + + Show bookmarks + Lesezeichen anzeigen + + + + Show the bookmarks of the current comic + Lesezeichen für diesen Comic anzeigen + + + + Show keyboard shortcuts + Tastenkürzel anzeigen + + + + Show Info + Info anzeigen + + + + Close + + + + + Show Dictionary + Wörterbuch anzeigen + + + + Show go to flow + "Go to Flow" anzeigen + + + + Edit shortcuts + + + + + &File + &Datei + + + + + Open recent + Kürzlich geöffnet + + + + File + Datei + + + + Edit + Ändern + + + + View + Anzeigen + + + + Go + Los + + + + Window + Fenster + + + + + Open Comic + Comic öffnen + + + + + Comic files + Comic-Dateien + + + + Open folder + Ordner öffnen + + + + page_%1.jpg + Seite_%1.jpg + + + + Image files (*.jpg) + Bildateien (*.jpg) + + + + Comics + Comics + + + + Toggle fullscreen mode + Vollbild-Modus umschalten + + + + Hide/show toolbar + Symbolleiste anzeigen/verstecken + + + + General + Allgemein + + + + Size up magnifying glass + Vergrößerungsglas vergrößern + + + + Size down magnifying glass + Vergrößerungsglas verkleinern + + + + Zoom in magnifying glass + Vergrößerungsglas reinzoomen + + + + Zoom out magnifying glass + Vergrößerungsglas rauszoomen + + + + Magnifiying glass + Vergrößerungsglas + + + + Toggle between fit to width and fit to height + Zwischen Anpassung an Seite und Höhe wechseln + + + + Page adjustement + Seitenanpassung + + + + Autoscroll down + Automatisches Runterscrollen + + + + Autoscroll up + Automatisches Raufscrollen + + + + Autoscroll forward, horizontal first + Automatisches Vorwärtsscrollen, horizontal zuerst + + + + Autoscroll backward, horizontal first + Automatisches Zurückscrollen, horizontal zuerst + + + + Autoscroll forward, vertical first + Automatisches Vorwärtsscrollen, vertikal zuerst + + + + Autoscroll backward, vertical first + Automatisches Zurückscrollen, vertikal zuerst + + + + Move down + Nach unten + + + + Move up + Nach oben + + + + Move left + Nach links + + + + Move right + Nach rechts + + + + Go to the first page + Zur ersten Seite gehen + + + + Go to the last page + Zur letzten Seite gehen + + + + Reading + Lesend + + + + There is a new version available + Neue Version verfügbar + + + + Do you want to download the new version? + Möchten Sie die neue Version herunterladen? + + + + Remind me in 14 days + In 14 Tagen erneut erinnern + + + + Not now + Nicht jetzt + + YACReader::WhatsNewDialog + Close Schließen @@ -740,10 +1322,13 @@ YACReaderFieldEdit + Restore to default Ursprungszustand wiederherstellen + + Click to overwrite Anklicken, um zu überschreiben @@ -751,10 +1336,15 @@ YACReaderFieldPlainTextEdit + Restore to default Urpsrungszustand wiederherstellen + + + + Click to overwrite Anklicken, um zu überschreiben @@ -762,18 +1352,22 @@ YACReaderFlowConfigWidget + CoverFlow look Tielseiten Ansicht + How to show covers: Titelseiten Anzeigeoptionen: + Stripe look Streifen-Ansicht + Overlapped Stripe look Überlappende Streifen-Ansicht @@ -781,94 +1375,117 @@ YACReaderGLFlowConfigWidget + Zoom Vergrößern + Light Licht + Show advanced settings Zeige erweiterte Einstellungen + Roulette look Zufalls-Ansicht + Cover Angle Titelbild Ansichtswinkel + Stripe look Streifen-Ansicht + Position Position + Z offset Z-Anpassung + Y offset Y-Anpassung + Central gap Mittiger Abstand + Presets: Voreinstellungen: + Overlapped Stripe look Überlappende Streifen-Ansicht + Modern look Moderne Ansicht + View angle Anzeige-Winkel + Max angle Maximaler Winkel + Custom: Benutzerdefiniert: + Classic look Klassische Ansicht + Cover gap Titelbild-Abstand + High Performance Hohe Leistung + Performance: Leistung: + Use VSync (improve the image quality in fullscreen mode, worse performance) Benutze VSync (verbessert die Bildqualität im Vollanzeigemodus, schlechtere Leistung) + Visibility Sichtbarkeit + Low Performance Niedrige Leistung @@ -876,22 +1493,27 @@ YACReaderOptionsDialog + Save Speichern + Use hardware acceleration (restart needed) Nutze Hardwarebeschleunigung (Neustart erforderlich) + Cancel Abbrechen + Edit shortcuts Kürzel bearbeiten + Shortcuts Kürzel @@ -899,6 +1521,7 @@ YACReaderSlider + Reset Zurücksetzen @@ -906,18 +1529,23 @@ YACReaderTranslator + clear Löschen + Service not available Service nicht verfügbar + + Translation Übersetzung + YACReader translator YACReader Übersetzer diff --git a/YACReader/yacreader_en.ts b/YACReader/yacreader_en.ts new file mode 100644 index 00000000..bac4cb38 --- /dev/null +++ b/YACReader/yacreader_en.ts @@ -0,0 +1,1174 @@ + + + + + ActionsShortcutsModel + + + None + + + + + BookmarksDialog + + + Lastest Page + + + + + Close + + + + + Click on any image to go to the bookmark + + + + + + Loading... + + + + + EditShortcutsDialog + + + Restore defaults + + + + + To change a shortcut, double click in the key combination and type the new keys. + + + + + Shortcuts settings + + + + + Shortcut in use + + + + + The shortcut "%1" is already assigned to other function + + + + + FileComic + + + CRC error on page (%1): some of the pages will not be displayed correctly + + + + + Unknown error opening the file + + + + + 7z not found + + + + + Format not supported + + + + + GoToDialog + + + Page : + + + + + Go To + + + + + Cancel + + + + + + Total pages : + + + + + Go to... + + + + + GoToFlowToolBar + + + Page : + + + + + HelpAboutDialog + + + About + + + + + Help + + + + + System info + + + + + LogWindow + + + Log window + + + + + &Pause + + + + + &Save + + + + + C&lear + + + + + &Copy + + + + + Level: + + + + + &Auto scroll + + + + + OptionsDialog + + + "Go to flow" size + + + + + My comics path + + + + + Background color + + + + + Choose + + + + + Quick Navigation Mode + + + + + Disable mouse over activation + + + + + Restart is needed + + + + + Brightness + + + + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + + Contrast + + + + + Gamma + + + + + Reset + + + + + Image options + + + + + Fit options + + + + + Enlarge images to fit width/height + + + + + Double Page options + + + + + Show covers as single page + + + + + General + + + + + Page Flow + + + + + Image adjustment + + + + + Options + + + + + Comics directory + + + + + QObject + + + 7z lib not found + + + + + unable to load 7z lib from ./utils + + + + + Trace + + + + + Debug + + + + + Info + + + + + Warning + + + + + Error + + + + + Fatal + + + + + QsLogging::LogWindowModel + + + Time + + + + + Level + + + + + Message + + + + + QsLogging::Window + + + &Pause + + + + + &Resume + + + + + Save log + + + + + Log file (*.log) + + + + + ShortcutsDialog + + + YACReader keyboard shortcuts + + + + + Close + + + + + Keyboard Shortcuts + + + + + Viewer + + + + Press 'O' to open comic. + + + + + Not found + + + + + Comic not found + + + + + Error opening comic + + + + + CRC Error + + + + + Loading...please wait! + + + + + Page not available! + + + + + Cover! + + + + + Last page! + + + + + YACReader::MainWindowViewer + + + &Open + + + + + Open a comic + + + + + New instance + + + + + Open Folder + + + + + Open image folder + + + + + Open latest comic + + + + + Open the latest comic opened in the previous reading session + + + + + Clear + + + + + Clear open recent list + + + + + Save + + + + + + Save current page + + + + + Previous Comic + + + + + + + Open previous comic + + + + + Next Comic + + + + + + + Open next comic + + + + + &Previous + + + + + + + Go to previous page + + + + + &Next + + + + + + + Go to next page + + + + + Fit Height + + + + + Fit image to height + + + + + Fit Width + + + + + Fit image to width + + + + + Show full size + + + + + Fit to page + + + + + Reset zoom + + + + + Show zoom slider + + + + + Zoom+ + + + + + Zoom- + + + + + Rotate image to the left + + + + + Rotate image to the right + + + + + Double page mode + + + + + Switch to double page mode + + + + + Double page manga mode + + + + + Reverse reading order in double page mode + + + + + Go To + + + + + Go to page ... + + + + + Options + + + + + YACReader options + + + + + + Help + + + + + Help, About YACReader + + + + + Magnifying glass + + + + + Switch Magnifying glass + + + + + Set bookmark + + + + + Set a bookmark on the current page + + + + + Show bookmarks + + + + + Show the bookmarks of the current comic + + + + + Show keyboard shortcuts + + + + + Show Info + + + + + Close + + + + + Show Dictionary + + + + + Show go to flow + + + + + Edit shortcuts + + + + + &File + + + + + + Open recent + + + + + File + + + + + Edit + + + + + View + + + + + Go + + + + + Window + + + + + + Open Comic + + + + + + Comic files + + + + + Open folder + + + + + page_%1.jpg + + + + + Image files (*.jpg) + + + + + Comics + + + + + Toggle fullscreen mode + + + + + Hide/show toolbar + + + + + General + + + + + Size up magnifying glass + + + + + Size down magnifying glass + + + + + Zoom in magnifying glass + + + + + Zoom out magnifying glass + + + + + Magnifiying glass + + + + + Toggle between fit to width and fit to height + + + + + Page adjustement + + + + + Autoscroll down + + + + + Autoscroll up + + + + + Autoscroll forward, horizontal first + + + + + Autoscroll backward, horizontal first + + + + + Autoscroll forward, vertical first + + + + + Autoscroll backward, vertical first + + + + + Move down + + + + + Move up + + + + + Move left + + + + + Move right + + + + + Go to the first page + + + + + Go to the last page + + + + + Reading + + + + + There is a new version available + + + + + Do you want to download the new version? + + + + + Remind me in 14 days + + + + + Not now + + + + + YACReader::WhatsNewDialog + + + Close + + + + + YACReaderFieldEdit + + + + Click to overwrite + + + + + Restore to default + + + + + YACReaderFieldPlainTextEdit + + + + + + Click to overwrite + + + + + Restore to default + + + + + YACReaderFlowConfigWidget + + + How to show covers: + + + + + CoverFlow look + + + + + Stripe look + + + + + Overlapped Stripe look + + + + + YACReaderGLFlowConfigWidget + + + Presets: + + + + + Classic look + + + + + Stripe look + + + + + Overlapped Stripe look + + + + + Modern look + + + + + Roulette look + + + + + Show advanced settings + + + + + Custom: + + + + + View angle + + + + + Position + + + + + Cover gap + + + + + Central gap + + + + + Zoom + + + + + Y offset + + + + + Z offset + + + + + Cover Angle + + + + + Visibility + + + + + Light + + + + + Max angle + + + + + Low Performance + + + + + High Performance + + + + + Use VSync (improve the image quality in fullscreen mode, worse performance) + + + + + Performance: + + + + + YACReaderOptionsDialog + + + Save + + + + + Cancel + + + + + Edit shortcuts + + + + + Shortcuts + + + + + Use hardware acceleration (restart needed) + + + + + YACReaderSlider + + + Reset + + + + + YACReaderTranslator + + + YACReader translator + + + + + + Translation + + + + + clear + + + + + Service not available + + + + diff --git a/YACReader/yacreader_es.ts b/YACReader/yacreader_es.ts index da6980a3..070bc5bf 100644 --- a/YACReader/yacreader_es.ts +++ b/YACReader/yacreader_es.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,18 +12,23 @@ BookmarksDialog + Close Cerrar + + Loading... Cargando... + Click on any image to go to the bookmark Pulsa en cualquier imagen para ir al marcador + Lastest Page Última página @@ -30,22 +36,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -53,18 +64,22 @@ FileComic + Format not supported Formato no soportado + 7z not found 7z no encontrado + Unknown error opening the file Error desconocido abriendo el archivo + CRC error on page (%1): some of the pages will not be displayed correctly Error CRC en la página (%1): algunas de las páginas no se mostrarán correctamente @@ -72,22 +87,28 @@ GoToDialog + Go To Ir a + Go to... Ir a... + + Total pages : Páginas totales: + Cancel Cancelar + Page : Página : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Página : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Ayuda + + System info + + + + About Acerca de @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,336 @@ MainWindowViewer File - Archivo + Archivo Help - Ayuda + Ayuda Save - Guardar + Guardar &File - &Archivo + &Archivo &Next - Siguie&nte + Siguie&nte &Open - &Abrir + &Abrir Close - Cerrar + Cerrar Open Comic - Abrir cómic + Abrir cómic Go To - Ir a + Ir a Open image folder - Abrir carpeta de imágenes + Abrir carpeta de imágenes Set bookmark - Añadir marcador + Añadir marcador page_%1.jpg - página_%1.jpg + página_%1.jpg Switch to double page mode - Cambiar a modo de doble página + Cambiar a modo de doble página Save current page - Guardar la página actual + Guardar la página actual Double page mode - Modo a doble página + Modo a doble página Switch Magnifying glass - Lupa On/Off + Lupa On/Off Open Folder - Abrir carpeta + Abrir carpeta Fit Height - Ajustar altura + Ajustar altura Comic files - Archivos de cómic + Archivos de cómic Not now - Ahora no + Ahora no Go to previous page - Ir a la página anterior + Ir a la página anterior Open a comic - Abrir cómic + Abrir cómic Image files (*.jpg) - Archivos de imagen (*.jpg) + Archivos de imagen (*.jpg) Next Comic - Siguiente Cómic + Siguiente Cómic Fit Width - Ajustar anchura + Ajustar anchura Options - Opciones + Opciones Show Info - Mostrar información + Mostrar información Open folder - Abrir carpeta + Abrir carpeta Go to page ... - Ir a página... + Ir a página... Fit image to width - Ajustar página a lo ancho + Ajustar página a lo ancho &Previous - A&nterior + A&nterior Go to next page - Ir a la página siguiente + Ir a la página siguiente Show keyboard shortcuts - Mostrar atajos de teclado + Mostrar atajos de teclado There is a new version available - Hay una nueva versión disponible + Hay una nueva versión disponible Open next comic - Abrir siguiente cómic + Abrir siguiente cómic Remind me in 14 days - Recordar en 14 días + Recordar en 14 días Show bookmarks - Mostrar marcadores + Mostrar marcadores Open previous comic - Abrir cómic anterior + Abrir cómic anterior Rotate image to the left - Rotar imagen a la izquierda + Rotar imagen a la izquierda Fit image to height - Ajustar página a lo alto + Ajustar página a lo alto Show the bookmarks of the current comic - Mostrar los marcadores del cómic actual + Mostrar los marcadores del cómic actual Show Dictionary - Mostrar diccionario + Mostrar diccionario YACReader options - Opciones de YACReader + Opciones de YACReader Help, About YACReader - Ayuda, Sobre YACReader + Ayuda, Sobre YACReader Show go to flow - Mostrar flow ir a + Mostrar flow ir a Previous Comic - Cómic anterior + Cómic anterior Show full size - Mostrar a tamaño original + Mostrar a tamaño original Magnifying glass - Lupa + Lupa General - General + General Set a bookmark on the current page - Añadir un marcador en la página actual + Añadir un marcador en la página actual Do you want to download the new version? - ¿Desea descargar la nueva versión? + ¿Desea descargar la nueva versión? Rotate image to the right - Rotar imagen a la derecha + Rotar imagen a la derecha Always on top - Siempre visible - - - New instance - - - - Open latest comic - - - - Open the latest comic opened in the previous reading session - - - - Clear - - - - Clear open recent list - - - - Fit to page - - - - Reset zoom - - - - Show zoom slider - - - - Zoom+ - - - - Zoom- - - - - Double page manga mode - - - - Reverse reading order in double page mode - - - - Edit shortcuts - - - - Open recent - - - - Edit - - - - View - - - - Go - - - - Window - - - - Comics - - - - Toggle fullscreen mode - - - - Hide/show toolbar - - - - Size up magnifying glass - - - - Size down magnifying glass - - - - Zoom in magnifying glass - - - - Zoom out magnifying glass - - - - Magnifiying glass - - - - Toggle between fit to width and fit to height - - - - Page adjustement - - - - Autoscroll down - - - - Autoscroll up - - - - Autoscroll forward, horizontal first - - - - Autoscroll backward, horizontal first - - - - Autoscroll forward, vertical first - - - - Autoscroll backward, vertical first - - - - Move down - - - - Move up - - - - Move left - - - - Move right - - - - Go to the first page - - - - Go to the last page - - - - Reading - + Siempre visible OptionsDialog + Gamma Gamma + Reset Reset + My comics path Ruta a mis cómics + Image adjustment Ajustes de imagen + "Go to flow" size Tamaño de "Go to flow" + Choose Elegir + Image options Opciones de imagen + Contrast Contraste + Options Opciones + Comics directory Directorio de cómics + Background color Color de fondo + Page Flow Page Flow + General General + Brightness Brillo + Restart is needed Es necesario reiniciar + Quick Navigation Mode + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page @@ -610,34 +518,42 @@ QObject + 7z lib not found 7z lib no encontrado + unable to load 7z lib from ./utils imposible cargar 7z lib de ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +561,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +579,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +602,17 @@ ShortcutsDialog + Close Cerrar + YACReader keyboard shortcuts Atajos de teclado de YACReader + Keyboard Shortcuts Atajos de teclado @@ -694,45 +620,537 @@ Viewer + Page not available! ¡Página no disponible! + + Press 'O' to open comic. Pulsa 'O' para abrir un fichero. + Error opening comic Error abriendo cómic + Cover! ¡Portada! + CRC Error Error CRC + Comic not found Cómic no encontrado + Not found No encontrado + Last page! ¡Última página! + Loading...please wait! Cargando...espere, por favor! + + YACReader::MainWindowViewer + + + &Open + &Abrir + + + + Open a comic + Abrir cómic + + + + New instance + + + + + Open Folder + Abrir carpeta + + + + Open image folder + Abrir carpeta de imágenes + + + + Open latest comic + + + + + Open the latest comic opened in the previous reading session + + + + + Clear + + + + + Clear open recent list + + + + + Save + Guardar + + + + + Save current page + Guardar la página actual + + + + Previous Comic + Cómic anterior + + + + + + Open previous comic + Abrir cómic anterior + + + + Next Comic + Siguiente Cómic + + + + + + Open next comic + Abrir siguiente cómic + + + + &Previous + A&nterior + + + + + + Go to previous page + Ir a la página anterior + + + + &Next + Siguie&nte + + + + + + Go to next page + Ir a la página siguiente + + + + Fit Height + Ajustar altura + + + + Fit image to height + Ajustar página a lo alto + + + + Fit Width + Ajustar anchura + + + + Fit image to width + Ajustar página a lo ancho + + + + Show full size + Mostrar a tamaño original + + + + Fit to page + + + + + Reset zoom + + + + + Show zoom slider + + + + + Zoom+ + + + + + Zoom- + + + + + Rotate image to the left + Rotar imagen a la izquierda + + + + Rotate image to the right + Rotar imagen a la derecha + + + + Double page mode + Modo a doble página + + + + Switch to double page mode + Cambiar a modo de doble página + + + + Double page manga mode + + + + + Reverse reading order in double page mode + + + + + Go To + Ir a + + + + Go to page ... + Ir a página... + + + + Options + Opciones + + + + YACReader options + Opciones de YACReader + + + + + Help + Ayuda + + + + Help, About YACReader + Ayuda, Sobre YACReader + + + + Magnifying glass + Lupa + + + + Switch Magnifying glass + Lupa On/Off + + + + Set bookmark + Añadir marcador + + + + Set a bookmark on the current page + Añadir un marcador en la página actual + + + + Show bookmarks + Mostrar marcadores + + + + Show the bookmarks of the current comic + Mostrar los marcadores del cómic actual + + + + Show keyboard shortcuts + Mostrar atajos de teclado + + + + Show Info + Mostrar información + + + + Close + Cerrar + + + + Show Dictionary + Mostrar diccionario + + + + Show go to flow + Mostrar flow ir a + + + + Edit shortcuts + + + + + &File + &Archivo + + + + + Open recent + + + + + File + Archivo + + + + Edit + + + + + View + + + + + Go + + + + + Window + + + + + + Open Comic + Abrir cómic + + + + + Comic files + Archivos de cómic + + + + Open folder + Abrir carpeta + + + + page_%1.jpg + página_%1.jpg + + + + Image files (*.jpg) + Archivos de imagen (*.jpg) + + + + Comics + + + + + Toggle fullscreen mode + + + + + Hide/show toolbar + + + + + General + General + + + + Size up magnifying glass + + + + + Size down magnifying glass + + + + + Zoom in magnifying glass + + + + + Zoom out magnifying glass + + + + + Magnifiying glass + + + + + Toggle between fit to width and fit to height + + + + + Page adjustement + + + + + Autoscroll down + + + + + Autoscroll up + + + + + Autoscroll forward, horizontal first + + + + + Autoscroll backward, horizontal first + + + + + Autoscroll forward, vertical first + + + + + Autoscroll backward, vertical first + + + + + Move down + + + + + Move up + + + + + Move left + + + + + Move right + + + + + Go to the first page + + + + + Go to the last page + + + + + Reading + + + + + There is a new version available + Hay una nueva versión disponible + + + + Do you want to download the new version? + ¿Desea descargar la nueva versión? + + + + Remind me in 14 days + Recordar en 14 días + + + + Not now + Ahora no + + YACReader::WhatsNewDialog + Close Cerrar @@ -740,10 +1158,13 @@ YACReaderFieldEdit + Restore to default Restaurar valor por defecto + + Click to overwrite Click para sobreescribir @@ -751,10 +1172,15 @@ YACReaderFieldPlainTextEdit + Restore to default Restaurar valor por defecto + + + + Click to overwrite Click para sobreescribir @@ -762,18 +1188,22 @@ YACReaderFlowConfigWidget + CoverFlow look Tipo CoverFlow + How to show covers: Cómo mostrar las portadas: + Stripe look Tipo tira + Overlapped Stripe look Tipo tira solapada @@ -781,94 +1211,117 @@ YACReaderGLFlowConfigWidget + Zoom Zoom + Light Luz + Show advanced settings Opciones avanzadas + Roulette look Tipo ruleta + Cover Angle Ángulo de las portadas + Stripe look Tipo tira + Position Posición + Z offset Desplazamiento en Z + Y offset Desplazamiento en Y + Central gap Hueco central + Presets: Predefinidos: + Overlapped Stripe look Tipo tira solapada + Modern look Tipo moderno + View angle Ángulo de vista + Max angle Ángulo máximo + Custom: Personalizado: + Classic look Tipo clásico + Cover gap Hueco entre portadas + High Performance Alto rendimiento + Performance: Rendimiento: + Use VSync (improve the image quality in fullscreen mode, worse performance) Utilizar VSync (mejora la calidad de imagen en pantalla completa, peor rendimiento) + Visibility Visibilidad + Low Performance Rendimiento bajo @@ -876,22 +1329,27 @@ YACReaderOptionsDialog + Save Guardar + Use hardware acceleration (restart needed) Utilizar aceleración por hardware (necesario reiniciar) + Cancel Cancelar + Edit shortcuts + Shortcuts @@ -899,6 +1357,7 @@ YACReaderSlider + Reset Reset @@ -906,18 +1365,23 @@ YACReaderTranslator + clear limpiar + Service not available Servicio no disponible + + Translation Traducción + YACReader translator Traductor YACReader diff --git a/YACReader/yacreader_fr.ts b/YACReader/yacreader_fr.ts index 4dd7574d..07649797 100644 --- a/YACReader/yacreader_fr.ts +++ b/YACReader/yacreader_fr.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Rien @@ -11,18 +12,23 @@ BookmarksDialog + Close Fermer + + Loading... Chargement... + Click on any image to go to the bookmark Cliquez sur une image pour aller au marque-page + Lastest Page Aller à la dernière page @@ -30,22 +36,27 @@ EditShortcutsDialog + Shortcut in use Raccourci en cours d'utilisation + Restore defaults Réinitialiser + Shortcuts settings Paramètres de raccourcis + The shortcut "%1" is already assigned to other function Le raccourci "%1" est déjà affecté à une autre fonction + To change a shortcut, double click in the key combination and type the new keys. Pour modifier un raccourci, double-cliquez sur la combinaison de touches et tapez les nouvelles clés. @@ -53,18 +64,22 @@ FileComic + Format not supported Format non supporté + 7z not found 7z introuvable + Unknown error opening the file Erreur inconnue lors de l'ouverture du fichier + CRC error on page (%1): some of the pages will not be displayed correctly Erreur CRC sur la page (%1): certaines pages ne s'afficheront pas correctement @@ -72,22 +87,28 @@ GoToDialog + Go To Aller à + Go to... Aller à... + + Total pages : Nombre de pages : + Cancel Annuler + Page : Page : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Page : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Aide + + System info + + + + About A propos @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,492 @@ MainWindowViewer Go - Aller + Aller Edit - Editer + Editer File - Fichier + Fichier Help - Aide + Aide Save - Sauvegarder + Sauvegarder View - Vue + Vue &File - &Fichier + &Fichier &Next - &Suivant + &Suivant &Open - &Ouvrir + &Ouvrir Close - Fermer + Fermer Open Comic - Ouvrir la bande dessinée + Ouvrir la bande dessinée Go To - Aller à + Aller à Zoom+ - Zoom+ + Zoom+ Zoom- - Zoom- + Zoom- Open image folder - Ouvrir un dossier d'images + Ouvrir un dossier d'images Size down magnifying glass - Réduire la taille de la loupe + Réduire la taille de la loupe Zoom out magnifying glass - Dézoomer + Dézoomer Open latest comic - Ouvrir la dernière bande dessinée + Ouvrir la dernière bande dessinée Autoscroll up - Défilement automatique vers le haut + Défilement automatique vers le haut Set bookmark - Placer un marque-page + Placer un marque-page page_%1.jpg - page_%1.jpg + page_%1.jpg Autoscroll forward, vertical first - Défilement automatique en avant, vertical + Défilement automatique en avant, vertical Switch to double page mode - Passer en mode double page + Passer en mode double page Save current page - Sauvegarder la page actuelle + Sauvegarder la page actuelle Size up magnifying glass - Augmenter la taille de la loupe + Augmenter la taille de la loupe Double page mode - Mode double page + Mode double page Move up - Monter + Monter Switch Magnifying glass - Utiliser la loupe + Utiliser la loupe Open Folder - Ouvrir un dossier + Ouvrir un dossier Comics - Bandes dessinées + Bandes dessinées Fit Height - Ajuster la hauteur + Ajuster la hauteur Autoscroll backward, vertical first - Défilement automatique en arrière, verticak + Défilement automatique en arrière, verticak Comic files - Bande dessinée + Bande dessinée Not now - Pas maintenant + Pas maintenant Go to the first page - Aller à la première page + Aller à la première page Go to previous page - Aller à la page précédente + Aller à la page précédente Window - Fenêtre + Fenêtre Open the latest comic opened in the previous reading session - Ouvrir la dernière bande dessinée ouverte lors de la session de lecture précédente + Ouvrir la dernière bande dessinée ouverte lors de la session de lecture précédente Open a comic - Ouvrir une bande dessinée + Ouvrir une bande dessinée Image files (*.jpg) - Image(*.jpg) + Image(*.jpg) Next Comic - Bande dessinée suivante + Bande dessinée suivante Fit Width - Ajuster la largeur + Ajuster la largeur Options - Options + Options Show Info - Voir les infos + Voir les infos Open folder - Ouvirir le dossier + Ouvirir le dossier Go to page ... - Aller à la page ... + Aller à la page ... Magnifiying glass - Loupe + Loupe Fit image to width - Ajuster l'image à la largeur + Ajuster l'image à la largeur Toggle fullscreen mode - Basculer en mode plein écran + Basculer en mode plein écran Toggle between fit to width and fit to height - Basculer entre adapter à la largeur et adapter à la hauteur + Basculer entre adapter à la largeur et adapter à la hauteur Move right - Déplacer à droite + Déplacer à droite Zoom in magnifying glass - Zoomer + Zoomer Open recent - Ouvrir récent + Ouvrir récent Reading - Lecture + Lecture &Previous - &Précédent + &Précédent Autoscroll forward, horizontal first - Défilement automatique en avant, horizontal + Défilement automatique en avant, horizontal Go to next page - Aller à la page suivante + Aller à la page suivante Show keyboard shortcuts - Voir les raccourcis + Voir les raccourcis Double page manga mode - Mode manga en double page + Mode manga en double page There is a new version available - Une nouvelle version est disponible + Une nouvelle version est disponible Autoscroll down - Défilement automatique vers le bas + Défilement automatique vers le bas Open next comic - Ouvrir la bande dessinée suivante + Ouvrir la bande dessinée suivante Remind me in 14 days - Rappelez-moi dans 14 jours + Rappelez-moi dans 14 jours Fit to page - Ajuster à la page + Ajuster à la page Show bookmarks - Voir les marque-pages + Voir les marque-pages Open previous comic - Ouvrir la bande dessiné précédente + Ouvrir la bande dessiné précédente Rotate image to the left - Rotation à gauche + Rotation à gauche Fit image to height - Ajuster l'image à la hauteur + Ajuster l'image à la hauteur Reset zoom - Réinitialiser le zoom + Réinitialiser le zoom Show the bookmarks of the current comic - Voir les marque-pages de cette bande dessinée + Voir les marque-pages de cette bande dessinée Show Dictionary - Dictionnaire + Dictionnaire Move down - Descendre + Descendre Move left - Déplacer à gauche + Déplacer à gauche Reverse reading order in double page mode - Ordre de lecture inversée en mode double page + Ordre de lecture inversée en mode double page YACReader options - Options de YACReader + Options de YACReader Clear open recent list - Vider la liste d'ouverture récente + Vider la liste d'ouverture récente Help, About YACReader - Aide, à propos de YACReader + Aide, à propos de YACReader Show go to flow - Afficher le flux + Afficher le flux Previous Comic - Bande dessinée précédente + Bande dessinée précédente Show full size - Plein écran + Plein écran Hide/show toolbar - Masquer / afficher la barre d'outils + Masquer / afficher la barre d'outils Magnifying glass - Loupe + Loupe Edit shortcuts - Modifier les raccourcis + Modifier les raccourcis General - Général + Général Set a bookmark on the current page - Placer un marque-page sur la page actuelle + Placer un marque-page sur la page actuelle Page adjustement - Ajustement de la page + Ajustement de la page Show zoom slider - Afficher le curseur de zoom + Afficher le curseur de zoom Go to the last page - Aller à la dernière page + Aller à la dernière page Do you want to download the new version? - Voulez-vous télécharger la nouvelle version? + Voulez-vous télécharger la nouvelle version? Rotate image to the right - Rotation à droite + Rotation à droite Always on top - Toujours au dessus + Toujours au dessus Autoscroll backward, horizontal first - Défilement automatique en arrière horizontal - - - New instance - - - - Clear - + Défilement automatique en arrière horizontal OptionsDialog + Gamma Gamma + Reset Remise à zéro + My comics path Chemin de mes bandes dessinées + Image adjustment Ajustement de l'image + "Go to flow" size Taille du flux + Choose Choisir + Image options Option de l'image + Contrast Contraste + Options Options + Comics directory Répertoire des bandes dessinées + Quick Navigation Mode Mode navigation rapide + Background color Couleur d'arrière plan + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation Désactiver la souris sur l'activation + Page Flow Flux des pages + General Général + Brightness Luminosité + Restart is needed Redémarrage nécessaire + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page @@ -610,34 +674,42 @@ QObject + 7z lib not found lib 7z introuvable + unable to load 7z lib from ./utils impossible de charger 7z depuis ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +717,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +735,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +758,17 @@ ShortcutsDialog + Close Fermer + YACReader keyboard shortcuts Raccourcis clavier de YACReader + Keyboard Shortcuts Raccourcis clavier @@ -694,45 +776,537 @@ Viewer + Page not available! Page non disponible ! + + Press 'O' to open comic. Appuyez sur "O" pour ouvrir une bande dessinée. + Error opening comic Erreur d'ouverture de la bande dessinée + Cover! Couverture! + CRC Error Erreur CRC + Comic not found Bande dessinée introuvable + Not found Introuvable + Last page! Dernière page! + Loading...please wait! Chargement... Patientez + + YACReader::MainWindowViewer + + + &Open + &Ouvrir + + + + Open a comic + Ouvrir une bande dessinée + + + + New instance + + + + + Open Folder + Ouvrir un dossier + + + + Open image folder + Ouvrir un dossier d'images + + + + Open latest comic + Ouvrir la dernière bande dessinée + + + + Open the latest comic opened in the previous reading session + Ouvrir la dernière bande dessinée ouverte lors de la session de lecture précédente + + + + Clear + + + + + Clear open recent list + Vider la liste d'ouverture récente + + + + Save + Sauvegarder + + + + + Save current page + Sauvegarder la page actuelle + + + + Previous Comic + Bande dessinée précédente + + + + + + Open previous comic + Ouvrir la bande dessiné précédente + + + + Next Comic + Bande dessinée suivante + + + + + + Open next comic + Ouvrir la bande dessinée suivante + + + + &Previous + &Précédent + + + + + + Go to previous page + Aller à la page précédente + + + + &Next + &Suivant + + + + + + Go to next page + Aller à la page suivante + + + + Fit Height + Ajuster la hauteur + + + + Fit image to height + Ajuster l'image à la hauteur + + + + Fit Width + Ajuster la largeur + + + + Fit image to width + Ajuster l'image à la largeur + + + + Show full size + Plein écran + + + + Fit to page + Ajuster à la page + + + + Reset zoom + Réinitialiser le zoom + + + + Show zoom slider + Afficher le curseur de zoom + + + + Zoom+ + Zoom+ + + + + Zoom- + Zoom- + + + + Rotate image to the left + Rotation à gauche + + + + Rotate image to the right + Rotation à droite + + + + Double page mode + Mode double page + + + + Switch to double page mode + Passer en mode double page + + + + Double page manga mode + Mode manga en double page + + + + Reverse reading order in double page mode + Ordre de lecture inversée en mode double page + + + + Go To + Aller à + + + + Go to page ... + Aller à la page ... + + + + Options + Options + + + + YACReader options + Options de YACReader + + + + + Help + Aide + + + + Help, About YACReader + Aide, à propos de YACReader + + + + Magnifying glass + Loupe + + + + Switch Magnifying glass + Utiliser la loupe + + + + Set bookmark + Placer un marque-page + + + + Set a bookmark on the current page + Placer un marque-page sur la page actuelle + + + + Show bookmarks + Voir les marque-pages + + + + Show the bookmarks of the current comic + Voir les marque-pages de cette bande dessinée + + + + Show keyboard shortcuts + Voir les raccourcis + + + + Show Info + Voir les infos + + + + Close + Fermer + + + + Show Dictionary + Dictionnaire + + + + Show go to flow + Afficher le flux + + + + Edit shortcuts + Modifier les raccourcis + + + + &File + &Fichier + + + + + Open recent + Ouvrir récent + + + + File + Fichier + + + + Edit + Editer + + + + View + Vue + + + + Go + Aller + + + + Window + Fenêtre + + + + + Open Comic + Ouvrir la bande dessinée + + + + + Comic files + Bande dessinée + + + + Open folder + Ouvirir le dossier + + + + page_%1.jpg + page_%1.jpg + + + + Image files (*.jpg) + Image(*.jpg) + + + + Comics + Bandes dessinées + + + + Toggle fullscreen mode + Basculer en mode plein écran + + + + Hide/show toolbar + Masquer / afficher la barre d'outils + + + + General + Général + + + + Size up magnifying glass + Augmenter la taille de la loupe + + + + Size down magnifying glass + Réduire la taille de la loupe + + + + Zoom in magnifying glass + Zoomer + + + + Zoom out magnifying glass + Dézoomer + + + + Magnifiying glass + Loupe + + + + Toggle between fit to width and fit to height + Basculer entre adapter à la largeur et adapter à la hauteur + + + + Page adjustement + Ajustement de la page + + + + Autoscroll down + Défilement automatique vers le bas + + + + Autoscroll up + Défilement automatique vers le haut + + + + Autoscroll forward, horizontal first + Défilement automatique en avant, horizontal + + + + Autoscroll backward, horizontal first + Défilement automatique en arrière horizontal + + + + Autoscroll forward, vertical first + Défilement automatique en avant, vertical + + + + Autoscroll backward, vertical first + Défilement automatique en arrière, verticak + + + + Move down + Descendre + + + + Move up + Monter + + + + Move left + Déplacer à gauche + + + + Move right + Déplacer à droite + + + + Go to the first page + Aller à la première page + + + + Go to the last page + Aller à la dernière page + + + + Reading + Lecture + + + + There is a new version available + Une nouvelle version est disponible + + + + Do you want to download the new version? + Voulez-vous télécharger la nouvelle version? + + + + Remind me in 14 days + Rappelez-moi dans 14 jours + + + + Not now + Pas maintenant + + YACReader::WhatsNewDialog + Close Fermer @@ -740,10 +1314,13 @@ YACReaderFieldEdit + Restore to default Rétablir les paramètres par défaut + + Click to overwrite Cliquez pour remplacer @@ -751,10 +1328,15 @@ YACReaderFieldPlainTextEdit + Restore to default Rétablir les paramètres par défaut + + + + Click to overwrite Cliquez pour remplacer @@ -762,18 +1344,22 @@ YACReaderFlowConfigWidget + CoverFlow look Vue CoverFlow + How to show covers: Comment voir les couvertures: + Stripe look Vue alignée + Overlapped Stripe look Vue superposée @@ -781,94 +1367,117 @@ YACReaderGLFlowConfigWidget + Zoom Zoom + Light Lumière + Show advanced settings Voir les paramètres avancés + Roulette look Vue roulette + Cover Angle Angle des couvertures + Stripe look Vue alignée + Position Position + Z offset Axe Z + Y offset Axe Y + Central gap Espace couverture centrale + Presets: Réglages: + Overlapped Stripe look Vue superposée + Modern look Vue moderne + View angle Angle de vue + Max angle Angle Maximum + Custom: Personnalisation: + Classic look Vue classique + Cover gap Espace entre les couvertures + High Performance Haute performance + Performance: Performance: + Use VSync (improve the image quality in fullscreen mode, worse performance) Utiliser VSync (Améliore la qualité d'image en mode plein écran, ralentit la performance) + Visibility Visibilité + Low Performance Faible performance @@ -876,22 +1485,27 @@ YACReaderOptionsDialog + Save Sauvegarder + Use hardware acceleration (restart needed) Utiliser accélération hardware (redémarrage nécessaire) + Cancel Annuler + Shortcuts Raccourcis + Edit shortcuts Modifier les raccourcis @@ -899,6 +1513,7 @@ YACReaderSlider + Reset Remise à zéro @@ -906,18 +1521,23 @@ YACReaderTranslator + clear effacer + Service not available Service non disponible + + Translation Traduction + YACReader translator Traducteur YACReader diff --git a/YACReader/yacreader_it.ts b/YACReader/yacreader_it.ts index 32d73b59..e5f023e8 100644 --- a/YACReader/yacreader_it.ts +++ b/YACReader/yacreader_it.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Nessuno @@ -11,18 +12,23 @@ BookmarksDialog + Close Chiudi + + Loading... Caricamento... + Click on any image to go to the bookmark Click su qualsiasi immagine per andare al bookmark + Lastest Page Ultima Pagina @@ -30,22 +36,27 @@ EditShortcutsDialog + Shortcut in use Scorciatoia in uso + Restore defaults Resetta al default + Shortcuts settings impostazione scorciatoie + The shortcut "%1" is already assigned to other function La scorciatoia "%1" è già assegnata ad un'altra funzione + To change a shortcut, double click in the key combination and type the new keys. Per cambiare una scorciatoia doppio click sulla combinazione tasti e digita la nuova combinazione. @@ -53,18 +64,22 @@ FileComic + Format not supported Formato non supportato + 7z not found 7z non trovato + Unknown error opening the file Errore sconosciuto aprendo il file + CRC error on page (%1): some of the pages will not be displayed correctly Errore CRC alla pagina (%1): alcune pagine non saranno visualizzate correttamente @@ -72,22 +87,28 @@ GoToDialog + Go To Vai a + Go to... Vai a... + + Total pages : Pagine totali: + Cancel Annulla + Page : Pagina: @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Pagina: @@ -102,10 +124,17 @@ HelpAboutDialog + Help Aiuto + + System info + + + + About About @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,496 @@ MainWindowViewer Go - Vai + Vai Edit - Edit + Edit File - File + File Help - Aiuto + Aiuto Save - Salva + Salva View - Mostra + Mostra &File - &File + &File &Next - &Prossimo + &Prossimo &Open - &Apri + &Apri Clear - Cancella + Cancella Close - Chiudi + Chiudi Open Comic - Apri Fumetto + Apri Fumetto Go To - Vai a + Vai a Zoom+ - Zoom+ + Zoom+ Zoom- - Zoom- + Zoom- Open image folder - Apri la crettal immagini + Apri la crettal immagini Size down magnifying glass - Riduci lente ingrandimento + Riduci lente ingrandimento Zoom out magnifying glass - Riduci in lente di ingrandimento + Riduci in lente di ingrandimento Open latest comic - Apri l'ultimo fumetto + Apri l'ultimo fumetto Autoscroll up - Autoscorri Sù + Autoscorri Sù Set bookmark - Imposta Segnalibro + Imposta Segnalibro page_%1.jpg - Pagina_%1.jpg + Pagina_%1.jpg Autoscroll forward, vertical first - Autoscorri avanti, priorità Verticale + Autoscorri avanti, priorità Verticale Switch to double page mode - Passa alla modalità doppia pagina + Passa alla modalità doppia pagina Save current page - Salva la pagina corrente + Salva la pagina corrente Size up magnifying glass - Ingrandisci lente ingrandimento + Ingrandisci lente ingrandimento Double page mode - Modalita doppia pagina + Modalita doppia pagina Move up - Muovi Sù + Muovi Sù Switch Magnifying glass - Passa a lente ingrandimento + Passa a lente ingrandimento Open Folder - Apri una cartella + Apri una cartella Comics - Fumetto + Fumetto Fit Height - Adatta altezza + Adatta altezza Autoscroll backward, vertical first - Autoscorri indietro, priorità Verticale + Autoscorri indietro, priorità Verticale Comic files - File Fumetto + File Fumetto Not now - Non ora + Non ora Go to the first page - Vai alla pagina iniziale + Vai alla pagina iniziale Go to previous page - Vai alla pagina precedente + Vai alla pagina precedente Window - Finestra + Finestra Open the latest comic opened in the previous reading session - Apri l'ultimo fumetto aperto nella sessione precedente + Apri l'ultimo fumetto aperto nella sessione precedente Open a comic - Apri un Fumetto + Apri un Fumetto Image files (*.jpg) - File immagine (*.jpg) + File immagine (*.jpg) Next Comic - Prossimo fumetto + Prossimo fumetto Fit Width - Adatta Larghezza + Adatta Larghezza Options - Opzioni + Opzioni Show Info - Mostra info + Mostra info Open folder - Apri cartella + Apri cartella Go to page ... - Vai a Pagina ... + Vai a Pagina ... Magnifiying glass - Lente ingrandimento + Lente ingrandimento Fit image to width - Adatta immagine in larghezza + Adatta immagine in larghezza Toggle fullscreen mode - Attiva/Disattiva schermo intero + Attiva/Disattiva schermo intero Toggle between fit to width and fit to height - Passa tra adatta in larghezza ad altezza + Passa tra adatta in larghezza ad altezza Move right - Muovi Destra + Muovi Destra Zoom in magnifying glass - Ingrandisci in lente di ingrandimento + Ingrandisci in lente di ingrandimento Open recent - Apri i recenti + Apri i recenti Reading - Leggi + Leggi &Previous - &Precedente + &Precedente Autoscroll forward, horizontal first - Autoscorri avanti, priorità Orizzontale + Autoscorri avanti, priorità Orizzontale Go to next page - Vai alla prossima Pagina + Vai alla prossima Pagina Show keyboard shortcuts - Mostra scorciatoie da tastiera + Mostra scorciatoie da tastiera Double page manga mode - Modalità doppia pagina Manga + Modalità doppia pagina Manga There is a new version available - Nuova versione disponibile + Nuova versione disponibile Autoscroll down - Autoscorri Giù + Autoscorri Giù Open next comic - Apri il prossimo fumetto + Apri il prossimo fumetto Remind me in 14 days - Ricordamelo in 14 giorni + Ricordamelo in 14 giorni Fit to page - Adatta alla pagina + Adatta alla pagina Show bookmarks - Mostra segnalibro + Mostra segnalibro Open previous comic - Apri il fumetto precendente + Apri il fumetto precendente Rotate image to the left - Ruota immagine a sinistra + Ruota immagine a sinistra Fit image to height - Adatta immagine all'altezza + Adatta immagine all'altezza Reset zoom - Resetta Zoom + Resetta Zoom Show the bookmarks of the current comic - Mostra il segnalibro del fumetto corrente + Mostra il segnalibro del fumetto corrente Show Dictionary - Mostra dizionario + Mostra dizionario Move down - Muovi Giù + Muovi Giù Move left - Muovi Sinistra + Muovi Sinistra Reverse reading order in double page mode - Ordine lettura inverso in modo doppia pagina + Ordine lettura inverso in modo doppia pagina YACReader options - Opzioni YACReader + Opzioni YACReader Clear open recent list - Svuota la lista degli aperti + Svuota la lista degli aperti Help, About YACReader - Aiuto, crediti YACReader + Aiuto, crediti YACReader Show go to flow - Mostra vai all'elenco + Mostra vai all'elenco Previous Comic - Fumetto precendente + Fumetto precendente Show full size - Mostra dimesioni reali + Mostra dimesioni reali Hide/show toolbar - Mostra/Nascondi Barra strumenti + Mostra/Nascondi Barra strumenti Magnifying glass - Lente ingrandimento + Lente ingrandimento Edit shortcuts - Edita scorciatoie + Edita scorciatoie General - Generale + Generale Set a bookmark on the current page - Imposta segnalibro a pagina corrente + Imposta segnalibro a pagina corrente Page adjustement - Correzioni di pagna + Correzioni di pagna Show zoom slider - Mostra cursore di zoom + Mostra cursore di zoom Go to the last page - Vai all'ultima pagina + Vai all'ultima pagina Do you want to download the new version? - Vuoi scaricare la nuova versione? + Vuoi scaricare la nuova versione? Rotate image to the right - Ruota immagine a destra + Ruota immagine a destra Always on top - Sempre in primo piano + Sempre in primo piano Autoscroll backward, horizontal first - Autoscorri indietro, priorità Orizzontale - - - New instance - + Autoscorri indietro, priorità Orizzontale OptionsDialog + Gamma Gamma + Reset Reset + My comics path Percorso dei miei fumetti + Image adjustment Correzioni immagine + "Go to flow" size Dimensione "Vai all'elenco" + Choose Scegli + Image options Opzione immagine + Contrast Contrasto + Options Opzioni + Comics directory Cartella Fumetti + Quick Navigation Mode Modo navigazione rapida + Background color Colore di sfondo + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation Disabilita il mouse all'attivazione + Page Flow Flusso pagine + General Generale + Brightness Luminosità + Restart is needed Riavvio Necessario + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page @@ -610,34 +678,42 @@ QObject + 7z lib not found Libreria 7z non trovata + unable to load 7z lib from ./utils Impossibile caricare 7z da ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +721,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +739,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +762,17 @@ ShortcutsDialog + Close Chiudi + YACReader keyboard shortcuts Scorciatoie da tastiera di YACReader + Keyboard Shortcuts Scorciatoia da tastiera @@ -694,45 +780,537 @@ Viewer + Page not available! Pagina non disponibile! + + Press 'O' to open comic. Premi "O" per aprire il fumettto. + Error opening comic Errore nell'apertura + Cover! Copertina! + CRC Error Errore CRC + Comic not found Fumetto non trovato + Not found Non trovato + Last page! Ultima pagina! + Loading...please wait! In caricamento...Attendi! + + YACReader::MainWindowViewer + + + &Open + &Apri + + + + Open a comic + Apri un Fumetto + + + + New instance + + + + + Open Folder + Apri una cartella + + + + Open image folder + Apri la crettal immagini + + + + Open latest comic + Apri l'ultimo fumetto + + + + Open the latest comic opened in the previous reading session + Apri l'ultimo fumetto aperto nella sessione precedente + + + + Clear + Cancella + + + + Clear open recent list + Svuota la lista degli aperti + + + + Save + Salva + + + + + Save current page + Salva la pagina corrente + + + + Previous Comic + Fumetto precendente + + + + + + Open previous comic + Apri il fumetto precendente + + + + Next Comic + Prossimo fumetto + + + + + + Open next comic + Apri il prossimo fumetto + + + + &Previous + &Precedente + + + + + + Go to previous page + Vai alla pagina precedente + + + + &Next + &Prossimo + + + + + + Go to next page + Vai alla prossima Pagina + + + + Fit Height + Adatta altezza + + + + Fit image to height + Adatta immagine all'altezza + + + + Fit Width + Adatta Larghezza + + + + Fit image to width + Adatta immagine in larghezza + + + + Show full size + Mostra dimesioni reali + + + + Fit to page + Adatta alla pagina + + + + Reset zoom + Resetta Zoom + + + + Show zoom slider + Mostra cursore di zoom + + + + Zoom+ + Zoom+ + + + + Zoom- + Zoom- + + + + Rotate image to the left + Ruota immagine a sinistra + + + + Rotate image to the right + Ruota immagine a destra + + + + Double page mode + Modalita doppia pagina + + + + Switch to double page mode + Passa alla modalità doppia pagina + + + + Double page manga mode + Modalità doppia pagina Manga + + + + Reverse reading order in double page mode + Ordine lettura inverso in modo doppia pagina + + + + Go To + Vai a + + + + Go to page ... + Vai a Pagina ... + + + + Options + Opzioni + + + + YACReader options + Opzioni YACReader + + + + + Help + Aiuto + + + + Help, About YACReader + Aiuto, crediti YACReader + + + + Magnifying glass + Lente ingrandimento + + + + Switch Magnifying glass + Passa a lente ingrandimento + + + + Set bookmark + Imposta Segnalibro + + + + Set a bookmark on the current page + Imposta segnalibro a pagina corrente + + + + Show bookmarks + Mostra segnalibro + + + + Show the bookmarks of the current comic + Mostra il segnalibro del fumetto corrente + + + + Show keyboard shortcuts + Mostra scorciatoie da tastiera + + + + Show Info + Mostra info + + + + Close + Chiudi + + + + Show Dictionary + Mostra dizionario + + + + Show go to flow + Mostra vai all'elenco + + + + Edit shortcuts + + + + + &File + &File + + + + + Open recent + Apri i recenti + + + + File + File + + + + Edit + Edit + + + + View + Mostra + + + + Go + Vai + + + + Window + Finestra + + + + + Open Comic + Apri Fumetto + + + + + Comic files + File Fumetto + + + + Open folder + Apri cartella + + + + page_%1.jpg + Pagina_%1.jpg + + + + Image files (*.jpg) + File immagine (*.jpg) + + + + Comics + Fumetto + + + + Toggle fullscreen mode + Attiva/Disattiva schermo intero + + + + Hide/show toolbar + Mostra/Nascondi Barra strumenti + + + + General + Generale + + + + Size up magnifying glass + Ingrandisci lente ingrandimento + + + + Size down magnifying glass + Riduci lente ingrandimento + + + + Zoom in magnifying glass + Ingrandisci in lente di ingrandimento + + + + Zoom out magnifying glass + Riduci in lente di ingrandimento + + + + Magnifiying glass + Lente ingrandimento + + + + Toggle between fit to width and fit to height + Passa tra adatta in larghezza ad altezza + + + + Page adjustement + Correzioni di pagna + + + + Autoscroll down + Autoscorri Giù + + + + Autoscroll up + Autoscorri Sù + + + + Autoscroll forward, horizontal first + Autoscorri avanti, priorità Orizzontale + + + + Autoscroll backward, horizontal first + Autoscorri indietro, priorità Orizzontale + + + + Autoscroll forward, vertical first + Autoscorri avanti, priorità Verticale + + + + Autoscroll backward, vertical first + Autoscorri indietro, priorità Verticale + + + + Move down + Muovi Giù + + + + Move up + Muovi Sù + + + + Move left + Muovi Sinistra + + + + Move right + Muovi Destra + + + + Go to the first page + Vai alla pagina iniziale + + + + Go to the last page + Vai all'ultima pagina + + + + Reading + Leggi + + + + There is a new version available + Nuova versione disponibile + + + + Do you want to download the new version? + Vuoi scaricare la nuova versione? + + + + Remind me in 14 days + Ricordamelo in 14 giorni + + + + Not now + Non ora + + YACReader::WhatsNewDialog + Close Chiudi @@ -740,10 +1318,13 @@ YACReaderFieldEdit + Restore to default Resetta al default + + Click to overwrite Click per sovrascrivere @@ -751,10 +1332,15 @@ YACReaderFieldPlainTextEdit + Restore to default Resetta al default + + + + Click to overwrite Click per sovrascrivere @@ -762,18 +1348,22 @@ YACReaderFlowConfigWidget + CoverFlow look Aspetto flusso Copertine + How to show covers: Come mostrare le copertine: + Stripe look Aspetto a strisce + Overlapped Stripe look Aspetto a strisce sovrapposto @@ -781,94 +1371,117 @@ YACReaderGLFlowConfigWidget + Zoom Zoom + Light Luce + Show advanced settings Mostra opzioni avanzate + Roulette look Aspetto Roulette + Cover Angle Angolo copertine + Stripe look Aspetto a strisce + Position Posizione + Z offset Compensazione Z + Y offset Compensazione Y + Central gap Distanza centrale + Presets: Preselezioni: + Overlapped Stripe look Aspetto a strisce sovrapposto + Modern look Aspetto moderno + View angle Angolo di vista + Max angle Angolo massimo + Custom: Personalizzazione: + Classic look Aspetto Classico + Cover gap Distanza Copertine + High Performance Prestazioni Alte + Performance: Prestazioni: + Use VSync (improve the image quality in fullscreen mode, worse performance) Usa VSync (migliora la qualtà a tutto schermo, peggiora le prestazioni) + Visibility Visibilità + Low Performance Prestazioni Basse @@ -876,22 +1489,27 @@ YACReaderOptionsDialog + Save Salva + Use hardware acceleration (restart needed) Usa accelerazione Hardware (necessita restart) + Cancel Cancella + Shortcuts Scorciatoia + Edit shortcuts Edita Scorciatoia @@ -899,6 +1517,7 @@ YACReaderSlider + Reset Resetta @@ -906,18 +1525,23 @@ YACReaderTranslator + clear Cancella + Service not available Servizio non disponibile + + Translation Traduzione + YACReader translator Traduttore YACReader diff --git a/YACReader/yacreader_nl.ts b/YACReader/yacreader_nl.ts index f19541b0..eac581b0 100644 --- a/YACReader/yacreader_nl.ts +++ b/YACReader/yacreader_nl.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,18 +12,23 @@ BookmarksDialog + Close Sluiten + + Loading... Inladen... + Click on any image to go to the bookmark Klik op een afbeelding om naar de bladwijzer te gaan + Lastest Page Laatste Pagina @@ -30,22 +36,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -53,18 +64,22 @@ FileComic + 7z not found 7Z Archiefbestand niet gevonden + CRC error on page (%1): some of the pages will not be displayed correctly + Unknown error opening the file + Format not supported @@ -72,22 +87,28 @@ GoToDialog + Go To Ga Naar + Go to... Ga naar... + + Total pages : Totaal aantal pagina's : + Cancel Annuleren + Page : Pagina : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Pagina : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Help + + System info + + + + About Over @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,320 @@ MainWindowViewer Help - Help + Help Save - Bewaar + Bewaar &File - &Bestand + &Bestand &Next - &Volgende + &Volgende &Open - &Open + &Open Close - Sluiten + Sluiten Open Comic - Open een Strip + Open een Strip Go To - Ga Naar + Ga Naar Open image folder - Open afbeeldings map + Open afbeeldings map Set bookmark - Bladwijzer instellen + Bladwijzer instellen page_%1.jpg - pagina_%1.jpg + pagina_%1.jpg Switch to double page mode - Naar dubbele bladzijde modus + Naar dubbele bladzijde modus Save current page - Bewaren huidige pagina + Bewaren huidige pagina Double page mode - Dubbele bladzijde modus + Dubbele bladzijde modus Switch Magnifying glass - Overschakelen naar Vergrootglas + Overschakelen naar Vergrootglas Open Folder - Map Openen + Map Openen Comic files - Strip bestanden + Strip bestanden Go to previous page - Ga naar de vorige pagina + Ga naar de vorige pagina Open a comic - Open een strip + Open een strip Image files (*.jpg) - Afbeelding bestanden (*.jpg) + Afbeelding bestanden (*.jpg) Next Comic - Volgende Strip + Volgende Strip Fit Width - Vensterbreedte aanpassen + Vensterbreedte aanpassen Options - Opties + Opties Show Info - Info tonen + Info tonen Open folder - Open een Map + Open een Map Go to page ... - Ga naar bladzijde ... + Ga naar bladzijde ... Fit image to width - Afbeelding aanpassen aan breedte + Afbeelding aanpassen aan breedte &Previous - &Vorige + &Vorige Go to next page - Ga naar de volgende pagina + Ga naar de volgende pagina Show keyboard shortcuts - Toon de sneltoetsen + Toon de sneltoetsen There is a new version available - Er is een nieuwe versie beschikbaar + Er is een nieuwe versie beschikbaar Open next comic - Open volgende strip + Open volgende strip Show bookmarks - Bladwijzers weergeven + Bladwijzers weergeven Open previous comic - Open de vorige strip + Open de vorige strip Rotate image to the left - Links omdraaien + Links omdraaien Fit image to height - Afbeelding aanpassen aan hoogte + Afbeelding aanpassen aan hoogte Show the bookmarks of the current comic - Toon de bladwijzers van de huidige strip + Toon de bladwijzers van de huidige strip Show Dictionary - Woordenlijst weergeven + Woordenlijst weergeven YACReader options - YACReader opties + YACReader opties Help, About YACReader - Help, Over YACReader + Help, Over YACReader Show go to flow - Toon ga naar de Omslagbrowser + Toon ga naar de Omslagbrowser Previous Comic - Vorige Strip + Vorige Strip Show full size - Volledig Scherm + Volledig Scherm Magnifying glass - Vergrootglas + Vergrootglas General - Algemeen + Algemeen Set a bookmark on the current page - Een bladwijzer toevoegen aan de huidige pagina + Een bladwijzer toevoegen aan de huidige pagina Do you want to download the new version? - Wilt u de nieuwe versie downloaden? + Wilt u de nieuwe versie downloaden? Rotate image to the right - Rechts omdraaien + Rechts omdraaien Always on top - Altijd op voorgrond - - - New instance - - - - Open latest comic - - - - Open the latest comic opened in the previous reading session - - - - Clear - - - - Clear open recent list - - - - Fit Height - - - - Fit to page - - - - Reset zoom - - - - Show zoom slider - - - - Zoom+ - - - - Zoom- - - - - Double page manga mode - - - - Reverse reading order in double page mode - - - - Edit shortcuts - - - - Open recent - - - - File - - - - Edit - - - - View - - - - Go - - - - Window - - - - Comics - - - - Toggle fullscreen mode - - - - Hide/show toolbar - - - - Size up magnifying glass - - - - Size down magnifying glass - - - - Zoom in magnifying glass - - - - Zoom out magnifying glass - - - - Magnifiying glass - - - - Toggle between fit to width and fit to height - - - - Page adjustement - - - - Autoscroll down - - - - Autoscroll up - - - - Autoscroll forward, horizontal first - - - - Autoscroll backward, horizontal first - - - - Autoscroll forward, vertical first - - - - Autoscroll backward, vertical first - - - - Move down - - - - Move up - - - - Move left - - - - Move right - - - - Go to the first page - - - - Go to the last page - - - - Reading - - - - Remind me in 14 days - - - - Not now - + Altijd op voorgrond OptionsDialog + Gamma Gamma + Reset Standaardwaarden terugzetten + My comics path Pad naar mijn strips + Image adjustment Beeldaanpassing + "Go to flow" size "Naar Omslagbrowser" afmetingen + Choose Kies + Image options Afbeelding opties + Contrast Contrast + Options Opties + Comics directory Strips map + Background color Achtergrondkleur + Page Flow Omslagbrowser + General Algemeen + Brightness Helderheid + Restart is needed Herstart is nodig + Quick Navigation Mode + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page @@ -610,34 +502,42 @@ QObject + 7z lib not found + unable to load 7z lib from ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +545,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +563,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +586,17 @@ ShortcutsDialog + Close Sluiten + YACReader keyboard shortcuts YACReader sneltoetsen + Keyboard Shortcuts Sneltoetsen @@ -694,45 +604,537 @@ Viewer + + Press 'O' to open comic. Druk 'O' om een strip te openen. + Cover! Omslag! + Comic not found Strip niet gevonden + Not found Niet gevonden + Last page! Laatste pagina! + Loading...please wait! Inladen...even wachten! + Error opening comic + CRC Error + Page not available! + + YACReader::MainWindowViewer + + + &Open + &Open + + + + Open a comic + Open een strip + + + + New instance + + + + + Open Folder + Map Openen + + + + Open image folder + Open afbeeldings map + + + + Open latest comic + + + + + Open the latest comic opened in the previous reading session + + + + + Clear + + + + + Clear open recent list + + + + + Save + Bewaar + + + + + Save current page + Bewaren huidige pagina + + + + Previous Comic + Vorige Strip + + + + + + Open previous comic + Open de vorige strip + + + + Next Comic + Volgende Strip + + + + + + Open next comic + Open volgende strip + + + + &Previous + &Vorige + + + + + + Go to previous page + Ga naar de vorige pagina + + + + &Next + &Volgende + + + + + + Go to next page + Ga naar de volgende pagina + + + + Fit Height + + + + + Fit image to height + Afbeelding aanpassen aan hoogte + + + + Fit Width + Vensterbreedte aanpassen + + + + Fit image to width + Afbeelding aanpassen aan breedte + + + + Show full size + Volledig Scherm + + + + Fit to page + + + + + Reset zoom + + + + + Show zoom slider + + + + + Zoom+ + + + + + Zoom- + + + + + Rotate image to the left + Links omdraaien + + + + Rotate image to the right + Rechts omdraaien + + + + Double page mode + Dubbele bladzijde modus + + + + Switch to double page mode + Naar dubbele bladzijde modus + + + + Double page manga mode + + + + + Reverse reading order in double page mode + + + + + Go To + Ga Naar + + + + Go to page ... + Ga naar bladzijde ... + + + + Options + Opties + + + + YACReader options + YACReader opties + + + + + Help + Help + + + + Help, About YACReader + Help, Over YACReader + + + + Magnifying glass + Vergrootglas + + + + Switch Magnifying glass + Overschakelen naar Vergrootglas + + + + Set bookmark + Bladwijzer instellen + + + + Set a bookmark on the current page + Een bladwijzer toevoegen aan de huidige pagina + + + + Show bookmarks + Bladwijzers weergeven + + + + Show the bookmarks of the current comic + Toon de bladwijzers van de huidige strip + + + + Show keyboard shortcuts + Toon de sneltoetsen + + + + Show Info + Info tonen + + + + Close + Sluiten + + + + Show Dictionary + Woordenlijst weergeven + + + + Show go to flow + Toon ga naar de Omslagbrowser + + + + Edit shortcuts + + + + + &File + &Bestand + + + + + Open recent + + + + + File + + + + + Edit + + + + + View + + + + + Go + + + + + Window + + + + + + Open Comic + Open een Strip + + + + + Comic files + Strip bestanden + + + + Open folder + Open een Map + + + + page_%1.jpg + pagina_%1.jpg + + + + Image files (*.jpg) + Afbeelding bestanden (*.jpg) + + + + Comics + + + + + Toggle fullscreen mode + + + + + Hide/show toolbar + + + + + General + Algemeen + + + + Size up magnifying glass + + + + + Size down magnifying glass + + + + + Zoom in magnifying glass + + + + + Zoom out magnifying glass + + + + + Magnifiying glass + + + + + Toggle between fit to width and fit to height + + + + + Page adjustement + + + + + Autoscroll down + + + + + Autoscroll up + + + + + Autoscroll forward, horizontal first + + + + + Autoscroll backward, horizontal first + + + + + Autoscroll forward, vertical first + + + + + Autoscroll backward, vertical first + + + + + Move down + + + + + Move up + + + + + Move left + + + + + Move right + + + + + Go to the first page + + + + + Go to the last page + + + + + Reading + + + + + There is a new version available + Er is een nieuwe versie beschikbaar + + + + Do you want to download the new version? + Wilt u de nieuwe versie downloaden? + + + + Remind me in 14 days + + + + + Not now + + + YACReader::WhatsNewDialog + Close Sluiten @@ -740,10 +1142,13 @@ YACReaderFieldEdit + Restore to default Standaardwaarden herstellen + + Click to overwrite Klik hier om te overschrijven @@ -751,10 +1156,15 @@ YACReaderFieldPlainTextEdit + Restore to default Standaardwaarden herstellen + + + + Click to overwrite Klik hier om te overschrijven @@ -762,18 +1172,22 @@ YACReaderFlowConfigWidget + CoverFlow look Omslagbrowser uiterlijk + How to show covers: Omslagbladen bekijken: + Stripe look Brede band + Overlapped Stripe look Overlappende band @@ -781,94 +1195,117 @@ YACReaderGLFlowConfigWidget + Zoom Zoom + Light Licht + Show advanced settings Toon geavanceerde instellingen + Roulette look Roulette + Cover Angle Omslag hoek + Stripe look Brede band + Position Positie + Z offset Z- positie + Y offset Y-positie + Central gap Centrale ruimte + Presets: Voorinstellingen: + Overlapped Stripe look Overlappende band + Modern look Modern + View angle Kijkhoek + Max angle Maximale hoek + Custom: Aangepast: + Classic look Klassiek + Cover gap Ruimte tss Omslag + High Performance Hoge Prestaties + Performance: Prestatie: + Use VSync (improve the image quality in fullscreen mode, worse performance) Gebruik VSync (verbetering van de beeldkwaliteit in de modus volledig scherm, slechtere prestatie) + Visibility Zichtbaarheid + Low Performance Lage Prestaties @@ -876,22 +1313,27 @@ YACReaderOptionsDialog + Save Bewaar + Use hardware acceleration (restart needed) Gebruik hardware versnelling (opnieuw opstarten vereist) + Cancel Annuleren + Edit shortcuts + Shortcuts @@ -899,6 +1341,7 @@ YACReaderSlider + Reset Standaardwaarden terugzetten @@ -906,18 +1349,23 @@ YACReaderTranslator + YACReader translator + + Translation + clear + Service not available diff --git a/YACReader/yacreader_pt.ts b/YACReader/yacreader_pt.ts index de0d5191..922feae3 100644 --- a/YACReader/yacreader_pt.ts +++ b/YACReader/yacreader_pt.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,18 +12,23 @@ BookmarksDialog + Close Fechar + + Loading... Carregando... + Click on any image to go to the bookmark Clique em qualquer imagem para ir para o marcador + Lastest Page Última Página @@ -30,22 +36,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -53,18 +64,22 @@ FileComic + 7z not found 7z não encontrado + CRC error on page (%1): some of the pages will not be displayed correctly + Unknown error opening the file + Format not supported @@ -72,22 +87,28 @@ GoToDialog + Go To Ir Para + Go to... Ir para... + + Total pages : Total de páginas : + Cancel Cancelar + Page : Página : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Página : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Ajuda + + System info + + + + About @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,280 @@ MainWindowViewer Help - Ajuda + Ajuda Save - Salvar + Salvar &File - &Arquivo + &Arquivo &Next - &Próxima + &Próxima &Open - &Abrir + &Abrir Close - Fechar + Fechar Open Comic - Abrir Quadrinho + Abrir Quadrinho Go To - Ir Para + Ir Para Set bookmark - Definir marcador + Definir marcador Switch to double page mode - Alternar para o modo dupla página + Alternar para o modo dupla página Save current page - Salvar página atual + Salvar página atual Double page mode - Modo dupla página + Modo dupla página Switch Magnifying glass - Alternar Lupa + Alternar Lupa Open Folder - Abrir Pasta + Abrir Pasta Go to previous page - Ir para a página anterior + Ir para a página anterior Open a comic - Abrir um quadrinho + Abrir um quadrinho Image files (*.jpg) - Arquivos de imagem (*.jpg) + Arquivos de imagem (*.jpg) Next Comic - Próximo Quadrinho + Próximo Quadrinho Fit Width - Ajustar à Largura + Ajustar à Largura Options - Opções + Opções Show Info - Mostrar Informações + Mostrar Informações Open folder - Abrir pasta + Abrir pasta Go to page ... - Ir para a página... + Ir para a página... &Previous - A&nterior + A&nterior Go to next page - Ir para a próxima página + Ir para a próxima página Show keyboard shortcuts - Mostrar teclas de atalhos + Mostrar teclas de atalhos There is a new version available - Há uma nova versão disponível + Há uma nova versão disponível Open next comic - Abrir próximo quadrinho + Abrir próximo quadrinho Show bookmarks - Mostrar marcadores + Mostrar marcadores Open previous comic - Abrir quadrinho anterior + Abrir quadrinho anterior Rotate image to the left - Girar imagem à esquerda + Girar imagem à esquerda Show the bookmarks of the current comic - Mostrar os marcadores do quadrinho atual + Mostrar os marcadores do quadrinho atual YACReader options - Opções do YACReader + Opções do YACReader Help, About YACReader - Ajuda, Sobre o YACReader + Ajuda, Sobre o YACReader Previous Comic - Quadrinho Anterior + Quadrinho Anterior Magnifying glass - Lupa + Lupa Set a bookmark on the current page - Definir um marcador na página atual + Definir um marcador na página atual Do you want to download the new version? - Você deseja baixar a nova versão? + Você deseja baixar a nova versão? Rotate image to the right - Girar imagem à direita - - - New instance - - - - Open image folder - - - - Open latest comic - - - - Open the latest comic opened in the previous reading session - - - - Clear - - - - Clear open recent list - - - - Fit Height - - - - Fit image to height - - - - Fit image to width - - - - Show full size - - - - Fit to page - - - - Reset zoom - - - - Show zoom slider - - - - Zoom+ - - - - Zoom- - - - - Double page manga mode - - - - Reverse reading order in double page mode - - - - Show Dictionary - - - - Always on top - - - - Show go to flow - - - - Edit shortcuts - - - - Open recent - - - - File - - - - Edit - - - - View - - - - Go - - - - Window - - - - Comic files - - - - page_%1.jpg - - - - Comics - - - - Toggle fullscreen mode - - - - Hide/show toolbar - - - - General - - - - Size up magnifying glass - - - - Size down magnifying glass - - - - Zoom in magnifying glass - - - - Zoom out magnifying glass - - - - Magnifiying glass - - - - Toggle between fit to width and fit to height - - - - Page adjustement - - - - Autoscroll down - - - - Autoscroll up - - - - Autoscroll forward, horizontal first - - - - Autoscroll backward, horizontal first - - - - Autoscroll forward, vertical first - - - - Autoscroll backward, vertical first - - - - Move down - - - - Move up - - - - Move left - - - - Move right - - - - Go to the first page - - - - Go to the last page - - - - Reading - - - - Remind me in 14 days - - - - Not now - + Girar imagem à direita OptionsDialog + My comics path Meu caminho de quadrinhos + "Go to flow" size Tamanho do "Ir para cheia" + Options Opções + Comics directory Diretório de quadrinhos + Restart is needed Reiniciar é necessário + Background color + Choose + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Quick Navigation Mode + Disable mouse over activation + Brightness + Contrast + Gamma + Reset + Image options + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page + General + Page Flow + Image adjustment @@ -610,34 +462,42 @@ QObject + 7z lib not found + unable to load 7z lib from ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +505,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +523,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +546,17 @@ ShortcutsDialog + Close Fechar + YACReader keyboard shortcuts Teclas de atalhos do YACReader + Keyboard Shortcuts @@ -694,45 +564,537 @@ Viewer + + Press 'O' to open comic. Pressione 'O' para abrir um quadrinho. + Loading...please wait! Carregando... por favor, aguarde! + Not found + Comic not found + Error opening comic + CRC Error + Page not available! + Cover! + Last page! + + YACReader::MainWindowViewer + + + &Open + &Abrir + + + + Open a comic + Abrir um quadrinho + + + + New instance + + + + + Open Folder + Abrir Pasta + + + + Open image folder + + + + + Open latest comic + + + + + Open the latest comic opened in the previous reading session + + + + + Clear + + + + + Clear open recent list + + + + + Save + Salvar + + + + + Save current page + Salvar página atual + + + + Previous Comic + Quadrinho Anterior + + + + + + Open previous comic + Abrir quadrinho anterior + + + + Next Comic + Próximo Quadrinho + + + + + + Open next comic + Abrir próximo quadrinho + + + + &Previous + A&nterior + + + + + + Go to previous page + Ir para a página anterior + + + + &Next + &Próxima + + + + + + Go to next page + Ir para a próxima página + + + + Fit Height + + + + + Fit image to height + + + + + Fit Width + Ajustar à Largura + + + + Fit image to width + + + + + Show full size + + + + + Fit to page + + + + + Reset zoom + + + + + Show zoom slider + + + + + Zoom+ + + + + + Zoom- + + + + + Rotate image to the left + Girar imagem à esquerda + + + + Rotate image to the right + Girar imagem à direita + + + + Double page mode + Modo dupla página + + + + Switch to double page mode + Alternar para o modo dupla página + + + + Double page manga mode + + + + + Reverse reading order in double page mode + + + + + Go To + Ir Para + + + + Go to page ... + Ir para a página... + + + + Options + Opções + + + + YACReader options + Opções do YACReader + + + + + Help + Ajuda + + + + Help, About YACReader + Ajuda, Sobre o YACReader + + + + Magnifying glass + Lupa + + + + Switch Magnifying glass + Alternar Lupa + + + + Set bookmark + Definir marcador + + + + Set a bookmark on the current page + Definir um marcador na página atual + + + + Show bookmarks + Mostrar marcadores + + + + Show the bookmarks of the current comic + Mostrar os marcadores do quadrinho atual + + + + Show keyboard shortcuts + Mostrar teclas de atalhos + + + + Show Info + Mostrar Informações + + + + Close + Fechar + + + + Show Dictionary + + + + + Show go to flow + + + + + Edit shortcuts + + + + + &File + &Arquivo + + + + + Open recent + + + + + File + + + + + Edit + + + + + View + + + + + Go + + + + + Window + + + + + + Open Comic + Abrir Quadrinho + + + + + Comic files + + + + + Open folder + Abrir pasta + + + + page_%1.jpg + + + + + Image files (*.jpg) + Arquivos de imagem (*.jpg) + + + + Comics + + + + + Toggle fullscreen mode + + + + + Hide/show toolbar + + + + + General + + + + + Size up magnifying glass + + + + + Size down magnifying glass + + + + + Zoom in magnifying glass + + + + + Zoom out magnifying glass + + + + + Magnifiying glass + + + + + Toggle between fit to width and fit to height + + + + + Page adjustement + + + + + Autoscroll down + + + + + Autoscroll up + + + + + Autoscroll forward, horizontal first + + + + + Autoscroll backward, horizontal first + + + + + Autoscroll forward, vertical first + + + + + Autoscroll backward, vertical first + + + + + Move down + + + + + Move up + + + + + Move left + + + + + Move right + + + + + Go to the first page + + + + + Go to the last page + + + + + Reading + + + + + There is a new version available + Há uma nova versão disponível + + + + Do you want to download the new version? + Você deseja baixar a nova versão? + + + + Remind me in 14 days + + + + + Not now + + + YACReader::WhatsNewDialog + Close Fechar @@ -740,10 +1102,13 @@ YACReaderFieldEdit + + Click to overwrite + Restore to default @@ -751,10 +1116,15 @@ YACReaderFieldPlainTextEdit + + + + Click to overwrite + Restore to default @@ -762,18 +1132,22 @@ YACReaderFlowConfigWidget + CoverFlow look Olhar capa cheia + Stripe look Olhar lista + Overlapped Stripe look Olhar lista sobreposta + How to show covers: @@ -781,94 +1155,117 @@ YACReaderGLFlowConfigWidget + Stripe look Olhar lista + Overlapped Stripe look Olhar lista sobreposta + Presets: + Classic look + Modern look + Roulette look + Show advanced settings + Custom: + View angle + Position + Cover gap + Central gap + Zoom + Y offset + Z offset + Cover Angle + Visibility + Light + Max angle + Low Performance + High Performance + Use VSync (improve the image quality in fullscreen mode, worse performance) + Performance: @@ -876,22 +1273,27 @@ YACReaderOptionsDialog + Save Salvar + Cancel Cancelar + Edit shortcuts + Shortcuts + Use hardware acceleration (restart needed) @@ -899,6 +1301,7 @@ YACReaderSlider + Reset @@ -906,18 +1309,23 @@ YACReaderTranslator + YACReader translator + + Translation + clear + Service not available diff --git a/YACReader/yacreader_ru.ts b/YACReader/yacreader_ru.ts index 87e18703..99912547 100644 --- a/YACReader/yacreader_ru.ts +++ b/YACReader/yacreader_ru.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,18 +12,23 @@ BookmarksDialog + Close Закрыть + + Loading... Загрузка... + Click on any image to go to the bookmark Нажмите на любое изображение чтобы перейти к закладке + Lastest Page Последняя страница @@ -30,22 +36,27 @@ EditShortcutsDialog + Shortcut in use Горячая клавиша уже занята + Restore defaults Восстановить значения по умолчанию + Shortcuts settings Горячие клавиши + The shortcut "%1" is already assigned to other function Сочетание клавиш "%1" уже назначено для другой функции + To change a shortcut, double click in the key combination and type the new keys. Чтобы изменить горячую клавишу дважды щелкните по выбранной комбинации клавиш и введите новые сочетания клавиш. @@ -53,18 +64,22 @@ FileComic + Format not supported Формат не поддерживается + 7z not found 7z не найден + Unknown error opening the file Неизвестная ошибка при открытии файла + CRC error on page (%1): some of the pages will not be displayed correctly Ошибка контрольной суммы CRC на странице (%1): некоторые страницы будут отображаться неправильно @@ -72,22 +87,28 @@ GoToDialog + Go To Перейти к странице... + Go to... Перейти к странице... + + Total pages : Общее количество страниц : + Cancel Отмена + Page : Страница : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Страница : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Справка + + System info + + + + About О программе @@ -113,30 +142,37 @@ LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -145,464 +181,496 @@ MainWindowViewer Go - Перейти + Перейти Edit - Редактировать + Редактировать File - Файл + Файл Help - Справка + Справка Save - Сохранить + Сохранить View - Посмотреть + Посмотреть &File - &Отображать панель инструментов + &Отображать панель инструментов &Next - &Следующий + &Следующий &Open - &Открыть + &Открыть Clear - Очистить + Очистить Close - Закрыть + Закрыть Open Comic - Открыть комикс + Открыть комикс Go To - Перейти к странице... + Перейти к странице... Zoom+ - Увеличить масштаб + Увеличить масштаб Zoom- - Уменьшить масштаб + Уменьшить масштаб Open image folder - Открыть папку с изображениями + Открыть папку с изображениями Size down magnifying glass - Уменьшение размера окошка увеличительного стекла + Уменьшение размера окошка увеличительного стекла Zoom out magnifying glass - Уменьшить + Уменьшить Open latest comic - Открыть последний комикс + Открыть последний комикс Autoscroll up - Автопрокрутка вверх + Автопрокрутка вверх Set bookmark - Установить закладку + Установить закладку page_%1.jpg - страница_%1.jpg + страница_%1.jpg Autoscroll forward, vertical first - Автопрокрутка вперед, вертикальная + Автопрокрутка вперед, вертикальная Switch to double page mode - Двухстраничный режим + Двухстраничный режим Save current page - Сохранить текущию страницу + Сохранить текущию страницу Size up magnifying glass - Увеличение размера окошка увеличительного стекла + Увеличение размера окошка увеличительного стекла Double page mode - Двухстраничный режим + Двухстраничный режим Move up - Переместить вверх + Переместить вверх Switch Magnifying glass - Увеличительное стекло + Увеличительное стекло Open Folder - Открыть папку + Открыть папку Comics - Комикс + Комикс Fit Height - Подогнать по высоте + Подогнать по высоте Autoscroll backward, vertical first - Автопрокрутка назад, вертикальная + Автопрокрутка назад, вертикальная Comic files - Файлы комикса + Файлы комикса Not now - Не сейчас + Не сейчас Go to the first page - Перейти к первой странице + Перейти к первой странице Go to previous page - Перейти к предыдущей странице + Перейти к предыдущей странице Window - Окно + Окно Open the latest comic opened in the previous reading session - Открыть комикс открытый в предыдущем сеансе чтения + Открыть комикс открытый в предыдущем сеансе чтения Open a comic - Открыть комикс + Открыть комикс Image files (*.jpg) - Файлы изображений (*.jpg) + Файлы изображений (*.jpg) Next Comic - Следующий комикс + Следующий комикс Fit Width - Подогнать по ширине + Подогнать по ширине Options - Настройки + Настройки Show Info - Показать/скрыть номер страницы и текущее время + Показать/скрыть номер страницы и текущее время Open folder - Открыть папку + Открыть папку Go to page ... - Перейти к странице... + Перейти к странице... Magnifiying glass - Увеличительное стекло + Увеличительное стекло Fit image to width - Подогнать по ширине + Подогнать по ширине Toggle fullscreen mode - Полноэкранный режим включить/выключить + Полноэкранный режим включить/выключить Toggle between fit to width and fit to height - Переключение режима подгонки страницы по ширине/высоте + Переключение режима подгонки страницы по ширине/высоте Move right - Переместить вправо + Переместить вправо Zoom in magnifying glass - Увеличить + Увеличить Open recent - Открыть недавние + Открыть недавние Reading - Чтение + Чтение &Previous - &Предыдущий + &Предыдущий Autoscroll forward, horizontal first - Автопрокрутка вперед, горизонтальная + Автопрокрутка вперед, горизонтальная Go to next page - Перейти к следующей странице + Перейти к следующей странице Show keyboard shortcuts - Показать горячие клавиши + Показать горячие клавиши Double page manga mode - Двухстраничный режим манги + Двухстраничный режим манги There is a new version available - Доступна новая версия + Доступна новая версия Autoscroll down - Автопрокрутка вниз + Автопрокрутка вниз Open next comic - Открыть следующий комикс + Открыть следующий комикс Remind me in 14 days - Напомнить через 14 дней + Напомнить через 14 дней Fit to page - Подогнать под размер страницы + Подогнать под размер страницы Show bookmarks - Показать закладки + Показать закладки Open previous comic - Открыть предыдуший комикс + Открыть предыдуший комикс Rotate image to the left - Повернуть изображение против часовой стрелки + Повернуть изображение против часовой стрелки Fit image to height - Подогнать по высоте + Подогнать по высоте Reset zoom - Сбросить масштаб + Сбросить масштаб Show the bookmarks of the current comic - Показать закладки в текущем комиксе + Показать закладки в текущем комиксе Show Dictionary - Переводчик YACreader + Переводчик YACreader Move down - Переместить вниз + Переместить вниз Move left - Переместить влево + Переместить влево Reverse reading order in double page mode - Двухстраничный режим манги + Двухстраничный режим манги YACReader options - Настройки + Настройки Clear open recent list - Очистить список недавно открытых файлов + Очистить список недавно открытых файлов Help, About YACReader - Справка + Справка Show go to flow - Показать поток страниц + Показать поток страниц Previous Comic - Предыдущий комикс + Предыдущий комикс Show full size - Показать в полном размере + Показать в полном размере Hide/show toolbar - Показать/скрыть панель инструментов + Показать/скрыть панель инструментов Magnifying glass - Увеличительное стекло + Увеличительное стекло Edit shortcuts - Редактировать горячие клавиши + Редактировать горячие клавиши General - Общие + Общие Set a bookmark on the current page - Установить закладку на текущей странице + Установить закладку на текущей странице Page adjustement - Настройка страницы + Настройка страницы Show zoom slider - Показать ползунок масштабирования + Показать ползунок масштабирования Go to the last page - Перейти к последней странице + Перейти к последней странице Do you want to download the new version? - Хотите загрузить новую версию ? + Хотите загрузить новую версию ? Rotate image to the right - Повернуть изображение по часовой стрелке + Повернуть изображение по часовой стрелке Always on top - Всегда сверху + Всегда сверху Autoscroll backward, horizontal first - Автопрокрутка назад, горизонтальная - - - New instance - + Автопрокрутка назад, горизонтальная OptionsDialog + Gamma Гамма + Reset Вернуть к первоначальным значениям + My comics path Папка комиксов + Image adjustment Настройка изображения + "Go to flow" size Размер потока страниц + Choose Выбрать + Image options Настройки изображения + Contrast Контраст + Options Настройки + Comics directory Папка комиксов + Quick Navigation Mode Ползунок для быстрой навигации по страницам + Background color Фоновый цвет + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation Отключить активацию потока при наведении мыши + Page Flow Поток Страниц + General Общие + Brightness Яркость + Restart is needed + Fit options + Enlarge images to fit width/height + Double Page options + Show covers as single page @@ -610,34 +678,42 @@ QObject + 7z lib not found Библиотека распаковщика 7z не найдена + unable to load 7z lib from ./utils не удается загрузить 7z lib из ./ utils + Trace + Debug + Info + Warning + Error + Fatal @@ -645,14 +721,17 @@ QsLogging::LogWindowModel + Time + Level + Message @@ -660,18 +739,22 @@ QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -679,14 +762,17 @@ ShortcutsDialog + Close Закрыть + YACReader keyboard shortcuts Клавиатурные комбинации YACReader + Keyboard Shortcuts Клавиатурные комбинации @@ -694,45 +780,537 @@ Viewer + Page not available! Страница недоступна! + + Press 'O' to open comic. Нажмите "O" чтобы открыть комикс. + Error opening comic Ошибка открытия комикса + Cover! Начало! + CRC Error Ошибка CRC + Comic not found Комикс не найден + Not found Не найдено + Last page! Конец! + Loading...please wait! Загрузка... Пожалуйста подождите! + + YACReader::MainWindowViewer + + + &Open + &Открыть + + + + Open a comic + Открыть комикс + + + + New instance + + + + + Open Folder + Открыть папку + + + + Open image folder + Открыть папку с изображениями + + + + Open latest comic + Открыть последний комикс + + + + Open the latest comic opened in the previous reading session + Открыть комикс открытый в предыдущем сеансе чтения + + + + Clear + Очистить + + + + Clear open recent list + Очистить список недавно открытых файлов + + + + Save + Сохранить + + + + + Save current page + Сохранить текущию страницу + + + + Previous Comic + Предыдущий комикс + + + + + + Open previous comic + Открыть предыдуший комикс + + + + Next Comic + Следующий комикс + + + + + + Open next comic + Открыть следующий комикс + + + + &Previous + &Предыдущий + + + + + + Go to previous page + Перейти к предыдущей странице + + + + &Next + &Следующий + + + + + + Go to next page + Перейти к следующей странице + + + + Fit Height + Подогнать по высоте + + + + Fit image to height + Подогнать по высоте + + + + Fit Width + Подогнать по ширине + + + + Fit image to width + Подогнать по ширине + + + + Show full size + Показать в полном размере + + + + Fit to page + Подогнать под размер страницы + + + + Reset zoom + Сбросить масштаб + + + + Show zoom slider + Показать ползунок масштабирования + + + + Zoom+ + Увеличить масштаб + + + + Zoom- + Уменьшить масштаб + + + + Rotate image to the left + Повернуть изображение против часовой стрелки + + + + Rotate image to the right + Повернуть изображение по часовой стрелке + + + + Double page mode + Двухстраничный режим + + + + Switch to double page mode + Двухстраничный режим + + + + Double page manga mode + Двухстраничный режим манги + + + + Reverse reading order in double page mode + Двухстраничный режим манги + + + + Go To + Перейти к странице... + + + + Go to page ... + Перейти к странице... + + + + Options + Настройки + + + + YACReader options + Настройки + + + + + Help + Справка + + + + Help, About YACReader + Справка + + + + Magnifying glass + Увеличительное стекло + + + + Switch Magnifying glass + Увеличительное стекло + + + + Set bookmark + Установить закладку + + + + Set a bookmark on the current page + Установить закладку на текущей странице + + + + Show bookmarks + Показать закладки + + + + Show the bookmarks of the current comic + Показать закладки в текущем комиксе + + + + Show keyboard shortcuts + Показать горячие клавиши + + + + Show Info + Показать/скрыть номер страницы и текущее время + + + + Close + Закрыть + + + + Show Dictionary + Переводчик YACreader + + + + Show go to flow + Показать поток страниц + + + + Edit shortcuts + Редактировать горячие клавиши + + + + &File + &Отображать панель инструментов + + + + + Open recent + Открыть недавние + + + + File + Файл + + + + Edit + Редактировать + + + + View + Посмотреть + + + + Go + Перейти + + + + Window + Окно + + + + + Open Comic + Открыть комикс + + + + + Comic files + Файлы комикса + + + + Open folder + Открыть папку + + + + page_%1.jpg + страница_%1.jpg + + + + Image files (*.jpg) + Файлы изображений (*.jpg) + + + + Comics + Комикс + + + + Toggle fullscreen mode + Полноэкранный режим включить/выключить + + + + Hide/show toolbar + Показать/скрыть панель инструментов + + + + General + Общие + + + + Size up magnifying glass + Увеличение размера окошка увеличительного стекла + + + + Size down magnifying glass + Уменьшение размера окошка увеличительного стекла + + + + Zoom in magnifying glass + Увеличить + + + + Zoom out magnifying glass + Уменьшить + + + + Magnifiying glass + Увеличительное стекло + + + + Toggle between fit to width and fit to height + Переключение режима подгонки страницы по ширине/высоте + + + + Page adjustement + Настройка страницы + + + + Autoscroll down + Автопрокрутка вниз + + + + Autoscroll up + Автопрокрутка вверх + + + + Autoscroll forward, horizontal first + Автопрокрутка вперед, горизонтальная + + + + Autoscroll backward, horizontal first + Автопрокрутка назад, горизонтальная + + + + Autoscroll forward, vertical first + Автопрокрутка вперед, вертикальная + + + + Autoscroll backward, vertical first + Автопрокрутка назад, вертикальная + + + + Move down + Переместить вниз + + + + Move up + Переместить вверх + + + + Move left + Переместить влево + + + + Move right + Переместить вправо + + + + Go to the first page + Перейти к первой странице + + + + Go to the last page + Перейти к последней странице + + + + Reading + Чтение + + + + There is a new version available + Доступна новая версия + + + + Do you want to download the new version? + Хотите загрузить новую версию ? + + + + Remind me in 14 days + Напомнить через 14 дней + + + + Not now + Не сейчас + + YACReader::WhatsNewDialog + Close Закрыть @@ -740,10 +1318,13 @@ YACReaderFieldEdit + Restore to default Восстановить значения по умолчанию + + Click to overwrite Изменить @@ -751,10 +1332,15 @@ YACReaderFieldPlainTextEdit + Restore to default Вернуть начальные установки + + + + Click to overwrite Изменить @@ -762,18 +1348,22 @@ YACReaderFlowConfigWidget + CoverFlow look Вид рулеткой + How to show covers: Как отображать обложки: + Stripe look Вид полосами + Overlapped Stripe look Вид перекрывающимися полосами @@ -781,94 +1371,117 @@ YACReaderGLFlowConfigWidget + Zoom Масштабировать + Light Осветить + Show advanced settings Показать дополнительные настройки + Roulette look Вид рулеткой + Cover Angle Охватить угол + Stripe look Вид полосами + Position Позиция + Z offset Смещение по Z + Y offset Смещение по Y + Central gap Сфокусировать разрыв + Presets: Предустановки: + Overlapped Stripe look Вид перекрывающимися полосами + Modern look Современный вид + View angle Угол зрения + Max angle Максимальный угол + Custom: Пользовательский: + Classic look Классический вид + Cover gap Осветить разрыв + High Performance Максимальная производительность + Performance: Производительность: + Use VSync (improve the image quality in fullscreen mode, worse performance) Использовать VSync (повысить формат изображения в полноэкранном режиме , хуже производительность) + Visibility Прозрачность + Low Performance Минимальная производительность @@ -876,22 +1489,27 @@ YACReaderOptionsDialog + Save Сохранить + Use hardware acceleration (restart needed) Использовать аппаратное ускорение (Требуется перезагрузка) + Cancel Отмена + Shortcuts Горячие клавиши + Edit shortcuts Редактировать горячие клавиши @@ -899,6 +1517,7 @@ YACReaderSlider + Reset Сброс мастштаба @@ -906,18 +1525,23 @@ YACReaderTranslator + clear очистить + Service not available Сервис недоступен + + Translation Перевод + YACReader translator Переводчик YACReader diff --git a/YACReader/yacreader_tr.ts b/YACReader/yacreader_tr.ts index be3e551e..eaa98fea 100644 --- a/YACReader/yacreader_tr.ts +++ b/YACReader/yacreader_tr.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Hiçbiri @@ -11,18 +12,23 @@ BookmarksDialog + Close Kapat + + Loading... Yükleniyor... + Click on any image to go to the bookmark Yer imine git + Lastest Page Son Sayfa @@ -30,22 +36,27 @@ EditShortcutsDialog + Restore defaults Varsayılarları geri yükle + To change a shortcut, double click in the key combination and type the new keys. Bir kısayolu değiştirmek için tuş kombinasyonuna çift tıklayın ve yeni tuşları girin. + Shortcuts settings Kısayol oyarları + Shortcut in use Kısayol kullanımda + The shortcut "%1" is already assigned to other function "%1" kısayolu bir başka işleve zaten atanmış @@ -53,18 +64,22 @@ FileComic + 7z not found 7z bulunamadı + CRC error on page (%1): some of the pages will not be displayed correctly (%1). sayfada CRC hatası : bazı sayfalar düzgün görüntülenmeyecek + Unknown error opening the file Dosya açılırken bilinmeyen hata + Format not supported Biçim desteklenmiyor @@ -72,22 +87,28 @@ GoToDialog + Go To Git + Go to... Git... + + Total pages : Toplam sayfa: + Cancel Vazgeç + Page : Sayfa : @@ -95,6 +116,7 @@ GoToFlowToolBar + Page : Sayfa : @@ -102,10 +124,17 @@ HelpAboutDialog + Help Yardım + + System info + + + + About Hakkında @@ -113,30 +142,37 @@ LogWindow + Log window Günlük penceresi + &Pause &Duraklat + &Save &Kaydet + C&lear &Temizle + &Copy &Kopyala + Level: + &Auto scroll &Otomatik kaydır @@ -145,464 +181,500 @@ MainWindowViewer Help - Yardım + Yardım Save - Kaydet + Kaydet &File - &Dosya + &Dosya &Next - &İleri + &İleri &Open - &Aç + &Aç Close - Kapat + Kapat Open Comic - Çizgi Romanı Aç + Çizgi Romanı Aç Go To - Git + Git Open image folder - Resim dosyasınıaç + Resim dosyasınıaç Set bookmark - Yer imi yap + Yer imi yap page_%1.jpg - sayfa_%1.jpg + sayfa_%1.jpg Switch to double page mode - Çift sayfa moduna geç + Çift sayfa moduna geç Save current page - Geçerli sayfayı kaydet + Geçerli sayfayı kaydet Double page mode - Çift sayfa modu + Çift sayfa modu Switch Magnifying glass - Büyüteç + Büyüteç Open Folder - Dosyayı Aç + Dosyayı Aç Comic files - Çizgi Roman Dosyaları + Çizgi Roman Dosyaları Go to previous page - Önceki sayfaya dön + Önceki sayfaya dön Open a comic - Çizgi romanı aç + Çizgi romanı aç Image files (*.jpg) - Resim dosyaları (*.jpg) + Resim dosyaları (*.jpg) Next Comic - Sırada ki çizgi roman + Sırada ki çizgi roman Fit Width - Uygun Genişlik + Uygun Genişlik Options - Ayarlar + Ayarlar Show Info - Bilgiyi göster + Bilgiyi göster Open folder - Dosyayı aç + Dosyayı aç Go to page ... - Sayfata git... + Sayfata git... Fit image to width - Görüntüyü sığdır + Görüntüyü sığdır &Previous - &Geri + &Geri Go to next page - Sonra ki sayfaya geç + Sonra ki sayfaya geç Show keyboard shortcuts - Klavye kısayollarını göster + Klavye kısayollarını göster There is a new version available - Yeni versiyon mevcut + Yeni versiyon mevcut Open next comic - Sıradaki çizgi romanı aç + Sıradaki çizgi romanı aç Show bookmarks - Yer imlerini göster + Yer imlerini göster Open previous comic - Önceki çizgi romanı aç + Önceki çizgi romanı aç Rotate image to the left - Sayfayı sola yatır + Sayfayı sola yatır Fit image to height - Uygun yüksekliğe getir + Uygun yüksekliğe getir Show the bookmarks of the current comic - Bu çizgi romanın yer imlerini göster + Bu çizgi romanın yer imlerini göster Show Dictionary - Sözlüğü göster + Sözlüğü göster YACReader options - YACReader ayarları + YACReader ayarları Help, About YACReader - YACReader hakkında yardım ve bilgi + YACReader hakkında yardım ve bilgi Show go to flow - Akışı göster + Akışı göster Previous Comic - Önce ki çizgi roman + Önce ki çizgi roman Show full size - Tam erken + Tam erken Magnifying glass - Büyüteç + Büyüteç General - Genel + Genel Set a bookmark on the current page - Sayfayı yer imi olarak ayarla + Sayfayı yer imi olarak ayarla Do you want to download the new version? - Yeni versiyonu indirmek ister misin ? + Yeni versiyonu indirmek ister misin ? Rotate image to the right - Sayfayı sağa yator + Sayfayı sağa yator Always on top - Her zaman üstte + Her zaman üstte New instance - Yeni örnek + Yeni örnek Open latest comic - En son çizgi romanı aç + En son çizgi romanı aç Open the latest comic opened in the previous reading session - Önceki okuma oturumunda açılan en son çizgi romanı aç + Önceki okuma oturumunda açılan en son çizgi romanı aç Clear - Temizle + Temizle Clear open recent list - Son açılanlar listesini temizle + Son açılanlar listesini temizle Fit Height - Yüksekliğe Sığdır + Yüksekliğe Sığdır Fit to page - Sayfaya sığdır + Sayfaya sığdır Reset zoom - Yakınlaştırmayı sıfırla + Yakınlaştırmayı sıfırla Show zoom slider - Yakınlaştırma çubuğunu göster + Yakınlaştırma çubuğunu göster Zoom+ - Yakınlaştır + Yakınlaştır Zoom- - Uzaklaştır + Uzaklaştır Double page manga mode - Çift sayfa manga kipi + Çift sayfa manga kipi Reverse reading order in double page mode - Çift sayfa kipinde ters okuma sırası + Çift sayfa kipinde ters okuma sırası Edit shortcuts - Kısayolları düzenle + Kısayolları düzenle Open recent - Son dosyaları aç + Son dosyaları aç File - Dosya + Dosya Edit - Düzen + Düzen View - Görünüm + Görünüm Go - Git + Git Window - Pencere + Pencere Comics - Çizgi Roman + Çizgi Roman Toggle fullscreen mode - Tam ekran kipini aç/kapat + Tam ekran kipini aç/kapat Hide/show toolbar - Araç çubuğunu göster/gizle + Araç çubuğunu göster/gizle Size up magnifying glass - Büyüteci büyüt + Büyüteci büyüt Size down magnifying glass - Büyüteci küçült + Büyüteci küçült Zoom in magnifying glass - Büyüteci yakınlaştır + Büyüteci yakınlaştır Zoom out magnifying glass - Büyüteci uzaklaştır + Büyüteci uzaklaştır Magnifiying glass - Büyüteç + Büyüteç Toggle between fit to width and fit to height - Genişliğe sığdır ile yüksekliğe sığdır arasında geçiş yap + Genişliğe sığdır ile yüksekliğe sığdır arasında geçiş yap Page adjustement - Sayfa ayarı + Sayfa ayarı Autoscroll down - Otomatik aşağı kaydır + Otomatik aşağı kaydır Autoscroll up - Otomatik yukarı kaydır + Otomatik yukarı kaydır Autoscroll forward, horizontal first - Otomatik ileri kaydır, önce yatay + Otomatik ileri kaydır, önce yatay Autoscroll backward, horizontal first - Otomatik geri kaydır, önce yatay + Otomatik geri kaydır, önce yatay Autoscroll forward, vertical first - Otomatik ileri kaydır, önce dikey + Otomatik ileri kaydır, önce dikey Autoscroll backward, vertical first - Otomatik geri kaydır, önce dikey + Otomatik geri kaydır, önce dikey Move down - Aşağı git + Aşağı git Move up - Yukarı git + Yukarı git Move left - Sola git + Sola git Move right - Sağa git + Sağa git Go to the first page - İlk sayfaya git + İlk sayfaya git Go to the last page - En son sayfaya git + En son sayfaya git Reading - Okuma + Okuma Remind me in 14 days - 14 gün içinde hatırlat + 14 gün içinde hatırlat Not now - Şimdi değil + Şimdi değil OptionsDialog + Gamma Gama + Reset Yeniden başlat + My comics path Çizgi Romanlarım + Image adjustment Resim ayarları + "Go to flow" size Akış görünümüne git + Choose Seç + Image options Sayfa ayarları + Contrast Kontrast + Options Ayarlar + Comics directory Çizgi roman konumu + Background color Arka plan rengi + Page Flow Sayfa akışı + General Genel + Brightness Parlaklık + Restart is needed Yeniden başlatılmalı + Quick Navigation Mode Hızlı Gezinti Kipi + + Scroll behaviour + + + + + Do not turn page using scroll + + + + + Use single scroll step to turn page + + + + Disable mouse over activation Etkinleştirme üzerinde fareyi devre dışı bırak + Fit options Sığdırma seçenekleri + Enlarge images to fit width/height Genişliğe/yüksekliği sığmaları için resimleri genişlet + Double Page options Çift Sayfa seçenekleri + Show covers as single page Kapakları tek sayfa olarak göster @@ -610,34 +682,42 @@ QObject + 7z lib not found 7z lib bulunamadı + unable to load 7z lib from ./utils ./utils içinden 7z lib yüklenemedi + Trace İz + Debug Hata ayıkla + Info Bilgi + Warning Uyarı + Error Hata + Fatal Ölümcül @@ -645,14 +725,17 @@ QsLogging::LogWindowModel + Time Süre + Level Düzey + Message Mesaj @@ -660,18 +743,22 @@ QsLogging::Window + &Pause &Duraklat + &Resume &Sürdür + Save log Günlük kaydet + Log file (*.log) Günlük dosyası (*.log) @@ -679,14 +766,17 @@ ShortcutsDialog + Close Kapat + YACReader keyboard shortcuts YACReader klavye kısayolları + Keyboard Shortcuts Klavye Kısayolları @@ -694,45 +784,537 @@ Viewer + + Press 'O' to open comic. 'O'ya basarak aç. + Cover! Kapak! + Comic not found Çizgi roman bulunamadı + Not found Bulunamadı + Last page! Son sayfa! + Loading...please wait! Yükleniyor... lütfen bekleyin! + Error opening comic Çizgi roman açılırken hata + CRC Error CRC Hatası + Page not available! Sayfa bulunamadı! + + YACReader::MainWindowViewer + + + &Open + &Aç + + + + Open a comic + Çizgi romanı aç + + + + New instance + Yeni örnek + + + + Open Folder + Dosyayı Aç + + + + Open image folder + Resim dosyasınıaç + + + + Open latest comic + En son çizgi romanı aç + + + + Open the latest comic opened in the previous reading session + Önceki okuma oturumunda açılan en son çizgi romanı aç + + + + Clear + Temizle + + + + Clear open recent list + Son açılanlar listesini temizle + + + + Save + Kaydet + + + + + Save current page + Geçerli sayfayı kaydet + + + + Previous Comic + Önce ki çizgi roman + + + + + + Open previous comic + Önceki çizgi romanı aç + + + + Next Comic + Sırada ki çizgi roman + + + + + + Open next comic + Sıradaki çizgi romanı aç + + + + &Previous + &Geri + + + + + + Go to previous page + Önceki sayfaya dön + + + + &Next + &İleri + + + + + + Go to next page + Sonra ki sayfaya geç + + + + Fit Height + Yüksekliğe Sığdır + + + + Fit image to height + Uygun yüksekliğe getir + + + + Fit Width + Uygun Genişlik + + + + Fit image to width + Görüntüyü sığdır + + + + Show full size + Tam erken + + + + Fit to page + Sayfaya sığdır + + + + Reset zoom + Yakınlaştırmayı sıfırla + + + + Show zoom slider + Yakınlaştırma çubuğunu göster + + + + Zoom+ + Yakınlaştır + + + + Zoom- + Uzaklaştır + + + + Rotate image to the left + Sayfayı sola yatır + + + + Rotate image to the right + Sayfayı sağa yator + + + + Double page mode + Çift sayfa modu + + + + Switch to double page mode + Çift sayfa moduna geç + + + + Double page manga mode + Çift sayfa manga kipi + + + + Reverse reading order in double page mode + Çift sayfa kipinde ters okuma sırası + + + + Go To + Git + + + + Go to page ... + Sayfata git... + + + + Options + Ayarlar + + + + YACReader options + YACReader ayarları + + + + + Help + Yardım + + + + Help, About YACReader + YACReader hakkında yardım ve bilgi + + + + Magnifying glass + Büyüteç + + + + Switch Magnifying glass + Büyüteç + + + + Set bookmark + Yer imi yap + + + + Set a bookmark on the current page + Sayfayı yer imi olarak ayarla + + + + Show bookmarks + Yer imlerini göster + + + + Show the bookmarks of the current comic + Bu çizgi romanın yer imlerini göster + + + + Show keyboard shortcuts + Klavye kısayollarını göster + + + + Show Info + Bilgiyi göster + + + + Close + Kapat + + + + Show Dictionary + Sözlüğü göster + + + + Show go to flow + Akışı göster + + + + Edit shortcuts + Kısayolları düzenle + + + + &File + &Dosya + + + + + Open recent + Son dosyaları aç + + + + File + Dosya + + + + Edit + Düzen + + + + View + Görünüm + + + + Go + Git + + + + Window + Pencere + + + + + Open Comic + Çizgi Romanı Aç + + + + + Comic files + Çizgi Roman Dosyaları + + + + Open folder + Dosyayı aç + + + + page_%1.jpg + sayfa_%1.jpg + + + + Image files (*.jpg) + Resim dosyaları (*.jpg) + + + + Comics + Çizgi Roman + + + + Toggle fullscreen mode + Tam ekran kipini aç/kapat + + + + Hide/show toolbar + Araç çubuğunu göster/gizle + + + + General + Genel + + + + Size up magnifying glass + Büyüteci büyüt + + + + Size down magnifying glass + Büyüteci küçült + + + + Zoom in magnifying glass + Büyüteci yakınlaştır + + + + Zoom out magnifying glass + Büyüteci uzaklaştır + + + + Magnifiying glass + Büyüteç + + + + Toggle between fit to width and fit to height + Genişliğe sığdır ile yüksekliğe sığdır arasında geçiş yap + + + + Page adjustement + Sayfa ayarı + + + + Autoscroll down + Otomatik aşağı kaydır + + + + Autoscroll up + Otomatik yukarı kaydır + + + + Autoscroll forward, horizontal first + Otomatik ileri kaydır, önce yatay + + + + Autoscroll backward, horizontal first + Otomatik geri kaydır, önce yatay + + + + Autoscroll forward, vertical first + Otomatik ileri kaydır, önce dikey + + + + Autoscroll backward, vertical first + Otomatik geri kaydır, önce dikey + + + + Move down + Aşağı git + + + + Move up + Yukarı git + + + + Move left + Sola git + + + + Move right + Sağa git + + + + Go to the first page + İlk sayfaya git + + + + Go to the last page + En son sayfaya git + + + + Reading + Okuma + + + + There is a new version available + Yeni versiyon mevcut + + + + Do you want to download the new version? + Yeni versiyonu indirmek ister misin ? + + + + Remind me in 14 days + 14 gün içinde hatırlat + + + + Not now + Şimdi değil + + YACReader::WhatsNewDialog + Close Kapat @@ -740,10 +1322,13 @@ YACReaderFieldEdit + Restore to default Varsayılana ayarla + + Click to overwrite Üzerine yazmak için tıkla @@ -751,10 +1336,15 @@ YACReaderFieldPlainTextEdit + Restore to default Varsayılana ayarla + + + + Click to overwrite Üstüne yazmak için tıkla @@ -762,18 +1352,22 @@ YACReaderFlowConfigWidget + CoverFlow look Kapak akışı görünümü + How to show covers: Kapaklar nasıl gözüksün: + Stripe look Şerit görünüm + Overlapped Stripe look Çakışan şerit görünüm @@ -781,94 +1375,117 @@ YACReaderGLFlowConfigWidget + Zoom Yakınlaş + Light Işık + Show advanced settings Daha fazla ayar göster + Roulette look Rulet görünüm + Cover Angle Kapak Açısı + Stripe look Strip görünüm + Position Pozisyon + Z offset Z dengesi + Y offset Y dengesi + Central gap Boş merkaz + Presets: Hazırlayan: + Overlapped Stripe look Çakışan şerit görünüm + Modern look Modern görünüm + View angle Bakış açısı + Max angle Maksimum açı + Custom: Kişisel: + Classic look Klasik görünüm + Cover gap Kapak boşluğu + High Performance Yüksek performans + Performance: Performans: + Use VSync (improve the image quality in fullscreen mode, worse performance) VSync kullan + Visibility Görünülebilirlik + Low Performance Düşük Performans @@ -876,22 +1493,27 @@ YACReaderOptionsDialog + Save Kaydet + Use hardware acceleration (restart needed) Yüksek donanımlı kullan (yeniden başlatmak gerekli) + Cancel Vazgeç + Edit shortcuts Kısayolları düzenle + Shortcuts Kısayollar @@ -899,6 +1521,7 @@ YACReaderSlider + Reset Yeniden başlat @@ -906,18 +1529,23 @@ YACReaderTranslator + YACReader translator YACReader çevirmeni + + Translation Çeviri + clear temizle + Service not available Servis kullanılamıyor diff --git a/YACReader/yacreader_zh_CN.ts b/YACReader/yacreader_zh_CN.ts index 46831c57..90e19201 100644 --- a/YACReader/yacreader_zh_CN.ts +++ b/YACReader/yacreader_zh_CN.ts @@ -124,17 +124,17 @@ HelpAboutDialog - + About 关于 - + Help 帮助 - + System info 系统信息 @@ -190,112 +190,112 @@ 我的漫画路径 - + Background color 背景颜色 - + Choose 选择 - + Quick Navigation Mode 快速导航模式 - + Disable mouse over activation 禁用鼠标激活 - + Restart is needed 需要重启 - + Brightness 亮度 - + Scroll behaviour 滚动效果 - + Do not turn page using scroll 滚动时不翻页 - + Use single scroll step to turn page 使用单滚动步骤翻页 - + Contrast 对比度 - + Gamma Gamma值 - + Reset 重置 - + Image options 图片选项 - + Fit options 适应项 - + Enlarge images to fit width/height 放大图片以适应宽度/高度 - + Double Page options 双页选项 - + Show covers as single page 显示封面为单页 - + General 常规 - + Page Flow 页面流 - + Image adjustment 图像调整 - + Options 选项 - + Comics directory 漫画目录 @@ -935,7 +935,7 @@ YACReader::WhatsNewDialog - + Close 关闭 diff --git a/YACReader/yacreader_zh_HK.ts b/YACReader/yacreader_zh_HK.ts index 5a7574bc..d258c9a5 100644 --- a/YACReader/yacreader_zh_HK.ts +++ b/YACReader/yacreader_zh_HK.ts @@ -124,17 +124,17 @@ HelpAboutDialog - + About 關於 - + Help 幫助 - + System info 系統資訊 @@ -190,112 +190,112 @@ 我的漫畫路徑 - + Background color 背景顏色 - + Choose 選擇 - + Quick Navigation Mode 快速導航模式 - + Disable mouse over activation 禁用滑鼠啟動 - + Restart is needed 需要重啟 - + Brightness 亮度 - + Scroll behaviour 滾動效果 - + Do not turn page using scroll 滾動時不翻頁 - + Use single scroll step to turn page 使用單滾動步驟翻頁 - + Contrast 對比度 - + Gamma Gamma值 - + Reset 重置 - + Image options 圖片選項 - + Fit options 適應項 - + Enlarge images to fit width/height 放大圖片以適應寬度/高度 - + Double Page options 雙頁選項 - + Show covers as single page 顯示封面為單頁 - + General 常規 - + Page Flow 頁面流 - + Image adjustment 圖像調整 - + Options 選項 - + Comics directory 漫畫目錄 @@ -935,7 +935,7 @@ YACReader::WhatsNewDialog - + Close 關閉 @@ -1171,4 +1171,4 @@ 服務不可用 - \ No newline at end of file + diff --git a/YACReader/yacreader_zh_TW.ts b/YACReader/yacreader_zh_TW.ts index 1d3dc050..db20fcfe 100644 --- a/YACReader/yacreader_zh_TW.ts +++ b/YACReader/yacreader_zh_TW.ts @@ -124,17 +124,17 @@ HelpAboutDialog - + About 關於 - + Help 幫助 - + System info 系統資訊 @@ -190,112 +190,112 @@ 我的漫畫路徑 - + Background color 背景顏色 - + Choose 選擇 - + Quick Navigation Mode 快速導航模式 - + Disable mouse over activation 禁用滑鼠啟動 - + Restart is needed 需要重啟 - + Brightness 亮度 - + Scroll behaviour 滾動效果 - + Do not turn page using scroll 滾動時不翻頁 - + Use single scroll step to turn page 使用單滾動步驟翻頁 - + Contrast 對比度 - + Gamma Gamma值 - + Reset 重置 - + Image options 圖片選項 - + Fit options 適應項 - + Enlarge images to fit width/height 放大圖片以適應寬度/高度 - + Double Page options 雙頁選項 - + Show covers as single page 顯示封面為單頁 - + General 常規 - + Page Flow 頁面流 - + Image adjustment 圖像調整 - + Options 選項 - + Comics directory 漫畫目錄 @@ -935,7 +935,7 @@ YACReader::WhatsNewDialog - + Close 關閉 @@ -1171,4 +1171,4 @@ 服務不可用 - \ No newline at end of file + diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index b8b9fb04..b66127bf 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -285,12 +285,30 @@ TRANSLATIONS = yacreaderlibrary_es.ts \ yacreaderlibrary_zh_CN.ts \ yacreaderlibrary_zh_TW.ts \ yacreaderlibrary_zh_HK.ts \ - yacreaderlibrary_it.ts -# yacreaderlibrary_source.ts + yacreaderlibrary_it.ts \ + yacreaderlibrary_en.ts -LRELEASE_DIR = ../release/languages/ CONFIG += lrelease +win32 { + CONFIG(release, debug|release) { + SOURCE_QM_DIR = $$OUT_PWD/release/*.qm + } + CONFIG(debug, debug|release) { + SOURCE_QM_DIR = $$OUT_PWD/debug/*.qm + } + + DEPLOYMENT_OUT_QM_DIR = ../release/languages/ + OUT_QM_DIR = $${DESTDIR}/languages/ + + QMAKE_POST_LINK += $(MKDIR) $$shell_path($${OUT_QM_DIR}) 2> NULL & \ + $(COPY) $$shell_path($${SOURCE_QM_DIR}) $$shell_path($${OUT_QM_DIR}) & \ + $(MKDIR) $$shell_path($${DEPLOYMENT_OUT_QM_DIR}) 2> NULL & \ + $(COPY) $$shell_path($${SOURCE_QM_DIR}) $$shell_path($${DEPLOYMENT_OUT_QM_DIR}) +} else { + LRELEASE_DIR = ../release/languages/ +} + #QML/GridView QT += quick qml quickwidgets diff --git a/YACReaderLibrary/main.cpp b/YACReaderLibrary/main.cpp index ee86bf65..170d71a9 100644 --- a/YACReaderLibrary/main.cpp +++ b/YACReaderLibrary/main.cpp @@ -164,21 +164,20 @@ int main(int argc, char **argv) logger.addDestination(std::move(fileDestination)); QTranslator translator; - QString sufix = QLocale::system().name(); #if defined Q_OS_UNIX && !defined Q_OS_MAC - translator.load(QString(DATADIR) + "/yacreader/languages/yacreaderlibrary_" + sufix); + translator.load(QLocale(), "yacreaderlibrary", "_", QString(DATADIR) + "/yacreader/languages"); #else - translator.load(QCoreApplication::applicationDirPath() + "/languages/yacreaderlibrary_" + sufix); + translator.load(QLocale(), "yacreaderlibrary", "_", "languages"); #endif app.installTranslator(&translator); - QTranslator viewerTranslator; -#if defined Q_OS_UNIX && !defined Q_OS_MAC - viewerTranslator.load(QString(DATADIR) + "/yacreader/languages/yacreader_" + sufix); -#else - viewerTranslator.load(QCoreApplication::applicationDirPath() + "/languages/yacreader_" + sufix); -#endif - app.installTranslator(&viewerTranslator); + /*QTranslator viewerTranslator; + #if defined Q_OS_UNIX && !defined Q_OS_MAC + viewerTranslator.load(QString(DATADIR) + "/yacreader/languages/yacreader_" + sufix); + #else + viewerTranslator.load(QCoreApplication::applicationDirPath() + "/languages/yacreader_" + sufix); + #endif + app.installTranslator(&viewerTranslator);*/ qRegisterMetaType("ComicDB"); diff --git a/YACReaderLibrary/yacreaderlibrary_de.ts b/YACReaderLibrary/yacreaderlibrary_de.ts index 6c028935..7b3d5fb7 100644 --- a/YACReaderLibrary/yacreaderlibrary_de.ts +++ b/YACReaderLibrary/yacreaderlibrary_de.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Keine @@ -11,66 +12,82 @@ AddLabelDialog + cancel Abbrechen + Label name: Label-Name: + Choose a color: Wähle eine Farbe: + red Rot + orange Orange + yellow Gelb + green Grün + cyan Kobalt + blue Blau + violet Violett + purple Lila + pink Pink + white Weiß + light Hell + dark Dunkel + accept Akzeptieren @@ -78,22 +95,27 @@ AddLibraryDialog + Add Hinzufügen + Add an existing library Eine vorhandene Bibliothek hinzufügen + Cancel Abbrechen + Comics folder : Comics-Ordner : + Library name : Bibliothek-Name : @@ -101,18 +123,22 @@ ApiKeyDialog + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> Bevor du dich mit Comic Vine verbindest, brauchst du deinen eigenen API-Schlüssel. Du kannst <a href="http://www.comicvine.com/api/">hier</a> einen kostenlosen bekommen. + Paste here your Comic Vine API key Füge hier deinen Comic Vine API-Schlüssel ein. + Accept Akzeptieren + Cancel Abbrechen @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Comic "Flow" verstecken @@ -127,46 +154,57 @@ ComicInfoView + Authors Autoren + writer Schriftsteller + penciller Künstler (Bleistift) + inker Künstler (Tinte) + colorist Künstler (Farbe) + letterer Künstler (Lettering) + cover artist Künstler (Cover) + Publisher Herausgeber + color Farbe + b/w Schwarzweiß + Characters Charaktere @@ -174,38 +212,52 @@ ComicModel + no Nein + yes Ja + Read Lesen + Size Größe + Pages Seiten + Title Titel + Current Page Aktuelle Seite + File Name Dateiname + + Publication Date + + + + Rating Bewertung @@ -213,50 +265,67 @@ ComicVineDialog + back zurück + next nächste + skip überspringen + close schließen + + Retrieving tags for : %1 Herunterladen von Tags für : %1 + Looking for comic... Suche nach Comic... + search suche + + + + Looking for volume... Suche nach Band.... + + comic %1 of %2 - %3 Comic %1 von %2 - %3 + %1 comics selected %1 Comic ausgewählt + Error connecting to ComicVine Fehler bei Verbindung zu ComicVine + Retrieving volume info... Herunterladen von Info zu Ausgabe... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Erstelle eine neue Bibliothek + Cancel Abbrechen + Create Erstellen + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Es kann einige Minuten dauern, eine neue Bibliothek zu erstellen. Sie können den Prozess abbrechen und die Bibliothek später aktualisieren, um den Vorgang abzuschließen. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder Der gewählte Pfad existiert nicht oder ist kein gültiger Pfad. Stellen Sie sicher, dass Sie Schreibzugriff zu dem Ordner haben + Comics folder : Comics-Ordner : + Library Name : Bibliothek-Name : + Path not found Pfad nicht gefunden @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults Standard wiederherstellen + To change a shortcut, double click in the key combination and type the new keys. Um eine Tastenkombination zu ändern, doppelklicken Sie auf die Tastenkombination und geben Sie die neuen Tasten ein. + Shortcuts settings Kürzel-Einstellungen + Shortcut in use Verwendete Kürzel + The shortcut "%1" is already assigned to other function Das Kürzel "%1" ist bereits für eine andere Funktion in Verwendung @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder Unterordner in diesem Ordner + Empty folder Leerer Ordner + Drag and drop folders and comics here Ziehen Sie Ordner und Comics hierher, um sie abzulegen @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet Dieses Label enthält noch keine Comics @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet Diese Leseliste enthält noch keine Comics @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Zieldatei : + Destination database name Ziel-Datenbank Name + Cancel Abbrechen + Create Erstellen + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Der gewählte Pfad existiert nicht oder ist kein gültiger Pfad. Stellen Sie sicher, dass Sie Schreibzugriff zu dem Ordner haben + Export comics info Comicinfo exportieren + Problem found while writing Problem beim Schreiben @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Abbrechen + Create Erstellen + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Der gewählte Pfad existiert nicht oder ist kein gültiger Pfad. Stellen Sie sicher, dass Sie Schreibzugriff zu dem Ordner haben + Output folder : Ziel-Ordner : + Problem found while writing Problem beim Schreiben + Create covers package Erzeuge Titelbild-Paket + Destination directory Ziel-Verzeichnis @@ -413,25 +515,46 @@ FileComic + Format not supported Format nicht unterstützt + 7z not found 7z nicht gefunden + Unknown error opening the file Unbekannter Fehler beim Öffnen der Datei + CRC error on page (%1): some of the pages will not be displayed correctly CRC Fehler auf Seite (%1): einige Seiten werden nicht korrekt dargestellt + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info Info anzeigen @@ -439,10 +562,17 @@ HelpAboutDialog + Help Hilfe + + System info + + + + About Über @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Abbrechen + Import Importieren + Info database location : Info-Datenbank Speicherort : + Import comics info Importiere Comic-Info + Comics info file (*.ydb) Comics Info File (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Zielordner : + Cancel Abbrechen + Unpack Entpacken + Compresed library covers (*.clc) Komprimierte Bibliothek Cover (*.clc) + Package location : Paket Ort : + Library Name : Bibliothek-Name : + Extract a catalog Einen Katalog extrahieren @@ -504,489 +646,667 @@ ImportWidget + stop Stop + Importing comics Comics werden importiert + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YACReaderLibrary erstellt nun eine neue Bibliothek. </p><p>Es kann einige Minuten dauern, eine neue Bibliothek zu erstellen. Sie können den Prozess abbrechen und die Bibliothek später aktualisieren, um den Vorgang abzuschließen.</p> + Some of the comics being added... Einige der Comics werden hinzugefügt... + Updating the library Aktualisierung der Bibliothek + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>Die aktuelle Bibliothek wird gerade aktualisiert. Für eine schnellere Aktualisierung, aktualisieren Sie die Bibliothek bitte regelmäßig.</p><p>Sie können den Prozess abbrechen und mit der Aktualisierung später fortfahren.<p> + Upgrading the library Upgrade der Bibliothek + <p>The current library is being upgraded, please wait.</p> Die aktuelle Bibliothek wird gerade upgegradet, bitte warten. + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Bearbeiten + The selected folder doesn't contain any library. Der ausgewählte Ordner enthält keine Bibliothek. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Diese Bibliothek wurde mit einer älteren Version von YACReader erzeugt. Sie muss geupdated werden. Jetzt updaten? + Comic Comic + Error opening the library Fehler beim Öffnen der Bibliothek + Show/Hide marks Zeige/Verberge Markierungen + + YACReader not found YACReader nicht gefunden + Show comics server options dialog Zeige Comic-Server-Optionen-Dialog + Remove current library from your collection Aktuelle Bibliothek aus der Sammlung entfernen + Set comic as read Comic als gelesen markieren + Remove and delete metadata Entferne und lösche Metadaten + Old library Alte Bibliothek + Update cover Titelbild updaten + + Set as completed Als gelesen markieren + Library Bibliothek + Rename current library Aktuelle Bibliothek umbenennen + + Fullscreen mode on/off Vollbildmodus an/aus + This library was created with a newer version of YACReaderLibrary. Download the new version now? Die Bibliothek wurde mit einer neueren Version von YACReader erstellt. Die neue Version jetzt herunterladen? + Open current comic on YACReader Aktuellen Comic mit YACReader öffnen + Update current library Aktuelle Bibliothek updaten + Library '%1' is no longer available. Do you want to remove it? Bibliothek '%1' ist nicht mehr verfügbar. Wollen Sie sie entfernen? + Update library Bibliothek updaten + + Open folder... Öffne Ordner... + Do you want remove Möchten Sie entfernen + + Set as uncompleted Als nicht gelesen markieren + Reset comic rating Comic-Bewertung zurücksetzen + Error updating the library Fehler beim Updaten der Bibliothek + Folder Ordner + Expand all nodes Alle Unterordner anzeigen + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? Bibliothek '%1' wurde mit einer älteren Version von YACReader erstellt. Sie muss neu erzeugt werden. Wollen Sie die Bibliothek jetzt erzeugen? + Pack covers Titelbild-Paket erzeugen + + + Set as read Als gelesen markieren + Delete selected comics Ausgewählte Comics löschen + + Export comics info Exportiere Comics-Info + Show options dialog Zeige den Optionen-Dialog + Create a new library Neue Bibliothek erstellen + Library not available Bibliothek nicht verfügbar + + Import comics info Importiere Comics-Info + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. Es gab ein Problem beim Löschen der ausgewählten Comics. Überprüfen Sie bitte die Schreibberechtigung für die ausgewählten Dateien oder Ordner. + Open current comic Aktuellen Comic öffnen + YACReader Library YACReader Bibliothek + Error creating the library Fehler beim Erstellen der Bibliothek + Unpack covers Titelbilder entpacken + Update needed Update benötigt + Open an existing library Eine vorhandede Bibliothek öffnen + Library name already exists Bibliothek-Name bereits vorhanden + There is another library with the name '%1'. Es gibt bereits eine Bibliothek mit dem Namen '%1'. + Download new version Neue Version herunterladen + Delete comics Comics löschen + Select all comics Alle Comics auswählen + Pack the covers of the selected library Packe die Titelbilder der ausgewählten Bibliothek in ein Paket + Help, About YACReader Hilfe, Über YACReader + Set comic as unread Comic als ungelesen markieren + Select root node Ursprungsordner auswählen + Unpack a catalog Katalog entpacken + All the selected comics will be deleted from your disk. Are you sure? Alle ausgewählten Comics werden von Ihrer Festplatte gelöscht. Sind Sie sicher? + Download tags from Comic Vine Tags von Comic Vine herunterladen + + + Set as unread Als ungelesen markieren + Library not found Bibliothek nicht gefunden + Rename library Bibliothek umbenennen + Remove library Bibliothek entfernen + Open containing folder... Öffne aktuellen Ordner... + + Unable to delete Löschen nicht möglich + library? Bibliothek? + Are you sure? Sind Sie sicher? + Save selected covers to... Ausgewählte Titelbilder speichern in... + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Save covers of the selected comics as JPG files Titelbilder der ausgewählten Comics als JPG-Datei speichern + + + Set as manga als Manga festlegen + Set issue as manga Ausgabe als Manga festlegen + Set as normal Als Normal festlegen + Set issue as normal Ausgabe als normal festlegen + Show or hide read marks Gelesen-Markierungen anzeigen oder verbergen + + Add new folder Neuen Ordner erstellen + Add new folder to the current library Neuen Ordner in der aktuellen Bibliothek erstellen + + Delete folder Ordner löschen + Delete current folder from disk Aktuellen Ordner von der Festplatte löschen + Collapse all nodes Alle Unterordner einklappen + + Change between comics views Zwischen Comic-Anzeigemodi wechseln + + Set as comic Als Comic festlegen + Assign current order to comics Aktuele Sortierung auf Comics anwenden + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts Kürzel bearbeiten + + &Quit + &Schließen + + + + Update folder Ordner aktualisieren + Update current folder Aktuellen Ordner aktualisieren + Add new reading list Neue Leseliste hinzufügen + Add a new reading list to the current library Neue Leseliste zur aktuellen Bibliothek hinzufügen + Remove reading list Leseliste entfernen + Remove current reading list from the library Aktuelle Leseliste von der Bibliothek entfernen + Add new label Neues Label hinzufügen + Add a new label to this library Neues Label zu dieser Bibliothek hinzufügen + Rename selected list Ausgewählte Liste umbenennen + Rename any selected labels or lists Ausgewählte Labels oder Listen umbenennen + Add to... Hinzufügen zu... + Favorites Favoriten + Add selected comics to favorites list Ausgewählte Comics zu Favoriten hinzufügen + Upgrade failed Update gescheitert + There were errors during library upgrade in: Beim Upgrade der Bibliothek kam es zu Fehlern in: + + Copying comics... Kopieren von Comics... + + Moving comics... Verschieben von Comics... + Folder name: Ordnername + No folder selected Kein Ordner ausgewählt + Please, select a folder first Bitte wählen Sie zuerst einen Ordner aus + Error in path Fehler im Pfad + There was an error accessing the folder's path Beim Aufrufen des Ordnerpfades kam es zu einem Fehler + The selected folder and all its contents will be deleted from your disk. Are you sure? Der ausgewählte Ordner und sein gesamter Inhalt wird von Ihrer Festplatte gelöscht. Sind Sie sicher? + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. Beim Löschen des ausgewählten Ordners ist ein Problem aufgetreten. Bitte überprüfen Sie die Schreibrechte und stellen Sie sicher, dass keine Anwendung diese Ordner oder die darin enthaltenen Dateien verwendet. + Add new reading lists Neue Leseliste hinzufügen + + List name: Name der Liste + Delete list/label Ausgewählte/s Liste/Label löschen + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? Das ausgewählte Element wird gelöscht; Ihre Comics oder Ordner werden NICHT von Ihrer Festplatte gelöscht. Sind Sie sicher? + Rename list name Listenname ändern + Save covers Titelbilder speichern + You are adding too many libraries. Sie fügen zu viele Bibliotheken hinzu. + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -998,26 +1318,32 @@ YACReaderLibrary will not stop you from creating more libraries but you should k YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen, aber Sie sollten die Anzahl der Bibliotheken gering halten. + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. YACReader nicht gefunden. YACReader muss im gleichen Ordner installiert sein wie YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. YACReader nicht gefunden. Eventuell besteht ein Problem mit Ihrer YACReader-Installation. + Assign comics numbers Comics Nummern zuweisen + Assign numbers starting in: Nummern zuweisen, beginnend mit: + Remove comics Comics löschen + Comics will only be deleted from the current label/list. Are you sure? Comics werden nur vom aktuellen Label/der aktuellen Liste gelöscht. Sind Sie sicher? @@ -1025,6 +1351,7 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen LocalComicListModel + file name Dateiname @@ -1032,30 +1359,37 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen LogWindow + Log window Protokollfenster + &Pause &Pause + &Save &Speichern + C&lear L&öschen + &Copy &Kopieren + Level: Level: + &Auto scroll Automatisches Scrollen @@ -1063,18 +1397,22 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen NoLibrariesWidget + create your first library Erstellen Sie Ihre erste Bibliothek + You don't have any libraries yet Sie haben aktuell noch keine Bibliothek + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Sie können eine Bibliothek in jedem beliebigen Ordner erstellen, YACReaderLibrary wird alle Comics und Unterordner von diesem Ordner importieren. Wenn Sie bereits eine Bibliothek erstellt haben, können Sie sie öffnen.</p><p>Vergessen Sie nicht, dass Sie YACReader als eigentsändige Anwendung nutzen können, um Comics auf Ihrem Computer zu lesen.</p> + add an existing one Existierende hinzufügen @@ -1082,70 +1420,87 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen OptionsDialog + Options Optionen + Tray icon settings (experimental) Taskleisten-Einstellungen (experimentell) + Close to tray In Taskleiste schließen + Start into the system tray In die Taskleiste starten + Edit Comic Vine API key Comic Vine API-Schlüssel ändern + Comic Vine API key Comic Vine API Schlüssel + Enable background image Hintergrundbild aktivieren + Opacity level Deckkraft-Stufe + Blur level Unschärfe-Stufe + Use selected comic cover as background Den ausgewählten Comic als Hintergrund verwenden + Restore defautls Standardwerte wiederherstellen + Background Hintergrund + Display continue reading banner Weiterlesen-Banner anzeigen + Continue reading Weiterlesen + Comic Flow Comic Flow + Grid view Rasteransicht + General Allgemein @@ -1153,142 +1508,178 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen PropertiesDialog + Day: Tag: + Plot Inhalt + Size: Größe: + Year: Jahr: + Inker(s): Künstler(Tinte): + Publishing Veröffentlichung + Publisher: Verlag: + General info Allgemeine Info + Color/BW: Farbe/Schwarz-Weiß: + Edit selected comics information Ausgewählte Comic-Informationen bearbeiten + Penciller(s): Künstler(Bleistift): + Colorist(s): Künstler(Farbe): + Genre: Genre: + Issue number: Ausgabennummer: + Month: Monat: + Notes: Anmerkungen: + Synopsis: Zusammenfassung: + Title: Titel: + Not found Nicht gefunden + Characters: Charaktere: + Authors Autoren + Age rating: Altersangabe: + Story arc: Handlung: + Writer(s): Autor(en): + Comic not found. You should update your library. Comic nicht gefunden. Sie sollten Ihre Bibliothek updaten. + Edit comic information Comic-Informationen bearbeiten + Cover page Titelbild + Cover Artist(s): Titelbild-Künstler: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine Link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> + Volume: Band: + Format: Format: + Letterer(s): Künstler(Schrift): + + of: von + Arc number: Handlungsbogen Nummer: + Manga: Manga: @@ -1296,34 +1687,42 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen QObject + 7z lib not found 7z Bibliothek nicht gefunden + unable to load 7z lib from ./utils 7z Bibliothek kann von ./utils nicht geladen werden + Trace Verfolgen + Debug Fehlersuche + Info Info + Warning Warnung + Error Error + Fatal Fatal @@ -1331,14 +1730,17 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen QsLogging::LogWindowModel + Time Zeit + Level Level + Message Nachricht @@ -1346,18 +1748,22 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen QsLogging::Window + &Pause &Pause + &Resume &Weiter + Save log Protokoll speichern + Log file (*.log) Protokolldatei (*.log) @@ -1365,18 +1771,22 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen RenameLibraryDialog + Rename current library Aktuelle Bibliothek umbenennen + Cancel Abbrechen + Rename Umbenennen + New Library Name : Neuer Bibliotheksname : @@ -1384,14 +1794,18 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen ScraperResultsPaginator + Number of %1 found : %2 Anzahl von %1 gefunden : %2 + + page %1 of %2 Seite %1 von %2 + Number of volumes found : %1 Anzahl der gefundenen Bände: %1 @@ -1399,10 +1813,12 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen SearchSingleComic + Please provide some additional information. Bitte stellen Sie weitere Informationen zur Verfügung. + Series: Serie: @@ -1410,10 +1826,12 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen SearchVolume + Please provide some additional information. Bitte stellen Sie weitere Informationen zur Verfügung. + Series: Serie: @@ -1421,22 +1839,27 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen SelectComic + loading description Beschreibung wird laden + comics Comics + loading cover Titelbild wird geladen + Please, select the right comic info. Bitte wählen Sie die korrekte Comic-Information aus. + description unavailable Beschreibung nicht verfügbar @@ -1444,22 +1867,37 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen SelectVolume + loading description Beschreibung wird geladen + Please, select the right series for your comic. Bitte wählen Sie die korrekte Serie für Ihre Comics aus. + + Filter: + + + + + Nothing found, clear the filter if any. + + + + loading cover Titelbild wird geladen + volumes Bände + description unavailable Beschreibung nicht verfügbar @@ -1467,14 +1905,17 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen SeriesQuestion + no Nein + yes Ja + You are trying to get information for various comics at once, are they part of the same series? Sie versuchen, Informationen zu mehreren Comics gleichzeitig zu laden, sind diese Teil einer Serie? @@ -1482,40 +1923,49 @@ YACReaderLibrary wird Sie nicht daran hindern, weitere Bibliotheken zu erstellen ServerConfigDialog + Port Anschluss + enable the server Server aktivieren + set port Anschluss wählen + Server connectivity information Serveranschluss-Information + Scan it! Durchsuchen! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> YACReader ist für iOS-Geräte verfügbar. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Jetzt entdecken! </a> + Choose an IP address IP-Adresse auswählen + display less information about folders in the browser to improve the performance weniger Informationen zu Ordnern im Browser anzuzeigen, um die Leistung zu verbessern + Could not load libqrencode. libqrencode konnte nicht geladen werden @@ -1523,22 +1973,27 @@ um die Leistung zu verbessern SortVolumeComics + remove selected comics Ausgewählte Comics entfernen + sort comics to match comic information Comics laut Comic-Information sortieren + restore all removed comics Alle entfernten Comics wiederherstellen + issues Ausgaben + Please, sort the list of comics on the left until it matches the comics' information. Sortieren Sie bitte die Comic-Informationen links, bis die Informationen mit den Comics übereinstimmen. @@ -1546,6 +2001,7 @@ um die Leistung zu verbessern TitleHeader + SEARCH Suchen @@ -1553,14 +2009,17 @@ um die Leistung zu verbessern UpdateLibraryDialog + Update library Bibliothek aktualisieren + Cancel Abbrechen + Updating.... Aktualisierung.... @@ -1568,6 +2027,7 @@ um die Leistung zu verbessern VolumeComicsModel + title Titel @@ -1575,14 +2035,17 @@ um die Leistung zu verbessern VolumesModel + year Jahr + issues Ausgaben + publisher Herausgeber @@ -1590,18 +2053,21 @@ um die Leistung zu verbessern YACReader::TrayIconController + &Restore &Wiederherstellen &Quit - &Schließen + &Schließen + Systray Taskleiste + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. YACReaderLibrary wird im Hintergrund weiterlaufen. Um das Programm zu schließen, wählen Sie <b>Schließen</b> im Kontextmenü des Taskleisten-Symbols. @@ -1609,6 +2075,7 @@ um die Leistung zu verbessern YACReader::WhatsNewDialog + Close Schließen @@ -1616,10 +2083,12 @@ um die Leistung zu verbessern YACReaderDeletingProgress + cancel Abbrechen + Please wait, deleting in progress... Bitte warten, Löschvorgang läuft... @@ -1627,10 +2096,13 @@ um die Leistung zu verbessern YACReaderFieldEdit + Restore to default Standardeinstellungen wiederherstellen + + Click to overwrite Zum Überschreiben anklicken @@ -1638,10 +2110,15 @@ um die Leistung zu verbessern YACReaderFieldPlainTextEdit + Restore to default Standardeinstellungen wiederherstellen + + + + Click to overwrite Zum Überschreiben anklicken @@ -1649,18 +2126,22 @@ um die Leistung zu verbessern YACReaderFlowConfigWidget + CoverFlow look CoverFlow-Ansicht + How to show covers: Wie Titelseiten angezeigt werden sollen: + Stripe look Streifen-Ansicht + Overlapped Stripe look Überlappende Streifen-Ansicht @@ -1668,94 +2149,117 @@ um die Leistung zu verbessern YACReaderGLFlowConfigWidget + Zoom Vergößern + Light Helligkeit + Show advanced settings Zeige erweiterte Einstellungen + Roulette look Zufällige Darstellung + Cover Angle Titelbild-Winkel + Stripe look Streifen-Ansicht + Position Position + Z offset Z Abstand + Y offset Y Abstand + Central gap Mittiger Abstand + Presets: Voreinstellungen: + Overlapped Stripe look Überlappende Streifen-Ansicht + Modern look Moderne Ansicht + View angle Zeige Winkel + Max angle Maximaler Winkel + Custom: Benutzerdefiniert: + Classic look Klassische Ansicht + Cover gap Titelbild Abstand + High Performance Hohe Leistung + Performance: Leistung: + Use VSync (improve the image quality in fullscreen mode, worse performance) VSync nutzen (verbessert die Bilddarstellung im Vollbild, schlechtere Leistung) + Visibility Sichtbarkeit + Low Performance Niedrige Leistung @@ -1763,10 +2267,12 @@ um die Leistung zu verbessern YACReaderNavigationController + No favorites Keine Favoriten + You are not reading anything yet, come on!! Sie lesen noch nichts, starten Sie!! @@ -1774,22 +2280,27 @@ um die Leistung zu verbessern YACReaderOptionsDialog + Save Speichern + Use hardware acceleration (restart needed) Hardwarebeschleunigung nutzen (Neustart erforderlich) + Cancel Abbrechen + Edit shortcuts Kürzel bearbeiten + Shortcuts Kürzel @@ -1797,6 +2308,7 @@ um die Leistung zu verbessern YACReaderSearchLineEdit + type to search tippen, um zu suchen @@ -1804,26 +2316,32 @@ um die Leistung zu verbessern YACReaderSideBar + LIBRARIES BIBLIOTHEKEN + FOLDERS ORDNER + Libraries Bibliotheken + Folders Ordner + Reading Lists Leselisten + READING LISTS LESELISTEN diff --git a/YACReaderLibrary/yacreaderlibrary_en.ts b/YACReaderLibrary/yacreaderlibrary_en.ts new file mode 100644 index 00000000..cc9b4ce3 --- /dev/null +++ b/YACReaderLibrary/yacreaderlibrary_en.ts @@ -0,0 +1,2345 @@ + + + + + ActionsShortcutsModel + + + None + + + + + AddLabelDialog + + + Label name: + + + + + Choose a color: + + + + + red + + + + + orange + + + + + yellow + + + + + green + + + + + cyan + + + + + blue + + + + + violet + + + + + purple + + + + + pink + + + + + white + + + + + light + + + + + dark + + + + + accept + + + + + cancel + + + + + AddLibraryDialog + + + Comics folder : + + + + + Library name : + Library Name : + + + + + Add + + + + + Cancel + + + + + Add an existing library + + + + + ApiKeyDialog + + + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> + + + + + Paste here your Comic Vine API key + + + + + Accept + + + + + Cancel + + + + + ClassicComicsView + + + Hide comic flow + + + + + ComicInfoView + + + Authors + + + + + writer + + + + + penciller + + + + + inker + + + + + colorist + + + + + letterer + + + + + cover artist + + + + + Publisher + + + + + color + + + + + b/w + + + + + Characters + + + + + ComicModel + + + yes + + + + + no + + + + + Title + + + + + File Name + + + + + Pages + + + + + Size + + + + + Read + + + + + Current Page + + + + + Publication Date + + + + + Rating + + + + + ComicVineDialog + + + skip + + + + + back + + + + + next + + + + + search + + + + + close + + + + + + + + Looking for volume... + + + + + + comic %1 of %2 - %3 + + + + + %1 comics selected + + + + + Error connecting to ComicVine + + + + + + Retrieving tags for : %1 + + + + + Retrieving volume info... + + + + + Looking for comic... + + + + + CreateLibraryDialog + + + Comics folder : + + + + + Library Name : + + + + + Create + + + + + Cancel + + + + + Create a library could take several minutes. You can stop the process and update the library later for completing the task. + + + + + Create new library + + + + + Path not found + + + + + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder + + + + + EditShortcutsDialog + + + Restore defaults + + + + + To change a shortcut, double click in the key combination and type the new keys. + + + + + Shortcuts settings + + + + + Shortcut in use + + + + + The shortcut "%1" is already assigned to other function + + + + + EmptyFolderWidget + + + + Subfolders in this folder + + + + + Empty folder + + + + + Drag and drop folders and comics here + + + + + EmptyLabelWidget + + + This label doesn't contain comics yet + + + + + EmptyReadingListWidget + + + This reading list does not contain any comics yet + This reading list doesn't contain any comics yet + + + + + ExportComicsInfoDialog + + + Output file : + + + + + Create + + + + + Cancel + + + + + Export comics info + + + + + Destination database name + + + + + Problem found while writing + + + + + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder + + + + + ExportLibraryDialog + + + Output folder : + + + + + Create + + + + + Cancel + + + + + Create covers package + + + + + Problem found while writing + + + + + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder + + + + + Destination directory + + + + + FileComic + + + CRC error on page (%1): some of the pages will not be displayed correctly + + + + + Unknown error opening the file + + + + + 7z not found + + + + + Format not supported + + + + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + + + GridComicsView + + + Show info + + + + + HelpAboutDialog + + + About + + + + + Help + + + + + System info + + + + + ImportComicsInfoDialog + + + Import comics info + + + + + Info database location : + + + + + Import + + + + + Cancel + + + + + Comics info file (*.ydb) + + + + + ImportLibraryDialog + + + Library Name : + + + + + Package location : + + + + + Destination folder : + + + + + Unpack + + + + + Cancel + + + + + Extract a catalog + + + + + Compresed library covers (*.clc) + + + + + ImportWidget + + + stop + + + + + Some of the comics being added... + + + + + Importing comics + + + + + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> + + + + + Updating the library + + + + + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> + + + + + Upgrading the library + + + + + <p>The current library is being upgraded, please wait.</p> + + + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + + + + LibraryWindow + + + YACReader Library + + + + + Library + + + + + Create a new library + + + + + Open an existing library + + + + + + Export comics info + + + + + + Import comics info + + + + + Pack covers + + + + + Pack the covers of the selected library + + + + + Unpack covers + + + + + Unpack a catalog + + + + + Update library + + + + + Update current library + + + + + Rename library + + + + + Rename current library + + + + + Remove library + + + + + Remove current library from your collection + + + + + Open current comic + + + + + Open current comic on YACReader + + + + + Save selected covers to... + + + + + Save covers of the selected comics as JPG files + + + + + + + Set as read + + + + + Set comic as read + + + + + + + Set as unread + + + + + Set comic as unread + + + + + Show/Hide marks + + + + + Collapse all nodes + + + + + Assign current order to comics + + + + + Library not available + Library ' + + + + + + Fullscreen mode on/off + + + + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + + + + Set as manga + + + + + Set issue as manga + + + + + Set as normal + + + + + Set issue as normal + + + + + Help, About YACReader + + + + + + Delete folder + + + + + Select root node + + + + + Expand all nodes + + + + + Show options dialog + + + + + Show comics server options dialog + + + + + + Open folder... + + + + + + Set as uncompleted + + + + + + Set as completed + + + + + + Set as comic + + + + + Open containing folder... + + + + + Reset comic rating + + + + + Select all comics + + + + + Edit + + + + + Update cover + + + + + Delete selected comics + + + + + Download tags from Comic Vine + + + + + Focus search line + + + + + Focus comics view + + + + + Edit shortcuts + + + + + &Quit + + + + + + Update folder + + + + + Update current folder + + + + + Add new reading list + + + + + Add a new reading list to the current library + + + + + Remove reading list + + + + + Remove current reading list from the library + + + + + Add new label + + + + + Add a new label to this library + + + + + Rename selected list + + + + + Rename any selected labels or lists + + + + + Add to... + + + + + Favorites + + + + + Add selected comics to favorites list + + + + + Folder + + + + + Comic + + + + + Upgrade failed + + + + + There were errors during library upgrade in: + + + + + Update needed + + + + + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? + + + + + Download new version + + + + + This library was created with a newer version of YACReaderLibrary. Download the new version now? + + + + + Library '%1' is no longer available. Do you want to remove it? + + + + + Old library + + + + + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? + + + + + + Copying comics... + + + + + + Moving comics... + + + + + Folder name: + + + + + No folder selected + + + + + Please, select a folder first + + + + + Error in path + + + + + There was an error accessing the folder's path + + + + + The selected folder and all its contents will be deleted from your disk. Are you sure? + + + + + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. + + + + + Add new reading lists + + + + + + List name: + + + + + Delete list/label + + + + + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? + + + + + Rename list name + + + + + Save covers + + + + + You are adding too many libraries. + + + + + You are adding too many libraries. + +You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. + +YACReaderLibrary will not stop you from creating more libraries but you should keep the number of libraries low. + + + + + + YACReader not found + + + + + Library not found + + + + + The selected folder doesn't contain any library. + + + + + Are you sure? + + + + + Do you want remove + + + + + library? + + + + + Remove and delete metadata + + + + + Assign comics numbers + + + + + Assign numbers starting in: + + + + + + Unable to delete + + + + + Show or hide read marks + + + + + + Add new folder + + + + + Add new folder to the current library + + + + + Delete current folder from disk + + + + + + Change between comics views + + + + + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + + + + + YACReader not found. There might be a problem with your YACReader installation. + + + + + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. + + + + + Error creating the library + + + + + Error updating the library + + + + + Error opening the library + + + + + Delete comics + + + + + All the selected comics will be deleted from your disk. Are you sure? + + + + + Remove comics + + + + + Comics will only be deleted from the current label/list. Are you sure? + + + + + Library name already exists + + + + + There is another library with the name '%1'. + + + + + LocalComicListModel + + + file name + + + + + LogWindow + + + Log window + + + + + &Pause + + + + + &Save + + + + + C&lear + + + + + &Copy + + + + + Level: + + + + + &Auto scroll + + + + + NoLibrariesWidget + + + You don't have any libraries yet + + + + + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> + + + + + create your first library + + + + + add an existing one + + + + + OptionsDialog + + + Tray icon settings (experimental) + + + + + Close to tray + + + + + Start into the system tray + + + + + Edit Comic Vine API key + + + + + Comic Vine API key + + + + + Enable background image + + + + + Opacity level + + + + + Blur level + + + + + Use selected comic cover as background + + + + + Restore defautls + + + + + Background + + + + + Display continue reading banner + + + + + Continue reading + + + + + Comic Flow + + + + + Grid view + + + + + General + + + + + Options + + + + + PropertiesDialog + + + General info + + + + + Authors + + + + + Publishing + + + + + Plot + + + + + Cover page + + + + + Title: + + + + + + of: + + + + + Issue number: + + + + + Volume: + + + + + Arc number: + + + + + Story arc: + + + + + Genre: + Genere: + + + + + Size: + + + + + Writer(s): + + + + + Penciller(s): + + + + + Inker(s): + + + + + Colorist(s): + + + + + Letterer(s): + + + + + Cover Artist(s): + + + + + Day: + + + + + Month: + + + + + Year: + + + + + Publisher: + + + + + Format: + + + + + Color/BW: + + + + + Age rating: + + + + + Manga: + + + + + Synopsis: + + + + + Characters: + + + + + Notes: + + + + + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> + + + + + Not found + + + + + Comic not found. You should update your library. + + + + + Edit selected comics information + + + + + Edit comic information + + + + + QObject + + + 7z lib not found + + + + + unable to load 7z lib from ./utils + + + + + Trace + + + + + Debug + + + + + Info + + + + + Warning + + + + + Error + + + + + Fatal + + + + + QsLogging::LogWindowModel + + + Time + + + + + Level + + + + + Message + + + + + QsLogging::Window + + + &Pause + + + + + &Resume + + + + + Save log + + + + + Log file (*.log) + + + + + RenameLibraryDialog + + + New Library Name : + + + + + Rename + + + + + Cancel + + + + + Rename current library + + + + + ScraperResultsPaginator + + + Number of volumes found : %1 + + + + + + page %1 of %2 + + + + + Number of %1 found : %2 + + + + + SearchSingleComic + + + Please provide some additional information. + + + + + Series: + + + + + SearchVolume + + + Please provide some additional information. + + + + + Series: + + + + + SelectComic + + + Please, select the right comic info. + + + + + comics + + + + + loading cover + + + + + loading description + + + + + description unavailable + + + + + SelectVolume + + + Please, select the right series for your comic. + + + + + Filter: + + + + + volumes + + + + + Nothing found, clear the filter if any. + + + + + loading cover + + + + + loading description + + + + + description unavailable + + + + + SeriesQuestion + + + You are trying to get information for various comics at once, are they part of the same series? + + + + + yes + + + + + no + + + + + ServerConfigDialog + + + set port + + + + + Server connectivity information + + + + + Scan it! + + + + + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> + + + + + Choose an IP address + + + + + Port + + + + + enable the server + + + + + display less information about folders in the browser +to improve the performance + + + + + Could not load libqrencode. + + + + + SortVolumeComics + + + Please, sort the list of comics on the left until it matches the comics' information. + + + + + sort comics to match comic information + + + + + issues + + + + + remove selected comics + + + + + restore all removed comics + + + + + TitleHeader + + + SEARCH + + + + + UpdateLibraryDialog + + + Updating.... + + + + + Cancel + + + + + Update library + + + + + VolumeComicsModel + + + title + + + + + VolumesModel + + + year + + + + + issues + + + + + publisher + + + + + YACReader::TrayIconController + + + &Restore + + + + + Systray + + + + + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. + + + + + YACReader::WhatsNewDialog + + + Close + + + + + YACReaderDeletingProgress + + + Please wait, deleting in progress... + + + + + cancel + + + + + YACReaderFieldEdit + + + + Click to overwrite + + + + + Restore to default + + + + + YACReaderFieldPlainTextEdit + + + + + + Click to overwrite + + + + + Restore to default + + + + + YACReaderFlowConfigWidget + + + How to show covers: + + + + + CoverFlow look + + + + + Stripe look + + + + + Overlapped Stripe look + + + + + YACReaderGLFlowConfigWidget + + + Presets: + + + + + Classic look + + + + + Stripe look + + + + + Overlapped Stripe look + + + + + Modern look + + + + + Roulette look + + + + + Show advanced settings + + + + + Custom: + + + + + View angle + + + + + Position + + + + + Cover gap + + + + + Central gap + + + + + Zoom + + + + + Y offset + + + + + Z offset + + + + + Cover Angle + + + + + Visibility + + + + + Light + + + + + Max angle + + + + + Low Performance + + + + + High Performance + + + + + Use VSync (improve the image quality in fullscreen mode, worse performance) + + + + + Performance: + + + + + YACReaderNavigationController + + + No favorites + + + + + You are not reading anything yet, come on!! + + + + + YACReaderOptionsDialog + + + Save + + + + + Cancel + + + + + Edit shortcuts + + + + + Shortcuts + + + + + Use hardware acceleration (restart needed) + + + + + YACReaderSearchLineEdit + + + type to search + + + + + YACReaderSideBar + + + Libraries + + + + + Folders + + + + + Reading Lists + + + + + LIBRARIES + + + + + FOLDERS + + + + + READING LISTS + + + + diff --git a/YACReaderLibrary/yacreaderlibrary_es.ts b/YACReaderLibrary/yacreaderlibrary_es.ts index b6bfa4e4..ec3b8dee 100644 --- a/YACReaderLibrary/yacreaderlibrary_es.ts +++ b/YACReaderLibrary/yacreaderlibrary_es.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,66 +12,82 @@ AddLabelDialog + cancel cancelar + Label name: + Choose a color: + red + orange + yellow + green + cyan + blue + violet + purple + pink + white + light + dark + accept @@ -78,22 +95,27 @@ AddLibraryDialog + Add Añadir + Add an existing library Añadir una biblioteca existente + Cancel Cancelar + Comics folder : Carpeta de cómics: + Library name : Nombre de la biblioteca: @@ -101,18 +123,22 @@ ApiKeyDialog + Cancel Cancelar + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> + Paste here your Comic Vine API key + Accept @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Ocultar cómic flow @@ -127,46 +154,57 @@ ComicInfoView + Authors Autores + writer + penciller + inker + colorist + letterer + cover artist + Publisher + color + b/w + Characters @@ -174,38 +212,52 @@ ComicModel + no no + yes + Read Leído + Size Tamaño + Pages Páginas + Title Título + Current Page Página Actual + File Name Nombre de archivo + + Publication Date + + + + Rating Nota @@ -213,50 +265,67 @@ ComicVineDialog + back atrás + next siguiente + skip omitir + close cerrar + + Retrieving tags for : %1 Recuperando etiquetas para : %1 + Looking for comic... Buscando cómic... + search buscar + + + + Looking for volume... Buscando volumen... + + comic %1 of %2 - %3 cómic %1 de %2 - %3 + %1 comics selected %1 comics seleccionados + Error connecting to ComicVine Error conectando a ComicVine + Retrieving volume info... Recuperando imformación del volumen... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Crear la nueva biblioteca + Cancel Cancelar + Create Crear + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Crear una biblioteca puede llevar varios minutos. Puedes parar el proceso en cualquier momento y completar la tarea más tarde. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder La ruta seleccionada no existe o no es válida. Asegúrate de que tienes privilegios de escritura en esta carpeta + Comics folder : Carpeta de cómics: + Library Name : Nombre de la biblioteca: + Path not found Ruta no encontrada @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder + Empty folder + Drag and drop folders and comics here @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Archivo de salida : + Destination database name Nombre de la base de datos de destino + Cancel Cancelar + Create Crear + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder La ruta seleccionada para el archivo de salida no existe o no es una ruta válida. Asegúrate de que tienes permisos de escritura en esta carpeta + Export comics info Exportar información de los cómics + Problem found while writing Problema encontrado mientras se escribía @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Cancelar + Create Crear + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder La ruta seleccionada para el archivo de salida no existe o no es una ruta válida. Asegúrate de que tienes permisos de escritura en esta carpeta + Output folder : Carpeta de destino: + Problem found while writing Problema encontrado mientras se escribía + Create covers package Crear paquete de portadas + Destination directory Carpeta de destino @@ -413,25 +515,46 @@ FileComic + Format not supported Formato no soportado + 7z not found 7z no encontrado + Unknown error opening the file Error desconocido abriendo el archivo + CRC error on page (%1): some of the pages will not be displayed correctly Error CRC en la página (%1): algunas de las páginas no se mostrarán correctamente + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info @@ -439,10 +562,17 @@ HelpAboutDialog + Help Ayuda + + System info + + + + About Acerca de @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Cancelar + Import Importar + Info database location : Ubicación de la base de datos de información : + Import comics info Importar información de cómics + Comics info file (*.ydb) Archivo de información de cómics (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Directorio de destino: + Cancel Cancelar + Unpack Desempaquetar + Compresed library covers (*.clc) Compresed library covers (*.clc) + Package location : Ubicación del paquete: + Library Name : Nombre de la biblioteca : + Extract a catalog Extraer un catálogo @@ -504,489 +646,667 @@ ImportWidget + stop parar + Importing comics Importando cómics + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YACReaderLibrary está creando una nueva biblioteca.</p><p>Crear una biblioteca puede llevar varios minutos. Puedes parar el proceso en cualquier momento y actualizar la biblioteca más tarde para completar el proceso.</p> + Some of the comics being added... Algunos de los cómics que estan siendo añadidos.... + Updating the library Actualizando la biblioteca + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>La biblioteca actual está siendo actualizada. Para actualizaciones más rápidas, por favor, actualiza tus bibliotecas frecuentemente.</p><p>Puedes parar el proceso y continunar la actualización más tarde.</p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Editar + The selected folder doesn't contain any library. La carpeta seleccionada no contiene ninguna biblioteca. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Esta biblioteca fue creada con una versión anterior de YACReaderLibrary. Es necesario que se actualice. ¿Deseas hacerlo ahora? + Comic Cómic + Error opening the library Error abriendo la biblioteca + Show/Hide marks Mostrar/Ocultar marcas + + YACReader not found YACReader no encontrado + Show comics server options dialog + Remove current library from your collection Eliminar biblioteca de la colección + Set comic as read Marcar cómic como leído + Remove and delete metadata Eliminar y borrar metadatos + Old library Biblioteca antigua + Update cover Actualizar portada + + Set as completed Marcar como completo + Library Librería + Rename current library Renombrar la biblioteca seleccionada + + Fullscreen mode on/off Modo a pantalla completa on/off + This library was created with a newer version of YACReaderLibrary. Download the new version now? Esta biblioteca fue creada con una versión más nueva de YACReaderLibrary. ¿Deseas descargar la nueva versión ahora? + Open current comic on YACReader Abrir el cómic actual en YACReader + Update current library Actualizar la biblioteca seleccionada + Library '%1' is no longer available. Do you want to remove it? La biblioteca '%1' no está disponible. ¿Deseas eliminarla? + Update library Actualizar biblioteca + + Open folder... Abrir carpeta... + Do you want remove ¿Deseas eliminar la biblioteca + + Set as uncompleted Marcar como incompleto + Reset comic rating Reseteal cómic rating + Error updating the library Error actualizando la biblioteca + Folder Carpeta + Expand all nodes Expandir todos los nodos + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? La biblioteca '%1' ha sido creada con una versión más antigua de YACReaderLibrary y debe ser creada de nuevo. ¿Deseas crear la biblioteca ahora? + Pack covers Empaquetar portadas + + + Set as read Marcar como leído + Delete selected comics Borrar los cómics seleccionados + + Export comics info Exportar información de los cómics + Show options dialog Mostrar opciones + Create a new library Crear una nueva biblioteca + Library not available Biblioteca no disponible + + Import comics info Importar información de cómics + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. Ha habido algún problema intentando borrar los cómics selecionados. Por favor, verifica los permisos de escritura en los arhicovs seleccionados o los directorios que los conienen. + Open current comic Abrir cómic actual + YACReader Library YACReader Library + Error creating the library Errar creando la biblioteca + Unpack covers Desempaquetar portadas + Update needed Se necesita actualizar + Open an existing library Abrir una biblioteca existente + Library name already exists Ya existe el nombre de la biblioteca + There is another library with the name '%1'. Hay otra biblioteca con el nombre '%1'. + Download new version Descargar la nueva versión + Delete comics Borrar cómics + Select all comics Seleccionar todos los cómics + Pack the covers of the selected library Empaquetar las portadas de la biblioteca seleccionada + Help, About YACReader Ayuda, A cerca de... YACReader + Set comic as unread Marcar cómic como no leído + Select root node Seleccionar el nodo raíz + Unpack a catalog Desempaquetar un catálogo + All the selected comics will be deleted from your disk. Are you sure? Todos los cómics seleccionados serán borrados de tu disco. ¿Estás seguro? + Download tags from Comic Vine Descargar etiquetas de Comic Vine + + + Set as unread Marcar como no leído + Library not found Biblioteca no encontrada + Rename library Renombrar biblioteca + Remove library Eliminar biblioteca + Open containing folder... Abrir carpeta contenedora... + + Unable to delete No se ha podido borrar + library? ? + Are you sure? ¿Estás seguro? + Save selected covers to... + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Save covers of the selected comics as JPG files + + + Set as manga + Set issue as manga + Set as normal + Set issue as normal + Show or hide read marks + + Add new folder + Add new folder to the current library + + Delete folder + Delete current folder from disk + Collapse all nodes + + Change between comics views + + Set as comic + Assign current order to comics + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts + + &Quit + + + + + Update folder + Update current folder + Add new reading list + Add a new reading list to the current library + Remove reading list + Remove current reading list from the library + Add new label + Add a new label to this library + Rename selected list + Rename any selected labels or lists + Add to... + Favorites + Add selected comics to favorites list + Upgrade failed + There were errors during library upgrade in: + + Copying comics... + + Moving comics... + Folder name: + No folder selected + Please, select a folder first + Error in path + There was an error accessing the folder's path + The selected folder and all its contents will be deleted from your disk. Are you sure? + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. + Add new reading lists + + List name: + Delete list/label + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? + Rename list name + Save covers + You are adding too many libraries. + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -995,26 +1315,32 @@ YACReaderLibrary will not stop you from creating more libraries but you should k + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. + Assign comics numbers + Assign numbers starting in: + Remove comics + Comics will only be deleted from the current label/list. Are you sure? @@ -1022,6 +1348,7 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LocalComicListModel + file name nombre de archivo @@ -1029,30 +1356,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1060,18 +1394,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k NoLibrariesWidget + create your first library crea tu primera biblioteca + You don't have any libraries yet Aún no tienes ninguna biblioteca + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Puedes crear una biblioteca en cualquier carpeta, YACReaderLibrary importará todos las carpetas y cómics de esa carpeta. Si has creado alguna biblioteca anteriormente, puedes abrirla sin volver a crearla.</p><p>No olvides que puedes usar YACReader como una aplicación independiente para leer los cómics en tu ordenador.</p> + add an existing one añade una existente @@ -1079,70 +1417,87 @@ YACReaderLibrary will not stop you from creating more libraries but you should k OptionsDialog + Options Opciones + Tray icon settings (experimental) + Close to tray + Start into the system tray + Edit Comic Vine API key + Comic Vine API key + Enable background image + Opacity level + Blur level + Use selected comic cover as background + Restore defautls + Background + Display continue reading banner + Continue reading + Comic Flow + Grid view + General @@ -1150,142 +1505,178 @@ YACReaderLibrary will not stop you from creating more libraries but you should k PropertiesDialog + Day: Día: + Plot Argumento + Size: Tamaño: + Year: Año: + Inker(s): Entintador(es): + Publishing Publicación + Publisher: Editorial: + General info Información general + Color/BW: Color/BN: + Edit selected comics information Editar la información de los cómics seleccionados + Penciller(s): Dibujant(es): + Colorist(s): Color: + Genre: Género: + Issue number: Número: + Month: Mes: + Notes: Notas: + Synopsis: Sinopsis: + Title: Título: + Not found No encontrado + Characters: Personajes: + Authors Autores + Age rating: Casificación edades: + Story arc: Arco argumental: + Writer(s): Guionista(s): + Comic not found. You should update your library. Cómic no encontrado. Deberias actualizar tu biblioteca. + Edit comic information Editar la información del cócmic + Cover page Página de portada + Cover Artist(s): Artista(s) portada: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> ver </a> + Volume: Volumen: + Format: Formato: + Letterer(s): Rotulista(s): + + of: + Arc number: + Manga: @@ -1293,34 +1684,42 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QObject + 7z lib not found 7z lib no encontrado + unable to load 7z lib from ./utils imposible cargar 7z lib de ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1328,14 +1727,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::LogWindowModel + Time + Level + Message @@ -1343,18 +1745,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1362,18 +1768,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k RenameLibraryDialog + Rename current library Renombrar la biblioteca seleccionada + Cancel Cancelar + Rename Renombrar + New Library Name : Nuevo nombre de la biblioteca : @@ -1381,14 +1791,18 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ScraperResultsPaginator + Number of %1 found : %2 Número de %1 encontrados : %2 + + page %1 of %2 página %1 de %2 + Number of volumes found : %1 Número de volúmenes encontrados : %1 @@ -1396,10 +1810,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchSingleComic + Please provide some additional information. Por favor, proporciona alguna información adicional. + Series: Series: @@ -1407,10 +1823,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchVolume + Please provide some additional information. Por favor, proporciona alguna informacion adicional. + Series: Series: @@ -1418,22 +1836,27 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectComic + loading description cargando descripción + comics cómics + loading cover cargando portada + Please, select the right comic info. Por favor, selecciona la información correcta. + description unavailable descripción no disponible @@ -1441,22 +1864,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectVolume + loading description cargando descripción + Please, select the right series for your comic. Por favor, seleciona la serie correcta para tu cómic. + + Filter: + + + + + Nothing found, clear the filter if any. + + + + loading cover cargando portada + volumes volúmenes + description unavailable descripción no disponible @@ -1464,14 +1902,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SeriesQuestion + no no + yes + You are trying to get information for various comics at once, are they part of the same series? Estás intentando obtener información de varios cómics a la vez, ¿son parte de la misma serie? @@ -1479,39 +1920,48 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ServerConfigDialog + Port Puerto + enable the server activar el servidor + set port fijar puerto + Server connectivity information + Scan it! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> + Choose an IP address + display less information about folders in the browser to improve the performance + Could not load libqrencode. @@ -1519,22 +1969,27 @@ to improve the performance SortVolumeComics + remove selected comics eliminar cómics seleccionados + sort comics to match comic information ordena los cómics para coincidir con la información + restore all removed comics restaurar todos los cómics eliminados + issues números + Please, sort the list of comics on the left until it matches the comics' information. Por favor, ordena la lista de cómics en la izquiera hasta que coincida con la información adecuada. @@ -1542,6 +1997,7 @@ to improve the performance TitleHeader + SEARCH BUSCAR @@ -1549,14 +2005,17 @@ to improve the performance UpdateLibraryDialog + Update library Actualizar biblioteca + Cancel Cancelar + Updating.... Actualizado... @@ -1564,6 +2023,7 @@ to improve the performance VolumeComicsModel + title título @@ -1571,14 +2031,17 @@ to improve the performance VolumesModel + year año + issues números + publisher editor @@ -1586,18 +2049,17 @@ to improve the performance YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1605,6 +2067,7 @@ to improve the performance YACReader::WhatsNewDialog + Close @@ -1612,10 +2075,12 @@ to improve the performance YACReaderDeletingProgress + cancel cancelar + Please wait, deleting in progress... Borrando, por favor espera... @@ -1623,10 +2088,13 @@ to improve the performance YACReaderFieldEdit + Restore to default Restaurar valor por defecto + + Click to overwrite Click para sobreescribir @@ -1634,10 +2102,15 @@ to improve the performance YACReaderFieldPlainTextEdit + Restore to default Restaurar valor por defecto + + + + Click to overwrite Click para sobreescribir @@ -1645,18 +2118,22 @@ to improve the performance YACReaderFlowConfigWidget + CoverFlow look Tipo CoverFlow + How to show covers: Cómo mostrar las portadas: + Stripe look Tipo tira + Overlapped Stripe look Tipo tira solapada @@ -1664,94 +2141,117 @@ to improve the performance YACReaderGLFlowConfigWidget + Zoom Zoom + Light Luz + Show advanced settings Opciones avanzadas + Roulette look Tipo ruleta + Cover Angle Ángulo de las portadas + Stripe look Tipo tira + Position Posición + Z offset Desplazamiento en Z + Y offset Desplazamiento en Y + Central gap Hueco central + Presets: Predeterminados: + Overlapped Stripe look Tipo tira solapada + Modern look Tipo moderno + View angle Ángulo de vista + Max angle Ángulo máximo + Custom: Personalizado: + Classic look Tipo clásico + Cover gap Hueco entre portadas + High Performance Alto rendimiento + Performance: Rendimiento: + Use VSync (improve the image quality in fullscreen mode, worse performance) Usar VSync (mejora la calidad de imagen en pantalla completa, peor rendimiento) + Visibility Visibilidad + Low Performance Rendimiento bajo @@ -1759,10 +2259,12 @@ to improve the performance YACReaderNavigationController + No favorites + You are not reading anything yet, come on!! @@ -1770,22 +2272,27 @@ to improve the performance YACReaderOptionsDialog + Save Guardar + Use hardware acceleration (restart needed) Usar aceleración por hardware (necesario reiniciar) + Cancel Cancelar + Edit shortcuts + Shortcuts @@ -1793,6 +2300,7 @@ to improve the performance YACReaderSearchLineEdit + type to search @@ -1800,26 +2308,32 @@ to improve the performance YACReaderSideBar + LIBRARIES BIBLIOTECAS + FOLDERS CARPETAS + Libraries + Folders + Reading Lists + READING LISTS diff --git a/YACReaderLibrary/yacreaderlibrary_fr.ts b/YACReaderLibrary/yacreaderlibrary_fr.ts index b1524fa5..5fe65376 100644 --- a/YACReaderLibrary/yacreaderlibrary_fr.ts +++ b/YACReaderLibrary/yacreaderlibrary_fr.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Rien @@ -11,66 +12,82 @@ AddLabelDialog + red rouge + blue bleu + dark foncé + cyan cyan + pink rose + green vert + light clair + white blanc + Choose a color: Choisissez une couleur: + accept accepter + cancel Annuler + orange orange + purple violet + violet violet + yellow jaune + Label name: @@ -78,22 +95,27 @@ AddLibraryDialog + Add Ajouter + Add an existing library Ajouter une librairie existante + Cancel Annuler + Comics folder : Dossier des bandes dessinées : + Library name : Nom de la librairie : @@ -101,18 +123,22 @@ ApiKeyDialog + Accept Accepter + Cancel Annuler + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> Avant de pouvoir vous connecter à Comic Vine, vous avez besoin de votre propre clé API. Veuillez en obtenir une gratuitement ici: <a href="http://www.comicvine.com/api/"></a> + Paste here your Comic Vine API key Collez ici votre clé API Comic Vine @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Cacher le flux de bande dessinée @@ -127,46 +154,57 @@ ComicInfoView + b/w noir et blanc + cover artist couverture + color couleur + inker encre + penciller dessin + colorist couleur + writer scénario + Characters Personnages + Authors Auteurs + Publisher Editeur + letterer lettreur @@ -174,38 +212,52 @@ ComicModel + no non + yes oui + Read Lu + Size Taille + Pages Pages + Title Titre + Current Page Page en cours + File Name Nom du fichier + + Publication Date + + + + Rating Note @@ -213,50 +265,67 @@ ComicVineDialog + back retour + next suivant + skip passer + close fermer + + Retrieving tags for : %1 Retrouver les infomartions de: %1 + Looking for comic... Vous cherchez une bande dessinée ... + search chercher + + comic %1 of %2 - %3 bande dessinée %1 sur %2 - %3 + %1 comics selected %1 bande(s) dessinnée(s) sélectionnée(s) + Error connecting to ComicVine Erreur de connexion à Comic Vine + + + + Looking for volume... + Retrieving volume info... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Créer une nouvelle librairie + Cancel Annuler + Create Créer + Create a library could take several minutes. You can stop the process and update the library later for completing the task. La création d'une librairie peut prendre quelques minutes. Vous pouvez arrêter le processus et continuer plus tard. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder Le chemin sélectionné n'existe pas ou contient un chemin invalide. Assurez-vous d'avoir les droits d'accès à ce dossier + Comics folder : Dossier des bandes dessinées : + Library Name : Nom de la librairie : + Path not found Chemin introuvable @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder Sous-dossiers dans ce dossier + Drag and drop folders and comics here Glissez et déposez les dossiers et les bandes dessinées ici + Empty folder @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet Ce dossier ne contient pas encore de bandes dessinées @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet Cette liste de lecture ne contient aucune bande dessinée @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Fichier de sortie : + Destination database name Nom de la base de données de destination + Cancel Annuler + Create Créer + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Le chemin sélectionné pour le fichier n'existe pas ou contient un chemin invalide. Assurez-vous d'avoir les droits d'accès à ce dossier + Export comics info Exporter les infos des bandes dessinées + Problem found while writing Problème durant l'écriture @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Annuler + Create Créer + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Le chemin sélectionné pour le fichier n'existe pas ou contient un chemin invalide. Assurez-vous d'avoir les droits d'accès à ce dossier + Output folder : Dossier de sortie : + Problem found while writing Problème durant l'écriture + Create covers package Créer un pack de couvertures + Destination directory Répertoire de destination @@ -413,25 +515,46 @@ FileComic + 7z not found 7z introuvable + CRC error on page (%1): some of the pages will not be displayed correctly + Unknown error opening the file + Format not supported + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info @@ -439,10 +562,17 @@ HelpAboutDialog + Help Aide + + System info + + + + About A propos @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Annuler + Import Importer + Info database location : Emplacement des infos: + Import comics info Importer les infos des bandes dessinées + Comics info file (*.ydb) Fichier infos BD (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Dossier de destination : + Cancel Annuler + Unpack Désarchiver + Compresed library covers (*.clc) Compresed library covers (*.clc) + Package location : Emplacement : + Library Name : Nom de la librairie : + Extract a catalog Extraire un catalogue @@ -504,193 +646,256 @@ ImportWidget + stop Stop + Importing comics Importation de bande dessinée + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YACReaderLibrary est en train de créer une nouvelle librairie.</p><p>La création d'une librairie peut prendre quelques minutes. Vous pouvez arrêter le processus et poursuivre plus tard.</p> + Some of the comics being added... Ajout de bande dessinée... + Updating the library Mise à jour de la librairie + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>Mise à jour de la librairie. Pour plus de rapidité lors de la mise à jour, veuillez effectuer cette dernière régulièrement.</p><p>Vous pouvez arrêter le processus et poursuivre plus tard.</p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Editer + The selected folder doesn't contain any library. Le dossier sélectionné ne contient aucune librairie. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Cette librairie a été créée avec une ancienne version de YACReaderLibrary. Mise à jour necessaire. Mettre à jour? + Comic Bande dessinée + Update current folder Mettre à jour ce dossier + Error opening the library Erreur lors de l'ouverture de la librairie + Show/Hide marks Afficher/Cacher les marqueurs + Show comics server options dialog Ouvrir la boite de dialogue du serveur + Remove current library from your collection Enlever cette librairie de votre collection + Set comic as read Marquer cette bande dessinée comme lu + Add selected comics to favorites list Ajouter la bande dessinée sélectionnée à la liste des favoris + Remove and delete metadata Supprimer les métadata + Old library Ancienne librairie + Update cover Mise à jour des couvertures + + Set as completed Marquer comme complet + Library Librairie + Rename current library Renommer la librairie actuelle + + Fullscreen mode on/off Mode plein écran activé/désactivé + This library was created with a newer version of YACReaderLibrary. Download the new version now? Cette librairie a été créée avec une version plus récente de YACReaderLibrary. Télécharger la nouvelle version? + + Moving comics... Déplacer la bande dessinée... + Open current comic on YACReader Ouvrir cette bande dessinée dans YACReader + Update current library Mettre à jour la librairie actuelle + + Copying comics... Copier la bande dessinée... + Library '%1' is no longer available. Do you want to remove it? La librarie '%1' n'est plus disponible. Voulez-vous la supprimer? + Update library Mettre la librairie à jour + + Open folder... Ouvrir le dossier... + Do you want remove Voulez-vous supprimer + + Set as uncompleted Marquer comme incomplet + Reset comic rating Supprimer la note d'évaluation + Error updating the library Erreur lors de la mise à jour de la librairie + Folder Dossier + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? L'élément sélectionné sera supprimé, vos bandes dessinées ou dossiers ne seront pas supprimés de votre disque. Êtes-vous sûr? + Expand all nodes Afficher tous les noeuds + Add to... Ajouter à... + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? La librarie '%1' a été créée avec une ancienne version de YACReaderLibrary. Elle doit être re-créée. Voulez-vous créer la librairie? + Pack covers Archiver les couvertures + Remove current reading list from the library Supprimer la liste de lecture actuelle de la bibliothèque + Add new reading lists Ajouter de nouvelles listes de lecture + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -703,322 +908,443 @@ Vous n'avez probablement besoin que d'une bibliothèque dans votre dos YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais vous devriez garder le nombre de bibliothèques bas. + + + Set as read Marquer comme lu + Delete selected comics Supprimer la bande dessinée sélectionnée + + Export comics info Exporter les infos des bandes dessinées + Show options dialog Ouvrir la boite de dialogue + Create a new library Créer une nouvelle librairie + Library not available Librairie non disponible + + Import comics info Importer les infos des bandes dessinées + Add new reading list Ajouter une nouvelle liste de lecture + Save selected covers to... Exporter la couverture vers... + Open current comic Ouvrir cette bande dessinée + YACReader Library Librairie de YACReader + Add a new reading list to the current library Ajouter une nouvelle liste de lecture à la bibliothèque actuelle + Error creating the library Erreur lors de la création de la librairie + + Update folder Mettre à jour le dossier + Unpack covers Désarchiver les couvertures + Update needed Mise à jour requise + Open an existing library Ouvrir une librairie existante + Show or hide read marks Afficher ou masquer les marques de lecture + Library name already exists Le nom de la librairie existe déjà + There is another library with the name '%1'. Une autre librairie a le nom '%1'. + Remove reading list Supprimer la liste de lecture + Download new version Téléchrger la nouvelle version + Delete comics Supprimer les comics + Select all comics Sélectionner toutes les bandes dessinées + Assign current order to comics Assigner l'ordre actuel aux bandes dessinées + Pack the covers of the selected library Archiver les couvertures de la librairie sélectionnée + Help, About YACReader Aide, à propos de YACReader + Favorites Favoris + Set comic as unread Marquer cette bande dessinée comme non-lu + Select root node Allerà la racine + Unpack a catalog Désarchiver un catalogue + All the selected comics will be deleted from your disk. Are you sure? Tous les comics sélectionnés vont être supprimés de votre disque. Êtes-vous sûr? + Download tags from Comic Vine Télécharger les informations de Comic Vine + + + Set as unread Marquer comme non-lu + Library not found Librairie introuvable + Rename library Renommer la librairie + Remove library Supprimer la librairie + Open containing folder... Ouvrir le dossier... + library? la librairie? + Save covers of the selected comics as JPG files Enregistrer les couvertures des bandes dessinées sélectionnées en tant que fichiers JPG + Are you sure? Êtes-vous sûr? + + + Set as manga + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Set issue as manga + Set as normal + Set issue as normal + + Add new folder + Add new folder to the current library + + Delete folder + Delete current folder from disk + Collapse all nodes + + Change between comics views + + Set as comic + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts + + &Quit + + + + Add new label + Add a new label to this library + Rename selected list + Rename any selected labels or lists + Upgrade failed + There were errors during library upgrade in: + Folder name: + No folder selected + Please, select a folder first + Error in path + There was an error accessing the folder's path + The selected folder and all its contents will be deleted from your disk. Are you sure? + + Unable to delete + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. + + List name: + Delete list/label + Rename list name + Save covers + You are adding too many libraries. + + YACReader not found + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. + Assign comics numbers + Assign numbers starting in: + Remove comics + Comics will only be deleted from the current label/list. Are you sure? @@ -1026,6 +1352,7 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v LocalComicListModel + file name @@ -1033,30 +1360,37 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1064,18 +1398,22 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v NoLibrariesWidget + create your first library Créez votre première librairie + You don't have any libraries yet Vous n'avez pas encore de librairie + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Vous pouvez creer une librairie dans n'importe quel dossierr, YACReaderLibrary importera les dossiers et les bandes dessinées contenus dans ce dossier. Si vous avez déjà crer des librairies, vous pouvez les ouvrir.</p><p>N'oubliez pas que vous pouvez utiliser YACReader en tant que stand alone pour lire vos bandes dessinées sur votre ordinateur.</p> + add an existing one Ajouter une librairie existante @@ -1083,70 +1421,87 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v OptionsDialog + Options Options + Tray icon settings (experimental) + Close to tray + Start into the system tray + Edit Comic Vine API key + Comic Vine API key + Enable background image + Opacity level + Blur level + Use selected comic cover as background + Restore defautls + Background + Display continue reading banner + Continue reading + Comic Flow + Grid view + General @@ -1154,142 +1509,178 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v PropertiesDialog + + of: sur: + Day: Jour: + Plot Intrigue + Size: Taille: + Year: Année: + Inker(s): Encreur(s): + Publishing Publication + Publisher: Editeur: + General info Infos générales + Color/BW: Couleur/Noir et blanc: + Edit selected comics information Editer les informations du comic sélectionné + Penciller(s): Dessinateur(s): + Colorist(s): Coloriste(s): + Genre: Genre: + Issue number: Numéro: + Month: Mois: + Notes: Notes: + Synopsis: Synopsis: + Title: Titre: + Arc number: Arc numéro: + Not found Introuvable + Characters: Personnages: + Authors Auteurs + Age rating: Limite d'âge: + Story arc: Arc narratif: + Writer(s): Scénariste(s): + Comic not found. You should update your library. Comic introuvable. Vous devriez mettre à jour votre librairie. + Edit comic information Editer les informations du comic + Cover page Couverture + Cover Artist(s): Artiste(s) de couverture: + Volume: Volume: + Format: Format: + Letterer(s): Lettreur(s): + Manga: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> @@ -1297,34 +1688,42 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v QObject + 7z lib not found + unable to load 7z lib from ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1332,14 +1731,17 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v QsLogging::LogWindowModel + Time + Level + Message @@ -1347,18 +1749,22 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1366,18 +1772,22 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v RenameLibraryDialog + Rename current library Renommer la librairie actuelle + Cancel Annuler + Rename Renommer + New Library Name : Nouveau nom de librairie: @@ -1385,14 +1795,18 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v ScraperResultsPaginator + Number of volumes found : %1 + + page %1 of %2 + Number of %1 found : %2 @@ -1400,10 +1814,12 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v SearchSingleComic + Please provide some additional information. + Series: @@ -1411,10 +1827,12 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v SearchVolume + Please provide some additional information. + Series: @@ -1422,22 +1840,27 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v SelectComic + Please, select the right comic info. + comics + loading cover + loading description + description unavailable @@ -1445,22 +1868,37 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v SelectVolume + Please, select the right series for your comic. + + Filter: + + + + volumes + + Nothing found, clear the filter if any. + + + + loading cover + loading description + description unavailable @@ -1468,14 +1906,17 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v SeriesQuestion + no non + yes oui + You are trying to get information for various comics at once, are they part of the same series? @@ -1483,39 +1924,48 @@ YACReaderLibrary ne vous empêchera pas de créer plus de bibliothèques, mais v ServerConfigDialog + Port Port + enable the server Autoriser le serveur + set port Configurer le port + Server connectivity information + Scan it! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> + Choose an IP address + display less information about folders in the browser to improve the performance + Could not load libqrencode. @@ -1523,22 +1973,27 @@ to improve the performance SortVolumeComics + Please, sort the list of comics on the left until it matches the comics' information. + sort comics to match comic information + issues + remove selected comics + restore all removed comics @@ -1546,6 +2001,7 @@ to improve the performance TitleHeader + SEARCH @@ -1553,14 +2009,17 @@ to improve the performance UpdateLibraryDialog + Update library Mettre la librairie à jour + Cancel Annuler + Updating.... Mise à jour... @@ -1568,6 +2027,7 @@ to improve the performance VolumeComicsModel + title @@ -1575,14 +2035,17 @@ to improve the performance VolumesModel + publisher éditeur + year + issues @@ -1590,18 +2053,17 @@ to improve the performance YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1609,6 +2071,7 @@ to improve the performance YACReader::WhatsNewDialog + Close @@ -1616,10 +2079,12 @@ to improve the performance YACReaderDeletingProgress + cancel Annuler + Please wait, deleting in progress... Attendez, suppression en cours... @@ -1627,10 +2092,13 @@ to improve the performance YACReaderFieldEdit + Restore to default Restaurer les paramètres par défaut + + Click to overwrite Cliquer pour modifier @@ -1638,10 +2106,15 @@ to improve the performance YACReaderFieldPlainTextEdit + Restore to default Restaurer les paramètres par défaut + + + + Click to overwrite Cliquer pour modifier @@ -1649,18 +2122,22 @@ to improve the performance YACReaderFlowConfigWidget + CoverFlow look Vue CoverFlow + How to show covers: Comment voir les couvertures: + Stripe look Vue alignée + Overlapped Stripe look Vue superposée @@ -1668,94 +2145,117 @@ to improve the performance YACReaderGLFlowConfigWidget + Zoom Zoom + Light Lumière + Show advanced settings Réglages avancés + Roulette look Vue roulette + Cover Angle Angle des couvertures + Stripe look Vue alignée + Position Position + Z offset Axe Z + Y offset Axe Y + Central gap Espace central + Presets: Réglages: + Overlapped Stripe look Vue superposée + Modern look Vue moderne + View angle Angle de vue + Max angle Angle maximum + Custom: Personnalisation: + Classic look Vue classique + Cover gap Espace entre les couvertures + High Performance Haute performance + Performance: Performance: + Use VSync (improve the image quality in fullscreen mode, worse performance) Utiliser VSync (améliore la qualité de l'image en plein écran, diminue la performance) + Visibility Visibilité + Low Performance Basse performance @@ -1763,10 +2263,12 @@ to improve the performance YACReaderNavigationController + You are not reading anything yet, come on!! Vous ne lisez rien encore, allez !! + No favorites Pas de favoris @@ -1774,22 +2276,27 @@ to improve the performance YACReaderOptionsDialog + Save Sauvegarder + Use hardware acceleration (restart needed) Utiliser l'accélération hardware (redémarrage nécessaire) + Cancel Annuler + Edit shortcuts + Shortcuts @@ -1797,6 +2304,7 @@ to improve the performance YACReaderSearchLineEdit + type to search @@ -1804,26 +2312,32 @@ to improve the performance YACReaderSideBar + Reading Lists Listes de lecture + LIBRARIES LIBRAIRIES + FOLDERS DOSSIERS + READING LISTS Listes de lecture + Libraries + Folders diff --git a/YACReaderLibrary/yacreaderlibrary_it.ts b/YACReaderLibrary/yacreaderlibrary_it.ts index faec6a88..0186f01f 100644 --- a/YACReaderLibrary/yacreaderlibrary_it.ts +++ b/YACReaderLibrary/yacreaderlibrary_it.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Nessuno @@ -11,66 +12,82 @@ AddLabelDialog + red Rosso + blue Blu + dark Scuro + cyan Azzurro + pink Rosa + green Verde + light Luminoso + white Bianco + Choose a color: Seleziona un colore: + accept Accetta + cancel Cancella + orange Arancione + purple Porpora + violet Viola + yellow Giallo + Label name: Nome etichetta: @@ -78,18 +95,22 @@ AddLibraryDialog + Add Aggiungi + Add an existing library Aggiungi ad una libreria esistente + Cancel Cancella + Comics folder : Cartella fumetti: @@ -98,6 +119,7 @@ Nome libreria: + Library name : @@ -105,18 +127,22 @@ ApiKeyDialog + Accept Accetta + Cancel Cancella + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> Prima di conneterti a "Comic Vine" devi avere la tua chiave API. Per favore recuperane una da <a href="http://www.comicvine.com/api/">QUI</a + Paste here your Comic Vine API key Incolla qui la tua chiave API di "Comic Vine" @@ -124,6 +150,7 @@ ClassicComicsView + Hide comic flow Nascondi il flusso dei fumetti @@ -131,46 +158,57 @@ ComicInfoView + Authors Autori + writer + penciller + inker + colorist + letterer + cover artist + Publisher + color + b/w + Characters @@ -178,38 +216,52 @@ ComicModel + no No + yes Si + Read Leggi + Size Dimensione + Pages Pagine + Title Titolo + Current Page Pagina corrente + File Name Nome file + + Publication Date + + + + Rating Valutazione @@ -217,50 +269,67 @@ ComicVineDialog + back Indietro + next Prossimo + skip Salta + close Chiudi + + Retrieving tags for : %1 Ricezione tag per: %1 + Looking for comic... Sto cercando il fumetto... + search Cerca + + + + Looking for volume... Sto cercando il fumetto... + + comic %1 of %2 - %3 Fumetto %1 di %2 - %3 + %1 comics selected Fumetto %1 selezionato + Error connecting to ComicVine Errore durante la connessione a ComicVine + Retrieving volume info... Sto ricevendo le informazioni per l'abum... @@ -268,34 +337,42 @@ CreateLibraryDialog + Create new library Crea una nuova libreria + Cancel Cancella + Create Crea + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Creare una Libreria può aver bisogno di alcuni minuti. Puoi fermare il processo ed aggiornare la libreria più tardi. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder Il percorso selezionato non esiste oppure non è valido. Controlla di avere i permessi di scrittura per questa cartella + Comics folder : Cartella fumetti: + Library Name : Nome libreria: + Path not found Percorso non trovato @@ -303,22 +380,27 @@ EditShortcutsDialog + Shortcut in use Scorciatoia in uso + Restore defaults Resetta al Default + Shortcuts settings Impostazioni scorciatoie + The shortcut "%1" is already assigned to other function La scorciatoia "%1" è già assegnata ad un' altra funzione + To change a shortcut, double click in the key combination and type the new keys. Per cambiare una sorciatoia fai doppio click sulla combinazione tasti e digita la nuova combinazione. @@ -326,14 +408,18 @@ EmptyFolderWidget + Empty folder Cartella vuota + + Subfolders in this folder Sottocartelle in questa cartella + Drag and drop folders and comics here Prendi e sposta le cartelle qui @@ -341,6 +427,7 @@ EmptyLabelWidget + This label doesn't contain comics yet Per ora questa etichetta non contiene fumetti @@ -348,6 +435,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet Per ora questa lista non contiene fumetti @@ -355,30 +443,37 @@ ExportComicsInfoDialog + Output file : File di Output: + Destination database name Nome database di destinazione + Cancel Cancella + Create Crea + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Il percorso selezionato per il file di Output non esiste oppure non è valido. Controlla di avere i permessi di scrittura per questa cartella + Export comics info Esporta informazioni fumetto + Problem found while writing Trovato problema durante la scrittura @@ -386,30 +481,37 @@ ExportLibraryDialog + Cancel Cancella + Create Crea + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Il percorso selezionato per il file di Output non esiste oppure non è valido. Controlla di avere i permessi di scrittura per questa cartella + Output folder : Cartella di Output: + Problem found while writing Trovato problema durante la scrittura + Create covers package Crea pacchetto delle copertine + Destination directory Cartella di destinazione @@ -417,25 +519,46 @@ FileComic + Format not supported Formato non supportato + 7z not found 7z non trovato + Unknown error opening the file Errore sconosciuto all'apertura del file + CRC error on page (%1): some of the pages will not be displayed correctly Errore CRC alla pagina (%1): alcune pagine potrebbero non essere visualizzate correttamente + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info Mostra informazioni @@ -443,10 +566,17 @@ HelpAboutDialog + Help Aiuto + + System info + + + + About Informazioni @@ -454,22 +584,27 @@ ImportComicsInfoDialog + Cancel Cancella + Import Importa + Info database location : Informazioni posizione database: + Import comics info Importa informazioni fumetto + Comics info file (*.ydb) File informazioni fumetto (*.ydb) @@ -477,30 +612,37 @@ ImportLibraryDialog + Destination folder : Cartella di destinazione: + Cancel Cancella + Unpack Decomprimi + Compresed library covers (*.clc) Libreria di copertine compresse (*.clc) + Package location : Posizione PAcchetto: + Library Name : Nome libreria: + Extract a catalog Estrai un catalogo @@ -508,105 +650,141 @@ ImportWidget + stop Ferma + Importing comics Sto importando i fumetti + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YacReader sta creando una nuova libreria.</p><p>La creazione di una libreria può durare diversi minuti. Puoi fermare l'attività ed aggiornare la libreria più tardi, completando l'attività</p> + Some of the comics being added... Alcuni fumetti che sto aggiungendo... + Updating the library Sto aggiornando la Libreria + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>Quest alibreria si sta aggiornando. Per aggiornamenti più veloci aggiorna la tua libreria di frequente.</p><p>Puoi fermare il processo ed aggiornare la libreria più tardi.</p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Edita + The selected folder doesn't contain any library. La cartella selezionata non contiene nessuna Libreria. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Questa libreria è stata creata con una versione precedente di YACREaderLibrary. Deve essere aggiornata. Aggiorno ora? + Comic Fumetto + Folder name: Nome della cartella: + The selected folder and all its contents will be deleted from your disk. Are you sure? La cartella seleziona e tutto il suo contenuto verranno cancellati dal tuo disco. Sei sicuro? + Update current folder Aggiorna la cartella corrente + Error opening the library Errore nell'apertura della libreria + Show/Hide marks Mostra/Nascondi + + YACReader not found YACReader non trovato + Show comics server options dialog Mostra le opzioni per il server dei fumetti + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. C'è stato un problema cancellando le cartelle selezionate. Per favore controlla i tuoi permessi di scrittura e sii sicuro che non ci siano altre applicazioni che usano le stesse cartelle. + Remove current library from your collection Rimuovi la libreria corrente dalla tua collezione + Set comic as read Setta il fumetto come letto + Rename list name Rinomina la lista + Add selected comics to favorites list Aggiungi i fumetti selezionati alla lista dei favoriti + Remove and delete metadata Rimuovi e cancella i Metadati @@ -615,146 +793,190 @@ YACReader non trovato, YACReader deve esere installato nella stessa cartella di YACReaderLibrary. + Old library Vecchia libreria + Update cover Aggiorna copertina + Rename any selected labels or lists Rinomina qualsiasi etichetta o lista selezionata + + Set as completed Segna come completo + There was an error accessing the folder's path C'è stato un errore nell'accesso al percorso della cartella + Library Libreria + Add new folder to the current library Aggiungi una nuova cartella alla libreria corrente + Comics will only be deleted from the current label/list. Are you sure? I fumetti verranno cancellati dall'etichetta/lista corrente. Sei sicuro? + Rename current library Rinomina la libreria corrente + + Fullscreen mode on/off Modalità a schermo interno on/off + This library was created with a newer version of YACReaderLibrary. Download the new version now? Questa libreria è stata creata con una verisone più recente di YACReaderLibrary. Scarico la versione aggiornata ora? + + Moving comics... Sto muovendo i fumetti... + Open current comic on YACReader Apri il fumetto corrente con YACReader + Update current library Aggiorna la Libreria corrente + + Copying comics... Sto copiando i fumetti... + Library '%1' is no longer available. Do you want to remove it? La libreria '%1' non è più disponibile, la vuoi cancellare? + Update library Aggiorna Libreria + + Open folder... Apri Cartella... + Do you want remove Vuoi rimuovere + + Set as uncompleted Segna come non completo + Error in path Errore nel percorso + Reset comic rating Resetta la valutazione dei fumetti + Error updating the library Errore aggiornando la libreria + Folder Cartella + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? Gli elementi selezionati verranno cancellati, i tuoi fumetti o cartella NON verranno cancellati dal tuo disco. Sei sicuro? + Expand all nodes Espandi tutti i nodi + Delete current folder from disk Cancella la cartella corrente dal disco + + List name: Nome lista: + Add to... Aggiungi a... + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? La libreria '%1' è stata creata con una versione precedente di YACREaderLibrary. Deve essere ricreata. Lo vuoi fare ora? + Pack covers Compatta Copertine + Save covers Salva Copertine + + Change between comics views Cambia tra i modi di visualizzazione dei fumetti + Remove current reading list from the library Rimuovi la lista di lettura dalla libreria + Add new reading lists Aggiungi una lista di lettura + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -767,38 +989,51 @@ Hai probabilemnte bisogno di una sola Libreria al livello superiore, puoi poi na YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il numero di librerie basso. + + + Set as read Setta come letto + Assign comics numbers Assegna un numero ai fumetti + Delete selected comics Cancella i fumetti selezionati + + Export comics info Esporta informazioni fumetto + Show options dialog Mostra le opzioni + Please, select a folder first Per cortesia prima seleziona una cartella + Create a new library Crea una nuova libreria + Library not available Libreria non disponibile + + Import comics info Importa informazioni fumetto @@ -807,30 +1042,37 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu La libreria corrente non può essere aggiornata. Controlla i tuoi permessi di scrittura su: + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. C'è un problema nel cancellare i fumetti selezionati. Per favore controlla i tuoi permessi di scrittura sui file o sulla cartella. + Add new reading list Aggiorna la lista di lettura + Save selected covers to... Salva le copertine selezionate in... + Open current comic Apri il fumetto corrente + YACReader Library Libreria YACReader + Add a new reading list to the current library Aggiungi una lista di lettura alla libreria corrente + Error creating the library Errore creando la libreria @@ -839,202 +1081,286 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu Aggiornamento fallito + You are adding too many libraries. Stai aggiungendto troppe librerie. + + Update folder Aggiorna Cartella + Unpack covers Scompatta le Copertine + Update needed Devi aggiornarmi + Open an existing library Apri una libreria esistente + Show or hide read marks Mostra o nascondi lo stato di lettura + Library name already exists Esiste già una libreria con lo stesso nome + There is another library with the name '%1'. Esiste già una libreria con il nome '%1'. + Remove reading list Rimuovi la lista di lettura + + Delete folder Cancella Cartella + Assign numbers starting in: Assegna numeri partendo da: + Download new version Scarica la nuova versione + Delete comics Cancella i fumetti + + Add new folder Aggiungi una nuova cartella + Select all comics Seleziona tutti i fumetti + Assign current order to comics Assegna l'ordinamento corrente ai fumetti + Pack the covers of the selected library Compatta le copertine della libreria selezionata + Help, About YACReader Aiuto, Crediti YACReader + Collapse all nodes Compatta tutti i nodi + Favorites Favoriti + Rename selected list Rinomina la lista selezionata + Delete list/label Cancella Lista/Etichetta + Set comic as unread Setta il fumetto come non letto + Edit shortcuts Edita scorciatoie + Select root node Seleziona il nodo principale + No folder selected Nessuna cartella selezionata + Unpack a catalog Scompatta un catalogo + All the selected comics will be deleted from your disk. Are you sure? Tutti i fumetti selezionati saranno cancellati dal tuo disco. Sei sicuro? + Download tags from Comic Vine Scarica i Tag da Comic Vine + Remove comics Rimuovi i fumetti + Add a new label to this library Aggiungi una nuova etichetta a questa libreria + + + Set as unread Setta come non letto + Library not found Libreria non trovata + Rename library Rinomina la libreria + Remove library Rimuovi la libreria + Open containing folder... Apri la cartella dei contenuti... + Add new label Aggiungi una nuova etichetta + + Unable to delete Non posso cancellare + library? Libreria? + Save covers of the selected comics as JPG files Salva le copertine dei fumetti selezionati come file JPG + Are you sure? Sei sicuro? + + + Set as manga + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Set issue as manga + Set as normal + Set issue as normal + + Set as comic + + Focus search line + + + + + Focus comics view + + + + + &Quit + + + + Upgrade failed + There were errors during library upgrade in: + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. @@ -1042,6 +1368,7 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu LocalComicListModel + file name Nome file @@ -1049,30 +1376,37 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1080,18 +1414,22 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu NoLibrariesWidget + create your first library Crea la tua prima libreria + You don't have any libraries yet Per ora non hai ancora nessuna libreria + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Puoi creare una libreria in qualsiasi cartella, YACReader importerà tutti i fumetti e struttura da questa certella. Se hai creato una qualsiasia libreria nel passato la puoi aprire. </p><p>Non dimenticare che puoi usare YACReader come applicazione stand alone per leggere i fumetti sul tuo PC.</p> + add an existing one Aggiungine una esistente @@ -1099,70 +1437,87 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu OptionsDialog + Restore defautls Resetta al Default + Background Sfondo + Blur level Livello di sfumatura + Enable background image Abilita l'immagine di sfondo + Options Opzioni + Comic Vine API key API di ComicVine + Edit Comic Vine API key Edita l'API di ComicVine + Opacity level Livello di opacità + General Generale + Use selected comic cover as background Usa la cover del fumetto selezionato come sfondo + Comic Flow Flusso dei fumetti + Grid view Vista a Griglia + Tray icon settings (experimental) + Close to tray + Start into the system tray + Display continue reading banner + Continue reading @@ -1170,142 +1525,178 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu PropertiesDialog + Day: Giorno: + Plot Trama + Size: Dimesioni: + Year: Anno: + Inker(s): Inchiostratore(i): + Publishing Pubblicazione + Publisher: Editore: + General info Informazioni generali + Color/BW: Colore o B/N: + Edit selected comics information Edita le informazioni del fumetto selezionato + Penciller(s): Mine: + Colorist(s): Colorista(i): + Genre: Genere: + Issue number: Numeri emessi: + Month: Mese: + Notes: Note: + Synopsis: Sinossi: + Title: Titolo: + Not found Non trovato + Characters: Personaggi: + Authors Autori + Age rating: Valutazione età: + Story arc: Arco Narrativo: + Writer(s): Scrittore(i): + Comic not found. You should update your library. Fumetto non trovato, dovresti aggiornare la Libreria. + Edit comic information Edita le informazioni del fumetto + Cover page Pagina Copertina + Cover Artist(s): Artista(i) copertina: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> Vai </a> + Volume: Album: + Format: Formato: + Letterer(s): Letterista(i): + + of: + Arc number: + Manga: @@ -1313,34 +1704,42 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu QObject + 7z lib not found Libreria 7z non trovata + unable to load 7z lib from ./utils Impossibile caricare la libreria 7z da ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1348,14 +1747,17 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu QsLogging::LogWindowModel + Time + Level + Message @@ -1363,18 +1765,22 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1382,18 +1788,22 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu RenameLibraryDialog + Rename current library Rinomina la libreria corrente + Cancel Cancella + Rename Rinomina + New Library Name : Nome della nuova libreria: @@ -1401,14 +1811,18 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu ScraperResultsPaginator + Number of %1 found : %2 Numero di %1 trovati; %2 + + page %1 of %2 pagina %1 di %2 + Number of volumes found : %1 Numero di volumi trovati: %1 @@ -1416,10 +1830,12 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu SearchSingleComic + Please provide some additional information. Per favore aggiugi informazioni addizionali. + Series: Serie: @@ -1427,10 +1843,12 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu SearchVolume + Please provide some additional information. Per favore aggiugi informazioni addizionali. + Series: Serie: @@ -1438,22 +1856,27 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu SelectComic + loading description Caricamento descrizione + comics Fumetti + loading cover Caricamento copertine + Please, select the right comic info. Per favore seleziona le informazioni corrette per il fumetto. + description unavailable Descrizione non disponibile @@ -1461,22 +1884,37 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu SelectVolume + loading description Caricamento descrizione + Please, select the right series for your comic. Per favore seleziona la serie corretta per il fumetto. + + Filter: + + + + + Nothing found, clear the filter if any. + + + + loading cover Caricamento copertine + volumes Volumi + description unavailable Descrizione non disponibile @@ -1484,14 +1922,17 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu SeriesQuestion + no No + yes Si + You are trying to get information for various comics at once, are they part of the same series? Stai cercando di recuperare informazioni per diversi fumetti in una sola volta, sono parte della stessa serie? @@ -1499,28 +1940,34 @@ YACReader non ti fermerà dal creare altre librerie ma è meglio se terrai il nu ServerConfigDialog + Port Porta + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> YACReader è disponibile per dispositivi iOS. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Provalo! </a> + enable the server Abilita il server + Server connectivity information Informazioni sulla connettività del server + display less information about folders in the browser to improve the performance Mostra meno informazioni sulle cartelle nel Browser. Migliora le prestazioni! + Scan it! Scansiona! @@ -1529,14 +1976,17 @@ Migliora le prestazioni! Errore nel generatore QR! + set port Configura porta + Choose an IP address Scegli un indirizzo IP + Could not load libqrencode. @@ -1544,22 +1994,27 @@ Migliora le prestazioni! SortVolumeComics + remove selected comics Rimuovi i fumetti selezionati + sort comics to match comic information Ordina i fumetti per far corrispondere le informazioni + restore all removed comics Ripristina tutti i fumetti rimossi + issues Emissione + Please, sort the list of comics on the left until it matches the comics' information. Per favore ordina la lista dei fumetti a sinistra sino a che corrisponde alle informazioni dei fumetti. @@ -1571,6 +2026,7 @@ Migliora le prestazioni! TitleHeader + SEARCH CERCA @@ -1578,14 +2034,17 @@ Migliora le prestazioni! UpdateLibraryDialog + Update library Aggiorna Libreria + Cancel Cancella + Updating.... Aggiornamento... @@ -1593,6 +2052,7 @@ Migliora le prestazioni! VolumeComicsModel + title Titolo @@ -1600,14 +2060,17 @@ Migliora le prestazioni! VolumesModel + year Anno + issues Emissione + publisher Pubblicato da @@ -1615,18 +2078,17 @@ Migliora le prestazioni! YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1634,6 +2096,7 @@ Migliora le prestazioni! YACReader::WhatsNewDialog + Close @@ -1641,10 +2104,12 @@ Migliora le prestazioni! YACReaderDeletingProgress + cancel Cancella + Please wait, deleting in progress... Aspetta, cancellazione in corso... @@ -1652,10 +2117,13 @@ Migliora le prestazioni! YACReaderFieldEdit + Restore to default Resetta al Default + + Click to overwrite Clikka per sovrascrivere @@ -1663,10 +2131,15 @@ Migliora le prestazioni! YACReaderFieldPlainTextEdit + Restore to default Resetta al Default + + + + Click to overwrite Clikka per sovrascrivere @@ -1674,18 +2147,22 @@ Migliora le prestazioni! YACReaderFlowConfigWidget + CoverFlow look Aspetto del flusso copertine + How to show covers: Come mostrare le copertine: + Stripe look Aspetto a striscia + Overlapped Stripe look Aspetto a striscia sovrapposta @@ -1693,94 +2170,117 @@ Migliora le prestazioni! YACReaderGLFlowConfigWidget + Zoom Zoom + Light Luminoso + Show advanced settings Mostra le impostazioni avanzate + Roulette look Aspetto a Roulette + Cover Angle Angolo copertine + Stripe look Aspetto a striscia + Position Posizione + Z offset Traslazione Z + Y offset Traslazione Y + Central gap Distanza centrale + Presets: Preselezione: + Overlapped Stripe look Aspetto a Striscia sovrapposto + Modern look Aspetto moderno + View angle Vista ad Angolo + Max angle Angolo massimo + Custom: Personalizza: + Classic look Aspetto Classico + Cover gap Distanza tra le Cover + High Performance Alte Prestazioni + Performance: Prestazioni: + Use VSync (improve the image quality in fullscreen mode, worse performance) UIsa VSync. (Migliora la qualità dell'immagine a modalità tutto schermo, peggiora le prestazioni) + Visibility Visibilità + Low Performance Basse Prestazioni @@ -1788,10 +2288,12 @@ Migliora le prestazioni! YACReaderNavigationController + You are not reading anything yet, come on!! Non stai ancora leggendo nulla, Forza!! + No favorites Nessun Favorito @@ -1799,22 +2301,27 @@ Migliora le prestazioni! YACReaderOptionsDialog + Save Salva + Use hardware acceleration (restart needed) Usa accelerazione hardware (necessita riavvio) + Cancel Cancella + Shortcuts Scorciatoie + Edit shortcuts Modifica scorciatoia @@ -1822,6 +2329,7 @@ Migliora le prestazioni! YACReaderSearchLineEdit + type to search Digita per cercare @@ -1829,26 +2337,32 @@ Migliora le prestazioni! YACReaderSideBar + Reading Lists Lista di lettura + LIBRARIES LIBRERIE + Libraries Librerie + FOLDERS CARTELLE + Folders Cartelle + READING LISTS LISTA DI LETTURA diff --git a/YACReaderLibrary/yacreaderlibrary_nl.ts b/YACReaderLibrary/yacreaderlibrary_nl.ts index 527c563e..bc0f8d16 100644 --- a/YACReaderLibrary/yacreaderlibrary_nl.ts +++ b/YACReaderLibrary/yacreaderlibrary_nl.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,66 +12,82 @@ AddLabelDialog + cancel annuleren + Label name: + Choose a color: + red + orange + yellow + green + cyan + blue + violet + purple + pink + white + light + dark + accept @@ -78,22 +95,27 @@ AddLibraryDialog + Add Toevoegen + Add an existing library Voeg een bestaand bibliotheek toe + Cancel Annuleren + Comics folder : Strips map: + Library name : Bibliotheek Naam : @@ -101,18 +123,22 @@ ApiKeyDialog + Cancel Annuleren + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> + Paste here your Comic Vine API key + Accept @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Sluit de Omslagbrowser @@ -127,46 +154,57 @@ ComicInfoView + Authors Auteurs + writer + penciller + inker + colorist + letterer + cover artist + Publisher + color + b/w + Characters @@ -174,38 +212,52 @@ ComicModel + no neen + yes Ja + Read Gelezen + Size Grootte(MB) + Pages Pagina's + Title Titel + File Name Bestandsnaam + Current Page + + Publication Date + + + + Rating @@ -213,50 +265,67 @@ ComicVineDialog + skip + back + next + search + close + + + + Looking for volume... + + comic %1 of %2 - %3 + %1 comics selected + Error connecting to ComicVine + + Retrieving tags for : %1 + Retrieving volume info... + Looking for comic... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Een nieuwe Bibliotheek aanmaken + Cancel Annuleren + Create Aanmaken + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Een bibliotheek aanmaken kan enkele minuten duren. U kunt het proces stoppen en de bibliotheek later voltooien. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder De geselecteerde pad bestaat niet of is geen geldig pad. Controleer of u schrijftoegang hebt tot deze map + Comics folder : Strips map: + Library Name : Bibliotheek Naam : + Path not found Pad niet gevonden @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder + Empty folder + Drag and drop folders and comics here @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Uitvoerbestand: + Destination database name Bestemmingsdatabase naam + Cancel Annuleren + Create Aanmaken + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Het gekozen pad voor het uitvoerbestand bestaat niet of is geen geldig pad. Controleer of u schrijftoegang hebt tot deze map + Export comics info Strip info exporteren + Problem found while writing Probleem bij het schrijven @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Annuleren + Create Aanmaken + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Het gekozen pad voor het uitvoerbestand bestaat niet of is geen geldig pad. Controleer of u schrijftoegang hebt tot deze map + Output folder : Uitvoermap : + Problem found while writing Probleem bij het schrijven + Create covers package Aanmaken omslag pakket + Destination directory Doeldirectory @@ -413,25 +515,46 @@ FileComic + 7z not found 7Z Archiefbestand niet gevonden + CRC error on page (%1): some of the pages will not be displayed correctly + Unknown error opening the file + Format not supported + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info @@ -439,10 +562,17 @@ HelpAboutDialog + Help Help + + System info + + + + About Over @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Annuleren + Import Importeren + Info database location : Info database locatie : + Import comics info Strip info Importeren + Comics info file (*.ydb) Strips info bestand ( * .ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Doelmap: + Cancel Annuleren + Unpack Uitpakken + Compresed library covers (*.clc) Compresed omslag- bibliotheek ( * .clc) + Package location : Arrangement locatie : + Library Name : Bibliotheek Naam : + Extract a catalog Een catalogus uitpakken @@ -504,481 +646,656 @@ ImportWidget + stop stop + Importing comics Strips importeren + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <P>YACReaderLibrary maak nu een nieuwe bibliotheek. < /p> <p>Een bibliotheek aanmaken kan enkele minuten duren. U kunt het proces stoppen en de bibliotheek later voltooien. < /p> + Some of the comics being added... Enkele strips zijn toegevoegd ... + Updating the library Actualisering van de bibliotheek + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <P>De huidige bibliotheek wordt bijgewerkt. Voor snellere updates, update uw bibliotheken regelmatig. < /p> <p>u kunt het proces stoppen om later bij te werken. < /p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Bewerken + The selected folder doesn't contain any library. De geselecteerde map bevat geen bibliotheek. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Deze bibliotheek is gemaakt met een vorige versie van YACReaderLibrary. Het moet worden bijgewerkt. Nu bijwerken? + Error opening the library Fout bij openen Bibliotheek + Show/Hide marks Toon/Verberg markeringen + Show comics server options dialog Toon strips-server opties dialoog + Remove current library from your collection De huidige Bibliotheek verwijderen uit uw verzameling + Set comic as read Strip Instellen als gelezen + Remove and delete metadata Verwijder metagegevens + Old library Oude Bibliotheek + Update cover Strip omslagen bijwerken + Library Bibliotheek + Rename current library Huidige Bibliotheek hernoemen + + Fullscreen mode on/off Volledig scherm modus aan/of + This library was created with a newer version of YACReaderLibrary. Download the new version now? Deze bibliotheek is gemaakt met een nieuwere versie van YACReaderLibrary. Download de nieuwe versie? + Open current comic on YACReader Huidige strip openen in YACReader + Update current library Huidige Bibliotheek bijwerken + Library '%1' is no longer available. Do you want to remove it? Bibliotheek ' %1' is niet langer beschikbaar. Wilt u het verwijderen? + Update library Bibliotheek bijwerken + + Open folder... Map openen ... + Do you want remove Wilt u verwijderen + Error updating the library Fout bij bijwerken Bibliotheek + Expand all nodes Alle categorieën uitklappen + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? Bibliotheek ' %1' is gemaakt met een oudere versie van YACReaderLibrary. Zij moet opnieuw worden aangemaakt. Wilt u de bibliotheek nu aanmaken? + Pack covers Inpakken strip voorbladen + + + Set as read Instellen als gelezen + Delete selected comics Geselecteerde strips verwijderen + + Export comics info Exporteren van strip info + Show options dialog Toon opties dialoog + Create a new library Maak een nieuwe Bibliotheek + Library not available Bibliotheek niet beschikbaar + + Import comics info Importeren van strip info + Open current comic Huidige strip openen + YACReader Library YACReader Bibliotheek + Error creating the library Fout bij aanmaken Bibliotheek + Unpack covers Uitpakken voorbladen + Update needed Bijwerken is nodig + Open an existing library Open een bestaande Bibliotheek + Library name already exists Bibliotheek naam bestaat al + There is another library with the name '%1'. Er is al een bibliotheek met de naam ' %1 '. + Download new version Nieuwe versie ophalen + Delete comics Strips verwijderen + Select all comics Selecteer alle strips + Pack the covers of the selected library Inpakken alle strip voorbladen van de geselecteerde Bibliotheek + Help, About YACReader Help, Over YACReader + Set comic as unread Strip Instellen als ongelezen + Select root node Selecteer de hoofd categorie + Unpack a catalog Uitpaken van een catalogus + All the selected comics will be deleted from your disk. Are you sure? Alle geselecteerde strips worden verwijderd van uw schijf. Weet u het zeker? + + + Set as unread Instellen als ongelezen + Library not found Bibliotheek niet gevonden + Rename library Bibliotheek hernoemen + Remove library Bibliotheek verwijderen + Open containing folder... Open map ... + library? Bibliotheek? + Are you sure? Weet u het zeker? + Save selected covers to... + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Save covers of the selected comics as JPG files + + + Set as manga + Set issue as manga + Set as normal + Set issue as normal + Show or hide read marks + + Add new folder + Add new folder to the current library + + Delete folder + Delete current folder from disk + Collapse all nodes + + Change between comics views + + Set as uncompleted + + Set as completed + + Set as comic + Reset comic rating + Assign current order to comics + Download tags from Comic Vine + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts + + &Quit + + + + + Update folder + Update current folder + Add new reading list + Add a new reading list to the current library + Remove reading list + Remove current reading list from the library + Add new label + Add a new label to this library + Rename selected list + Rename any selected labels or lists + Add to... + Favorites + Add selected comics to favorites list + Folder + Comic + Upgrade failed + There were errors during library upgrade in: + + Copying comics... + + Moving comics... + Folder name: + No folder selected + Please, select a folder first + Error in path + There was an error accessing the folder's path + The selected folder and all its contents will be deleted from your disk. Are you sure? + + Unable to delete + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. + Add new reading lists + + List name: + Delete list/label + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? + Rename list name + Save covers + You are adding too many libraries. + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -987,34 +1304,43 @@ YACReaderLibrary will not stop you from creating more libraries but you should k + + YACReader not found + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. + Assign comics numbers + Assign numbers starting in: + Remove comics + Comics will only be deleted from the current label/list. Are you sure? @@ -1022,6 +1348,7 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LocalComicListModel + file name @@ -1029,30 +1356,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1060,18 +1394,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k NoLibrariesWidget + create your first library Maak uw eerste bibliotheek + You don't have any libraries yet Je hebt geen nog libraries + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <P>u kunt een bibliotheek maken in een willekeurige map, YACReaderLibrary importeert alle strips en mappen uit deze map. Alle bibliotheek aangemaakt in het verleden kan je openen. < /p> <p>vergeet niet dat u YACReader kan gebruiken als stand-alone applicatie voor het lezen van de strips op de computer. < /p> + add an existing one voeg een bestaande bibliotheek toe @@ -1079,70 +1417,87 @@ YACReaderLibrary will not stop you from creating more libraries but you should k OptionsDialog + Options Opties + Tray icon settings (experimental) + Close to tray + Start into the system tray + Edit Comic Vine API key + Comic Vine API key + Enable background image + Opacity level + Blur level + Use selected comic cover as background + Restore defautls + Background + Display continue reading banner + Continue reading + Comic Flow + Grid view + General @@ -1150,142 +1505,178 @@ YACReaderLibrary will not stop you from creating more libraries but you should k PropertiesDialog + Day: Dag: + Plot Verhaal + Size: Grootte(MB): + Year: Jaar: + Inker(s): Inker(s): + Publishing Uitgever + Publisher: Uitgever: + General info Algemene Info + Color/BW: Kleur/ZW: + Edit selected comics information Geselecteerde strip informatie bijwerken + Penciller(s): Tekenaar(s): + Colorist(s): Inkleurder(s): + Genre: Genre: + Issue number: Ids: + Month: Maand: + Notes: Opmerkingen: + Synopsis: Synopsis: + Title: Titel: + Not found Niet gevonden + Characters: Personages: + Authors Auteurs + Age rating: Leeftijdsbeperking: + Story arc: Verhaallijn: + Writer(s): Schrijver(s): + Comic not found. You should update your library. Strip niet gevonden. U moet uw bibliotheek.bijwerken. + Edit comic information Strip informatie bijwerken + Cover page Omslag + Cover Artist(s): Omslag ontwikkelaar(s): + Volume: Inhoud: + Format: Formaat: + Letterer(s): Letterzetter(s): + + of: + Arc number: + Manga: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> @@ -1293,34 +1684,42 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QObject + 7z lib not found + unable to load 7z lib from ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1328,14 +1727,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::LogWindowModel + Time + Level + Message @@ -1343,18 +1745,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1362,18 +1768,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k RenameLibraryDialog + Rename current library Hernoem de huidige bibiliotheek + Cancel Annuleren + Rename Hernoem + New Library Name : Nieuwe Bibliotheek Naam : @@ -1381,14 +1791,18 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ScraperResultsPaginator + Number of volumes found : %1 + + page %1 of %2 + Number of %1 found : %2 @@ -1396,10 +1810,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchSingleComic + Please provide some additional information. + Series: @@ -1407,10 +1823,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchVolume + Please provide some additional information. + Series: @@ -1418,22 +1836,27 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectComic + Please, select the right comic info. + comics + loading cover + loading description + description unavailable @@ -1441,22 +1864,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectVolume + Please, select the right series for your comic. + + Filter: + + + + volumes + + Nothing found, clear the filter if any. + + + + loading cover + loading description + description unavailable @@ -1464,14 +1902,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SeriesQuestion + no neen + yes Ja + You are trying to get information for various comics at once, are they part of the same series? @@ -1479,39 +1920,48 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ServerConfigDialog + Port Poort + enable the server De server instellen + set port Poort instellen + Server connectivity information + Scan it! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> + Choose an IP address + display less information about folders in the browser to improve the performance + Could not load libqrencode. @@ -1519,22 +1969,27 @@ to improve the performance SortVolumeComics + Please, sort the list of comics on the left until it matches the comics' information. + sort comics to match comic information + issues + remove selected comics + restore all removed comics @@ -1542,6 +1997,7 @@ to improve the performance TitleHeader + SEARCH @@ -1549,14 +2005,17 @@ to improve the performance UpdateLibraryDialog + Update library Bibliotheek bijwerken + Cancel Annuleren + Updating.... Bijwerken.... @@ -1564,6 +2023,7 @@ to improve the performance VolumeComicsModel + title @@ -1571,14 +2031,17 @@ to improve the performance VolumesModel + year + issues + publisher @@ -1586,18 +2049,17 @@ to improve the performance YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1605,6 +2067,7 @@ to improve the performance YACReader::WhatsNewDialog + Close @@ -1612,10 +2075,12 @@ to improve the performance YACReaderDeletingProgress + cancel annuleren + Please wait, deleting in progress... Even geduld, verwijderen ... @@ -1623,10 +2088,13 @@ to improve the performance YACReaderFieldEdit + Restore to default Standaardwaarden herstellen + + Click to overwrite Klik hier om te overschrijven @@ -1634,10 +2102,15 @@ to improve the performance YACReaderFieldPlainTextEdit + Restore to default Standaardwaarden herstellen + + + + Click to overwrite Klik hier om te overschrijven @@ -1645,18 +2118,22 @@ to improve the performance YACReaderFlowConfigWidget + CoverFlow look Omslagbrowser uiterlijk + How to show covers: Hoe omslagbladen bekijken: + Stripe look Brede band + Overlapped Stripe look Overlappende band @@ -1664,94 +2141,117 @@ to improve the performance YACReaderGLFlowConfigWidget + Zoom Zoom + Light Licht + Show advanced settings Toon geavanceerde instellingen + Roulette look Roulette + Cover Angle Omslag hoek + Stripe look Brede band + Position Positie + Z offset Z- positie + Y offset Y-positie + Central gap Centrale ruimte + Presets: Voorinstellingen: + Overlapped Stripe look Overlappende band + Modern look Modern + View angle Kijkhoek + Max angle Maximale hoek + Custom: Aangepast: + Classic look Klassiek + Cover gap Ruimte tss Omslag + High Performance Hoge Prestaties + Performance: Prestatie: + Use VSync (improve the image quality in fullscreen mode, worse performance) Gebruik VSync (verbetering van de beeldkwaliteit in de modus volledig scherm, slechtere prestatie) + Visibility Zichtbaarheid + Low Performance Lage Prestaties @@ -1759,10 +2259,12 @@ to improve the performance YACReaderNavigationController + No favorites + You are not reading anything yet, come on!! @@ -1770,22 +2272,27 @@ to improve the performance YACReaderOptionsDialog + Save Bewaar + Use hardware acceleration (restart needed) Gebruik hardware versnelling (opnieuw opstarten vereist) + Cancel Annuleren + Edit shortcuts + Shortcuts @@ -1793,6 +2300,7 @@ to improve the performance YACReaderSearchLineEdit + type to search @@ -1800,26 +2308,32 @@ to improve the performance YACReaderSideBar + LIBRARIES BIBLIOTHEKEN + FOLDERS MAPPEN + Libraries + Folders + Reading Lists + READING LISTS diff --git a/YACReaderLibrary/yacreaderlibrary_pt.ts b/YACReaderLibrary/yacreaderlibrary_pt.ts index f5199410..4cdd2965 100644 --- a/YACReaderLibrary/yacreaderlibrary_pt.ts +++ b/YACReaderLibrary/yacreaderlibrary_pt.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,66 +12,82 @@ AddLabelDialog + Label name: + Choose a color: + red + orange + yellow + green + cyan + blue + violet + purple + pink + white + light + dark + accept + cancel @@ -78,22 +95,27 @@ AddLibraryDialog + Add Adicionar + Add an existing library Adicionar uma biblioteca existente + Cancel Cancelar + Comics folder : Pasta dos quadrinhos : + Library name : Nome da Biblioteca : @@ -101,18 +123,22 @@ ApiKeyDialog + Cancel Cancelar + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> + Paste here your Comic Vine API key + Accept @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow @@ -127,46 +154,57 @@ ComicInfoView + Authors + writer + penciller + inker + colorist + letterer + cover artist + Publisher + color + b/w + Characters @@ -174,38 +212,52 @@ ComicModel + yes + no + Title + File Name + Pages + Size + Read + Current Page + + Publication Date + + + + Rating @@ -213,50 +265,67 @@ ComicVineDialog + skip + back + next + search + close + + + + Looking for volume... + + comic %1 of %2 - %3 + %1 comics selected + Error connecting to ComicVine + + Retrieving tags for : %1 + Retrieving volume info... + Looking for comic... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Criar uma nova biblioteca + Cancel Cancelar + Create Criar + Comics folder : Pasta dos quadrinhos : + Library Name : Nome da Biblioteca : + Create a library could take several minutes. You can stop the process and update the library later for completing the task. + Path not found + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults + To change a shortcut, double click in the key combination and type the new keys. + Shortcuts settings + Shortcut in use + The shortcut "%1" is already assigned to other function @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder + Empty folder + Drag and drop folders and comics here @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Cancel Cancelar + Create Criar + Output file : + Export comics info + Destination database name + Problem found while writing + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Cancelar + Create Criar + Output folder : Pasta de saída : + Create covers package Criar pacote de capas + Destination directory Diretório de destino + Problem found while writing + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder @@ -413,25 +515,46 @@ FileComic + 7z not found 7z não encontrado + CRC error on page (%1): some of the pages will not be displayed correctly + Unknown error opening the file + Format not supported + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info @@ -439,33 +562,45 @@ HelpAboutDialog + About + Help + + + System info + + ImportComicsInfoDialog + Cancel Cancelar + Import comics info + Info database location : + Import + Comics info file (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Pasta de destino : + Cancel Cancelar + Unpack Desempacotar + Compresed library covers (*.clc) Capas da biblioteca compactada (*.clc) + Package location : Local do pacote : + Library Name : Nome da Biblioteca : + Extract a catalog Extrair um catálogo @@ -504,437 +646,601 @@ ImportWidget + stop + Some of the comics being added... + Importing comics + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> + Updating the library + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Remove current library from your collection Remover biblioteca atual da sua coleção + Library Biblioteca + Rename current library Renomear biblioteca atual + Open current comic on YACReader Abrir quadrinho atual no YACReader + Update current library Atualizar biblioteca atual + + Open folder... Abrir pasta... + Do you want remove Você deseja remover + Expand all nodes Expandir todos + Show options dialog Mostrar opções + Create a new library Criar uma nova biblioteca + YACReader Library Biblioteca YACReader + Open an existing library Abrir uma biblioteca existente + Pack the covers of the selected library Pacote de capas da biblioteca selecionada + Help, About YACReader Ajuda, Sobre o YACReader + Select root node Selecionar raiz + Unpack a catalog Desempacotar um catálogo + Open containing folder... Abrir a pasta contendo... + Are you sure? Você tem certeza? + + Export comics info + + Import comics info + Pack covers + Unpack covers + Update library + Rename library + Remove library + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Open current comic + Save selected covers to... + Save covers of the selected comics as JPG files + + + Set as read + Set comic as read + + + Set as unread + Set comic as unread + + + Set as manga + Set issue as manga + Set as normal + Set issue as normal + Show/Hide marks + Show or hide read marks + + Fullscreen mode on/off + + Add new folder + Add new folder to the current library + + Delete folder + Delete current folder from disk + Collapse all nodes + Show comics server options dialog + + Change between comics views + + Set as uncompleted + + Set as completed + + Set as comic + Reset comic rating + Select all comics + Edit + Assign current order to comics + Update cover + Delete selected comics + Download tags from Comic Vine + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts + + &Quit + + + + + Update folder + Update current folder + Add new reading list + Add a new reading list to the current library + Remove reading list + Remove current reading list from the library + Add new label + Add a new label to this library + Rename selected list + Rename any selected labels or lists + Add to... + Favorites + Add selected comics to favorites list + Folder + Comic + Upgrade failed + There were errors during library upgrade in: + Update needed + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? + Download new version + This library was created with a newer version of YACReaderLibrary. Download the new version now? + Library not available + Library '%1' is no longer available. Do you want to remove it? + Old library + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? + + Copying comics... + + Moving comics... + Folder name: + No folder selected + Please, select a folder first + Error in path + There was an error accessing the folder's path + The selected folder and all its contents will be deleted from your disk. Are you sure? + + Unable to delete + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. + Add new reading lists + + List name: + Delete list/label + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? + Rename list name + Save covers + You are adding too many libraries. + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -943,78 +1249,98 @@ YACReaderLibrary will not stop you from creating more libraries but you should k + + YACReader not found + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. + Library not found + The selected folder doesn't contain any library. + library? + Remove and delete metadata + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. + Assign comics numbers + Assign numbers starting in: + Error creating the library + Error updating the library + Error opening the library + Delete comics + All the selected comics will be deleted from your disk. Are you sure? + Remove comics + Comics will only be deleted from the current label/list. Are you sure? + Library name already exists + There is another library with the name '%1'. @@ -1022,6 +1348,7 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LocalComicListModel + file name @@ -1029,30 +1356,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1060,18 +1394,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k NoLibrariesWidget + You don't have any libraries yet + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> + create your first library + add an existing one @@ -1079,70 +1417,87 @@ YACReaderLibrary will not stop you from creating more libraries but you should k OptionsDialog + Tray icon settings (experimental) + Close to tray + Start into the system tray + Edit Comic Vine API key + Comic Vine API key + Enable background image + Opacity level + Blur level + Use selected comic cover as background + Restore defautls + Background + Display continue reading banner + Continue reading + Comic Flow + Grid view + General + Options @@ -1150,142 +1505,178 @@ YACReaderLibrary will not stop you from creating more libraries but you should k PropertiesDialog + General info + Authors + Publishing + Plot + Cover page + Title: + + of: + Issue number: + Volume: + Arc number: + Story arc: + Genre: + Size: + Writer(s): + Penciller(s): + Inker(s): + Colorist(s): + Letterer(s): + Cover Artist(s): + Day: + Month: + Year: + Publisher: + Format: + Color/BW: + Age rating: + Manga: + Synopsis: + Characters: + Notes: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> + Not found + Comic not found. You should update your library. + Edit selected comics information + Edit comic information @@ -1293,34 +1684,42 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QObject + 7z lib not found + unable to load 7z lib from ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1328,14 +1727,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::LogWindowModel + Time + Level + Message @@ -1343,18 +1745,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1362,18 +1768,22 @@ YACReaderLibrary will not stop you from creating more libraries but you should k RenameLibraryDialog + Rename current library Renomear biblioteca atual + Cancel Cancelar + Rename Renomear + New Library Name : Novo nome da biblioteca : @@ -1381,14 +1791,18 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ScraperResultsPaginator + Number of volumes found : %1 + + page %1 of %2 + Number of %1 found : %2 @@ -1396,10 +1810,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchSingleComic + Please provide some additional information. + Series: @@ -1407,10 +1823,12 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SearchVolume + Please provide some additional information. + Series: @@ -1418,22 +1836,27 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectComic + Please, select the right comic info. + comics + loading cover + loading description + description unavailable @@ -1441,22 +1864,37 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SelectVolume + Please, select the right series for your comic. + + Filter: + + + + volumes + + Nothing found, clear the filter if any. + + + + loading cover + loading description + description unavailable @@ -1464,14 +1902,17 @@ YACReaderLibrary will not stop you from creating more libraries but you should k SeriesQuestion + You are trying to get information for various comics at once, are they part of the same series? + yes + no @@ -1479,39 +1920,48 @@ YACReaderLibrary will not stop you from creating more libraries but you should k ServerConfigDialog + set port + Server connectivity information + Scan it! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> + Choose an IP address + Port + enable the server + display less information about folders in the browser to improve the performance + Could not load libqrencode. @@ -1519,22 +1969,27 @@ to improve the performance SortVolumeComics + Please, sort the list of comics on the left until it matches the comics' information. + sort comics to match comic information + issues + remove selected comics + restore all removed comics @@ -1542,6 +1997,7 @@ to improve the performance TitleHeader + SEARCH @@ -1549,14 +2005,17 @@ to improve the performance UpdateLibraryDialog + Cancel Cancelar + Updating.... Atualizando.... + Update library @@ -1564,6 +2023,7 @@ to improve the performance VolumeComicsModel + title @@ -1571,14 +2031,17 @@ to improve the performance VolumesModel + year + issues + publisher @@ -1586,18 +2049,17 @@ to improve the performance YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1605,6 +2067,7 @@ to improve the performance YACReader::WhatsNewDialog + Close @@ -1612,10 +2075,12 @@ to improve the performance YACReaderDeletingProgress + Please wait, deleting in progress... + cancel @@ -1623,10 +2088,13 @@ to improve the performance YACReaderFieldEdit + + Click to overwrite + Restore to default @@ -1634,10 +2102,15 @@ to improve the performance YACReaderFieldPlainTextEdit + + + + Click to overwrite + Restore to default @@ -1645,18 +2118,22 @@ to improve the performance YACReaderFlowConfigWidget + CoverFlow look Olhar capa cheia + How to show covers: Como mostrar capas: + Stripe look Olhar lista + Overlapped Stripe look Olhar lista sobreposta @@ -1664,94 +2141,117 @@ to improve the performance YACReaderGLFlowConfigWidget + Stripe look Olhar lista + Overlapped Stripe look Olhar lista sobreposta + Presets: + Classic look + Modern look + Roulette look + Show advanced settings + Custom: + View angle + Position + Cover gap + Central gap + Zoom + Y offset + Z offset + Cover Angle + Visibility + Light + Max angle + Low Performance + High Performance + Use VSync (improve the image quality in fullscreen mode, worse performance) + Performance: @@ -1759,10 +2259,12 @@ to improve the performance YACReaderNavigationController + No favorites + You are not reading anything yet, come on!! @@ -1770,22 +2272,27 @@ to improve the performance YACReaderOptionsDialog + Save Salvar + Cancel Cancelar + Edit shortcuts + Shortcuts + Use hardware acceleration (restart needed) @@ -1793,6 +2300,7 @@ to improve the performance YACReaderSearchLineEdit + type to search @@ -1800,26 +2308,32 @@ to improve the performance YACReaderSideBar + Libraries + Folders + Reading Lists + LIBRARIES + FOLDERS + READING LISTS diff --git a/YACReaderLibrary/yacreaderlibrary_ru.ts b/YACReaderLibrary/yacreaderlibrary_ru.ts index 795a85f8..eb712ec9 100644 --- a/YACReaderLibrary/yacreaderlibrary_ru.ts +++ b/YACReaderLibrary/yacreaderlibrary_ru.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None @@ -11,66 +12,82 @@ AddLabelDialog + red красный + blue синий + dark темный + cyan голубой + pink розовый + green зеленый + light серый + white белый + Choose a color: Выбрать цвет: + accept добавить + cancel отменить + orange оранжевый + purple пурпурный + violet фиолетовый + yellow желтый + Label name: Название ярлыка: @@ -78,22 +95,27 @@ AddLibraryDialog + Add Добавить + Add an existing library Добавить в существующую библиотеку + Cancel Отмена + Comics folder : Папка комиксов : + Library name : Имя библиотеки : @@ -101,18 +123,22 @@ ApiKeyDialog + Accept Принять + Cancel Отмена + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> Для подключения к Comic Vine вам потребуется ваш личный API ключ. Приобретите его бесплатно вот <a href="http://www.comicvine.com/api/">здесь</a> + Paste here your Comic Vine API key Вставьте сюда ваш Comic Vine API ключ @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Показать/скрыть поток комиксов @@ -127,46 +154,57 @@ ComicInfoView + Authors Авторы + writer + penciller + inker + colorist + letterer + cover artist + Publisher + color + b/w + Characters @@ -174,38 +212,52 @@ ComicModel + no нет + yes да + Read Прочитано + Size Размер + Pages Всего страниц + Title Заголовок + Current Page Текущая страница + File Name Имя файла + + Publication Date + + + + Rating Рейтинг @@ -213,50 +265,67 @@ ComicVineDialog + back назад + next дальше + skip пропустить + close закрыть + + Retrieving tags for : %1 Получение тегов для : %1 + Looking for comic... Поиск комикса... + search искать + + + + Looking for volume... Поиск информации... + + comic %1 of %2 - %3 комикс %1 of %2 - %3 + %1 comics selected %1 было выбрано + Error connecting to ComicVine Ошибка поключения к ComicVine + Retrieving volume info... Получение информации... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Создать новую библиотеку + Cancel Отмена + Create Создать + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Создание библиотеки может занять несколько минут. Вы можете остановить процесс и обновить библиотеку позже для завершения задачи. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder Выбранный путь отсутствует, либо неверен. Убедитесь , что у вас есть доступ к этой папке + Comics folder : Папка комиксов : + Library Name : Имя библиотеки: + Path not found Путь не найден @@ -299,22 +376,27 @@ EditShortcutsDialog + Shortcut in use Горячая клавиша уже занята + Restore defaults Вернуть к первоначальным значениям + Shortcuts settings Горячие клавиши + The shortcut "%1" is already assigned to other function Сочетание клавиш "%1" уже назначено для другой функции + To change a shortcut, double click in the key combination and type the new keys. Чтобы изменить горячую клавишу щелкните дважды по выбранной комбинации клавиш и введите новые сочетания клавиш. @@ -322,14 +404,18 @@ EmptyFolderWidget + Empty folder Пустая папка + + Subfolders in this folder Подпапки в этой папке + Drag and drop folders and comics here Перетащите папки и комиксы сюда @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet Этот ярлык пока ничего не содержит @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet Этот список чтения пока ничего не содержит @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Выходной файл (*.ydb) : + Destination database name Имя этой базы данных + Cancel Отмена + Create Создать + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Выбранный путь для импортируемого файла отсутствует, либо неверен. Убедитесь , что у вас есть доступ к этой папке + Export comics info Экспортировать информацию комикса + Problem found while writing Обнаружена Ошибка записи @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Отменить + Create Создать + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Выбранный путь для импортируемого файла отсутствует, либо неверен. Убедитесь , что у вас есть доступ к этой папке + Output folder : Папка вывода : + Problem found while writing Проблема при написании + Create covers package Создать комплект обложек + Destination directory Назначенная директория @@ -413,25 +515,46 @@ FileComic + Format not supported Формат не поддерживается + 7z not found 7z не найден + Unknown error opening the file Неизвестная ошибка при открытии файла + CRC error on page (%1): some of the pages will not be displayed correctly Ошибка контрольной суммы CRC на странице (%1): некоторые страницы будут отображаться неправильно + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info Показать информацию @@ -439,10 +562,17 @@ HelpAboutDialog + Help Настройки + + System info + + + + About О программе @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Отмена + Import Импортировать + Info database location : Путь к файлу (*.ydb) : + Import comics info Импортировать информацию комикса + Comics info file (*.ydb) Инфо файл комикса (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Папка назначения : + Cancel Отмена + Unpack Распаковать + Compresed library covers (*.clc) Сжатая библиотека обложек (*.clc) + Package location : Местоположение комплекта : + Library Name : Имя библиотеки : + Extract a catalog Извлечь каталог @@ -504,249 +646,329 @@ ImportWidget + stop Остановить + Importing comics Импорт комиксов + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YACReaderLibrary сейчас создает библиотеку.</p><p> Создание библиотеки может занять несколько минут. Вы можете остановить процесс и обновить библиотеку позже для завершения задачи.</p> + Some of the comics being added... Поиск новых комиксов... + Updating the library Обновление библиотеки + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>Текущая библиотека обновляется. Для более быстрого обновления в дальнейшем старайтесь почаще обновлять вашу библиотеку после добавления новых комиксов.</p><p>Вы можете остановить этот процесс и продолжить обновление этой библиотеки позже.</p> + Upgrading the library + <p>The current library is being upgraded, please wait.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Редактировать информацию + The selected folder doesn't contain any library. Выбранная папка не содержит ни одной библиотеки. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Эта библиотека была создана с предыдущей версией YACReaderLibrary. Она должна быть обновлена. Обновить сейчас? + Comic Комикс + Folder name: Имя папки: + The selected folder and all its contents will be deleted from your disk. Are you sure? Выбранная папка и все ее содержимое будет удалено с вашего жёсткого диска. Вы уверены? + Update current folder Обновить выбранную папку + Error opening the library Ошибка открытия библиотеки + Show/Hide marks Показать/Спрятать пометки + + YACReader not found YACReader не найден + Show comics server options dialog Настройки сервера YACReader + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. Возникла проблема при удалении выбранных папок. Пожалуйста, проверьте права на запись и убедитесь что другие приложения не используют эти папки или файлы. + Remove current library from your collection Удалить эту библиотеку из своей коллекции + Set comic as read Отметить комикс как прочитано + Rename list name Изменить имя списка + Add selected comics to favorites list Добавить выбранные комиксы в список избранного + Remove and delete metadata Удаление метаданных + Old library Библиотека из старой версии YACreader + Update cover Обновить обложки + Rename any selected labels or lists Переименовать выбранный ярлык/список чтения + + Set as completed Отметить как завершено + There was an error accessing the folder's path Ошибка доступа к пути папки + Library Библиотека + Add new folder to the current library Добавить новую папку в текущую библиотеку + Comics will only be deleted from the current label/list. Are you sure? Комиксы будут удалены только из выбранного списка/ярлыка. Вы уверены? + Rename current library Переименовать эту библиотеку + + Fullscreen mode on/off Полноэкранный режим включить/выключить + This library was created with a newer version of YACReaderLibrary. Download the new version now? Эта библиотека была создана новой версией YACReaderLibrary. Скачать новую версию сейчас? + + Moving comics... Переместить комиксы... + Open current comic on YACReader Открыть комикс в YACReader + Update current library Обновить эту библиотеку + + Copying comics... Скопировать комиксы... + Library '%1' is no longer available. Do you want to remove it? Библиотека '%1' больше не доступна. Вы хотите удалить ее? + Update library Обновить библиотеку + + Open folder... Открыть папку... + Do you want remove Вы хотите удалить библиотеку + + Set as uncompleted Отметить как не завершено + Error in path Ошибка в пути + Reset comic rating Сбросить рейтинг комикса + Error updating the library Ошибка обновления библиотеки + Folder Папка + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? Выбранные элементы будут удалены, ваши комиксы или папки НЕ БУДУТ удалены с вашего жёсткого диска. Вы уверены? + Expand all nodes Раскрыть все папки + Delete current folder from disk Удалить выбранную папку с жёсткого диска + + List name: Имя списка: + Add to... Добавить в... + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? Библиотека '%1' была создана старой версией YACReaderLibrary. Она должна быть вновь создана. Вы хотите создать библиотеку сейчас? + Pack covers Запаковать обложки + Save covers Сохранить обложки + + Change between comics views Изменение внешнего вида потока комиксов + Remove current reading list from the library Удалить выбранный ярлык/список чтения + Add new reading lists Добавить новый список чтения + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -759,266 +981,370 @@ YACReaderLibrary will not stop you from creating more libraries but you should k YACReaderLibrary не помешает вам создать больше библиотек, но вы должны иметь не большое количество библиотек. + + + Set as read Отметить как прочитано + Assign comics numbers Порядковый номер + Delete selected comics Удалить выбранное + + Export comics info Экспортировать информацию комикса + Show options dialog Настройки + Please, select a folder first Пожалуйста, сначала выберите папку + Create a new library Создать новую библиотеку + Library not available Библиотека не доступна + + Import comics info Импортировать информацию комикса + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. Возникла проблема при удалении выбранных комиксов. Пожалуйста, проверьте права на запись для выбранных файлов или содержащую их папку. + Add new reading list Создать новый список чтения + Save selected covers to... Сохранить выбранные обложки в... + Open current comic Открыть выбранный комикс + YACReader Library Библиотека YACReader + Add a new reading list to the current library Создать новый список чтения + Error creating the library Ошибка создания библиотеки + You are adding too many libraries. Вы добавляете слишком много библиотек. + + Update folder Обновить папку + Unpack covers Распаковать обложки + Update needed Необходимо обновление + Open an existing library Открыть существующую библиотеку + Show or hide read marks Показать или спрятать отметку прочтено + Library name already exists Имя папки уже используется + There is another library with the name '%1'. Уже существует другая папка с именем '%1'. + Remove reading list Удалить список чтения + + Delete folder Удалить папку + Assign numbers starting in: Назначить порядковый номер начиная с: + Download new version Загрузить новую версию + Delete comics Удалить комиксы + + Add new folder Добавить новую папку + Select all comics Выбрать все комиксы + Assign current order to comics Назначить порядковый номер + Pack the covers of the selected library Запаковать обложки выбранной библиотеки + Help, About YACReader О программе + Collapse all nodes Свернуть все папки + Favorites Избранное + Rename selected list Переименовать выбранный список + Delete list/label Удалить список/ярлык + Set comic as unread Отметить комикс как не прочитано + Edit shortcuts Редактировать горячие клавиши + Select root node Домашняя папка + No folder selected Ни одна папка не была выбрана + Unpack a catalog Распаковать каталог + All the selected comics will be deleted from your disk. Are you sure? Все выбранные комиксы будут удалены с вашего жёсткого диска. Вы уверены? + Download tags from Comic Vine Скачать теги из Comic Vine + Remove comics Убрать комиксы + Add a new label to this library Создать новый ярлык + + + Set as unread Отметить как не прочитано + Library not found Библиотека не найдена + Rename library Переименовать библиотеку + Remove library Удалить библиотеку + Open containing folder... Открыть выбранную папку... + Add new label Создать новый ярлык + + Unable to delete Не удалось удалить + library? ? + Save covers of the selected comics as JPG files Сохранить обложки выбранных комиксов как JPG файлы + Are you sure? Вы уверены? + + + Set as manga + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Set issue as manga + Set as normal + Set issue as normal + + Set as comic + + Focus search line + + + + + Focus comics view + + + + + &Quit + + + + Upgrade failed + There were errors during library upgrade in: + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. + YACReader not found. There might be a problem with your YACReader installation. @@ -1026,6 +1352,7 @@ YACReaderLibrary не помешает вам создать больше биб LocalComicListModel + file name имя файла @@ -1033,30 +1360,37 @@ YACReaderLibrary не помешает вам создать больше биб LogWindow + Log window + &Pause + &Save + C&lear + &Copy + Level: + &Auto scroll @@ -1064,18 +1398,22 @@ YACReaderLibrary не помешает вам создать больше биб NoLibrariesWidget + create your first library создайте свою первую библиотеку + You don't have any libraries yet У вас нет ни одной библиотеки + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Вы можете создать библиотеку в любой папке, YACReaderLibrary будет импортировать все комиксы и папки из этой папки. Если вы уже ранее создавали библиотеки, их можно будет открыть.< / p > <p>Не забывайте, что Вы можете использовать YACReader в качестве отдельного приложения для чтения комиксов на вашем компьютере.</п> + add an existing one добавить уже существующую @@ -1083,70 +1421,87 @@ YACReaderLibrary не помешает вам создать больше биб OptionsDialog + Restore defautls Вернуть к первоначальным значениям + Background Фоновое изображение + Blur level Уровень размытия + Enable background image Включить фоновое изображение + Options Настройки + Comic Vine API key Comic Vine API ключ + Edit Comic Vine API key Редактировать Comic Vine API ключ + Opacity level Уровень непрозрачности + General Основные + Use selected comic cover as background Обложка комикса фоновое изображение + Comic Flow Поток комиксов + Grid view Фоновое изображение + Tray icon settings (experimental) + Close to tray + Start into the system tray + Display continue reading banner + Continue reading @@ -1154,142 +1509,178 @@ YACReaderLibrary не помешает вам создать больше биб PropertiesDialog + Day: День: + Plot Сюжет + Size: Размер: + Year: Год: + Inker(s): Контуровщик(и): + Publishing Издатели + Publisher: Издатель: + General info Общая информация + Color/BW: Цвет/BW: + Edit selected comics information Редактировать информацию выбранного комикса + Penciller(s): Художник(и): + Colorist(s): Колорист(ы): + Genre: Жанр: + Issue number: Номер выпуска + Month: Месяц: + Notes: Заметки: + Synopsis: Описание: + Title: Заголовок: + Not found Не найдено + Characters: Персонажи: + Authors Авторы + Age rating: Возрастной рейтинг: + Story arc: Сюжетная арка: + Writer(s): Писатель(и): + Comic not found. You should update your library. Комикс не найден. Обновите вашу библиотеку. + Edit comic information Редактировать информацию комикса + Cover page Страница обложки + Cover Artist(s): Художник(и) Обложки: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> <a style='color: ##666666; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> Открыть страницу этого комикса на сайте Comic Vine </a> + Volume: Объём : + Format: Формат: + Letterer(s): Гравёр-шрифтовик(и): + + of: + Arc number: + Manga: @@ -1297,34 +1688,42 @@ YACReaderLibrary не помешает вам создать больше биб QObject + 7z lib not found Библиотека распаковщика 7z не найдена + unable to load 7z lib from ./utils Не удается загрузить библиотеку распаковщика 7z из ./utils + Trace + Debug + Info + Warning + Error + Fatal @@ -1332,14 +1731,17 @@ YACReaderLibrary не помешает вам создать больше биб QsLogging::LogWindowModel + Time + Level + Message @@ -1347,18 +1749,22 @@ YACReaderLibrary не помешает вам создать больше биб QsLogging::Window + &Pause + &Resume + Save log + Log file (*.log) @@ -1366,18 +1772,22 @@ YACReaderLibrary не помешает вам создать больше биб RenameLibraryDialog + Rename current library Переименовать эту библиотеку + Cancel Отмена + Rename Переименовать + New Library Name : Новое имя библиотеки: @@ -1385,14 +1795,18 @@ YACReaderLibrary не помешает вам создать больше биб ScraperResultsPaginator + Number of %1 found : %2 Количество из %1 найдено : %2 + + page %1 of %2 страница %1 из %2 + Number of volumes found : %1 Количество найденных томов : %1 @@ -1400,10 +1814,12 @@ YACReaderLibrary не помешает вам создать больше биб SearchSingleComic + Please provide some additional information. Пожалуйста, введите инфомарцию для поиска. + Series: Серия: @@ -1411,10 +1827,12 @@ YACReaderLibrary не помешает вам создать больше биб SearchVolume + Please provide some additional information. Пожалуйста, введите инфомарцию для поиска. + Series: Серия: @@ -1422,22 +1840,27 @@ YACReaderLibrary не помешает вам создать больше биб SelectComic + loading description загрузка описания + comics комиксы + loading cover загрузка обложки + Please, select the right comic info. Пожалуйста, выберите правильную информацию об комиксе. + description unavailable описание недоступно @@ -1445,22 +1868,37 @@ YACReaderLibrary не помешает вам создать больше биб SelectVolume + loading description загрузка описания + Please, select the right series for your comic. Пожалуйста, выберите правильную серию для вашего комикса. + + Filter: + + + + + Nothing found, clear the filter if any. + + + + loading cover загрузка обложки + volumes тома + description unavailable описание недоступно @@ -1468,14 +1906,17 @@ YACReaderLibrary не помешает вам создать больше биб SeriesQuestion + no нет + yes да + You are trying to get information for various comics at once, are they part of the same series? Вы пытаетесь получить информацию для нескольких комиксов одновременно, являются ли они все частью одной серии? @@ -1483,40 +1924,49 @@ YACReaderLibrary не помешает вам создать больше биб ServerConfigDialog + Port Порт + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> <a href='http://ios.yacreader.com' style='color:rgb(102,102,102)'>YACReader доступен для устройств с iOS.</a> + enable the server активировать сервер + Server connectivity information Информация о подключении + display less information about folders in the browser to improve the performance отображать меньше информации о папках в браузере для улучшения производительности + Scan it! Сканируйте! + set port указать порт + Choose an IP address Выбрать IP адрес + Could not load libqrencode. @@ -1524,22 +1974,27 @@ to improve the performance SortVolumeComics + remove selected comics удалить выбранные комиксы + sort comics to match comic information сортировать комиксы, чтобы соответствовать информации комиксов + restore all removed comics восстановить все удаленные комиксы + issues выпуск + Please, sort the list of comics on the left until it matches the comics' information. Пожалуйста, отсортируйте список комиксов слева, пока он не будет соответствовать информации комикса. @@ -1547,6 +2002,7 @@ to improve the performance TitleHeader + SEARCH ПОИСК @@ -1554,14 +2010,17 @@ to improve the performance UpdateLibraryDialog + Update library Обновить библиотеку + Cancel Отмена + Updating.... Обновление... @@ -1569,6 +2028,7 @@ to improve the performance VolumeComicsModel + title название @@ -1576,14 +2036,17 @@ to improve the performance VolumesModel + year год + issues выпуск + publisher издатель @@ -1591,18 +2054,17 @@ to improve the performance YACReader::TrayIconController + &Restore - &Quit - - - + Systray + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. @@ -1610,6 +2072,7 @@ to improve the performance YACReader::WhatsNewDialog + Close @@ -1617,10 +2080,12 @@ to improve the performance YACReaderDeletingProgress + cancel отменить + Please wait, deleting in progress... Пожалуйста подождите, удаление в процессе... @@ -1628,10 +2093,13 @@ to improve the performance YACReaderFieldEdit + Restore to default Вернуть к первоначальным значениям + + Click to overwrite Изменить @@ -1639,10 +2107,15 @@ to improve the performance YACReaderFieldPlainTextEdit + Restore to default Вернуть к первоначальным значениям + + + + Click to overwrite Изменить @@ -1650,18 +2123,22 @@ to improve the performance YACReaderFlowConfigWidget + CoverFlow look Рулеткой + How to show covers: Выбрать внешний вид потока обложек: + Stripe look Вид полосами + Overlapped Stripe look Вид перекрывающимися полосами @@ -1669,94 +2146,117 @@ to improve the performance YACReaderGLFlowConfigWidget + Zoom Масштабировать + Light Осветить + Show advanced settings Показать дополнительные настройки + Roulette look Вид рулеткой + Cover Angle Охватить угол + Stripe look Вид полосами + Position Позиция + Z offset Смещение по Z + Y offset Смещение по Y + Central gap Сфокусировать разрыв + Presets: Предустановки: + Overlapped Stripe look Вид перекрывающимися полосами + Modern look Современный вид + View angle Угол зрения + Max angle Максимальный угол + Custom: Пользовательский: + Classic look Классический вид + Cover gap Охватить разрыв + High Performance Максимальная производительность + Performance: Производительность: + Use VSync (improve the image quality in fullscreen mode, worse performance) Использовать VSync (повысить качество изображения в полноэкранном режиме , хуже производительность) + Visibility Прозрачность + Low Performance Минимальная производительность @@ -1764,10 +2264,12 @@ to improve the performance YACReaderNavigationController + You are not reading anything yet, come on!! Вы пока ничего не читаете. Может самое время почитать? + No favorites Нет избранного @@ -1775,22 +2277,27 @@ to improve the performance YACReaderOptionsDialog + Save Сохранить + Use hardware acceleration (restart needed) Использовать аппаратное ускорение (необходима перезагрузка) + Cancel Отмена + Shortcuts Горячие клавиши + Edit shortcuts Редактировать горячие клавиши @@ -1798,6 +2305,7 @@ to improve the performance YACReaderSearchLineEdit + type to search Начать поиск @@ -1805,26 +2313,32 @@ to improve the performance YACReaderSideBar + Reading Lists Списки чтения + LIBRARIES БИБЛИОТЕКИ + Libraries Библиотеки + FOLDERS ПАПКИ + Folders Папки + READING LISTS СПИСКИ ЧТЕНИЯ diff --git a/YACReaderLibrary/yacreaderlibrary_tr.ts b/YACReaderLibrary/yacreaderlibrary_tr.ts index 0df3a2da..81dc5673 100644 --- a/YACReaderLibrary/yacreaderlibrary_tr.ts +++ b/YACReaderLibrary/yacreaderlibrary_tr.ts @@ -4,6 +4,7 @@ ActionsShortcutsModel + None Hiçbiri @@ -11,66 +12,82 @@ AddLabelDialog + cancel vazgeç + Label name: Etiket adı: + Choose a color: Renk seçiniz: + red kırmızı + orange turuncu + yellow sarı + green yeşil + cyan camgöbeği + blue mavi + violet menekşe + purple mor + pink pembe + white beyaz + light açık + dark koyu + accept kabul et @@ -78,22 +95,27 @@ AddLibraryDialog + Add Ekle + Add an existing library Kütüphaneye ekle + Cancel Vazgeç + Comics folder : Çizgi roman klasörü : + Library name : Kütüphane adı : @@ -101,18 +123,22 @@ ApiKeyDialog + Cancel Vazgeç + Before you can connect to Comic Vine, you need your own API key. Please, get one free <a href="http://www.comicvine.com/api/">here</a> Comic Vine'a bağlanmadan önce kendi API anahtarınıza ihtiyacınız var. Lütfen <a href="http://www.comicvine.com/api/">buradan</a> ücretsiz bir tane edinin + Paste here your Comic Vine API key Comic Vine API anahtarınızı buraya yapıştırın + Accept Kabul et @@ -120,6 +146,7 @@ ClassicComicsView + Hide comic flow Çizgi roman akışını gizle @@ -127,46 +154,57 @@ ComicInfoView + Authors Yazarlar + writer yazar + penciller kalemci + inker mürekkepçi + colorist renklendiren + letterer metinlendiren + cover artist kapak sanatçısı + Publisher Yayıncı + color renk + b/w s/b + Characters Karakterler @@ -174,38 +212,52 @@ ComicModel + no hayır + yes evet + Read Oku + Size Boyut + Pages Sayfalar + Title Başlık + File Name Dosya Adı + Current Page Geçreli Sayfa + + Publication Date + + + + Rating Reyting @@ -213,50 +265,67 @@ ComicVineDialog + skip geç + back geri + next sonraki + search ara + close kapat + + + + Looking for volume... Sayılar aranıyor... + + comic %1 of %2 - %3 çizgi roman %1 / %2 - %3 + %1 comics selected %1 çizgi roman seçildi + Error connecting to ComicVine ComicVine sitesine bağlanılırken hata + + Retrieving tags for : %1 %1 için etiketler alınıyor + Retrieving volume info... Sayı bilgileri alınıyor... + Looking for comic... Çizgi romanlar aranıyor... @@ -264,34 +333,42 @@ CreateLibraryDialog + Create new library Yeni kütüphane oluştur + Cancel Vazgeç + Create Oluştur + Create a library could take several minutes. You can stop the process and update the library later for completing the task. Yeni kütüphanenin oluşturulması birkaç dakika sürecek. + The selected path does not exist or is not a valid path. Be sure that you have write access to this folder Seçilen dizine yazma iznimiz yok yazma izni olduğundan emin ol + Comics folder : Çizgi roman klasörü : + Library Name : Kütüphane Adı : + Path not found Dizin bulunamadı @@ -299,22 +376,27 @@ EditShortcutsDialog + Restore defaults Varsayılanları geri yükle + To change a shortcut, double click in the key combination and type the new keys. Bir kısayolu değiştirmek için tuş kombinasyonuna çift tıklayın ve yeni tuşları girin. + Shortcuts settings Kısayol ayarları + Shortcut in use Kısayol kullanımda + The shortcut "%1" is already assigned to other function "%1" kısayalou zaten başka bir işlev tarafından kullanılıyor @@ -322,14 +404,18 @@ EmptyFolderWidget + + Subfolders in this folder Bu klasörde alt klasörler + Empty folder Boş klasör + Drag and drop folders and comics here Klasörleri ve çizgi romanları sürükleyip buraya bırakın @@ -337,6 +423,7 @@ EmptyLabelWidget + This label doesn't contain comics yet Bu etiket henüz çizgi roman içermiyor @@ -344,6 +431,7 @@ EmptyReadingListWidget + This reading list does not contain any comics yet Bu okuma listesi henüz çizgi roman içermiyor @@ -351,30 +439,37 @@ ExportComicsInfoDialog + Output file : Çıkış dosyası : + Destination database name Hedef adı + Cancel Vazgeç + Create Oluştur + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Seçilen dizine yazma iznimiz yok yazma izni olduğundan emin ol + Export comics info Çizgi roman bilgilerini göster + Problem found while writing Yazma sırasında bir problem oldu @@ -382,30 +477,37 @@ ExportLibraryDialog + Cancel Vazgeç + Create Yeni bir tane yap + The selected path for the output file does not exist or is not a valid path. Be sure that you have write access to this folder Seçilen konuma yeni bir kütüphane yazılamıyor + Output folder : Çıktı klasörü : + Problem found while writing Yazım aşamasında bir problem bulundu + Create covers package Kapak paketi oluştur + Destination directory Hedef dizin @@ -413,25 +515,46 @@ FileComic + 7z not found 7z bulunamadı + CRC error on page (%1): some of the pages will not be displayed correctly CRC hatası, sayfada (%1): bazı sayfalar düzgün görüntülenmeyecek + Unknown error opening the file Dosya açılırken bilinmeyen hata + Format not supported Dosya biçimi desteklenmiyor + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView + Show info Bilgi göster @@ -439,10 +562,17 @@ HelpAboutDialog + Help Yardım + + System info + + + + About Hakkında @@ -450,22 +580,27 @@ ImportComicsInfoDialog + Cancel Vazgeç + Import Çıkart + Info database location : Bilgi veritabanı konumu : + Import comics info Çizgi roman bilgilerini çıkart + Comics info file (*.ydb) Çizgi roman bilgi dosyası (*.ydb) @@ -473,30 +608,37 @@ ImportLibraryDialog + Destination folder : Hedef klasör : + Cancel Vazgeç + Unpack Paketten çıkar + Compresed library covers (*.clc) Sıkıştırılmış kütüphane kapakları (*.clc) + Package location : Paket konumu : + Library Name : Kütüphane Adı : + Extract a catalog Katalog ayıkla @@ -504,482 +646,657 @@ ImportWidget + stop dur + Importing comics önemli çizgi romanlar + <p>YACReaderLibrary is now creating a new library.</p><p>Create a library could take several minutes. You can stop the process and update the library later for completing the task.</p> <p>YACReaderKütüphane şu anda yeni bir kütüphane oluşturuyor</p><p>Kütüphanenin oluşturulması birkaç dakika alacak.</p> + Some of the comics being added... Bazı çizgi romanlar önceden eklenmiş... + Updating the library Kütüphaneyi güncelle + <p>The current library is being updated. For faster updates, please, update your libraries frequently.</p><p>You can stop the process and continue updating this library later.</p> <p>Kütüphane güncelleniyor</p><p>Güncellemeyi daha sonra iptal edebilirsin.</p> + Upgrading the library Kütüphane güncelleniyor + <p>The current library is being upgraded, please wait.</p> <p>Mevcut kütüphane güncelleniyor, lütfen bekleyin.</p> + + + Scanning the library + + + + + <p>Current library is being scanned for legacy XML metadata information.</p><p>This is only needed once, and only if the library was crated with YACReaderLibrary 9.8.2 or earlier.</p> + + LibraryWindow + Edit Düzenle + The selected folder doesn't contain any library. Seçilen dosya kütüphanede yok. + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? Bu kütüphane YACReaderKütüphabenin bir önceki versiyonun oluşturulmuş, güncellemeye ihtiyacın var. Şimdi güncellemek ister misin ? + Error opening the library Haa kütüphanesini aç + Show/Hide marks Altçizgileri aç/kapa + Show comics server options dialog Çizgi romanların server ayarlarını göster + Remove current library from your collection Kütüphaneyi koleksiyonundan kaldır + Set comic as read Çizgi romanı okundu olarak işaretle + Remove and delete metadata Metadata'yı kaldır ve sil + Old library Eski kütüphane + Update cover Kapağı güncelle + Library Kütüphane + Rename current library Kütüphaneyi adlandır + + Fullscreen mode on/off Tam ekran modu açık/kapalı + This library was created with a newer version of YACReaderLibrary. Download the new version now? Bu kütüphane YACRKütüphanenin üst bir versiyonunda oluşturulmu. Yeni versiyonu indirmek ister misiniz ? + Open current comic on YACReader YACReader'ı geçerli çizgi roman okuyucsu seç + Update current library Kütüphaneyi güncelle + Library '%1' is no longer available. Do you want to remove it? Kütüphane '%1'ulaşılabilir değil. Kaldırmak ister misin? + Update library Kütüphaneyi güncelle + + Open folder... Dosyayı aç... + Do you want remove Kaldırmak ister misin + Error updating the library Kütüphane güncelleme sorunu + Expand all nodes Tüm düğümleri büyüt + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? Kütüphane '%1 YACRKütüphanenin eski bir sürümünde oluşturulmuş, Kütüphaneyi yeniden oluşturmak ister misin? + Pack covers Paket kapakları + + + Set as read Okundu olarak işaretle + Delete selected comics Seçili çizgi romanları sil + + Export comics info Çizgi roman bilgilerini çıkart + Show options dialog Ayarları göster + Create a new library Yeni kütüphane oluştur + Library not available Kütüphane ulaşılabilir değil + + Import comics info Çizgi roman bilgilerini içe aktar + Open current comic Seçili çizgi romanı aç + YACReader Library YACReader Kütüphane + Error creating the library Kütüphane oluşturma sorunu + Unpack covers Kapakları aç + Update needed Güncelleme gerekli + Open an existing library Çıkış kütüphanesini aç + Library name already exists Kütüphane ismi zaten alınmış + There is another library with the name '%1'. Bu başka bir kütüphanenin adı '%1'. + Download new version Yeni versiyonu indir + Delete comics Çizgi romanları sil + Select all comics Tüm çizgi romanları seç + Pack the covers of the selected library Kütüphanede ki kapakları paketle + Help, About YACReader Yardım, Bigli, YACReader + Set comic as unread Çizgi Romanı okunmadı olarak seç + Select root node Kökü seçin + Unpack a catalog Kataloğu çkart + All the selected comics will be deleted from your disk. Are you sure? Seçilen tüm çizgi romanlar diskten silinecek emin misin ? + + + Set as unread Hepsini okunmadı işaretle + Library not found Kütüphane bulunamadı + Rename library Kütüphaneyi yeniden adlandır + Remove library Kütüphaneyi sil + Open containing folder... Klasör açılıyor... + library? kütüphane? + Are you sure? Emin misin? + Save selected covers to... Seçilen kapakları şuraya kaydet... + + Rescan library for XML info + + + + + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. + + + + Save covers of the selected comics as JPG files Seçilen çizgi romanların kapaklarını JPG dosyaları olarak kaydet + + + Set as manga Manga olarak ayarla + Set issue as manga Sayıyı manga olarak ayarla + Set as normal Normal olarak ayarla + Set issue as normal Sayıyı normal olarak ayarla + Show or hide read marks Okundu işaretlerini göster yada gizle + + Add new folder Yeni klasör ekle + Add new folder to the current library Geçerli kitaplığa yeni klasör ekle + + Delete folder Klasörü sil + Delete current folder from disk Geçerli klasörü diskten sil + Collapse all nodes Tüm düğümleri kapat + + Change between comics views Çizgi roman görünümleri arasında değiştir + + Set as uncompleted Tamamlanmamış olarak ayarla + + Set as completed Tamamlanmış olarak ayarla + + Set as comic Çizgi roman olarak ayarla + Reset comic rating Çizgi roman reytingini sıfırla + Assign current order to comics Geçerli sırayı çizgi romanlara ata + Download tags from Comic Vine Etiketleri Comic Vine sitesinden indir + + Focus search line + + + + + Focus comics view + + + + Edit shortcuts Kısayolları düzenle + + &Quit + &Çıkış + + + + Update folder Klasörü güncelle + Update current folder Geçerli klasörü güncelle + Add new reading list Yeni okuma listesi ekle + Add a new reading list to the current library Geçerli kitaplığa yeni bir okuma listesi ekle + Remove reading list Okuma listesini kaldır + Remove current reading list from the library Geçerli okuma listesini kütüphaneden kaldır + Add new label Yeni etiket ekle + Add a new label to this library Bu kitaplığa yeni bir etiket ekle + Rename selected list Seçilen listeyi yeniden adlandır + Rename any selected labels or lists Seçilen etiketleri ya da listeleri yeniden adlandır + Add to... Şuraya ekle... + Favorites Favoriler + Add selected comics to favorites list Seçilen çizgi romanları favoriler listesine ekle + Folder Klasör + Comic Çizgi roman + Upgrade failed Yükseltme başarısız oldu + There were errors during library upgrade in: Kütüphane yükseltmesi sırasında hatalar oluştu: + + Copying comics... Çizgi romanlar kopyalanıyor... + + Moving comics... Çizgi romanlar taşınıyor... + Folder name: Klasör adı: + No folder selected Hiçbir klasör seçilmedi + Please, select a folder first Lütfen, önce bir klasör seçiniz + Error in path Yolda hata + There was an error accessing the folder's path Klasörün yoluna erişilirken hata oluştu + The selected folder and all its contents will be deleted from your disk. Are you sure? Seçilen klasör ve tüm içeriği diskinizden silinecek. Emin misin? + + Unable to delete Silinemedi + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. Seçili klasörleri silmeye çalışırken bir sorun oluştu. Lütfen yazma izinlerini kontrol edin ve herhangi bir uygulamanın bu klasörleri veya içerdiği dosyalardan herhangi birini kullandığından emin olun. + Add new reading lists Yeni okuma listeleri ekle + + List name: Liste adı: + Delete list/label Listeyi/Etiketi sil + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? Seçilen öğe silinecek, çizgi romanlarınız veya klasörleriniz diskinizden SİLİNMEYECEKTİR. Emin misin? + Rename list name Listeyi yeniden adlandır + Save covers Kapakları kaydet + You are adding too many libraries. Çok fazla kütüphane ekliyorsunuz. + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -992,34 +1309,43 @@ Muhtemelen üst düzey çizgi roman klasörünüzde yalnızca bir kütüphaneye YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütüphane sayısını düşük tutmalısınız. + + YACReader not found YACReader bulunamadı + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. YACReader bulunamadı. YACReader, YACReaderLibrary ile aynı klasöre kurulmalıdır. + YACReader not found. There might be a problem with your YACReader installation. YACReader bulunamadı. YACReader kurulumunuzda bir sorun olabilir. + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. Seçilen çizgi romanlar silinmeye çalışılırken bir sorun oluştu. Lütfen seçilen dosyalarda veya klasörleri içeren yazma izinlerini kontrol edin. + Assign comics numbers Çizgi roman numaraları ata + Assign numbers starting in: Şunlardan başlayarak numaralar ata: + Remove comics Çizgi romanları kaldır + Comics will only be deleted from the current label/list. Are you sure? Çizgi romanlar yalnızca mevcut etiketten/listeden silinecektir. Emin misin? @@ -1027,6 +1353,7 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü LocalComicListModel + file name dosya adı @@ -1034,30 +1361,37 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü LogWindow + Log window Günlük penceresi + &Pause &Duraklak + &Save &Kaydet + C&lear &Temizle + &Copy &Kopyala + Level: Düzey: + &Auto scroll &Otomatik kaydır @@ -1065,18 +1399,22 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü NoLibrariesWidget + create your first library İlk kütüphaneni oluştur + You don't have any libraries yet Henüz bir kütüphaneye sahip değilsin + <p>You can create a library in any folder, YACReaderLibrary will import all comics and folders from this folder. If you have created any library in the past you can open them.</p><p>Don't forget that you can use YACReader as a stand alone application for reading the comics on your computer.</p> <p>Yeni bir kütüphane oluşturabilmeniçin kütüphane</p><p>No olvides que puedes usar YACReader como una aplicación independiente para leer los cómics en tu ordenador.</p> + add an existing one Var olan bir tane ekle @@ -1084,70 +1422,87 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü OptionsDialog + Options Ayarlar + Tray icon settings (experimental) Tepsi simgesi ayarları (deneysel) + Close to tray Tepsiyi kapat + Start into the system tray Sistem tepsisinde başlat + Edit Comic Vine API key Comic Vine API anahtarını düzenle + Comic Vine API key Comic Vine API anahtarı + Enable background image Arka plan resmini etkinleştir + Opacity level Matlık düzeyi + Blur level Bulanıklık düzeyi + Use selected comic cover as background Seçilen çizgi roman kapanığı arka plan olarak kullan + Restore defautls Varsayılanları geri yükle + Background Arka plan + Display continue reading banner Okuma devam et bannerını göster + Continue reading Okumaya devam et + Comic Flow Çizgi Roman Akışı + Grid view Izgara görünümü + General Genel @@ -1155,142 +1510,178 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü PropertiesDialog + Day: Gün: + Plot Argumento + Size: Boyut: + Year: Yıl: + Inker(s): Mürekkep(ler): + Publishing Yayın + Publisher: Yayıncı: + General info Genel bilgi + Color/BW: Renk/BW: + Edit selected comics information Seçilen çizgi roman bilgilerini düzenle + Penciller(s): Çizenler: + Colorist(s): Renklendiren: + Issue number: Yayın numarası: + Month: Ay: + Notes: Notlar: + Synopsis: Özet: + Title: Başlık: + Not found Bulunamad + Characters: Karakterler: + Authors Yazarlar + Age rating: Yaş sınırı: + Story arc: Hiakye: + Writer(s): Yazarlar: + Comic not found. You should update your library. Çizgi roman bulunamadı. Kütüphaneyi güncellemelisin. + Edit comic information Çizgi roman bilgisini düzenle + Cover page Kapak sayfası + Cover Artist(s): Kapak artisti: + Volume: Cilt: + Format: Formato: + Letterer(s): Mesaj(lar): + + of: + Arc number: + Genre: Tür: + Manga: Manga: + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine bağlantısı: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> görüntüle </a> @@ -1298,34 +1689,42 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü QObject + 7z lib not found 7z lib bulunamadı + unable to load 7z lib from ./utils ./utils'den 7z lib yüklenemiyor + Trace İz + Debug Hata ayıklama + Info Bilgi + Warning Uyarı + Error Hata + Fatal Ölümcül @@ -1333,14 +1732,17 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü QsLogging::LogWindowModel + Time Süre + Level Düzel + Message Mesaj @@ -1348,18 +1750,22 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü QsLogging::Window + &Pause &Duraklak + &Resume &Sürdür + Save log Günlük tut + Log file (*.log) Günlük dosyası (*.log) @@ -1367,18 +1773,22 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü RenameLibraryDialog + Rename current library Kütüphaneyi yeniden adlandır + Cancel Vazgeç + Rename Yeniden adlandır + New Library Name : Yeni Kütüphane Adı : @@ -1386,14 +1796,18 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü ScraperResultsPaginator + Number of volumes found : %1 Bulunan bölüm sayısı: %1 + + page %1 of %2 sayfa %1 / %2 + Number of %1 found : %2 Sayı %1, bulunan : %2 @@ -1401,10 +1815,12 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü SearchSingleComic + Please provide some additional information. Lütfen bazı ek bilgiler sağlayın. + Series: Seriler: @@ -1412,10 +1828,12 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü SearchVolume + Please provide some additional information. Lütfen bazı ek bilgiler sağlayın. + Series: Seriler: @@ -1423,22 +1841,27 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü SelectComic + Please, select the right comic info. Lütfen, doğru çizgi roman bilgisini seçin. + comics çizgi roman + loading cover kapak yükleniyor + loading description açıklama yükleniyor + description unavailable açıklama bulunamadı @@ -1446,22 +1869,37 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü SelectVolume + Please, select the right series for your comic. Çizgi romanınız için doğru seriyi seçin. + + Filter: + + + + volumes sayı + + Nothing found, clear the filter if any. + + + + loading cover kapak yükleniyor + loading description açıklama yükleniyor + description unavailable açıklama bulunamadı @@ -1469,14 +1907,17 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü SeriesQuestion + no hayır + yes evet + You are trying to get information for various comics at once, are they part of the same series? Aynı anda çeşitli çizgi romanlar için bilgi almaya çalışıyorsunuz, bunlar aynı serinin parçası mı? @@ -1484,40 +1925,49 @@ YACReaderLibrary daha fazla kütüphane oluşturmanıza engel olmaz ancak kütü ServerConfigDialog + Port Port + enable the server erişilebilir server + set port Port Ayarla + Server connectivity information Sunucu bağlantı bilgileri + Scan it! Tara! + YACReader is available for iOS devices. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Discover it! </a> YACReader, iOS cihazlar için kullanılabilir. <a href='http://ios.yacreader.com' style='color:rgb(193, 148, 65)'> Keşfedin! </a> + Choose an IP address IP adresi seçin + display less information about folders in the browser to improve the performance tarayıcıda klasörler hakkında daha az bilgi göster performansı iyileştirmek için + Could not load libqrencode. libqrencode yüklenemedi. @@ -1525,22 +1975,27 @@ performansı iyileştirmek için SortVolumeComics + Please, sort the list of comics on the left until it matches the comics' information. Lütfen, çizgi romanların bilgileriyle eşleşene kadar soldaki çizgi roman listesini sıralayın. + sort comics to match comic information çizgi roman bilgilerini eşleştirmek için çizgi romanları sıralayın + issues sayı + remove selected comics seçilen çizgi romanları kaldır + restore all removed comics tüm seçilen çizgi romanları geri yükle @@ -1548,6 +2003,7 @@ performansı iyileştirmek için TitleHeader + SEARCH ARA @@ -1555,14 +2011,17 @@ performansı iyileştirmek için UpdateLibraryDialog + Update library Kütüphaneyi güncelle + Cancel Vazgeç + Updating.... Güncelleniyor... @@ -1570,6 +2029,7 @@ performansı iyileştirmek için VolumeComicsModel + title başlık @@ -1577,14 +2037,17 @@ performansı iyileştirmek için VolumesModel + year yıl + issues sayı + publisher yayıncı @@ -1592,18 +2055,21 @@ performansı iyileştirmek için YACReader::TrayIconController + &Restore &Geri Yükle &Quit - &Çıkış + &Çıkış + Systray Sistem tepsisi + YACReaderLibrary will keep running in the system tray. To terminate the program, choose <b>Quit</b> in the context menu of the system tray icon. YACReaderLibrary sistem tepsisinde çalışmaya devam edecektir. Programı sonlandırmak için sistem tepsisi simgesinin bağlam menüsünden <b>Çık</b>'ı seçin. @@ -1611,6 +2077,7 @@ performansı iyileştirmek için YACReader::WhatsNewDialog + Close Kapat @@ -1618,10 +2085,12 @@ performansı iyileştirmek için YACReaderDeletingProgress + cancel vazgeç + Please wait, deleting in progress... Lütfen bekleyin, silme işlemi yapılıyor... @@ -1629,10 +2098,13 @@ performansı iyileştirmek için YACReaderFieldEdit + Restore to default Varsayılana dön + + Click to overwrite Üstüne yazmak için tıkla @@ -1640,10 +2112,15 @@ performansı iyileştirmek için YACReaderFieldPlainTextEdit + Restore to default Varsayılana dön + + + + Click to overwrite Üstüne yazmak için tıkla @@ -1651,18 +2128,22 @@ performansı iyileştirmek için YACReaderFlowConfigWidget + CoverFlow look Kapak akışı görünümü + How to show covers: Kapaklar nasıl gözüksün: + Stripe look Şerit görünüm + Overlapped Stripe look Çakışan şerit görünüm @@ -1670,94 +2151,117 @@ performansı iyileştirmek için YACReaderGLFlowConfigWidget + Zoom Zoom + Light Işık + Show advanced settings Daha fazla ayar göster + Roulette look Rulet görünüm + Cover Angle Kapak Açısı + Stripe look Strip görünüm + Position Pozisyon + Z offset Z dengesi + Y offset Y dengesi + Central gap Boş merkez + Presets: Hazırlayan: + Overlapped Stripe look Çakışan şerit görünüm + Modern look Modern görünüm + View angle Bakış açısı + Max angle Maksimum açı + Custom: Kişisel: + Classic look Klasik görünüm + Cover gap Kapak boşluğu + High Performance Yüksek Performans + Performance: Performans: + Use VSync (improve the image quality in fullscreen mode, worse performance) VSync kullan + Visibility Görünülebilirlik + Low Performance Düşük Performans @@ -1765,10 +2269,12 @@ performansı iyileştirmek için YACReaderNavigationController + No favorites Favoriler boş + You are not reading anything yet, come on!! Henüz bir şey okumuyorsun, hadi ama! @@ -1776,22 +2282,27 @@ performansı iyileştirmek için YACReaderOptionsDialog + Save Kaydet + Use hardware acceleration (restart needed) Yüksek donanımlı kullan (yeniden başlatmak gerekli) + Cancel Vazgeç + Edit shortcuts Kısayolları düzenle + Shortcuts Kısayollar @@ -1799,6 +2310,7 @@ performansı iyileştirmek için YACReaderSearchLineEdit + type to search aramak için yazınız @@ -1806,26 +2318,32 @@ performansı iyileştirmek için YACReaderSideBar + LIBRARIES KÜTÜPHANELER + FOLDERS DOSYALAR + Libraries Kütüphaneler + Folders Klasör + Reading Lists Okuma Listeleri + READING LISTS OKUMA LİSTELERİ diff --git a/YACReaderLibrary/yacreaderlibrary_zh_CN.ts b/YACReaderLibrary/yacreaderlibrary_zh_CN.ts index 68c8bf90..b80d4c77 100644 --- a/YACReaderLibrary/yacreaderlibrary_zh_CN.ts +++ b/YACReaderLibrary/yacreaderlibrary_zh_CN.ts @@ -152,55 +152,113 @@ 隐藏漫画流 + + ComicInfoView + + + Authors + 作者 + + + + writer + + + + + penciller + + + + + inker + + + + + colorist + + + + + letterer + + + + + cover artist + + + + + Publisher + + + + + color + + + + + b/w + + + + + Characters + + + ComicModel - + yes - + no - + Title 标题 - + File Name 文件名 - + Pages 页数 - + Size 大小 - + Read 阅读 - + Current Page 当前页 - + Publication Date 发行日期 - + Rating 评分 @@ -208,68 +266,67 @@ ComicVineDialog - + skip 忽略 - + back 返回 - + next 下一步 - + search 搜索 - + close 关闭 - - - - - + + + + Looking for volume... 搜索卷... - - + + comic %1 of %2 - %3 第 %1 本 共 %2 本 - %3 - + %1 comics selected 已选择 %1 本漫画 - + Error connecting to ComicVine ComicVine 连接时出错 - - + + Retrieving tags for : %1 正在检索标签: %1 - + Retrieving volume info... 正在接收卷信息... - + Looking for comic... 搜索漫画中... @@ -480,10 +537,26 @@ 不支持的文件格式 + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView - + Show info 显示信息 @@ -491,17 +564,17 @@ HelpAboutDialog - + About 关于 - + Help 帮助 - + System info 系统信息 @@ -628,498 +701,506 @@ LibraryWindow - + YACReader Library YACReader 库 - + Library - + Create a new library 创建一个新的库 - + Open an existing library 打开现有的库 - - + + Export comics info 导出漫画信息 - - + + Import comics info 导入漫画信息 - + Pack covers 打包封面 - + Pack the covers of the selected library 打包所选库的封面 - + Unpack covers 解压封面 - + Unpack a catalog 解压目录 - + Update library 更新库 - + Update current library 更新当前库 - + Rename library 重命名库 - + Rename current library 重命名当前库 - + Remove library 移除库 - + Remove current library from your collection 从您的集合中移除当前库 - + Open current comic 打开当前漫画 - + Open current comic on YACReader 用YACReader打开漫画 - + Save selected covers to... 选中的封面保存到... - + Save covers of the selected comics as JPG files 保存所选的封面为jpg - - + + + Set as read 设为已读 - + Set comic as read 漫画设为已读 - - + + + Set as unread 设为未读 - + Set comic as unread 漫画设为未读 - + Show/Hide marks 显示/隐藏标记 - + Collapse all nodes 折叠所有节点 - + Assign current order to comics 将当前序号分配给漫画 - + Library not available Library ' 库不可用 - - + + Fullscreen mode on/off 全屏模式 开/关 - + Rescan library for XML info 重新扫描库的 XML 信息 - + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. 尝试查找漫画文件内嵌的 XML 信息。只有当创建库的 YACReaderLibrary 版本低于 9.8.2 或者使用第三方软件嵌入 XML 信息时,才需要执行该操作。 - - + + + Set as manga 设为日漫 - + Set issue as manga Set issue as manga - + Set as normal 设置为正常向 - + Set issue as normal 设置发行状态为正常发行 - + Help, About YACReader 帮助, 关于 YACReader - - + + Delete folder 删除文件夹 - + Select root node 选择根节点 - + Expand all nodes 展开所有节点 - + Show options dialog 显示选项对话框 - + Show comics server options dialog 显示漫画服务器选项对话框 - + + Open folder... 打开文件夹... - + + Set as uncompleted 设为未完成 - + + Set as completed 设为已完成 - + + Set as comic 设置为漫画 - + Open containing folder... 打开包含文件夹... - + Reset comic rating 重置漫画评分 - + Select all comics 全选漫画 - + Edit 编辑 - + Update cover 更新封面 - + Delete selected comics 删除所选的漫画 - + Download tags from Comic Vine 从 Comic Vine 下载标签 - + Focus search line 聚焦于搜索行 - + Focus comics view 聚焦于漫画视图 - + Edit shortcuts 编辑快捷键 - + &Quit 退出(&Q) - + + Update folder 更新文件夹 - + Update current folder 更新当前文件夹 - + Add new reading list 添加新的阅读列表 - + Add a new reading list to the current library 在当前库添加新的阅读列表 - + Remove reading list 移除阅读列表 - + Remove current reading list from the library 从当前库移除阅读列表 - + Add new label 添加新标签 - + Add a new label to this library 在当前库添加标签 - + Rename selected list 重命名列表 - + Rename any selected labels or lists 重命名任何选定的标签或列表 - + Add to... 添加到... - + Favorites 收藏夹 - + Add selected comics to favorites list 将所选漫画添加到收藏夹列表 - + Folder 文件夹 - + Comic 漫画 - + Upgrade failed 更新失败 - + There were errors during library upgrade in: 漫画库更新时出现错误: - + Update needed 需要更新 - + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? 此库是使用旧版本的YACReaderLibrary创建的. 它需要更新. 现在更新? - + Download new version 下载新版本 - + This library was created with a newer version of YACReaderLibrary. Download the new version now? 此库是使用较新版本的YACReaderLibrary创建的。 立即下载新版本? - + Library '%1' is no longer available. Do you want to remove it? 库 '%1' 不再可用。 你想删除它吗? - + Old library 旧的库 - + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? 库 '%1' 是通过旧版本的YACReaderLibrary创建的。 必须再次创建。 你想现在创建吗? - - + + Copying comics... 复制漫画中... - - + + Moving comics... 移动漫画中... - + Folder name: 文件夹名称: - + No folder selected 没有选中的文件夹 - + Please, select a folder first 请先选择一个文件夹 - + Error in path 路径错误 - + There was an error accessing the folder's path 访问文件夹的路径时出错 - + The selected folder and all its contents will be deleted from your disk. Are you sure? 所选文件夹及其所有内容将从磁盘中删除。 你确定吗? - + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. 尝试删除所选文件夹时出现问题。 请检查写入权限,并确保没有其他应用程序在使用这些文件夹或文件。 - + Add new reading lists 添加新的阅读列表 - - + + List name: 列表名称: - + Delete list/label 删除 列表/标签 - + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? 所选项目将被删除,您的漫画或文件夹将不会从您的磁盘中删除。 你确定吗? - + Rename list name 重命名列表 - + Save covers 保存封面 - + You are adding too many libraries. 您添加的库太多了。 - + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -1132,141 +1213,141 @@ YACReaderLibrary will not stop you from creating more libraries but you should k YACReaderLibrary不会阻止您创建更多的库,但是您应该保持较低的库数量来提升性能。 - - + + YACReader not found YACReader 未找到 - + Library not found 未找到库 - + The selected folder doesn't contain any library. 所选文件夹不包含任何库。 - + Are you sure? 你确定吗? - + Do you want remove 你想要删除 - + library? 库? - + Remove and delete metadata 移除并删除元数据 - + Assign comics numbers 分配漫画编号 - + Assign numbers starting in: 从以下位置开始分配编号: - - + + Unable to delete 无法删除 - + Show or hide read marks 显示或隐藏阅读标记 - - + + Add new folder 添加新的文件夹 - + Add new folder to the current library 在当前库下添加新的文件夹 - + Delete current folder from disk 从磁盘上删除当前文件夹 - - + + Change between comics views 漫画视图之间的变化 - + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. 未找到YACReader. YACReader应安装在与YACReaderLibrary相同的文件夹中. - + YACReader not found. There might be a problem with your YACReader installation. 未找到YACReader. YACReader的安装可能有问题. - + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. 尝试删除所选漫画时出现问题。 请检查所选文件或包含文件夹中的写入权限。 - + Error creating the library 创建库时出错 - + Error updating the library 更新库时出错 - + Error opening the library 打开库时出错 - + Delete comics 删除漫画 - + All the selected comics will be deleted from your disk. Are you sure? 所有选定的漫画都将从您的磁盘中删除。你确定吗? - + Remove comics 移除漫画 - + Comics will only be deleted from the current label/list. Are you sure? 漫画只会从当前标签/列表中删除。 你确定吗? - + Library name already exists 库名已存在 - + There is another library with the name '%1'. 已存在另一个名为'%1'的库。 @@ -1431,179 +1512,179 @@ YACReaderLibrary不会阻止您创建更多的库,但是您应该保持较低 PropertiesDialog - + General info 基本信息 - + Authors 作者 - + Publishing 出版 - + Plot 情节 - + Cover page 封面 - + Title: 标题: - - + + of: of: - + Issue number: 发行数量: - + Volume: 卷: - + Arc number: 世界线数量: - + Story arc: 故事线: - + Genre: Genere: 类型: - + Size: 大小: - + Writer(s): 作者: - + Penciller(s): 线稿: - + Inker(s): 墨稿: - + Colorist(s): 上色: - + Letterer(s): 文本: - + Cover Artist(s): 封面设计: - + Day: 日: - + Month: 月: - + Year: 年: - + Publisher: 出版者: - + Format: 格式: - + Color/BW: 彩色/黑白: - + Age rating: 年龄等级: - + Manga: 日漫: - + Synopsis: 概要: - + Characters: 角色: - + Notes: 笔记: - + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine 连接: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> 查看 </a> - + Not found 未找到 - + Comic not found. You should update your library. 未找到漫画,请先更新您的库. - + Edit selected comics information 编辑选中的漫画信息 - + Edit comic information 编辑漫画信息 @@ -1791,27 +1872,37 @@ YACReaderLibrary不会阻止您创建更多的库,但是您应该保持较低 SelectVolume - + Please, select the right series for your comic. 请选择正确的漫画系列。 - + + Filter: + + + + volumes - + + Nothing found, clear the filter if any. + + + + loading cover 加载封面 - + loading description 加载描述 - + description unavailable 描述不可用 @@ -1985,7 +2076,7 @@ to improve the performance YACReader::WhatsNewDialog - + Close 关闭 @@ -2218,7 +2309,7 @@ to improve the performance YACReaderSearchLineEdit - + type to search 搜索类型 diff --git a/YACReaderLibrary/yacreaderlibrary_zh_HK.ts b/YACReaderLibrary/yacreaderlibrary_zh_HK.ts index aa76e1ff..f95e46c9 100644 --- a/YACReaderLibrary/yacreaderlibrary_zh_HK.ts +++ b/YACReaderLibrary/yacreaderlibrary_zh_HK.ts @@ -152,55 +152,113 @@ 隱藏漫畫流 + + ComicInfoView + + + Authors + 作者 + + + + writer + + + + + penciller + + + + + inker + + + + + colorist + + + + + letterer + + + + + cover artist + + + + + Publisher + + + + + color + + + + + b/w + + + + + Characters + + + ComicModel - + yes - + no - + Title 標題 - + File Name 檔案名 - + Pages 頁數 - + Size 大小 - + Read 閱讀 - + Current Page 當前頁 - + Publication Date 發行日期 - + Rating 評分 @@ -208,68 +266,67 @@ ComicVineDialog - + skip 忽略 - + back 返回 - + next 下一步 - + search 搜索 - + close 關閉 - - - - - + + + + Looking for volume... 搜索卷... - - + + comic %1 of %2 - %3 第 %1 本 共 %2 本 - %3 - + %1 comics selected 已選擇 %1 本漫畫 - + Error connecting to ComicVine ComicVine 連接時出錯 - - + + Retrieving tags for : %1 正在檢索標籤: %1 - + Retrieving volume info... 正在接收卷資訊... - + Looking for comic... 搜索漫畫中... @@ -480,10 +537,26 @@ 不支持的檔格式 + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView - + Show info 顯示資訊 @@ -491,17 +564,17 @@ HelpAboutDialog - + About 關於 - + Help 幫助 - + System info 系統資訊 @@ -628,498 +701,506 @@ LibraryWindow - + YACReader Library YACReader 庫 - + Library - + Create a new library 創建一個新的庫 - + Open an existing library 打開現有的庫 - - + + Export comics info 導出漫畫資訊 - - + + Import comics info 導入漫畫資訊 - + Pack covers 打包封面 - + Pack the covers of the selected library 打包所選庫的封面 - + Unpack covers 解壓封面 - + Unpack a catalog 解壓目錄 - + Update library 更新庫 - + Update current library 更新當前庫 - + Rename library 重命名庫 - + Rename current library 重命名當前庫 - + Remove library 移除庫 - + Remove current library from your collection 從您的集合中移除當前庫 - + Open current comic 打開當前漫畫 - + Open current comic on YACReader 用YACReader打開漫畫 - + Save selected covers to... 選中的封面保存到... - + Save covers of the selected comics as JPG files 保存所選的封面為jpg - - + + + Set as read 設為已讀 - + Set comic as read 漫畫設為已讀 - - + + + Set as unread 設為未讀 - + Set comic as unread 漫畫設為未讀 - + Show/Hide marks 顯示/隱藏標記 - + Collapse all nodes 折疊所有節點 - + Assign current order to comics 將當前序號分配給漫畫 - + Library not available Library ' 庫不可用 - - + + Fullscreen mode on/off 全屏模式 開/關 - + Rescan library for XML info 重新掃描庫的 XML 資訊 - + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. 嘗試查找漫畫檔內嵌的 XML 資訊。只有當創建庫的 YACReaderLibrary 版本低於 9.8.2 或者使用第三方軟體嵌入 XML 資訊時,才需要執行該操作。 - - + + + Set as manga 設為日漫 - + Set issue as manga Set issue as manga - + Set as normal 設置為正常向 - + Set issue as normal 設置發行狀態為正常發行 - + Help, About YACReader 幫助, 關於 YACReader - - + + Delete folder 刪除檔夾 - + Select root node 選擇根節點 - + Expand all nodes 展開所有節點 - + Show options dialog 顯示選項對話框 - + Show comics server options dialog 顯示漫畫伺服器選項對話框 - + + Open folder... 打開檔夾... - + + Set as uncompleted 設為未完成 - + + Set as completed 設為已完成 - + + Set as comic 設置為漫畫 - + Open containing folder... 打開包含檔夾... - + Reset comic rating 重置漫畫評分 - + Select all comics 全選漫畫 - + Edit 編輯 - + Update cover 更新封面 - + Delete selected comics 刪除所選的漫畫 - + Download tags from Comic Vine 從 Comic Vine 下載標籤 - + Focus search line 聚焦於搜索行 - + Focus comics view 聚焦於漫畫視圖 - + Edit shortcuts 編輯快捷鍵 - + &Quit 退出(&Q) - + + Update folder 更新檔夾 - + Update current folder 更新當前檔夾 - + Add new reading list 添加新的閱讀列表 - + Add a new reading list to the current library 在當前庫添加新的閱讀列表 - + Remove reading list 移除閱讀列表 - + Remove current reading list from the library 從當前庫移除閱讀列表 - + Add new label 添加新標籤 - + Add a new label to this library 在當前庫添加標籤 - + Rename selected list 重命名列表 - + Rename any selected labels or lists 重命名任何選定的標籤或列表 - + Add to... 添加到... - + Favorites 收藏夾 - + Add selected comics to favorites list 將所選漫畫添加到收藏夾列表 - + Folder 檔夾 - + Comic 漫畫 - + Upgrade failed 更新失敗 - + There were errors during library upgrade in: 漫畫庫更新時出現錯誤: - + Update needed 需要更新 - + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? 此庫是使用舊版本的YACReaderLibrary創建的. 它需要更新. 現在更新? - + Download new version 下載新版本 - + This library was created with a newer version of YACReaderLibrary. Download the new version now? 此庫是使用較新版本的YACReaderLibrary創建的。 立即下載新版本? - + Library '%1' is no longer available. Do you want to remove it? 庫 '%1' 不再可用。 你想刪除它嗎? - + Old library 舊的庫 - + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? 庫 '%1' 是通過舊版本的YACReaderLibrary創建的。 必須再次創建。 你想現在創建嗎? - - + + Copying comics... 複製漫畫中... - - + + Moving comics... 移動漫畫中... - + Folder name: 檔夾名稱: - + No folder selected 沒有選中的檔夾 - + Please, select a folder first 請先選擇一個檔夾 - + Error in path 路徑錯誤 - + There was an error accessing the folder's path 訪問檔夾的路徑時出錯 - + The selected folder and all its contents will be deleted from your disk. Are you sure? 所選檔夾及其所有內容將從磁片中刪除。 你確定嗎? - + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. 嘗試刪除所選檔夾時出現問題。 請檢查寫入許可權,並確保沒有其他應用程式在使用這些檔夾或檔。 - + Add new reading lists 添加新的閱讀列表 - - + + List name: 列表名稱: - + Delete list/label 刪除 列表/標籤 - + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? 所選項目將被刪除,您的漫畫或檔夾將不會從您的磁片中刪除。 你確定嗎? - + Rename list name 重命名列表 - + Save covers 保存封面 - + You are adding too many libraries. 您添加的庫太多了。 - + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -1132,141 +1213,141 @@ YACReaderLibrary will not stop you from creating more libraries but you should k YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低的庫數量來提升性能。 - - + + YACReader not found YACReader 未找到 - + Library not found 未找到庫 - + The selected folder doesn't contain any library. 所選檔夾不包含任何庫。 - + Are you sure? 你確定嗎? - + Do you want remove 你想要刪除 - + library? 庫? - + Remove and delete metadata 移除並刪除元數據 - + Assign comics numbers 分配漫畫編號 - + Assign numbers starting in: 從以下位置開始分配編號: - - + + Unable to delete 無法刪除 - + Show or hide read marks 顯示或隱藏閱讀標記 - - + + Add new folder 添加新的檔夾 - + Add new folder to the current library 在當前庫下添加新的檔夾 - + Delete current folder from disk 從磁片上刪除當前檔夾 - - + + Change between comics views 漫畫視圖之間的變化 - + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. 未找到YACReader. YACReader應安裝在與YACReaderLibrary相同的檔夾中. - + YACReader not found. There might be a problem with your YACReader installation. 未找到YACReader. YACReader的安裝可能有問題. - + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. 嘗試刪除所選漫畫時出現問題。 請檢查所選檔或包含檔夾中的寫入許可權。 - + Error creating the library 創建庫時出錯 - + Error updating the library 更新庫時出錯 - + Error opening the library 打開庫時出錯 - + Delete comics 刪除漫畫 - + All the selected comics will be deleted from your disk. Are you sure? 所有選定的漫畫都將從您的磁片中刪除。你確定嗎? - + Remove comics 移除漫畫 - + Comics will only be deleted from the current label/list. Are you sure? 漫畫只會從當前標籤/列表中刪除。 你確定嗎? - + Library name already exists 庫名已存在 - + There is another library with the name '%1'. 已存在另一個名為'%1'的庫。 @@ -1431,179 +1512,179 @@ YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低 PropertiesDialog - + General info 基本資訊 - + Authors 作者 - + Publishing 出版 - + Plot 情節 - + Cover page 封面 - + Title: 標題: - - + + of: of: - + Issue number: 發行數量: - + Volume: 卷: - + Arc number: 世界線數量: - + Story arc: 故事線: - + Genre: Genere: 類型: - + Size: 大小: - + Writer(s): 作者: - + Penciller(s): 線稿: - + Inker(s): 墨稿: - + Colorist(s): 上色: - + Letterer(s): 文本: - + Cover Artist(s): 封面設計: - + Day: 日: - + Month: 月: - + Year: 年: - + Publisher: 出版者: - + Format: 格式: - + Color/BW: 彩色/黑白: - + Age rating: 年齡等級: - + Manga: 日漫: - + Synopsis: 概要: - + Characters: 角色: - + Notes: 筆記: - + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine 連接: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> 查看 </a> - + Not found 未找到 - + Comic not found. You should update your library. 未找到漫畫,請先更新您的庫. - + Edit selected comics information 編輯選中的漫畫資訊 - + Edit comic information 編輯漫畫資訊 @@ -1791,27 +1872,37 @@ YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低 SelectVolume - + Please, select the right series for your comic. 請選擇正確的漫畫系列。 - + + Filter: + + + + volumes - + + Nothing found, clear the filter if any. + + + + loading cover 加載封面 - + loading description 加載描述 - + description unavailable 描述不可用 @@ -1985,7 +2076,7 @@ to improve the performance YACReader::WhatsNewDialog - + Close 關閉 @@ -2218,7 +2309,7 @@ to improve the performance YACReaderSearchLineEdit - + type to search 搜索類型 @@ -2256,4 +2347,4 @@ to improve the performance 閱讀列表 - \ No newline at end of file + diff --git a/YACReaderLibrary/yacreaderlibrary_zh_TW.ts b/YACReaderLibrary/yacreaderlibrary_zh_TW.ts index 2b04f806..48430d73 100644 --- a/YACReaderLibrary/yacreaderlibrary_zh_TW.ts +++ b/YACReaderLibrary/yacreaderlibrary_zh_TW.ts @@ -152,55 +152,113 @@ 隱藏漫畫流 + + ComicInfoView + + + Authors + 作者 + + + + writer + + + + + penciller + + + + + inker + + + + + colorist + + + + + letterer + + + + + cover artist + + + + + Publisher + + + + + color + + + + + b/w + + + + + Characters + + + ComicModel - + yes - + no - + Title 標題 - + File Name 檔案名 - + Pages 頁數 - + Size 大小 - + Read 閱讀 - + Current Page 當前頁 - + Publication Date 發行日期 - + Rating 評分 @@ -208,68 +266,67 @@ ComicVineDialog - + skip 忽略 - + back 返回 - + next 下一步 - + search 搜索 - + close 關閉 - - - - - + + + + Looking for volume... 搜索卷... - - + + comic %1 of %2 - %3 第 %1 本 共 %2 本 - %3 - + %1 comics selected 已選擇 %1 本漫畫 - + Error connecting to ComicVine ComicVine 連接時出錯 - - + + Retrieving tags for : %1 正在檢索標籤: %1 - + Retrieving volume info... 正在接收卷資訊... - + Looking for comic... 搜索漫畫中... @@ -480,10 +537,26 @@ 不支持的檔格式 + + FolderContentView + + + Continue Reading... + + + + + FolderContentView6 + + + Continue Reading... + + + GridComicsView - + Show info 顯示資訊 @@ -491,17 +564,17 @@ HelpAboutDialog - + About 關於 - + Help 幫助 - + System info 系統資訊 @@ -628,498 +701,506 @@ LibraryWindow - + YACReader Library YACReader 庫 - + Library - + Create a new library 創建一個新的庫 - + Open an existing library 打開現有的庫 - - + + Export comics info 導出漫畫資訊 - - + + Import comics info 導入漫畫資訊 - + Pack covers 打包封面 - + Pack the covers of the selected library 打包所選庫的封面 - + Unpack covers 解壓封面 - + Unpack a catalog 解壓目錄 - + Update library 更新庫 - + Update current library 更新當前庫 - + Rename library 重命名庫 - + Rename current library 重命名當前庫 - + Remove library 移除庫 - + Remove current library from your collection 從您的集合中移除當前庫 - + Open current comic 打開當前漫畫 - + Open current comic on YACReader 用YACReader打開漫畫 - + Save selected covers to... 選中的封面保存到... - + Save covers of the selected comics as JPG files 保存所選的封面為jpg - - + + + Set as read 設為已讀 - + Set comic as read 漫畫設為已讀 - - + + + Set as unread 設為未讀 - + Set comic as unread 漫畫設為未讀 - + Show/Hide marks 顯示/隱藏標記 - + Collapse all nodes 折疊所有節點 - + Assign current order to comics 將當前序號分配給漫畫 - + Library not available Library ' 庫不可用 - - + + Fullscreen mode on/off 全屏模式 開/關 - + Rescan library for XML info 重新掃描庫的 XML 資訊 - + Tries to find XML info embedded in comic files. You only need to do this if the library was created with 9.8.2 or earlier versions or if you are using third party software to embed XML info in the files. 嘗試查找漫畫檔內嵌的 XML 資訊。只有當創建庫的 YACReaderLibrary 版本低於 9.8.2 或者使用第三方軟體嵌入 XML 資訊時,才需要執行該操作。 - - + + + Set as manga 設為日漫 - + Set issue as manga Set issue as manga - + Set as normal 設置為正常向 - + Set issue as normal 設置發行狀態為正常發行 - + Help, About YACReader 幫助, 關於 YACReader - - + + Delete folder 刪除檔夾 - + Select root node 選擇根節點 - + Expand all nodes 展開所有節點 - + Show options dialog 顯示選項對話框 - + Show comics server options dialog 顯示漫畫伺服器選項對話框 - + + Open folder... 打開檔夾... - + + Set as uncompleted 設為未完成 - + + Set as completed 設為已完成 - + + Set as comic 設置為漫畫 - + Open containing folder... 打開包含檔夾... - + Reset comic rating 重置漫畫評分 - + Select all comics 全選漫畫 - + Edit 編輯 - + Update cover 更新封面 - + Delete selected comics 刪除所選的漫畫 - + Download tags from Comic Vine 從 Comic Vine 下載標籤 - + Focus search line 聚焦於搜索行 - + Focus comics view 聚焦於漫畫視圖 - + Edit shortcuts 編輯快捷鍵 - + &Quit 退出(&Q) - + + Update folder 更新檔夾 - + Update current folder 更新當前檔夾 - + Add new reading list 添加新的閱讀列表 - + Add a new reading list to the current library 在當前庫添加新的閱讀列表 - + Remove reading list 移除閱讀列表 - + Remove current reading list from the library 從當前庫移除閱讀列表 - + Add new label 添加新標籤 - + Add a new label to this library 在當前庫添加標籤 - + Rename selected list 重命名列表 - + Rename any selected labels or lists 重命名任何選定的標籤或列表 - + Add to... 添加到... - + Favorites 收藏夾 - + Add selected comics to favorites list 將所選漫畫添加到收藏夾列表 - + Folder 檔夾 - + Comic 漫畫 - + Upgrade failed 更新失敗 - + There were errors during library upgrade in: 漫畫庫更新時出現錯誤: - + Update needed 需要更新 - + This library was created with a previous version of YACReaderLibrary. It needs to be updated. Update now? 此庫是使用舊版本的YACReaderLibrary創建的. 它需要更新. 現在更新? - + Download new version 下載新版本 - + This library was created with a newer version of YACReaderLibrary. Download the new version now? 此庫是使用較新版本的YACReaderLibrary創建的。 立即下載新版本? - + Library '%1' is no longer available. Do you want to remove it? 庫 '%1' 不再可用。 你想刪除它嗎? - + Old library 舊的庫 - + Library '%1' has been created with an older version of YACReaderLibrary. It must be created again. Do you want to create the library now? 庫 '%1' 是通過舊版本的YACReaderLibrary創建的。 必須再次創建。 你想現在創建嗎? - - + + Copying comics... 複製漫畫中... - - + + Moving comics... 移動漫畫中... - + Folder name: 檔夾名稱: - + No folder selected 沒有選中的檔夾 - + Please, select a folder first 請先選擇一個檔夾 - + Error in path 路徑錯誤 - + There was an error accessing the folder's path 訪問檔夾的路徑時出錯 - + The selected folder and all its contents will be deleted from your disk. Are you sure? 所選檔夾及其所有內容將從磁片中刪除。 你確定嗎? - + There was an issue trying to delete the selected folders. Please, check for write permissions and be sure that any applications are using these folders or any of the contained files. 嘗試刪除所選檔夾時出現問題。 請檢查寫入許可權,並確保沒有其他應用程式在使用這些檔夾或檔。 - + Add new reading lists 添加新的閱讀列表 - - + + List name: 列表名稱: - + Delete list/label 刪除 列表/標籤 - + The selected item will be deleted, your comics or folders will NOT be deleted from your disk. Are you sure? 所選項目將被刪除,您的漫畫或檔夾將不會從您的磁片中刪除。 你確定嗎? - + Rename list name 重命名列表 - + Save covers 保存封面 - + You are adding too many libraries. 您添加的庫太多了。 - + You are adding too many libraries. You probably only need one library in your top level comics folder, you can browse any subfolders using the folders section in the left sidebar. @@ -1132,141 +1213,141 @@ YACReaderLibrary will not stop you from creating more libraries but you should k YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低的庫數量來提升性能。 - - + + YACReader not found YACReader 未找到 - + Library not found 未找到庫 - + The selected folder doesn't contain any library. 所選檔夾不包含任何庫。 - + Are you sure? 你確定嗎? - + Do you want remove 你想要刪除 - + library? 庫? - + Remove and delete metadata 移除並刪除元數據 - + Assign comics numbers 分配漫畫編號 - + Assign numbers starting in: 從以下位置開始分配編號: - - + + Unable to delete 無法刪除 - + Show or hide read marks 顯示或隱藏閱讀標記 - - + + Add new folder 添加新的檔夾 - + Add new folder to the current library 在當前庫下添加新的檔夾 - + Delete current folder from disk 從磁片上刪除當前檔夾 - - + + Change between comics views 漫畫視圖之間的變化 - + YACReader not found. YACReader should be installed in the same folder as YACReaderLibrary. 未找到YACReader. YACReader應安裝在與YACReaderLibrary相同的檔夾中. - + YACReader not found. There might be a problem with your YACReader installation. 未找到YACReader. YACReader的安裝可能有問題. - + There was an issue trying to delete the selected comics. Please, check for write permissions in the selected files or containing folder. 嘗試刪除所選漫畫時出現問題。 請檢查所選檔或包含檔夾中的寫入許可權。 - + Error creating the library 創建庫時出錯 - + Error updating the library 更新庫時出錯 - + Error opening the library 打開庫時出錯 - + Delete comics 刪除漫畫 - + All the selected comics will be deleted from your disk. Are you sure? 所有選定的漫畫都將從您的磁片中刪除。你確定嗎? - + Remove comics 移除漫畫 - + Comics will only be deleted from the current label/list. Are you sure? 漫畫只會從當前標籤/列表中刪除。 你確定嗎? - + Library name already exists 庫名已存在 - + There is another library with the name '%1'. 已存在另一個名為'%1'的庫。 @@ -1431,179 +1512,179 @@ YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低 PropertiesDialog - + General info 基本資訊 - + Authors 作者 - + Publishing 出版 - + Plot 情節 - + Cover page 封面 - + Title: 標題: - - + + of: of: - + Issue number: 發行數量: - + Volume: 卷: - + Arc number: 世界線數量: - + Story arc: 故事線: - + Genre: Genere: 類型: - + Size: 大小: - + Writer(s): 作者: - + Penciller(s): 線稿: - + Inker(s): 墨稿: - + Colorist(s): 上色: - + Letterer(s): 文本: - + Cover Artist(s): 封面設計: - + Day: 日: - + Month: 月: - + Year: 年: - + Publisher: 出版者: - + Format: 格式: - + Color/BW: 彩色/黑白: - + Age rating: 年齡等級: - + Manga: 日漫: - + Synopsis: 概要: - + Characters: 角色: - + Notes: 筆記: - + Comic Vine link: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> view </a> Comic Vine 連接: <a style='color: #FFCB00; text-decoration:none; font-weight:bold;' href="http://www.comicvine.com/comic/4000-%1/"> 查看 </a> - + Not found 未找到 - + Comic not found. You should update your library. 未找到漫畫,請先更新您的庫. - + Edit selected comics information 編輯選中的漫畫資訊 - + Edit comic information 編輯漫畫資訊 @@ -1791,27 +1872,37 @@ YACReaderLibrary不會阻止您創建更多的庫,但是您應該保持較低 SelectVolume - + Please, select the right series for your comic. 請選擇正確的漫畫系列。 - + + Filter: + + + + volumes - + + Nothing found, clear the filter if any. + + + + loading cover 加載封面 - + loading description 加載描述 - + description unavailable 描述不可用 @@ -1985,7 +2076,7 @@ to improve the performance YACReader::WhatsNewDialog - + Close 關閉 @@ -2218,7 +2309,7 @@ to improve the performance YACReaderSearchLineEdit - + type to search 搜索類型 @@ -2256,4 +2347,4 @@ to improve the performance 閱讀列表 - \ No newline at end of file + diff --git a/config.pri b/config.pri index f5438863..033c486d 100644 --- a/config.pri +++ b/config.pri @@ -3,7 +3,11 @@ # for a more detailed description, see INSTALL.TXT CONFIG += c++17 -win32:QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive- #enable c++17 explicitly in msvc + +win32 { + #enable c++17 explicitly in msvc + QMAKE_CXXFLAGS += /std:c++17 /Zc:__cplusplus /permissive- +} DEFINES += NOMINMAX