Update Strings

This commit is contained in:
BrettonYe
2023-04-10 23:28:08 +08:00
committed by BrettonYe
parent bb0379f0f8
commit d6eba27738
4 changed files with 6 additions and 6 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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>