diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-18 11:54:20 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-10-18 12:02:05 +0200 |
commit | 64c9d44c067b4b71d275bc42fd8d48a543f2c0b0 (patch) | |
tree | b0ae3ed4171b52bca4137eb79f9cf90ce58fa55e /editor/translations/sq.po | |
parent | 297c5c72e9d226c0d2e93335ed4ec40eea0d4e7f (diff) |
i18n: Sync editor translations with Weblate
(cherry picked from commit 2a7e1d0aac1020f12228d62a4be76ec6bc4a919a)
Diffstat (limited to 'editor/translations/sq.po')
-rw-r--r-- | editor/translations/sq.po | 82 |
1 files changed, 68 insertions, 14 deletions
diff --git a/editor/translations/sq.po b/editor/translations/sq.po index 2cc63728a3..2cf0327ec4 100644 --- a/editor/translations/sq.po +++ b/editor/translations/sq.po @@ -7,6 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "PO-Revision-Date: 2019-03-24 17:38+0000\n" "Last-Translator: Enrik Qose <enrikqose@gmail.com>\n" "Language-Team: Albanian <https://hosted.weblate.org/projects/godot-engine/" @@ -2448,6 +2449,15 @@ msgstr "" "Nuk mund ta ruante skenën. Me shumë mundësi varësitë (instancat ose " "trashgimit) nuk mund të plotësohej." +#: editor/editor_node.cpp +#, fuzzy +msgid "Could not save one or more scenes!" +msgstr "Nuk mund të fillojë subprocess-in!" + +#: editor/editor_node.cpp +msgid "Save All Scenes" +msgstr "Ruaj të Gjitha Skenat" + #: editor/editor_node.cpp editor/scene_tree_dock.cpp msgid "Can't overwrite scene that is still open!" msgstr "Nuk mund të mbishkruash skenën që është akoma e hapur!" @@ -2585,6 +2595,10 @@ msgid "Save changes to '%s' before closing?" msgstr "Ruaji ndryshimet në '%s' para se ta mbyllësh?" #: editor/editor_node.cpp +msgid "%s no longer exists! Please specify a new save location." +msgstr "" + +#: editor/editor_node.cpp msgid "" "The current scene has no root node, but %d modified external resource(s) " "were saved anyway." @@ -2940,10 +2954,6 @@ msgid "Save Scene" msgstr "Ruaj Skenën" #: editor/editor_node.cpp -msgid "Save All Scenes" -msgstr "Ruaj të Gjitha Skenat" - -#: editor/editor_node.cpp msgid "Convert To..." msgstr "Konverto në..." @@ -4464,6 +4474,18 @@ msgid "Clear Default for '%s'" msgstr "Pastro të Parazgjedhurat për '%s'" #: editor/import_dock.cpp +msgid "Reimport" +msgstr "Ri-importo" + +#: editor/import_dock.cpp +msgid "" +"You have pending changes that haven't been applied yet. Click Reimport to " +"apply changes made to the import options.\n" +"Selecting another resource in the FileSystem dock without clicking Reimport " +"first will discard changes made in the Import dock." +msgstr "" + +#: editor/import_dock.cpp msgid "Import As:" msgstr "Importo Si:" @@ -4473,10 +4495,6 @@ msgid "Preset" msgstr "Ngarko Gabimet" #: editor/import_dock.cpp -msgid "Reimport" -msgstr "Ri-importo" - -#: editor/import_dock.cpp #, fuzzy msgid "Save Scenes, Re-Import, and Restart" msgstr "Ruaj skenat, ri-importo dhe rifillo" @@ -7422,12 +7440,14 @@ msgid "Move Down" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "Next script" -msgstr "" +#, fuzzy +msgid "Next Script" +msgstr "Shkrim i Ri" #: editor/plugins/script_editor_plugin.cpp -msgid "Previous script" -msgstr "" +#, fuzzy +msgid "Previous Script" +msgstr "Tabi i mëparshëm" #: editor/plugins/script_editor_plugin.cpp msgid "File" @@ -7848,7 +7868,7 @@ msgid "Left Orthogonal" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right Perspective" +msgid "Left Perspective" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -7856,6 +7876,10 @@ msgid "Right Orthogonal" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Right Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Front Orthogonal" msgstr "" @@ -8202,6 +8226,26 @@ msgid "Right View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Down" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Left" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Right" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Up" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View 180" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Switch Perspective/Orthogonal View" msgstr "" @@ -14266,6 +14310,14 @@ msgid "" "Environment -> Default Environment) could not be loaded." msgstr "" +#: scene/main/timer.cpp +msgid "" +"Very low timer wait times (< 0.05 seconds) may behave in significantly " +"different ways depending on the rendered or physics frame rate.\n" +"Consider using a script's process loop instead of relying on a Timer for " +"very low wait times." +msgstr "" + #: scene/main/viewport.cpp msgid "" "This viewport is not set as render target. If you intend for it to display " @@ -14275,7 +14327,9 @@ msgid "" msgstr "" #: scene/main/viewport.cpp -msgid "Viewport size must be greater than 0 to render anything." +msgid "" +"The Viewport size must be greater than or equal to 2 pixels on both " +"dimensions to render anything." msgstr "" #: scene/resources/occluder_shape.cpp |