Files
serverless-invoices/public/locales/de/statuses.json
2021-11-15 21:06:20 +01:00

10 lines
151 B
JSON

{
"statuses": {
"draft": "Entwurf",
"booked": "Gebucht",
"sent": "Gesendet",
"paid": "Bezahlt",
"cancelled": "Abgebrochen"
}
}