diff options
Diffstat (limited to 'editor/translations/ko.po')
-rw-r--r-- | editor/translations/ko.po | 71 |
1 files changed, 51 insertions, 20 deletions
diff --git a/editor/translations/ko.po b/editor/translations/ko.po index 096d8a3ee8..de709170ca 100644 --- a/editor/translations/ko.po +++ b/editor/translations/ko.po @@ -28,13 +28,14 @@ # Jaemin Park <ppparkje@naver.com>, 2021. # 신동규 <rlsl0422@gmail.com>, 2021. # Kiroo <elusive1102@naver.com>, 2021. +# JumpJetAvocado <dwkng@jbnu.ac.kr>, 2021. 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: 2021-11-19 08:43+0000\n" -"Last-Translator: Myeongjin Lee <aranet100@gmail.com>\n" +"PO-Revision-Date: 2021-11-22 20:39+0000\n" +"Last-Translator: JumpJetAvocado <dwkng@jbnu.ac.kr>\n" "Language-Team: Korean <https://hosted.weblate.org/projects/godot-engine/" "godot/ko/>\n" "Language: ko\n" @@ -42,7 +43,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.9.1-dev\n" +"X-Generator: Weblate 4.10-dev\n" #: core/math/expression.cpp modules/gdscript/gdscript_functions.cpp #: modules/visual_script/visual_script_builtin_funcs.cpp @@ -2124,14 +2125,31 @@ msgstr "메서드" msgid "Theme Properties" msgstr "테마 속성들" -#: editor/editor_help.cpp -msgid "Enumerations" -msgstr "열거형" +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Colors" +msgstr "색상" #: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp msgid "Constants" msgstr "상수" +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Fonts" +msgstr "글꼴" + +#: editor/editor_help.cpp editor/plugins/theme_editor_plugin.cpp +msgid "Icons" +msgstr "아이콘" + +#: editor/editor_help.cpp +#, fuzzy +msgid "Styles" +msgstr "스타일" + +#: editor/editor_help.cpp +msgid "Enumerations" +msgstr "열거형" + #: editor/editor_help.cpp msgid "Property Descriptions" msgstr "속성 설명" @@ -8533,18 +8551,6 @@ msgid "TextureRegion" msgstr "텍스처 영역" #: editor/plugins/theme_editor_plugin.cpp -msgid "Colors" -msgstr "색상" - -#: editor/plugins/theme_editor_plugin.cpp -msgid "Fonts" -msgstr "글꼴" - -#: editor/plugins/theme_editor_plugin.cpp -msgid "Icons" -msgstr "아이콘" - -#: editor/plugins/theme_editor_plugin.cpp msgid "Styleboxes" msgstr "스타일박스" @@ -13275,8 +13281,16 @@ msgid "\"Use Custom Build\" must be enabled to use the plugins." msgstr "플러그인을 사용하려면 \"Use Custom Build\"가 활성화되어야 합니다." #: platform/android/export/export_plugin.cpp +#, fuzzy msgid "" -"\"Hand Tracking\" is only valid when \"Xr Mode\" is \"Oculus Mobile VR\"." +"\"Hand Tracking\" is only valid when \"Xr Mode\" is \"Oculus Mobile VrApi\" " +"or \"OpenXR\"." +msgstr "" +"\"손 추적\" 은 \"Xr 모드\" 가 \"Oculus Mobile VR\"일 때만 사용 가능합니다." + +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "\"Passthrough\" is only valid when \"Xr Mode\" is \"OpenXR\"." msgstr "" "\"손 추적\" 은 \"Xr 모드\" 가 \"Oculus Mobile VR\"일 때만 사용 가능합니다." @@ -13285,6 +13299,23 @@ msgid "\"Export AAB\" is only valid when \"Use Custom Build\" is enabled." msgstr "\"Export AAB\"는 \"Use Custom Build\"가 활성화된 경우에만 유효합니다." #: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "" +"Changing the \"Min Sdk\" is only valid when \"Use Custom Build\" is enabled." +msgstr "\"Export AAB\"는 \"Use Custom Build\"가 활성화된 경우에만 유효합니다." + +#: platform/android/export/export_plugin.cpp +#, fuzzy +msgid "" +"Changing the \"Target Sdk\" is only valid when \"Use Custom Build\" is " +"enabled." +msgstr "\"Export AAB\"는 \"Use Custom Build\"가 활성화된 경우에만 유효합니다." + +#: platform/android/export/export_plugin.cpp +msgid "\"Target Sdk\" version must be greater or equal to \"Min Sdk\" version." +msgstr "" + +#: platform/android/export/export_plugin.cpp msgid "" "'apksigner' could not be found.\n" "Please check the command is available in the Android SDK build-tools " @@ -13321,7 +13352,7 @@ msgstr "%s의 'apksigner' 검증에 실패했습니다." #: platform/android/export/export_plugin.cpp msgid "Exporting for Android" -msgstr "Android용으로 내보내는 중" +msgstr "Android로 내보내기" #: platform/android/export/export_plugin.cpp msgid "Invalid filename! Android App Bundle requires the *.aab extension." |