From 937131a4269316a738be1bf54bc7435cd1590f0f Mon Sep 17 00:00:00 2001 From: t8y2 <1156263951@qq.com> Date: Thu, 2 Jul 2026 14:30:43 +0800 Subject: [PATCH] feat(i18n): add auto-refresh translations for zh-TW, ja, es, it, pt-BR --- apps/desktop/src/i18n/locales/es.ts | 5 +++++ apps/desktop/src/i18n/locales/it.ts | 5 +++++ apps/desktop/src/i18n/locales/ja.ts | 5 +++++ apps/desktop/src/i18n/locales/pt-BR.ts | 5 +++++ apps/desktop/src/i18n/locales/zh-TW.ts | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/apps/desktop/src/i18n/locales/es.ts b/apps/desktop/src/i18n/locales/es.ts index 5b6b26eab..65a8a05b2 100644 --- a/apps/desktop/src/i18n/locales/es.ts +++ b/apps/desktop/src/i18n/locales/es.ts @@ -512,6 +512,11 @@ export default withEnglishFallback({ autoKeepResults: "Conservar resultados automáticamente", autoKeepResultsEnabled: "Conservación automática activada", autoKeepResultsDisabled: "Conservación automática desactivada", + autoRefresh: "Actualizar resultados automáticamente", + autoRefreshShort: "Auto", + autoRefreshEvery: "Actualizar cada {seconds} s", + startAutoRefresh: "Iniciar actualización automática", + stopAutoRefresh: "Detener actualización automática", missingResultRun: "Este resultado ya no está disponible", exportResultArchive: "Guardar archivo de resultados", importResultArchive: "Importar resultados", diff --git a/apps/desktop/src/i18n/locales/it.ts b/apps/desktop/src/i18n/locales/it.ts index d890d7b81..415dd006b 100644 --- a/apps/desktop/src/i18n/locales/it.ts +++ b/apps/desktop/src/i18n/locales/it.ts @@ -516,6 +516,11 @@ export default withEnglishFallback({ autoKeepResults: "Mantieni automaticamente i risultati", autoKeepResultsEnabled: "Mantieni risultati abilitato", autoKeepResultsDisabled: "Mantieni risultati disabilitato", + autoRefresh: "Aggiorna risultati automaticamente", + autoRefreshShort: "Auto", + autoRefreshEvery: "Aggiorna ogni {seconds} s", + startAutoRefresh: "Avvia aggiornamento automatico", + stopAutoRefresh: "Ferma aggiornamento automatico", missingResultRun: "Questo risultato non e piu disponibile", exportResultArchive: "Salva Archivio Risultati", importResultArchive: "Importa Risultati", diff --git a/apps/desktop/src/i18n/locales/ja.ts b/apps/desktop/src/i18n/locales/ja.ts index 726d298aa..5397cf68d 100644 --- a/apps/desktop/src/i18n/locales/ja.ts +++ b/apps/desktop/src/i18n/locales/ja.ts @@ -509,6 +509,11 @@ export default withEnglishFallback({ autoKeepResults: "クエリ結果を自動保持", autoKeepResultsEnabled: "結果の自動保持をオンにしました", autoKeepResultsDisabled: "結果の自動保持をオフにしました", + autoRefresh: "結果を自動更新", + autoRefreshShort: "自動", + autoRefreshEvery: "{seconds} 秒ごとに更新", + startAutoRefresh: "自動更新を開始", + stopAutoRefresh: "自動更新を停止", missingResultRun: "この結果は利用できなくなりました", exportResultArchive: "結果アーカイブを保存", importResultArchive: "結果をインポート", diff --git a/apps/desktop/src/i18n/locales/pt-BR.ts b/apps/desktop/src/i18n/locales/pt-BR.ts index 1acc79fe2..525016356 100644 --- a/apps/desktop/src/i18n/locales/pt-BR.ts +++ b/apps/desktop/src/i18n/locales/pt-BR.ts @@ -524,6 +524,11 @@ export default withEnglishFallback({ autoKeepResults: "Manter resultados automaticamente", autoKeepResultsEnabled: "Manutenção automática de resultados ativada", autoKeepResultsDisabled: "Manutenção automática de resultados desativada", + autoRefresh: "Atualizar resultados automaticamente", + autoRefreshShort: "Auto", + autoRefreshEvery: "Atualizar a cada {seconds} s", + startAutoRefresh: "Iniciar atualização automática", + stopAutoRefresh: "Parar atualização automática", missingResultRun: "Este resultado não está mais disponível", exportResultArchive: "Salvar Arquivo de Resultados", importResultArchive: "Importar Resultados", diff --git a/apps/desktop/src/i18n/locales/zh-TW.ts b/apps/desktop/src/i18n/locales/zh-TW.ts index 263161f5a..1708ae7e4 100644 --- a/apps/desktop/src/i18n/locales/zh-TW.ts +++ b/apps/desktop/src/i18n/locales/zh-TW.ts @@ -512,6 +512,11 @@ export default withEnglishFallback({ autoKeepResults: "自動保留查詢結果", autoKeepResultsEnabled: "自動保留結果已啟用", autoKeepResultsDisabled: "自動保留結果已停用", + autoRefresh: "自動重新整理結果", + autoRefreshShort: "自動", + autoRefreshEvery: "每 {seconds} 秒重新整理", + startAutoRefresh: "開始自動重新整理", + stopAutoRefresh: "停止自動重新整理", missingResultRun: "此結果已不再可用", exportResultArchive: "儲存結果封存", importResultArchive: "匯入結果",