Explorar el Código

ajout de traduction

Vincent GUFFON hace 4 años
padre
commit
c9ea852c24
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. 1 0
      lang/field/fr-FR.js
  2. 3 0
      lang/form/fr-FR.js

+ 1 - 0
lang/field/fr-FR.js

@@ -66,5 +66,6 @@ export default (context, locale) => {
     postalCode: "Code postal",
     addressCity: "Ville",
     country: "Pays",
+    addresstype: "Nature",
   })
 }

+ 3 - 0
lang/form/fr-FR.js

@@ -11,6 +11,9 @@ export default (context, locale) => {
     save_and_quit: 'Sauvegarder et quitter le formulaire',
     back_to_form: 'Retourner au formulaire',
     attention: 'Attention',
+    updateMap: 'Mise à jour de la carte',
+    start_your_research: 'Commencer à écrire pour rechercher...',
+    no_coordinate_corresponding: "Aucune coordonnées GPS ne correspondent à votre adresse",
     quit_without_saving_warning: 'Vous souhaitez quitter ce formulaire sans avoir enregistré',
   })
 }