mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-30 23:58:11 +02:00
chore: copy and backlink
This commit is contained in:
@@ -637,7 +637,15 @@ export function ProfileDnsBlocklistDialog({
|
||||
<DialogTitle>{t("dnsBlocklist.title")}</DialogTitle>
|
||||
</DialogHeader>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
{t("dnsBlocklist.settingsDescription")}
|
||||
{t("dnsBlocklist.settingsDescription")}{" "}
|
||||
<a
|
||||
href="https://github.com/hagezi/dns-blocklists"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-primary hover:underline"
|
||||
>
|
||||
{t("common.buttons.moreInfo")}
|
||||
</a>
|
||||
</p>
|
||||
<div className="space-y-1">
|
||||
{options.map((option) => (
|
||||
@@ -660,7 +668,7 @@ export function ProfileDnsBlocklistDialog({
|
||||
disabled={isSaving || level === (currentLevel ?? "")}
|
||||
className="w-full"
|
||||
>
|
||||
{t("common.save", "Save")}
|
||||
{t("common.buttons.save")}
|
||||
</Button>
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "Export",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading...",
|
||||
"saveSettings": "Save Settings"
|
||||
"saveSettings": "Save Settings",
|
||||
"moreInfo": "More info"
|
||||
},
|
||||
"status": {
|
||||
"active": "Active",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "Exportar",
|
||||
"refresh": "Actualizar",
|
||||
"loading": "Cargando...",
|
||||
"saveSettings": "Guardar Configuración"
|
||||
"saveSettings": "Guardar Configuración",
|
||||
"moreInfo": "Más información"
|
||||
},
|
||||
"status": {
|
||||
"active": "Activo",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "Exporter",
|
||||
"refresh": "Actualiser",
|
||||
"loading": "Chargement...",
|
||||
"saveSettings": "Enregistrer les paramètres"
|
||||
"saveSettings": "Enregistrer les paramètres",
|
||||
"moreInfo": "En savoir plus"
|
||||
},
|
||||
"status": {
|
||||
"active": "Actif",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "エクスポート",
|
||||
"refresh": "更新",
|
||||
"loading": "読み込み中...",
|
||||
"saveSettings": "設定を保存"
|
||||
"saveSettings": "設定を保存",
|
||||
"moreInfo": "詳細"
|
||||
},
|
||||
"status": {
|
||||
"active": "アクティブ",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "Exportar",
|
||||
"refresh": "Atualizar",
|
||||
"loading": "Carregando...",
|
||||
"saveSettings": "Salvar Configurações"
|
||||
"saveSettings": "Salvar Configurações",
|
||||
"moreInfo": "Mais informações"
|
||||
},
|
||||
"status": {
|
||||
"active": "Ativo",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "Экспорт",
|
||||
"refresh": "Обновить",
|
||||
"loading": "Загрузка...",
|
||||
"saveSettings": "Сохранить настройки"
|
||||
"saveSettings": "Сохранить настройки",
|
||||
"moreInfo": "Подробнее"
|
||||
},
|
||||
"status": {
|
||||
"active": "Активен",
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
"export": "导出",
|
||||
"refresh": "刷新",
|
||||
"loading": "加载中...",
|
||||
"saveSettings": "保存设置"
|
||||
"saveSettings": "保存设置",
|
||||
"moreInfo": "了解更多"
|
||||
},
|
||||
"status": {
|
||||
"active": "活跃",
|
||||
|
||||
Reference in New Issue
Block a user