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