Skip to content

Commit

Permalink
Add zh_CN translation (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
myxiaoao authored Nov 1, 2024
1 parent 89e5cef commit 021e664
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/zh_CN/themes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'themes' => '主题',
'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' => '此主题当前已激活。',
];

0 comments on commit 021e664

Please sign in to comment.