diff --git a/Resources/translations/messages.fr.yml b/Resources/translations/messages.fr.yml new file mode 100644 index 0000000..6234b41 --- /dev/null +++ b/Resources/translations/messages.fr.yml @@ -0,0 +1,44 @@ +webburza_location: + ui: + locations: Localisations + location_types: Types de Localisation + new_location: Nouvelle localisation + edit_location: Modifer la localisation + new_location_type: Nouveau type de Localisation + edit_location_type: Modifier le type de Localisation + all_locations: Toutes les localisations + search_term: Nom, rue, adresse … + details: Détails + contact: Contact + open_in_gm: Ouvrir dans Google Map + back: Retour à toutes les localisations + form: + location: + translations: Traductions + images: Images + internal_name: Nom interne + phone: Téléphone + email: Courriel + latitude: Latitude + longitude: Longitude + location_type: Type + published: Publié + location_translation: + name: Nom + street_name: Rue + street_number: Numéro dans la rue + city: Ville + zip: Code postal + state: État + country: Pays + working_hours: Horaires d’ouverture + description: Déscription + meta_keywords: Meta keywords + meta_description: Meta description + location_image: + file: Fichier + location_type: + code: Code + translations: Traduction + location_type_translation: + name: Nom diff --git a/Resources/translations/validators.fr.yml b/Resources/translations/validators.fr.yml new file mode 100644 index 0000000..ee3b295 --- /dev/null +++ b/Resources/translations/validators.fr.yml @@ -0,0 +1,4 @@ +webburza_location: + general: + not_blank: Cette value ne peut pas être vide. + email_not_valid: Cette adresse de courriel n’est pas valide.