Skip to content

Commit

Permalink
feat(module:i18n): update missing fields in fr_FR(#2586) (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingjules authored and vthinkxie committed Jan 4, 2019
1 parent 6554cf5 commit c821d56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/i18n/languages/fr_FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default {
filterConfirm: 'OK',
filterReset: 'Réinitialiser',
emptyText: 'Aucune donnée',
selectAll: 'Tout sélectionner',
selectInvert: 'Inverser la sélection',
},
Modal: {
okText: 'OK',
Expand All @@ -33,4 +35,10 @@ export default {
Select: {
notFoundContent: 'Pas de résultat',
},
Upload: {
uploading: 'Téléversement en cours...',
removeFile: 'Supprimer',
uploadError: 'Erreur de téléversement',
previewFile: 'Afficher l\'aperçu du fichier',
},
};

0 comments on commit c821d56

Please sign in to comment.