mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-07 04:59:36 +00:00
Update Strings
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user