Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lebedkov committed Apr 21, 2019
1 parent 1e3ecd3 commit 0996f7a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions npackdg/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2410,6 +2410,7 @@ void MainWindow::on_actionCheck_dependencies_triggered()
{
AsyncDownloader ad;

/*
Job* job = new Job("TODO");
Downloader::Request request(QUrl("https://www.microsoft.com"));
QFile file("abc.htm");
Expand All @@ -2418,6 +2419,7 @@ void MainWindow::on_actionCheck_dependencies_triggered()
Downloader::Response response;
AsyncDownloader::downloadWin2(job, request, &response);
delete job;
*/

QString err;

Expand Down
22 changes: 11 additions & 11 deletions npackdg/src/npackdg_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>AsyncDownloader</name>
<message>
<source>Connecting</source>
<translation type="unfinished">Verbinde</translation>
<translation>Verbinde</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -402,11 +402,11 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<source>Check dependencies</source>
<translation type="unfinished"></translation>
<translation>Abhängigkeiten überprüfen</translation>
</message>
<message>
<source>Checks installed packages for missing dependencies</source>
<translation type="unfinished"></translation>
<translation>Prüft die installierten Pakete auf fehlende Abhängigkeiten</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -2562,35 +2562,35 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<source>Cannot export to an existing non-empty directory</source>
<translation type="unfinished"></translation>
<translation>Kann nicht in ein existierendes und nicht leeres Verzeichnis exportieren</translation>
</message>
<message>
<source>Sending start signal to the service %1</source>
<translation type="unfinished"></translation>
<translation>Sende das Startsignal an den Dienst %1</translation>
</message>
<message>
<source>%1 is missing or is not a directory</source>
<translation type="unfinished"></translation>
<translation>%1 fehlt oder ist kein Verzeichnis</translation>
</message>
<message>
<source>All dependencies are installed</source>
<translation type="unfinished"></translation>
<translation>Alle Abhängigkeiten sind installiert</translation>
</message>
<message>
<source>installing %1 packages</source>
<translation type="unfinished"></translation>
<translation>installiere %1 Pakete</translation>
</message>
<message>
<source>uninstalling %1 packages</source>
<translation type="unfinished"></translation>
<translation>deinstalliere %1 Pakete</translation>
</message>
<message>
<source>updating %1 packages</source>
<translation type="unfinished"></translation>
<translation>aktualisiere %1 Pakete</translation>
</message>
<message>
<source>Process</source>
<translation type="unfinished"></translation>
<translation>Verarbeitung</translation>
</message>
</context>
<context>
Expand Down

0 comments on commit 0996f7a

Please sign in to comment.