add medal max allow wear number

This commit is contained in:
xiaomlove
2023-01-30 14:47:02 +08:00
parent 2eaf5eabd1
commit 3edb283b62
9 changed files with 20 additions and 1 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ return [
'system' => [
'tab_header' => 'System',
'change_username_card_allow_characters_outside_the_alphabets' => 'Does the name change card allow characters other than English letters',
'change_username_min_interval_in_days' => 'the minimum interval days of Change user name',
'change_username_min_interval_in_days' => 'The minimum interval days of Change user name',
'maximum_number_of_medals_can_be_worn' => 'Maximum number of medals that can be worn',
],
],
'user' => [
+1
View File
@@ -43,4 +43,5 @@ return [
'inventory_empty' => 'Inventory empty',
'gift_btn' => 'Gift',
'confirm_to_gift' => 'Confirm to gift to user ',
'max_allow_wearing' => 'A maximum of :count medals can be worn at the same time',
];
+1
View File
@@ -85,6 +85,7 @@ return [
'tab_header' => '系统',
'change_username_card_allow_characters_outside_the_alphabets' => '改名卡是否允许英文字母外的字符',
'change_username_min_interval_in_days' => '修改用户名最小间隔天数',
'maximum_number_of_medals_can_be_worn' => '勋章最大可佩戴数',
],
],
'user' => [
+1
View File
@@ -43,4 +43,5 @@ return [
'inventory_empty' => '库存不足',
'gift_btn' => '赠送',
'confirm_to_gift' => '确定要赠送给用户 ',
'max_allow_wearing' => '最多允许同时佩戴 :count 个勋章',
];
+1
View File
@@ -85,6 +85,7 @@ return [
'tab_header' => '系統',
'change_username_card_allow_characters_outside_the_alphabets' => '改名卡是否允許英文字母外的字符',
'change_username_min_interval_in_days' => '修改用戶名最小間隔天數',
'maximum_number_of_medals_can_be_worn' => '勛章最大可佩戴數',
],
],
'user' => [
+1
View File
@@ -43,4 +43,5 @@ return [
'inventory_empty' => '庫存不足',
'gift_btn' => '贈送',
'confirm_to_gift' => '確定要贈送給用戶 ',
'max_allow_wearing' => '最多允許同時佩戴 :count 個勛章',
];