mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
feat: add placeholder for subscription URL in profile management across multiple languages (#1244)
This commit is contained in:
parent
9681f77e20
commit
717239f56b
@ -388,6 +388,7 @@
|
|||||||
"dns.customHosts.valuePlaceholder": "Domain or IP",
|
"dns.customHosts.valuePlaceholder": "Domain or IP",
|
||||||
"dns.saveOnly": "Save Only",
|
"dns.saveOnly": "Save Only",
|
||||||
"profiles.title": "Profile Management",
|
"profiles.title": "Profile Management",
|
||||||
|
"profiles.input.placeholder": "Enter your subscription URL",
|
||||||
"profiles.updateAll": "Update All Profiles",
|
"profiles.updateAll": "Update All Profiles",
|
||||||
"profiles.useProxy": "Proxy",
|
"profiles.useProxy": "Proxy",
|
||||||
"profiles.import": "Import",
|
"profiles.import": "Import",
|
||||||
|
|||||||
@ -377,6 +377,7 @@
|
|||||||
"dns.customHosts.valuePlaceholder": "دامنه یا IP",
|
"dns.customHosts.valuePlaceholder": "دامنه یا IP",
|
||||||
"dns.saveOnly": "فقط ذخیره",
|
"dns.saveOnly": "فقط ذخیره",
|
||||||
"profiles.title": "مدیریت پروفایل",
|
"profiles.title": "مدیریت پروفایل",
|
||||||
|
"profiles.input.placeholder": "آدرس اشتراک خود را وارد کنید",
|
||||||
"profiles.updateAll": "بهروزرسانی همه پروفایلها",
|
"profiles.updateAll": "بهروزرسانی همه پروفایلها",
|
||||||
"profiles.useProxy": "پراکسی",
|
"profiles.useProxy": "پراکسی",
|
||||||
"profiles.import": "وارد کردن",
|
"profiles.import": "وارد کردن",
|
||||||
|
|||||||
@ -377,6 +377,7 @@
|
|||||||
"dns.customHosts.valuePlaceholder": "Домен или IP",
|
"dns.customHosts.valuePlaceholder": "Домен или IP",
|
||||||
"dns.saveOnly": "Только сохранить",
|
"dns.saveOnly": "Только сохранить",
|
||||||
"profiles.title": "Управление профилями",
|
"profiles.title": "Управление профилями",
|
||||||
|
"profiles.input.placeholder": "Введите URL вашей подписки",
|
||||||
"profiles.updateAll": "Обновить все профили",
|
"profiles.updateAll": "Обновить все профили",
|
||||||
"profiles.useProxy": "Прокси",
|
"profiles.useProxy": "Прокси",
|
||||||
"profiles.import": "Импорт",
|
"profiles.import": "Импорт",
|
||||||
|
|||||||
@ -388,6 +388,7 @@
|
|||||||
"dns.fallbackFilter.domainPlaceholder": "例:+.google.com",
|
"dns.fallbackFilter.domainPlaceholder": "例:+.google.com",
|
||||||
"dns.saveOnly": "仅保存",
|
"dns.saveOnly": "仅保存",
|
||||||
"profiles.title": "订阅管理",
|
"profiles.title": "订阅管理",
|
||||||
|
"profiles.input.placeholder": "请输入您的订阅网址",
|
||||||
"profiles.updateAll": "更新全部订阅",
|
"profiles.updateAll": "更新全部订阅",
|
||||||
"profiles.useProxy": "代理",
|
"profiles.useProxy": "代理",
|
||||||
"profiles.import": "导入",
|
"profiles.import": "导入",
|
||||||
|
|||||||
@ -256,6 +256,7 @@ const Profiles: React.FC = () => {
|
|||||||
<div className="flex p-2">
|
<div className="flex p-2">
|
||||||
<Input
|
<Input
|
||||||
size="sm"
|
size="sm"
|
||||||
|
placeholder={t('profiles.input.placeholder')}
|
||||||
value={url}
|
value={url}
|
||||||
onValueChange={setUrl}
|
onValueChange={setUrl}
|
||||||
onKeyUp={handleInputKeyUp}
|
onKeyUp={handleInputKeyUp}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user