From 7c1dc6309816957680e7bb3c97e1d5f8bfe7f3b7 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Fri, 12 Sep 2025 03:31:50 +0000 Subject: [PATCH] fix: add missing translations for rate limit messages - Added rate limit translations to all locale files - Ensures consistency across all supported languages --- webview-ui/src/i18n/locales/ca/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/de/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/es/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/fr/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/hi/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/id/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/it/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/ja/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/ko/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/nl/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/pl/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/pt-BR/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/ru/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/tr/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/vi/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/zh-CN/chat.json | 10 ++++++++++ webview-ui/src/i18n/locales/zh-TW/chat.json | 10 ++++++++++ 17 files changed, 170 insertions(+) diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index d0d2bbc1f5..40f7db771d 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo vol executar una comanda slash:", "didRun": "Roo ha executat una comanda slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index 6c69647644..1c03edb503 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo möchte einen Slash-Befehl ausführen:", "didRun": "Roo hat einen Slash-Befehl ausgeführt:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index 64476b075a..8530863362 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo quiere ejecutar un comando slash:", "didRun": "Roo ejecutó un comando slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index 717c3ee236..857eca9d01 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo veut exécuter une commande slash:", "didRun": "Roo a exécuté une commande slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 0cd6f89a4e..c495d39c2e 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo एक स्लैश कमांड चलाना चाहता है:", "didRun": "Roo ने एक स्लैश कमांड चलाया:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index b893516a59..c5b7465660 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -396,5 +396,15 @@ "slashCommand": { "wantsToRun": "Roo ingin menjalankan perintah slash:", "didRun": "Roo telah menjalankan perintah slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index ea231f4d61..eb5f8cb6b7 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo vuole eseguire un comando slash:", "didRun": "Roo ha eseguito un comando slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index c8cc7af301..8cd6e2aa22 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Rooはスラッシュコマンドを実行したい:", "didRun": "Rooはスラッシュコマンドを実行しました:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index 8e1a76f566..b78ef0d790 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo가 슬래시 명령어를 실행하려고 합니다:", "didRun": "Roo가 슬래시 명령어를 실행했습니다:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index d662a3598a..61f0e8fd85 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo wil een slash commando uitvoeren:", "didRun": "Roo heeft een slash commando uitgevoerd:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index bfcf5e5a26..e3bd6cd82c 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo chce uruchomić komendę slash:", "didRun": "Roo uruchomił komendę slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index 5d8f9f53e2..1ea9388ace 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo quer executar um comando slash:", "didRun": "Roo executou um comando slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 8f5083c97c..be2ffb3073 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo хочет выполнить слеш-команду:", "didRun": "Roo выполнил слеш-команду:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 5fbf909500..5dee369fc2 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo bir slash komutu çalıştırmak istiyor:", "didRun": "Roo bir slash komutu çalıştırdı:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index 7684714045..077a5063f8 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo muốn chạy lệnh slash:", "didRun": "Roo đã chạy lệnh slash:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index 861eeb3ac5..530e2e7a5d 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo 想要运行斜杠命令:", "didRun": "Roo 运行了斜杠命令:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } } diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index 1d6c824ced..8cfb17fe7b 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -390,5 +390,15 @@ "slashCommand": { "wantsToRun": "Roo 想要執行斜線指令:", "didRun": "Roo 執行了斜線指令:" + }, + "rateLimit": { + "title": "Rate limit triggered — please wait", + "pleaseWait": "Please wait while we handle the rate limit...", + "retryingIn": "Retrying in {{seconds}} seconds...", + "retryingNow": "Retrying now...", + "showDetails": "Show error details" + }, + "rateLimitRetry": { + "title": "Rate limit triggered — retrying" } }