feat(admin): 增加玩家密码管理与角色边界
This commit is contained in:
@@ -45,6 +45,7 @@ return [
|
||||
'agent_account_managed_in_agents' => 'Agent accounts must be managed in Agent Operations, not in the platform accounts page.',
|
||||
'agent_role_managed_in_agents' => 'Agent roles must be managed in Agent Operations, not in the platform roles page.',
|
||||
'system_roles_only' => 'Platform accounts can only be assigned platform roles.',
|
||||
'agent_role_not_assignable_to_platform_account' => 'The Agent role cannot be assigned to a platform account. Create or bind agent accounts in Agent Management.',
|
||||
'user_cannot_delete_self' => 'Cannot delete your own account.',
|
||||
'user_cannot_delete_last_super_admin' => 'Cannot delete the last super admin.',
|
||||
'super_admin_only_for_roles' => 'Only super admins can manage roles.',
|
||||
|
||||
@@ -168,4 +168,6 @@ return [
|
||||
'supports_multi_number' => 'supports multi-number',
|
||||
'reserved_rule_json' => 'reserved rules',
|
||||
'extra_config_json' => 'extra config',
|
||||
'current_password' => 'current password',
|
||||
'password_confirmation' => 'password confirmation',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,9 @@ return [
|
||||
'agent_profile_required' => 'Configure share rate and credit on the agent profile first.',
|
||||
'parent_profile_required' => 'Configure share rate and credit on the parent agent profile first.',
|
||||
'wallet_player_prohibited' => 'Wallet players cannot have credit limits or rebate settings.',
|
||||
'current_password_invalid' => 'The current password is incorrect.',
|
||||
'new_password_must_differ' => 'The new password must differ from the current password.',
|
||||
'native_password_unavailable' => 'Main-site SSO players do not use a lottery password.',
|
||||
'exceeds_unpaid' => 'Payment amount cannot exceed the unpaid balance on this bill.',
|
||||
'invalid_range' => 'Share rate must be between 0 and 100.',
|
||||
'below_allocated' => 'Credit limit cannot be lower than credit already allocated to sub-agents.',
|
||||
|
||||
@@ -41,6 +41,7 @@ return [
|
||||
'agent_account_managed_in_agents' => 'एजेन्ट खाता प्लेटफर्म खाता पृष्ठबाट होइन, एजेन्ट अपरेसनबाट व्यवस्थापन गर्नुपर्छ।',
|
||||
'agent_role_managed_in_agents' => 'एजेन्ट भूमिका प्लेटफर्म भूमिका पृष्ठबाट होइन, एजेन्ट अपरेसनबाट व्यवस्थापन गर्नुपर्छ।',
|
||||
'system_roles_only' => 'प्लेटफर्म खातामा प्लेटफर्म भूमिका मात्र बाँड्न सकिन्छ।',
|
||||
'agent_role_not_assignable_to_platform_account' => 'प्लेटफर्म खातामा “एजेन्ट” भूमिका दिन मिल्दैन। एजेन्ट व्यवस्थापनमा एजेन्ट खाता सिर्जना वा बाँध्नुहोस्।',
|
||||
'user_cannot_delete_self' => 'आफ्नै खाता मेटाउन मिल्दैन।',
|
||||
'user_cannot_delete_last_super_admin' => 'अन्तिम सुपर एडमिन मेटाउन मिल्दैन।',
|
||||
'super_admin_only_for_roles' => 'भूमिका व्यवस्थापन केवल सुपर एडमिनले गर्न सक्छ।',
|
||||
|
||||
@@ -168,4 +168,6 @@ return [
|
||||
'supports_multi_number' => 'बहु-नम्बर समर्थन',
|
||||
'reserved_rule_json' => 'आरक्षित नियमहरू',
|
||||
'extra_config_json' => 'अतिरिक्त कन्फिग',
|
||||
'current_password' => 'हालको पासवर्ड',
|
||||
'password_confirmation' => 'पासवर्ड पुष्टि',
|
||||
];
|
||||
|
||||
@@ -23,6 +23,9 @@ return [
|
||||
'agent_profile_required' => 'पहिले एजेन्ट प्रोफाइलमा शेयर दर र क्रेडिट कन्फिगर गर्नुहोस्।',
|
||||
'parent_profile_required' => 'पहिले माथिल्लो एजेन्ट प्रोफाइलमा शेयर दर र क्रेडिट कन्फिगर गर्नुहोस्।',
|
||||
'wallet_player_prohibited' => 'वालेट खेलाडीहरूसँग क्रेडिट सीमा वा रिबेट सेटिङ हुन सक्दैन।',
|
||||
'current_password_invalid' => 'हालको पासवर्ड गलत छ।',
|
||||
'new_password_must_differ' => 'नयाँ पासवर्ड हालको पासवर्डभन्दा फरक हुनुपर्छ।',
|
||||
'native_password_unavailable' => 'मुख्य साइट SSO खेलाडीले लटरी पासवर्ड प्रयोग गर्दैन।',
|
||||
'exceeds_unpaid' => 'भुक्तानी रकम यस बिलको बाँकी रकम भन्दा बढी हुन सक्दैन।',
|
||||
'invalid_range' => 'शेयर दर ० र १०० बीचमा हुनुपर्छ।',
|
||||
'below_allocated' => 'क्रेडिट सीमा तलका एजेन्टहरूलाई पहिले नै आवण्टित क्रेडिट भन्दा कम हुन सक्दैन।',
|
||||
|
||||
@@ -45,6 +45,7 @@ return [
|
||||
'agent_account_managed_in_agents' => '代理账号请到「代理经营」中管理,平台账号页不再支持此操作。',
|
||||
'agent_role_managed_in_agents' => '代理角色请到「代理经营」中管理,平台角色页不再支持此操作。',
|
||||
'system_roles_only' => '平台账号只能分配平台角色。',
|
||||
'agent_role_not_assignable_to_platform_account' => '平台账号不能分配“代理”角色;请在“代理管理”中创建或绑定代理账号。',
|
||||
'user_cannot_delete_self' => '不能删除当前登录账号。',
|
||||
'user_cannot_delete_last_super_admin' => '不能删除最后一个超级管理员。',
|
||||
'super_admin_only_for_roles' => '仅超级管理员可管理角色。',
|
||||
|
||||
@@ -169,4 +169,6 @@ return [
|
||||
'can_grant_extra_rebate' => '允许额外回水',
|
||||
'can_create_child_agent' => '允许创建下级代理',
|
||||
'can_create_player' => '允许创建玩家',
|
||||
'current_password' => '当前密码',
|
||||
'password_confirmation' => '确认密码',
|
||||
];
|
||||
|
||||
@@ -24,6 +24,9 @@ return [
|
||||
'exceeds_default_rebate_limit' => '默认玩家回水不能超过本节点回水上限。',
|
||||
'not_allowed' => '当前代理未开放该能力,无法设置。',
|
||||
'wallet_player_prohibited' => '主站钱包玩家不支持授信额度与回水设置。',
|
||||
'current_password_invalid' => '当前密码不正确。',
|
||||
'new_password_must_differ' => '新密码不能与当前密码相同。',
|
||||
'native_password_unavailable' => '主站 SSO 玩家不使用彩票端密码。',
|
||||
'exceeds_unpaid' => '收付金额不能超过账单未结金额。',
|
||||
'invalid_range' => '占成比例必须在 0–100 之间。',
|
||||
'below_allocated' => '代理授信额度不能低于已下发给下级代理与玩家的总额。',
|
||||
|
||||
Reference in New Issue
Block a user