mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
i18n: add missing trans
This commit is contained in:
parent
1a5c001dbd
commit
e2ab88f4e2
@ -401,7 +401,7 @@ const Mihomo: React.FC = () => {
|
|||||||
<Input
|
<Input
|
||||||
size="sm"
|
size="sm"
|
||||||
fullWidth
|
fullWidth
|
||||||
placeholder="IP 段"
|
placeholder={t('mihomo.ipSegment.placeholder')}
|
||||||
value={ipcidr || ''}
|
value={ipcidr || ''}
|
||||||
onValueChange={(v) => {
|
onValueChange={(v) => {
|
||||||
if (index === lanAllowedIpsInput.length) {
|
if (index === lanAllowedIpsInput.length) {
|
||||||
@ -451,7 +451,7 @@ const Mihomo: React.FC = () => {
|
|||||||
<Input
|
<Input
|
||||||
size="sm"
|
size="sm"
|
||||||
fullWidth
|
fullWidth
|
||||||
placeholder="IP 段"
|
placeholder={t('mihomo.username.placeholder')}
|
||||||
value={ipcidr || ''}
|
value={ipcidr || ''}
|
||||||
onValueChange={(v) => {
|
onValueChange={(v) => {
|
||||||
if (index === lanDisallowedIpsInput.length) {
|
if (index === lanDisallowedIpsInput.length) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user