mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix(i18n): corrects Chinese dark/light mode (#1011)
This commit is contained in:
parent
4f696175b3
commit
cb2e39e854
2 changed files with 6 additions and 6 deletions
|
@ -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": "中",
|
||||
|
|
|
@ -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": "首選語言",
|
||||
|
|
Loading…
Reference in a new issue