From 021e6645f77f4fb8172237a4ef37c8aa768d46f4 Mon Sep 17 00:00:00 2001 From: Cooper Date: Fri, 1 Nov 2024 19:55:54 +0800 Subject: [PATCH] Add zh_CN translation (#72) --- resources/lang/zh_CN/themes.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/zh_CN/themes.php diff --git a/resources/lang/zh_CN/themes.php b/resources/lang/zh_CN/themes.php new file mode 100644 index 0000000..6e70089 --- /dev/null +++ b/resources/lang/zh_CN/themes.php @@ -0,0 +1,23 @@ + '主题', + 'primary_color' => '主要颜色', + 'select_base_color' => '选择主题的基础颜色。', + 'custom' => '自定义。', + 'no_changing_primary_color' => '此主题不支持更改主要颜色。', + 'support_changing_primary_color' => '此主题支持更改主要颜色。', + 'select_interface' => '选择您想要的界面外观。', + 'select' => '选择', + 'light' => '浅色', + 'dark' => '深色', + 'active' => '激活', + 'primary_color_set' => '主题主要颜色已设置为', + 'theme_set_to' => '主题已设置为', + 'appearance' => '外观', + 'no_light_mode' => '此主题不支持浅色模式。', + 'no_dark_mode' => '此主题不支持深色模式。', + 'support_light_mode' => '此主题支持浅色模式。', + 'support_dark_mode' => '此主题支持深色模式。', + 'theme_active' => '此主题当前已激活。', +];