Added new strings to be translated

Greek translation is still in progress
This commit is contained in:
OverloadedOrama 2019-12-31 20:10:10 +02:00
parent 2be469ec22
commit 830ae623d2
18 changed files with 1488 additions and 132 deletions

View file

@ -11,6 +11,7 @@ margin_left = -512.0
margin_top = -300.0
margin_right = 3.0
margin_bottom = 48.0
window_title = "Export Sprite as .png"
resizable = true
access = 2
filters = PoolStringArray( "*.png ; PNG Image" )
@ -24,23 +25,25 @@ margin_top = 8.0
margin_right = 507.0
margin_bottom = 312.0
text = "Export current frame"
items = [ "Export current frame", null, false, 0, null, "Export all frames as multiple files", null, false, 1, null, "Export all frames as a spritesheet (single file)", null, false, 2, null ]
items = [ "EXPORT_CURRENT_FRAME_LABEL", null, false, 0, null, "EXPORT_FRAMES_AS_MULTIPLE_FILES_LABEL", null, false, 1, null, "EXPORT_FRAMES_AS_SPRITESHEET_LABEL", null, false, 2, null ]
selected = 0
[node name="Resize" type="HBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
margin_left = 8.0
margin_top = 8.0
margin_right = 507.0
margin_bottom = 312.0
[node name="Label" type="Label" parent="Resize"]
margin_top = 13.0
margin_top = 145.0
margin_right = 46.0
margin_bottom = 27.0
margin_bottom = 159.0
text = "Resize:"
[node name="ResizeValue" type="SpinBox" parent="Resize"]
margin_left = 50.0
margin_right = 124.0
margin_bottom = 40.0
margin_bottom = 304.0
mouse_default_cursor_shape = 2
min_value = 10.0
max_value = 1000.0
@ -50,16 +53,16 @@ suffix = "%"
[node name="Label2" type="Label" parent="Resize"]
margin_left = 128.0
margin_top = 13.0
margin_top = 145.0
margin_right = 215.0
margin_bottom = 27.0
margin_bottom = 159.0
text = "Interpolation:"
[node name="Interpolation" type="OptionButton" parent="Resize"]
margin_left = 219.0
margin_right = 303.0
margin_bottom = 40.0
text = "Item 0"
margin_right = 310.0
margin_bottom = 304.0
text = "Nearest"
items = [ "Nearest", null, false, 0, null, "Bilinear", null, false, 1, null, "Cubic", null, false, 2, null, "Trilinear", null, false, 3, null, "Lanczos", null, true, 4, null ]
selected = 0

View file

@ -32,7 +32,7 @@ margin_left = 160.0
margin_right = 327.0
margin_bottom = 304.0
mouse_default_cursor_shape = 2
text = "Import as spritesheet"
text = "IMPORT_SPRITESHEET"
[node name="Spritesheet" type="HBoxContainer" parent="."]
visible = false

View file

@ -55,5 +55,5 @@ margin_top = 52.0
margin_right = 139.0
margin_bottom = 76.0
mouse_default_cursor_shape = 2
text = "Diagonal outlines"
text = "Diagonal"
[connection signal="confirmed" from="." to="." method="_on_OutlineDialog_confirmed"]

View file

@ -5,6 +5,7 @@
[ext_resource path="res://Assets/Fonts/NotoSansCJKtc-Regular.tres" type="DynamicFont" id=3]
[node name="PreferencesDialog" type="AcceptDialog"]
visible = true
margin_right = 200.0
margin_bottom = 70.0
window_title = "Preferences"
@ -37,7 +38,7 @@ size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="HSplitContainer/ScrollContainer"]
margin_right = 205.0
margin_bottom = 454.0
margin_bottom = 282.0
size_flags_horizontal = 3
[node name="Languages" type="VBoxContainer" parent="HSplitContainer/ScrollContainer/VBoxContainer"]
@ -49,7 +50,7 @@ margin_bottom = 282.0
margin_right = 205.0
margin_bottom = 28.0
rect_min_size = Vector2( 0, 28 )
text = "Language Options:"
text = "Language options"
[node name="System Language" type="CheckBox" parent="HSplitContainer/ScrollContainer/VBoxContainer/Languages"]
margin_top = 32.0
@ -128,7 +129,7 @@ margin_bottom = 454.0
margin_right = 205.0
margin_bottom = 28.0
rect_min_size = Vector2( 0, 28 )
text = "Theme Options:"
text = "Theme options"
[node name="Dark Theme" type="CheckBox" parent="HSplitContainer/ScrollContainer/VBoxContainer/Themes"]
margin_top = 32.0
@ -176,7 +177,7 @@ margin_bottom = 576.0
margin_right = 205.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 28 )
text = "Grid Οptions:"
text = "Grid options"
[node name="GridOptions" type="GridContainer" parent="HSplitContainer/ScrollContainer/VBoxContainer/Grid&Guides"]
margin_top = 18.0