aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/js/i18n/locales/fr.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/src/js/i18n/locales/fr.js')
-rw-r--r--htdocs/src/js/i18n/locales/fr.js24
1 files changed, 24 insertions, 0 deletions
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;