mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Review and fix translations.
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
7
public/locales/en/statuses.json
Normal file
7
public/locales/en/statuses.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"draft": "draft",
|
||||
"booked": "booked",
|
||||
"sent": "sent",
|
||||
"paid": "paid",
|
||||
"cancelled": "cancelled"
|
||||
}
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user