From fe07c7effec8e59c3f48509a6f3fdbc981a0b152 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 15 Jan 2023 22:13:36 +0100 Subject: [PATCH] i18n: shorten color mode names --- locales/en-GB.json | 4 ++-- locales/en-US.json | 4 ++-- locales/zh-CN.json | 4 ++-- locales/zh-TW.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/locales/en-GB.json b/locales/en-GB.json index 14f275cc..2928d7bb 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -198,11 +198,11 @@ }, "interface": { "color_mode": "Color Mode", - "dark_mode": "Dark Mode", + "dark_mode": "Dark", "default": " (default)", "font_size": "Font Size", "label": "Interface", - "light_mode": "Light Mode", + "light_mode": "Light", "system_mode": "System" }, "language": { diff --git a/locales/en-US.json b/locales/en-US.json index b313f102..14669a6c 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -253,11 +253,11 @@ }, "interface": { "color_mode": "Color Mode", - "dark_mode": "Dark Mode", + "dark_mode": "Dark", "default": " (default)", "font_size": "Font Size", "label": "Interface", - "light_mode": "Light Mode", + "light_mode": "Light", "size_label": { "lg": "Large", "md": "Medium", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 4f0aad8e..f4a6761a 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -242,11 +242,11 @@ }, "interface": { "color_mode": "颜色", - "dark_mode": "深色模式", + "dark_mode": "深色", "default": "(默认)", "font_size": "字号", "label": "外观", - "light_mode": "浅色模式", + "light_mode": "浅色", "size_label": { "lg": "大", "md": "中", diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 54558de1..c997a9ef 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -252,11 +252,11 @@ }, "interface": { "color_mode": "顏色", - "dark_mode": "深色模式", + "dark_mode": "深色", "default": "(預設)", "font_size": "字號", "label": "外觀", - "light_mode": "淺色模式", + "light_mode": "淺色", "size_label": { "lg": "大", "md": "中",