mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -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/Disassembler](https://weblate.werwolv.net/projects/imhex/disassembler/) * [ImHex/Yara Rules](https://weblate.werwolv.net/projects/imhex/yara-rules/) * [ImHex/Fonts](https://weblate.werwolv.net/projects/imhex/fonts/) * [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/Windows](https://weblate.werwolv.net/projects/imhex/windows/) Current translation status:  Co-authored-by: Weblate <noreply@weblate.org> Co-authored-by: liushuyu <liushuyu011@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": "加载所有 Unicode 字符",
|
|
"hex.fonts.font.code_editor": "代码编辑器字体",
|
|
"hex.fonts.font.default": "通用界面字体",
|
|
"hex.fonts.font.hex_editor": "十六进制编辑器字体",
|
|
"hex.fonts.setting.font.antialias_grayscale": "灰度抗锯齿",
|
|
"hex.fonts.setting.font.antialias_none": "无抗锯齿",
|
|
"hex.fonts.setting.font.antialias_subpixel": "次像素抗锯齿",
|
|
"hex.fonts.setting.font.custom_font_info": "以下设置仅在选择了自定义字体时可用。",
|
|
"hex.fonts.setting.font.button.bold": "B",
|
|
"hex.fonts.setting.font.button.italic": "I"
|
|
}
|