Skip to content

Commit

Permalink
feat: Add contract type locales
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Feb 13, 2023
1 parent 13f6b88 commit 80ff505
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion packages/cozy-client/src/models/document/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"successful": {
"qualified_ok": "You just have successfully described your file! "
},

"items": {
"accommodation_proof": "Proof of accommodation",
"appliance_invoice": "Appliance invoice",
Expand Down Expand Up @@ -114,6 +113,15 @@
"work_quote": "Work quote",
"work_study": "Work & Study"
},
"attributes":{
"contractType": {
"cdi": "CDI",
"cdd": "CDD",
"alternate": "Alternate",
"internship": "Internship",
"other": "Other"
}
},
"themes": {
"activity": "Activities",
"family": "Family",
Expand Down
10 changes: 9 additions & 1 deletion packages/cozy-client/src/models/document/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"successful": {
"qualified_ok": "Vous venez de qualifier votre fichier avec succès !"
},

"items": {
"accommodation_proof": "Attestation d'hébergement",
"appliance_invoice": "Facture d'électroménager",
Expand Down Expand Up @@ -114,6 +113,15 @@
"work_quote": "Devis de travaux",
"work_study": "Travail & Études"
},
"attributes":{
"contractType": {
"cdi": "CDI",
"cdd": "CDD",
"alternate": "Alternance",
"internship": "Stage",
"other": "Autre"
}
},
"themes": {
"activity": "Activités & loisirs",
"family": "Famille",
Expand Down

0 comments on commit 80ff505

Please sign in to comment.