From 6664b5cc1c9d226bff658017b25dc97b68eaa0f6 Mon Sep 17 00:00:00 2001 From: Konloch Date: Tue, 29 Jun 2021 08:36:15 -0700 Subject: [PATCH] Google Translate Mandarin My apologies if I get anything incorrect! --- src/main/resources/translations/mandarin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/translations/mandarin.json b/src/main/resources/translations/mandarin.json index b3025fb7..01b812e4 100644 --- a/src/main/resources/translations/mandarin.json +++ b/src/main/resources/translations/mandarin.json @@ -19,7 +19,18 @@ "VISUAL_SETTINGS": "视觉设置", "LANGUAGE": "语", "WINDOW_THEME": "窗口主题", + "SYSTEM_THEME": "系统主题", + "DARK_THEME": "黑暗主题", + "LIGHT_THEME": "轻主题", "TEXT_AREA_THEME": "文本区域主题", + "DEFAULT_RECOMMENDED_LIGHT": "默认(推荐灯光)", + "DARK_RECOMMENDED_DARK": "深色(推荐深色)", + "DEFAULT_ALT": "默认-Alt", + "ECLIPSE": "Eclipse", + "INTELLIJ": "Intellij", + "VISUAL_STUDIO": "Visual Studio", + "DRUID_DARK": "德鲁伊(暗)", + "MONOKAI_DARK": "物界(暗)", "FONT_SIZE": "字体大小", "SHOW_TAB_FILE_IN_TAB_TITLE": "在选项卡标题中显示文件", "SIMPLIFY_NAME_IN_TAB_TITLE": "简化标签标题中的名称",