mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
37 lines
847 B
JSON
37 lines
847 B
JSON
{
|
|
"title": "Kunde",
|
|
"delete": "Löschen",
|
|
"done": "Fertig",
|
|
"create": "Erstellen",
|
|
"loading": "Lädt",
|
|
"tabs": {
|
|
"general": "Allgemein",
|
|
"invoicing": "Inrechnungsstellung",
|
|
"address": "Adresse"
|
|
},
|
|
"general": {
|
|
"company_name": "Firmenname",
|
|
"invoice_email": "E-Mail"
|
|
},
|
|
"invoicing": {
|
|
"currency": "Währung",
|
|
"rate": "Stundenlohn",
|
|
"has_tax": "Steuern anwenden",
|
|
"bank_account": "Bankkonto"
|
|
},
|
|
"address": {
|
|
"company_address": "Firmenadresse",
|
|
"company_postal_code": "Postleitzahl",
|
|
"company_city": "Stadt",
|
|
"company_county": "Bundesland",
|
|
"company_country": "Land"
|
|
},
|
|
"delete_modal": {
|
|
"title": "Kunden löschen",
|
|
"ok_title": "Löschen",
|
|
"cancel_title": "Ablehnen"
|
|
},
|
|
"notification_deleted": "Gelöscht",
|
|
"notification_updated": "Aktualisiert"
|
|
}
|