mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"statuses": {
|
|
"draft": "Entwurf",
|
|
"booked": "Gebucht",
|
|
"sent": "Gesendet",
|
|
"paid": "Bezahlt",
|
|
"cancelled": "Abgebrochen"
|
|
}
|
|
}
|