mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
Updated translations and changelog
This commit is contained in:
parent
35b2c201ae
commit
15cc80bcf7
|
@ -29,6 +29,7 @@ Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo, Mi
|
|||
- Added extra options for most image effects. The user can now choose if the effects will affect the selection, the current cel, current frame, all frames or even all projects!
|
||||
- A play button has been added for playing the animation exclusively on the small canvas preview area. A zoom slider for the preview area has been added, too.
|
||||
- Added color previews next to the themes in Preferences.
|
||||
- Added options for the checkerboard background to follow camera movement and zoom level. ([#311](https://github.com/Orama-Interactive/Pixelorama/pull/311))
|
||||
|
||||
### Changed
|
||||
- The GDNative gif exporter addon has been replaced with a GDScript equivalent. This makes gif exporting possible in all currently supported platforms, and it also adds support for transparency. ([#295](https://github.com/Orama-Interactive/Pixelorama/pull/295))
|
||||
|
|
|
@ -780,6 +780,18 @@ msgstr ""
|
|||
msgid "Second color of the transparent checker background"
|
||||
msgstr ""
|
||||
|
||||
msgid "Follow Canvas Movement"
|
||||
msgstr ""
|
||||
|
||||
msgid "The transparent checker follow the movement of canvas"
|
||||
msgstr ""
|
||||
|
||||
msgid "Follow Canvas Zoom Level"
|
||||
msgstr ""
|
||||
|
||||
msgid "The transparent checker follow the zoom level of canvas"
|
||||
msgstr ""
|
||||
|
||||
msgid "Only custom preset can be modified"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -368,7 +368,7 @@ margin_left = 114.0
|
|||
margin_top = -186.0
|
||||
margin_right = 161.0
|
||||
margin_bottom = -162.0
|
||||
hint_tooltip = "The transparent checker follow the movement of canvas "
|
||||
hint_tooltip = "The transparent checker follow the movement of canvas"
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "On"
|
||||
|
||||
|
@ -384,7 +384,7 @@ margin_left = 114.0
|
|||
margin_top = -186.0
|
||||
margin_right = 161.0
|
||||
margin_bottom = -162.0
|
||||
hint_tooltip = "The transparent checker follow the zoom level of canvas "
|
||||
hint_tooltip = "The transparent checker follow the zoom level of canvas"
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "On"
|
||||
|
||||
|
|
Loading…
Reference in a new issue