Sfoglia il codice sorgente

feat: NG-15: 新会员注册时增加国家与语言选项.

zhangl 1 anno fa
parent
commit
c26f1e4346
2 ha cambiato i file con 8 aggiunte e 4 eliminazioni
  1. 4 2
      common/messages/en-US/ctx.php
  2. 4 2
      common/messages/zh-CN/ctx.php

+ 4 - 2
common/messages/en-US/ctx.php

@@ -686,8 +686,10 @@ return [
     # 会员等级
     'dbDeclarationLevelBA' => 'BA',
     'dbDeclarationLevelElite' => 'Elite',
-    'dbDeclarationLevelPro' => 'Silver',
-    'dbDeclarationLevelVip' => 'Gold',
+    'dbDeclarationLevelPro' => 'Pro',
+    'dbDeclarationLevelVip' => 'Vip',
+    'dbDeclarationLevelSilver' => 'Silver',
+    'dbDeclarationLevelGold' => 'Gold',
     # 管理星级
     'dbEmployLevelNoRank' => 'No Rank',
     'dbEmployLevel1StarDirector'  => '1-Star Director',

+ 4 - 2
common/messages/zh-CN/ctx.php

@@ -690,8 +690,10 @@ return [
     # 等级
     'dbDeclarationLevelBA' => 'BA',
     'dbDeclarationLevelElite' => 'Elite',
-    'dbDeclarationLevelPro' => 'Silver',
-    'dbDeclarationLevelVip' => 'Gold',
+    'dbDeclarationLevelPro' => 'Pro',
+    'dbDeclarationLevelVip' => 'Vip',
+    'dbDeclarationLevelSilver' => 'Silver',
+    'dbDeclarationLevelGold' => 'Gold',
     # 管理星级
     'dbEmployLevelNoRank' => '无',
     'dbEmployLevel1StarDirector'  => '1星管理',