mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Update translations
Hopefully the final translations for 0.9?
This commit is contained in:
parent
c71d371c8c
commit
43bd054df6
|
@ -766,8 +766,38 @@ msgstr ""
|
||||||
|
|
||||||
msgid "Rectangular Selection\n\n"
|
msgid "Rectangular Selection\n\n"
|
||||||
"%s for left mouse button\n"
|
"%s for left mouse button\n"
|
||||||
"%s for right mouse button\n\n"
|
"%s for right mouse button"
|
||||||
"Press %s to move the content"
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Elliptical Selection\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Polygonal Selection\n"
|
||||||
|
"Double-click to connect the last point to the starting point\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Select By Color\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Magic Wand\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Lasso / Free Select Tool\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Move\n\n"
|
||||||
|
"%s for left mouse button\n"
|
||||||
|
"%s for right mouse button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Zoom\n\n"
|
msgid "Zoom\n\n"
|
||||||
|
@ -813,7 +843,7 @@ msgid "Line Tool\n\n"
|
||||||
"%s for right mouse button\n\n"
|
"%s for right mouse button\n\n"
|
||||||
"Hold %s to snap the angle of the line\n"
|
"Hold %s to snap the angle of the line\n"
|
||||||
"Hold %s to center the shape on the click origin\n"
|
"Hold %s to center the shape on the click origin\n"
|
||||||
"Hold %s to displace the shape's origin\n"
|
"Hold %s to displace the shape's origin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Rectangle Tool\n\n"
|
msgid "Rectangle Tool\n\n"
|
||||||
|
@ -821,7 +851,7 @@ msgid "Rectangle Tool\n\n"
|
||||||
"%s for right mouse button\n\n"
|
"%s for right mouse button\n\n"
|
||||||
"Hold %s to create a 1:1 shape\n"
|
"Hold %s to create a 1:1 shape\n"
|
||||||
"Hold %s to center the shape on the click origin\n"
|
"Hold %s to center the shape on the click origin\n"
|
||||||
"Hold %s to displace the shape's origin\n"
|
"Hold %s to displace the shape's origin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Ellipse Tool\n\n"
|
msgid "Ellipse Tool\n\n"
|
||||||
|
@ -829,7 +859,7 @@ msgid "Ellipse Tool\n\n"
|
||||||
"%s for right mouse button\n\n"
|
"%s for right mouse button\n\n"
|
||||||
"Hold %s to create a 1:1 shape\n"
|
"Hold %s to create a 1:1 shape\n"
|
||||||
"Hold %s to center the shape on the click origin\n"
|
"Hold %s to center the shape on the click origin\n"
|
||||||
"Hold %s to displace the shape's origin\n"
|
"Hold %s to displace the shape's origin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Rectangle"
|
msgid "Rectangle"
|
||||||
|
@ -1544,6 +1574,24 @@ msgstr ""
|
||||||
msgid "Rectangular Selection"
|
msgid "Rectangular Selection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Elliptical Selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Polygonal Selection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Select By Color"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Magic Wand"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Lasso / Free Select Tool"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Move"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Zoom"
|
msgid "Zoom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1565,6 +1613,15 @@ msgstr ""
|
||||||
msgid "Shading Tool"
|
msgid "Shading Tool"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Line Tool"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Rectangle Tool"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Ellipse Tool"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Switch Colors"
|
msgid "Switch Colors"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -482,6 +482,7 @@ func update_hint_tooltips() -> void:
|
||||||
|
|
||||||
var polygon_select : BaseButton = tool_buttons.find_node("PolygonSelect")
|
var polygon_select : BaseButton = tool_buttons.find_node("PolygonSelect")
|
||||||
polygon_select.hint_tooltip = tr("""Polygonal Selection
|
polygon_select.hint_tooltip = tr("""Polygonal Selection
|
||||||
|
Double-click to connect the last point to the starting point
|
||||||
|
|
||||||
%s for left mouse button
|
%s for left mouse button
|
||||||
%s for right mouse button""") % [InputMap.get_action_list("left_polygon_select_tool")[0].as_text(), InputMap.get_action_list("right_polygon_select_tool")[0].as_text()]
|
%s for right mouse button""") % [InputMap.get_action_list("left_polygon_select_tool")[0].as_text(), InputMap.get_action_list("right_polygon_select_tool")[0].as_text()]
|
||||||
|
|
Loading…
Reference in a new issue