diff --git a/src/renderer/src/locales/en-US.json b/src/renderer/src/locales/en-US.json index 3be2326..d6147cb 100644 --- a/src/renderer/src/locales/en-US.json +++ b/src/renderer/src/locales/en-US.json @@ -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", diff --git a/src/renderer/src/locales/fa-IR.json b/src/renderer/src/locales/fa-IR.json index 809d341..027c88f 100644 --- a/src/renderer/src/locales/fa-IR.json +++ b/src/renderer/src/locales/fa-IR.json @@ -377,6 +377,7 @@ "dns.customHosts.valuePlaceholder": "دامنه یا IP", "dns.saveOnly": "فقط ذخیره", "profiles.title": "مدیریت پروفایل", + "profiles.input.placeholder": "آدرس اشتراک خود را وارد کنید", "profiles.updateAll": "به‌روزرسانی همه پروفایل‌ها", "profiles.useProxy": "پراکسی", "profiles.import": "وارد کردن", diff --git a/src/renderer/src/locales/ru-RU.json b/src/renderer/src/locales/ru-RU.json index fc47e4e..312af1f 100644 --- a/src/renderer/src/locales/ru-RU.json +++ b/src/renderer/src/locales/ru-RU.json @@ -377,6 +377,7 @@ "dns.customHosts.valuePlaceholder": "Домен или IP", "dns.saveOnly": "Только сохранить", "profiles.title": "Управление профилями", + "profiles.input.placeholder": "Введите URL вашей подписки", "profiles.updateAll": "Обновить все профили", "profiles.useProxy": "Прокси", "profiles.import": "Импорт", diff --git a/src/renderer/src/locales/zh-CN.json b/src/renderer/src/locales/zh-CN.json index 2af7aaa..40d6f47 100644 --- a/src/renderer/src/locales/zh-CN.json +++ b/src/renderer/src/locales/zh-CN.json @@ -388,6 +388,7 @@ "dns.fallbackFilter.domainPlaceholder": "例:+.google.com", "dns.saveOnly": "仅保存", "profiles.title": "订阅管理", + "profiles.input.placeholder": "请输入您的订阅网址", "profiles.updateAll": "更新全部订阅", "profiles.useProxy": "代理", "profiles.import": "导入", diff --git a/src/renderer/src/pages/profiles.tsx b/src/renderer/src/pages/profiles.tsx index 64b4a93..b5be2e1 100644 --- a/src/renderer/src/pages/profiles.tsx +++ b/src/renderer/src/pages/profiles.tsx @@ -256,6 +256,7 @@ const Profiles: React.FC = () => {