chore(i18n): Add Chinese (Simplified) translation

This commit is contained in:
BERADQ
2026-01-11 23:24:08 +08:00
parent 3889c9d2ea
commit bc1c993e17
4 changed files with 275 additions and 0 deletions

View File

@@ -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

View 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": "左手模式"
}
]
}