Review and fix translations.

This commit is contained in:
HenriT
2021-04-22 10:55:50 +03:00
parent fbae01cab8
commit cdd5a64a1b
15 changed files with 53 additions and 51 deletions

View File

@ -4,20 +4,22 @@
"done": "Done",
"create": "Create",
"loading": "Loading",
"tabs": {
"general": "General",
"invoicing": "Invoicing",
"address": "Address"
},
"general": {
"title": "General",
"company_name": "Company name",
"invoice_email": "Email"
},
"invoicing": {
"title": "Invoicing",
"currency": "Currency",
"rate": "Hourly rate",
"has_tax": "Apply taxes",
"bank_account": "Bank account"
},
"address": {
"title": "Address",
"company_address": "Company address",
"company_postal_code": "Postal code",
"company_city": "City",

View File

@ -4,16 +4,9 @@
"download_pdf": "Download PDF",
"delete": "Delete",
"delete_modal": {
"title": "Delete client",
"title": "Delete invoice",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"statuses": {
"draft": "draft",
"booked": "booked",
"sent": "sent",
"paid": "paid",
"cancelled": "cancelled"
},
"notification_deleted": "Deleted"
}

View File

@ -2,9 +2,9 @@
"invoice_title": "Invoice ",
"invoice_number": "No.",
"issued_at": "Issued at: ",
"due_at": "Due at",
"due_at": "Due at:",
"late_fee": "Late fee:",
"add_late_fee": "Add late fee",
"modal_issued_at_title": "Issued at"
"modal_issued_at_title": "Issued at",
"modal_due_at_title": "Due at"
}

View File

@ -0,0 +1,7 @@
{
"draft": "draft",
"booked": "booked",
"sent": "sent",
"paid": "paid",
"cancelled": "cancelled"
}

View File

@ -1,24 +1,27 @@
{
"title": "Team",
"title": "Your company",
"done": "Done",
"updated": "Updated",
"loading": "Loading",
"tabs": {
"general": "General",
"invoicing": "Invoicing",
"address": "Address",
"taxes": "Taxes"
},
"general": {
"title": "General",
"company_name": "Company Name",
"company_name": "Company name",
"contact_email": "Email",
"contact_phone": "Phone",
"website": "Website"
},
"invoicing": {
"title": "Invoicing",
"invoice_late_fee": "Late fee (%)",
"invoice_due_days": "Payment terms, days",
"currency": "Default currency"
},
"address": {
"title": "Address",
"company_address": "Company Address",
"company_address": "Company address",
"company_postal_code": "Postal code",
"company_city": "City",
"company_county": "County/State",

View File

@ -1,7 +1,7 @@
{
"modal_title": "Choose logo",
"button_text": "Select from files",
"logo_url": "Insert web url",
"logo_url": "Insert image web url",
"logo_url_err": "Logo has to be under 512kb.",
"or": "or"
}

View File

@ -1,5 +1,6 @@
{
"lights": "Lights",
"lights-on": "Lights on",
"lights-off": "Lights off",
"title": "All your data is saved in your browser and not on any server.\n This application is truly serverless and only you have access to your data.",
"what_about_my_data": "What about my data? ",
"made_with": "Made with",