Files
serverless-invoices/public/locales/en/team-form.json
ardevd b5f067d3a9 feat: don't require all fields for invoice booking.
simplify field requirements and allow for a more flexible invoice
generation.
2024-06-15 21:41:00 +02:00

36 lines
841 B
JSON

{
"title": "Your company",
"done": "Done",
"updated": "Updated",
"loading": "Loading",
"tabs": {
"general": "General",
"invoicing": "Invoicing",
"address": "Address",
"taxes": "Taxes"
},
"general": {
"company_name": "Company name",
"contact_email": "Email",
"contact_phone": "Phone",
"website": "Website"
},
"invoicing": {
"invoice_due_days": "Payment terms, days",
"currency": "Default currency"
},
"address": {
"company_address": "Company address",
"company_postal_code": "Postal code",
"company_city": "City",
"company_county": "County/State",
"company_country": "Country"
},
"tax_modal": {
"title": "Overwrite taxes for current invoice rows?",
"ok_title": "Overwrite",
"cancel_title": "Dismiss",
"taxes_updated": "Taxes updated"
}
}