Skip to content

Commit 06bd8ee

Browse files
author
Roo
committed
fix: add errorBoundary translations to all language files
1 parent 3121885 commit 06bd8ee

File tree

17 files changed

+119
-0
lines changed

17 files changed

+119
-0
lines changed

webview-ui/src/i18n/locales/ca/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de dades de la imatge copiada al porta-retalls"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Alguna cosa ha anat malament",
57+
"componentError": "Error al component {{componentName}}",
58+
"description": "S'ha produït un error en aquesta part de la interfície. Podeu intentar recuperar-vos fent clic al botó de sota.",
59+
"showDetails": "Mostrar detalls de l'error",
60+
"retry": "Tornar a intentar"
5461
}
5562
}

webview-ui/src/i18n/locales/de/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "Bild-Daten-URI in die Zwischenablage kopiert"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Etwas ist schiefgelaufen",
57+
"componentError": "Fehler in der {{componentName}} Komponente",
58+
"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.",
59+
"showDetails": "Fehlerdetails anzeigen",
60+
"retry": "Erneut versuchen"
5461
}
5562
}

webview-ui/src/i18n/locales/es/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de datos de imagen copiada al portapapeles"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Algo salió mal",
57+
"componentError": "Error en el componente {{componentName}}",
58+
"description": "Ocurrió un error en esta parte de la interfaz. Puedes intentar recuperarte haciendo clic en el botón de abajo.",
59+
"showDetails": "Mostrar detalles del error",
60+
"retry": "Intentar de nuevo"
5461
}
5562
}

webview-ui/src/i18n/locales/fr/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "URI de données d'image copiée dans le presse-papiers"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Quelque chose s'est mal passé",
57+
"componentError": "Erreur dans le composant {{componentName}}",
58+
"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.",
59+
"showDetails": "Afficher les détails de l'erreur",
60+
"retry": "Réessayer"
5461
}
5562
}

webview-ui/src/i18n/locales/hi/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "इमेज डेटा URI क्लिपबोर्ड में कॉपी हो गया"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Something went wrong",
57+
"componentError": "Error in {{componentName}} component",
58+
"description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.",
59+
"showDetails": "Show error details",
60+
"retry": "Try again"
5461
}
5562
}

webview-ui/src/i18n/locales/id/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "Data URI gambar disalin ke clipboard"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Something went wrong",
57+
"componentError": "Error in {{componentName}} component",
58+
"description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.",
59+
"showDetails": "Show error details",
60+
"retry": "Try again"
5461
}
5562
}

webview-ui/src/i18n/locales/it/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "URI dati immagine copiato negli appunti"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Qualcosa è andato storto",
57+
"componentError": "Errore nel componente {{componentName}}",
58+
"description": "Si è verificato un errore in questa parte dell'interfaccia. Puoi provare a recuperare cliccando il pulsante qui sotto.",
59+
"showDetails": "Mostra dettagli errore",
60+
"retry": "Riprova"
5461
}
5562
}

webview-ui/src/i18n/locales/ja/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "画像データURIをクリップボードにコピーしました"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "問題が発生しました",
57+
"componentError": "{{componentName}}コンポーネントでエラーが発生しました",
58+
"description": "インターフェースのこの部分でエラーが発生しました。下のボタンをクリックして回復を試すことができます。",
59+
"showDetails": "エラーの詳細を表示",
60+
"retry": "再試行"
5461
}
5562
}

webview-ui/src/i18n/locales/ko/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "이미지 데이터 URI가 클립보드에 복사됨"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "문제가 발생했습니다",
57+
"componentError": "{{componentName}} 컴포넌트에서 오류 발생",
58+
"description": "인터페이스의 이 부분에서 오류가 발생했습니다. 아래 버튼을 클릭하여 복구를 시도할 수 있습니다.",
59+
"showDetails": "오류 세부사항 표시",
60+
"retry": "다시 시도"
5461
}
5562
}

webview-ui/src/i18n/locales/nl/common.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,12 @@
5151
"success": {
5252
"imageDataUriCopied": "Afbeelding data-URI gekopieerd naar klembord"
5353
}
54+
},
55+
"errorBoundary": {
56+
"title": "Something went wrong",
57+
"componentError": "Error in {{componentName}} component",
58+
"description": "An error occurred in this part of the interface. You can try to recover by clicking the button below.",
59+
"showDetails": "Show error details",
60+
"retry": "Try again"
5461
}
5562
}

0 commit comments

Comments
 (0)