mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-01 18:31:07 -04:00
37 lines
823 B
JSON
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"
|
|
}
|