mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Update translations
This commit is contained in:
parent
e2550bba47
commit
0ad3d16b57
|
@ -325,7 +325,13 @@ msgstr ""
|
||||||
msgid "File %s already exists. Overwrite?"
|
msgid "File %s already exists. Overwrite?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Directory path or file name is not valid!"
|
msgid "Directory path is not valid!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "File name is not valid!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Directory path and file name are not valid!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Exporting in progress..."
|
msgid "Exporting in progress..."
|
||||||
|
@ -594,12 +600,54 @@ msgstr ""
|
||||||
msgid "Outline"
|
msgid "Outline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Drop Shadow"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Offset X:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Offset Y:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Shadow color:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Adjust Hue/Saturation/Value"
|
msgid "Adjust Hue/Saturation/Value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Gradient"
|
msgid "Gradient"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Linear"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Radial"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Linear Step"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Radial Step"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Linear Dithering"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Radial Dithering"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Transition size:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Center:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Radius:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Dithering pattern:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Adjust HSV"
|
msgid "Adjust HSV"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1795,6 +1843,9 @@ msgstr ""
|
||||||
msgid "Delete"
|
msgid "Delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Discard All"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Autosaved project(s) from a crashed session were found.\n"
|
msgid "Autosaved project(s) from a crashed session were found.\n"
|
||||||
"Do you want to recover the data?"
|
"Do you want to recover the data?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -87,7 +87,7 @@ suffix = "px"
|
||||||
margin_top = 59.0
|
margin_top = 59.0
|
||||||
margin_right = 160.0
|
margin_right = 160.0
|
||||||
margin_bottom = 73.0
|
margin_bottom = 73.0
|
||||||
text = "Shadow Color"
|
text = "Shadow color:"
|
||||||
|
|
||||||
[node name="ShadowColor" type="ColorPickerButton" parent="VBoxContainer/OptionsContainer"]
|
[node name="ShadowColor" type="ColorPickerButton" parent="VBoxContainer/OptionsContainer"]
|
||||||
margin_left = 164.0
|
margin_left = 164.0
|
||||||
|
|
|
@ -146,7 +146,7 @@ func _setup_window_menu() -> void:
|
||||||
"Window Opacity",
|
"Window Opacity",
|
||||||
"Panels",
|
"Panels",
|
||||||
"Layouts",
|
"Layouts",
|
||||||
"Movable Panels",
|
"Moveable Panels",
|
||||||
"Zen Mode",
|
"Zen Mode",
|
||||||
"Fullscreen Mode",
|
"Fullscreen Mode",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue