mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
i18n: Misc fixes translation strings
Adds some translator comments to solve some questions raised on Weblate.
This commit is contained in:
parent
43f05bd6a0
commit
c8ce7e34e2
29 changed files with 73 additions and 72 deletions
|
|
@ -1639,8 +1639,10 @@ AnimationPlayerEditor::AnimationPlayerEditor(AnimationPlayerEditorPlugin *p_plug
|
|||
onion_skinning = memnew(MenuButton);
|
||||
onion_skinning->set_tooltip(TTR("Onion Skinning Options"));
|
||||
onion_skinning->get_popup()->add_separator(TTR("Directions"));
|
||||
// TRANSLATORS: Opposite of "Future", refers to a direction in animation onion skinning.
|
||||
onion_skinning->get_popup()->add_check_item(TTR("Past"), ONION_SKINNING_PAST);
|
||||
onion_skinning->get_popup()->set_item_checked(-1, true);
|
||||
// TRANSLATORS: Opposite of "Past", refers to a direction in animation onion skinning.
|
||||
onion_skinning->get_popup()->add_check_item(TTR("Future"), ONION_SKINNING_FUTURE);
|
||||
onion_skinning->get_popup()->add_separator(TTR("Depth"));
|
||||
onion_skinning->get_popup()->add_radio_check_item(TTR("1 step"), ONION_SKINNING_1_STEP);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue