Skip to content

Commit

Permalink
新内容的汉化新增
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Aug 18, 2024
1 parent c6644a6 commit 811f80e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"field_type": "text"
},
{
"name": "Server Query Admin Password",
"description": "The password for the server query admin user.",
"name": "服务器查询管理员密码",
"description": "用于服务器查询管理员用户的密码。",
"env_variable": "SERVERADMIN_PASSWORD",
"default_value": "",
"user_viewable": true,
Expand Down
4 changes: 2 additions & 2 deletions resources/views/admin/eggs/new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
<p class="text-muted small">用于此预设创建的新服务器的默认启动命令。您可以根据需要更改每个服务器。</p>
</div>
<div class="form-group">
<label for="pConfigFeatures" class="control-label">Features</label>
<label for="pConfigFeatures" class="control-label">功能</label>
<div>
<select class="form-control" name="features[]" id="pConfigFeatures" multiple>
</select>
<p class="text-muted small">Additional features belonging to the egg. Useful for configuring additional panel modifications.</p>
<p class="text-muted small">属于该预设的附加功能,用于配置面板的额外修改。</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/admin/eggs/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
<p class="text-muted small">使用此预设的新服务器的默认启动命令.</p>
</div>
<div class="form-group">
<label for="pConfigFeatures" class="control-label">Features</label>
<label for="pConfigFeatures" class="control-label">功能</label>
<div>
<select class="form-control" name="features[]" id="pConfigFeatures" multiple>
@foreach(($egg->features ?? []) as $feature)
<option value="{{ $feature }}" selected>{{ $feature }}</option>
@endforeach
</select>
<p class="text-muted small">Additional features belonging to the egg. Useful for configuring additional panel modifications.</p>
<p class="text-muted small">属于该预设的附加功能,用于配置面板的额外修改。</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 811f80e

Please sign in to comment.