Update translation .pot files

This commit is contained in:
Andrew Senetar 2021-08-17 21:18:47 -05:00
parent be10b462fc
commit 5a4958cff9
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
3 changed files with 62 additions and 54 deletions

View File

@ -36,95 +36,95 @@ msgstr ""
msgid "Sending to Trash" msgid "Sending to Trash"
msgstr "" msgstr ""
#: core\app.py:308 #: core\app.py:290
msgid "A previous action is still hanging in there. You can't start a new one yet. Wait a few seconds, then try again." msgid "A previous action is still hanging in there. You can't start a new one yet. Wait a few seconds, then try again."
msgstr "" msgstr ""
#: core\app.py:318 #: core\app.py:300
msgid "No duplicates found." msgid "No duplicates found."
msgstr "" msgstr ""
#: core\app.py:333 #: core\app.py:315
msgid "All marked files were copied successfully." msgid "All marked files were copied successfully."
msgstr "" msgstr ""
#: core\app.py:334 #: core\app.py:316
msgid "All marked files were moved successfully." msgid "All marked files were moved successfully."
msgstr "" msgstr ""
#: core\app.py:335 #: core\app.py:317
msgid "All marked files were successfully sent to Trash." msgid "All marked files were successfully sent to Trash."
msgstr "" msgstr ""
#: core\app.py:343 #: core\app.py:323
msgid "Could not load file: {}" msgid "Could not load file: {}"
msgstr "" msgstr ""
#: core\app.py:399 #: core\app.py:379
msgid "'{}' already is in the list." msgid "'{}' already is in the list."
msgstr "" msgstr ""
#: core\app.py:401 #: core\app.py:381
msgid "'{}' does not exist." msgid "'{}' does not exist."
msgstr "" msgstr ""
#: core\app.py:410 #: 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:486 #: 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:487 #: 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:527 #: 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:534 core\app.py:803 core\app.py:813 #: core\app.py:510 core\app.py:764 core\app.py:774
msgid "Couldn't write to file: {}" msgid "Couldn't write to file: {}"
msgstr "" msgstr ""
#: core\app.py:559 #: 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:727 core\app.py:740 #: core\app.py:691 core\app.py:703
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:776 #: core\app.py:739
msgid "{} duplicate groups were changed by the re-prioritization." msgid "{} duplicate groups were changed by the re-prioritization."
msgstr "" msgstr ""
#: core\app.py:823 #: core\app.py:783
msgid "The selected directories contain no scannable file." msgid "The selected directories contain no scannable file."
msgstr "" msgstr ""
#: core\app.py:837 #: core\app.py:796
msgid "Collecting files to scan" msgid "Collecting files to scan"
msgstr "" msgstr ""
#: core\app.py:893 #: core\app.py:843
msgid "%s (%d discarded)" msgid "%s (%d discarded)"
msgstr "" msgstr ""
#: core\engine.py:255 core\engine.py:299 #: core\engine.py:251 core\engine.py:294
msgid "0 matches found" msgid "0 matches found"
msgstr "" msgstr ""
#: core\engine.py:273 core\engine.py:307 #: core\engine.py:269 core\engine.py:306
msgid "%d matches found" msgid "%d matches found"
msgstr "" msgstr ""
#: core\gui\deletion_options.py:73 #: core\gui\deletion_options.py:71
msgid "You are sending {} file(s) to the Trash." msgid "You are sending {} file(s) to the Trash."
msgstr "" msgstr ""
#: core\gui\exclude_list_table.py:15 #: core\gui\exclude_list_table.py:14
msgid "Regular Expressions" msgid "Regular Expressions"
msgstr "" msgstr ""
@ -156,15 +156,15 @@ msgstr ""
msgid "Analyzed %d/%d pictures" msgid "Analyzed %d/%d pictures"
msgstr "" msgstr ""
#: core\pe\matchblock.py:181 #: core\pe\matchblock.py:177
msgid "Performed %d/%d chunk matches" msgid "Performed %d/%d chunk matches"
msgstr "" msgstr ""
#: core\pe\matchblock.py:191 #: core\pe\matchblock.py:185
msgid "Preparing for matching" msgid "Preparing for matching"
msgstr "" msgstr ""
#: core\pe\matchblock.py:244 #: core\pe\matchblock.py:234
msgid "Verified %d/%d matches" msgid "Verified %d/%d matches"
msgstr "" msgstr ""
@ -212,11 +212,11 @@ msgstr ""
msgid "Oldest" msgid "Oldest"
msgstr "" msgstr ""
#: core\results.py:144 #: core\results.py:134
msgid "%d / %d (%s / %s) duplicates marked." msgid "%d / %d (%s / %s) duplicates marked."
msgstr "" msgstr ""
#: core\results.py:151 #: core\results.py:141
msgid " filter: %s" msgid " filter: %s"
msgstr "" msgstr ""

