mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 05:31:44 +08:00
fix: 优化翻译
This commit is contained in:
@@ -104,7 +104,7 @@ const handleCreate = async () => {
|
||||
<n-dynamic-input
|
||||
v-model:value="createModel.address"
|
||||
show-sort-button
|
||||
:placeholder="$gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
|
||||
:placeholder="$gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
|
||||
/>
|
||||
</n-form-item>
|
||||
<n-form-item path="strategy" :label="$gettext('Strategy')">
|
||||
|
||||
@@ -128,7 +128,7 @@ const handleCreate = async () => {
|
||||
<n-dynamic-input
|
||||
v-model:value="createModel.address"
|
||||
show-sort-button
|
||||
:placeholder="$gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
|
||||
:placeholder="$gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
|
||||
/>
|
||||
</n-form-item>
|
||||
<n-form-item path="strategy" :label="$gettext('Strategy')">
|
||||
|
||||
Reference in New Issue
Block a user