feat: init i18n

This commit is contained in:
hamster1963
2024-11-24 20:51:43 +08:00
parent 97087fe67d
commit 26871521d8
11 changed files with 143 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
{
"overview": "Overview",
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
"en": "English"
},
"theme": {
"light": "Light",
"dark": "Dark",
"system": "System"
}
}

View File

@@ -0,0 +1,13 @@
{
"overview": "概览",
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
"en": "English"
},
"theme": {
"light": "亮色",
"dark": "暗色",
"system": "跟随系统"
}
}

View File

@@ -0,0 +1,13 @@
{
"overview": "概覽",
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
"en": "English"
},
"theme": {
"light": "亮色",
"dark": "暗色",
"system": "跟随系統"
}
}