update translation

This commit is contained in:
Hamidreza Ghavami
2023-05-04 22:22:54 +04:30
parent 19c991014e
commit 481d4beabb
20 changed files with 305 additions and 287 deletions
-1
View File
@@ -1,6 +1,5 @@
{{define "form/socks"}}
<a-form layout="inline">
<!-- <a-form-item label="Password authentication">-->
<a-form-item label='{{ i18n "password" }}'>
<a-switch :checked="inbound.settings.auth === 'password'"
@change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch>