Skip to content

Commit

Permalink
korean update and minor typo fix (#34)
Browse files Browse the repository at this point in the history
* Update ko_kr.json

* Update en_us.json
  • Loading branch information
MagPlum authored Dec 25, 2024
1 parent b7e3258 commit 338293b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/malilib/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"malilib.message.error.failed_to_save_all_configs": "At least some config options failed to save properly",
"malilib.message.error.failed_to_write_data_to_file": "Failed to write data to file §e'%s'§r",
"malilib.message.error.failed_to_write_json_to_file": "Failed to write JSON data to file §e'%s'§r\nException: %s",
"malilib.message.error.file_already_exists_hold_shift_to_override=": "ile already exists. Hold §eShift§r when clicking the button to override the existing file.",
"malilib.message.error.file_already_exists_hold_shift_to_override=": "File already exists. Hold §eShift§r when clicking the button to override the existing file.",
"malilib.message.error.file_or_directory_already_exists": "File or directory\n §e'%s'§r\nalready exists",
"malilib.message.error.file_rename.rename_failed": "Failed to rename the file\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.file_rename.same_name": "Won't rename the file\n §e'%s'§r,\nbecause the new name is the same as the original name",
Expand All @@ -234,4 +234,4 @@
"malilib.name.file_write_type.normal_write": "Normal Write",
"malilib.name.file_write_type.temp_and_rename": "Temp and Rename",
"modmenu.descriptionTranslation.malilib": "A library required by client mods from masa"
}
}
80 changes: 40 additions & 40 deletions src/main/resources/assets/malilib/lang/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,39 @@
"malilib.config.debug.comment.keybindDebugging": "활성화된 경우, 키 입력과 누르고 있는 키가\n게임 콘솔(활성화된 경우 액션바 포함)에 기록됩니다.",
"malilib.config.debug.comment.keybindDebuggingIngame": "활성화된 경우, '키지정 디버깅'의 메시지가\n게임 내 액션바에도 표시됩니다.",
"malilib.config.debug.comment.mouseScrollDebug": "활성화된 경우, 마우스 스크롤링의 일부 디버그 값이\n게임 콘솔/로그에 기록됩니다.",
"malilib.config.debug.comment.printTranslationKeys": "Print all translation keys to the logger that\nare translated via the §eStringUtils.translate()§r method.\n\nThis is intended for finding out certain translation keys,\nif you for example want to add a translation override in-game for a given display string\nvia the translation overrides system, without having to make a resource pack for it.\n\n§dDon't forget this on!§r It will likely spam your log quite fast...",
"malilib.config.debug.comment.printTranslationKeys": "§eStringUtils.translate()§r 메서드를 통해 번역된\n모든 번역 키를 로거에 프린트합니다.\n\n이는 특정 번역 키를 찾기 위한 것입니다.\n예를 들어 리소스 팩을 만들지 않고 번역 오버라이드 시스템을 통해\n주어진 표시 문자열에 대한 게임 내 번역 오버라이드를 추가하려는 경우입니다.\n\n§d켜놓고 잊어먹지 마세요!§r 로그에 꽤 빠르게 스팸을 보낼 것입니다....",
"malilib.config.debug.name.configElementDebug": "설정 요소 디버그",
"malilib.config.debug.name.debugMessages": "디버그 메시지",
"malilib.config.debug.name.inputCancellationDebugging": "입력 취소 디버깅",
"malilib.config.debug.name.keybindDebugging": "키지정 디버깅",
"malilib.config.debug.name.keybindDebuggingIngame": "게임 내 키지정 디버깅",
"malilib.config.debug.name.mouseScrollDebug": "마우스 스크롤 디버그",
"malilib.config.debug.name.printTranslationKeys": "printTranslationKeys",
"malilib.config.debug.name.printTranslationKeys": "프린트 번역 키",
"malilib.config.debug.prettyName.configElementDebug": "설정 요소 디버그",
"malilib.config.debug.prettyName.debugMessages": "디버그 메시지",
"malilib.config.debug.prettyName.inputCancellationDebugging": "입력 취소 디버깅",
"malilib.config.debug.prettyName.keybindDebugging": "키지정 디버깅",
"malilib.config.debug.prettyName.keybindDebuggingIngame": "게임 내 키지정 디버깅",
"malilib.config.debug.prettyName.mouseScrollDebug": "마우스 스크롤 디버그",
"malilib.config.debug.prettyName.printTranslationKeys": "Print Translation Keys",
"malilib.config.experimental.comment.activeConfigProfile": "activeConfigProfile",
"malilib.config.experimental.comment.sortConfigsByName": "Sort Configs By Name",
"malilib.config.experimental.comment.sortExtensionModOptions": "Sorts the configs shown on the config\nscreens by the config display name.\n\nThis happens after any possible extension mod configs have been added to\nthe end of the list of configs in the base mod.\nNote that this would also cause the base mod's configs to\nbe sorted alphabetically, in case they weren't by default.\n\nThis option only takes effect if there actually are some options\nadded by an extension mod. Also see the §eSort Configs By Name§r\noption which forces sorting the base mod configs in any case.",
"malilib.config.experimental.name.activeConfigProfile": "activeConfigProfile",
"malilib.config.experimental.name.sortConfigsByName": "sortConfigsByName",
"malilib.config.experimental.name.sortExtensionModOptions": "sortExtensionModOptions",
"malilib.config.debug.prettyName.printTranslationKeys": "프린트 번역 키",
"malilib.config.experimental.comment.activeConfigProfile": "설정 프로파일을 활성화합니다.",
"malilib.config.experimental.comment.sortConfigsByName": "이름 순서대로 설정을 정렬합니다.",
"malilib.config.experimental.comment.sortExtensionModOptions": "설정 화면에 표시된 설정들을 이름순으로 정렬합니다.\n\n이는 기본 모드의 설정 목록 끝에 가능한 모든\n확장 모드 설정이 추가된 후에 실행됩니다.\n이렇게 하면 기본 모드의 설정이 기본적으로\n정렬되지 않은 경우 알파벳순으로 정렬됩니다.\n\n이 옵션은 확장 모드에서 실제로 몇 가지 옵션이 추가된 경우에만\n적용됩니다. 또한 어떤 경우든 기본 모드 설정을 이름순으로\n강제하는 §e정렬 설정 이름순§r 옵션을 확인하세요.",
"malilib.config.experimental.name.activeConfigProfile": "활성화 설정 프로파일",
"malilib.config.experimental.name.sortConfigsByName": "정렬 설정 이름순",
"malilib.config.experimental.name.sortExtensionModOptions": "정렬 확장 모드 옵션",
"malilib.config.generic.comment.enableActionbarMessages": "액션바 메시지를 표시할지 여부입니다.\n이 설정은 녹화나 스트리밍 목적으로 유용할 수 있습니다.\nSakura의 \"스트리머 모드\" 모드에서 영감을 받았습니다.",
"malilib.config.generic.comment.enableConfigSwitcher": "Enable the \"Config Switcher\" at the top right to\nquickly switch between Registered Config Screens\nNOTE: If the Config Screen isn't registered,\nwe will try to automatically register them.",
"malilib.config.generic.comment.enableConfigSwitcher": "오른쪽 상단의 \"설정 스위처\"를 활성화하여\n등록된 설정 화면 간 빠른 전환이 가능합니다.\n참고: 등록된 설정 화면이 없는 경우,\n자동으로 등록을 시도합니다.",
"malilib.config.generic.comment.ignoredKeys": "여기에 설정된 모든 키는 완전히 무시됩니다.",
"malilib.config.generic.comment.openGuiConfigs": "게임 내 malilib 설정 GUI를 엽니다.",
"malilib.config.generic.comment.realmsCommonConfig": "모든 렐름 서버에 공통된 설정 파일 이름을 사용할지 여부입니다.\n이것이 비활성화되면 생성된 설정 파일 이름에 서버 IP와 포트가 사용됩니다.\n그러나 렐름 서버 주소는 정기적으로 변경되므로 설정 이름이\n항상 변경되고 따라서 설정이 제대로 저장되지 않을 수 있습니다.\n그러므로 기본적으로 하나의 렐름 서버에서만 플레이하는 경우, 이 설정을 활성화된 상태로 두십시오.\n여러 렐름 서버에서 플레이하는 경우... 각각의 렐름 서버에서 각각의 마인크래프트 인스턴스로\n분리하여 플레이하지 않는 이상 무조건 설정이 섞입니다.",
"malilib.config.generic.name.enableActionbarMessages": "액션바 메시지 활성화",
"malilib.config.generic.name.enableConfigSwitcher": "enableConfigSwitcher",
"malilib.config.generic.name.enableConfigSwitcher": "활성화 설정 스위처",
"malilib.config.generic.name.ignoredKeys": "비활성 키",
"malilib.config.generic.name.openGuiConfigs": "GUI 설정 열기",
"malilib.config.generic.name.realmsCommonConfig": "렐름 일반 설정",
"malilib.config.generic.prettyName.enableActionbarMessages": "액션바 메시지",
"malilib.config.generic.prettyName.enableConfigSwitcher": "Config Switcher",
"malilib.config.generic.prettyName.enableConfigSwitcher": "설정 스위처",
"malilib.config.generic.prettyName.ignoredKeys": "비활성 키",
"malilib.config.generic.prettyName.openGuiConfigs": "GUI 설정 열기",
"malilib.config.generic.prettyName.realmsCommonConfig": "렐름 일반 설정",
Expand All @@ -61,7 +61,7 @@
"malilib.config.test.comment.testString": "[X] 테스트 문자열 설명!",
"malilib.config.test.comment.testStringList": "[X] 테스트 문자열 목록 설명!",
"malilib.config.test.comment.testSyncEnable": "테스트 전용 'DataSync' 서비스 활성화",
"malilib.config.test.comment.testBundlePreviewWidth": "A Configuration for testing the Bundle Preview Width (Min: 6, Max: 9)",
"malilib.config.test.comment.testBundlePreviewWidth": "꾸러미 미리보기 너비를 테스트하기 위한 설정입니다. (최소: 6, 최대: 9)",
"malilib.config.test.name.testBoolean": "테스트 boolean /X",
"malilib.config.test.name.testBooleanHotkeyed": "테스트 boolean 단축키 /X",
"malilib.config.test.name.testColor": "테스트 색상 /X",
Expand All @@ -75,16 +75,16 @@
"malilib.config.test.name.testString": "테스트 문자열 /X",
"malilib.config.test.name.testStringList": "테스트 문자열 목록 /X",
"malilib.config.test.name.testSyncEnable": "테스트 동기화 활성화",
"malilib.config.test.name.testBundlePreviewWidth": "testBundlePreviewWidth",
"malilib.config.test.name.testBundlePreviewWidth": "테스트 꾸러미 미리보기 너비",
"malilib.config.test_enum.comment.testEnumConfig": "[X] 테스트 열거형 설정 설명.",
"malilib.config.test_enum.comment.testEnumSinglePlayer": "[X] 테스트 열거형 싱글 플레이어 설명.",
"malilib.config.test_enum.comment.testWallsHotkey": "[X] testWallsHotkey Comment.",
"malilib.config.test_enum.comment.testWallsHotkey": "[X] 테스트 담장 단축키 설명.",
"malilib.config.test_enum.name.testEnumConfig": "테스트 열거형 설정 /X",
"malilib.config.test_enum.name.testEnumSinglePlayer": "테스트 열거형 싱글플레이어 /X",
"malilib.config.test_enum.name.testWallsHotkey": "testWallsHotkey /X",
"malilib.config.test_enum.prettyName.testEnumConfig": "테스트 열거형 설정",
"malilib.config.test_enum.prettyName.testEnumSinglePlayer": "테스트 열거형 싱글 플레이어",
"malilib.config.test_enum.prettyName.testWallsHotkey": "Test Walls",
"malilib.config.test_enum.prettyName.testWallsHotkey": "테스트 담장",
"malilib.error.failed_to_create_directory": "'%s' 디렉토리를 만들지 못했습니다.",
"malilib.error.file_or_directory_already_exists": "'%s' 파일 또는 디렉토리가 이미 존재합니다.",
"malilib.error.invalid_block_blacklist_entry": "'%s' 블랙리스트 또는 화이트리스트에\n의해 차단된 블록입니다.",
Expand Down Expand Up @@ -143,7 +143,7 @@
"malilib.gui.title.configs": "malilib 설정 - %s",
"malilib.gui.title.create_directory": "새 디렉토리 생성",
"malilib.gui.title.debug": "디버그",
"malilib.gui.title.experimental": "Experimental",
"malilib.gui.title.experimental": "실험기능",
"malilib.gui.title.generic": "일반",
"malilib.gui.title.keybind_settings.advanced": "%s에 대한 고급 키 지정 설정",
"malilib.gui.title.locked_list_edit": "'%s'에 대한 잠김 목록 편집",
Expand Down Expand Up @@ -196,25 +196,25 @@
"malilib.label.nbt_tooltip.number_type_color": "§c",
"malilib.label.nbt_tooltip.string_color": "§a",
"malilib.message.directory_created": "디렉토리 '%s'가 생성되었습니다.",
"malilib.message.error.failed_to_copy_file": "Failed to copy file\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.failed_to_copy_file.destination_exists": "Won't copy file §e'%s'§r\nto §e'%s'§r,\nthe destination file already exists",
"malilib.message.error.failed_to_create_directory": "Failed to create directory\n §e'%s'§r",
"malilib.message.error.failed_to_delete_file": "Failed to delete file\n §e'%s'§r",
"malilib.message.error.failed_to_delete_file_is_dir": "Won't delete\n §e'%s'§r\nas it's a directory",
"malilib.message.error.failed_to_move_file": "Failed to move file\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.failed_to_move_file.destination_exists": "Won't move file\n §e'%s'§r\nto\n §e'%s'§r,\nas the destination file already exists FOO",
"malilib.message.error.failed_to_parse_string_as_json": "Failed to parse the string as JSON",
"malilib.message.error.failed_to_rename_file.exception": "Failed to rename file\n §e'%s'§r\nto\n §e'%s'§r,\nexception: %s",
"malilib.message.error.failed_to_rename_file.exists": "Failed to rename the file\n §e'%s'§r\nto\n §e'%s'§r\nthe target file already exists",
"malilib.message.error.failed_to_resolve_file": "Failed to resolve the actual location of the file\n §e'%s'§r\nfor saving data to it. Maybe a broken symlink, or a permission issue?",
"malilib.message.error.failed_to_save_all_configs": "At least some config options failed to save properly",
"malilib.message.error.failed_to_write_data_to_file": "Failed to write data to file §e'%s'§r",
"malilib.message.error.failed_to_write_json_to_file": "Failed to write JSON data to file §e'%s'§r\nException: %s",
"malilib.message.error.file_already_exists_hold_shift_to_override=": "ile already exists. Hold §eShift§r when clicking the button to override the existing file.",
"malilib.message.error.file_or_directory_already_exists": "File or directory\n §e'%s'§r\nalready exists",
"malilib.message.error.file_rename.rename_failed": "Failed to rename the file\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.file_rename.same_name": "Won't rename the file\n §e'%s'§r,\nbecause the new name is the same as the original name",
"malilib.message.error.illegal_characters_in_file_name": "Invalid characters in the given file name\n §e'%s'§r.\n\nFor example slashes are not allowed, and on Windows also many other special characters are not valid for file names!",
"malilib.message.error.failed_to_copy_file": "파일 복사 실패\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.failed_to_copy_file.destination_exists": "파일 복사 불가 §e'%s'§r\nto §e'%s'§r,\n대상 파일이 이미 존재합니다.",
"malilib.message.error.failed_to_create_directory": "디렉토리 생성 실패\n §e'%s'§r",
"malilib.message.error.failed_to_delete_file": "파일 삭제 실패\n §e'%s'§r",
"malilib.message.error.failed_to_delete_file_is_dir": "삭제 불가\n §e'%s'§r\n이것은 디렉토리입니다.",
"malilib.message.error.failed_to_move_file": "파일 이동 실패\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.failed_to_move_file.destination_exists": "파일 이동 불가\n §e'%s'§r\nto\n §e'%s'§r,\n대상 파일이 이미 존재합니다. FOO",
"malilib.message.error.failed_to_parse_string_as_json": "문자열을 JSON으로 구문 분석하는 데 실패",
"malilib.message.error.failed_to_rename_file.exception": "파일 이름 수정 실패\n §e'%s'§r\nto\n §e'%s'§r,\n예외: %s",
"malilib.message.error.failed_to_rename_file.exists": "파일 이름 수정 실패\n §e'%s'§r\nto\n §e'%s'§r\n목표 파일이 이미 존재합니다.",
"malilib.message.error.failed_to_resolve_file": "파일 실제 위치 확인 실패Failed to resolve the actual location of the file\n §e'%s'§r\n에 데이터 저장. 심링크 고장 또는 권한 문제일 수 있습니다.",
"malilib.message.error.failed_to_save_all_configs": "일부 설정 옵션이 제대로 저장되지 않음",
"malilib.message.error.failed_to_write_data_to_file": "파일에 데이터 저장 실패 §e'%s'§r",
"malilib.message.error.failed_to_write_json_to_file": "파일에 JSON 데이터 저장 실패 §e'%s'§r\nException: %s",
"malilib.message.error.file_already_exists_hold_shift_to_override=": "파일이 이미 존재함. 기존 파일을 덮어쓰려면 §eShift§r 키를 누르고 버튼을 클릭하세요.",
"malilib.message.error.file_or_directory_already_exists": "파일 또는 디렉토리\n §e'%s'§r\n이미 존재합니다.",
"malilib.message.error.file_rename.rename_failed": "파일 이름 수정 실패\n §e'%s'§r\nto\n §e'%s'§r",
"malilib.message.error.file_rename.same_name": "파일 이름 수정 불가\n §e'%s'§r,\n새로운 이름이 기존 이름과 동일합니다.",
"malilib.message.error.illegal_characters_in_file_name": "파일 이름에 유효하지 않은 문자 포함\n §e'%s'§r.\n\n예를들어 슬래시는 허용되지 않고, 윈도우에서는 다른 많은 특수 기호들이 파일 이름으로 유효하지 않습니다!",
"malilib.message.formatting_code.error": "§c",
"malilib.message.formatting_code.info": "§f",
"malilib.message.formatting_code.success": "§a",
Expand All @@ -231,7 +231,7 @@
"malilib.message.toggled": "토글 %s %s",
"malilib.message.value.off": "OFF",
"malilib.message.value.on": "ON",
"malilib.name.file_write_type.normal_write": "Normal Write",
"malilib.name.file_write_type.temp_and_rename": "Temp and Rename",
"modmenu.descriptionTranslation.malilib": "A library required by client mods from masa"
}
"malilib.name.file_write_type.normal_write": "보통 저장",
"malilib.name.file_write_type.temp_and_rename": "임시 및 이름 수정",
"modmenu.descriptionTranslation.malilib": "masa의 클라이언트 모드에 필요한 라이브러리"
}

0 comments on commit 338293b

Please sign in to comment.