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