diff options
Diffstat (limited to 'htdocs/src/js/i18n/locales/fr.js')
| -rw-r--r-- | htdocs/src/js/i18n/locales/fr.js | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/htdocs/src/js/i18n/locales/fr.js b/htdocs/src/js/i18n/locales/fr.js deleted file mode 100644 index 9c93012..0000000 --- a/htdocs/src/js/i18n/locales/fr.js +++ /dev/null @@ -1,36 +0,0 @@ -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 (description, technologies, dépôts).", - project: { - details: { - about: 'À propos de {{name}}', - repo: { - one: 'Dépôt :', - other: 'Dépôts :', - zero: 'Dépôt :', - }, - tech: { - one: 'Technologie :', - other: 'Technologies :', - zero: 'Technologie :', - }, - }, - }, - }, - footer: { - legalNotice: { - txt: 'Mentions légales', - link: 'mentions-legales.html', - }, - license: 'Licence MIT', - }, -}; - -export default fr; |
