From b02c66d85357e8833a8e81fe7ff92e3af0a88d10 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:12:16 +0200 Subject: [PATCH] New translations translations.pot (Turkish) --- Translations/tr_TR.po | 72 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/Translations/tr_TR.po b/Translations/tr_TR.po index ae6f7a034..e85dff33a 100644 --- a/Translations/tr_TR.po +++ b/Translations/tr_TR.po @@ -10,7 +10,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Language-Team: Turkish\n" "Language: tr_TR\n" -"PO-Revision-Date: 2024-11-20 14:24\n" +"PO-Revision-Date: 2024-12-05 02:12\n" msgid "OK" msgstr "Tamam" @@ -2317,6 +2317,10 @@ msgstr "Katman" msgid "Group" msgstr "Grup" +#. A tilemap is a type of layer, which is divided by grid cells, the size of which is determined by the tileset it uses. Each grid cell is mapped to a tile in the tileset. Tilemaps can be used to create game levels and layouts. +msgid "Tilemap" +msgstr "" + msgid "Layers" msgstr "Katmanlar" @@ -2325,33 +2329,47 @@ msgid "Clipping mask" msgstr "Kırpma maskesi" #. Hint tooltip of the create new layer button, found on the left side of the timeline. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Create a new layer" msgstr "Yeni katman oluştur" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add Pixel Layer" msgstr "Piksel Katmanı Ekle" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add Group Layer" msgstr "Grup Katmanı Ekle" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add 3D Layer" msgstr "3B Katmanı Ekle" +#. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn +msgid "Add Tilemap Layer" +msgstr "" + +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Remove current layer" msgstr "Geçerli katmanı kaldır" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Move up the current layer" msgstr "Katmanı yukarı taşı" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Move down the current layer" msgstr "Katmanı aşağı taşı" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Clone current layer" msgstr "Katmanı klonla" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Merge current layer with the one below" msgstr "Aktif katmanı alttaki katmanla birleştir" @@ -3041,6 +3059,10 @@ msgstr "Perspektif düzenleyici" msgid "Recorder" msgstr "Kaydedici" +#. Tiles are images of a specific shape, usually rectangular, that are laid out in a grid. They are used in tile-based video games. https://en.wikipedia.org/wiki/Tile-based_video_game +msgid "Tiles" +msgstr "" + msgid "Crop" msgstr "Kırp" @@ -3446,3 +3468,51 @@ msgstr "Efekt ekle" msgid "Do you want to download the image from %s?" msgstr "Görüntü %s kaynağından indirilsin mi?" +#. A tileset is a collection of tiles. +#: src/Classes/TileSetCustom.gd +#: src/UI/Dialogs/ImportPreviewDialog.gd +msgid "Tileset" +msgstr "" + +#. A tileset is a collection of tiles. +#: src/UI/Timeline/NewTileMapLayerDialog.tscn +msgid "Tileset:" +msgstr "" + +#. A tileset is a collection of tiles. +#: src/UI/Dialogs/ProjectProperties.tscn +msgid "Tilesets" +msgstr "" + +#: src/UI/Timeline/NewTileMapLayerDialog.tscn +msgid "New tileset" +msgstr "" + +#: src/UI/Timeline/NewTileMapLayerDialog.tscn +msgid "Tileset name:" +msgstr "" + +#: src/UI/Timeline/NewTileMapLayerDialog.tscn +msgid "Tile size:" +msgstr "" + +#: src/UI/TilesPanel.tscn +msgid "Draw tiles" +msgstr "" + +#: src/UI/TilesPanel.tscn +msgid "Rotate tile left (counterclockwise)" +msgstr "" + +#: src/UI/TilesPanel.tscn +msgid "Rotate tile right (clockwise)" +msgstr "" + +#: src/UI/TilesPanel.tscn +msgid "Flip tile horizontally" +msgstr "" + +#: src/UI/TilesPanel.tscn +msgid "Flip tile vertically" +msgstr "" +