Skip to content

Commit

Permalink
feat(registration validation): add status translations (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw authored Feb 7, 2024
1 parent 8ec8d29 commit 323a15e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,10 @@
"BUSINESS_PARTNER_NUMBER": "BPN Creation"
},
"status": {
"TO_DO": "To Do",
"FAILED": "Failed"
"IN_PROGRESS": "In Bearbeitung",
"TO_DO": "Ausstehend",
"DONE": "Erledigt",
"FAILED": "Fehlgeschlagen"
},
"helperText": "If you have any questions regarding your registration please contact our helpdesk: [email protected].",
"note": "NOTE:",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@
"BUSINESS_PARTNER_NUMBER": "BPN Creation"
},
"status": {
"IN_PROGRESS": "In Progress",
"TO_DO": "To Do",
"DONE": "Done",
"FAILED": "Failed"
},
"helperText": "If you have any questions regarding your registration please contact our helpdesk: [email protected].",
Expand Down

0 comments on commit 323a15e

Please sign in to comment.