fix(i18n): corrects Chinese dark/light mode (#1011)

This commit is contained in:
Sakana 2023-01-13 02:04:15 +08:00 committed by GitHub
parent 4f696175b3
commit cb2e39e854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -148,7 +148,7 @@
"show_untranslated": "显示原文",
"toggle_theme": {
"dark": "切换深色模式",
"light": "切换色模式"
"light": "切换色模式"
},
"translate_post": "翻译帖文",
"unblock_account": "解除拉黑 {0}",
@ -246,11 +246,11 @@
},
"interface": {
"color_mode": "颜色",
"dark_mode": "色模式",
"dark_mode": "色模式",
"default": "(默认)",
"font_size": "字号",
"label": "外观",
"light_mode": "色模式",
"light_mode": "色模式",
"size_label": {
"lg": "大",
"md": "中",

View file

@ -125,7 +125,7 @@
"show_untranslated": "顯示原文",
"toggle_theme": {
"dark": "切換深色模式",
"light": "切換色模式"
"light": "切換色模式"
},
"translate_post": "翻譯帖文",
"unblock_account": "解除拉黑 {0}",
@ -193,11 +193,11 @@
},
"interface": {
"color_mode": "顏色",
"dark_mode": "色模式",
"dark_mode": "色模式",
"default": "(默認)",
"font_size": "字號",
"label": "外觀",
"light_mode": "色模式"
"light_mode": "色模式"
},
"language": {
"display_language": "首選語言",