Skip to content

Commit

Permalink
feat: Add translation for MesPapiers app
Browse files Browse the repository at this point in the history
When creating a paper, the UI of the step to define
a "notice period" before being alerted of the expiration
of its document changes.
Its translations were carried by the app,
but with the new reworked UI coming from "contract types",
the new translations make more sense here.
  • Loading branch information
Merkur39 committed Apr 16, 2024
1 parent 3e67cae commit 419bc24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/cozy-client/src/models/document/locales/en.json
Expand Up @@ -134,6 +134,14 @@
"alternate": "Alternate",
"internship": "Internship",
"other": "Other"
},
"noticePeriod": {
"oneWeek": "1 week before",
"oneMonth": "1 month before",
"threeMonth": "3 months before",
"oneYear": "1 year before",
"custom": "Custom",
"noAlert": "Do not be alerted"
}
},
"themes": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-client/src/models/document/locales/fr.json
Expand Up @@ -134,6 +134,14 @@
"alternate": "Alternance",
"internship": "Stage",
"other": "Autre"
},
"noticePeriod": {
"oneWeek": "1 semaine avant",
"oneMonth": "1 mois avant",
"threeMonth": "3 mois avant",
"oneYear": "1 an avant",
"custom": "Personnalisé",
"noAlert": "Ne pas être alerté"
}
},
"themes": {
Expand Down

0 comments on commit 419bc24

Please sign in to comment.