Add en translations.

This commit is contained in:
Karel Vendla
2021-04-20 15:57:14 +03:00
parent 0b6be4d08c
commit fbae01cab8
40 changed files with 410 additions and 166 deletions

View File

@ -0,0 +1,9 @@
{
"title": "Bank account",
"bank_name": "Bank name",
"account_no": "Bank account details",
"loading": "Loading",
"done": "Done",
"create": "Create",
"notification_updated": "Updated"
}

View File

@ -0,0 +1,6 @@
{
"loading": "Loading",
"bank": "Bank",
"bank_account_details": "Bank account details",
"add_bank_account": "Add bank account"
}

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"field": "Field",
"delete_modal": {
"title": "Delete field",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"notification_deleted": "Deleted"
}

View File

@ -0,0 +1,34 @@
{
"title": "Client",
"delete": "Delete",
"done": "Done",
"create": "Create",
"loading": "Loading",
"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",
"company_county": "County/State",
"company_country": "Country"
},
"delete_modal": {
"title": "Delete client",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"notification_deleted": "Deleted",
"notification_updated": "Updated"
}

View File

@ -0,0 +1,6 @@
{
"client": "Client",
"create": "Create",
"new": "new",
"suggest_placeholder": "Search client"
}

View File

@ -0,0 +1,3 @@
{
"content": "Nothing here yet"
}

View File

@ -0,0 +1,6 @@
{
"title": "Import data",
"warning": "Your current data will be erased and overwritten with the imported data!",
"button_text": "Select import file",
"import-error": "Invalid JSON format"
}

View File

@ -0,0 +1,5 @@
{
"bank_name": "Add bank",
"bank_account_no": "Add bank details",
"bank_account_modal_title": "Choose bank account"
}

View File

@ -0,0 +1,8 @@
{
"client_address": "Address",
"client_postal_code": "Postal code",
"client_city": "City",
"client_county": "County/State",
"client_country": "Country",
"client_email": "Client's email"
}

View File

@ -0,0 +1,9 @@
{
"your_company_name": "Your company name",
"address": "Address",
"postal_code": "Postal code",
"city": "City",
"county": "County/State",
"country": "Country",
"your_email": "Your email"
}

View File

@ -0,0 +1,5 @@
{
"add_website": "Add website",
"add_email": "Add email",
"add_phone": "Add phone"
}

View File

@ -0,0 +1,19 @@
{
"back": "Back",
"book": "Book",
"download_pdf": "Download PDF",
"delete": "Delete",
"delete_modal": {
"title": "Delete client",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"statuses": {
"draft": "draft",
"booked": "booked",
"sent": "sent",
"paid": "paid",
"cancelled": "cancelled"
},
"notification_deleted": "Deleted"
}

View File

@ -0,0 +1,3 @@
{
"insert_note": "Insert note"
}

View File

@ -0,0 +1,10 @@
{
"invoice_title": "Invoice ",
"invoice_number": "No.",
"issued_at": "Issued at: ",
"due_at": "Due at",
"late_fee": "Late fee:",
"add_late_fee": "Add late fee",
"modal_issued_at_title": "Issued at"
}

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"field": "Field",
"delete_modal": {
"title": "Delete field",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"notification_delete": "Deleted"
}

View File

@ -0,0 +1,27 @@
{
"title": "Team",
"done": "Done",
"updated": "Updated",
"loading": "Loading",
"general": {
"title": "General",
"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_postal_code": "Postal code",
"company_city": "City",
"company_county": "County/State",
"company_country": "Country"
}
}

View File

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

View File

@ -0,0 +1,10 @@
{
"label": "Label",
"tax": "Tax",
"delete_modal": {
"title": "Delete tax",
"ok_title": "Delete",
"cancel_title": "Dismiss"
},
"notification_deleted": "Deleted"
}

View File

@ -0,0 +1,8 @@
{
"lights": "Lights",
"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",
"by": "by",
"upgrade": "Upgrade"
}