Browse Source

Update Strings

BrettonYe 2 years ago
parent
commit
d6eba27738

+ 2 - 2
resources/lang/en/admin.php

@@ -110,7 +110,7 @@ return [
     ],
     'user'                => [
         'massive'         => [
-            'text'    => 'Number of User Generated',
+            'text'    => 'Number of Users to Generate',
             'button'  => 'Bulk Generation',
             'failed'  => 'Bulk generation failed',
             'succeed' => 'Bulk accounts generated successfully',
@@ -141,7 +141,7 @@ return [
             'counts' => 'Total of <code>:num</code> groups',
         ],
     ],
-    'zero_unlimited_hint' => 'Unset/0, as unlimited',
+    'zero_unlimited_hint' => 'Empty or 0 for unlimited',
     'node'                => [
         'traffic_monitor' => 'Usage Statistics',
         'refresh_geo'     => 'Refresh Geography',

+ 2 - 2
resources/lang/en/common.php

@@ -95,7 +95,7 @@ return [
             'complete' => 'Completed',
             'prepaid'  => 'Prepaid',
             'ongoing'  => 'Using',
-            'review'   => 'Waiting for confirm',
+            'review'   => 'Pending',
         ],
     ],
     'recommend'       => 'Recommend',
@@ -107,7 +107,7 @@ return [
     'status'          => [
         'attribute'         => 'Status',
         'inactive'          => 'Inactive',
-        'disabled'          => 'Stop using',
+        'disabled'          => 'Disable',
         'banned'            => 'Banned',
         'normal'            => 'Normal',
         'enabled'           => 'Active',

+ 1 - 1
resources/lang/en/model.php

@@ -20,7 +20,7 @@ return [
         'role'           => 'Role Permissions',
         'wechat'         => 'WeChat',
         'qq'             => 'QQ',
-        'remark'         => 'Remark',
+        'remark'         => 'Note',
         'uuid'           => 'VMess UUID',
         'proxy_passwd'   => 'Proxy Password',
         'proxy_method'   => 'Encryption Method',

+ 1 - 1
resources/views/admin/shop/info.blade.php

@@ -41,7 +41,7 @@
                                     </div>
                                     <div class="radio-custom radio-primary radio-inline">
                                         <input type="radio" name="type" id="data_plan" value="2" checked/>
-                                        <label for="data_plan">{{ trans('admin.goods.type.2') }}</label>
+                                        <label for="data_plan">{{ trans('admin.goods.type.plan') }}</label>
                                     </div>
                                     <span class="text-help"> {{ trans('admin.goods.info.type_hint') }} </span>
                                 </div>