From 22a03981deea61a8830dc5998bf2ec86e4d3736f Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:25:25 +0200 Subject: [PATCH] Update Translations.pot --- Translations/Translations.pot | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/Translations/Translations.pot b/Translations/Translations.pot index e88a43a1f..4111a5777 100644 --- a/Translations/Translations.pot +++ b/Translations/Translations.pot @@ -2247,33 +2247,47 @@ msgid "Clipping mask" msgstr "" #. 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 "" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add Pixel Layer" msgstr "" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add Group Layer" msgstr "" #. One of the options of the create new layer button. +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Add 3D Layer" msgstr "" +#. 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 "" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Move up the current layer" msgstr "" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Move down the current layer" msgstr "" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Clone current layer" msgstr "" +#: src/UI/Timeline/AnimationTimeline.tscn msgid "Merge current layer with the one below" msgstr "" @@ -2960,6 +2974,10 @@ msgstr "" msgid "Recorder" msgstr "" +#. 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 "" @@ -3361,3 +3379,25 @@ msgstr "" #. Text from a confirmation dialog that appears when the user is attempting to drag and drop an image directly from the browser into Pixelorama. msgid "Do you want to download the image from %s?" msgstr "" + +#. A tileset is a collection of tiles. +#: src/UI/Dialogs/ImportPreviewDialog.gd +msgid "Tileset" +msgstr "" + +#. A tileset is a collection of tiles. +#: src/UI/Timeline/NewTileMapLayerDialog.tscn +msgid "Tileset:" +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 ""