feat(directory) : add i18n keys for contacts, addresses, reports tabs
This commit is contained in:
@@ -425,7 +425,8 @@
|
||||
"day": "Jour",
|
||||
"weekShort": "Sem.",
|
||||
"submit": "Soumettre",
|
||||
"close": "Fermer"
|
||||
"close": "Fermer",
|
||||
"back": "Retour"
|
||||
},
|
||||
"gitea": {
|
||||
"settings": {
|
||||
@@ -934,7 +935,10 @@
|
||||
"title": "Répertoire",
|
||||
"tabs": {
|
||||
"clients": "Clients",
|
||||
"prospects": "Prospects"
|
||||
"prospects": "Prospects",
|
||||
"contact": "Contact",
|
||||
"address": "Adresse",
|
||||
"report": "Rapport"
|
||||
},
|
||||
"clients": {
|
||||
"add": "Ajouter un client",
|
||||
@@ -944,6 +948,57 @@
|
||||
"add": "Ajouter un prospect",
|
||||
"empty": "Aucun prospect trouvé.",
|
||||
"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