From 61a5fa81c89ca967ea1c3e569db3764113f8544a Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Mon, 1 Dec 2025 15:33:20 +0100 Subject: [PATCH 01/10] 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 02/10] 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 03/10] 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 04/10] 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 05/10] 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 From 9645d528f8219338e169c4d81854fe650768838d Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Wed, 21 Jan 2026 20:34:42 +0100 Subject: [PATCH 06/10] New translations en_us.json (French) --- src/shared/i18n/fr_FR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/i18n/fr_FR.json b/src/shared/i18n/fr_FR.json index 7d9119cf..167b0216 100644 --- a/src/shared/i18n/fr_FR.json +++ b/src/shared/i18n/fr_FR.json @@ -78,11 +78,11 @@ "create-project": "Créer un projet", "duplicate-project": "Dupliquer le projet", "project-name": "Nom du projet", - "new-project-1": "Nouveau projet", + "new-project": "Nouveau projet", + "new-pipeline": "New pipeline", "open": "Ouvrir", - "new-project-0": "Nouveau projet", + "import": "Import", "your-projects": "Vos projets", - "new-project": "Nouveau projet", "no-projects-yet": "Aucun projet jusqu’à présent" }, "scenarios": { From 27fe1eea3649f4fef6ab7ca712368bab0a59c61a Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Wed, 21 Jan 2026 20:34:43 +0100 Subject: [PATCH 07/10] New translations en_us.json (Spanish) --- src/shared/i18n/es_ES.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/i18n/es_ES.json b/src/shared/i18n/es_ES.json index 10de5959..5261329c 100644 --- a/src/shared/i18n/es_ES.json +++ b/src/shared/i18n/es_ES.json @@ -78,11 +78,11 @@ "create-project": "Create project", "duplicate-project": "Duplicate project", "project-name": "Project Name", - "new-project-1": "New Project", + "new-project": "New Project", + "new-pipeline": "New pipeline", "open": "Open", - "new-project-0": "New Project", + "import": "Import", "your-projects": "Your projects", - "new-project": "New Project", "no-projects-yet": "No projects yet" }, "scenarios": { From 136882b73011968383075c5a59555014891254a1 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Wed, 21 Jan 2026 20:34:44 +0100 Subject: [PATCH 08/10] New translations en_us.json (German) --- src/shared/i18n/de_DE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/i18n/de_DE.json b/src/shared/i18n/de_DE.json index bf8c7f2f..f0017824 100644 --- a/src/shared/i18n/de_DE.json +++ b/src/shared/i18n/de_DE.json @@ -78,11 +78,11 @@ "create-project": "Create project", "duplicate-project": "Duplicate project", "project-name": "Project Name", - "new-project-1": "New Project", + "new-project": "New Project", + "new-pipeline": "New pipeline", "open": "Open", - "new-project-0": "New Project", + "import": "Import", "your-projects": "Your projects", - "new-project": "New Project", "no-projects-yet": "No projects yet" }, "scenarios": { From 6102996fb4731db10ad574b8ab4978195cdf5bb6 Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Wed, 21 Jan 2026 20:34:45 +0100 Subject: [PATCH 09/10] New translations en_us.json (Chinese Simplified) --- src/shared/i18n/zh_CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/i18n/zh_CN.json b/src/shared/i18n/zh_CN.json index 164b7825..c98c98c2 100644 --- a/src/shared/i18n/zh_CN.json +++ b/src/shared/i18n/zh_CN.json @@ -78,11 +78,11 @@ "create-project": "Create project", "duplicate-project": "Duplicate project", "project-name": "Project Name", - "new-project-1": "New Project", + "new-project": "New Project", + "new-pipeline": "New pipeline", "open": "Open", - "new-project-0": "New Project", + "import": "Import", "your-projects": "Your projects", - "new-project": "New Project", "no-projects-yet": "No projects yet" }, "scenarios": { From d7ceceaf49e9ed1cb1e4f152b47e4fc9fc253c3e Mon Sep 17 00:00:00 2001 From: Quentin Goinaud Date: Wed, 21 Jan 2026 20:34:46 +0100 Subject: [PATCH 10/10] New translations en_us.json (Portuguese, Brazilian) --- src/shared/i18n/pt_BR.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/i18n/pt_BR.json b/src/shared/i18n/pt_BR.json index ad65eff7..484f4df7 100644 --- a/src/shared/i18n/pt_BR.json +++ b/src/shared/i18n/pt_BR.json @@ -78,11 +78,11 @@ "create-project": "Create project", "duplicate-project": "Duplicate project", "project-name": "Project Name", - "new-project-1": "New Project", + "new-project": "New Project", + "new-pipeline": "New pipeline", "open": "Open", - "new-project-0": "New Project", + "import": "Import", "your-projects": "Your projects", - "new-project": "New Project", "no-projects-yet": "No projects yet" }, "scenarios": {