diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx index e6858b2..15784e2 100644 --- a/src/components/profile-data-table.tsx +++ b/src/components/profile-data-table.tsx @@ -432,7 +432,7 @@ function ExtCell({ const group = groupId ? meta.extensionGroups.find((g) => g.id === groupId) : undefined; - const label = group?.name ?? meta.t("profiles.table.extDefault"); + const label = group?.name ?? meta.t("profiles.table.none"); const onPick = async (nextId: string | null) => { setIsSaving(true); @@ -478,7 +478,7 @@ function ExtCell({ > {groupId === null && } - {meta.t("profiles.table.extDefault")} + {meta.t("profiles.table.none")} {meta.extensionGroups.map((g) => ( @@ -3242,7 +3242,7 @@ export function ProfilesDataTable({ ? effectiveVpn.name : effectiveProxy ? effectiveProxy.name - : meta.t("profiles.table.notSelected"); + : meta.t("profiles.table.none"); const vpnBadge = effectiveVpn ? "WG" : null; const isSelectorOpen = meta.openProxySelectorFor === profile.id; const selectedId = effectiveVpnId ?? effectiveProxyId ?? null; diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 698236d..5fba17e 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -237,6 +237,7 @@ "noResultsDescription": "No profiles match your search criteria.", "table": { "name": "Name", + "none": "None", "browser": "Browser", "status": "Status", "actions": "Actions", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Last Launch", "empty": "No profiles found.", - "notSelected": "Not Selected", "ext": "EXT", "dns": "DNS", - "extDefault": "Default", "dnsLevel": "DNS blocklist: {{level}}", "extSearch": "Search groups…", "extEmpty": "No extension groups", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 41039a8..5401f87 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -237,6 +237,7 @@ "noResultsDescription": "Ningún perfil coincide con tus criterios de búsqueda.", "table": { "name": "Nombre", + "none": "Ninguno", "browser": "Navegador", "status": "Estado", "actions": "Acciones", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Último Inicio", "empty": "No se encontraron perfiles.", - "notSelected": "No seleccionado", "ext": "EXT", "dns": "DNS", - "extDefault": "Predet.", "dnsLevel": "Lista DNS: {{level}}", "extSearch": "Buscar grupos…", "extEmpty": "Sin grupos de extensiones", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 33e480f..541f14c 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -237,6 +237,7 @@ "noResultsDescription": "Aucun profil ne correspond à vos critères de recherche.", "table": { "name": "Nom", + "none": "Aucun", "browser": "Navigateur", "status": "Statut", "actions": "Actions", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Dernier lancement", "empty": "Aucun profil trouvé.", - "notSelected": "Non sélectionné", "ext": "EXT", "dns": "DNS", - "extDefault": "Défaut", "dnsLevel": "Liste DNS : {{level}}", "extSearch": "Rechercher des groupes…", "extEmpty": "Aucun groupe d’extensions", diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json index 0b703c5..1227be0 100644 --- a/src/i18n/locales/ja.json +++ b/src/i18n/locales/ja.json @@ -237,6 +237,7 @@ "noResultsDescription": "検索条件に一致するプロファイルがありません。", "table": { "name": "名前", + "none": "なし", "browser": "ブラウザ", "status": "ステータス", "actions": "アクション", @@ -245,10 +246,8 @@ "proxy": "プロキシ / VPN", "lastLaunch": "最終起動", "empty": "プロファイルが見つかりません。", - "notSelected": "未選択", "ext": "拡張", "dns": "DNS", - "extDefault": "既定", "dnsLevel": "DNS ブロックリスト: {{level}}", "extSearch": "グループを検索…", "extEmpty": "拡張機能グループがありません", diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json index add4795..12e080f 100644 --- a/src/i18n/locales/ko.json +++ b/src/i18n/locales/ko.json @@ -237,6 +237,7 @@ "noResultsDescription": "검색 조건과 일치하는 프로필이 없습니다.", "table": { "name": "이름", + "none": "없음", "browser": "브라우저", "status": "상태", "actions": "작업", @@ -245,10 +246,8 @@ "proxy": "프록시 / VPN", "lastLaunch": "마지막 실행", "empty": "프로필을 찾을 수 없습니다.", - "notSelected": "선택 안 됨", "ext": "확장", "dns": "DNS", - "extDefault": "기본값", "dnsLevel": "DNS 차단 목록: {{level}}", "extSearch": "그룹 검색…", "extEmpty": "확장 프로그램 그룹이 없습니다", diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index a7bc44e..bddb38b 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -237,6 +237,7 @@ "noResultsDescription": "Nenhum perfil corresponde aos seus critérios de pesquisa.", "table": { "name": "Nome", + "none": "Nenhum", "browser": "Navegador", "status": "Status", "actions": "Ações", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Último Início", "empty": "Nenhum perfil encontrado.", - "notSelected": "Não selecionado", "ext": "EXT", "dns": "DNS", - "extDefault": "Padrão", "dnsLevel": "Lista DNS: {{level}}", "extSearch": "Pesquisar grupos…", "extEmpty": "Sem grupos de extensões", diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json index cd5c711..405cb26 100644 --- a/src/i18n/locales/ru.json +++ b/src/i18n/locales/ru.json @@ -237,6 +237,7 @@ "noResultsDescription": "Нет профилей, соответствующих критериям поиска.", "table": { "name": "Название", + "none": "Нет", "browser": "Браузер", "status": "Статус", "actions": "Действия", @@ -245,10 +246,8 @@ "proxy": "Прокси / VPN", "lastLaunch": "Последний запуск", "empty": "Профили не найдены.", - "notSelected": "Не выбрано", "ext": "РАСШ", "dns": "DNS", - "extDefault": "По умолч.", "dnsLevel": "DNS-блок-лист: {{level}}", "extSearch": "Поиск групп…", "extEmpty": "Нет групп расширений", diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json index 73f4923..c2f0a5d 100644 --- a/src/i18n/locales/tr.json +++ b/src/i18n/locales/tr.json @@ -237,6 +237,7 @@ "noResultsDescription": "Arama kriterlerinizle eşleşen profil yok.", "table": { "name": "Ad", + "none": "Yok", "browser": "Tarayıcı", "status": "Durum", "actions": "İşlemler", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Son Başlatma", "empty": "Profil bulunamadı.", - "notSelected": "Seçilmedi", "ext": "UZN", "dns": "DNS", - "extDefault": "Varsayılan", "dnsLevel": "DNS engel listesi: {{level}}", "extSearch": "Gruplarda ara…", "extEmpty": "Uzantı grubu yok", diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json index 7579dfd..9750c9a 100644 --- a/src/i18n/locales/vi.json +++ b/src/i18n/locales/vi.json @@ -237,6 +237,7 @@ "noResultsDescription": "Không có hồ sơ nào khớp với tiêu chí tìm kiếm.", "table": { "name": "Tên", + "none": "Không có", "browser": "Trình duyệt", "status": "Trạng thái", "actions": "Thao tác", @@ -245,10 +246,8 @@ "proxy": "Proxy / VPN", "lastLaunch": "Lần chạy cuối", "empty": "Không tìm thấy hồ sơ.", - "notSelected": "Chưa chọn", "ext": "TIỆN ÍCH", "dns": "DNS", - "extDefault": "Mặc định", "dnsLevel": "Danh sách chặn DNS: {{level}}", "extSearch": "Tìm kiếm nhóm…", "extEmpty": "Không có nhóm tiện ích", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 2de06fb..10aa062 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -237,6 +237,7 @@ "noResultsDescription": "没有配置文件匹配您的搜索条件。", "table": { "name": "名称", + "none": "无", "browser": "浏览器", "status": "状态", "actions": "操作", @@ -245,10 +246,8 @@ "proxy": "代理 / VPN", "lastLaunch": "最后启动", "empty": "未找到配置文件。", - "notSelected": "未选择", "ext": "扩展", "dns": "DNS", - "extDefault": "默认", "dnsLevel": "DNS 屏蔽列表: {{level}}", "extSearch": "搜索分组…", "extEmpty": "没有扩展组",