From 1dfde240cbfe5dcf42028d0331431e0afd813351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 13:54:08 +0800 Subject: [PATCH] chore: translate i18n files and update type definitions (#28518) Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- web/i18n/de-DE/share.ts | 1 + web/i18n/es-ES/share.ts | 1 + web/i18n/fa-IR/share.ts | 1 + web/i18n/fr-FR/share.ts | 1 + web/i18n/hi-IN/share.ts | 1 + web/i18n/id-ID/share.ts | 1 + web/i18n/it-IT/share.ts | 1 + web/i18n/ja-JP/share.ts | 1 + web/i18n/ko-KR/share.ts | 1 + web/i18n/pl-PL/share.ts | 1 + web/i18n/pt-BR/share.ts | 1 + web/i18n/ro-RO/share.ts | 1 + web/i18n/ru-RU/share.ts | 1 + web/i18n/sl-SI/share.ts | 1 + web/i18n/th-TH/share.ts | 1 + web/i18n/tr-TR/share.ts | 1 + web/i18n/uk-UA/share.ts | 1 + web/i18n/vi-VN/share.ts | 1 + web/i18n/zh-Hans/share.ts | 1 + web/i18n/zh-Hant/share.ts | 1 + 20 files changed, 20 insertions(+) diff --git a/web/i18n/de-DE/share.ts b/web/i18n/de-DE/share.ts index 33c40917dd..8d828229d4 100644 --- a/web/i18n/de-DE/share.ts +++ b/web/i18n/de-DE/share.ts @@ -76,6 +76,7 @@ const translation = { }, executions: '{{num}} HINRICHTUNGEN', execution: 'AUSFÜHRUNG', + stopRun: 'Stopp Lauf', }, login: { backToHome: 'Zurück zur Startseite', diff --git a/web/i18n/es-ES/share.ts b/web/i18n/es-ES/share.ts index caeb056d89..45c6bb1c71 100644 --- a/web/i18n/es-ES/share.ts +++ b/web/i18n/es-ES/share.ts @@ -76,6 +76,7 @@ const translation = { }, execution: 'EJECUCIÓN', executions: '{{num}} EJECUCIONES', + stopRun: 'Detener carrera', }, login: { backToHome: 'Volver a Inicio', diff --git a/web/i18n/fa-IR/share.ts b/web/i18n/fa-IR/share.ts index 03ed4e8ea9..17ae970838 100644 --- a/web/i18n/fa-IR/share.ts +++ b/web/i18n/fa-IR/share.ts @@ -72,6 +72,7 @@ const translation = { }, executions: '{{num}} اعدام', execution: 'اجرا', + stopRun: 'توقف کن، بدو', }, login: { backToHome: 'بازگشت به خانه', diff --git a/web/i18n/fr-FR/share.ts b/web/i18n/fr-FR/share.ts index 2374da70e6..c2c0d262db 100644 --- a/web/i18n/fr-FR/share.ts +++ b/web/i18n/fr-FR/share.ts @@ -76,6 +76,7 @@ const translation = { }, executions: '{{num}} EXÉCUTIONS', execution: 'EXÉCUTION', + stopRun: 'Arrêtez de courir', }, login: { backToHome: 'Retour à l\'accueil', diff --git a/web/i18n/hi-IN/share.ts b/web/i18n/hi-IN/share.ts index 2e078a0a3b..760fc36d1d 100644 --- a/web/i18n/hi-IN/share.ts +++ b/web/i18n/hi-IN/share.ts @@ -76,6 +76,7 @@ const translation = { }, execution: 'अनु执行', executions: '{{num}} फाँसी', + stopRun: 'रोकें या दौड़ना बंद करें', }, login: { backToHome: 'होम पर वापस', diff --git a/web/i18n/id-ID/share.ts b/web/i18n/id-ID/share.ts index 0cf47804cc..eb2bd67df5 100644 --- a/web/i18n/id-ID/share.ts +++ b/web/i18n/id-ID/share.ts @@ -67,6 +67,7 @@ const translation = { queryPlaceholder: 'Tulis konten kueri Anda...', resultTitle: 'Penyelesaian AI', browse: 'ramban', + stopRun: 'Berhenti Lari', }, login: { backToHome: 'Kembali ke Beranda', diff --git a/web/i18n/it-IT/share.ts b/web/i18n/it-IT/share.ts index 4c6c18ff33..8226355ba7 100644 --- a/web/i18n/it-IT/share.ts +++ b/web/i18n/it-IT/share.ts @@ -78,6 +78,7 @@ const translation = { }, execution: 'ESECUZIONE', executions: '{{num}} ESECUZIONI', + stopRun: 'Ferma la corsa', }, login: { backToHome: 'Torna alla home', diff --git a/web/i18n/ja-JP/share.ts b/web/i18n/ja-JP/share.ts index 20dad7faec..8ae9bc1728 100644 --- a/web/i18n/ja-JP/share.ts +++ b/web/i18n/ja-JP/share.ts @@ -72,6 +72,7 @@ const translation = { moreThanMaxLengthLine: '{{rowIndex}}行目:{{varName}}が制限長({{maxLength}})を超過', atLeastOne: '1 行以上のデータが必要です', }, + stopRun: '走るのをやめろ', }, login: { backToHome: 'ホームに戻る', diff --git a/web/i18n/ko-KR/share.ts b/web/i18n/ko-KR/share.ts index 3958b4f93e..41821c19c1 100644 --- a/web/i18n/ko-KR/share.ts +++ b/web/i18n/ko-KR/share.ts @@ -72,6 +72,7 @@ const translation = { }, execution: '실행', executions: '{{num}} 처형', + stopRun: '멈춰 달려', }, login: { backToHome: '홈으로 돌아가기', diff --git a/web/i18n/pl-PL/share.ts b/web/i18n/pl-PL/share.ts index 617f66d994..dbc5612963 100644 --- a/web/i18n/pl-PL/share.ts +++ b/web/i18n/pl-PL/share.ts @@ -77,6 +77,7 @@ const translation = { }, executions: '{{num}} EGZEKUCJI', execution: 'WYKONANIE', + stopRun: 'Zatrzymaj bieg', }, login: { backToHome: 'Powrót do strony głównej', diff --git a/web/i18n/pt-BR/share.ts b/web/i18n/pt-BR/share.ts index 9a9d7db632..4b33f6df1c 100644 --- a/web/i18n/pt-BR/share.ts +++ b/web/i18n/pt-BR/share.ts @@ -76,6 +76,7 @@ const translation = { }, executions: '{{num}} EXECUÇÕES', execution: 'EXECUÇÃO', + stopRun: 'Pare de correr', }, login: { backToHome: 'Voltar para a página inicial', diff --git a/web/i18n/ro-RO/share.ts b/web/i18n/ro-RO/share.ts index 41e38812c5..63d383c8f7 100644 --- a/web/i18n/ro-RO/share.ts +++ b/web/i18n/ro-RO/share.ts @@ -76,6 +76,7 @@ const translation = { }, execution: 'EXECUȚIE', executions: '{{num}} EXECUȚII', + stopRun: 'Oprește alergarea', }, login: { backToHome: 'Înapoi la Acasă', diff --git a/web/i18n/ru-RU/share.ts b/web/i18n/ru-RU/share.ts index dafbe9d6b1..3b9f109ebf 100644 --- a/web/i18n/ru-RU/share.ts +++ b/web/i18n/ru-RU/share.ts @@ -76,6 +76,7 @@ const translation = { }, execution: 'ИСПОЛНЕНИЕ', executions: '{{num}} ВЫПОЛНЕНИЯ', + stopRun: 'Остановись, убегая', }, login: { backToHome: 'Назад на главную', diff --git a/web/i18n/sl-SI/share.ts b/web/i18n/sl-SI/share.ts index 8b7fe87cbd..21da9bf090 100644 --- a/web/i18n/sl-SI/share.ts +++ b/web/i18n/sl-SI/share.ts @@ -73,6 +73,7 @@ const translation = { }, execution: 'IZVEDBA', executions: '{{num}} IZVRŠITEV', + stopRun: 'Ustavi teči', }, login: { backToHome: 'Nazaj na začetno stran', diff --git a/web/i18n/th-TH/share.ts b/web/i18n/th-TH/share.ts index eca049b9a2..cfcffcda52 100644 --- a/web/i18n/th-TH/share.ts +++ b/web/i18n/th-TH/share.ts @@ -72,6 +72,7 @@ const translation = { }, execution: 'การดำเนินการ', executions: '{{num}} การประหารชีวิต', + stopRun: 'หยุดวิ่ง', }, login: { backToHome: 'กลับไปที่หน้าแรก', diff --git a/web/i18n/tr-TR/share.ts b/web/i18n/tr-TR/share.ts index e7ad4fcd68..ae2804e22c 100644 --- a/web/i18n/tr-TR/share.ts +++ b/web/i18n/tr-TR/share.ts @@ -72,6 +72,7 @@ const translation = { }, execution: 'İFRAZAT', executions: '{{num}} İDAM', + stopRun: 'Dur Koş', }, login: { backToHome: 'Ana Sayfaya Dön', diff --git a/web/i18n/uk-UA/share.ts b/web/i18n/uk-UA/share.ts index 92f25545d9..9ac8f95ba5 100644 --- a/web/i18n/uk-UA/share.ts +++ b/web/i18n/uk-UA/share.ts @@ -72,6 +72,7 @@ const translation = { }, execution: 'ВИКОНАННЯ', executions: '{{num}} ВИКОНАНЬ', + stopRun: 'Зупинись, не біжи', }, login: { backToHome: 'Повернутися на головну', diff --git a/web/i18n/vi-VN/share.ts b/web/i18n/vi-VN/share.ts index 12a31bd40b..9138a78caa 100644 --- a/web/i18n/vi-VN/share.ts +++ b/web/i18n/vi-VN/share.ts @@ -72,6 +72,7 @@ const translation = { }, executions: '{{num}} ÁN TỬ HÌNH', execution: 'THI HÀNH', + stopRun: 'Dừng lại', }, login: { backToHome: 'Trở về Trang Chủ', diff --git a/web/i18n/zh-Hans/share.ts b/web/i18n/zh-Hans/share.ts index ce1270dae8..4db47e9241 100644 --- a/web/i18n/zh-Hans/share.ts +++ b/web/i18n/zh-Hans/share.ts @@ -72,6 +72,7 @@ const translation = { moreThanMaxLengthLine: '第 {{rowIndex}} 行:{{varName}}值超过最大长度 {{maxLength}}', atLeastOne: '上传文件的内容不能少于一条', }, + stopRun: '停止跑', }, login: { backToHome: '返回首页', diff --git a/web/i18n/zh-Hant/share.ts b/web/i18n/zh-Hant/share.ts index e25aa0c0de..eaecd4f000 100644 --- a/web/i18n/zh-Hant/share.ts +++ b/web/i18n/zh-Hant/share.ts @@ -72,6 +72,7 @@ const translation = { }, execution: '執行', executions: '{{num}} 執行', + stopRun: '停止奔跑', }, login: { backToHome: '返回首頁',