feat(directory) : add i18n keys for contacts, addresses, reports tabs
This commit is contained in:
@@ -425,7 +425,8 @@
|
|||||||
"day": "Jour",
|
"day": "Jour",
|
||||||
"weekShort": "Sem.",
|
"weekShort": "Sem.",
|
||||||
"submit": "Soumettre",
|
"submit": "Soumettre",
|
||||||
"close": "Fermer"
|
"close": "Fermer",
|
||||||
|
"back": "Retour"
|
||||||
},
|
},
|
||||||
"gitea": {
|
"gitea": {
|
||||||
"settings": {
|
"settings": {
|
||||||
@@ -934,7 +935,10 @@
|
|||||||
"title": "Répertoire",
|
"title": "Répertoire",
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"clients": "Clients",
|
"clients": "Clients",
|
||||||
"prospects": "Prospects"
|
"prospects": "Prospects",
|
||||||
|
"contact": "Contact",
|
||||||
|
"address": "Adresse",
|
||||||
|
"report": "Rapport"
|
||||||
},
|
},
|
||||||
"clients": {
|
"clients": {
|
||||||
"add": "Ajouter un client",
|
"add": "Ajouter un client",
|
||||||
@@ -944,6 +948,57 @@
|
|||||||
"add": "Ajouter un prospect",
|
"add": "Ajouter un prospect",
|
||||||
"empty": "Aucun prospect trouvé.",
|
"empty": "Aucun prospect trouvé.",
|
||||||
"allStatuses": "Tous les statuts"
|
"allStatuses": "Tous les statuts"
|
||||||
|
},
|
||||||
|
"contacts": {
|
||||||
|
"add": "Ajouter un contact",
|
||||||
|
"item": "Contact {n}",
|
||||||
|
"saved": "Contact enregistré.",
|
||||||
|
"deleted": "Contact supprimé.",
|
||||||
|
"fields": {
|
||||||
|
"lastName": "Nom",
|
||||||
|
"firstName": "Prénom",
|
||||||
|
"jobTitle": "Fonction",
|
||||||
|
"email": "Email",
|
||||||
|
"phonePrimary": "Téléphone",
|
||||||
|
"phoneSecondary": "Téléphone secondaire"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"addresses": {
|
||||||
|
"add": "Ajouter une adresse",
|
||||||
|
"item": "Adresse {n}",
|
||||||
|
"saved": "Adresse enregistrée.",
|
||||||
|
"deleted": "Adresse supprimée.",
|
||||||
|
"fields": {
|
||||||
|
"label": "Libellé",
|
||||||
|
"street": "Rue",
|
||||||
|
"streetComplement": "Complément",
|
||||||
|
"postalCode": "Code postal",
|
||||||
|
"city": "Ville"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reports": {
|
||||||
|
"add": "Ajouter un compte-rendu",
|
||||||
|
"empty": "Aucun compte-rendu.",
|
||||||
|
"saved": "Compte-rendu enregistré.",
|
||||||
|
"deleted": "Compte-rendu supprimé.",
|
||||||
|
"fields": {
|
||||||
|
"subject": "Objet",
|
||||||
|
"type": "Type d'échange",
|
||||||
|
"occurredAt": "Date",
|
||||||
|
"body": "Compte-rendu"
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"call": "Appel",
|
||||||
|
"meeting": "Rendez-vous",
|
||||||
|
"email": "Email",
|
||||||
|
"note": "Note"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"documents": {
|
||||||
|
"add": "Joindre un document",
|
||||||
|
"uploading": "Envoi…",
|
||||||
|
"empty": "Aucun document.",
|
||||||
|
"deleted": "Document supprimé."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user