mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
Translations update from [Weblate](https://weblate.werwolv.net) for [ImHex/Builtin](https://weblate.werwolv.net/projects/imhex/builtin/). It also includes following components: * [ImHex/Diffing](https://weblate.werwolv.net/projects/imhex/diffing/) * [ImHex/UI](https://weblate.werwolv.net/projects/imhex/ui/) * [ImHex/Fonts](https://weblate.werwolv.net/projects/imhex/fonts/) * [ImHex/Disassembler](https://weblate.werwolv.net/projects/imhex/disassembler/) * [ImHex/Hashes](https://weblate.werwolv.net/projects/imhex/hashes/) * [ImHex/Remote](https://weblate.werwolv.net/projects/imhex/remote/) * [ImHex/Script Loader](https://weblate.werwolv.net/projects/imhex/script-loader/) * [ImHex/Visualizers](https://weblate.werwolv.net/projects/imhex/visualizers/) * [ImHex/Yara Rules](https://weblate.werwolv.net/projects/imhex/yara-rules/) * [ImHex/Windows](https://weblate.werwolv.net/projects/imhex/windows/) Current translation status:  Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: PICOPress <choys041011@gmail.com> Co-authored-by: Yaroslav <mrikso821@gmail.com>
21 lines
1.1 KiB
JSON
21 lines
1.1 KiB
JSON
{
|
|
"hex.fonts.setting.font": "글꼴",
|
|
"hex.fonts.setting.font.custom_font": "사용자 정의 글꼴",
|
|
"hex.fonts.setting.font.font_antialias": "안티에일리어싱",
|
|
"hex.fonts.setting.font.font_bold": "굵게",
|
|
"hex.fonts.setting.font.font_italic": "기울임꼴",
|
|
"hex.fonts.setting.font.font_path": "글꼴",
|
|
"hex.fonts.setting.font.font_size": "글꼴 크기",
|
|
"hex.fonts.setting.font.glyphs": "글리프",
|
|
"hex.fonts.setting.font.load_all_unicode_chars": "모든 유니코드 문자 불러오기",
|
|
"hex.fonts.setting.font.button.bold": "B",
|
|
"hex.fonts.setting.font.button.italic": "I",
|
|
"hex.fonts.setting.font.custom_font_info": "사용자 정의 글꼴에 대해서만 사용 가능한 설정입니다.",
|
|
"hex.fonts.font.default": "일반 UI 글꼴",
|
|
"hex.fonts.font.hex_editor": "헥스 에디터 글꼴",
|
|
"hex.fonts.font.code_editor": "코드 에디터 글꼴",
|
|
"hex.fonts.setting.font.antialias_none": "없음",
|
|
"hex.fonts.setting.font.antialias_grayscale": "회색조",
|
|
"hex.fonts.setting.font.antialias_subpixel": "서브픽셀"
|
|
}
|