mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Add en translations.
This commit is contained in:
9
public/locales/en/bank-account-form.json
Normal file
9
public/locales/en/bank-account-form.json
Normal 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"
|
||||
}
|
||||
6
public/locales/en/bank-accounts-list.json
Normal file
6
public/locales/en/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"loading": "Loading",
|
||||
"bank": "Bank",
|
||||
"bank_account_details": "Bank account details",
|
||||
"add_bank_account": "Add bank account"
|
||||
}
|
||||
10
public/locales/en/client-fields.json
Normal file
10
public/locales/en/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Label",
|
||||
"field": "Field",
|
||||
"delete_modal": {
|
||||
"title": "Delete field",
|
||||
"ok_title": "Delete",
|
||||
"cancel_title": "Dismiss"
|
||||
},
|
||||
"notification_deleted": "Deleted"
|
||||
}
|
||||
34
public/locales/en/client-form.json
Normal file
34
public/locales/en/client-form.json
Normal 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"
|
||||
}
|
||||
6
public/locales/en/client-selector.json
Normal file
6
public/locales/en/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"client": "Client",
|
||||
"create": "Create",
|
||||
"new": "new",
|
||||
"suggest_placeholder": "Search client"
|
||||
}
|
||||
3
public/locales/en/empty-state.json
Normal file
3
public/locales/en/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"content": "Nothing here yet"
|
||||
}
|
||||
6
public/locales/en/import-modal.json
Normal file
6
public/locales/en/import-modal.json
Normal 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"
|
||||
}
|
||||
5
public/locales/en/invoice-bank-details.json
Normal file
5
public/locales/en/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bank_name": "Add bank",
|
||||
"bank_account_no": "Add bank details",
|
||||
"bank_account_modal_title": "Choose bank account"
|
||||
}
|
||||
8
public/locales/en/invoice-client-details.json
Normal file
8
public/locales/en/invoice-client-details.json
Normal 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"
|
||||
}
|
||||
9
public/locales/en/invoice-company-details.json
Normal file
9
public/locales/en/invoice-company-details.json
Normal 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"
|
||||
}
|
||||
5
public/locales/en/invoice-contact-details.json
Normal file
5
public/locales/en/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"add_website": "Add website",
|
||||
"add_email": "Add email",
|
||||
"add_phone": "Add phone"
|
||||
}
|
||||
19
public/locales/en/invoice-controls.json
Normal file
19
public/locales/en/invoice-controls.json
Normal 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"
|
||||
}
|
||||
3
public/locales/en/invoice-form.json
Normal file
3
public/locales/en/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"insert_note": "Insert note"
|
||||
}
|
||||
10
public/locales/en/invoice-header.json
Normal file
10
public/locales/en/invoice-header.json
Normal 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"
|
||||
|
||||
}
|
||||
10
public/locales/en/team-fields.json
Normal file
10
public/locales/en/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Label",
|
||||
"field": "Field",
|
||||
"delete_modal": {
|
||||
"title": "Delete field",
|
||||
"ok_title": "Delete",
|
||||
"cancel_title": "Dismiss"
|
||||
},
|
||||
"notification_delete": "Deleted"
|
||||
}
|
||||
27
public/locales/en/team-form.json
Normal file
27
public/locales/en/team-form.json
Normal 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"
|
||||
}
|
||||
}
|
||||
7
public/locales/en/team-logo.json
Normal file
7
public/locales/en/team-logo.json
Normal 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"
|
||||
}
|
||||
10
public/locales/en/team-taxes.json
Normal file
10
public/locales/en/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Label",
|
||||
"tax": "Tax",
|
||||
"delete_modal": {
|
||||
"title": "Delete tax",
|
||||
"ok_title": "Delete",
|
||||
"cancel_title": "Dismiss"
|
||||
},
|
||||
"notification_deleted": "Deleted"
|
||||
}
|
||||
8
public/locales/en/the-footer.json
Normal file
8
public/locales/en/the-footer.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user