blob: f44d45985b0f8ed12ec73530d4ca4954cdbf7e14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
|