Merge branch 'b50-dev' of https://github.com/colasama/AquaDX into v1-dev

This commit is contained in:
Azalea
2024-04-16 23:44:30 +09:00
4 changed files with 168 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ export const EN_REF_USER = {
'UserHome.ShowRanksDetails': "Click to show details",
'UserHome.RankDetail.Title': 'Achievement Details',
'UserHome.RankDetail.Level': "Level",
'UserHome.B50': "B50",
}
export const EN_REF_Welcome = {

View File

@@ -32,6 +32,7 @@ const zhUser: typeof EN_REF_USER = {
'UserHome.ShowRanksDetails': "点击显示评分详细",
'UserHome.RankDetail.Title': '评分详细',
'UserHome.RankDetail.Level': "等级",
'UserHome.B50': "B50",
}
const zhWelcome: typeof EN_REF_Welcome = {