Update translation source files

This commit is contained in:
Andrew Senetar 2021-09-15 20:15:09 -05:00
parent 1d60e124ee
commit b80489fd66
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
3 changed files with 47 additions and 31 deletions

View File

@ -48,76 +48,84 @@ msgstr ""
msgid "All marked files were copied successfully." msgid "All marked files were copied successfully."
msgstr "" msgstr ""
#: core\app.py:313 #: core\app.py:314
msgid "All marked files were moved successfully." msgid "All marked files were moved successfully."
msgstr "" msgstr ""
#: core\app.py:314 #: core\app.py:316
msgid "All marked files were deleted successfully."
msgstr ""
#: core\app.py:318
msgid "All marked files were successfully sent to Trash." msgid "All marked files were successfully sent to Trash."
msgstr "" msgstr ""
#: core\app.py:320 #: core\app.py:323
msgid "Could not load file: {}" msgid "Could not load file: {}"
msgstr "" msgstr ""
#: core\app.py:376 #: core\app.py:379
msgid "'{}' already is in the list." msgid "'{}' already is in the list."
msgstr "" msgstr ""
#: core\app.py:378 #: core\app.py:381
msgid "'{}' does not exist." msgid "'{}' does not exist."
msgstr "" msgstr ""
#: core\app.py:386 #: core\app.py:389
msgid "All selected %d matches are going to be ignored in all subsequent scans. Continue?" msgid "All selected %d matches are going to be ignored in all subsequent scans. Continue?"
msgstr "" msgstr ""
#: core\app.py:460 #: core\app.py:463
msgid "Select a directory to copy marked files to" msgid "Select a directory to copy marked files to"
msgstr "" msgstr ""
#: core\app.py:462 #: core\app.py:465
msgid "Select a directory to move marked files to" msgid "Select a directory to move marked files to"
msgstr "" msgstr ""
#: core\app.py:501 #: core\app.py:504
msgid "Select a destination for your exported CSV" msgid "Select a destination for your exported CSV"
msgstr "" msgstr ""
#: core\app.py:507 core\app.py:761 core\app.py:771 #: core\app.py:510 core\app.py:762 core\app.py:772
msgid "Couldn't write to file: {}" msgid "Couldn't write to file: {}"
msgstr "" msgstr ""
#: core\app.py:530 #: core\app.py:533
msgid "You have no custom command set up. Set it up in your preferences." msgid "You have no custom command set up. Set it up in your preferences."
msgstr "" msgstr ""
#: core\app.py:688 core\app.py:700 #: core\app.py:689 core\app.py:701
msgid "You are about to remove %d files from results. Continue?" msgid "You are about to remove %d files from results. Continue?"
msgstr "" msgstr ""
#: core\app.py:736 #: core\app.py:737
msgid "{} duplicate groups were changed by the re-prioritization." msgid "{} duplicate groups were changed by the re-prioritization."
msgstr "" msgstr ""
#: core\app.py:780 #: core\app.py:781
msgid "The selected directories contain no scannable file." msgid "The selected directories contain no scannable file."
msgstr "" msgstr ""
#: core\app.py:793 #: core\app.py:794
msgid "Collecting files to scan" msgid "Collecting files to scan"
msgstr "" msgstr ""
#: core\app.py:840 #: core\app.py:841
msgid "%s (%d discarded)" msgid "%s (%d discarded)"
msgstr "" msgstr ""
#: core\engine.py:251 core\engine.py:294 #: core\directories.py:191
msgid "0 matches found" msgid "Collected {} files to scan"
msgstr "" msgstr ""
#: core\engine.py:269 core\engine.py:306 #: core\directories.py:207
msgid "%d matches found" msgid "Collected {} folders to scan"
msgstr ""
#: core\engine.py:27
msgid "%d matches found from %d groups"
msgstr "" msgstr ""
#: core\gui\deletion_options.py:71 #: core\gui\deletion_options.py:71
@ -220,15 +228,15 @@ msgstr ""
msgid " filter: %s" msgid " filter: %s"
msgstr "" msgstr ""
#: core\scanner.py:85 #: core\scanner.py:90
msgid "Read size of %d/%d files" msgid "Read size of %d/%d files"
msgstr "" msgstr ""
#: core\scanner.py:109 #: core\scanner.py:116
msgid "Read metadata of %d/%d files" msgid "Read metadata of %d/%d files"
msgstr "" msgstr ""
#: core\scanner.py:147 #: core\scanner.py:154
msgid "Almost done! Fiddling with results..." msgid "Almost done! Fiddling with results..."
msgstr "" msgstr ""

View File

@ -923,3 +923,7 @@ msgid ""
"For actions such as file/folder selection use the OS native dialogs.\n" "For actions such as file/folder selection use the OS native dialogs.\n"
"Some native dialogs have limited functionality." "Some native dialogs have limited functionality."
msgstr "" msgstr ""
#: qt\se\preferences_dialog.py:68
msgid "Ignore files larger than"
msgstr ""

View File

@ -4,27 +4,27 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: utf-8\n" "Content-Transfer-Encoding: utf-8\n"
#: qtlib\about_box.py:37 #: qtlib\about_box.py:38
msgid "About {}" msgid "About {}"
msgstr "" msgstr ""
#: qtlib\about_box.py:57 #: qtlib\about_box.py:58
msgid "Version {}" msgid "Version {}"
msgstr "" msgstr ""
#: qtlib\about_box.py:61 #: qtlib\about_box.py:62
msgid "Licensed under GPLv3" msgid "Licensed under GPLv3"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:47 #: qtlib\error_report_dialog.py:50
msgid "Error Report" msgid "Error Report"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:51 #: qtlib\error_report_dialog.py:54
msgid "Something went wrong. How about reporting the error?" msgid "Something went wrong. How about reporting the error?"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:57 #: qtlib\error_report_dialog.py:60
msgid "" msgid ""
"Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n" "Error reports should be reported as Github issues. You can copy the error traceback above and paste it in a new issue.\n"
"\n" "\n"
@ -35,11 +35,11 @@ msgid ""
"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." "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 ""
#: qtlib\error_report_dialog.py:73 #: qtlib\error_report_dialog.py:76
msgid "Close" msgid "Close"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:77 #: qtlib\error_report_dialog.py:80
msgid "Go to Github" msgid "Go to Github"
msgstr "" msgstr ""
@ -115,6 +115,10 @@ msgstr ""
msgid "Chinese (Simplified)" msgid "Chinese (Simplified)"
msgstr "" msgstr ""
#: qtlib\progress_window.py:40
msgid "Cancel"
msgstr ""
#: qtlib\recent.py:54 #: qtlib\recent.py:54
msgid "Clear List" msgid "Clear List"
msgstr "" msgstr ""