diff options
Diffstat (limited to 'editor/translations/zh_TW.po')
-rw-r--r-- | editor/translations/zh_TW.po | 3408 |
1 files changed, 1868 insertions, 1540 deletions
diff --git a/editor/translations/zh_TW.po b/editor/translations/zh_TW.po index f845efea17..2d67ef98c1 100644 --- a/editor/translations/zh_TW.po +++ b/editor/translations/zh_TW.po @@ -1,24 +1,27 @@ # Chinese (Taiwan) translation of the Godot Engine editor -# Copyright (C) 2016-2017 Juan Linietsky, Ariel Manzur and the Godot community +# Copyright (c) 2007-2018 Juan Linietsky, Ariel Manzur. +# Copyright (c) 2014-2018 Godot Engine contributors (cf. AUTHORS.md) # This file is distributed under the same license as the Godot source code. # # Allen H <w84miracle@gmail.com>, 2017. # Chao Yu <casd82@gmail.com>, 2017. +# Cliffs Dover <bottle@dancingbottle.com>, 2017. +# Matt <chchwy@gmail.com>, 2017. # popcade <popcade@gmail.com>, 2016. # Sam Pan <sampan66@gmail.com>, 2016. # msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" -"PO-Revision-Date: 2017-07-31 15:51+0000\n" -"Last-Translator: Chao Yu <casd82@gmail.com>\n" +"PO-Revision-Date: 2017-11-24 10:45+0000\n" +"Last-Translator: Matt <chchwy@gmail.com>\n" "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/" "godot-engine/godot/zh_Hant/>\n" "Language: zh_TW\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 2.16-dev\n" +"X-Generator: Weblate 2.18-dev\n" #: editor/animation_editor.cpp msgid "Disabled" @@ -29,8 +32,9 @@ msgid "All Selection" msgstr "所有的選擇" #: editor/animation_editor.cpp -msgid "Move Add Key" -msgstr "" +#, fuzzy +msgid "Anim Change Keyframe Time" +msgstr "動畫更改座標" #: editor/animation_editor.cpp msgid "Anim Change Transition" @@ -41,8 +45,9 @@ msgid "Anim Change Transform" msgstr "動畫更改座標" #: editor/animation_editor.cpp -msgid "Anim Change Value" -msgstr "" +#, fuzzy +msgid "Anim Change Keyframe Value" +msgstr "動畫更改座標" #: editor/animation_editor.cpp msgid "Anim Change Call" @@ -50,39 +55,39 @@ msgstr "" #: editor/animation_editor.cpp msgid "Anim Add Track" -msgstr "" +msgstr "添加動畫軌" #: editor/animation_editor.cpp msgid "Anim Duplicate Keys" -msgstr "" +msgstr "複製動畫關鍵畫格" #: editor/animation_editor.cpp msgid "Move Anim Track Up" -msgstr "" +msgstr "上移動畫軌" #: editor/animation_editor.cpp msgid "Move Anim Track Down" -msgstr "" +msgstr "動畫軌下移" #: editor/animation_editor.cpp msgid "Remove Anim Track" -msgstr "" +msgstr "刪除動畫軌" #: editor/animation_editor.cpp msgid "Set Transitions to:" -msgstr "" +msgstr "設定轉場效果為:" #: editor/animation_editor.cpp msgid "Anim Track Rename" -msgstr "" +msgstr "重新命名動畫軌" #: editor/animation_editor.cpp msgid "Anim Track Change Interpolation" -msgstr "" +msgstr "改變動畫軌內插" #: editor/animation_editor.cpp msgid "Anim Track Change Value Mode" -msgstr "" +msgstr "動畫軌改變模式" #: editor/animation_editor.cpp msgid "Anim Track Change Wrap Mode" @@ -98,9 +103,10 @@ msgstr "編輯所選曲線" #: editor/animation_editor.cpp msgid "Anim Delete Keys" -msgstr "" +msgstr "刪除動畫關鍵畫格" #: editor/animation_editor.cpp editor/plugins/tile_map_editor_plugin.cpp +#: modules/gridmap/grid_map_editor_plugin.cpp msgid "Duplicate Selection" msgstr "複製所選" @@ -114,11 +120,11 @@ msgstr "移除所選" #: editor/animation_editor.cpp msgid "Continuous" -msgstr "" +msgstr "連續" #: editor/animation_editor.cpp msgid "Discrete" -msgstr "" +msgstr "不連續" #: editor/animation_editor.cpp msgid "Trigger" @@ -126,19 +132,19 @@ msgstr "觸發器" #: editor/animation_editor.cpp msgid "Anim Add Key" -msgstr "" +msgstr "添加動畫關鍵畫格" #: editor/animation_editor.cpp msgid "Anim Move Keys" -msgstr "" +msgstr "移動動畫畫格" #: editor/animation_editor.cpp msgid "Scale Selection" -msgstr "" +msgstr "縮放所選" #: editor/animation_editor.cpp msgid "Scale From Cursor" -msgstr "" +msgstr "由游標位置縮放" #: editor/animation_editor.cpp msgid "Goto Next Step" @@ -155,19 +161,19 @@ msgstr "線性" #: editor/animation_editor.cpp editor/plugins/theme_editor_plugin.cpp msgid "Constant" -msgstr "" +msgstr "固定" #: editor/animation_editor.cpp msgid "In" -msgstr "" +msgstr "進" #: editor/animation_editor.cpp msgid "Out" -msgstr "" +msgstr "出" #: editor/animation_editor.cpp msgid "In-Out" -msgstr "" +msgstr "進出" #: editor/animation_editor.cpp msgid "Out-In" @@ -175,7 +181,7 @@ msgstr "" #: editor/animation_editor.cpp msgid "Transitions" -msgstr "" +msgstr "轉場動畫" #: editor/animation_editor.cpp msgid "Optimize Animation" @@ -183,29 +189,27 @@ msgstr "最佳化動畫" #: editor/animation_editor.cpp msgid "Clean-Up Animation" -msgstr "" +msgstr "清除動畫" #: editor/animation_editor.cpp msgid "Create NEW track for %s and insert key?" -msgstr "" +msgstr "%s 新增新軌並插入畫格?" #: editor/animation_editor.cpp msgid "Create %d NEW tracks and insert keys?" -msgstr "" +msgstr "創建 %d 個新軌並插入畫格?" #: editor/animation_editor.cpp editor/create_dialog.cpp -#: editor/editor_audio_buses.cpp +#: editor/editor_audio_buses.cpp editor/plugins/abstract_polygon_2d_editor.cpp #: editor/plugins/light_occluder_2d_editor_plugin.cpp #: editor/plugins/mesh_instance_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp -#: editor/plugins/particles_editor_plugin.cpp editor/project_manager.cpp -#: editor/script_create_dialog.cpp +#: editor/plugins/particles_editor_plugin.cpp editor/script_create_dialog.cpp msgid "Create" msgstr "新增" #: editor/animation_editor.cpp msgid "Anim Create & Insert" -msgstr "" +msgstr "動畫建立與插入" #: editor/animation_editor.cpp msgid "Anim Insert Track & Key" @@ -359,265 +363,6 @@ msgstr "" msgid "Change Array Value" msgstr "" -#: editor/asset_library_editor_plugin.cpp -msgid "Free" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp editor/editor_plugin_settings.cpp -msgid "Version:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Contents:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -#, fuzzy -msgid "View Files" -msgstr "過濾檔案.." - -#: editor/asset_library_editor_plugin.cpp editor/create_dialog.cpp -#: editor/editor_help.cpp editor/property_selector.cpp -#: editor/script_editor_debugger.cpp -msgid "Description:" -msgstr "描述:" - -#: editor/asset_library_editor_plugin.cpp editor/editor_asset_installer.cpp -#: editor/project_manager.cpp -msgid "Install" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp editor/call_dialog.cpp -#: editor/connections_dialog.cpp editor/export_template_manager.cpp -#: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/canvas_item_editor_plugin.cpp -#: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/sample_library_editor_plugin.cpp -#: editor/plugins/script_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp -#: editor/project_settings_editor.cpp editor/property_editor.cpp -#: editor/run_settings_dialog.cpp editor/settings_config_dialog.cpp -#: modules/visual_script/visual_script_editor.cpp -msgid "Close" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Can't resolve hostname:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Can't resolve." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Connection error, please try again." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -#, fuzzy -msgid "Can't connect." -msgstr "連接..." - -#: editor/asset_library_editor_plugin.cpp -msgid "Can't connect to host:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "No response from host:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "No response." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Request failed, return code:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Req. Failed." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Request failed, too many redirects" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Redirect Loop." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Failed:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Bad download hash, assuming file has been tampered with." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Expected:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Got:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Failed sha256 hash check" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Asset Download Error:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp editor/editor_asset_installer.cpp -msgid "Success!" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Fetching:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Resolving.." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -#, fuzzy -msgid "Connecting.." -msgstr "連接..." - -#: editor/asset_library_editor_plugin.cpp -msgid "Requesting.." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -#, fuzzy -msgid "Error making request" -msgstr "載入場景時發生錯誤" - -#: editor/asset_library_editor_plugin.cpp -msgid "Idle" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Retry" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Download Error" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Download for this asset is already in progress!" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "first" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "prev" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "next" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "last" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "All" -msgstr "全部" - -#: editor/asset_library_editor_plugin.cpp editor/create_dialog.cpp -#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -#: editor/property_selector.cpp editor/quick_open.cpp -#: editor/settings_config_dialog.cpp -msgid "Search:" -msgstr "搜尋:" - -#: editor/asset_library_editor_plugin.cpp editor/code_editor.cpp -#: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/project_settings_editor.cpp -msgid "Search" -msgstr "搜尋" - -#: editor/asset_library_editor_plugin.cpp editor/editor_node.cpp -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_font_import_plugin.cpp -#: editor/io_plugins/editor_mesh_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -#: editor/io_plugins/editor_translation_import_plugin.cpp -#: editor/project_manager.cpp -msgid "Import" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp editor/project_settings_editor.cpp -msgid "Plugins" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Sort:" -msgstr "排序:" - -#: editor/asset_library_editor_plugin.cpp -msgid "Reverse" -msgstr "反轉" - -#: editor/asset_library_editor_plugin.cpp editor/project_settings_editor.cpp -msgid "Category:" -msgstr "類別:" - -#: editor/asset_library_editor_plugin.cpp -msgid "Site:" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Support.." -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Official" -msgstr "官方" - -#: editor/asset_library_editor_plugin.cpp editor/editor_node.cpp -msgid "Community" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Testing" -msgstr "" - -#: editor/asset_library_editor_plugin.cpp -msgid "Assets ZIP File" -msgstr "" - -#: editor/call_dialog.cpp -msgid "Method List For '%s':" -msgstr "" - -#: editor/call_dialog.cpp modules/visual_script/visual_script_editor.cpp -msgid "Call" -msgstr "" - -#: editor/call_dialog.cpp -msgid "Method List:" -msgstr "方法:" - -#: editor/call_dialog.cpp -msgid "Arguments:" -msgstr "輸入參數" - -#: editor/call_dialog.cpp -msgid "Return:" -msgstr "回傳值:" - #: editor/code_editor.cpp msgid "Go to Line" msgstr "前往第...行" @@ -635,14 +380,6 @@ msgid "Replaced %d occurrence(s)." msgstr "取代了 %d 個" #: editor/code_editor.cpp -msgid "Replace" -msgstr "取代" - -#: editor/code_editor.cpp -msgid "Replace All" -msgstr "取代全部" - -#: editor/code_editor.cpp msgid "Match Case" msgstr "符合大小寫" @@ -651,46 +388,22 @@ msgid "Whole Words" msgstr "" #: editor/code_editor.cpp -msgid "Selection Only" -msgstr "僅選擇區域" - -#: editor/code_editor.cpp editor/editor_help.cpp -msgid "Find" -msgstr "尋找" - -#: editor/code_editor.cpp -msgid "Next" -msgstr "下一個" - -#: editor/code_editor.cpp -msgid "Not found!" -msgstr "找不到!" - -#: editor/code_editor.cpp -msgid "Replace By" -msgstr "用...取代" - -#: editor/code_editor.cpp -msgid "Case Sensitive" -msgstr "區分大小寫" +msgid "Replace" +msgstr "取代" #: editor/code_editor.cpp -msgid "Backwards" -msgstr "" +msgid "Replace All" +msgstr "取代全部" #: editor/code_editor.cpp -msgid "Prompt On Replace" -msgstr "每次取代都要先詢問我" +msgid "Selection Only" +msgstr "僅選擇區域" #: editor/code_editor.cpp -msgid "Skip" -msgstr "跳過" - -#: editor/code_editor.cpp editor/plugins/canvas_item_editor_plugin.cpp msgid "Zoom In" msgstr "放大" -#: editor/code_editor.cpp editor/plugins/canvas_item_editor_plugin.cpp +#: editor/code_editor.cpp msgid "Zoom Out" msgstr "縮小" @@ -758,6 +471,20 @@ msgstr "延遲" msgid "Oneshot" msgstr "" +#: editor/connections_dialog.cpp editor/dependency_editor.cpp +#: editor/export_template_manager.cpp +#: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/resource_preloader_editor_plugin.cpp +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp editor/project_export.cpp +#: editor/project_settings_editor.cpp editor/property_editor.cpp +#: editor/run_settings_dialog.cpp editor/settings_config_dialog.cpp +#: modules/visual_script/visual_script_editor.cpp +msgid "Close" +msgstr "" + #: editor/connections_dialog.cpp msgid "Connect" msgstr "" @@ -771,7 +498,7 @@ msgid "Connecting Signal:" msgstr "" #: editor/connections_dialog.cpp -msgid "Create Subscription" +msgid "Disconnect '%s' from '%s'" msgstr "" #: editor/connections_dialog.cpp @@ -783,12 +510,23 @@ msgstr "連接..." msgid "Disconnect" msgstr "斷線" -#: editor/connections_dialog.cpp editor/node_dock.cpp +#: editor/connections_dialog.cpp editor/editor_help.cpp editor/node_dock.cpp msgid "Signals" msgstr "" #: editor/create_dialog.cpp -msgid "Create New" +#, fuzzy +msgid "Change %s Type" +msgstr "變更鏡頭尺寸" + +#: editor/create_dialog.cpp editor/project_settings_editor.cpp +#: modules/visual_script/visual_script_editor.cpp +msgid "Change" +msgstr "" + +#: editor/create_dialog.cpp +#, fuzzy +msgid "Create New %s" msgstr "新增" #: editor/create_dialog.cpp editor/editor_file_dialog.cpp @@ -800,12 +538,25 @@ msgstr "我的最愛:" msgid "Recent:" msgstr "最近存取:" +#: editor/create_dialog.cpp editor/editor_node.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +#: editor/plugins/script_editor_plugin.cpp editor/property_selector.cpp +#: editor/quick_open.cpp +msgid "Search:" +msgstr "搜尋:" + #: editor/create_dialog.cpp editor/editor_help.cpp #: editor/plugins/script_editor_plugin.cpp editor/property_selector.cpp #: editor/quick_open.cpp msgid "Matches:" msgstr "符合條件:" +#: editor/create_dialog.cpp editor/editor_help.cpp +#: editor/plugins/asset_library_editor_plugin.cpp editor/property_selector.cpp +#: editor/script_editor_debugger.cpp +msgid "Description:" +msgstr "描述:" + #: editor/dependency_editor.cpp msgid "Search Replacement For:" msgstr "" @@ -829,6 +580,7 @@ msgid "" msgstr "" #: editor/dependency_editor.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp msgid "Dependencies" msgstr "" @@ -858,11 +610,22 @@ msgstr "" msgid "Search Replacement Resource:" msgstr "" +#: editor/dependency_editor.cpp editor/editor_file_dialog.cpp +#: editor/editor_help.cpp editor/editor_node.cpp editor/filesystem_dock.cpp +#: editor/plugins/script_editor_plugin.cpp editor/property_selector.cpp +#: editor/quick_open.cpp scene/gui/file_dialog.cpp +msgid "Open" +msgstr "開啟" + #: editor/dependency_editor.cpp msgid "Owners Of:" msgstr "" #: editor/dependency_editor.cpp +msgid "Remove selected files from the project? (no undo)" +msgstr "此動作無法復原, 確定要從專案中刪除所選的檔案?" + +#: editor/dependency_editor.cpp msgid "" "The files being removed are required by other resources in order for them to " "work.\n" @@ -872,11 +635,10 @@ msgstr "" "此動作無法復原, 確定要刪除嗎?" #: editor/dependency_editor.cpp -msgid "Remove selected files from the project? (no undo)" -msgstr "此動作無法復原, 確定要從專案中刪除所選的檔案?" +msgid "Cannot remove:" +msgstr "" #: editor/dependency_editor.cpp -#, fuzzy msgid "Error loading:" msgstr "載入時發生錯誤:" @@ -921,12 +683,21 @@ msgid "Delete selected files?" msgstr "確定刪除所選擇的檔案嗎?" #: editor/dependency_editor.cpp editor/editor_audio_buses.cpp -#: editor/editor_node.cpp editor/filesystem_dock.cpp -#: editor/plugins/item_list_editor_plugin.cpp editor/project_export.cpp -#: editor/project_settings_editor.cpp editor/scene_tree_dock.cpp +#: editor/editor_file_dialog.cpp editor/editor_node.cpp +#: editor/filesystem_dock.cpp editor/plugins/item_list_editor_plugin.cpp +#: editor/project_export.cpp editor/project_settings_editor.cpp +#: editor/scene_tree_dock.cpp msgid "Delete" msgstr "刪除" +#: editor/dictionary_property_edit.cpp +msgid "Change Dictionary Key" +msgstr "" + +#: editor/dictionary_property_edit.cpp +msgid "Change Dictionary Value" +msgstr "" + #: editor/editor_about.cpp msgid "Thanks from the Godot community!" msgstr "" @@ -940,24 +711,52 @@ msgid "Godot Engine contributors" msgstr "" #: editor/editor_about.cpp -msgid "Authors" +msgid "Project Founders" +msgstr "專案創始人" + +#: editor/editor_about.cpp +msgid "Lead Developer" msgstr "" #: editor/editor_about.cpp #, fuzzy -msgid "Project Founders" -msgstr "專案設定" +msgid "Project Manager " +msgstr "專案創始人" #: editor/editor_about.cpp -msgid "Lead Developer" +msgid "Developers" msgstr "" -#: editor/editor_about.cpp editor/project_manager.cpp -msgid "Project Manager" +#: editor/editor_about.cpp +msgid "Authors" msgstr "" #: editor/editor_about.cpp -msgid "Developers" +msgid "Platinum Sponsors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Gold Sponsors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Mini Sponsors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Gold Donors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Silver Donors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Bronze Donors" +msgstr "" + +#: editor/editor_about.cpp +msgid "Donors" msgstr "" #: editor/editor_about.cpp @@ -1002,6 +801,16 @@ msgid "Package Installed Successfully!" msgstr "" #: editor/editor_asset_installer.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Success!" +msgstr "" + +#: editor/editor_asset_installer.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Install" +msgstr "" + +#: editor/editor_asset_installer.cpp msgid "Package Installer" msgstr "" @@ -1018,6 +827,11 @@ msgid "Rename Audio Bus" msgstr "" #: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Change Audio Bus Volume" +msgstr "重設縮放大小" + +#: editor/editor_audio_buses.cpp msgid "Toggle Audio Bus Solo" msgstr "" @@ -1050,11 +864,6 @@ msgid "Audio Bus, Drag and Drop to rearrange." msgstr "" #: editor/editor_audio_buses.cpp -#, fuzzy -msgid "Bus options" -msgstr "除錯選項" - -#: editor/editor_audio_buses.cpp msgid "Solo" msgstr "" @@ -1066,17 +875,31 @@ msgstr "" msgid "Bypass" msgstr "" -#: editor/editor_audio_buses.cpp editor/plugins/tile_map_editor_plugin.cpp -#: editor/scene_tree_dock.cpp +#: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Bus options" +msgstr "除錯選項" + +#: editor/editor_audio_buses.cpp editor/filesystem_dock.cpp +#: editor/plugins/tile_map_editor_plugin.cpp editor/scene_tree_dock.cpp msgid "Duplicate" msgstr "" #: editor/editor_audio_buses.cpp #, fuzzy +msgid "Reset Volume" +msgstr "重設縮放大小" + +#: editor/editor_audio_buses.cpp +#, fuzzy msgid "Delete Effect" msgstr "刪除" #: editor/editor_audio_buses.cpp +msgid "Audio" +msgstr "" + +#: editor/editor_audio_buses.cpp msgid "Add Audio Bus" msgstr "" @@ -1094,6 +917,11 @@ msgid "Duplicate Audio Bus" msgstr "複製所選" #: editor/editor_audio_buses.cpp +#, fuzzy +msgid "Reset Bus Volume" +msgstr "重設縮放大小" + +#: editor/editor_audio_buses.cpp msgid "Move Audio Bus" msgstr "" @@ -1125,7 +953,8 @@ msgstr "" msgid "Create a new Bus Layout." msgstr "" -#: editor/editor_audio_buses.cpp editor/script_create_dialog.cpp +#: editor/editor_audio_buses.cpp editor/property_editor.cpp +#: editor/script_create_dialog.cpp msgid "Load" msgstr "載入" @@ -1143,9 +972,8 @@ msgid "Save this Bus Layout to a file." msgstr "" #: editor/editor_audio_buses.cpp editor/import_dock.cpp -#, fuzzy msgid "Load Default" -msgstr "預設" +msgstr "載入預設值" #: editor/editor_audio_buses.cpp msgid "Load the default Bus Layout." @@ -1216,7 +1044,7 @@ msgid "Rearrange Autoloads" msgstr "" #: editor/editor_autoload_settings.cpp editor/editor_file_dialog.cpp -#: editor/io_plugins/editor_font_import_plugin.cpp scene/gui/file_dialog.cpp +#: scene/gui/file_dialog.cpp msgid "Path:" msgstr "路徑:" @@ -1224,9 +1052,8 @@ msgstr "路徑:" msgid "Node Name:" msgstr "節點名稱:" -#: editor/editor_autoload_settings.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/plugins/sample_library_editor_plugin.cpp editor/project_manager.cpp +#: editor/editor_autoload_settings.cpp editor/editor_profiler.cpp +#: editor/project_manager.cpp editor/settings_config_dialog.cpp msgid "Name" msgstr "名稱" @@ -1234,12 +1061,7 @@ msgstr "名稱" msgid "Singleton" msgstr "" -#: editor/editor_autoload_settings.cpp -msgid "List:" -msgstr "列表:" - #: editor/editor_data.cpp -#, fuzzy msgid "Updating Scene" msgstr "更新場景" @@ -1251,6 +1073,14 @@ msgstr "正在儲存變更.." msgid "Updating scene.." msgstr "更新場景中.." +#: editor/editor_data.cpp +msgid "[empty]" +msgstr "" + +#: editor/editor_data.cpp +msgid "[unsaved]" +msgstr "" + #: editor/editor_dir_dialog.cpp msgid "Please select a base directory first" msgstr "" @@ -1260,18 +1090,19 @@ msgid "Choose a Directory" msgstr "選擇資料夾" #: editor/editor_dir_dialog.cpp editor/editor_file_dialog.cpp -#: scene/gui/file_dialog.cpp +#: editor/filesystem_dock.cpp scene/gui/file_dialog.cpp msgid "Create Folder" msgstr "新增資料夾" #: editor/editor_dir_dialog.cpp editor/editor_file_dialog.cpp -#: editor/editor_plugin_settings.cpp editor/plugins/theme_editor_plugin.cpp -#: editor/project_export.cpp scene/gui/file_dialog.cpp +#: editor/editor_plugin_settings.cpp editor/filesystem_dock.cpp +#: editor/plugins/theme_editor_plugin.cpp editor/project_export.cpp +#: scene/gui/file_dialog.cpp msgid "Name:" msgstr "名稱:" #: editor/editor_dir_dialog.cpp editor/editor_file_dialog.cpp -#: scene/gui/file_dialog.cpp +#: editor/filesystem_dock.cpp scene/gui/file_dialog.cpp msgid "Could not create folder." msgstr "無法新增資料夾" @@ -1288,36 +1119,34 @@ msgid "Packing" msgstr "" #: editor/editor_export.cpp platform/javascript/export/export.cpp -msgid "Template file not found:\n" +msgid "Template file not found:" msgstr "" -#: editor/editor_export.cpp -msgid "Added:" -msgstr "已新增:" - -#: editor/editor_export.cpp -msgid "Removed:" -msgstr "已刪除:" +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +msgid "File Exists, Overwrite?" +msgstr "檔案已經存在, 要覆寫嗎?" -#: editor/editor_export.cpp -msgid "Error saving atlas:" -msgstr "" +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +#, fuzzy +msgid "Select Current Folder" +msgstr "新增資料夾" -#: editor/editor_export.cpp -msgid "Could not save atlas subtexture:" +#: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp +msgid "Copy Path" msgstr "" -#: editor/editor_export.cpp -msgid "Exporting for %s" +#: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp +msgid "Show In File Manager" msgstr "" -#: editor/editor_export.cpp -msgid "Setting Up.." -msgstr "" +#: editor/editor_file_dialog.cpp editor/filesystem_dock.cpp +#, fuzzy +msgid "New Folder.." +msgstr "新增資料夾" -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "File Exists, Overwrite?" -msgstr "檔案已經存在, 要覆寫嗎?" +#: editor/editor_file_dialog.cpp +msgid "Refresh" +msgstr "重新整理" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "All Recognized" @@ -1327,12 +1156,6 @@ msgstr "" msgid "All Files (*)" msgstr "所有類型檔案" -#: editor/editor_file_dialog.cpp editor/editor_help.cpp editor/editor_node.cpp -#: editor/filesystem_dock.cpp editor/plugins/script_editor_plugin.cpp -#: editor/property_selector.cpp editor/quick_open.cpp scene/gui/file_dialog.cpp -msgid "Open" -msgstr "開啟" - #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Open a File" msgstr "" @@ -1372,10 +1195,6 @@ msgid "Go Up" msgstr "往上" #: editor/editor_file_dialog.cpp -msgid "Refresh" -msgstr "重新整理" - -#: editor/editor_file_dialog.cpp msgid "Toggle Hidden Files" msgstr "" @@ -1400,6 +1219,11 @@ msgid "Move Favorite Down" msgstr "" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp +#, fuzzy +msgid "Go to parent folder" +msgstr "無法新增資料夾" + +#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Directories & Files:" msgstr "資料夾 & 檔案:" @@ -1413,10 +1237,6 @@ msgid "File:" msgstr "檔案:" #: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp -msgid "Filter:" -msgstr "過濾器:" - -#: editor/editor_file_dialog.cpp scene/gui/file_dialog.cpp msgid "Must use a valid extension." msgstr "" @@ -1441,6 +1261,10 @@ msgstr "" msgid "Search Classes" msgstr "" +#: editor/editor_help.cpp editor/plugins/spatial_editor_plugin.cpp +msgid "Top" +msgstr "" + #: editor/editor_help.cpp editor/property_editor.cpp msgid "Class:" msgstr "" @@ -1457,15 +1281,27 @@ msgstr "" msgid "Brief Description:" msgstr "" +#: editor/editor_help.cpp +msgid "Members" +msgstr "" + #: editor/editor_help.cpp modules/visual_script/visual_script_editor.cpp msgid "Members:" msgstr "" #: editor/editor_help.cpp +msgid "Public Methods" +msgstr "" + +#: editor/editor_help.cpp msgid "Public Methods:" msgstr "" #: editor/editor_help.cpp +msgid "GUI Theme Items" +msgstr "" + +#: editor/editor_help.cpp msgid "GUI Theme Items:" msgstr "" @@ -1474,6 +1310,10 @@ msgid "Signals:" msgstr "" #: editor/editor_help.cpp +msgid "Enumerations" +msgstr "" + +#: editor/editor_help.cpp msgid "Enumerations:" msgstr "" @@ -1482,45 +1322,90 @@ msgid "enum " msgstr "" #: editor/editor_help.cpp +msgid "Constants" +msgstr "" + +#: editor/editor_help.cpp msgid "Constants:" msgstr "" #: editor/editor_help.cpp +msgid "Description" +msgstr "描述:" + +#: editor/editor_help.cpp +msgid "Online Tutorials:" +msgstr "" + +#: editor/editor_help.cpp +msgid "" +"There are currently no tutorials for this class, you can [color=$color][url=" +"$url]contribute one[/url][/color] or [color=$color][url=$url2]request one[/" +"url][/color]." +msgstr "" + +#: editor/editor_help.cpp +msgid "Properties" +msgstr "" + +#: editor/editor_help.cpp msgid "Property Description:" msgstr "" #: editor/editor_help.cpp +msgid "" +"There is currently no description for this property. Please help us by " +"[color=$color][url=$url]contributing one[/url][/color]!" +msgstr "" + +#: editor/editor_help.cpp +msgid "Methods" +msgstr "方法" + +#: editor/editor_help.cpp msgid "Method Description:" msgstr "" #: editor/editor_help.cpp +msgid "" +"There is currently no description for this method. Please help us by [color=" +"$color][url=$url]contributing one[/url][/color]!" +msgstr "" + +#: editor/editor_help.cpp msgid "Search Text" msgstr "搜尋詞彙" +#: editor/editor_help.cpp +msgid "Find" +msgstr "尋找" + #: editor/editor_log.cpp -#, fuzzy msgid "Output:" -msgstr " 輸出:" +msgstr "輸出:" #: editor/editor_log.cpp editor/plugins/animation_tree_editor_plugin.cpp -#: editor/plugins/rich_text_editor_plugin.cpp editor/property_editor.cpp -#: editor/script_editor_debugger.cpp scene/gui/line_edit.cpp +#: editor/property_editor.cpp editor/script_editor_debugger.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp scene/gui/line_edit.cpp #: scene/gui/text_edit.cpp msgid "Clear" msgstr "清除" +#: editor/editor_log.cpp +#, fuzzy +msgid "Clear Output" +msgstr "輸出:" + #: editor/editor_node.cpp editor/plugins/animation_player_editor_plugin.cpp -#: editor/resources_dock.cpp msgid "Error saving resource!" msgstr "" #: editor/editor_node.cpp editor/plugins/animation_player_editor_plugin.cpp -#: editor/resources_dock.cpp msgid "Save Resource As.." msgstr "" -#: editor/editor_node.cpp editor/export_template_manager.cpp -#: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp +#: editor/editor_node.cpp editor/plugins/spatial_editor_plugin.cpp +#: editor/scene_tree_dock.cpp msgid "I see.." msgstr "我知道了" @@ -1537,6 +1422,26 @@ msgid "Error while saving." msgstr "" #: editor/editor_node.cpp +msgid "Can't open '%s'." +msgstr "無法開啟 \"%s\"。" + +#: editor/editor_node.cpp +msgid "Error while parsing '%s'." +msgstr "分析 \"%s\" 時發生錯誤。" + +#: editor/editor_node.cpp +msgid "Unexpected end of file '%s'." +msgstr "" + +#: editor/editor_node.cpp +msgid "Missing '%s' or its dependencies." +msgstr "" + +#: editor/editor_node.cpp +msgid "Error while loading '%s'." +msgstr "載入 \"%s\" 時發生錯誤。" + +#: editor/editor_node.cpp msgid "Saving Scene" msgstr "" @@ -1555,7 +1460,8 @@ msgstr "此操作無法復原, 確定要還原嗎?" #: editor/editor_node.cpp msgid "" -"Couldn't save scene. Likely dependencies (instances) couldn't be satisfied." +"Couldn't save scene. Likely dependencies (instances or inheritance) couldn't " +"be satisfied." msgstr "" #: editor/editor_node.cpp @@ -1595,6 +1501,48 @@ msgid "Restored default layout to base settings." msgstr "" #: editor/editor_node.cpp +msgid "" +"This resource belongs to a scene that was imported, so it's not editable.\n" +"Please read the documentation relevant to importing scenes to better " +"understand this workflow." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"This resource belongs to a scene that was instanced or inherited.\n" +"Changes to it will not be kept when saving the current scene." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"This resource was imported, so it's not editable. Change its settings in the " +"import panel and then re-import." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"This scene was imported, so changes to it will not be kept.\n" +"Instancing it or inheriting will allow making changes to it.\n" +"Please read the documentation relevant to importing scenes to better " +"understand this workflow." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"This is a remote object so changes to it will not be kept.\n" +"Please read the documentation relevant to debugging to better understand " +"this workflow." +msgstr "" + +#: editor/editor_node.cpp +msgid "Expand all properties" +msgstr "" + +#: editor/editor_node.cpp +msgid "Collapse all properties" +msgstr "" + +#: editor/editor_node.cpp msgid "Copy Params" msgstr "複製參數" @@ -1705,6 +1653,11 @@ msgid "Export Mesh Library" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "This operation can't be done without a root node." +msgstr "此操作無法復原, 確定要還原嗎?" + +#: editor/editor_node.cpp msgid "Export Tile Set" msgstr "" @@ -1757,23 +1710,34 @@ msgid "Save changes the following scene(s) before opening Project Manager?" msgstr "" #: editor/editor_node.cpp +msgid "" +"This option is deprecated. Situations where refresh must be forced are now " +"considered a bug. Please report." +msgstr "" + +#: editor/editor_node.cpp msgid "Pick a Main Scene" msgstr "挑一個主要場景" #: editor/editor_node.cpp -msgid "Unable to enable addon plugin at: '" +msgid "Unable to enable addon plugin at: '%s' parsing of config failed." msgstr "" #: editor/editor_node.cpp -msgid "' parsing of config failed." +msgid "Unable to find script field for addon plugin at: 'res://addons/%s'." msgstr "" #: editor/editor_node.cpp -msgid "Unable to find script field for addon plugin at: 'res://addons/" +msgid "Unable to load addon script from path: '%s'." +msgstr "" + +#: editor/editor_node.cpp +msgid "" +"Unable to load addon script from path: '%s' Base type is not EditorPlugin." msgstr "" #: editor/editor_node.cpp -msgid "Unable to load addon script from path: '" +msgid "Unable to load addon script from path: '%s' Script is not in tool mode." msgstr "" #: editor/editor_node.cpp @@ -1783,7 +1747,7 @@ msgid "" msgstr "" #: editor/editor_node.cpp editor/plugins/canvas_item_editor_plugin.cpp -#: editor/scene_tree_dock.cpp +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp msgid "Ugh" msgstr "呃" @@ -1794,14 +1758,15 @@ msgid "" msgstr "" #: editor/editor_node.cpp -msgid "Error loading scene." -msgstr "載入場景時發生錯誤" - -#: editor/editor_node.cpp msgid "Scene '%s' has broken dependencies:" msgstr "" #: editor/editor_node.cpp +#, fuzzy +msgid "Clear Recent Scenes" +msgstr "關閉場景" + +#: editor/editor_node.cpp msgid "Save Layout" msgstr "" @@ -1819,12 +1784,23 @@ msgid "Switch Scene Tab" msgstr "切換場景分頁" #: editor/editor_node.cpp -msgid "%d more file(s)" +#, fuzzy +msgid "%d more files or folders" +msgstr "還有 %d 個檔案或資料夾" + +#: editor/editor_node.cpp +#, fuzzy +msgid "%d more folders" msgstr "還有 %d 個檔案" #: editor/editor_node.cpp -msgid "%d more file(s) or folder(s)" -msgstr "還有 %d 個檔案或資料夾" +#, fuzzy +msgid "%d more files" +msgstr "還有 %d 個檔案" + +#: editor/editor_node.cpp +msgid "Dock Position" +msgstr "" #: editor/editor_node.cpp msgid "Distraction Free Mode" @@ -1834,7 +1810,12 @@ msgstr "" msgid "Toggle distraction-free mode." msgstr "" -#: editor/editor_node.cpp editor/io_plugins/editor_scene_import_plugin.cpp +#: editor/editor_node.cpp +#, fuzzy +msgid "Add a new scene." +msgstr "更新場景中.." + +#: editor/editor_node.cpp #, fuzzy msgid "Scene" msgstr "場景" @@ -1900,13 +1881,12 @@ msgid "TileSet.." msgstr "" #: editor/editor_node.cpp editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp scene/gui/line_edit.cpp -#: scene/gui/text_edit.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Undo" msgstr "復原" #: editor/editor_node.cpp editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp +#: scene/gui/line_edit.cpp msgid "Redo" msgstr "取消「復原」" @@ -2043,6 +2023,13 @@ msgstr "" msgid "Classes" msgstr "" +#: editor/editor_node.cpp editor/plugins/asset_library_editor_plugin.cpp +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/shader_editor_plugin.cpp editor/project_settings_editor.cpp +msgid "Search" +msgstr "搜尋" + #: editor/editor_node.cpp editor/plugins/script_editor_plugin.cpp msgid "Online Docs" msgstr "" @@ -2055,6 +2042,10 @@ msgstr "" msgid "Issue Tracker" msgstr "" +#: editor/editor_node.cpp editor/plugins/asset_library_editor_plugin.cpp +msgid "Community" +msgstr "" + #: editor/editor_node.cpp msgid "About" msgstr "" @@ -2063,7 +2054,7 @@ msgstr "" msgid "Play the project." msgstr "遊玩此專案" -#: editor/editor_node.cpp editor/plugins/sample_library_editor_plugin.cpp +#: editor/editor_node.cpp msgid "Play" msgstr "開始" @@ -2079,7 +2070,7 @@ msgstr "暫停場景" msgid "Stop the scene." msgstr "停止此場景" -#: editor/editor_node.cpp editor/plugins/sample_library_editor_plugin.cpp +#: editor/editor_node.cpp msgid "Stop" msgstr "停止" @@ -2152,27 +2143,28 @@ msgid "Object properties." msgstr "" #: editor/editor_node.cpp -msgid "FileSystem" +msgid "Changes may be lost!" msgstr "" -#: editor/editor_node.cpp editor/node_dock.cpp -msgid "Node" +#: editor/editor_node.cpp editor/plugins/asset_library_editor_plugin.cpp +#: editor/project_manager.cpp +msgid "Import" msgstr "" #: editor/editor_node.cpp -msgid "Output" +msgid "Node" msgstr "" #: editor/editor_node.cpp -msgid "Don't Save" +msgid "FileSystem" msgstr "" -#: editor/editor_node.cpp editor/editor_reimport_dialog.cpp -msgid "Re-Import" +#: editor/editor_node.cpp +msgid "Output" msgstr "" -#: editor/editor_node.cpp editor/editor_plugin_settings.cpp -msgid "Update" +#: editor/editor_node.cpp +msgid "Don't Save" msgstr "" #: editor/editor_node.cpp @@ -2223,7 +2215,7 @@ msgstr "" msgid "Open Script Editor" msgstr "" -#: editor/editor_node.cpp +#: editor/editor_node.cpp editor/project_manager.cpp msgid "Open Asset Library" msgstr "" @@ -2236,11 +2228,28 @@ msgstr "離開編輯器嗎?" msgid "Open the previous Editor" msgstr "" +#: editor/editor_plugin.cpp +msgid "Creating Mesh Previews" +msgstr "" + +#: editor/editor_plugin.cpp +msgid "Thumbnail.." +msgstr "" + #: editor/editor_plugin_settings.cpp msgid "Installed Plugins:" msgstr "" #: editor/editor_plugin_settings.cpp +msgid "Update" +msgstr "" + +#: editor/editor_plugin_settings.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Version:" +msgstr "" + +#: editor/editor_plugin_settings.cpp msgid "Author:" msgstr "" @@ -2273,7 +2282,7 @@ msgid "Frame %" msgstr "" #: editor/editor_profiler.cpp -msgid "Fixed Frame %" +msgid "Physics Frame %" msgstr "" #: editor/editor_profiler.cpp editor/script_editor_debugger.cpp @@ -2292,24 +2301,12 @@ msgstr "" msgid "Frame #:" msgstr "" -#: editor/editor_reimport_dialog.cpp -msgid "Please wait for scan to complete." -msgstr "" - -#: editor/editor_reimport_dialog.cpp -msgid "Current scene must be saved to re-import." -msgstr "" - -#: editor/editor_reimport_dialog.cpp -msgid "Save & Re-Import" -msgstr "" - -#: editor/editor_reimport_dialog.cpp -msgid "Re-Importing" +#: editor/editor_profiler.cpp +msgid "Time" msgstr "" -#: editor/editor_reimport_dialog.cpp -msgid "Re-Import Changed Resources" +#: editor/editor_profiler.cpp +msgid "Calls" msgstr "" #: editor/editor_run_native.cpp @@ -2387,6 +2384,10 @@ msgid "(Current)" msgstr "" #: editor/export_template_manager.cpp +msgid "Retrieving mirrors, please wait.." +msgstr "" + +#: editor/export_template_manager.cpp msgid "Remove template version '%s'?" msgstr "" @@ -2399,29 +2400,119 @@ msgid "Invalid version.txt format inside templates." msgstr "" #: editor/export_template_manager.cpp +msgid "No version.txt found inside templates." +msgstr "" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Error creating path for templates:" +msgstr "載入場景時發生錯誤" + +#: editor/export_template_manager.cpp +msgid "Extracting Export Templates" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Importing:" +msgstr "" + +#: editor/export_template_manager.cpp msgid "" -"Invalid version.txt format inside templates. Revision is not a valid " -"identifier." +"No download links found for this version. Direct download is only available " +"for official releases." msgstr "" #: editor/export_template_manager.cpp -msgid "No version.txt found inside templates." +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Can't resolve." msgstr "" #: editor/export_template_manager.cpp -msgid "Error creating path for templates:\n" +#: editor/plugins/asset_library_editor_plugin.cpp +#, fuzzy +msgid "Can't connect." +msgstr "連接..." + +#: editor/export_template_manager.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "No response." msgstr "" #: editor/export_template_manager.cpp -msgid "Extracting Export Templates" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request Failed." msgstr "" #: editor/export_template_manager.cpp -msgid "Importing:" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Redirect Loop." +msgstr "" + +#: editor/export_template_manager.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Failed:" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Download Complete." msgstr "" #: editor/export_template_manager.cpp -msgid "Loading Export Templates" +#, fuzzy +msgid "Error requesting url: " +msgstr "載入場景時發生錯誤" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Connecting to Mirror.." +msgstr "連接..." + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Disconnected" +msgstr "斷線" + +#: editor/export_template_manager.cpp +msgid "Resolving" +msgstr "" + +#: editor/export_template_manager.cpp +msgid "Can't Resolve" +msgstr "" + +#: editor/export_template_manager.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +#, fuzzy +msgid "Connecting.." +msgstr "連接..." + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Can't Connect" +msgstr "連接..." + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Connected" +msgstr "連接..." + +#: editor/export_template_manager.cpp +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Requesting.." +msgstr "" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Downloading" +msgstr "載入時發生錯誤:" + +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Connection Error" +msgstr "連接..." + +#: editor/export_template_manager.cpp +msgid "SSL Handshake Error" msgstr "" #: editor/export_template_manager.cpp @@ -2448,98 +2539,106 @@ msgstr "" msgid "Export Template Manager" msgstr "" -#: editor/file_type_cache.cpp -msgid "Can't open file_type_cache.cch for writing, not saving file type cache!" -msgstr "" +#: editor/export_template_manager.cpp +#, fuzzy +msgid "Download Templates" +msgstr "載入場景時發生錯誤" -#: editor/filesystem_dock.cpp -msgid "Cannot navigate to '" +#: editor/export_template_manager.cpp +msgid "Select mirror from list: " msgstr "" -#: editor/filesystem_dock.cpp -msgid "" -"\n" -"Status: Needs Re-Import" +#: editor/file_type_cache.cpp +msgid "Can't open file_type_cache.cch for writing, not saving file type cache!" msgstr "" #: editor/filesystem_dock.cpp -msgid "" -"\n" -"Source: " +msgid "Cannot navigate to '%s' as it has not been found in the file system!" msgstr "" #: editor/filesystem_dock.cpp -msgid "Same source and destination files, doing nothing." +msgid "View items as a grid of thumbnails" msgstr "" #: editor/filesystem_dock.cpp -msgid "Target file exists, can't overwrite. Delete first." +msgid "View items as a list" msgstr "" #: editor/filesystem_dock.cpp -msgid "Same source and destination paths, doing nothing." +msgid "Status: Import of file failed. Please fix file and reimport manually." msgstr "" #: editor/filesystem_dock.cpp -msgid "Can't move directories to within themselves." +msgid "Cannot move/rename resources root." msgstr "" #: editor/filesystem_dock.cpp -msgid "Can't rename deps for:\n" +msgid "Cannot move a folder into itself." msgstr "" #: editor/filesystem_dock.cpp #, fuzzy -msgid "Error moving file:\n" +msgid "Error moving:" msgstr "載入時發生錯誤:" #: editor/filesystem_dock.cpp #, fuzzy -msgid "Error moving dir:\n" +msgid "Error duplicating:" msgstr "載入時發生錯誤:" #: editor/filesystem_dock.cpp -msgid "Can't operate on '..'" -msgstr "" +#, fuzzy +msgid "Unable to update dependencies:" +msgstr "場景缺少了某些資源以至於無法載入" #: editor/filesystem_dock.cpp -msgid "Pick New Name and Location For:" +msgid "No name provided" msgstr "" #: editor/filesystem_dock.cpp -msgid "No files selected!" +msgid "Provided name contains invalid characters" msgstr "" #: editor/filesystem_dock.cpp -msgid "Expand all" +msgid "No name provided." msgstr "" #: editor/filesystem_dock.cpp -msgid "Collapse all" +msgid "Name contains invalid characters." msgstr "" #: editor/filesystem_dock.cpp -msgid "Show In File Manager" +msgid "A file or folder with this name already exists." msgstr "" #: editor/filesystem_dock.cpp -msgid "Instance" +#, fuzzy +msgid "Renaming file:" +msgstr "載入時發生錯誤:" + +#: editor/filesystem_dock.cpp +msgid "Renaming folder:" msgstr "" #: editor/filesystem_dock.cpp -msgid "Edit Dependencies.." +#, fuzzy +msgid "Duplicating file:" +msgstr "載入時發生錯誤:" + +#: editor/filesystem_dock.cpp +msgid "Duplicating folder:" msgstr "" #: editor/filesystem_dock.cpp -msgid "View Owners.." +msgid "Expand all" msgstr "" #: editor/filesystem_dock.cpp -msgid "Copy Path" +msgid "Collapse all" msgstr "" #: editor/filesystem_dock.cpp -msgid "Rename or Move.." +msgid "Rename.." msgstr "" #: editor/filesystem_dock.cpp @@ -2547,14 +2646,28 @@ msgid "Move To.." msgstr "" #: editor/filesystem_dock.cpp -msgid "Info" +#, fuzzy +msgid "Open Scene(s)" +msgstr "開啟場景" + +#: editor/filesystem_dock.cpp +msgid "Instance" msgstr "" #: editor/filesystem_dock.cpp -msgid "Re-Import.." +msgid "Edit Dependencies.." msgstr "" #: editor/filesystem_dock.cpp +msgid "View Owners.." +msgstr "" + +#: editor/filesystem_dock.cpp +#, fuzzy +msgid "Duplicate.." +msgstr "複製動畫關鍵畫格" + +#: editor/filesystem_dock.cpp msgid "Previous Directory" msgstr "" @@ -2584,6 +2697,11 @@ msgstr "" msgid "Move" msgstr "" +#: editor/filesystem_dock.cpp editor/plugins/animation_tree_editor_plugin.cpp +#: editor/project_manager.cpp +msgid "Rename" +msgstr "" + #: editor/groups_editor.cpp msgid "Add to Group" msgstr "" @@ -2598,6 +2716,10 @@ msgid "Import as Single Scene" msgstr "更新場景" #: editor/import/resource_importer_scene.cpp +msgid "Import with Separate Animations" +msgstr "" + +#: editor/import/resource_importer_scene.cpp msgid "Import with Separate Materials" msgstr "" @@ -2610,6 +2732,18 @@ msgid "Import with Separate Objects+Materials" msgstr "" #: editor/import/resource_importer_scene.cpp +msgid "Import with Separate Objects+Animations" +msgstr "" + +#: editor/import/resource_importer_scene.cpp +msgid "Import with Separate Materials+Animations" +msgstr "" + +#: editor/import/resource_importer_scene.cpp +msgid "Import with Separate Objects+Materials+Animations" +msgstr "" + +#: editor/import/resource_importer_scene.cpp msgid "Import as Multiple Scenes" msgstr "" @@ -2618,38 +2752,39 @@ msgid "Import as Multiple Scenes+Materials" msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp #: editor/plugins/cube_grid_theme_editor_plugin.cpp msgid "Import Scene" msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp msgid "Importing Scene.." msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp +msgid "Generating Lightmaps" +msgstr "" + +#: editor/import/resource_importer_scene.cpp +msgid "Generating for Mesh: " +msgstr "" + +#: editor/import/resource_importer_scene.cpp msgid "Running Custom Script.." msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp msgid "Couldn't load post-import script:" msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp msgid "Invalid/broken script for post-import (check console):" msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp msgid "Error running post-import script:" msgstr "" #: editor/import/resource_importer_scene.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp msgid "Saving.." msgstr "" @@ -2677,580 +2812,59 @@ msgstr "" msgid "Reimport" msgstr "" -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -msgid "No bit masks to import!" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Target path is empty." -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Target path must be a complete resource path." -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Target path must exist." -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_mesh_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -msgid "Save path is empty!" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -msgid "Import BitMasks" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Source Texture(s):" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_mesh_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Target Path:" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -#: editor/io_plugins/editor_font_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/io_plugins/editor_texture_import_plugin.cpp -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Accept" -msgstr "" - -#: editor/io_plugins/editor_bitmask_import_plugin.cpp -msgid "Bit Mask" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "No source font file!" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "No target font resource!" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "" -"Invalid file extension.\n" -"Please use .font." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Can't load/process source font." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Couldn't save font." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Source Font:" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Source Font Size:" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Dest Resource:" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "The quick brown fox jumps over the lazy dog." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Test:" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: editor/io_plugins/editor_mesh_import_plugin.cpp -#: editor/io_plugins/editor_sample_import_plugin.cpp -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Options:" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Font Import" -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "" -"This file is already a Godot font file, please supply a BMFont type file " -"instead." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Failed opening as BMFont file." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: scene/resources/dynamic_font.cpp -msgid "Error initializing FreeType." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: scene/resources/dynamic_font.cpp -msgid "Unknown font format." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: scene/resources/dynamic_font.cpp -msgid "Error loading font." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: scene/resources/dynamic_font.cpp -msgid "Invalid font size." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -msgid "Invalid font custom source." -msgstr "" - -#: editor/io_plugins/editor_font_import_plugin.cpp -#: editor/plugins/theme_editor_plugin.cpp -msgid "Font" -msgstr "" - -#: editor/io_plugins/editor_mesh_import_plugin.cpp -msgid "No meshes to import!" -msgstr "" - -#: editor/io_plugins/editor_mesh_import_plugin.cpp -msgid "Single Mesh Import" -msgstr "" - -#: editor/io_plugins/editor_mesh_import_plugin.cpp -msgid "Source Mesh(es):" -msgstr "" - -#: editor/io_plugins/editor_mesh_import_plugin.cpp -#: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Mesh" -msgstr "" - -#: editor/io_plugins/editor_mesh_import_plugin.cpp -msgid "Surface %d" -msgstr "" - -#: editor/io_plugins/editor_sample_import_plugin.cpp -msgid "No samples to import!" -msgstr "" - -#: editor/io_plugins/editor_sample_import_plugin.cpp -msgid "Import Audio Samples" -msgstr "" - -#: editor/io_plugins/editor_sample_import_plugin.cpp -msgid "Source Sample(s):" -msgstr "" - -#: editor/io_plugins/editor_sample_import_plugin.cpp -msgid "Audio Sample" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "New Clip" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Animation Options" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Flags" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Bake FPS:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Optimizer" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Max Linear Error" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Max Angular Error" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Max Angle" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Clips" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Start(s)" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "End(s)" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Loop" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Filters" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Source path is empty." -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Couldn't load post-import script." -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Invalid/broken script for post-import." -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Error importing scene." -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Import 3D Scene" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Source Scene:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Same as Target Scene" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Shared" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Target Texture Folder:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Post-Process Script:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Custom Root Node Type:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Auto" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Root Node Name:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "The Following Files are Missing:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Import Anyway" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp scene/gui/dialogs.cpp -msgid "Cancel" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Import & Open" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Edited scene has not been saved, open imported scene anyway?" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Import Image:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Can't import a file over itself:" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "Couldn't localize path: %s (already local)" -msgstr "" - -#: editor/io_plugins/editor_scene_import_plugin.cpp -msgid "3D Scene Animation" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Uncompressed" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Compress Lossless (PNG)" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Compress Lossy (WebP)" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Compress (VRAM)" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Texture Format" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Texture Compression Quality (WebP):" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Texture Options" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Please specify some files!" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "At least one file needed for Atlas." -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Error importing:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Only one file is required for large texture." -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Max Texture Size:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Textures for Atlas (2D)" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Cell Size:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Large Texture" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Large Textures (2D)" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Source Texture" +#: editor/multi_node_edit.cpp +msgid "MultiNode Set" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Base Atlas Texture" +#: editor/node_dock.cpp +msgid "Groups" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Source Texture(s)" +#: editor/node_dock.cpp +msgid "Select a Node to edit Signals and Groups." msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Textures for 2D" +#: editor/plugins/abstract_polygon_2d_editor.cpp +#: editor/plugins/light_occluder_2d_editor_plugin.cpp +msgid "Create Poly" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Textures for 3D" +#: editor/plugins/abstract_polygon_2d_editor.cpp +#: editor/plugins/collision_polygon_editor_plugin.cpp +#: editor/plugins/light_occluder_2d_editor_plugin.cpp +msgid "Edit Poly" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Textures" +#: editor/plugins/abstract_polygon_2d_editor.cpp +msgid "Insert Point" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "2D Texture" +#: editor/plugins/abstract_polygon_2d_editor.cpp +#: editor/plugins/collision_polygon_editor_plugin.cpp +#: editor/plugins/light_occluder_2d_editor_plugin.cpp +msgid "Edit Poly (Remove Point)" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "3D Texture" +#: editor/plugins/abstract_polygon_2d_editor.cpp +msgid "Remove Poly And Point" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Atlas Texture" +#: editor/plugins/abstract_polygon_2d_editor.cpp +msgid "Create a new polygon from scratch" msgstr "" -#: editor/io_plugins/editor_texture_import_plugin.cpp +#: editor/plugins/abstract_polygon_2d_editor.cpp msgid "" -"NOTICE: Importing 2D textures is not mandatory. Just copy png/jpg files to " -"the project." -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Crop empty space." -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Texture" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Import Large Texture" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Load Source Image" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Slicing" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Inserting" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Saving" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Couldn't save large texture:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Build Atlas For:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Loading Image:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Couldn't load image:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Converting Images" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Cropping Images" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Blitting Images" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Couldn't save atlas image:" -msgstr "" - -#: editor/io_plugins/editor_texture_import_plugin.cpp -msgid "Couldn't save converted texture:" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Invalid source!" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Invalid translation source!" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Column" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -#: editor/script_create_dialog.cpp -msgid "Language" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "No items to import!" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "No target path!" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Import Translations" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Couldn't import!" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Import Translation" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Source CSV:" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Ignore First Row" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Compress" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Add to Project (project.godot)" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Import Languages:" -msgstr "" - -#: editor/io_plugins/editor_translation_import_plugin.cpp -msgid "Translation" -msgstr "" - -#: editor/multi_node_edit.cpp -msgid "MultiNode Set" -msgstr "" - -#: editor/node_dock.cpp -msgid "Groups" +"Edit existing polygon:\n" +"LMB: Move Point.\n" +"Ctrl+LMB: Split Segment.\n" +"RMB: Erase Point." msgstr "" -#: editor/node_dock.cpp -msgid "Select a Node to edit Signals and Groups." -msgstr "" +#: editor/plugins/abstract_polygon_2d_editor.cpp +#, fuzzy +msgid "Delete points" +msgstr "刪除" #: editor/plugins/animation_player_editor_plugin.cpp msgid "Toggle Autoplay" @@ -3396,6 +3010,55 @@ msgid "Copy Animation" msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp +msgid "Onion Skinning" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Enable Onion Skinning" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +#, fuzzy +msgid "Directions" +msgstr "描述:" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Past" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Future" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Depth" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "1 step" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "2 steps" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "3 steps" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Differences Only" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Force White Modulate" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp +msgid "Include Gizmos (3D)" +msgstr "" + +#: editor/plugins/animation_player_editor_plugin.cpp msgid "Create New Animation" msgstr "" @@ -3405,7 +3068,6 @@ msgstr "" #: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/sample_library_editor_plugin.cpp #: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp #: editor/script_create_dialog.cpp msgid "Error!" @@ -3516,10 +3178,6 @@ msgid "Delete Input" msgstr "" #: editor/plugins/animation_tree_editor_plugin.cpp -msgid "Rename" -msgstr "" - -#: editor/plugins/animation_tree_editor_plugin.cpp msgid "Animation tree is valid." msgstr "" @@ -3575,64 +3233,179 @@ msgstr "" msgid "Filters.." msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Parsing %d Triangles:" +#: editor/plugins/animation_tree_editor_plugin.cpp +msgid "AnimationTree" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Free" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Contents:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +#, fuzzy +msgid "View Files" +msgstr "過濾檔案.." + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Can't resolve hostname:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Connection error, please try again." msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Triangle #" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Can't connect to host:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Light Baker Setup:" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "No response from host:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Parsing Geometry" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed, return code:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Fixing Lights" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Request failed, too many redirects" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Making BVH" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Bad download hash, assuming file has been tampered with." msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Creating Light Octree" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Expected:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Creating Octree Texture" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Got:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Transfer to Lightmaps:" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Failed sha256 hash check" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Allocating Texture #" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Asset Download Error:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Baking Triangle #" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Fetching:" msgstr "" -#: editor/plugins/baked_light_baker.cpp -msgid "Post-Processing Texture #" +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Resolving.." msgstr "" -#: editor/plugins/baked_light_editor_plugin.cpp -msgid "Bake!" +#: editor/plugins/asset_library_editor_plugin.cpp +#, fuzzy +msgid "Error making request" +msgstr "載入場景時發生錯誤" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Idle" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Retry" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Download Error" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Download for this asset is already in progress!" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "first" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "prev" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "next" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "last" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "All" +msgstr "全部" + +#: editor/plugins/asset_library_editor_plugin.cpp +#: editor/project_settings_editor.cpp +msgid "Plugins" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Sort:" +msgstr "排序:" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Reverse" +msgstr "反轉" + +#: editor/plugins/asset_library_editor_plugin.cpp +#: editor/project_settings_editor.cpp +msgid "Category:" +msgstr "類別:" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Site:" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Support.." +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Official" +msgstr "官方" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Testing" +msgstr "" + +#: editor/plugins/asset_library_editor_plugin.cpp +msgid "Assets ZIP File" msgstr "" -#: editor/plugins/baked_light_editor_plugin.cpp -msgid "Reset the lightmap octree baking process (start over)." +#: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "" +"Can't determine a save path for lightmap images.\n" +"Save your scene (for images to be saved in the same dir), or pick a save " +"path from the BakedLightmap properties." +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "" +"No meshes to bake. Make sure they contain an UV2 channel and that the 'Bake " +"Light' flag is on." msgstr "" +#: editor/plugins/baked_lightmap_editor_plugin.cpp +msgid "Failed creating lightmap images, make sure path is writable." +msgstr "" + +#: editor/plugins/baked_lightmap_editor_plugin.cpp +#, fuzzy +msgid "Bake Lightmaps" +msgstr "變更光源半徑" + #: editor/plugins/camera_editor_plugin.cpp -#: editor/plugins/sample_library_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp msgid "Preview" msgstr "" @@ -3667,6 +3440,35 @@ msgid "Move Action" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Move vertical guide" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Create new vertical guide" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Remove vertical guide" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Move horizontal guide" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Create new horizontal guide" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +#, fuzzy +msgid "Remove horizontal guide" +msgstr "移除" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Create new horizontal and vertical guides" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp msgid "Edit IK Chain" msgstr "" @@ -3675,11 +3477,15 @@ msgid "Edit CanvasItem" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Change Anchors" +msgid "Anchors only" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Zoom (%):" +msgid "Change Anchors and Margins" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Change Anchors" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -3730,59 +3536,77 @@ msgid "Pan Mode" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Lock the selected object in place (can't be moved)." +msgid "Toggles snapping" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Unlock the selected object (can be moved)." +msgid "Use Snap" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Makes sure the object's children are not selectable." +msgid "Snapping options" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Restores the object's children's ability to be selected." +msgid "Snap to grid" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -#: editor/plugins/polygon_2d_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/project_manager.cpp -#: editor/project_settings_editor.cpp -#: modules/visual_script/visual_script_editor.cpp -msgid "Edit" +msgid "Use Rotation Snap" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -#: editor/plugins/spatial_editor_plugin.cpp -msgid "Use Snap" +msgid "Configure Snap..." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -#: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Show Grid" +msgid "Snap Relative" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Use Rotation Snap" +msgid "Use Pixel Snap" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap Relative" +msgid "Smart snapping" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Snap to parent" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Snap to node anchor" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Snap to node sides" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Snap to other nodes" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Snap to guides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp #: editor/plugins/spatial_editor_plugin.cpp -msgid "Configure Snap.." +msgid "Lock the selected object in place (can't be moved)." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Use Pixel Snap" +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Unlock the selected object (can be moved)." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Skeleton.." +msgid "Makes sure the object's children are not selectable." +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Restores the object's children's ability to be selected." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -3811,11 +3635,20 @@ msgid "View" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Zoom Reset" +#: editor/plugins/polygon_2d_editor_plugin.cpp +msgid "Show Grid" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Zoom Set.." +msgid "Show Helpers" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Show Rulers" +msgstr "" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Show Guides" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -3827,7 +3660,7 @@ msgid "Frame Selection" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Anchor" +msgid "Layout" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -3851,39 +3684,46 @@ msgid "Clear Pose" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Set a Value" +msgid "Drag pivot from mouse position" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Snap (Pixels):" +#, fuzzy +msgid "Set pivot at mouse position" +msgstr "移除" + +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Multiply grid step by 2" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Add %s" +msgid "Divide grid step by 2" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp -msgid "Adding %s..." +msgid "Add %s" msgstr "" -#: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp -msgid "Create Node" +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Adding %s..." msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp -msgid "Error instancing scene from %s" +msgid "Ok" msgstr "" -#: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp -msgid "OK :(" +#: editor/plugins/canvas_item_editor_plugin.cpp +msgid "Cannot instantiate multiple nodes without root." msgstr "" -#: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp -msgid "No parent to instance a child at." +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp +msgid "Create Node" msgstr "" -#: editor/plugins/canvas_item_editor_plugin.cpp editor/scene_tree_dock.cpp -msgid "This operation requires a single selected node." +#: editor/plugins/canvas_item_editor_plugin.cpp +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp +msgid "Error instancing scene from %s" msgstr "" #: editor/plugins/canvas_item_editor_plugin.cpp @@ -3896,45 +3736,6 @@ msgid "" "Drag & drop + Alt : Change node type" msgstr "" -#: editor/plugins/collision_polygon_2d_editor_plugin.cpp -#: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp -#: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Create Poly" -msgstr "" - -#: editor/plugins/collision_polygon_2d_editor_plugin.cpp -#: editor/plugins/collision_polygon_editor_plugin.cpp -#: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Edit Poly" -msgstr "" - -#: editor/plugins/collision_polygon_2d_editor_plugin.cpp -#: editor/plugins/collision_polygon_editor_plugin.cpp -#: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/polygon_2d_editor_plugin.cpp -msgid "Edit Poly (Remove Point)" -msgstr "" - -#: editor/plugins/collision_polygon_2d_editor_plugin.cpp -#: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp -msgid "Create a new polygon from scratch." -msgstr "" - -#: editor/plugins/collision_polygon_2d_editor_plugin.cpp -msgid "" -"Edit existing polygon:\n" -"LMB: Move Point.\n" -"Ctrl+LMB: Split Segment.\n" -"RMB: Erase Point." -msgstr "" - #: editor/plugins/collision_polygon_editor_plugin.cpp msgid "Create Poly3D" msgstr "" @@ -3944,14 +3745,6 @@ msgid "Set Handle" msgstr "" #: editor/plugins/cube_grid_theme_editor_plugin.cpp -msgid "Creating Mesh Library" -msgstr "" - -#: editor/plugins/cube_grid_theme_editor_plugin.cpp -msgid "Thumbnail.." -msgstr "" - -#: editor/plugins/cube_grid_theme_editor_plugin.cpp msgid "Remove item %d?" msgstr "" @@ -3974,6 +3767,27 @@ msgid "Update from Scene" msgstr "" #: editor/plugins/curve_editor_plugin.cpp +msgid "Flat0" +msgstr "" + +#: editor/plugins/curve_editor_plugin.cpp +msgid "Flat1" +msgstr "" + +#: editor/plugins/curve_editor_plugin.cpp +#, fuzzy +msgid "Ease in" +msgstr "所有的選擇" + +#: editor/plugins/curve_editor_plugin.cpp +msgid "Ease out" +msgstr "" + +#: editor/plugins/curve_editor_plugin.cpp +msgid "Smoothstep" +msgstr "" + +#: editor/plugins/curve_editor_plugin.cpp msgid "Modify Curve Point" msgstr "" @@ -4020,6 +3834,10 @@ msgstr "" msgid "Hold Shift to edit tangents individually" msgstr "" +#: editor/plugins/gi_probe_editor_plugin.cpp +msgid "Bake GI Probe" +msgstr "" + #: editor/plugins/gradient_editor_plugin.cpp msgid "Add/Remove Color Ramp Point" msgstr "" @@ -4052,103 +3870,67 @@ msgid "Create Occluder Polygon" msgstr "" #: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp +msgid "Create a new polygon from scratch." +msgstr "" + +#: editor/plugins/light_occluder_2d_editor_plugin.cpp msgid "Edit existing polygon:" msgstr "" #: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp msgid "LMB: Move Point." msgstr "" #: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp msgid "Ctrl+LMB: Split Segment." msgstr "" #: editor/plugins/light_occluder_2d_editor_plugin.cpp -#: editor/plugins/navigation_polygon_editor_plugin.cpp msgid "RMB: Erase Point." msgstr "" -#: editor/plugins/line_2d_editor_plugin.cpp -msgid "Remove Point from Line2D" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -msgid "Add Point to Line2D" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -msgid "Move Point in Line2D" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Select Points" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Shift+Drag: Select Control Points" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Click: Add Point" -msgstr "" - -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Right Click: Delete Point" +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Mesh is empty!" msgstr "" -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Add Point (in empty space)" +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Create Static Trimesh Body" msgstr "" -#: editor/plugins/line_2d_editor_plugin.cpp -msgid "Split Segment (in line)" +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Create Static Convex Body" msgstr "" -#: editor/plugins/line_2d_editor_plugin.cpp -#: editor/plugins/path_2d_editor_plugin.cpp -#: editor/plugins/path_editor_plugin.cpp -msgid "Delete Point" +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "This doesn't work on scene root!" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Mesh is empty!" +msgid "Create Trimesh Shape" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Static Trimesh Body" +msgid "Create Convex Shape" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Static Convex Body" +msgid "Create Navigation Mesh" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "This doesn't work on scene root!" +msgid "Contained Mesh is not of type ArrayMesh." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Trimesh Shape" +msgid "UV Unwrap failed, mesh may not be manifold?" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Convex Shape" +msgid "No mesh to debug." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp -msgid "Create Navigation Mesh" +msgid "Model has no UV in this layer" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp @@ -4168,6 +3950,10 @@ msgid "Create Outline" msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Mesh" +msgstr "" + +#: editor/plugins/mesh_instance_editor_plugin.cpp msgid "Create Trimesh Static Body" msgstr "" @@ -4188,6 +3974,20 @@ msgid "Create Outline Mesh.." msgstr "" #: editor/plugins/mesh_instance_editor_plugin.cpp +#, fuzzy +msgid "View UV1" +msgstr "過濾檔案.." + +#: editor/plugins/mesh_instance_editor_plugin.cpp +#, fuzzy +msgid "View UV2" +msgstr "過濾檔案.." + +#: editor/plugins/mesh_instance_editor_plugin.cpp +msgid "Unwrap UV2 for Lightmap/AO" +msgstr "" + +#: editor/plugins/mesh_instance_editor_plugin.cpp msgid "Create Outline Mesh" msgstr "" @@ -4295,16 +4095,73 @@ msgstr "" msgid "Populate" msgstr "" -#: editor/plugins/navigation_polygon_editor_plugin.cpp -msgid "Create Navigation Polygon" +#: editor/plugins/navigation_mesh_editor_plugin.cpp +msgid "Bake!" msgstr "" -#: editor/plugins/navigation_polygon_editor_plugin.cpp -msgid "Remove Poly And Point" +#: editor/plugins/navigation_mesh_editor_plugin.cpp +msgid "Bake the navigation mesh." msgstr "" -#: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Clear Emission Mask" +#: editor/plugins/navigation_mesh_editor_plugin.cpp +msgid "Clear the navigation mesh." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Setting up Configuration..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Calculating grid size..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Creating heightfield..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +#, fuzzy +msgid "Marking walkable triangles..." +msgstr "正在儲存變更.." + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Constructing compact heightfield..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Eroding walkable area..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Partitioning..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Creating contours..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Creating polymesh..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Converting to native navigation mesh..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Navigation Mesh Generator Setup:" +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Parsing Geometry..." +msgstr "" + +#: editor/plugins/navigation_mesh_generator.cpp +msgid "Done!" +msgstr "" + +#: editor/plugins/navigation_polygon_editor_plugin.cpp +msgid "Create Navigation Polygon" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp @@ -4325,15 +4182,15 @@ msgid "No pixels with transparency > 128 in image.." msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Set Emission Mask" +msgid "Generate Visibility Rect" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Generate Visibility Rect" +msgid "Load Emission Mask" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp -msgid "Load Emission Mask" +msgid "Clear Emission Mask" msgstr "" #: editor/plugins/particles_2d_editor_plugin.cpp @@ -4395,10 +4252,6 @@ msgid "Create Emission Points From Node" msgstr "" #: editor/plugins/particles_editor_plugin.cpp -msgid "Clear Emitter" -msgstr "" - -#: editor/plugins/particles_editor_plugin.cpp msgid "Create Emitter" msgstr "" @@ -4456,16 +4309,46 @@ msgid "Move Out-Control in Curve" msgstr "" #: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp +msgid "Select Points" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp +msgid "Shift+Drag: Select Control Points" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp +msgid "Click: Add Point" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp +msgid "Right Click: Delete Point" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp msgid "Select Control Points (Shift+Drag)" msgstr "" #: editor/plugins/path_2d_editor_plugin.cpp #: editor/plugins/path_editor_plugin.cpp +msgid "Add Point (in empty space)" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp msgid "Split Segment (in curve)" msgstr "" #: editor/plugins/path_2d_editor_plugin.cpp #: editor/plugins/path_editor_plugin.cpp +msgid "Delete Point" +msgstr "" + +#: editor/plugins/path_2d_editor_plugin.cpp +#: editor/plugins/path_editor_plugin.cpp msgid "Close Curve" msgstr "" @@ -4474,16 +4357,19 @@ msgid "Curve Point #" msgstr "" #: editor/plugins/path_editor_plugin.cpp +#, fuzzy msgid "Set Curve Point Position" -msgstr "" +msgstr "移除" #: editor/plugins/path_editor_plugin.cpp +#, fuzzy msgid "Set Curve In Position" -msgstr "" +msgstr "移除" #: editor/plugins/path_editor_plugin.cpp +#, fuzzy msgid "Set Curve Out Position" -msgstr "" +msgstr "移除" #: editor/plugins/path_editor_plugin.cpp msgid "Split Path" @@ -4542,6 +4428,14 @@ msgid "Scale Polygon" msgstr "" #: editor/plugins/polygon_2d_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/shader_editor_plugin.cpp editor/project_manager.cpp +#: editor/project_settings_editor.cpp editor/property_editor.cpp +#: modules/visual_script/visual_script_editor.cpp +msgid "Edit" +msgstr "" + +#: editor/plugins/polygon_2d_editor_plugin.cpp msgid "Polygon->UV" msgstr "" @@ -4588,80 +4482,46 @@ msgid "Resource clipboard is empty!" msgstr "" #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Load Resource" +#: editor/scene_tree_dock.cpp editor/scene_tree_editor.cpp +msgid "Open in Editor" msgstr "" #: editor/plugins/resource_preloader_editor_plugin.cpp -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp -#: editor/resources_dock.cpp scene/gui/line_edit.cpp scene/gui/text_edit.cpp -msgid "Paste" -msgstr "" - -#: editor/plugins/rich_text_editor_plugin.cpp -msgid "Parse BBCode" -msgstr "" - -#: editor/plugins/sample_editor_plugin.cpp -msgid "Length:" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Open Sample File(s)" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "ERROR: Couldn't load sample!" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Add Sample" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Rename Sample" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Delete Sample" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "16 Bits" -msgstr "" - -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "8 Bits" +#: editor/scene_tree_editor.cpp +msgid "Instance:" msgstr "" -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Stereo" +#: editor/plugins/resource_preloader_editor_plugin.cpp +#: editor/plugins/theme_editor_plugin.cpp editor/project_settings_editor.cpp +#: editor/scene_tree_editor.cpp editor/script_editor_debugger.cpp +msgid "Type:" msgstr "" -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Mono" +#: editor/plugins/resource_preloader_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Load Resource" msgstr "" -#: editor/plugins/sample_library_editor_plugin.cpp -#: editor/script_editor_debugger.cpp -msgid "Format" +#: editor/plugins/resource_preloader_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp +msgid "Paste" msgstr "" -#: editor/plugins/sample_library_editor_plugin.cpp -msgid "Pitch" -msgstr "" +#: editor/plugins/resource_preloader_editor_plugin.cpp +#, fuzzy +msgid "ResourcePreloader" +msgstr "資源路徑" #: editor/plugins/script_editor_plugin.cpp msgid "Clear Recent Files" msgstr "" #: editor/plugins/script_editor_plugin.cpp -msgid "" -"Close and save changes?\n" -"\"" -msgstr "" +#, fuzzy +msgid "Close and save changes?" +msgstr "沒有儲存的變更都會遺失, 確定要關閉?" #: editor/plugins/script_editor_plugin.cpp msgid "Error while saving theme" @@ -4692,6 +4552,23 @@ msgid " Class Reference" msgstr "" #: editor/plugins/script_editor_plugin.cpp +#, fuzzy +msgid "Sort" +msgstr "排序:" + +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp editor/scene_tree_dock.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Move Up" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp +#: editor/plugins/script_text_editor.cpp editor/scene_tree_dock.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Move Down" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Next script" msgstr "" @@ -4703,7 +4580,7 @@ msgstr "" msgid "File" msgstr "" -#: editor/plugins/script_editor_plugin.cpp editor/property_editor.cpp +#: editor/plugins/script_editor_plugin.cpp msgid "New" msgstr "" @@ -4716,6 +4593,14 @@ msgid "Soft Reload Script" msgstr "" #: editor/plugins/script_editor_plugin.cpp +msgid "Copy Script Path" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp +msgid "Show In File System" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "History Prev" msgstr "" @@ -4744,18 +4629,24 @@ msgid "Close All" msgstr "" #: editor/plugins/script_editor_plugin.cpp +msgid "Close Other Tabs" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp +msgid "Run" +msgstr "" + +#: editor/plugins/script_editor_plugin.cpp msgid "Toggle Scripts Panel" msgstr "" #: editor/plugins/script_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp msgid "Find.." msgstr "" #: editor/plugins/script_editor_plugin.cpp #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp msgid "Find Next" msgstr "" @@ -4771,7 +4662,8 @@ msgstr "" msgid "Break" msgstr "" -#: editor/plugins/script_editor_plugin.cpp editor/script_editor_debugger.cpp +#: editor/plugins/script_editor_plugin.cpp editor/project_manager.cpp +#: editor/script_editor_debugger.cpp msgid "Continue" msgstr "" @@ -4785,18 +4677,6 @@ msgid "Debug with external editor" msgstr "離開編輯器嗎?" #: editor/plugins/script_editor_plugin.cpp -msgid "Window" -msgstr "" - -#: editor/plugins/script_editor_plugin.cpp -msgid "Move Left" -msgstr "" - -#: editor/plugins/script_editor_plugin.cpp -msgid "Move Right" -msgstr "" - -#: editor/plugins/script_editor_plugin.cpp msgid "Open Godot online documentation" msgstr "" @@ -4872,32 +4752,22 @@ msgstr "" msgid "Capitalize" msgstr "" -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp scene/gui/line_edit.cpp +#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp #: scene/gui/text_edit.cpp msgid "Cut" msgstr "" #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp editor/property_editor.cpp -#: editor/resources_dock.cpp scene/gui/line_edit.cpp scene/gui/text_edit.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp editor/property_editor.cpp +#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp msgid "Copy" msgstr "" -#: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp scene/gui/line_edit.cpp +#: editor/plugins/script_text_editor.cpp scene/gui/line_edit.cpp #: scene/gui/text_edit.cpp msgid "Select All" msgstr "" -#: editor/plugins/script_text_editor.cpp editor/scene_tree_dock.cpp -msgid "Move Up" -msgstr "" - -#: editor/plugins/script_text_editor.cpp editor/scene_tree_dock.cpp -msgid "Move Down" -msgstr "" - #: editor/plugins/script_text_editor.cpp #, fuzzy msgid "Delete Line" @@ -4916,6 +4786,19 @@ msgid "Toggle Comment" msgstr "" #: editor/plugins/script_text_editor.cpp +#, fuzzy +msgid "Fold/Unfold Line" +msgstr "前往第...行" + +#: editor/plugins/script_text_editor.cpp +msgid "Fold All Lines" +msgstr "" + +#: editor/plugins/script_text_editor.cpp +msgid "Unfold All Lines" +msgstr "" + +#: editor/plugins/script_text_editor.cpp msgid "Clone Down" msgstr "" @@ -4967,12 +4850,10 @@ msgid "Convert To Lowercase" msgstr "轉換成.." #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp msgid "Find Previous" msgstr "" #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp msgid "Replace.." msgstr "" @@ -4981,7 +4862,6 @@ msgid "Goto Function.." msgstr "" #: editor/plugins/script_text_editor.cpp -#: editor/plugins/shader_editor_plugin.cpp msgid "Goto Line.." msgstr "" @@ -5146,98 +5026,114 @@ msgid "View Plane Transform." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Scaling to %s%%." +msgid "Scaling: " msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rotating %s degrees." +msgid "Translating: " msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Bottom View." +msgid "Rotating %s degrees." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Bottom" +msgid "Keying is disabled (no key inserted)." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Top View." +msgid "Animation Key Inserted." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Top" +msgid "Objects Drawn" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rear View." +#, fuzzy +msgid "Material Changes" +msgstr "正在儲存變更.." + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Shader Changes" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Rear" +msgid "Surface Changes" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Front View." +msgid "Draw Calls" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Front" +msgid "Vertices" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Left View." +msgid "FPS" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Left" +msgid "Top View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right View." +msgid "Bottom View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right" +msgid "Bottom" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Keying is disabled (no key inserted)." +msgid "Left View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Animation Key Inserted." +msgid "Left" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Objects Drawn" +msgid "Right View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -#, fuzzy -msgid "Material Changes" -msgstr "正在儲存變更.." +msgid "Right" +msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Shader Changes" +msgid "Front View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Surface Changes" +msgid "Front" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Draw Calls" +msgid "Rear View." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Vertices" +msgid "Rear" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp msgid "Align with view" msgstr "" +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp +msgid "OK :(" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp +msgid "No parent to instance a child at." +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp editor/scene_tree_dock.cpp +msgid "This operation requires a single selected node." +msgstr "" + #: editor/plugins/spatial_editor_plugin.cpp msgid "Display Normal" msgstr "" @@ -5267,6 +5163,15 @@ msgid "View Information" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +#, fuzzy +msgid "View FPS" +msgstr "過濾檔案.." + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Half Resolution" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Audio Listener" msgstr "" @@ -5305,17 +5210,13 @@ msgid "Freelook Speed Modifier" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -#, fuzzy -msgid "preview" -msgstr "預覽:" - -#: editor/plugins/spatial_editor_plugin.cpp msgid "XForm Dialog" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Select Mode (Q)\n" -msgstr "" +#, fuzzy +msgid "Select Mode (Q)" +msgstr "僅選擇區域" #: editor/plugins/spatial_editor_plugin.cpp msgid "" @@ -5337,6 +5238,18 @@ msgid "Scale Mode (R)" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Local Coords" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Local Space Mode (%s)" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Snap Mode (%s)" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Bottom View" msgstr "" @@ -5398,11 +5311,15 @@ msgid "Tool Scale" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Toggle Freelook" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Transform" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Local Coords" +msgid "Configure Snap.." msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -5447,6 +5364,10 @@ msgid "Settings" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Skeleton Gizmo visibility" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Snap Settings" msgstr "" @@ -5547,6 +5468,10 @@ msgid "Speed (FPS):" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Loop" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Animation Frames" msgstr "" @@ -5559,17 +5484,25 @@ msgid "Insert Empty (After)" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Up" +msgid "Move (Before)" +msgstr "" + +#: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Move (After)" msgstr "" #: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Down" +msgid "SpriteFrames" msgstr "" #: editor/plugins/style_box_editor_plugin.cpp msgid "StyleBox Preview:" msgstr "" +#: editor/plugins/style_box_editor_plugin.cpp +msgid "StyleBox" +msgstr "" + #: editor/plugins/texture_region_editor_plugin.cpp msgid "Set Region Rect" msgstr "" @@ -5595,14 +5528,17 @@ msgid "Auto Slice" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Offset:" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Step:" msgstr "" #: editor/plugins/texture_region_editor_plugin.cpp +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Separation:" msgstr "" @@ -5641,7 +5577,11 @@ msgid "Remove All" msgstr "移除" #: editor/plugins/theme_editor_plugin.cpp -msgid "Theme" +msgid "Edit theme.." +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp +msgid "Theme editing menu." msgstr "" #: editor/plugins/theme_editor_plugin.cpp @@ -5661,6 +5601,10 @@ msgid "Create Empty Editor Template" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Create From Current Editor Theme" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "CheckBox Radio1" msgstr "" @@ -5708,11 +5652,6 @@ msgstr "" msgid "Tab 3" msgstr "" -#: editor/plugins/theme_editor_plugin.cpp editor/project_settings_editor.cpp -#: editor/scene_tree_editor.cpp editor/script_editor_debugger.cpp -msgid "Type:" -msgstr "" - #: editor/plugins/theme_editor_plugin.cpp msgid "Data Type:" msgstr "" @@ -5726,9 +5665,17 @@ msgid "Style" msgstr "" #: editor/plugins/theme_editor_plugin.cpp +msgid "Font" +msgstr "" + +#: editor/plugins/theme_editor_plugin.cpp msgid "Color" msgstr "" +#: editor/plugins/theme_editor_plugin.cpp +msgid "Theme" +msgstr "" + #: editor/plugins/tile_map_editor_plugin.cpp #, fuzzy msgid "Erase Selection" @@ -5776,7 +5723,7 @@ msgid "Mirror Y" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp -msgid "Bucket" +msgid "Paint Tile" msgstr "" #: editor/plugins/tile_map_editor_plugin.cpp @@ -5816,6 +5763,10 @@ msgid "Merge from scene?" msgstr "" #: editor/plugins/tile_set_editor_plugin.cpp +msgid "Tile Set" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp msgid "Create from Scene" msgstr "" @@ -5827,12 +5778,41 @@ msgstr "" msgid "Error" msgstr "" +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Autotiles" +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "" +"Select sub-tile to use as icon, this will be also used on invalid autotile " +"bindings." +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "" +"LMB: set bit on.\n" +"RMB: set bit off." +msgstr "" + +#: editor/plugins/tile_set_editor_plugin.cpp +#, fuzzy +msgid "Select current edited sub-tile." +msgstr "新增資料夾" + +#: editor/plugins/tile_set_editor_plugin.cpp +msgid "Select sub-tile to change its priority." +msgstr "" + +#: editor/progress_dialog.cpp scene/gui/dialogs.cpp +msgid "Cancel" +msgstr "" + #: editor/project_export.cpp msgid "Runnable" msgstr "" #: editor/project_export.cpp -msgid "Delete patch '" +msgid "Delete patch '%s' from list?" msgstr "" #: editor/project_export.cpp @@ -5840,6 +5820,10 @@ msgid "Delete preset '%s'?" msgstr "" #: editor/project_export.cpp +msgid "Export templates for this platform are missing/corrupted: " +msgstr "" + +#: editor/project_export.cpp msgid "Presets" msgstr "" @@ -5912,19 +5896,24 @@ msgid "Export templates for this platform are missing:" msgstr "" #: editor/project_export.cpp +msgid "Export templates for this platform are missing/corrupted:" +msgstr "" + +#: editor/project_export.cpp msgid "Export With Debug" msgstr "" #: editor/project_manager.cpp -msgid "Invalid project path, the path must exist!" -msgstr "" +#, fuzzy +msgid "The path does not exist." +msgstr "檔案不存在" #: editor/project_manager.cpp -msgid "Invalid project path, project.godot must not exist." +msgid "Please choose a 'project.godot' file." msgstr "" #: editor/project_manager.cpp -msgid "Invalid project path, project.godot must exist." +msgid "Please choose an empty folder." msgstr "" #: editor/project_manager.cpp @@ -5932,10 +5921,33 @@ msgid "Imported Project" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Couldn't create folder." +msgstr "無法新增資料夾" + +#: editor/project_manager.cpp +msgid "There is already a folder in this path with the specified name." +msgstr "" + +#: editor/project_manager.cpp +msgid "It would be a good idea to name your project." +msgstr "" + +#: editor/project_manager.cpp msgid "Invalid project path (changed anything?)." msgstr "" #: editor/project_manager.cpp +msgid "" +"Couldn't load project.godot in project path (error %d). It may be missing or " +"corrupted." +msgstr "" + +#: editor/project_manager.cpp +msgid "Couldn't edit project.godot in project path." +msgstr "" + +#: editor/project_manager.cpp msgid "Couldn't create project.godot in project path." msgstr "" @@ -5944,15 +5956,20 @@ msgid "The following files failed extraction from package:" msgstr "" #: editor/project_manager.cpp -msgid "Import Existing Project" +#, fuzzy +msgid "Rename Project" +msgstr "專案設定" + +#: editor/project_manager.cpp +msgid "New Game Project" msgstr "" #: editor/project_manager.cpp -msgid "Project Path (Must Exist):" +msgid "Import Existing Project" msgstr "" #: editor/project_manager.cpp -msgid "Project Name:" +msgid "Import & Edit" msgstr "" #: editor/project_manager.cpp @@ -5960,23 +5977,33 @@ msgid "Create New Project" msgstr "" #: editor/project_manager.cpp -msgid "Project Path:" -msgstr "" +#, fuzzy +msgid "Create & Edit" +msgstr "新增" #: editor/project_manager.cpp msgid "Install Project:" msgstr "" #: editor/project_manager.cpp -msgid "Browse" +msgid "Install & Edit" msgstr "" #: editor/project_manager.cpp -msgid "New Game Project" +msgid "Project Name:" +msgstr "" + +#: editor/project_manager.cpp +#, fuzzy +msgid "Create folder" +msgstr "新增資料夾" + +#: editor/project_manager.cpp +msgid "Project Path:" msgstr "" #: editor/project_manager.cpp -msgid "That's a BINGO!" +msgid "Browse" msgstr "" #: editor/project_manager.cpp @@ -5984,6 +6011,11 @@ msgid "Unnamed Project" msgstr "" #: editor/project_manager.cpp +#, fuzzy +msgid "Can't open project" +msgstr "連接..." + +#: editor/project_manager.cpp msgid "Are you sure to open more than one project?" msgstr "" @@ -6010,16 +6042,22 @@ msgstr "" #: editor/project_manager.cpp msgid "" +"Language changed.\n" +"The UI will update next time the editor or project manager starts." +msgstr "" + +#: editor/project_manager.cpp +msgid "" "You are about the scan %s folders for existing Godot projects. Do you " "confirm?" msgstr "" #: editor/project_manager.cpp -msgid "Project List" +msgid "Project Manager" msgstr "" #: editor/project_manager.cpp -msgid "Run" +msgid "Project List" msgstr "" #: editor/project_manager.cpp @@ -6043,10 +6081,20 @@ msgid "Exit" msgstr "" #: editor/project_manager.cpp +msgid "Restart Now" +msgstr "" + +#: editor/project_manager.cpp #, fuzzy msgid "Can't run project" msgstr "連接..." +#: editor/project_manager.cpp +msgid "" +"You don't currently have any projects.\n" +"Would you like to explore the official example projects in the Asset Library?" +msgstr "" + #: editor/project_settings_editor.cpp msgid "Key " msgstr "" @@ -6080,17 +6128,10 @@ msgid "Add Input Action Event" msgstr "" #: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp -#: scene/gui/input_action.cpp -msgid "Meta+" -msgstr "" - -#: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp -#: scene/gui/input_action.cpp msgid "Shift+" msgstr "" #: editor/project_settings_editor.cpp editor/settings_config_dialog.cpp -#: scene/gui/input_action.cpp msgid "Alt+" msgstr "" @@ -6143,15 +6184,10 @@ msgid "Button 9" msgstr "" #: editor/project_settings_editor.cpp -#: modules/visual_script/visual_script_editor.cpp -msgid "Change" -msgstr "" - -#: editor/project_settings_editor.cpp msgid "Joypad Axis Index:" msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Axis" msgstr "" @@ -6160,8 +6196,9 @@ msgid "Joypad Button Index:" msgstr "" #: editor/project_settings_editor.cpp -msgid "Add Input Action" -msgstr "" +#, fuzzy +msgid "Erase Input Action" +msgstr "所有的選擇" #: editor/project_settings_editor.cpp msgid "Erase Input Action Event" @@ -6171,31 +6208,31 @@ msgstr "" msgid "Add Event" msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Device" msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Button" msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Left Button." msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Right Button." msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Middle Button." msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Wheel Up." msgstr "" -#: editor/project_settings_editor.cpp scene/gui/input_action.cpp +#: editor/project_settings_editor.cpp msgid "Wheel Down." msgstr "" @@ -6204,15 +6241,15 @@ msgid "Add Global Property" msgstr "" #: editor/project_settings_editor.cpp -msgid "Select an setting item first!" +msgid "Select a setting item first!" msgstr "" #: editor/project_settings_editor.cpp -msgid "No property '" +msgid "No property '%s' exists." msgstr "" #: editor/project_settings_editor.cpp -msgid "Setting '" +msgid "Setting '%s' is internal, and it can't be deleted." msgstr "" #: editor/project_settings_editor.cpp @@ -6221,6 +6258,18 @@ msgid "Delete Item" msgstr "刪除" #: editor/project_settings_editor.cpp +msgid "Can't contain '/' or ':'" +msgstr "" + +#: editor/project_settings_editor.cpp +msgid "Already existing" +msgstr "" + +#: editor/project_settings_editor.cpp +msgid "Add Input Action" +msgstr "" + +#: editor/project_settings_editor.cpp msgid "Error saving settings." msgstr "" @@ -6262,6 +6311,15 @@ msgstr "" #: editor/project_settings_editor.cpp #, fuzzy +msgid "Changed Locale Filter" +msgstr "變更鏡頭尺寸" + +#: editor/project_settings_editor.cpp +msgid "Changed Locale Filter Mode" +msgstr "" + +#: editor/project_settings_editor.cpp +#, fuzzy msgid "Project Settings (project.godot)" msgstr "專案設定" @@ -6322,6 +6380,27 @@ msgid "Locale" msgstr "" #: editor/project_settings_editor.cpp +msgid "Locales Filter" +msgstr "" + +#: editor/project_settings_editor.cpp +msgid "Show all locales" +msgstr "" + +#: editor/project_settings_editor.cpp +msgid "Show only selected locales" +msgstr "" + +#: editor/project_settings_editor.cpp +#, fuzzy +msgid "Filter mode:" +msgstr "過濾檔案.." + +#: editor/project_settings_editor.cpp +msgid "Locales:" +msgstr "" + +#: editor/project_settings_editor.cpp msgid "AutoLoad" msgstr "" @@ -6370,10 +6449,23 @@ msgid "New Script" msgstr "" #: editor/property_editor.cpp +msgid "New %s" +msgstr "" + +#: editor/property_editor.cpp +msgid "Make Unique" +msgstr "" + +#: editor/property_editor.cpp msgid "Show in File System" msgstr "" #: editor/property_editor.cpp +#, fuzzy +msgid "Convert To %s" +msgstr "轉換成.." + +#: editor/property_editor.cpp msgid "Error loading file: Not a resource!" msgstr "" @@ -6393,6 +6485,10 @@ msgstr "" msgid "On" msgstr "" +#: editor/property_editor.cpp +msgid "[Empty]" +msgstr "" + #: editor/property_editor.cpp modules/visual_script/visual_script_editor.cpp msgid "Set" msgstr "" @@ -6401,12 +6497,12 @@ msgstr "" msgid "Properties:" msgstr "" -#: editor/property_editor.cpp -msgid "Sections:" +#: editor/property_selector.cpp +msgid "Select Property" msgstr "" #: editor/property_selector.cpp -msgid "Select Property" +msgid "Select Virtual Method" msgstr "" #: editor/property_selector.cpp @@ -6437,26 +6533,6 @@ msgstr "" msgid "Reparent" msgstr "" -#: editor/resources_dock.cpp -msgid "Create New Resource" -msgstr "" - -#: editor/resources_dock.cpp -msgid "Open Resource" -msgstr "" - -#: editor/resources_dock.cpp -msgid "Save Resource" -msgstr "" - -#: editor/resources_dock.cpp -msgid "Resource Tools" -msgstr "" - -#: editor/resources_dock.cpp -msgid "Make Local" -msgstr "" - #: editor/run_settings_dialog.cpp msgid "Run Mode:" msgstr "" @@ -6491,10 +6567,6 @@ msgid "Error loading scene from %s" msgstr "" #: editor/scene_tree_dock.cpp -msgid "Ok" -msgstr "" - -#: editor/scene_tree_dock.cpp msgid "" "Cannot instance the scene '%s' because the current scene exists within one " "of its nodes." @@ -6579,25 +6651,14 @@ msgid "Error duplicating scene to save it." msgstr "" #: editor/scene_tree_dock.cpp -msgid "Sub-Resources:" -msgstr "" - -#: editor/scene_tree_dock.cpp -msgid "Edit Groups" -msgstr "" - -#: editor/scene_tree_dock.cpp -msgid "Edit Connections" -msgstr "" +#, fuzzy +msgid "Sub-Resources" +msgstr "複製資源" #: editor/scene_tree_dock.cpp msgid "Clear Inheritance" msgstr "" -#: editor/scene_tree_dock.cpp editor/scene_tree_editor.cpp -msgid "Open in Editor" -msgstr "" - #: editor/scene_tree_dock.cpp msgid "Delete Node(s)" msgstr "" @@ -6662,6 +6723,15 @@ msgid "Clear a script for the selected node." msgstr "" #: editor/scene_tree_dock.cpp +#, fuzzy +msgid "Remote" +msgstr "移除" + +#: editor/scene_tree_dock.cpp +msgid "Local" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Clear Inheritance? (No Undo!)" msgstr "" @@ -6700,10 +6770,6 @@ msgid "" msgstr "" #: editor/scene_tree_editor.cpp -msgid "Instance:" -msgstr "" - -#: editor/scene_tree_editor.cpp #, fuzzy msgid "Open script" msgstr "開啟最近存取" @@ -6775,6 +6841,15 @@ msgid "Invalid base path" msgstr "" #: editor/script_create_dialog.cpp +msgid "Directory of the same name exists" +msgstr "" + +#: editor/script_create_dialog.cpp +#, fuzzy +msgid "File exists, will be reused" +msgstr "檔案已經存在, 要覆寫嗎?" + +#: editor/script_create_dialog.cpp msgid "Invalid extension" msgstr "" @@ -6816,6 +6891,10 @@ msgid "Load existing script file" msgstr "" #: editor/script_create_dialog.cpp +msgid "Language" +msgstr "" + +#: editor/script_create_dialog.cpp msgid "Inherits" msgstr "" @@ -6836,6 +6915,11 @@ msgid "Attach Node Script" msgstr "" #: editor/script_editor_debugger.cpp +#, fuzzy +msgid "Remote " +msgstr "移除" + +#: editor/script_editor_debugger.cpp msgid "Bytes:" msgstr "" @@ -6856,6 +6940,10 @@ msgid "Function:" msgstr "" #: editor/script_editor_debugger.cpp +msgid "Pick one or more items from the list to display the graph." +msgstr "" + +#: editor/script_editor_debugger.cpp modules/mono/editor/mono_bottom_panel.cpp msgid "Errors" msgstr "" @@ -6864,6 +6952,11 @@ msgid "Child Process Connected" msgstr "" #: editor/script_editor_debugger.cpp +#, fuzzy +msgid "Copy Error" +msgstr "連接..." + +#: editor/script_editor_debugger.cpp msgid "Inspect Previous Instance" msgstr "" @@ -6888,18 +6981,6 @@ msgid "Stack Trace (if applicable):" msgstr "" #: editor/script_editor_debugger.cpp -msgid "Remote Inspector" -msgstr "" - -#: editor/script_editor_debugger.cpp -msgid "Live Scene Tree:" -msgstr "" - -#: editor/script_editor_debugger.cpp -msgid "Remote Object Properties: " -msgstr "" - -#: editor/script_editor_debugger.cpp msgid "Profiler" msgstr "" @@ -6938,6 +7019,10 @@ msgid "Type" msgstr "類型" #: editor/script_editor_debugger.cpp +msgid "Format" +msgstr "" + +#: editor/script_editor_debugger.cpp msgid "Usage" msgstr "使用量" @@ -6967,6 +7052,10 @@ msgstr "" msgid "Shortcuts" msgstr "捷徑" +#: editor/settings_config_dialog.cpp +msgid "Binding" +msgstr "" + #: editor/spatial_editor_gizmos.cpp msgid "Change Light Radius" msgstr "變更光源半徑" @@ -7016,81 +7105,153 @@ msgstr "" msgid "Change Probe Extents" msgstr "變更框型範圍" -#: modules/gdscript/gd_functions.cpp +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Select the dynamic library for this entry" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Select dependencies of the library for this entry" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +#, fuzzy +msgid "Remove current entry" +msgstr "移除" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Double click to create a new entry" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Platform:" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Platform" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Dynamic Library" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "Add an architecture entry" +msgstr "" + +#: modules/gdnative/gdnative_library_editor_plugin.cpp +msgid "GDNativeLibrary" +msgstr "" + +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Library" +msgstr "" + +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Status" +msgstr "" + +#: modules/gdnative/gdnative_library_singleton_editor.cpp +msgid "Libraries: " +msgstr "" + +#: modules/gdnative/register_types.cpp +msgid "GDNative" +msgstr "" + +#: modules/gdscript/gdscript_functions.cpp #: modules/visual_script/visual_script_builtin_funcs.cpp msgid "Invalid type argument to convert(), use TYPE_* constants." msgstr "" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp modules/mono/glue/glue_header.h #: modules/visual_script/visual_script_builtin_funcs.cpp msgid "Not enough bytes for decoding bytes, or invalid format." msgstr "解碼字節位元不足,或為無效格式。" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp msgid "step argument is zero!" msgstr "step引數為0!" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp msgid "Not a script with an instance" msgstr "非為單一事件腳本" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp #, fuzzy msgid "Not based on a script" msgstr "未依據腳本" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp #, fuzzy msgid "Not based on a resource file" msgstr "未依據資源檔案" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp #, fuzzy msgid "Invalid instance dictionary format (missing @path)" msgstr "無效的事件詞典格式(遺失 @path)" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp #, fuzzy msgid "Invalid instance dictionary format (can't load script at @path)" msgstr "無效的事件詞典格式(無法載入腳本 @path)" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp #, fuzzy msgid "Invalid instance dictionary format (invalid script at @path)" msgstr "無效的事件詞典格式(無效的腳本 @path)" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp msgid "Invalid instance dictionary (invalid subclasses)" msgstr "" -#: modules/gdscript/gd_functions.cpp +#: modules/gdscript/gdscript_functions.cpp msgid "Object can't provide a length." msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp #, fuzzy -msgid "GridMap Delete Selection" -msgstr "複製所選" +msgid "Next Plane" +msgstr "下個分頁" #: modules/gridmap/grid_map_editor_plugin.cpp #, fuzzy -msgid "GridMap Duplicate Selection" -msgstr "複製所選" +msgid "Previous Plane" +msgstr "上個分頁" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "GridMap Paint" +msgid "Plane:" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Snap View" +msgid "Next Floor" +msgstr "" + +#: modules/gridmap/grid_map_editor_plugin.cpp +#, fuzzy +msgid "Previous Floor" +msgstr "上個分頁" + +#: modules/gridmap/grid_map_editor_plugin.cpp +msgid "Floor:" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Prev Level (%sDown Wheel)" +#, fuzzy +msgid "GridMap Delete Selection" +msgstr "複製所選" + +#: modules/gridmap/grid_map_editor_plugin.cpp +#, fuzzy +msgid "GridMap Duplicate Selection" +msgstr "複製所選" + +#: modules/gridmap/grid_map_editor_plugin.cpp +msgid "Grid Map" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Next Level (%sUp Wheel)" +msgid "Snap View" msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp @@ -7161,13 +7322,8 @@ msgstr "" #: modules/gridmap/grid_map_editor_plugin.cpp #, fuzzy -msgid "Selection -> Duplicate" -msgstr "僅選擇區域" - -#: modules/gridmap/grid_map_editor_plugin.cpp -#, fuzzy -msgid "Selection -> Clear" -msgstr "僅選擇區域" +msgid "Clear Selection" +msgstr "所有的選擇" #: modules/gridmap/grid_map_editor_plugin.cpp #, fuzzy @@ -7178,12 +7334,58 @@ msgstr "專案設定" msgid "Pick Distance:" msgstr "" -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Tiles" +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Generating solution..." msgstr "" -#: modules/gridmap/grid_map_editor_plugin.cpp -msgid "Areas" +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Generating C# project..." +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +#, fuzzy +msgid "Failed to create solution." +msgstr "無法新增資料夾" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Failed to save solution." +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Done" +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Failed to create C# project." +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Mono" +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "About C# support" +msgstr "" + +#: modules/mono/editor/godotsharp_editor.cpp +msgid "Create C# solution" +msgstr "" + +#: modules/mono/editor/mono_bottom_panel.cpp +msgid "Builds" +msgstr "" + +#: modules/mono/editor/mono_bottom_panel.cpp +#, fuzzy +msgid "Build Project" +msgstr "專案設定" + +#: modules/mono/editor/mono_bottom_panel.cpp +msgid "Warnings" +msgstr "" + +#: modules/mono/mono_gd/gd_mono_utils.cpp +msgid "End of inner exception stack trace" msgstr "" #: modules/visual_script/visual_script.cpp @@ -7295,7 +7497,7 @@ msgid "Duplicate VisualScript Nodes" msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Hold Meta to drop a Getter. Hold Shift to drop a generic signature." +msgid "Hold %s to drop a Getter. Hold Shift to drop a generic signature." msgstr "" #: modules/visual_script/visual_script_editor.cpp @@ -7303,7 +7505,7 @@ msgid "Hold Ctrl to drop a Getter. Hold Shift to drop a generic signature." msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Hold Meta to drop a simple reference to the node." +msgid "Hold %s to drop a simple reference to the node." msgstr "" #: modules/visual_script/visual_script_editor.cpp @@ -7311,7 +7513,7 @@ msgid "Hold Ctrl to drop a simple reference to the node." msgstr "" #: modules/visual_script/visual_script_editor.cpp -msgid "Hold Meta to drop a Variable Setter." +msgid "Hold %s to drop a Variable Setter." msgstr "" #: modules/visual_script/visual_script_editor.cpp @@ -7377,10 +7579,18 @@ msgid "Return" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Call" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Get" msgstr "" #: modules/visual_script/visual_script_editor.cpp +msgid "Script already has function '%s'" +msgstr "" + +#: modules/visual_script/visual_script_editor.cpp msgid "Change Input Value" msgstr "" @@ -7527,17 +7737,34 @@ msgid "Run exported HTML in the system's default browser." msgstr "" #: platform/javascript/export/export.cpp -msgid "Could not write file:\n" -msgstr "" +#, fuzzy +msgid "Could not write file:" +msgstr "無法新增資料夾" #: platform/javascript/export/export.cpp -msgid "Could not read file:\n" -msgstr "" +#, fuzzy +msgid "Could not open template for export:" +msgstr "無法新增資料夾" #: platform/javascript/export/export.cpp -msgid "Could not open template for export:\n" +msgid "Invalid export template:" msgstr "" +#: platform/javascript/export/export.cpp +#, fuzzy +msgid "Could not read custom HTML shell:" +msgstr "無法新增資料夾" + +#: platform/javascript/export/export.cpp +#, fuzzy +msgid "Could not read boot splash image file:" +msgstr "無法新增資料夾" + +#: platform/javascript/export/export.cpp +#, fuzzy +msgid "Using default boot splash image." +msgstr "無法新增資料夾" + #: scene/2d/animated_sprite.cpp msgid "" "A SpriteFrames resource must be created or set in the 'Frames' property in " @@ -7552,6 +7779,13 @@ msgstr "" "每個場景中僅允許一個可見的CanvasModulate,只有第一個CanvasModulate會有作用," "其餘的將被忽略。" +#: scene/2d/collision_object_2d.cpp +msgid "" +"This node has no children shapes, so it can't interact with the space.\n" +"Consider adding CollisionShape2D or CollisionPolygon2D children nodes to " +"define its shape." +msgstr "" + #: scene/2d/collision_polygon_2d.cpp msgid "" "CollisionPolygon2D only serves to provide a collision shape to a " @@ -7624,7 +7858,7 @@ msgstr "" #: scene/2d/physics_body_2d.cpp msgid "" -"Size changes to RigidBody2D (in character or rigid modes) will be overriden " +"Size changes to RigidBody2D (in character or rigid modes) will be overridden " "by the physics engine when running.\n" "Change the size in children collision shapes instead." msgstr "" @@ -7633,18 +7867,6 @@ msgstr "" msgid "Path property must point to a valid Node2D node to work." msgstr "" -#: scene/2d/sprite.cpp -msgid "" -"Path property must point to a valid Viewport node to work. Such Viewport " -"must be set to 'render target' mode." -msgstr "" - -#: scene/2d/sprite.cpp -msgid "" -"The Viewport set in the path property must be set as 'render target' in " -"order for this sprite to work." -msgstr "" - #: scene/2d/visibility_notifier_2d.cpp msgid "" "VisibilityEnable2D works best when used with the edited scene root directly " @@ -7679,6 +7901,37 @@ msgstr "" msgid "ARVROrigin requires an ARVRCamera child node" msgstr "" +#: scene/3d/baked_lightmap.cpp +msgid "%d%%" +msgstr "" + +#: scene/3d/baked_lightmap.cpp +msgid "(Time Left: %d:%02d s)" +msgstr "" + +#: scene/3d/baked_lightmap.cpp +msgid "Plotting Meshes: " +msgstr "" + +#: scene/3d/baked_lightmap.cpp +msgid "Plotting Lights:" +msgstr "" + +#: scene/3d/baked_lightmap.cpp scene/3d/gi_probe.cpp +msgid "Finishing Plot" +msgstr "" + +#: scene/3d/baked_lightmap.cpp +msgid "Lighting Meshes: " +msgstr "" + +#: scene/3d/collision_object.cpp +msgid "" +"This node has no children shapes, so it can't interact with the space.\n" +"Consider adding CollisionShape or CollisionPolygon children nodes to define " +"its shape." +msgstr "" + #: scene/3d/collision_polygon.cpp msgid "" "CollisionPolygon only serves to provide a collision shape to a " @@ -7703,6 +7956,10 @@ msgid "" "shape resource for it!" msgstr "" +#: scene/3d/gi_probe.cpp +msgid "Plotting Meshes" +msgstr "" + #: scene/3d/navigation_mesh.cpp msgid "A NavigationMesh resource must be set or created for this node to work." msgstr "" @@ -7720,8 +7977,8 @@ msgstr "" #: scene/3d/physics_body.cpp msgid "" -"Size changes to RigidBody (in character or rigid modes) will be overriden by " -"the physics engine when running.\n" +"Size changes to RigidBody (in character or rigid modes) will be overridden " +"by the physics engine when running.\n" "Change the size in children collision shapes instead." msgstr "" @@ -7740,6 +7997,12 @@ msgid "" "order for AnimatedSprite3D to display frames." msgstr "" +#: scene/3d/vehicle_body.cpp +msgid "" +"VehicleWheel serves to provide a wheel system to a VehicleBody. Please use " +"it as a child of a VehicleBody." +msgstr "" + #: scene/gui/color_picker.cpp msgid "Raw Mode" msgstr "" @@ -7756,9 +8019,10 @@ msgstr "" msgid "Please Confirm..." msgstr "" -#: scene/gui/input_action.cpp -msgid "Ctrl+" -msgstr "Ctrl+" +#: scene/gui/file_dialog.cpp +#, fuzzy +msgid "Select this Folder" +msgstr "僅選擇區域" #: scene/gui/popup.cpp msgid "" @@ -7774,10 +8038,14 @@ msgid "" "minimum size manually." msgstr "" +#: scene/gui/tree.cpp +msgid "(Other)" +msgstr "" + #: scene/main/scene_tree.cpp msgid "" -"Default Environment as specified in Project Setings (Rendering -> Viewport -" -"> Default Environment) could not be loaded." +"Default Environment as specified in Project Settings (Rendering -> " +"Environment -> Default Environment) could not be loaded." msgstr "" #: scene/main/viewport.cpp @@ -7788,8 +8056,68 @@ msgid "" "texture to some node for display." msgstr "" -#~ msgid "Close scene? (Unsaved changes will be lost)" -#~ msgstr "沒有儲存的變更都會遺失, 確定要關閉?" +#: scene/resources/dynamic_font.cpp +msgid "Error initializing FreeType." +msgstr "初始化 FreeType 錯誤。" + +#: scene/resources/dynamic_font.cpp +msgid "Unknown font format." +msgstr "未知的字體格式。" + +#: scene/resources/dynamic_font.cpp +msgid "Error loading font." +msgstr "讀取字體錯誤。" + +#: scene/resources/dynamic_font.cpp +msgid "Invalid font size." +msgstr "無效的字體大小。" + +#~ msgid "Next" +#~ msgstr "下一個" + +#~ msgid "Not found!" +#~ msgstr "找不到!" + +#~ msgid "Replace By" +#~ msgstr "用...取代" + +#~ msgid "Case Sensitive" +#~ msgstr "區分大小寫" + +#~ msgid "Prompt On Replace" +#~ msgstr "每次取代都要先詢問我" + +#~ msgid "Skip" +#~ msgstr "跳過" + +#, fuzzy +#~ msgid "preview" +#~ msgstr "預覽:" + +#~ msgid "List:" +#~ msgstr "列表:" + +#, fuzzy +#~ msgid "Selection -> Duplicate" +#~ msgstr "僅選擇區域" + +#~ msgid "Filter:" +#~ msgstr "過濾器:" + +#~ msgid "Arguments:" +#~ msgstr "輸入參數" + +#~ msgid "Return:" +#~ msgstr "回傳值:" + +#~ msgid "Added:" +#~ msgstr "已新增:" + +#~ msgid "Removed:" +#~ msgstr "已刪除:" + +#~ msgid "Ctrl+" +#~ msgstr "Ctrl+" #~ msgid "" #~ "Open Project Manager? \n" |