首次提交

This commit is contained in:
何江明
2025-02-28 16:19:58 +08:00
commit 15014e22aa
92 changed files with 15941 additions and 0 deletions
@@ -0,0 +1,3 @@
{
"no-data.title": "No Data"
}
@@ -0,0 +1,10 @@
import en from './en.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
import ja from './ja.json'
export default {
en,
'zh-Hans': zhHans,
'zh-Hant': zhHant,
ja
}
@@ -0,0 +1,3 @@
{
"no-data.title": "データなし"
}
@@ -0,0 +1,3 @@
{
"no-data.title": "无数据"
}
@@ -0,0 +1,3 @@
{
"no-data.title": "無數據"
}