fix: add i18n translations for Allow private address node option across all locales (#4386)

* fix: add Chinese locale translations for Allow private address node option

* fix: add Allow private address translations to all remaining locale files
This commit is contained in:
Abdalrahman
2026-05-15 10:51:14 +03:00
committed by GitHub
parent 3af45c1462
commit 19d50bd16c
14 changed files with 28 additions and 2 deletions
+2 -2
View File
@@ -163,9 +163,9 @@ async function onSave() {
</a-col>
</a-row>
<a-form-item label="Allow private address">
<a-form-item :label="t('pages.nodes.allowPrivateAddress')">
<a-switch v-model:checked="form.allowPrivateAddress" />
<div class="hint">Enable only for nodes on a private network or VPN.</div>
<div class="hint">{{ t('pages.nodes.allowPrivateAddressHint') }}</div>
</a-form-item>
<a-form-item :label="t('pages.nodes.apiToken')" required>