-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from SquareInnov/patch-1
ADD french translation
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
odiseo_sylius_vendor_plugin: | ||
ui: | ||
vendor: Fournisseur | ||
vendors: Fournisseurs | ||
edit_vendor: Modifier fournisseur | ||
new_vendor: Nouveau fournisseur | ||
profile: Profil | ||
manage_vendors: Gérer les fournisseurss | ||
menu: | ||
admin: | ||
vendors: Fournisseurs | ||
form: | ||
product: | ||
select_vendor: Sélectionner un fournisseur | ||
vendor: | ||
slug: Slug | ||
email: Email | ||
translations: Traductions | ||
description: Description | ||
logo: Logo | ||
channels: Channels | ||
extra_emails: Extra emails |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
odiseo_sylius_vendor_plugin: | ||
vendor: | ||
slug: | ||
unique: Il existe déjà un fournisseur avec ce slug. | ||
not_blank: Le slug ne peux pas être null. | ||
min_length: Le slug doit contenir au minimum {{ limit }} caractères. | ||
max_length: Le slug doit contenir au maximum {{ limit }} caractères. | ||
name: | ||
unique: Il existe déjà un fournisseur avec ce nom. | ||
not_blank: Le nom ne peut pas être null. | ||
min_length: Le nom doit contenir au minimum {{ limit }} caractères. | ||
max_length: Le nom doit contenir au maximum {{ limit }} caractères. | ||
email: | ||
invalid: Cette adresse email est invalide. | ||
unique: Cette adresse email est déjà utilisée. | ||
not_blank: L''adresse email ne peut pas être nulle. | ||
min_length: L''email doit contenir au minimum {{ limit }} caractères. | ||
max_length: L''email doit contenir au maximum {{ limit }} caractères. | ||
logo_file: | ||
not_blank: Le logo ne peut pas être null. | ||
vendor_translation: | ||
description: | ||
not_blank: La description ne peut pas être nulle. | ||
product: | ||
vendor: | ||
not_blank: Veuillez sélectionner un fournisseur. |