Skip to content

Commit

Permalink
feat(ExpandedAttributes): Add some locales
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Mar 29, 2023
1 parent 910ff05 commit 6fbcfe4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions react/MuiCozyTheme/ListItem/locales/en.json
Expand Up @@ -2,9 +2,12 @@
"ListItem": {
"attributes": {
"birthday": "Birthday",
"birthcity": "Birth city",
"address": "Address",
"email": "Email address",
"phone": "Phone number",
"company": "Company",
"jobTitle": "Job title",
"metadata": {
"datetime": "Added on",
"AObtentionDate": "License A, delivered on",
Expand All @@ -21,9 +24,15 @@
"refTaxIncome": "Reference tax income",
"contractType": "Contract type",
"noticePeriod": "Expiration alert",
"cafFileNumber": "CAF file number",
"vinNumber": "Vehicle registration number (VIN)",
"cardNumber": "National ID card number",
"ibanNumber": "IBAN number",
"passportNumber": "Passport number",
"number": {
"driver_license": "License number",
"caf": "CAF file number",
"payment_proof_family_allowance": "CAF file number",
"vehicle_registration": "Vehicle registration number (VIN)",
"national_id_card": "National ID card number",
"bank_details": "IBAN number",
Expand Down
11 changes: 10 additions & 1 deletion react/MuiCozyTheme/ListItem/locales/fr.json
Expand Up @@ -2,9 +2,12 @@
"ListItem": {
"attributes": {
"birthday": "Date de naissance",
"birthcity": "Lieu de naissance",
"address": "Adresse",
"email": "Adresse e-mail",
"phone": "Numéro de téléphone",
"company": "Entreprise",
"jobTitle": "Fonction",
"metadata": {
"datetime": "Ajouté le",
"AObtentionDate": "Permis A, délivré le",
Expand All @@ -19,11 +22,17 @@
"date": "Date du document",
"country": "Pays de délivrance",
"refTaxIncome": "Revenu fiscal de référence",
"contractType": "Type de contat",
"contractType": "Type de contrat",
"noticePeriod": "Alerte d’expiration",
"cafFileNumber": "Numéro de dossier CAF",
"vinNumber": "Numéro de la carte grise (VIN)",
"cardNumber": "Numéro de la carte d'identité",
"ibanNumber": "Numéro d'IBAN",
"passportNumber": "Numéro du passeport",
"number": {
"driver_license": "Numéro du permis",
"caf": "Numéro de dossier CAF",
"payment_proof_family_allowance": "Numéro de dossier CAF",
"vehicle_registration": "Numéro de la carte grise (VIN)",
"national_id_card": "Numéro de la carte d'identité",
"bank_details": "Numéro d'IBAN",
Expand Down

0 comments on commit 6fbcfe4

Please sign in to comment.