diff options
Diffstat (limited to 'editor/translations/zh_HK.po')
-rw-r--r-- | editor/translations/zh_HK.po | 95 |
1 files changed, 74 insertions, 21 deletions
diff --git a/editor/translations/zh_HK.po b/editor/translations/zh_HK.po index b9461bffd0..a3c6a8fa3d 100644 --- a/editor/translations/zh_HK.po +++ b/editor/translations/zh_HK.po @@ -7,6 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine editor\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "POT-Creation-Date: \n" "PO-Revision-Date: 2020-05-01 11:43+0000\n" "Last-Translator: zx-wt <ZX_WT@ymail.com>\n" @@ -2485,6 +2486,15 @@ msgid "" "be satisfied." msgstr "" +#: editor/editor_node.cpp +msgid "Could not save one or more scenes!" +msgstr "" + +#: editor/editor_node.cpp +#, fuzzy +msgid "Save All Scenes" +msgstr "儲存所有場景" + #: editor/editor_node.cpp editor/scene_tree_dock.cpp msgid "Can't overwrite scene that is still open!" msgstr "" @@ -2606,6 +2616,10 @@ msgid "Save changes to '%s' before closing?" msgstr "關閉前要先儲存對 '%s' 任何更改嗎?" #: editor/editor_node.cpp +msgid "%s no longer exists! Please specify a new save location." +msgstr "" + +#: editor/editor_node.cpp msgid "" "The current scene has no root node, but %d modified external resource(s) " "were saved anyway." @@ -2958,11 +2972,6 @@ msgid "Save Scene" msgstr "儲存場景" #: editor/editor_node.cpp -#, fuzzy -msgid "Save All Scenes" -msgstr "儲存所有場景" - -#: editor/editor_node.cpp msgid "Convert To..." msgstr "轉為..." @@ -4489,20 +4498,28 @@ msgstr "" #: editor/import_dock.cpp #, fuzzy -msgid "Import As:" +msgid "Reimport" msgstr "導入" #: editor/import_dock.cpp -#, fuzzy -msgid "Preset" -msgstr "重設縮放比例" +msgid "" +"You have pending changes that haven't been applied yet. Click Reimport to " +"apply changes made to the import options.\n" +"Selecting another resource in the FileSystem dock without clicking Reimport " +"first will discard changes made in the Import dock." +msgstr "" #: editor/import_dock.cpp #, fuzzy -msgid "Reimport" +msgid "Import As:" msgstr "導入" #: editor/import_dock.cpp +#, fuzzy +msgid "Preset" +msgstr "重設縮放比例" + +#: editor/import_dock.cpp msgid "Save Scenes, Re-Import, and Restart" msgstr "" @@ -7573,12 +7590,14 @@ msgid "Move Down" msgstr "下移" #: editor/plugins/script_editor_plugin.cpp -msgid "Next script" +#, fuzzy +msgid "Next Script" msgstr "下一個腳本" #: editor/plugins/script_editor_plugin.cpp -msgid "Previous script" -msgstr "" +#, fuzzy +msgid "Previous Script" +msgstr "上一個tab" #: editor/plugins/script_editor_plugin.cpp msgid "File" @@ -7957,15 +7976,15 @@ msgid "This skeleton has no bones, create some children Bone2D nodes." msgstr "" #: editor/plugins/skeleton_2d_editor_plugin.cpp +msgid "Set Rest Pose to Bones" +msgstr "" + +#: editor/plugins/skeleton_2d_editor_plugin.cpp #, fuzzy msgid "Create Rest Pose from Bones" msgstr "運行場景" #: editor/plugins/skeleton_2d_editor_plugin.cpp -msgid "Set Rest Pose to Bones" -msgstr "" - -#: editor/plugins/skeleton_2d_editor_plugin.cpp msgid "Skeleton2D" msgstr "" @@ -8026,7 +8045,7 @@ msgid "Left Orthogonal" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp -msgid "Right Perspective" +msgid "Left Perspective" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp @@ -8035,6 +8054,10 @@ msgid "Right Orthogonal" msgstr "右𨫡" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Right Perspective" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Front Orthogonal" msgstr "" @@ -8389,6 +8412,26 @@ msgid "Right View" msgstr "" #: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Down" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Left" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Right" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View Up" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp +msgid "Orbit View 180" +msgstr "" + +#: editor/plugins/spatial_editor_plugin.cpp msgid "Switch Perspective/Orthogonal View" msgstr "" @@ -11352,11 +11395,11 @@ msgid "" msgstr "" #: editor/project_settings_editor.cpp -msgid "Key " +msgid "Physical Key" msgstr "" #: editor/project_settings_editor.cpp -msgid "Physical Key" +msgid "Key " msgstr "" #: editor/project_settings_editor.cpp @@ -14654,6 +14697,14 @@ msgid "" "Environment -> Default Environment) could not be loaded." msgstr "" +#: scene/main/timer.cpp +msgid "" +"Very low timer wait times (< 0.05 seconds) may behave in significantly " +"different ways depending on the rendered or physics frame rate.\n" +"Consider using a script's process loop instead of relying on a Timer for " +"very low wait times." +msgstr "" + #: scene/main/viewport.cpp msgid "" "This viewport is not set as render target. If you intend for it to display " @@ -14664,7 +14715,9 @@ msgstr "" #: scene/main/viewport.cpp #, fuzzy -msgid "Viewport size must be greater than 0 to render anything." +msgid "" +"The Viewport size must be greater than or equal to 2 pixels on both " +"dimensions to render anything." msgstr "viewport大小必須大於0以渲染任何東西。" #: scene/resources/occluder_shape.cpp |