From 61a5fa81c89ca967ea1c3e569db3764113f8544a Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:20 +0100 Subject: [PATCH 1/5] New translations en_us.json (French) --- src/shared/i18n/fr_FR.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/i18n/fr_FR.json b/src/shared/i18n/fr_FR.json index a75ce3af..7d9119cf 100644 --- a/src/shared/i18n/fr_FR.json +++ b/src/shared/i18n/fr_FR.json @@ -40,6 +40,9 @@ "billing": "Facturation", "team": "Équipe" }, + "navigation": { + "build-history": "Build History" + }, "base": { "close": "Fermer", "save": "Enregistrer", @@ -59,7 +62,8 @@ "execution-failed": "Échec de l'exécution", "project-has-encountered-an-error": "Le projet a rencontré une erreur :", "project-saved": "Projet enregistré", - "your-project-has-be-saved-successfully": "Votre projet a été enregistré avec succès" + "your-project-has-be-saved-successfully": "Votre projet a été enregistré avec succès", + "view-history": "History" }, "home": { "invalid-preset": "Préréglage non valide", @@ -84,4 +88,4 @@ "scenarios": { "scenarios": "Scénarios" } -} +} \ No newline at end of file From 8eec8cfbebc2260ccea40a025cbc5d1c73e99890 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:21 +0100 Subject: [PATCH 2/5] New translations en_us.json (Spanish) --- src/shared/i18n/es_ES.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/i18n/es_ES.json b/src/shared/i18n/es_ES.json index a985f431..10de5959 100644 --- a/src/shared/i18n/es_ES.json +++ b/src/shared/i18n/es_ES.json @@ -40,6 +40,9 @@ "billing": "Billing", "team": "Team" }, + "navigation": { + "build-history": "Build History" + }, "base": { "close": "Close", "save": "Save", @@ -59,7 +62,8 @@ "execution-failed": "Execution failed", "project-has-encountered-an-error": "Project has encountered an error:", "project-saved": "Project saved", - "your-project-has-be-saved-successfully": "Your project has be saved successfully" + "your-project-has-be-saved-successfully": "Your project has be saved successfully", + "view-history": "History" }, "home": { "invalid-preset": "Invalid preset", @@ -84,4 +88,4 @@ "scenarios": { "scenarios": "Scenarios" } -} +} \ No newline at end of file From cabdc105dcf73ddeeecc61efdd8c66b48abd4073 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:22 +0100 Subject: [PATCH 3/5] New translations en_us.json (German) --- src/shared/i18n/de_DE.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/i18n/de_DE.json b/src/shared/i18n/de_DE.json index c9c753ad..bf8c7f2f 100644 --- a/src/shared/i18n/de_DE.json +++ b/src/shared/i18n/de_DE.json @@ -40,6 +40,9 @@ "billing": "Billing", "team": "Team" }, + "navigation": { + "build-history": "Build History" + }, "base": { "close": "Close", "save": "Save", @@ -59,7 +62,8 @@ "execution-failed": "Execution failed", "project-has-encountered-an-error": "Project has encountered an error:", "project-saved": "Project saved", - "your-project-has-be-saved-successfully": "Your project has be saved successfully" + "your-project-has-be-saved-successfully": "Your project has be saved successfully", + "view-history": "History" }, "home": { "invalid-preset": "Invalid preset", @@ -84,4 +88,4 @@ "scenarios": { "scenarios": "Scenarios" } -} +} \ No newline at end of file From c8c1b70285cfeddbadc2c03a8f8f65014c634783 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:24 +0100 Subject: [PATCH 4/5] New translations en_us.json (Chinese Simplified) --- src/shared/i18n/zh_CN.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/i18n/zh_CN.json b/src/shared/i18n/zh_CN.json index 949eccef..164b7825 100644 --- a/src/shared/i18n/zh_CN.json +++ b/src/shared/i18n/zh_CN.json @@ -40,6 +40,9 @@ "billing": "Billing", "team": "Team" }, + "navigation": { + "build-history": "Build History" + }, "base": { "close": "Close", "save": "Save", @@ -59,7 +62,8 @@ "execution-failed": "Execution failed", "project-has-encountered-an-error": "Project has encountered an error:", "project-saved": "Project saved", - "your-project-has-be-saved-successfully": "Your project has be saved successfully" + "your-project-has-be-saved-successfully": "Your project has be saved successfully", + "view-history": "History" }, "home": { "invalid-preset": "Invalid preset", @@ -84,4 +88,4 @@ "scenarios": { "scenarios": "Scenarios" } -} +} \ No newline at end of file From 9180acf8b03936db51f5fd46944494229ca1505e Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:25 +0100 Subject: [PATCH 5/5] New translations en_us.json (Portuguese, Brazilian) --- src/shared/i18n/pt_BR.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/shared/i18n/pt_BR.json b/src/shared/i18n/pt_BR.json index 571d2ef1..ad65eff7 100644 --- a/src/shared/i18n/pt_BR.json +++ b/src/shared/i18n/pt_BR.json @@ -40,6 +40,9 @@ "billing": "Billing", "team": "Team" }, + "navigation": { + "build-history": "Build History" + }, "base": { "close": "Close", "save": "Save", @@ -59,7 +62,8 @@ "execution-failed": "Execution failed", "project-has-encountered-an-error": "Project has encountered an error:", "project-saved": "Project saved", - "your-project-has-be-saved-successfully": "Your project has be saved successfully" + "your-project-has-be-saved-successfully": "Your project has be saved successfully", + "view-history": "History" }, "home": { "invalid-preset": "Invalid preset", @@ -84,4 +88,4 @@ "scenarios": { "scenarios": "Scenarios" } -} +} \ No newline at end of file