Skip to content

Commit eafb386

Browse files
committed
Merge branch 'PooLP-dev' into dev
2 parents 50a3605 + 3a5d0e0 commit eafb386

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

src/loc/fr-fr.ts

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
declare var define: any;
2+
3+
define([], () => {
4+
return {
5+
'SiteBreadcrumbLabel': 'Fil d\'Ariane',
6+
7+
'ListViewGroupEmptyLabel': 'Vide',
8+
9+
'WebPartTitlePlaceholder': 'Titre du WebPart',
10+
'WebPartTitleLabel': 'Ajouter un titre',
11+
12+
"DateTime": {
13+
"L_RelativeDateTime_AFewSecondsFuture": "Dans quelques secondes",
14+
"L_RelativeDateTime_AFewSeconds": "Il ya quelques secondes",
15+
"L_RelativeDateTime_AboutAMinuteFuture": "Dans environ une minute",
16+
"L_RelativeDateTime_AboutAMinute": "Il y a environ une minute",
17+
"L_RelativeDateTime_XMinutesFuture": "Dans {0} minute||Dans {0} minutes",
18+
"L_RelativeDateTime_XMinutes": "Il y a {0} minute||Il y a {0} minutes",
19+
"L_RelativeDateTime_XMinutesFutureIntervals": "1||2-",
20+
"L_RelativeDateTime_XMinutesIntervals": "1||2-",
21+
"L_RelativeDateTime_AboutAnHourFuture": "Dans environ une heure",
22+
"L_RelativeDateTime_AboutAnHour": "Il y a à peu près une heure",
23+
"L_RelativeDateTime_Tomorrow": "Demain",
24+
"L_RelativeDateTime_Yesterday": "Hier",
25+
"L_RelativeDateTime_TomorrowAndTime": "Demain à {0}",
26+
"L_RelativeDateTime_YesterdayAndTime": "Hier à {0}",
27+
"L_RelativeDateTime_XHoursFuture": "Dans {0} heure||Dans {0} heures",
28+
"L_RelativeDateTime_XHours": "Il y a {0} heure||Il y a {0} heures",
29+
"L_RelativeDateTime_XHoursFutureIntervals": "1||2-",
30+
"L_RelativeDateTime_XHoursIntervals": "1||2-",
31+
"L_RelativeDateTime_DayAndTime": "{0} à {1}",
32+
"L_RelativeDateTime_XDaysFuture": "{0} jours à partir de maintenant || {0} jours à partir de maintenant",
33+
"L_RelativeDateTime_XDays": "Il y a {0} jour||Il y a {0} jours",
34+
"L_RelativeDateTime_XDaysFutureIntervals": "1||2-",
35+
"L_RelativeDateTime_XDaysIntervals": "1||2-",
36+
"L_RelativeDateTime_Today": "Aujourd'hui"
37+
},
38+
"SendEmailTo": "Envoyer un email à {0}",
39+
"StartChatWith": "Démarrer une discussion avec {0}",
40+
"Contact": "Contact",
41+
"UpdateProfile": "Mettre à jour votre profil",
42+
43+
"TaxonomyPickerNoTerms": "L'ensemble de termes ne contient aucun terme",
44+
"TaxonomyPickerExpandTitle": "Développer cet ensemble de termes",
45+
"TaxonomyPickerMenuTermSet": "Menu pour l'ensemble de termes",
46+
"TaxonomyPickerInLabel": "dans",
47+
"TaxonomyPickerTermSetLabel": "Ensemble de termes",
48+
49+
peoplePickerComponentTooltipMessage: "Sélecteur de personnes",
50+
peoplePickerComponentErrorMessage: "Le sélecteur de personnes est obligatoire",
51+
peoplePickerComponentTitleText: "Choisissez l'utilisateur(s)",
52+
peoplePickerSuggestionsHeaderText: 'Personnes suggérées',
53+
peoplePickerNoResultsFoundText: 'Aucun résultat trouvé',
54+
peoplePickerLoadingText: 'Chargement'
55+
};
56+
});
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
define([], function() {
2+
return {
3+
'PropertyPaneDescription': 'Description',
4+
'BasicGroupName': 'Nom du groupe',
5+
'DescriptionFieldLabel': 'Champ Description'
6+
}
7+
});

0 commit comments

Comments
 (0)