Localization: Next text improvements
+ new POT + new CZ translation
This commit is contained in:
parent
7828964f8c
commit
0c110af1df
@ -192,7 +192,7 @@ documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-
|
|||||||
disabled_tags = SLA
|
disabled_tags = SLA
|
||||||
|
|
||||||
[hint:Insert Custom G-code]
|
[hint:Insert Custom G-code]
|
||||||
text = Insert Custom G-code\nDid you know that you can insert a custom G-code at a specific layer? Right-click the layer in the Preview and select Add custom G-code. With this function you can, for example, create a temperature tower. Read more in the documentation.
|
text = Insert Custom G-code\nDid you know that you can insert a custom G-code at a specific layer? Left-click the layer in the Preview, Right-click the plus icon and select Add custom G-code. With this function you can, for example, create a temperature tower. Read more in the documentation.
|
||||||
documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-custom-g-code-at-layer
|
documentation_link = https://help.prusa3d.com/en/article/insert-pause-or-custom-g-code-at-layer_120490#insert-custom-g-code-at-layer
|
||||||
disabled_tags = SLA
|
disabled_tags = SLA
|
||||||
|
|
||||||
@ -203,8 +203,8 @@ hypertext_type = menubar
|
|||||||
hypertext_menubar_menu_name = Configuration
|
hypertext_menubar_menu_name = Configuration
|
||||||
hypertext_menubar_item_name = Configuration Snapshots
|
hypertext_menubar_item_name = Configuration Snapshots
|
||||||
|
|
||||||
[hint:Minimum wall thickness]
|
[hint:Minimum shell thickness]
|
||||||
text = Minimum wall thickness\nDid you know that instead of the number of top and bottom layers, you can define the<a>Minimum shell thickness</a>in millimeters? This feature is especially useful when using the variable layer height function.
|
text = Minimum shell thickness\nDid you know that instead of the number of top and bottom layers, you can define the<a>Minimum shell thickness</a>in millimeters? This feature is especially useful when using the variable layer height function.
|
||||||
hypertext_type = settings
|
hypertext_type = settings
|
||||||
hypertext_settings_opt = top_solid_min_thickness
|
hypertext_settings_opt = top_solid_min_thickness
|
||||||
hypertext_settings_type = 1
|
hypertext_settings_type = 1
|
||||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -5068,7 +5068,7 @@ void Plater::new_project()
|
|||||||
wxString header = _L("Creating a new project while some presets are modified.") + "\n" +
|
wxString header = _L("Creating a new project while some presets are modified.") + "\n" +
|
||||||
(saved_project == wxID_YES ? _L("You can keep presets modifications to the new project or discard them") :
|
(saved_project == wxID_YES ? _L("You can keep presets modifications to the new project or discard them") :
|
||||||
_L("You can keep presets modifications to the new project, discard them or save changes as new presets.\n"
|
_L("You can keep presets modifications to the new project, discard them or save changes as new presets.\n"
|
||||||
"Note, if changes will be saved than new project wouldn't keep them"));
|
"Note, if changes will be saved then new project wouldn't keep them"));
|
||||||
using ab = UnsavedChangesDialog::ActionButtons;
|
using ab = UnsavedChangesDialog::ActionButtons;
|
||||||
int act_buttons = ab::KEEP;
|
int act_buttons = ab::KEEP;
|
||||||
if (saved_project == wxID_NO)
|
if (saved_project == wxID_NO)
|
||||||
|
@ -483,8 +483,8 @@ void PreferencesDialog::build(size_t selected_tab)
|
|||||||
|
|
||||||
def.label = L("Use system menu for application");
|
def.label = L("Use system menu for application");
|
||||||
def.type = coBool;
|
def.type = coBool;
|
||||||
def.tooltip = L("If enabled, application will use standart Windows system menu,\n"
|
def.tooltip = L("If enabled, application will use the standart Windows system menu,\n"
|
||||||
"but on some combination od display scales it can looks ugly. "
|
"but on some combination od display scales it can look ugly. "
|
||||||
"If disabled, old UI will be used.");
|
"If disabled, old UI will be used.");
|
||||||
def.set_default_value(new ConfigOptionBool{ app_config->get("sys_menu_enabled") == "1" });
|
def.set_default_value(new ConfigOptionBool{ app_config->get("sys_menu_enabled") == "1" });
|
||||||
option = Option(def, "sys_menu_enabled");
|
option = Option(def, "sys_menu_enabled");
|
||||||
|
Loading…
Reference in New Issue
Block a user