1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Update Translations and minor UI improvement in cel, frame and tag properties

This commit is contained in:
Emmanouil Papadeas 2024-04-04 02:46:50 +03:00
parent 14a13a2161
commit 2cdd426a45
4 changed files with 10 additions and 2 deletions

View file

@ -2430,7 +2430,12 @@ msgstr ""
msgid "Move the selected frame to the right."
msgstr ""
msgid "Frame duration"
#. Refers to the duration of the frame. Found in the frame properties.
msgid "Frame duration:"
msgstr ""
#. Refers to custom user defined data for projects, frames, cels, tags and layers, found in their respective properties.
msgid "User data:"
msgstr ""
msgid "Duration"

View file

@ -78,6 +78,7 @@ script = ExtResource("1_85pb7")
[node name="UserDataLabel" type="Label" parent="GridContainer"]
layout_mode = 2
size_flags_vertical = 0
text = "User data:"
[node name="UserDataTextEdit" type="TextEdit" parent="GridContainer"]

View file

@ -26,7 +26,7 @@ text = "1"
[node name="FrameDuration" type="Label" parent="GridContainer"]
layout_mode = 2
text = "Frame duration"
text = "Frame duration:"
[node name="FrameTime" type="SpinBox" parent="GridContainer"]
layout_mode = 2
@ -40,6 +40,7 @@ suffix = "x"
[node name="UserDataLabel" type="Label" parent="GridContainer"]
layout_mode = 2
size_flags_vertical = 0
text = "User data:"
[node name="UserDataTextEdit" type="TextEdit" parent="GridContainer"]

View file

@ -126,6 +126,7 @@ allow_greater = true
[node name="UserDataLabel" type="Label" parent="TagOptions/GridContainer"]
layout_mode = 2
size_flags_vertical = 0
text = "User data:"
[node name="UserDataTextEdit" type="TextEdit" parent="TagOptions/GridContainer"]