修复bug

This commit is contained in:
2025-08-04 13:13:53 +08:00
parent 4ba1ab9c89
commit 9af9f1f166
8 changed files with 87 additions and 20 deletions

View File

@@ -539,5 +539,32 @@ export default {
primaryKey: 'ID',
action: 'Action',
remark: 'Remark'
}
},
country: {
greece: 'Greece Region',
vietnam: 'Vietnam',
taiwan: 'Taiwan',
turkey: 'Turkey',
thailand: 'Thailand',
romania: 'Romania',
poland: 'Poland',
philippines: 'Philippines',
netherlands: 'Netherlands',
malaysia_singapore: 'Malaysia/Singapore',
korea: 'Korea',
japan: 'Japan',
italy: 'Italy',
indonesia: 'Indonesia',
nordic: 'Nordic',
usa: 'USA',
brazil: 'Brazil',
france: 'France',
australia_nz: 'Australia/New Zealand',
germany: 'Germany',
latam: 'Latin America',
central_asia: 'Central Asia',
uk: 'United Kingdom',
middle_east: 'Middle East',
spain: 'Spain'
},
}

View File

@@ -540,5 +540,32 @@ export default {
action: '操作',
remark: '备注'
},
country: {
greece: '希腊大区',
vietnam: '越南',
taiwan: '中国台湾',
turkey: '土耳其',
thailand: '泰国',
romania: '罗马尼亚',
poland: '波兰',
philippines: '菲律宾',
netherlands: '荷兰',
malaysia_singapore: '马来西亚/新加坡',
korea: '韩国',
japan: '日本',
italy: '意大利',
indonesia: '印度尼西亚',
nordic: '北欧',
usa: '美国',
brazil: '巴西',
france: '法国',
australia_nz: '澳新',
germany: '德国',
latam: '拉美',
central_asia: '中亚',
uk: '英国',
middle_east: '中东',
spain: '西班牙'
},
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
}