diff options
Diffstat (limited to 'editor/translations/ko.po')
-rw-r--r-- | editor/translations/ko.po | 61 |
1 files changed, 46 insertions, 15 deletions
diff --git a/editor/translations/ko.po b/editor/translations/ko.po index b4a91e0076..fb4bf92e30 100644 --- a/editor/translations/ko.po +++ b/editor/translations/ko.po @@ -34,13 +34,15 @@ # Taehun Yun <yooontehoon@naver.com>, 2022. # vrSono <global.sonogong@gmail.com>, 2022. # Seonghyeon Cho <seonghyeoncho96@gmail.com>, 2022. +# Haoyu Qiu <timothyqiu32@gmail.com>, 2022. +# 김태우 <ogosengi3@gmail.com>, 2022. 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: 2022-06-12 13:19+0000\n" -"Last-Translator: Seonghyeon Cho <seonghyeoncho96@gmail.com>\n" +"PO-Revision-Date: 2022-06-26 16:16+0000\n" +"Last-Translator: 김태우 <ogosengi3@gmail.com>\n" "Language-Team: Korean <https://hosted.weblate.org/projects/godot-engine/" "godot/ko/>\n" "Language: ko\n" @@ -48,7 +50,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.13-dev\n" +"X-Generator: Weblate 4.13.1-dev\n" #: core/bind/core_bind.cpp main/main.cpp msgid "Tablet Driver" @@ -4200,7 +4202,7 @@ msgstr "레이아웃 삭제" #: editor/editor_node.cpp editor/import_dock.cpp #: editor/script_create_dialog.cpp msgid "Default" -msgstr "디폴트" +msgstr "기본값" #: editor/editor_node.cpp editor/editor_resource_picker.cpp #: editor/plugins/script_editor_plugin.cpp editor/property_editor.cpp @@ -7887,11 +7889,20 @@ msgid "New Anim" msgstr "새 애니메이션" #: editor/plugins/animation_player_editor_plugin.cpp +msgid "Create New Animation" +msgstr "새 애니메이션 만들기" + +#: editor/plugins/animation_player_editor_plugin.cpp msgid "Change Animation Name:" msgstr "애니메이션 이름 바꾸기:" #: editor/plugins/animation_player_editor_plugin.cpp #: editor/plugins/sprite_frames_editor_plugin.cpp +msgid "Rename Animation" +msgstr "애니메이션 이름 바꾸기" + +#: editor/plugins/animation_player_editor_plugin.cpp +#: editor/plugins/sprite_frames_editor_plugin.cpp msgid "Delete Animation?" msgstr "애니메이션을 삭제할까요?" @@ -7909,11 +7920,6 @@ msgid "Animation name already exists!" msgstr "애니메이션 이름이 이미 있습니다!" #: editor/plugins/animation_player_editor_plugin.cpp -#: editor/plugins/sprite_frames_editor_plugin.cpp -msgid "Rename Animation" -msgstr "애니메이션 이름 바꾸기" - -#: editor/plugins/animation_player_editor_plugin.cpp msgid "Duplicate Animation" msgstr "애니메이션 복제" @@ -8057,10 +8063,6 @@ msgid "Pin AnimationPlayer" msgstr "AnimationPlayer 고정" #: editor/plugins/animation_player_editor_plugin.cpp -msgid "Create New Animation" -msgstr "새 애니메이션 만들기" - -#: editor/plugins/animation_player_editor_plugin.cpp msgid "Animation Name:" msgstr "애니메이션 이름:" @@ -15562,8 +15564,8 @@ msgid "" "Node is in %s group(s).\n" "Click to show groups dock." msgstr "" -"노드가 그룹 안에 있습니다.\n" -"클릭하면 그룹 독을 보여줘요." +"노드가 %s 그룹 안에 있습니다.\n" +"클릭하여 그룹 독을 봅니다." #: editor/scene_tree_editor.cpp msgid "Open Script:" @@ -21407,6 +21409,18 @@ msgstr "" msgid "Edge Connection Margin" msgstr "연결 변경:" +#: scene/2d/navigation_2d.cpp +msgid "" +"'Navigation2D' node and 'Navigation2D.get_simple_path()' are deprecated and " +"will be removed in a future version. Use 'Navigation2DServer.map_get_path()' " +"instead." +msgstr "" + +#: scene/2d/navigation_agent_2d.cpp scene/3d/navigation_agent.cpp +#, fuzzy +msgid "Path Desired Distance" +msgstr "거리 선택:" + #: scene/2d/navigation_agent_2d.cpp scene/3d/navigation_agent.cpp msgid "Target Desired Distance" msgstr "" @@ -22684,6 +22698,13 @@ msgstr "" msgid "Transform Normals" msgstr "변형 중단됨." +#: scene/3d/navigation.cpp +msgid "" +"'Navigation' node and 'Navigation.get_simple_path()' are deprecated and will " +"be removed in a future version. Use 'NavigationServer.map_get_path()' " +"instead." +msgstr "" + #: scene/3d/navigation.cpp scene/resources/curve.cpp #, fuzzy msgid "Up Vector" @@ -27050,6 +27071,16 @@ msgstr "" msgid "Walkable Low Height Spans" msgstr "" +#: scene/resources/navigation_mesh.cpp +#, fuzzy +msgid "Baking AABB" +msgstr "AABB 만드는 중" + +#: scene/resources/navigation_mesh.cpp +#, fuzzy +msgid "Baking AABB Offset" +msgstr "오프셋:" + #: scene/resources/occluder_shape.cpp msgid "Spheres" msgstr "" |