sync(theme-2): 同步 main Admin 菜单权限修复与 i18n

This commit is contained in:
2026-06-22 16:23:10 +08:00
parent 27dc9eb3b0
commit fa8d3fbf0c
8 changed files with 682 additions and 18 deletions

View File

@@ -25,9 +25,6 @@ export default {
banner_next: 'Next slide',
banner_slide: 'Slide {n}',
banner_fallback: 'Banner',
bento_desc: 'Explore hot events worldwide',
view_all_matches: 'View all matches',
view_bet_history: 'View bet history',
},
announcements: {
title: 'Announcements',
@@ -127,6 +124,9 @@ export default {
stats_stake: 'Total Stake',
stats_return: 'Total Return',
cashbacked: 'Cashbacked',
profit: 'Profit',
return_incl_stake: 'Return {amount} (incl. stake)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth:
{ login: 'Login',

View File

@@ -31,9 +31,6 @@ export default {
banner_next: 'Slaid seterusnya',
banner_slide: 'Slaid {n}',
banner_fallback: 'Banner',
bento_desc: 'Teroka acara sukan hangat',
view_all_matches: 'Lihat semua perlawanan',
view_bet_history: 'Lihat sejarah pertaruhan',
},
announcements: {
title: 'Pusat Pengumuman',
@@ -133,6 +130,9 @@ export default {
stats_stake: 'Jumlah Taruhan',
stats_return: 'Jumlah Pulangan',
cashbacked: 'Rebat dibayar',
profit: 'Keuntungan',
return_incl_stake: 'Pulangan {amount} (termasuk jumlah)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth: {
login: 'Log Masuk',

View File

@@ -25,9 +25,6 @@ export default {
banner_next: '下一张',
banner_slide: '第 {n} 张',
banner_fallback: 'Banner',
bento_desc: '探索全球热门体育赛事',
view_all_matches: '查看全部赛事',
view_bet_history: '查看历史投注',
},
announcements: {
title: '公告中心',
@@ -127,6 +124,9 @@ export default {
stats_stake: '总投注额',
stats_return: '总回报',
cashbacked: '已回水',
profit: '净赢',
return_incl_stake: '回报 {amount}(含本金)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth: {
login: '登录',