Merge pull request #189 from hhhkkk520/master [skip ci]

重写英文文档,优化中文文档,修复了一些文本显示错误

Co-authored-by: hhhkkk520 <52115472+hhhkkk520@users.noreply.github.com>
This commit is contained in:
naiba
2022-05-01 22:50:55 +08:00
committed by GitHub
4 changed files with 124 additions and 124 deletions

View File

@@ -33,7 +33,7 @@
</div>
</div>
<div class="field">
<label>{{tr "NotificationMethodGroup"}}}</label>
<label>{{tr "NotificationMethodGroup"}}</label>
<input type="text" name="NotificationTag" placeholder="default">
</div>
<div class="field">
@@ -45,7 +45,7 @@
</form>
<div class="ui warning message">
<p>
{{tr "TheFormaOfTheScheduleIs"}}<code>* * * * * *</code>&nbsp;{{tr "SecondsMinutesHoursDaysMonthsWeeksSeeDetails"}} <a
{{tr "TheFormaOfTheScheduleIs"}} <code>* * * * * *</code>&nbsp; {{tr "SecondsMinutesHoursDaysMonthsWeeksSeeDetails"}} <a
href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format"
target="_blank">{{tr "ScheduleExpressionFormat"}}</a><br>
{{safe (tr "IntroductionOfCommands")}}
@@ -54,7 +54,7 @@
</div>
<div class=" actions">
<div class="ui negative button">{{tr "Cancel"}}</div>
<button class="ui positive nezha-primary-btn right labeled icon button">{{tr "Confirm"}}}}<i class="checkmark icon"></i>
<button class="ui positive nezha-primary-btn right labeled icon button">{{tr "Confirm"}}<i class="checkmark icon"></i>
</button>
</div>
</div>

View File

@@ -13,13 +13,13 @@
<input
type="text"
name="Target"
placeholder="HTTP(https://t.tt)Ping(t.tt)TCP(t.tt:80)"
placeholder="HTTP (https://t.tt)Ping (t.tt)TCP (t.tt:80)"
/>
</div>
<div class="field">
<label>{{tr "Type"}}</label>
<select name="Type" class="ui fluid dropdown">
<option value="1">HTTP-GET{{tr "SslExpirationOrChange"}}</option>
<option value="1">HTTP-GET {{tr "SslExpirationOrChange"}}</option>
<option value="2">ICMP-Ping</option>
<option value="3">TCP-Ping</option>
</select>
@@ -40,7 +40,7 @@
<div class="ui fluid multiple servers search selection dropdown">
<input type="hidden" name="SkipServersRaw" />
<i class="dropdown icon"></i>
<div class="default text">{{tr "EnterIdAndNameToSearch"}}}}</div>
<div class="default text">{{tr "EnterIdAndNameToSearch"}}</div>
<div class="menu"></div>
</div>
</div>