Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/shared/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"billing": "Billing",
"team": "Team"
},
"navigation": {
"build-history": "Build History"
},
"base": {
"close": "Close",
"save": "Save",
Expand All @@ -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",
Expand All @@ -84,4 +88,4 @@
"scenarios": {
"scenarios": "Scenarios"
}
}
}
8 changes: 6 additions & 2 deletions src/shared/i18n/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"billing": "Billing",
"team": "Team"
},
"navigation": {
"build-history": "Build History"
},
"base": {
"close": "Close",
"save": "Save",
Expand All @@ -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",
Expand All @@ -84,4 +88,4 @@
"scenarios": {
"scenarios": "Scenarios"
}
}
}
8 changes: 6 additions & 2 deletions src/shared/i18n/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"billing": "Facturation",
"team": "Équipe"
},
"navigation": {
"build-history": "Build History"
},
"base": {
"close": "Fermer",
"save": "Enregistrer",
Expand All @@ -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",
Expand All @@ -84,4 +88,4 @@
"scenarios": {
"scenarios": "Scénarios"
}
}
}
8 changes: 6 additions & 2 deletions src/shared/i18n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"billing": "Billing",
"team": "Team"
},
"navigation": {
"build-history": "Build History"
},
"base": {
"close": "Close",
"save": "Save",
Expand All @@ -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",
Expand All @@ -84,4 +88,4 @@
"scenarios": {
"scenarios": "Scenarios"
}
}
}
8 changes: 6 additions & 2 deletions src/shared/i18n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"billing": "Billing",
"team": "Team"
},
"navigation": {
"build-history": "Build History"
},
"base": {
"close": "Close",
"save": "Save",
Expand All @@ -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",
Expand All @@ -84,4 +88,4 @@
"scenarios": {
"scenarios": "Scenarios"
}
}
}
Loading