feat: add placeholder for subscription URL in profile management across multiple languages (#1244)

This commit is contained in:
Jiawen Geng 2025-10-03 18:48:32 +08:00 committed by GitHub
parent 9681f77e20
commit 717239f56b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View File

@ -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",

View File

@ -377,6 +377,7 @@
"dns.customHosts.valuePlaceholder": "دامنه یا IP",
"dns.saveOnly": "فقط ذخیره",
"profiles.title": "مدیریت پروفایل",
"profiles.input.placeholder": "آدرس اشتراک خود را وارد کنید",
"profiles.updateAll": "به‌روزرسانی همه پروفایل‌ها",
"profiles.useProxy": "پراکسی",
"profiles.import": "وارد کردن",

View File

@ -377,6 +377,7 @@
"dns.customHosts.valuePlaceholder": "Домен или IP",
"dns.saveOnly": "Только сохранить",
"profiles.title": "Управление профилями",
"profiles.input.placeholder": "Введите URL вашей подписки",
"profiles.updateAll": "Обновить все профили",
"profiles.useProxy": "Прокси",
"profiles.import": "Импорт",

View File

@ -388,6 +388,7 @@
"dns.fallbackFilter.domainPlaceholder": "例:+.google.com",
"dns.saveOnly": "仅保存",
"profiles.title": "订阅管理",
"profiles.input.placeholder": "请输入您的订阅网址",
"profiles.updateAll": "更新全部订阅",
"profiles.useProxy": "代理",
"profiles.import": "导入",

View File

@ -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}