sync(theme-4): 同步 main Admin 菜单权限修复与 i18n
This commit is contained in:
@@ -388,6 +388,42 @@ const adminPages: Record<string, string> = {
|
||||
'audit.action.CREATE_STAFF': 'Create staff account',
|
||||
'audit.action.UPDATE_STAFF': 'Edit staff account',
|
||||
'audit.action.DELETE_STAFF': 'Delete staff account',
|
||||
'audit.action.DELETE_PLAYER': 'Delete player',
|
||||
'audit.action.PURGE_UNUSED_FILES': 'Purge unused media',
|
||||
'audit.action.FORGOT_PASSWORD_RESET': 'Player forgot-password reset',
|
||||
'audit.action.CREATE_LEAGUE': 'Create league',
|
||||
'audit.action.UPDATE_LEAGUE': 'Update league',
|
||||
'audit.action.ARCHIVE_LEAGUE': 'Archive league',
|
||||
'audit.action.CREATE_TEAM': 'Create team',
|
||||
'audit.action.CREATE_MATCH': 'Create match',
|
||||
'audit.action.UPDATE_MATCH': 'Update match',
|
||||
'audit.action.DELETE_MATCH': 'Delete match',
|
||||
'audit.action.ARCHIVE_MATCH': 'Archive match',
|
||||
'audit.action.IMPORT_MATCHES': 'Import matches',
|
||||
'audit.action.PUBLISH_MATCH': 'Publish match',
|
||||
'audit.action.UNPUBLISH_MATCH': 'Unpublish match',
|
||||
'audit.action.CLOSE_MATCH': 'Close match',
|
||||
'audit.action.REOPEN_MATCH': 'Reopen match',
|
||||
'audit.action.CANCEL_MATCH': 'Cancel match',
|
||||
'audit.action.CREATE_MARKET_TEMPLATE': 'Create market template',
|
||||
'audit.action.UPDATE_MARKET_TEMPLATE': 'Update market template',
|
||||
'audit.action.DUPLICATE_MARKET_TEMPLATE': 'Duplicate market template',
|
||||
'audit.action.SET_DEFAULT_MARKET_TEMPLATE': 'Set default market template',
|
||||
'audit.action.GENERATE_MATCH_MARKETS': 'Generate match markets',
|
||||
'audit.action.APPLY_MARKET_TEMPLATE': 'Apply market template',
|
||||
'audit.action.BULK_SAVE_MATCH_MARKETS': 'Bulk save match markets',
|
||||
'audit.action.UPDATE_MATCH_ODDS': 'Update match odds',
|
||||
'audit.action.UPDATE_MARKET': 'Update market',
|
||||
'audit.action.UPDATE_SELECTION': 'Update selection',
|
||||
'audit.action.CREATE_OUTRIGHT': 'Create outright',
|
||||
'audit.action.UPDATE_OUTRIGHT': 'Update outright',
|
||||
'audit.action.UPDATE_OUTRIGHT_ODDS': 'Update outright odds',
|
||||
'audit.action.ADD_OUTRIGHT_SELECTION': 'Add outright selection',
|
||||
'audit.action.BATCH_ADD_OUTRIGHT_SELECTIONS': 'Batch add outright selections',
|
||||
'audit.action.UPDATE_OUTRIGHT_SELECTION': 'Update outright selection',
|
||||
'audit.action.REMOVE_OUTRIGHT_SELECTION': 'Remove outright selection',
|
||||
'audit.action.IMPORT_WC2026_OUTRIGHT': 'Import WC2026 outright',
|
||||
'audit.module.CATALOG': 'Match catalog',
|
||||
'audit.module.USERS': 'Players',
|
||||
'audit.module.AGENTS': 'Agents',
|
||||
'audit.module.SYSTEM': 'System',
|
||||
@@ -395,6 +431,8 @@ const adminPages: Record<string, string> = {
|
||||
'audit.module.SETTLEMENT': 'Settlement',
|
||||
'audit.module.CASHBACK': 'Cashback',
|
||||
'audit.module.STAFF': 'Staff',
|
||||
'audit.module.MEDIA': 'Media library',
|
||||
'audit.module.identity': 'Identity',
|
||||
|
||||
'cashback.start_date': 'Start date',
|
||||
'cashback.end_date': 'End date',
|
||||
|
||||
Reference in New Issue
Block a user