Files
serverless-invoices/public/locales/en/client-form.json
2021-04-22 10:55:50 +03:00

37 lines
823 B
JSON

{
"title": "Client",
"delete": "Delete",
"done": "Done",
"create": "Create",
"loading": "Loading",
"tabs": {
"general": "General",
"invoicing": "Invoicing",
"address": "Address"
},
"general": {
"company_name": "Company name",
"invoice_email": "Email"
},
"invoicing": {
"currency": "Currency",
"rate": "Hourly rate",
"has_tax": "Apply taxes",
"bank_account": "Bank account"
},
"address": {
"company_address": "Company address",
"company_postal_code": "Postal code",
"company_city": "City",
"company_county": "County/State",
"company_country": "Country"
},
"delete_modal": {
"title": "Delete client",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"notification_deleted": "Deleted",
"notification_updated": "Updated"
}