summaryrefslogtreecommitdiff
path: root/editor/translations/br.po
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-10-18 11:54:20 +0200
committerRémi Verschelde <rverschelde@gmail.com>2021-10-18 12:02:05 +0200
commit64c9d44c067b4b71d275bc42fd8d48a543f2c0b0 (patch)
treeb0ae3ed4171b52bca4137eb79f9cf90ce58fa55e /editor/translations/br.po
parent297c5c72e9d226c0d2e93335ed4ec40eea0d4e7f (diff)
i18n: Sync editor translations with Weblate
(cherry picked from commit 2a7e1d0aac1020f12228d62a4be76ec6bc4a919a)
Diffstat (limited to 'editor/translations/br.po')
-rw-r--r--editor/translations/br.po73
1 files changed, 62 insertions, 11 deletions
diff --git a/editor/translations/br.po b/editor/translations/br.po
index 4db566b371..071e1f021c 100644
--- a/editor/translations/br.po
+++ b/editor/translations/br.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: 2020-12-29 15:03+0000\n"
"Last-Translator: Feufoll <feufoll@gmail.com>\n"
"Language-Team: Breton <https://hosted.weblate.org/projects/godot-engine/"
@@ -2337,6 +2338,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 ""
@@ -2453,6 +2462,10 @@ 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) "
"were saved anyway."
@@ -2772,10 +2785,6 @@ msgid "Save Scene"
msgstr ""
#: editor/editor_node.cpp
-msgid "Save All Scenes"
-msgstr ""
-
-#: editor/editor_node.cpp
msgid "Convert To..."
msgstr ""
@@ -4177,15 +4186,23 @@ msgid "Clear Default for '%s'"
msgstr ""
#: editor/import_dock.cpp
-msgid "Import As:"
+msgid "Reimport"
msgstr ""
#: editor/import_dock.cpp
-msgid "Preset"
+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 "Reimport"
+msgid "Import As:"
+msgstr ""
+
+#: editor/import_dock.cpp
+msgid "Preset"
msgstr ""
#: editor/import_dock.cpp
@@ -7069,11 +7086,11 @@ msgid "Move Down"
msgstr ""
#: editor/plugins/script_editor_plugin.cpp
-msgid "Next script"
+msgid "Next Script"
msgstr ""
#: editor/plugins/script_editor_plugin.cpp
-msgid "Previous script"
+msgid "Previous Script"
msgstr ""
#: editor/plugins/script_editor_plugin.cpp
@@ -7483,7 +7500,7 @@ msgid "Left Orthogonal"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
-msgid "Right Perspective"
+msgid "Left Perspective"
msgstr ""
#: editor/plugins/spatial_editor_plugin.cpp
@@ -7491,6 +7508,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 ""
@@ -7828,6 +7849,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 ""
@@ -13686,6 +13727,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 "
@@ -13695,7 +13744,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