View File

@ -905,3 +905,11 @@ msgstr ""
#: qt\preferences_dialog.py:286 #: qt\preferences_dialog.py:286
msgid "Display" msgid "Display"
msgstr "" msgstr ""
#: qt\se\preferences_dialog.py:70
msgid "Partially hash files bigger than"
msgstr ""
#: qt\se\preferences_dialog.py:80
msgid "MB"
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:43 #: qtlib\about_box.py:37
msgid "About {}" msgid "About {}"
msgstr "" msgstr ""
#: qtlib\about_box.py:65 #: qtlib\about_box.py:57
msgid "Version {}" msgid "Version {}"
msgstr "" msgstr ""
#: qtlib\about_box.py:70 #: qtlib\about_box.py:61
msgid "Licensed under GPLv3" msgid "Licensed under GPLv3"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:49 #: qtlib\error_report_dialog.py:47
msgid "Error Report" msgid "Error Report"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:53 #: qtlib\error_report_dialog.py:51
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:59 #: qtlib\error_report_dialog.py:57
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,83 +35,83 @@ 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:75 #: qtlib\error_report_dialog.py:73
msgid "Close" msgid "Close"
msgstr "" msgstr ""
#: qtlib\error_report_dialog.py:79 #: qtlib\error_report_dialog.py:77
msgid "Go to Github" msgid "Go to Github"
msgstr "" msgstr ""
#: qtlib\preferences.py:23 #: qtlib\preferences.py:24
msgid "Czech" msgid "Czech"
msgstr "" msgstr ""
#: qtlib\preferences.py:24 #: qtlib\preferences.py:25
msgid "German" msgid "German"
msgstr "" msgstr ""
#: qtlib\preferences.py:25 #: qtlib\preferences.py:26
msgid "Greek" msgid "Greek"
msgstr "" msgstr ""
#: qtlib\preferences.py:26 #: qtlib\preferences.py:27
msgid "English" msgid "English"
msgstr "" msgstr ""
#: qtlib\preferences.py:27 #: qtlib\preferences.py:28
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: qtlib\preferences.py:28 #: qtlib\preferences.py:29
msgid "French" msgid "French"
msgstr "" msgstr ""
#: qtlib\preferences.py:29 #: qtlib\preferences.py:30
msgid "Armenian" msgid "Armenian"
msgstr "" msgstr ""
#: qtlib\preferences.py:30 #: qtlib\preferences.py:31
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: qtlib\preferences.py:31 #: qtlib\preferences.py:32
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: qtlib\preferences.py:32 #: qtlib\preferences.py:33
msgid "Korean" msgid "Korean"
msgstr "" msgstr ""
#: qtlib\preferences.py:33 #: qtlib\preferences.py:34
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: qtlib\preferences.py:34 #: qtlib\preferences.py:35
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: qtlib\preferences.py:35 #: qtlib\preferences.py:36
msgid "Brazilian" msgid "Brazilian"
msgstr "" msgstr ""
#: qtlib\preferences.py:36 #: qtlib\preferences.py:37
msgid "Russian" msgid "Russian"
msgstr "" msgstr ""
#: qtlib\preferences.py:37 #: qtlib\preferences.py:38
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
#: qtlib\preferences.py:38 #: qtlib\preferences.py:39
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: qtlib\preferences.py:39 #: qtlib\preferences.py:40
msgid "Vietnamese" msgid "Vietnamese"
msgstr "" msgstr ""
#: qtlib\preferences.py:40 #: qtlib\preferences.py:41
msgid "Chinese (Simplified)" msgid "Chinese (Simplified)"
msgstr "" msgstr ""