游戏-游戏配置-优化样式

This commit is contained in:
2026-04-02 11:06:21 +08:00
parent 9786dab979
commit c602c0d67d
3 changed files with 101 additions and 0 deletions

View File

@@ -95,4 +95,8 @@ return [
'%d records and files have been deleted' => '%d records and files have been deleted',
'Please input correct username' => 'Please enter the correct username',
'Group Name Arr' => 'Group Name Arr',
'Game config weight keys cannot be modified' => 'Weight config keys cannot be modified',
'Game config weight value must be numeric' => 'Weight values must be numeric',
'Game config weight each value must not exceed 100' => 'Each weight value must not exceed 100',
'Game config weight sum must equal 100' => 'The sum of weights for default_tier_weight / default_kill_score_weight must equal 100',
];