Pharmacy ok
This commit is contained in:
parent
9b55962767
commit
81497e2fec
File diff suppressed because one or more lines are too long
|
@ -53,5 +53,6 @@
|
||||||
"envoieCashVersCarteAgent": "envoieCashVersCarteAgent",
|
"envoieCashVersCarteAgent": "envoieCashVersCarteAgent",
|
||||||
"envoiCashVersCashAgent": "envoiCashVersCashAgent",
|
"envoiCashVersCashAgent": "envoiCashVersCashAgent",
|
||||||
"modifyIdentificationUser": "modifyIdentificationUser",
|
"modifyIdentificationUser": "modifyIdentificationUser",
|
||||||
"createGroupNanoCredit": "createGroupNanoCredit"
|
"createGroupNanoCredit": "createGroupNanoCredit",
|
||||||
|
"groupNanoCredit": "groupNanoCredit"
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,6 +105,8 @@
|
||||||
"ERROR_CREATION_GROUP": "Creation error",
|
"ERROR_CREATION_GROUP": "Creation error",
|
||||||
"CREATE_GROUP": "Create group",
|
"CREATE_GROUP": "Create group",
|
||||||
"MANAGE_GROUP": "Manage group",
|
"MANAGE_GROUP": "Manage group",
|
||||||
|
"VALIDATION_DEMAND": "Validation request",
|
||||||
|
"DELETE_DEMAND": "Deletion request",
|
||||||
"GROUP_INFOS": "Fill in the group information",
|
"GROUP_INFOS": "Fill in the group information",
|
||||||
"NOM_GROUP": "Group name",
|
"NOM_GROUP": "Group name",
|
||||||
"LIMIT_OF_CREDIT": "Credit limit",
|
"LIMIT_OF_CREDIT": "Credit limit",
|
||||||
|
@ -364,6 +366,8 @@
|
||||||
"DELETE": "Delete",
|
"DELETE": "Delete",
|
||||||
"FREE": "Available",
|
"FREE": "Available",
|
||||||
"SAVED": "Registered",
|
"SAVED": "Registered",
|
||||||
|
"CREATE": "Create",
|
||||||
|
"JOIN": "Join",
|
||||||
"PROFILE_PICTURE": "Profile picture",
|
"PROFILE_PICTURE": "Profile picture",
|
||||||
"FRONT_FACE_CB": "CB front side",
|
"FRONT_FACE_CB": "CB front side",
|
||||||
"BACK_FACE_CB": "CB back side",
|
"BACK_FACE_CB": "CB back side",
|
||||||
|
|
|
@ -107,6 +107,8 @@
|
||||||
"FEES_AND_TAXES": "Frais et taxes",
|
"FEES_AND_TAXES": "Frais et taxes",
|
||||||
"CREATE_GROUP": "Créer un groupe",
|
"CREATE_GROUP": "Créer un groupe",
|
||||||
"MANAGE_GROUP": "Gérer le groupe",
|
"MANAGE_GROUP": "Gérer le groupe",
|
||||||
|
"VALIDATION_DEMAND": "Demandes de validation",
|
||||||
|
"DELETE_DEMAND": "Demande de suppression",
|
||||||
"GROUP_INFOS": "Renseigner les informations du groupe",
|
"GROUP_INFOS": "Renseigner les informations du groupe",
|
||||||
"SUCCESS_CREATION_GROUP": "Informations sur la création",
|
"SUCCESS_CREATION_GROUP": "Informations sur la création",
|
||||||
"ERROR_CREATION_GROUP": "Erreur de création",
|
"ERROR_CREATION_GROUP": "Erreur de création",
|
||||||
|
@ -368,6 +370,8 @@
|
||||||
"DELETE": "Supprimer",
|
"DELETE": "Supprimer",
|
||||||
"FREE": "disponibles",
|
"FREE": "disponibles",
|
||||||
"SAVED": "enregistrés",
|
"SAVED": "enregistrés",
|
||||||
|
"CREATE": "Créer",
|
||||||
|
"JOIN": "Rejoindre",
|
||||||
"PROFILE_PICTURE": "Photo de profil",
|
"PROFILE_PICTURE": "Photo de profil",
|
||||||
"FRONT_FACE_CB": "Face avant CB",
|
"FRONT_FACE_CB": "Face avant CB",
|
||||||
"BACK_FACE_CB": "Face arrière CB",
|
"BACK_FACE_CB": "Face arrière CB",
|
||||||
|
|
Loading…
Reference in New Issue