mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Update translations from transifex
This commit is contained in:
119
qtlib/locale/ar/LC_MESSAGES/qtlib.po
Normal file
119
qtlib/locale/ar/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,119 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Language-Team: Arabic (https://www.transifex.com/voltaicideas/teams/116153/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
@@ -1,13 +1,11 @@
|
||||
# Translators:
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/voltaicideas/teams/116153/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
@@ -29,6 +27,17 @@ msgstr ""
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
@@ -108,20 +117,3 @@ msgstr ""
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: German (https://www.transifex.com/voltaicideas/teams/116153/de/)\n"
|
||||
"Language: de\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -11,31 +13,49 @@ msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "Über {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
msgstr "Version {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Lizenziert unter GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
msgstr "Fehlermeldung"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Etwas ist schief gelaufen. Wie wäre es, den Fehler zu melden?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Fehlerberichte sollten als Github-Probleme gemeldet werden. Sie können den obigen Fehler-Traceback kopieren und in eine neue Ausgabe einfügen.\n"
|
||||
"\n"
|
||||
"Bitte stellen Sie sicher, dass Sie vorher nach bereits vorhandenen Problemen suchen. Stellen Sie außerdem sicher, dass Sie die neueste Version testen, die im Repository verfügbar ist, da der aufgetretene Fehler möglicherweise bereits behoben wurde.\n"
|
||||
"\n"
|
||||
"Was normalerweise wirklich hilft, ist, wenn Sie eine Beschreibung hinzufügen, wie Sie den Fehler erhalten haben. Vielen Dank!\n"
|
||||
"\n"
|
||||
"Obwohl die Anwendung nach diesem Fehler weiterhin ausgeführt werden sollte, befindet sie sich möglicherweise in einem instabilen Zustand. Es wird daher empfohlen, die Anwendung neu zu starten."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Schließen"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
msgstr "Geh zu Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
@@ -51,77 +71,60 @@ msgstr "Deutsch"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Griechisch"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
msgstr "Chinesisch (Vereinfachtes)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
msgstr "Tschechisch"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
msgstr "Italienisch"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
msgstr "Armenisch"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Koreanisch"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
msgstr "Russisch"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
msgstr "Ukrainisch"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
msgstr "Niederländisch"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Polnisch"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
msgstr "Brasilianisch"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "Spanisch"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnamesisch"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
msgstr "Liste löschen"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
msgstr "Suche..."
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2016-07-22 11:30+0000\n"
|
||||
"Last-Translator: 1kakarot\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Greek (https://www.transifex.com/voltaicideas/teams/116153/el/)\n"
|
||||
"Language: el\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -19,7 +21,7 @@ msgstr "Έκδοση {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Άδεια χρήσης βάσει GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
@@ -29,6 +31,24 @@ msgstr "Αναφορά σφάλματος"
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Κάτι πήγε στραβά. Μήπως να αναφερθεί το σφάλμα;"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Οι αναφορές σφαλμάτων πρέπει να αναφέρονται ως ζητήματα Github. Μπορείτε να αντιγράψετε την ανίχνευση σφαλμάτων παραπάνω και να την επικολλήσετε σε ένα νέο ζήτημα.\n"
|
||||
"\n"
|
||||
"Βεβαιωθείτε ότι έχετε πραγματοποιήσει αναζήτηση για τυχόν υπάρχοντα ζητήματα εκ των προτέρων. Επίσης, φροντίστε να δοκιμάσετε την πιο πρόσφατη διαθέσιμη έκδοση από το αποθετήριο, καθώς το σφάλμα που αντιμετωπίζετε ενδέχεται να έχει ήδη διορθωθεί.\n"
|
||||
"\n"
|
||||
"Αυτό που συνήθως βοηθάει συνήθως είναι εάν προσθέσετε μια περιγραφή για το πώς λάβατε το σφάλμα. Ευχαριστώ!\n"
|
||||
"\n"
|
||||
"Παρόλο που η εφαρμογή θα πρέπει να συνεχίσει να εκτελείται μετά από αυτό το σφάλμα, ενδέχεται να βρίσκεται σε ασταθή κατάσταση, επομένως συνιστάται να κάνετε επανεκκίνηση της εφαρμογής."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "Κλείσιμο"
|
||||
@@ -71,7 +91,7 @@ msgstr "Αρμένικα"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Κορεάτικα"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
@@ -87,7 +107,7 @@ msgstr "Γερμανικά"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Πολωνικά"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
@@ -108,22 +128,3 @@ msgstr "Εκκαθάριση λίστας"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Αναζήτηση..."
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
#~ "Οι αναφορές σφαλμάτων θα πρέπει να αναφέρονται ως θέματα προς επίλυση στο Github. Μπορείτε να αντιγράψετε την ακολουθία σφάλματος παραπάνω και να την επικολλήσετε σε ένα νέο θέμα (Καλό θα ήταν να εκτελέσετε μια αναζήτηση για να βεβαιωθείτε ότι το θέμα δεν υπάρχει ήδη). Αυτό που συνήθως βοηθά πραγματικά είναι αν προσθέσετε μια περιγραφή του πώς πήρατε το σφάλμα. Ευχαριστώ!\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application.Παρά το γεγονός ότι η εφαρμογή θα συνεχίσει να εκτελείται μετά από αυτό το σφάλμα, μπορεί να είναι σε μια ασταθή κατάσταση, γι 'αυτό συνιστάται να κάνετε επανεκκίνηση της εφαρμογής."
|
||||
|
||||
123
qtlib/locale/en/LC_MESSAGES/qtlib.po
Normal file
123
qtlib/locale/en/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,123 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr "About {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr "Version {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr "Licensed under GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr "Error Report"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Something went wrong. How about reporting the error?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "Close"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr "Go to Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr "English"
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr "French"
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr "German"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr "Greek"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr "Chinese (Simplified)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr "Czech"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr "Armenian"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr "Korean"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr "Russian"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ukrainian"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr "Dutch"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr "Polish"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr "Brazilian"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr "Spanish"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr "Vietnamese"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr "Clear List"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Search..."
|
||||
@@ -1,9 +1,11 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/voltaicideas/teams/116153/es/)\n"
|
||||
"Language: es\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -19,7 +21,7 @@ msgstr "Versión {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Licenciado en GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
@@ -27,15 +29,33 @@ msgstr "Informe de error"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Algo salió mal. ¿Qué tal informar el error?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Los informes de errores deben notificarse en Problemas de Github. Puede copiar el seguimiento del error anterior y pegarlo en un nuevo número.\n"
|
||||
"\n"
|
||||
"Asegúrese de realizar una búsqueda de los problemas ya existentes de antemano. También asegúrese de probar la última versión disponible en el repositorio, ya que es posible que el error que está experimentando ya se haya corregido.\n"
|
||||
"\n"
|
||||
"Lo que generalmente ayuda es agregar una descripción de cómo obtuvo el error. ¡Gracias!\n"
|
||||
"\n"
|
||||
"Aunque la aplicación debería continuar ejecutándose después de este error, puede estar en un estado inestable, por lo que se recomienda que reinicie la aplicación."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Cerrar"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
msgstr "Ir a Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
@@ -51,7 +71,7 @@ msgstr "Alemán"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Griego"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
@@ -71,7 +91,7 @@ msgstr "Armenio"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Coreano"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
@@ -87,7 +107,7 @@ msgstr "Holandés"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Polaco"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
@@ -99,7 +119,7 @@ msgstr "Español"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnamita"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
@@ -108,20 +128,3 @@ msgstr "Limpiar lista"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Búsqueda..."
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: French (https://www.transifex.com/voltaicideas/teams/116153/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -11,31 +13,49 @@ msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "A propos de {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
msgstr "Version {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Sous licence GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
msgstr "Rapport d'erreur"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Un problème est survenu. Rapporter l'erreur?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Les rapports d'erreur doivent être envoyé via les tickets Github. Vous pouvez copier l'historique d'erreur ci-dessus et le coller dans un nouveau ticket.\n"
|
||||
"\n"
|
||||
"Veuillez vous assurer auparavant d'avoir fait une recherche pour un ticket similaire. Assurez-vous aussi d'avoir testé la toute dernière version disponible depuis le dépôt car le bug que vous avez rencontré a peut-être déjà été corrigé. \n"
|
||||
"\n"
|
||||
"Décrire comment vous avez rencontré cette erreur est aussi très précieux. Merci!\n"
|
||||
"\n"
|
||||
" Même si cette application continue de fonctionner après cette erreur, elle peut être dans un état instable, et il est donc recommandé de relancer l'application."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Fermer"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
msgstr "Aller sur Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
@@ -51,7 +71,7 @@ msgstr "Allemand"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Grecque"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
@@ -71,7 +91,7 @@ msgstr "Arménien"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Coréen"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
@@ -87,19 +107,19 @@ msgstr "Néerlandais"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Polonais"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
msgstr "Brésilien"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "Espagnol"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnamien"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
@@ -108,20 +128,3 @@ msgstr "Vider la liste"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Recherche..."
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Andrew Senetar <arsenetar@gmail.com>, 2021\n"
|
||||
"Language-Team: Armenian (https://www.transifex.com/voltaicideas/teams/116153/hy/)\n"
|
||||
"Language: hy\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -29,6 +30,17 @@ msgstr "Սխալի զեկույցը"
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
@@ -108,20 +120,3 @@ msgstr "Մաքրել ցանկը"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Translators:
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/voltaicideas/teams/116153/it/)\n"
|
||||
"Language: it\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -11,103 +12,23 @@ msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "A proposito di {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
msgstr "Versione {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Distribuito sotto licenza GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
msgstr "Rapporto di errore"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
msgstr "Qualcosa è andato storto. Che ne dici di segnalare l'errore?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
@@ -119,9 +40,90 @@ msgid ""
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"I rapporti di errore dovrebbero essere segnalati come problemi di Github. Puoi copiare il traceback degli errori sopra e incollarlo in un nuovo numero.\n"
|
||||
"\n"
|
||||
"Assicurati di eseguire prima una ricerca per eventuali problemi già esistenti. Assicurati anche di testare l'ultima versione disponibile dal repository, poiché il bug che stai riscontrando potrebbe essere già stato corretto.\n"
|
||||
"\n"
|
||||
"Ciò che di solito aiuta davvero è aggiungere una descrizione di come hai ottenuto l'errore. Grazie!\n"
|
||||
"\n"
|
||||
"Sebbene l'applicazione debba continuare a essere eseguita dopo questo errore, potrebbe essere in uno stato instabile, quindi si consiglia di riavviare l'applicazione."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "Chiudere"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr "Apri in Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr "Inglese"
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr "Francese"
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr "Tedesco"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr "Greco"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr "Cinese (semplificato)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr "Ceco"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr "Armeno"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr "Coreano"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr "Russo"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ucraino"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr "Olandese"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr "Polacco"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr "Brasiliano"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr "Spagnolo"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr "Vietnamita"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr "Cancellare l'elenco"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Ricerca..."
|
||||
|
||||
129
qtlib/locale/ja/LC_MESSAGES/qtlib.po
Normal file
129
qtlib/locale/ja/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,129 @@
|
||||
# Translators:
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/voltaicideas/teams/116153/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr "{}について。"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr "バージョン {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr "GPLv3としてライセンス供与。"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr "エラーレポート"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "何かがうまくいかなかった。 エラーを報告するのはどうですか?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"エラーレポートはGithubの問題として報告する必要があります。 上記のエラートレースバックをコピーして、新しい問題に貼り付けることができます。\n"
|
||||
"\n"
|
||||
"事前に既存の問題を検索してください。 また、発生しているバグにはすでにパッチが適用されている可能性があるため、リポジトリから入手できる最新バージョンをテストしてください。\n"
|
||||
"\n"
|
||||
"通常本当に役立つのは、エラーが発生した方法の説明を追加することです。 ありがとう!\n"
|
||||
"\n"
|
||||
"このエラーの後もアプリケーションは実行を継続するはずですが、不安定な状態になっている可能性があるため、アプリケーションを再起動することをお勧めします。"
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr "Githubに移動する"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr "英語"
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr "フランス語"
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr "ドイツ語"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr "ギリシャ語"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr "中国語(簡体字)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr "チェコ語"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr "イタリア語"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr "アルメニア語"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr "韓国語"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr "ロシア語"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr "ウクライナ語"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr "オランダ語"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr "ポーランド語"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr "ブラジル語"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr "スペイン語"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr "ベトナム語"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr "リストをクリア"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "探索..."
|
||||
@@ -1,10 +1,10 @@
|
||||
# Translators:
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2015-07-20 16:42+0000\n"
|
||||
"Last-Translator: Virgil Dupras <hsoft@hardcoded.net>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/p/hscommon/language/ko/)\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/voltaicideas/teams/116153/ko/)\n"
|
||||
"Language: ko\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -12,103 +12,23 @@ msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "{} 에 대한정보"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
msgstr "버전 {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "GPLv3에 따라 라이센스"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
msgstr "오류보고"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
msgstr "문제가 발생했습니다. 오류를보고하는 것은 어떻습니까?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
@@ -120,9 +40,90 @@ msgid ""
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"오류 보고서는 Github 문제로보고해야합니다. 위의 오류 추적을 복사하여 새 문제에 붙여 넣을 수 있습니다.\n"
|
||||
"\n"
|
||||
"이미 존재하는 문제에 대해 사전에 검색을 실행하십시오. 또한 경험하고있는 버그가 이미 패치되었을 수 있으므로 저장소에서 사용 가능한 최신 버전을 테스트해야합니다.\n"
|
||||
"\n"
|
||||
"일반적으로 실제로 도움이되는 것은 오류가 발생한 방법에 대한 설명을 추가하는 것입니다. 감사!\n"
|
||||
"\n"
|
||||
"이 오류 후에도 응용 프로그램이 계속 실행되어야하지만 불안정한 상태 일 수 있으므로 응용 프로그램을 다시 시작하는 것이 좋습니다."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "닫기"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr "Github로 이동"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr "영어"
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr "프랑스어"
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr "독일어"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr "그리스어"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr "중국어 (간체)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr "체코어"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr "이탈리아어"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr "아르메니아어"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr "한국어"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr "러시아어"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr "우크라이나어"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr "네덜란드어"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr "폴란드어"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr "브라질 언어"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr "스페인어"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr "베트남어"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr "목록 지우기"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "검색.."
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/voltaicideas/teams/116153/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -11,31 +13,49 @@ msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "Over {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
msgstr "Versie {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Licentie verleend onder GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
msgstr "Foutenrapport"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Er is iets fout gegaan. Hoe zit het met het melden van de fout?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Foutrapporten moeten worden gerapporteerd als Github-problemen. U kunt de bovenstaande foutopsporing kopiëren en in een nieuwe uitgave plakken.\n"
|
||||
"\n"
|
||||
"Zorg ervoor dat u van tevoren een zoekopdracht uitvoert naar reeds bestaande problemen. Zorg er ook voor dat u de allernieuwste versie uit de repository test, aangezien de bug die u ondervindt mogelijk al gepatcht is.\n"
|
||||
"\n"
|
||||
"Wat meestal echt helpt, is als je een beschrijving toevoegt van hoe je de fout hebt gekregen. Bedankt!\n"
|
||||
"\n"
|
||||
"Hoewel de toepassing na deze fout zou moeten blijven werken, kan deze in een onstabiele toestand verkeren, dus het wordt aanbevolen de toepassing opnieuw te starten."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Sluit"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
msgstr "Ga naar Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
@@ -51,11 +71,11 @@ msgstr "Duits"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Grieks"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
msgstr "(Versimpeld) Chinees"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
@@ -67,61 +87,44 @@ msgstr "Italiaans"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
msgstr "Armeens"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Koreaans"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
msgstr "Russisch"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
msgstr "Oekraïens"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
msgstr "Nederlands"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Pools"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
msgstr "Braziliaans"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
msgstr "Spaans"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
msgstr "Vietnamees"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
msgstr "Duidelijke lijst"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
msgstr "Zoeken..."
|
||||
|
||||
119
qtlib/locale/pl/LC_MESSAGES/qtlib.po
Normal file
119
qtlib/locale/pl/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,119 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Language-Team: Polish (Poland) (https://www.transifex.com/voltaicideas/teams/116153/pl_PL/)\n"
|
||||
"Language: pl_PL\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
130
qtlib/locale/pt/LC_MESSAGES/qtlib.po
Normal file
130
qtlib/locale/pt/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,130 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/voltaicideas/teams/116153/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr "Sobre o {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr "Versão {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr "Licenciado sob GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr "Relatório de Erro"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Algo deu errado. Deseja relatar o erro?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Os relatórios de erros devem ser relatados como problemas do Github. Você pode copiar o rastreamento do erro acima e colá-lo em uma nova edição.\n"
|
||||
"\n"
|
||||
"Por favor, certifique-se de executar uma pesquisa de qualquer problema já existente com antecedência. Certifique-se também de testar a versão mais recente disponível no repositório, uma vez que o bug que você está enfrentando pode já ter sido corrigido.\n"
|
||||
"\n"
|
||||
"O que geralmente ajuda muito é adicionar uma descrição de como o erro ocorreu. Obrigado!\n"
|
||||
"\n"
|
||||
"Embora o aplicativo deva continuar a ser executado após esse erro, ele pode estar em um estado instável, portanto, é recomendável reiniciar o aplicativo."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "Fechar"
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr "Ir para o Github"
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr "Inglês"
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr "Francês"
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr "Alemão"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr "Grega"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr "Chinês (Simplificado)"
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr "Tcheco"
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr "Italiano"
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr "Armênio"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr "Coreano"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr "Russo"
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ucraniano"
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr "Holandês"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr "Polonês"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr "Português Brasileiro"
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr "Espanhol"
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr "Vietnamita"
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr "Limpar Lista"
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Buscar…"
|
||||
@@ -1,15 +1,15 @@
|
||||
# Translators:
|
||||
# Igor Fokusov <igor@fokusov.com>, 2015
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
# Fuan Karl <jcfrt@posteo.net>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2015-04-14 21:16+0000\n"
|
||||
"Last-Translator: Igor Fokusov <igor@fokusov.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/hscommon/language/ru/)\n"
|
||||
"Last-Translator: Fuan Karl <jcfrt@posteo.net>, 2021\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/voltaicideas/teams/116153/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
@@ -21,7 +21,7 @@ msgstr "Версия {}"
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
msgstr "Под лицензией GPLv3"
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
@@ -31,6 +31,24 @@ msgstr "Сообщение об ошибке"
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Что-то пошло не так. Хотите отправить отчёт об ошибке?"
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
"Отчеты об ошибках следует сообщать как о проблемах Github. Вы можете скопировать трассировку ошибки выше и вставить ее в новый выпуск.\n"
|
||||
"\n"
|
||||
"Обязательно заранее выполните поиск любых уже существующих проблем. Также не забудьте протестировать самую последнюю версию, доступную в репозитории, поскольку ошибка, с которой вы столкнулись, могла уже быть исправлена.\n"
|
||||
"\n"
|
||||
"Что обычно действительно помогает, так это то, что вы добавляете описание того, как вы получили ошибку. Благодаря!\n"
|
||||
"\n"
|
||||
"Хотя приложение должно продолжить работу после этой ошибки, оно может находиться в нестабильном состоянии, поэтому рекомендуется перезапустить приложение."
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
@@ -53,7 +71,7 @@ msgstr "Немецкий"
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
msgstr "Греческий"
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
@@ -73,7 +91,7 @@ msgstr "Армянский"
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
msgstr "Корейский"
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
@@ -89,7 +107,7 @@ msgstr "Голландский"
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
msgstr "Польский"
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
@@ -110,26 +128,3 @@ msgstr "Очистить список"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Искать..."
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
#~ "Отчеты об ошибках нужно отправлять в Github issues проекта. Скопируйте текст ошибки выше и вставьте в созданную заметку о проблеме (перед этим желательно проверить - не создано ли уже такой проблемы до вас). Также нам очень поможет краткое описание как вы получили такую ошибку. Спасибо!\n"
|
||||
#~ "\n"
|
||||
#~ "В принципе, программа может продолжать работу, но стабильная работа не гарантируется. Поэтому желательно перезапустить программу."
|
||||
|
||||
#~ msgid "Copyright Hardcoded Software 2014"
|
||||
#~ msgstr "Copyright Hardcoded Software 2014"
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
# Translators:
|
||||
# Andrew Senetar <arsenetar@gmail.com>, 2021
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-04-28 18:31+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Last-Translator: Andrew Senetar <arsenetar@gmail.com>, 2021\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/voltaicideas/teams/116153/uk/)\n"
|
||||
"Language: uk\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
msgstr "Про {}"
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
@@ -27,6 +28,17 @@ msgstr "Повідомлення про помилки"
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr "Щось пішло не так. Як щодо повідомлення про помилку? "
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
@@ -108,23 +120,3 @@ msgstr "Очистити список"
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr "Шукати..."
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Copyright Hardcoded Software 2014"
|
||||
#~ msgstr "Авторське право Hardcoded Software 2014"
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
# Translators:
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: hscommon\n"
|
||||
"PO-Revision-Date: 2013-07-05 11:23+0000\n"
|
||||
"Last-Translator: hsoft <hsoft@hardcoded.net>\n"
|
||||
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/hscommon/language/vi/)\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/voltaicideas/teams/116153/vi/)\n"
|
||||
"Language: vi\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
@@ -30,6 +27,17 @@ msgstr ""
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
@@ -109,20 +117,3 @@ msgstr ""
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue (bonus point if you run a search to make sure the issue doesn't already exist). What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
#~ "\n"
|
||||
#~ "Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
#~ msgstr ""
|
||||
|
||||
119
qtlib/locale/zh/LC_MESSAGES/qtlib.po
Normal file
119
qtlib/locale/zh/LC_MESSAGES/qtlib.po
Normal file
@@ -0,0 +1,119 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/voltaicideas/teams/116153/zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: utf-8\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: qtlib\about_box.py:43
|
||||
msgid "About {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:65
|
||||
msgid "Version {}"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\about_box.py:70
|
||||
msgid "Licensed under GPLv3"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:49
|
||||
msgid "Error Report"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:53
|
||||
msgid "Something went wrong. How about reporting the error?"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:59
|
||||
msgid ""
|
||||
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
|
||||
"\n"
|
||||
"Please make sure to run a search for any already existing issues beforehand. Also make sure to test the very latest version available from the repository, since the bug you are experiencing might have already been patched.\n"
|
||||
"\n"
|
||||
"What usually really helps is if you add a description of how you got the error. Thanks!\n"
|
||||
"\n"
|
||||
"Although the application should continue to run after this error, it may be in an unstable state, so it is recommended that you restart the application."
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:75
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\error_report_dialog.py:79
|
||||
msgid "Go to Github"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:23
|
||||
msgid "English"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:24
|
||||
msgid "French"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:25
|
||||
msgid "German"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:26
|
||||
msgid "Greek"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:27
|
||||
msgid "Chinese (Simplified)"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:28
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:29
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:30
|
||||
msgid "Armenian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:31
|
||||
msgid "Korean"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:32
|
||||
msgid "Russian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:33
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:34
|
||||
msgid "Dutch"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:35
|
||||
msgid "Polish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:36
|
||||
msgid "Brazilian"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:37
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\preferences.py:38
|
||||
msgid "Vietnamese"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\recent.py:54
|
||||
msgid "Clear List"
|
||||
msgstr ""
|
||||
|
||||
#: qtlib\search_edit.py:78
|
||||
msgid "Search..."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user