diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-03-09 10:33:03 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-03-09 10:44:18 +0100 |
commit | e78f9da476e3020c56ebd0510ae69a7f60efbec2 (patch) | |
tree | 2e2f3d3fcba4a6edf273cbdd4e85a6fdbdf58bb7 /editor/translations/et.po | |
parent | 70c5e7b0b80c3885928c8b839c3a2d42d679b88e (diff) |
i18n: Sync editor translations with Weblate
(cherry picked from commit 751769ed45f835e96eedb7cf1aa47733b342d969)
Diffstat (limited to 'editor/translations/et.po')
-rw-r--r-- | editor/translations/et.po | 68 |
1 files changed, 53 insertions, 15 deletions
diff --git a/editor/translations/et.po b/editor/translations/et.po index 9b70c32d20..6684f4bbb6 100644 --- a/editor/translations/et.po +++ b/editor/translations/et.po @@ -1456,6 +1456,11 @@ msgstr "Lae vaikimise siini paigutus." msgid "Create a new Bus Layout." msgstr "Loo uus siini paigutus." +#: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Audio Bus Layout" +msgstr "Ava heliliinide paigutus" + #: editor/editor_autoload_settings.cpp msgid "Invalid name." msgstr "Vigane nimi." @@ -2859,7 +2864,7 @@ msgstr "" msgid "Add a new scene." msgstr "Lisa uus stseen." -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/plugins/theme_editor_plugin.cpp msgid "Scene" msgstr "Stseen" @@ -5531,6 +5536,10 @@ msgid "Bake Lightmaps" msgstr "" #: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "LightMap Bake" +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp msgid "Select lightmap bake file:" msgstr "" @@ -7986,7 +7995,12 @@ msgid "Cinematic Preview" msgstr "Kinemaatiline eelvaade" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Not available when using the GLES2 renderer." +msgid "(Not in GLES2)" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "" +"Debug draw modes are only available when using the GLES3 renderer, not GLES2." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -8893,6 +8907,11 @@ msgid "Select Another Theme Resource:" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Theme Resource" +msgstr "Ressurss" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Another Theme" msgstr "" @@ -8941,6 +8960,18 @@ msgid "" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Add Item Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Set Variation Base Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Set Base Type" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp #, fuzzy msgid "Show Default" msgstr "Laadi vaikimisi" @@ -8959,7 +8990,18 @@ msgid "Override all default type items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add Item Type" +#, fuzzy +msgid "Base Type" +msgstr "Muuda tüüpi" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Select the variation base type from a list of available types." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "" +"A type associated with a built-in class cannot be marked as a variation of " +"another type." msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -9650,18 +9692,6 @@ msgid "Commit list size" msgstr "" #: editor/plugins/version_control_editor_plugin.cpp -msgid "10" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp -msgid "20" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp -msgid "30" -msgstr "" - -#: editor/plugins/version_control_editor_plugin.cpp #, fuzzy msgid "Branches" msgstr "Vasted:" @@ -12245,6 +12275,11 @@ msgid "Stack Frames" msgstr "Virnakaadrid" #: editor/script_editor_debugger.cpp +#, fuzzy +msgid "Filter stack variables" +msgstr "Filtreeri sõlmed" + +#: editor/script_editor_debugger.cpp msgid "Profiler" msgstr "Profileerija" @@ -13557,6 +13592,9 @@ msgstr "" msgid "" "Invalid \"GodotPaymentV3\" module included in the \"android/modules\" " "project setting (changed in Godot 3.2.2).\n" +"Replace it with the first-party \"GodotGooglePlayBilling\" plugin.\n" +"Note that the singleton was also renamed from \"GodotPayments\" to " +"\"GodotGooglePlayBilling\"." msgstr "" #: platform/android/export/export_plugin.cpp |