Localization: Updated POT and internal dictionaries

+ PreferencesDialog: Fixed a phrase.
+ Community dictionaries are merged with new POT
This commit is contained in:
YuSanka 2025-03-28 09:21:58 +01:00
parent dbad87ee21
commit 9359921c7e
32 changed files with 21816 additions and 20768 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-27 16:25+0100\n"
"POT-Creation-Date: 2025-03-28 15:53+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -16377,8 +16377,8 @@ msgstr ""
#: src/slic3r/GUI/Preferences.cpp:634
msgid ""
"If enabled, PrusaSlicer will show dialog with quality selection when "
"importing STEP file."
"If enabled, PrusaSlicer will show a dialog with quality selection when "
"importing a STEP file."
msgstr ""
#: src/slic3r/GUI/Preferences.cpp:638

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -631,7 +631,7 @@ void PreferencesDialog::build()
append_bool_option(m_optgroup_other, "show_step_import_parameters",
L("Show STEP file import parameters"),
L("If enabled, PrusaSlicer will show dialog with quality selection when importing STEP file."),
L("If enabled, PrusaSlicer will show a dialog with quality selection when importing a STEP file."),
app_config->get_bool("show_step_import_parameters"));
append_bool_option(m_optgroup_other, "show_login_button",