You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
9.1 KiB
1 line
9.1 KiB
1 month ago
|
{"version":3,"file":"fr.mjs","sources":["../../../../../packages/locale/lang/fr.ts"],"sourcesContent":["export default {\n name: 'fr',\n el: {\n breadcrumb: {\n label: `Fil d'Ariane`,\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'Effacer',\n defaultLabel: 'color picker',\n description:\n 'La couleur actuelle est {color}. Appuyer sur Entrée pour sélectionner une nouvelle couleur.',\n },\n datepicker: {\n now: 'Maintenant',\n today: 'Auj.',\n cancel: 'Annuler',\n clear: 'Effacer',\n confirm: 'OK',\n dateTablePrompt:\n 'Utiliser les touches fléchées et appuyer sur Entrée pour sélectionner le jour du mois',\n monthTablePrompt:\n 'Utiliser les touches fléchées et appuyer sur Entrée pour sélectionner le mois',\n yearTablePrompt:\n \"Utiliser les touches fléchées et appuyer sur Entrée pour sélectionner l'année\",\n selectedDate: 'Date sélectionnée',\n selectDate: 'Choisir date',\n selectTime: 'Choisir horaire',\n startDate: 'Date début',\n startTime: 'Horaire début',\n endDate: 'Date fin',\n endTime: 'Horaire fin',\n prevYear: 'Année précédente',\n nextYear: 'Année suivante',\n prevMonth: 'Mois précédent',\n nextMonth: 'Mois suivant',\n year: '', // In french, like in english, we don't say \"Année\" after the year number.\n month1: 'Janvier',\n month2: 'Février',\n month3: 'Mars',\n month4: 'Avril',\n month5: 'Mai',\n month6: 'Juin',\n month7: 'Juillet',\n month8: 'Août',\n month9: 'Septembre',\n month10: 'Octobre',\n month11: 'Novembre',\n month12: 'Décembre',\n week: 'Semaine',\n weeks: {\n sun: 'Dim',\n mon: 'Lun',\n tue: 'Mar',\n wed: 'Mer',\n thu: 'Jeu',\n fri: 'Ven',\n sat: 'Sam',\n },\n weeksFull: {\n sun: 'Dimanche',\n mon: 'Lundi',\n tue: 'Mardi',\n wed: 'Mercredi',\n thu: 'Jeudi',\n fri: 'Vendredi',\n sat: 'Samedi',\n },\n months: {\n jan: 'Jan',\n feb: 'Fév',\n mar: 'Mar',\n apr: 'Avr',\n may: 'Mai',\n jun: 'Jun',\n jul: 'Jul',\n aug: 'Aoû',\n sep: 'Sep',\n oct: 'Oct',\n nov: 'Nov',\n dec: 'Déc',\n },\n },\n inputNumber: {\n decrease: 'décrémenter',\n increase: 'incrémenter',\n },\n select: {\n loading: 'Chargement',\n noMatch: 'Aucune correspondance',\n noData: 'Aucune donnée',\n placeholder: 'Choisir',\n },\n mention: {\n loading: 'Chargement',\n },\n cascader: {\n noMatch: 'Aucune correspondance',\n loading: 'Chargement',\n placeholder: 'Choisir',\n noData: 'Aucune donnée',\n },\n pagination: {\n goto: 'Aller à',\n pagesize: '/page',\n total: 'Total {total}',\n pageClassifier: '',\n page: 'Page',\n prev: 'Aller à la page précédente',\n next: 'Aller à la page suivante',\n currentPage: 'page {pager}',\n prevPages: '{pager} pages précédentes',\n nextPages: '{pager} pages suivantes',\n deprecationWarning:\n 'Utilisations obsolètes détectées, veuillez vous référer à la documentation el-pagination pour plus de détails',\n },\n dialog: {\n close: 'Fermer la boîte de dialogue',\n },\n drawer: {\n close: 'Fermer la boîte de dialogue',\n },\n messagebox: {\n title: 'Message',\n confirm: 'Confirmer',\n cancel: 'Annuler',\n error: 'Erreur',\n close: 'Fermer la boîte de dialogue',\n },\n upload: {\n deleteTip: 'Cliquer sur supprimer pour retirer le fichier',\n delete: 'Supprimer',\n preview: 'Aperçu',\n continue: 'Continuer',\n },\n slider: {\n defaultLabel: 'curseur entre {min} et {max}',\n defaultRangeStartLabel: 'choisir la valeur de départ',\n defaultRangeEndLabel: 'sélectionner la
|