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.

19 lines
411 B

  1. export default {
  2. continue: 'Continuer',
  3. yes: 'Oui',
  4. save: 'Enregistrer',
  5. edit: 'Éditer',
  6. create: 'Créer',
  7. cancel: 'Annuler',
  8. upload: 'Télécharger',
  9. add: 'Ajouter',
  10. delete: 'Supprimer',
  11. search: 'Recherchez',
  12. name: 'Nom',
  13. import: 'Importer',
  14. export: 'Exporter',
  15. signOut: 'Déconnexion',
  16. description: 'Description',
  17. type: 'Type',
  18. loading: 'Chargement... veuillez patienter'
  19. }