add: translation in direction & loads

This commit is contained in:
Alexandro Uc Santos
2024-05-30 20:59:46 -06:00
parent 8f33177dad
commit 2de6b5b4fd
9 changed files with 290 additions and 132 deletions

View File

@@ -48,6 +48,7 @@ const en = {
select: 'Select',
additionalInformation: 'Additional information',
writeHere: 'Write here',
create: 'Create',
},
buttons: {
enter: "Enter here",
@@ -66,7 +67,8 @@ const en = {
edit: "Edit",
delete: "Delete",
cancel: "Cancel",
add: 'Add'
add: 'Add',
post: 'Post'
},
errors: {
requireds: "All fields required",
@@ -80,11 +82,19 @@ const en = {
states: 'Select at least one state',
cities: 'Select at least one city',
trucks: 'Select at least one type of transport',
truck: 'Select type of transport',
segment: 'Select segment',
name: 'Enter valid name(s)',
lastname: 'Enter valid last name(s)',
phone: 'Enter valid phone number',
generic: "Something went wrong, try again later",
msgTitleNotDel: 'Not removed!'
msgTitleNotDel: 'Not removed!',
nameRequired: 'Enter name',
address: 'Enter valid address',
city: 'Select municipality',
state: 'Select state',
directoryType: 'select directory type',
zipcode: 'Enter valid zip code',
},
messages: {
sendCode: 'We send you a code to the email, entered!',
@@ -128,8 +138,14 @@ const en = {
calculator: 'Calculator',
cities: 'Cities',
states: 'States',
city: 'City',
state: 'State',
ref: 'Reference point',
country: 'Country',
segments: 'Segments',
notification: "Notification"
segment: 'Segment',
notification: "Notification",
pagination: 'Pagination'
},
login: {
title: 'Sign in',
@@ -178,7 +194,7 @@ const en = {
name: 'Location name',
address: 'Address',
state: 'State of the location',
city: 'Municipality of the location',
city: 'City of the location',
typeDirectory: 'Type of directory',
zipCode: 'Zip Code',
typeTruck: 'Type of transport',
@@ -190,7 +206,56 @@ const en = {
loadingDel: 'Deleting location',
msgTitleDel: 'Location deleted!',
msgDel: 'Your location has been successfully deleted.',
msgNotDel: 'Your location could not be deleted, try again later.'
msgNotDel: 'Your location could not be deleted, try again later.',
msgEmpty: 'No locations added',
msgLocationUpdate: 'Location updated successfully!',
msgLocationCreated: 'Location created successfully!'
},
loads: {
title: 'My published loads',
history: 'History',
querySearch: 'Name of person who posted',
empty: 'No loads added',
origin: 'Origin',
destination: 'Destination',
postStatus: 'Post status',
loadStatus: 'Load status',
truckType: 'Truck type',
weight: 'Weight',
dateLoad: 'Load date',
dateDownload: 'Download date',
product: 'Product',
cost: 'Actual cost',
loadCode: 'Load code',
postBy: 'Post made by',
editLoad: 'Edit load',
offers: 'Offers',
makeOffer: 'Make offer',
note: 'Additional notes',
create: 'Create new load',
edit: 'Edit load',
labelPrice: 'Price in MXN',
labelWeight: 'Weight of the load in Kg',
notes: 'Notes',
addressOrigin: 'Origin address',
addressDestination: 'Destination address',
checkAddress: 'Use registered locations',
addressNameLoad: 'Load location name',
addressNameDownload: 'Download location name',
locationsRegistered: 'Registered locations',
selectedLocation: 'Select location',
titleDel: 'Delete load!',
textDel: 'Are you sure to delete this load?',
loadingDel: 'Removing load',
msgTitleDel: 'Load removed!',
msgDel: 'Your load has been successfully deleted.',
msgNotDel: '"Your load could not be deleted, please try later.',
msgSave: 'Load saved!',
msgNotSave: '"Could not save upload, try later',
msgPost: 'Load posted!',
msgNotPost: 'Could not post load, please try later'
}
};