From ed9f269a78062f0d9a805b91b95fff5f479098ac Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 26 Oct 2021 21:54:36 +0200 Subject: feat: translate the app - two locales available: fr and en --- htdocs/src/js/i18n/locales/fr.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 htdocs/src/js/i18n/locales/fr.js (limited to 'htdocs/src/js/i18n/locales/fr.js') diff --git a/htdocs/src/js/i18n/locales/fr.js b/htdocs/src/js/i18n/locales/fr.js new file mode 100644 index 0000000..f44d459 --- /dev/null +++ b/htdocs/src/js/i18n/locales/fr.js @@ -0,0 +1,24 @@ +const fr = { + branding: { + description: 'Intégrateur web', + }, + nav: { + title: 'Liste des applications :', + }, + main: { + instructions: + "Sélectionnez une application dans le menu pour afficher un aperçu en direct et les informations sur l'application.", + project: { + details: { + about: 'À propos de {{name}}', + repo: 'Dépôts :', + tech: 'Technologies :', + }, + }, + }, + footer: { + license: 'Licence MIT', + }, +}; + +export default fr; -- cgit v1.2.3