Skip to content

Commit

Permalink
fix: Update french locale with missing messages (#30436)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicUV committed May 8, 2021
1 parent 11b7676 commit 063a3f9
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions components/locale/fr_FR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ const localeValues: Locale = {
filterTitle: 'Filtrer',
filterConfirm: 'OK',
filterReset: 'Réinitialiser',
filterEmptyText: 'Aucun filtre',
emptyText: 'Aucune donnée',
selectAll: 'Sélectionner la page actuelle',
selectInvert: 'Inverser la sélection de la page actuelle',
selectNone: 'Désélectionner toutes les données',
selectionAll: 'Sélectionner toutes les données',
sortTitle: 'Trier',
expand: 'Développer la ligne',
Expand All @@ -37,12 +40,16 @@ const localeValues: Locale = {
cancelText: 'Annuler',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Rechercher',
itemUnit: 'élément',
itemsUnit: 'éléments',
},
Empty: {
description: 'Aucune donnée',
remove: 'Désélectionner',
selectCurrent: 'Sélectionner la page actuelle',
removeCurrent: 'Désélectionner la page actuelle',
selectAll: 'Sélectionner toutes les données',
removeAll: 'Désélectionner toutes les données',
selectInvert: 'Inverser la sélection de la page actuelle',
},
Upload: {
uploading: 'Téléchargement...',
Expand All @@ -51,6 +58,12 @@ const localeValues: Locale = {
previewFile: 'Fichier de prévisualisation',
downloadFile: 'Télécharger un fichier',
},
Empty: {
description: 'Aucune donnée',
},
Icon: {
icon: 'icône',
},
Text: {
edit: 'Éditer',
copy: 'Copier',
Expand Down Expand Up @@ -110,6 +123,9 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: 'Aperçu',
},
};

export default localeValues;

0 comments on commit 063a3f9

Please sign in to comment.