i18n: Sync editor translations with Weblate

(cherry picked from commit 2a7e1d0aac1020f12228d62a4be76ec6bc4a919a)
This commit is contained in:
Rémi Verschelde
2021-10-18 11:54:20 +02:00
parent 297c5c72e9
commit 64c9d44c06
69 changed files with 6582 additions and 3213 deletions
+65 -13
View File
@@ -9,6 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Godot Engine editor\n"
"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n"
"PO-Revision-Date: 2021-07-29 02:34+0000\n"
"Last-Translator: Sergio Varela <sergitroll9@gmail.com>\n"
"Language-Team: Basque <https://hosted.weblate.org/projects/godot-engine/"
@@ -2354,6 +2355,14 @@ msgid ""
"be satisfied."
msgstr ""
#: editor/editor_node.cpp
msgid "Could not save one or more scenes!"
msgstr ""
#: editor/editor_node.cpp
msgid "Save All Scenes"
msgstr ""
#: editor/editor_node.cpp editor/scene_tree_dock.cpp
msgid "Can't overwrite scene that is still open!"
msgstr ""
@@ -2469,6 +2478,10 @@ msgstr ""
msgid "Save changes to '%s' before closing?"
msgstr ""
#: 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) "
@@ -2791,10 +2804,6 @@ msgstr ""
msgid "Save Scene"
msgstr ""
#: editor/editor_node.cpp
msgid "Save All Scenes"
msgstr ""
#: editor/editor_node.cpp
msgid "Convert To..."
msgstr ""
@@ -4222,6 +4231,18 @@ msgstr ""
msgid "Clear Default for '%s'"
msgstr ""
#: editor/import_dock.cpp
msgid "Reimport"
msgstr ""
#: 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 ""
@@ -4230,10 +4251,6 @@ msgstr ""
msgid "Preset"
msgstr ""
#: editor/import_dock.cpp
msgid "Reimport"
msgstr ""
#: editor/import_dock.cpp
msgid "Save Scenes, Re-Import, and Restart"
msgstr "Gorde eszenak, berriro inportatu eta berrabiarazi"
@@ -7123,11 +7140,12 @@ msgid "Move Down"
msgstr ""
#: editor/plugins/script_editor_plugin.cpp
msgid "Next script"
msgstr ""
#, fuzzy
msgid "Next Script"
msgstr "Scripta"
#: editor/plugins/script_editor_plugin.cpp
msgid "Previous script"
msgid "Previous Script"
msgstr ""
#: editor/plugins/script_editor_plugin.cpp
@@ -7538,13 +7556,17 @@ msgid "Left Orthogonal"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Right Perspective"
msgid "Left Perspective"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Right Orthogonal"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Right Perspective"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
msgid "Front Orthogonal"
msgstr ""
@@ -7886,6 +7908,26 @@ msgstr ""
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 ""
@@ -13814,6 +13856,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 "
@@ -13823,7 +13873,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