Files
serverless-invoices/public/locales/et/statuses.json
2021-04-22 10:56:03 +03:00

10 lines
154 B
JSON

{
"statuses": {
"draft": "mustand",
"booked": "kinnitatud",
"sent": "saadetud",
"paid": "makstud",
"cancelled": "tühistatud"
}
}