chore(i18n): Add Chinese (Simplified) translation
This commit is contained in:
@@ -11,3 +11,4 @@ TEMPLATE="de" bun main.ts
|
||||
TEMPLATE="ja" bun main.ts
|
||||
TEMPLATE="es" bun main.ts
|
||||
TEMPLATE="it" bun main.ts
|
||||
TEMPLATE="zh_CN" bun main.ts
|
||||
|
||||
20
scripts/translator/templates/zh_CN.json
Normal file
20
scripts/translator/templates/zh_CN.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"full_name": "Chinese (Simplified)",
|
||||
"examples": [
|
||||
{
|
||||
"key": "BAR.OPACITY",
|
||||
"en": "Opacity",
|
||||
"translated": "不透明度"
|
||||
},
|
||||
{
|
||||
"key": "PANEL.CLOSE",
|
||||
"en": "Close panel",
|
||||
"translated": "关闭面板"
|
||||
},
|
||||
{
|
||||
"key": "SETTINGS.LEFT_HANDED_MODE",
|
||||
"en": "Left-handed mode",
|
||||
"translated": "左手模式"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user