mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Added Turkish translation
This commit is contained in:
parent
15994fb818
commit
4ca4cbcc01
|
@ -19,6 +19,7 @@ PinyaColada, Rémi Verschelde (akien-mga), dasimonde, gschwind, AbhinavKDev
|
|||
- More options have been added to Tile mode; Tile only in X Axis, Y Axis or both Axis. ([#378](https://github.com/Orama-Interactive/Pixelorama/pull/378))
|
||||
- Added a "Mirror View" option in the View menu, which is used to flip the canvas horizontally and non-destructively. ([#227](https://github.com/Orama-Interactive/Pixelorama/issues/227))
|
||||
- macOS: It is now possible to pan and zoom the canvas from a touchpad. ([#391](https://github.com/Orama-Interactive/Pixelorama/pull/391))
|
||||
- Added Turkish translation.
|
||||
|
||||
### Changed
|
||||
- `~` is now used as a random brush prefix instead of `%`. ([#362](https://github.com/Orama-Interactive/Pixelorama/pull/362))
|
||||
|
|
|
@ -180,7 +180,7 @@ zoom_out={
|
|||
}
|
||||
middle_mouse={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":3,"pressed":false,"doubleclick":false,"script":null)
|
||||
"events": [ Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"button_mask":0,"position":Vector2( 0, 0 ),"global_position":Vector2( 0, 0 ),"factor":1.0,"button_index":3,"pressed":false,"doubleclick":false,"script":null)
|
||||
]
|
||||
}
|
||||
left_mouse={
|
||||
|
@ -422,7 +422,7 @@ mirror_view={
|
|||
|
||||
[locale]
|
||||
|
||||
translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po" )
|
||||
translations=PoolStringArray( "res://Translations/zh_TW.po", "res://Translations/pt_BR.po", "res://Translations/de_DE.po", "res://Translations/el_GR.po", "res://Translations/en_US.po", "res://Translations/fr_FR.po", "res://Translations/it_IT.po", "res://Translations/pl_PL.po", "res://Translations/ru_RU.po", "res://Translations/es_ES.po", "res://Translations/zh_CN.po", "res://Translations/lv_LV.po", "res://Translations/eo_UY.po", "res://Translations/cs_CZ.po", "res://Translations/id_ID.po", "res://Translations/hu_HU.po", "res://Translations/ro_RO.po", "res://Translations/ko_KR.po", "res://Translations/tr_TR.po" )
|
||||
locale_filter=[ 0, [ ] ]
|
||||
|
||||
[logging]
|
||||
|
|
|
@ -21,6 +21,7 @@ const languages_dict := {
|
|||
"hu_HU" : ["Magyar", "Hungarian"],
|
||||
"ro_RO" : ["Română", "Romanian"],
|
||||
"ko_KR" : ["한국어", "Korean"],
|
||||
"tr_TR" : ["Türkçe", "Turkish"],
|
||||
}
|
||||
|
||||
var loaded_locales : Array
|
||||
|
|
|
@ -188,3 +188,9 @@ func create_translators() -> void:
|
|||
translators.create_item(translators_root).set_text(0, " sfun_G - " + tr("Korean"))
|
||||
translators.create_item(translators_root).set_text(0, " KripC2160 - " + tr("Korean"))
|
||||
translators.create_item(translators_root).set_text(0, " M. Gabriel Lup - " + tr("Romanian"))
|
||||
translators.create_item(translators_root).set_text(0, " ANormalKnife - " + tr("Turkish"))
|
||||
translators.create_item(translators_root).set_text(0, " kmsecer - " + tr("Turkish"))
|
||||
translators.create_item(translators_root).set_text(0, " Rıdvan SAYLAR - " + tr("Turkish"))
|
||||
translators.create_item(translators_root).set_text(0, " latbat58 - " + tr("Turkish"))
|
||||
translators.create_item(translators_root).set_text(0, " M Buhari Horoz (Sorian01) - " + tr("Turkish"))
|
||||
translators.create_item(translators_root).set_text(0, " br.bahrampour - " + tr("Turkish"))
|
||||
|
|
|
@ -101,7 +101,7 @@ func _on_PopupMenu_id_pressed(ID : int) -> void:
|
|||
Global.current_project.undo_redo.add_undo_method(Global, "undo")
|
||||
Global.current_project.undo_redo.add_do_method(Global, "redo")
|
||||
Global.current_project.undo_redo.commit_action()
|
||||
5: #Frame Properties
|
||||
5: # Frame Properties
|
||||
Global.frame_properties.popup_centered()
|
||||
Global.dialog_open(true)
|
||||
Global.frame_properties.set_frame_label(frame)
|
||||
|
|
|
@ -57,6 +57,7 @@ margin_left = 101.0
|
|||
margin_top = 18.0
|
||||
margin_right = 193.0
|
||||
margin_bottom = 42.0
|
||||
mouse_default_cursor_shape = 2
|
||||
size_flags_horizontal = 3
|
||||
step = 0.05
|
||||
value = 2.0
|
||||
|
|
Loading…
Reference in a new issue