mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-28 05:40:25 +02:00
style: copy
This commit is contained in:
@@ -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 && <LuCheck className="mr-2 size-3.5" />}
|
||||
<span className={groupId === null ? "" : "ml-5"}>
|
||||
{meta.t("profiles.table.extDefault")}
|
||||
{meta.t("profiles.table.none")}
|
||||
</span>
|
||||
</CommandItem>
|
||||
{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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "拡張機能グループがありません",
|
||||
|
||||
@@ -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": "확장 프로그램 그룹이 없습니다",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "Нет групп расширений",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "没有扩展组",
|
||||
|
||||
Reference in New Issue
Block a user