diff --git a/crabfit-frontend/public/i18n/de/common.json b/crabfit-frontend/public/i18n/de/common.json index eba39b1..8397737 100644 --- a/crabfit-frontend/public/i18n/de/common.json +++ b/crabfit-frontend/public/i18n/de/common.json @@ -54,5 +54,13 @@ "language": { "label": "Sprache" } + }, + "update": { + "heading": "Crab Fit wurde aktualisiert", + "body": "Eine neue Version von Crab Fit ist verfügbar, die Updates, Fixes und neue Funktionen enthält.", + "buttons": { + "close": "Entlassen", + "reload": "Neu laden" + } } } diff --git a/crabfit-frontend/public/i18n/en-GB/common.json b/crabfit-frontend/public/i18n/en-GB/common.json index 27bfa42..4012234 100644 --- a/crabfit-frontend/public/i18n/en-GB/common.json +++ b/crabfit-frontend/public/i18n/en-GB/common.json @@ -54,5 +54,13 @@ "language": { "label": "Language" } + }, + "update": { + "heading": "Crab Fit has been updated", + "body": "A new version of Crab Fit is available, which includes updates, fixes, and new features.", + "buttons": { + "close": "Close", + "reload": "Reload" + } } } diff --git a/crabfit-frontend/public/i18n/es/common.json b/crabfit-frontend/public/i18n/es/common.json index 87e4a1d..a78be99 100644 --- a/crabfit-frontend/public/i18n/es/common.json +++ b/crabfit-frontend/public/i18n/es/common.json @@ -54,5 +54,13 @@ "language": { "label": "Idioma" } + }, + "update": { + "heading": "Se ha actualizado Crab Fit", + "body": "Está disponible una nueva versión de Crab Fit, que incluye actualizaciones, correcciones y nuevas funciones.", + "buttons": { + "close": "Cerca", + "reload": "Recargar" + } } } diff --git a/crabfit-frontend/public/i18n/fr/common.json b/crabfit-frontend/public/i18n/fr/common.json index 57b2c9f..735dbac 100644 --- a/crabfit-frontend/public/i18n/fr/common.json +++ b/crabfit-frontend/public/i18n/fr/common.json @@ -54,5 +54,13 @@ "language": { "label": "Langue" } + }, + "update": { + "heading": "Crab Fit a été mis à jour", + "body": "Une nouvelle version de Crab Fit est disponible, qui comprend des mises à jour, des correctifs et de nouvelles fonctionnalités.", + "buttons": { + "close": "Fermer", + "reload": "Recharger" + } } } diff --git a/crabfit-frontend/public/i18n/hi/common.json b/crabfit-frontend/public/i18n/hi/common.json index 5119a2c..ff565fb 100644 --- a/crabfit-frontend/public/i18n/hi/common.json +++ b/crabfit-frontend/public/i18n/hi/common.json @@ -54,5 +54,13 @@ "language": { "label": "भाषा" } + }, + "update": { + "heading": "एक अपडेट है", + "body": "एक नया संस्करण उपलब्ध है, जिसमें अपडेट, सुधार और नई सुविधाएं शामिल हैं।", + "buttons": { + "close": "खारिज", + "reload": "पुनः लोड करें" + } } } diff --git a/crabfit-frontend/public/i18n/id/common.json b/crabfit-frontend/public/i18n/id/common.json index a5d31ce..8623dc9 100644 --- a/crabfit-frontend/public/i18n/id/common.json +++ b/crabfit-frontend/public/i18n/id/common.json @@ -54,5 +54,13 @@ "language": { "label": "Bahasa" } + }, + "update": { + "heading": "Crab Fit telah diperbarui", + "body": "Versi baru Crab Fit tersedia, yang mencakup pembaruan, perbaikan, dan fitur baru.", + "buttons": { + "close": "Menutup", + "reload": "Muat ulang" + } } } diff --git a/crabfit-frontend/public/i18n/ko/common.json b/crabfit-frontend/public/i18n/ko/common.json index 8c97f1d..cedfca7 100644 --- a/crabfit-frontend/public/i18n/ko/common.json +++ b/crabfit-frontend/public/i18n/ko/common.json @@ -54,5 +54,13 @@ "language": { "label": "언어" } + }, + "update": { + "heading": "새 업데이트가 있습니다", + "body": "업데이트, 수정 및 새 기능이 포함된 새 버전을 사용할 수 있습니다.", + "buttons": { + "close": "닫다", + "reload": "다시 로드합니다" + } } } diff --git a/crabfit-frontend/public/i18n/ru/common.json b/crabfit-frontend/public/i18n/ru/common.json index 6d6a627..3b1f04c 100644 --- a/crabfit-frontend/public/i18n/ru/common.json +++ b/crabfit-frontend/public/i18n/ru/common.json @@ -54,5 +54,13 @@ "language": { "label": "Язык" } + }, + "update": { + "heading": "Crab Fit обновлен", + "body": "Доступна новая версия Crab Fit, которая включает обновления, исправления и новые функции.", + "buttons": { + "close": "Закрыть", + "reload": "Перезагрузить" + } } }