Added translations to entire app
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
# enabled: "ON"
|
||||
|
||||
en:
|
||||
# Add English translations here
|
||||
hello: "Hello world"
|
||||
customers:
|
||||
create:
|
||||
@@ -45,6 +46,43 @@ en:
|
||||
reservation_updated: "Reservation was successfully updated."
|
||||
destroy:
|
||||
reservation_destroyed: "Reservation was successfully destroyed."
|
||||
index:
|
||||
title: "Reservations"
|
||||
prev: "« Prev"
|
||||
today: "Today"
|
||||
next: "Next »"
|
||||
new_reservation: "New reservation"
|
||||
calendar:
|
||||
hours: "hours"
|
||||
delete_confirm: "Are you sure you want to delete this reservation?"
|
||||
delete_success: "Reservation deleted."
|
||||
delete_error: "Error deleting reservation."
|
||||
network_error: "Error deleting reservation due to a network or script issue."
|
||||
edit: "Edit"
|
||||
delete: "Delete"
|
||||
edit:
|
||||
title: "Editing reservation"
|
||||
show: "Show this reservation"
|
||||
back: "Back to reservations"
|
||||
new:
|
||||
title: "New reservation"
|
||||
back: "Back to reservations"
|
||||
form:
|
||||
customer: "Customer"
|
||||
search_prompt: "Type to search customers..."
|
||||
phone_number: "Phone number"
|
||||
first_name: "First name"
|
||||
surname: "Surname"
|
||||
birth_year: "Birth year"
|
||||
team: "Team"
|
||||
select_team: "Select a team"
|
||||
start_time: "Start time"
|
||||
end_time: "End time"
|
||||
submit: "Submit"
|
||||
update: "Update Reservation"
|
||||
create: "Create Reservation"
|
||||
errors:
|
||||
header: "%{count} prohibited this reservation from being saved:"
|
||||
teams:
|
||||
create:
|
||||
team_created: "Team was successfully created."
|
||||
@@ -52,3 +90,72 @@ en:
|
||||
team_updated: "Team was successfully updated."
|
||||
destroy:
|
||||
team_destroyed: "Team was successfully destroyed."
|
||||
index:
|
||||
title: "Teams"
|
||||
new_team: "New team"
|
||||
show_team: "Show this team"
|
||||
new:
|
||||
title: "New team"
|
||||
back: "Back to teams"
|
||||
edit:
|
||||
title: "Editing team"
|
||||
show: "Show this team"
|
||||
back: "Back to teams"
|
||||
show:
|
||||
edit: "Edit this team"
|
||||
back: "Back to teams"
|
||||
destroy: "Destroy this team"
|
||||
form:
|
||||
name: "Name"
|
||||
submit: "Submit"
|
||||
update: "Update Team"
|
||||
create: "Create Team"
|
||||
errors:
|
||||
header: "%{count} prohibited this team from being saved:"
|
||||
companies:
|
||||
create:
|
||||
company_created: "Company was successfully created."
|
||||
update:
|
||||
company_updated: "Company was successfully updated."
|
||||
destroy:
|
||||
company_destroyed: "Company was successfully destroyed."
|
||||
index:
|
||||
title: "Companies"
|
||||
new_company: "New company"
|
||||
show_company: "Show this company"
|
||||
new:
|
||||
title: "New company"
|
||||
back: "Back to companies"
|
||||
edit:
|
||||
title: "Editing company"
|
||||
show: "Show this company"
|
||||
back: "Back to companies"
|
||||
show:
|
||||
edit: "Edit this company"
|
||||
back: "Back to companies"
|
||||
destroy: "Destroy this company"
|
||||
form:
|
||||
name: "Name"
|
||||
id_number: "ID number"
|
||||
vat_number: "VAT number"
|
||||
address_line_one: "Address line one"
|
||||
address_line_two: "Address line two"
|
||||
postal_code: "Postal code"
|
||||
city: "City"
|
||||
entity: "Entity"
|
||||
country: "Country"
|
||||
submit: "Submit"
|
||||
update: "Update Company"
|
||||
create: "Create Company"
|
||||
errors:
|
||||
header: "%{count} prohibited this company from being saved:"
|
||||
company:
|
||||
name: "Name:"
|
||||
id_number: "ID number:"
|
||||
vat_number: "VAT number:"
|
||||
address_line_one: "Address line one:"
|
||||
address_line_two: "Address line two:"
|
||||
postal_code: "Postal code:"
|
||||
city: "City:"
|
||||
entity: "Entity:"
|
||||
country: "Country:"
|
||||
|
||||
Reference in New Issue
Block a user