初始化

This commit is contained in:
zhu
2026-03-10 13:36:40 +08:00
commit b03e64957c
111 changed files with 4536 additions and 0 deletions

7
lib/l10n/arb/app_en.arb Normal file
View File

@@ -0,0 +1,7 @@
{
"hello": "Hello",
"title": "title",
"@title": {
"description": "登陆标题"
}
}

7
lib/l10n/arb/app_zh.arb Normal file
View File

@@ -0,0 +1,7 @@
{
"hello": "你好",
"title": "标题",
"@title": {
"description": "登陆标题"
}
}

22
lib/l10n/arb/i18n.yaml Normal file
View File

@@ -0,0 +1,22 @@
#hello:
# zh: 你好
# en: Hello
#title:
# zh: 标题
# en: title
# description: 登陆标题
login:
hello:
zh: 你好
en: Hello
description: 登陆标题
title:
zh: 登陆标题
en: title
description: 登陆标题
common:
hello:
zh: 你好
en: Hello
description: 登陆标题