diff options
Diffstat (limited to 'editor/translations/ms.po')
-rw-r--r-- | editor/translations/ms.po | 76 |
1 files changed, 56 insertions, 20 deletions
diff --git a/editor/translations/ms.po b/editor/translations/ms.po index 71c60c4921..9854a707cc 100644 --- a/editor/translations/ms.po +++ b/editor/translations/ms.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: Godot Engine editor\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2022-02-03 13:04+0000\n" +"PO-Revision-Date: 2022-02-23 17:55+0000\n" "Last-Translator: Keviindran Ramachandran <keviinx@yahoo.com>\n" "Language-Team: Malay <https://hosted.weblate.org/projects/godot-engine/godot/" "ms/>\n" @@ -1483,6 +1483,11 @@ msgstr "Muatkan Susun Atur Bas lalai." msgid "Create a new Bus Layout." msgstr "Cipta Susun Atur Bas baru." +#: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Audio Bus Layout" +msgstr "Buka Susun Atur Bas Audio" + #: editor/editor_autoload_settings.cpp msgid "Invalid name." msgstr "Nama tidak sah." @@ -2928,7 +2933,7 @@ msgstr "Togol mod bebas gangguan." msgid "Add a new scene." msgstr "Tambah adegan baru." -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/plugins/theme_editor_plugin.cpp msgid "Scene" msgstr "Adegan" @@ -3304,14 +3309,12 @@ msgid "Update Continuously" msgstr "Kemas Kini Secara Berterusan" #: editor/editor_node.cpp -#, fuzzy msgid "Update All Changes" -msgstr "Kemas Kini Apabila Diubah" +msgstr "Kemas Kini Semua Perubahan" #: editor/editor_node.cpp -#, fuzzy msgid "Update Vital Changes" -msgstr "Perubahan Bahan:" +msgstr "Kemas Kini Perubahan Penting" #: editor/editor_node.cpp msgid "Hide Update Spinner" @@ -5694,6 +5697,10 @@ msgid "Bake Lightmaps" msgstr "Bake Lightmap" #: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "LightMap Bake" +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp msgid "Select lightmap bake file:" msgstr "Pilih fail lightmap bake:" @@ -8151,7 +8158,12 @@ msgid "Cinematic Preview" msgstr "" #: 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 @@ -9065,6 +9077,11 @@ msgid "Select Another Theme Resource:" msgstr "Cari Penggantian Sumber:" #: editor/plugins/theme_editor_plugin.cpp +#, fuzzy +msgid "Theme Resource" +msgstr "Sumber" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Another Theme" msgstr "" @@ -9118,6 +9135,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 "Muatkan Lalai" @@ -9135,7 +9164,18 @@ msgid "Override all default type items." msgstr "" #: editor/plugins/theme_editor_plugin.cpp -msgid "Add Item Type" +#, fuzzy +msgid "Base Type" +msgstr "Ubah Jenis %s" + +#: 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 @@ -9832,18 +9872,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 msgid "Branches" msgstr "Ranting" @@ -12425,6 +12453,11 @@ msgid "Stack Frames" msgstr "" #: editor/script_editor_debugger.cpp +#, fuzzy +msgid "Filter stack variables" +msgstr "Tapis isyarat" + +#: editor/script_editor_debugger.cpp msgid "Profiler" msgstr "" @@ -13753,6 +13786,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 |