Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese translations #752

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,11 @@
<string name="configAction_exportThemes">@string/configAction_export</string> <!-- button (contentDescription) -->
<string name="configAction_importThemes">@string/configAction_import</string> <!-- button (contentDescription) -->

<string name="widgetThemes_dark">Dark</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark_transparent">Dark (transparent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark_translucent">Dark (translucent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_light">Light</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_light_transparent">Light (transparent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark">深色</string> <!-- default widget theme name -->
<string name="widgetThemes_dark_transparent">深色(透明)</string> <!-- default widget theme name -->
<string name="widgetThemes_dark_translucent">深色(半透明)</string> <!-- default widget theme name -->
<string name="widgetThemes_light">浅色</string> <!-- default widget theme name -->
<string name="widgetThemes_light_transparent">浅色(透明)</string> <!-- default widget theme name -->

<string name="addtheme_custname">theme_<xliff:g id="#">%1$s</xliff:g></string> <!-- suggested new theme id -->
<!--<string name="addtheme_copyname"><xliff:g id="themeName">%1$s</xliff:g>_copy<xliff:g id="#">%2$s</xliff:g></string>--> <!-- copied theme id -->
Expand Down Expand Up @@ -694,8 +694,8 @@
<string name="configAction_chooseColor">选择颜色</string> <!-- button (contentDescription) -->

<string name="configLabel_themeBackgroundId">底色:</string> <!-- spinner label -->
<string name="configLabel_themeBackground_light">亮色</string> <!-- light background -->
<string name="configLabel_themeBackground_dark">暗色</string> <!-- dark background -->
<string name="configLabel_themeBackground_light">浅色</string> <!-- light background -->
<string name="configLabel_themeBackground_dark">深色</string> <!-- dark background -->
<string name="configLabel_themeBackground_trans">透明</string> <!-- transparent background -->
<string name="configLabel_themeBackground_color">颜色</string> <!-- custom background -->
<string name="configLabel_themeColorBackground">颜色:</string> <!-- color label -->
Expand Down Expand Up @@ -1176,13 +1176,13 @@
<string name="configLabel_ui_showbluehour">显示蓝色时刻</string>

<!-- App Setting: UI Theme -->
<string name="appThemes_lightTheme">亮色主题</string>
<string name="appThemes_darkTheme">暗色主题</string>
<string name="appThemes_nightMode">亮色主题/暗色主题(夜间模式)</string>
<string name="appThemes_lightTheme">浅色主题</string>
<string name="appThemes_darkTheme">深色主题</string>
<string name="appThemes_nightMode">浅色主题/深色主题(夜间模式)</string>
<string name="appThemes_systemDefault">系统默认</string>
<string name="appThemes_systemDefault1">高对比度(系统默认)</string>
<string name="appThemes_darkTheme1">高对比度(暗色)</string>
<string name="appThemes_lightTheme1">高对比度(亮色)</string>
<string name="appThemes_darkTheme1">高对比度(深色)</string>
<string name="appThemes_lightTheme1">高对比度(浅色)</string>

<!-- App Setting: time format -->
<string-array name="timeFormatMode_display"> <!-- one-to-one with timeFormatMode_values -->
Expand Down
24 changes: 12 additions & 12 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -662,11 +662,11 @@
<string name="configAction_exportThemes">@string/configAction_export</string> <!-- button (contentDescription) -->
<string name="configAction_importThemes">@string/configAction_import</string> <!-- button (contentDescription) -->

<string name="widgetThemes_dark">Dark</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark_transparent">Dark (transparent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark_translucent">Dark (translucent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_light">Light</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_light_transparent">Light (transparent)</string> <!-- default widget theme name --> <!-- TODO -->
<string name="widgetThemes_dark">深色</string> <!-- default widget theme name -->
<string name="widgetThemes_dark_transparent">深色(透明)</string> <!-- default widget theme name -->
<string name="widgetThemes_dark_translucent">深色(半透明)</string> <!-- default widget theme name -->
<string name="widgetThemes_light">淺色</string> <!-- default widget theme name -->
<string name="widgetThemes_light_transparent">淺色(透明)</string> <!-- default widget theme name -->

<string name="addtheme_custname">theme_<xliff:g id="#">%1$s</xliff:g></string> <!-- suggested new theme id -->
<!--<string name="addtheme_copyname"><xliff:g id="themeName">%1$s</xliff:g>_copy<xliff:g id="#">%2$s</xliff:g></string>--> <!-- copied theme id -->
Expand Down Expand Up @@ -694,8 +694,8 @@
<string name="configAction_chooseColor">選擇顏色</string> <!-- button (contentDescription) -->

<string name="configLabel_themeBackgroundId">底色:</string> <!-- spinner label -->
<string name="configLabel_themeBackground_light">亮色</string> <!-- light background -->
<string name="configLabel_themeBackground_dark">暗色</string> <!-- dark background -->
<string name="configLabel_themeBackground_light">淺色</string> <!-- light background -->
<string name="configLabel_themeBackground_dark">深色</string> <!-- dark background -->
<string name="configLabel_themeBackground_trans">透明</string> <!-- transparent background -->
<string name="configLabel_themeBackground_color">顏色</string> <!-- custom background -->
<string name="configLabel_themeColorBackground">顏色:</string> <!-- color label -->
Expand Down Expand Up @@ -1176,13 +1176,13 @@
<string name="configLabel_ui_showbluehour">顯示藍色時刻</string>

<!-- App Setting: UI Theme -->
<string name="appThemes_lightTheme">亮色主題</string>
<string name="appThemes_darkTheme">暗色主題</string>
<string name="appThemes_nightMode">亮色主題/暗色主題(夜間模式)</string>
<string name="appThemes_lightTheme">淺色主題</string>
<string name="appThemes_darkTheme">深色主題</string>
<string name="appThemes_nightMode">淺色主題/深色主題(夜間模式)</string>
<string name="appThemes_systemDefault">系統預設</string>
<string name="appThemes_systemDefault1">高對比度(系統預設)</string>
<string name="appThemes_darkTheme1">高對比度(暗色)</string>
<string name="appThemes_lightTheme1">高對比度(亮色)</string>
<string name="appThemes_darkTheme1">高對比度(深色)</string>
<string name="appThemes_lightTheme1">高對比度(淺色)</string>

<!-- App Setting: time format -->
<string-array name="timeFormatMode_display"> <!-- one-to-one with timeFormatMode_values -->
Expand Down
Loading