mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Update translations, rename "New tab" to "New project"
Addresses the first half of #735.
This commit is contained in:
parent
469f9bf4d3
commit
92fcf8faca
|
@ -151,12 +151,27 @@ msgstr ""
|
||||||
msgid "Rotate Image"
|
msgid "Rotate Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Pivot (x, y):"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Smear options:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Tolerance:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Initial angle:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Invert"
|
msgid "Invert"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Grayscale View"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Mirror Image"
|
msgid "Mirror Image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -172,6 +187,33 @@ msgstr ""
|
||||||
msgid "Tile Mode"
|
msgid "Tile Mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Tile Mode Offsets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "X-basis x:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "X-basis y:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Y-basis x:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Y-basis y:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Tile Mask"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Reset"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Use Current Frame"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Reset Mask"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Window Opacity"
|
msgid "Window Opacity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -259,10 +301,10 @@ msgstr ""
|
||||||
msgid "Recent projects"
|
msgid "Recent projects"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "New tab"
|
msgid "New project"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Spritesheet (new tab)"
|
msgid "Spritesheet (new project)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Spritesheet (new layer)"
|
msgid "Spritesheet (new layer)"
|
||||||
|
|
|
@ -43,8 +43,8 @@ func _on_PreviewDialog_about_to_show() -> void:
|
||||||
return
|
return
|
||||||
opened_once = true
|
opened_once = true
|
||||||
# # order as in ImageImportOptions enum
|
# # order as in ImageImportOptions enum
|
||||||
import_options.add_item("New tab")
|
import_options.add_item("New project")
|
||||||
import_options.add_item("Spritesheet (new tab)")
|
import_options.add_item("Spritesheet (new project)")
|
||||||
import_options.add_item("Spritesheet (new layer)")
|
import_options.add_item("Spritesheet (new layer)")
|
||||||
import_options.add_item("New frame")
|
import_options.add_item("New frame")
|
||||||
import_options.add_item("Replace frame")
|
import_options.add_item("Replace frame")
|
||||||
|
|
|
@ -105,6 +105,7 @@ suffix = "px"
|
||||||
margin_top = 112.0
|
margin_top = 112.0
|
||||||
margin_right = 61.0
|
margin_right = 61.0
|
||||||
margin_bottom = 132.0
|
margin_bottom = 132.0
|
||||||
|
mouse_default_cursor_shape = 2
|
||||||
text = "Reset"
|
text = "Reset"
|
||||||
|
|
||||||
[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer"]
|
[node name="VSeparator" type="VSeparator" parent="VBoxContainer/HBoxContainer"]
|
||||||
|
@ -151,7 +152,8 @@ margin_right = 136.0
|
||||||
margin_bottom = 132.0
|
margin_bottom = 132.0
|
||||||
rect_min_size = Vector2( 100, 0 )
|
rect_min_size = Vector2( 100, 0 )
|
||||||
hint_tooltip = "Create the Tile Mask from Current Frame"
|
hint_tooltip = "Create the Tile Mask from Current Frame"
|
||||||
text = "Current Frame?"
|
mouse_default_cursor_shape = 2
|
||||||
|
text = "Use Current Frame"
|
||||||
clip_text = true
|
clip_text = true
|
||||||
|
|
||||||
[node name="ResetMask" type="Button" parent="VBoxContainer/HBoxContainer/Mask"]
|
[node name="ResetMask" type="Button" parent="VBoxContainer/HBoxContainer/Mask"]
|
||||||
|
@ -160,6 +162,7 @@ margin_right = 136.0
|
||||||
margin_bottom = 156.0
|
margin_bottom = 156.0
|
||||||
rect_min_size = Vector2( 100, 0 )
|
rect_min_size = Vector2( 100, 0 )
|
||||||
hint_tooltip = "Create the Tile Mask from Current Frame"
|
hint_tooltip = "Create the Tile Mask from Current Frame"
|
||||||
|
mouse_default_cursor_shape = 2
|
||||||
disabled = true
|
disabled = true
|
||||||
text = "Reset Mask"
|
text = "Reset Mask"
|
||||||
clip_text = true
|
clip_text = true
|
||||||
|
|
|
@ -106,7 +106,7 @@ func _setup_view_menu() -> void:
|
||||||
var view_menu_items := [
|
var view_menu_items := [
|
||||||
"Tile Mode",
|
"Tile Mode",
|
||||||
"Tile Mode Offsets",
|
"Tile Mode Offsets",
|
||||||
"Greyscale View",
|
"Grayscale View",
|
||||||
"Mirror View",
|
"Mirror View",
|
||||||
"Show Grid",
|
"Show Grid",
|
||||||
"Show Pixel Grid",
|
"Show Pixel Grid",
|
||||||
|
|
Loading…
Reference in a new issue