From 06bd8ee8711e537820737e05b096eb8a4494cf1c Mon Sep 17 00:00:00 2001 From: Roo Date: Tue, 15 Jul 2025 11:29:42 +0000 Subject: [PATCH] fix: add errorBoundary translations to all language files --- webview-ui/src/i18n/locales/ca/common.json | 7 +++++++ webview-ui/src/i18n/locales/de/common.json | 7 +++++++ webview-ui/src/i18n/locales/es/common.json | 7 +++++++ webview-ui/src/i18n/locales/fr/common.json | 7 +++++++ webview-ui/src/i18n/locales/hi/common.json | 7 +++++++ webview-ui/src/i18n/locales/id/common.json | 7 +++++++ webview-ui/src/i18n/locales/it/common.json | 7 +++++++ webview-ui/src/i18n/locales/ja/common.json | 7 +++++++ webview-ui/src/i18n/locales/ko/common.json | 7 +++++++ webview-ui/src/i18n/locales/nl/common.json | 7 +++++++ webview-ui/src/i18n/locales/pl/common.json | 7 +++++++ webview-ui/src/i18n/locales/pt-BR/common.json | 7 +++++++ webview-ui/src/i18n/locales/ru/common.json | 7 +++++++ webview-ui/src/i18n/locales/tr/common.json | 7 +++++++ webview-ui/src/i18n/locales/vi/common.json | 7 +++++++ webview-ui/src/i18n/locales/zh-CN/common.json | 7 +++++++ webview-ui/src/i18n/locales/zh-TW/common.json | 7 +++++++ 17 files changed, 119 insertions(+) diff --git a/webview-ui/src/i18n/locales/ca/common.json b/webview-ui/src/i18n/locales/ca/common.json index 267e0a62d7..b4f4fbfd75 100644 --- a/webview-ui/src/i18n/locales/ca/common.json +++ b/webview-ui/src/i18n/locales/ca/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI de dades de la imatge copiada al porta-retalls" } + }, + "errorBoundary": { + "title": "Alguna cosa ha anat malament", + "componentError": "Error al component {{componentName}}", + "description": "S'ha produït un error en aquesta part de la interfície. Podeu intentar recuperar-vos fent clic al botó de sota.", + "showDetails": "Mostrar detalls de l'error", + "retry": "Tornar a intentar" } } diff --git a/webview-ui/src/i18n/locales/de/common.json b/webview-ui/src/i18n/locales/de/common.json index 76b9064bc3..d6c5cd4c9a 100644 --- a/webview-ui/src/i18n/locales/de/common.json +++ b/webview-ui/src/i18n/locales/de/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "Bild-Daten-URI in die Zwischenablage kopiert" } + }, + "errorBoundary": { + "title": "Etwas ist schiefgelaufen", + "componentError": "Fehler in der {{componentName}} Komponente", + "description": "In diesem Teil der Benutzeroberfläche ist ein Fehler aufgetreten. Sie können versuchen, sich zu erholen, indem Sie auf die Schaltfläche unten klicken.", + "showDetails": "Fehlerdetails anzeigen", + "retry": "Erneut versuchen" } } diff --git a/webview-ui/src/i18n/locales/es/common.json b/webview-ui/src/i18n/locales/es/common.json index 5fe624372f..3d20773835 100644 --- a/webview-ui/src/i18n/locales/es/common.json +++ b/webview-ui/src/i18n/locales/es/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI de datos de imagen copiada al portapapeles" } + }, + "errorBoundary": { + "title": "Algo salió mal", + "componentError": "Error en el componente {{componentName}}", + "description": "Ocurrió un error en esta parte de la interfaz. Puedes intentar recuperarte haciendo clic en el botón de abajo.", + "showDetails": "Mostrar detalles del error", + "retry": "Intentar de nuevo" } } diff --git a/webview-ui/src/i18n/locales/fr/common.json b/webview-ui/src/i18n/locales/fr/common.json index 677116ff2a..f5d2093dcc 100644 --- a/webview-ui/src/i18n/locales/fr/common.json +++ b/webview-ui/src/i18n/locales/fr/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI de données d'image copiée dans le presse-papiers" } + }, + "errorBoundary": { + "title": "Quelque chose s'est mal passé", + "componentError": "Erreur dans le composant {{componentName}}", + "description": "Une erreur s'est produite dans cette partie de l'interface. Vous pouvez essayer de récupérer en cliquant sur le bouton ci-dessous.", + "showDetails": "Afficher les détails de l'erreur", + "retry": "Réessayer" } } diff --git a/webview-ui/src/i18n/locales/hi/common.json b/webview-ui/src/i18n/locales/hi/common.json index 77876eb274..12261f3d97 100644 --- a/webview-ui/src/i18n/locales/hi/common.json +++ b/webview-ui/src/i18n/locales/hi/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "इमेज डेटा URI क्लिपबोर्ड में कॉपी हो गया" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/id/common.json b/webview-ui/src/i18n/locales/id/common.json index d50246ced2..f9a9ce6dd6 100644 --- a/webview-ui/src/i18n/locales/id/common.json +++ b/webview-ui/src/i18n/locales/id/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "Data URI gambar disalin ke clipboard" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/it/common.json b/webview-ui/src/i18n/locales/it/common.json index 9d5426aa0e..79f1e3a77e 100644 --- a/webview-ui/src/i18n/locales/it/common.json +++ b/webview-ui/src/i18n/locales/it/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI dati immagine copiato negli appunti" } + }, + "errorBoundary": { + "title": "Qualcosa è andato storto", + "componentError": "Errore nel componente {{componentName}}", + "description": "Si è verificato un errore in questa parte dell'interfaccia. Puoi provare a recuperare cliccando il pulsante qui sotto.", + "showDetails": "Mostra dettagli errore", + "retry": "Riprova" } } diff --git a/webview-ui/src/i18n/locales/ja/common.json b/webview-ui/src/i18n/locales/ja/common.json index 975ea67834..9a6ee15f18 100644 --- a/webview-ui/src/i18n/locales/ja/common.json +++ b/webview-ui/src/i18n/locales/ja/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "画像データURIをクリップボードにコピーしました" } + }, + "errorBoundary": { + "title": "問題が発生しました", + "componentError": "{{componentName}}コンポーネントでエラーが発生しました", + "description": "インターフェースのこの部分でエラーが発生しました。下のボタンをクリックして回復を試すことができます。", + "showDetails": "エラーの詳細を表示", + "retry": "再試行" } } diff --git a/webview-ui/src/i18n/locales/ko/common.json b/webview-ui/src/i18n/locales/ko/common.json index 276f2cb20b..3bf09dec6d 100644 --- a/webview-ui/src/i18n/locales/ko/common.json +++ b/webview-ui/src/i18n/locales/ko/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "이미지 데이터 URI가 클립보드에 복사됨" } + }, + "errorBoundary": { + "title": "문제가 발생했습니다", + "componentError": "{{componentName}} 컴포넌트에서 오류 발생", + "description": "인터페이스의 이 부분에서 오류가 발생했습니다. 아래 버튼을 클릭하여 복구를 시도할 수 있습니다.", + "showDetails": "오류 세부사항 표시", + "retry": "다시 시도" } } diff --git a/webview-ui/src/i18n/locales/nl/common.json b/webview-ui/src/i18n/locales/nl/common.json index 012808e51a..f6ca28f58e 100644 --- a/webview-ui/src/i18n/locales/nl/common.json +++ b/webview-ui/src/i18n/locales/nl/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "Afbeelding data-URI gekopieerd naar klembord" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/pl/common.json b/webview-ui/src/i18n/locales/pl/common.json index c72b046c42..6c608cbc45 100644 --- a/webview-ui/src/i18n/locales/pl/common.json +++ b/webview-ui/src/i18n/locales/pl/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI danych obrazu skopiowane do schowka" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/pt-BR/common.json b/webview-ui/src/i18n/locales/pt-BR/common.json index a911b2366f..fe77fffdc1 100644 --- a/webview-ui/src/i18n/locales/pt-BR/common.json +++ b/webview-ui/src/i18n/locales/pt-BR/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI de dados da imagem copiada para a área de transferência" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/ru/common.json b/webview-ui/src/i18n/locales/ru/common.json index e68899a2db..9f4856fd4f 100644 --- a/webview-ui/src/i18n/locales/ru/common.json +++ b/webview-ui/src/i18n/locales/ru/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI данных изображения скопирован в буфер обмена" } + }, + "errorBoundary": { + "title": "Что-то пошло не так", + "componentError": "Ошибка в компоненте {{componentName}}", + "description": "В этой части интерфейса произошла ошибка. Вы можете попытаться восстановить работу, нажав кнопку ниже.", + "showDetails": "Показать детали ошибки", + "retry": "Попробовать снова" } } diff --git a/webview-ui/src/i18n/locales/tr/common.json b/webview-ui/src/i18n/locales/tr/common.json index 23344ca966..e32a8d398a 100644 --- a/webview-ui/src/i18n/locales/tr/common.json +++ b/webview-ui/src/i18n/locales/tr/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "Görsel veri URI'si panoya kopyalandı" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/vi/common.json b/webview-ui/src/i18n/locales/vi/common.json index 16952117ef..d96627c864 100644 --- a/webview-ui/src/i18n/locales/vi/common.json +++ b/webview-ui/src/i18n/locales/vi/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "URI dữ liệu hình ảnh đã được sao chép vào clipboard" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } } diff --git a/webview-ui/src/i18n/locales/zh-CN/common.json b/webview-ui/src/i18n/locales/zh-CN/common.json index 29f11c7f2f..c59c2b0fc6 100644 --- a/webview-ui/src/i18n/locales/zh-CN/common.json +++ b/webview-ui/src/i18n/locales/zh-CN/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "图片数据 URI 已复制到剪贴板" } + }, + "errorBoundary": { + "title": "出现错误", + "componentError": "{{componentName}} 组件出错", + "description": "界面的这一部分发生了错误。您可以尝试点击下面的按钮来恢复。", + "showDetails": "显示错误详情", + "retry": "重试" } } diff --git a/webview-ui/src/i18n/locales/zh-TW/common.json b/webview-ui/src/i18n/locales/zh-TW/common.json index b8ec7f998e..0796aa3f3a 100644 --- a/webview-ui/src/i18n/locales/zh-TW/common.json +++ b/webview-ui/src/i18n/locales/zh-TW/common.json @@ -51,5 +51,12 @@ "success": { "imageDataUriCopied": "圖片資料 URI 已複製到剪貼簿" } + }, + "errorBoundary": { + "title": "Something went wrong", + "componentError": "Error in {{componentName}} component", + "description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.", + "showDetails": "Show error details", + "retry": "Try again" } }