add: translations of profile & proposals

This commit is contained in:
Alexandro Uc Santos
2024-06-01 17:17:34 -06:00
parent 2de6b5b4fd
commit 97f4f93fd3
14 changed files with 267 additions and 124 deletions

View File

@@ -17,6 +17,7 @@ const en = {
selectTruck: 'Search by type of transport',
selectState: 'Search by state',
selectCity: 'Search by city',
selectProduct: 'Search by product',
names: 'Name(s)',
lastnames: 'Last name',
phone: 'Phone',
@@ -49,6 +50,7 @@ const en = {
additionalInformation: 'Additional information',
writeHere: 'Write here',
create: 'Create',
date: 'Date',
},
buttons: {
enter: "Enter here",
@@ -68,7 +70,12 @@ const en = {
delete: "Delete",
cancel: "Cancel",
add: 'Add',
post: 'Post'
post: 'Post',
editProfile: 'Edit profile',
accept: 'Accept',
accepted: 'Accepted',
confirm: 'Confirm',
search: 'Search',
},
errors: {
requireds: "All fields required",
@@ -95,6 +102,9 @@ const en = {
state: 'Select state',
directoryType: 'select directory type',
zipcode: 'Enter valid zip code',
date: 'Date is required',
weight: 'Weight is required',
notMatchEmails: 'Emails do not match'
},
messages: {
sendCode: 'We send you a code to the email, entered!',
@@ -105,7 +115,8 @@ const en = {
createdUser: 'User created successfully!',
updatedUser: 'User successfully updated!',
msgCreatedUser: 'When creating a new user, you inform the account beneficiary that they must use their email to set a password in the <span class="font-bold">Forgot my password</span> section so they can log in.',
loading: 'Please wait!'
loading: 'Please wait!',
savingChanes: 'Saving changes',
},
global: {
signIn: "Sign In",
@@ -145,7 +156,9 @@ const en = {
segments: 'Segments',
segment: 'Segment',
notification: "Notification",
pagination: 'Pagination'
pagination: 'Pagination',
lang: 'Language',
prefs: 'User Preferences'
},
login: {
title: 'Sign in',
@@ -250,12 +263,60 @@ const en = {
loadingDel: 'Removing load',
msgTitleDel: 'Load removed!',
msgDel: 'Your load has been successfully deleted.',
msgNotDel: '"Your load could not be deleted, please try later.',
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'
},
evidence: {
evidence: "Evidence",
title: "Attached evidence",
loadEvidence: 'Load evidence',
downloadEvidence: 'Download evidence',
empty: 'There is no evidence uploaded'
},
proposals: {
numCarrier: 'carrier registration #',
bidder: 'Bidder',
empty: 'There are no offers yet',
msgOfferAccept: "The offer was successfully accepted.",
titleOfferAccept: 'Offer accepted!',
msgErrorAcceptOffer: 'Could not update offer, try later.',
msgNotAcceptOffer: 'Could not accept offer, try again later.',
titleCanceModal: 'Cancel offer',
textCancelModal: 'Are you sure to cancel this offer?',
confirmCancel: 'Yes, cancel',
msgTitleCancel: 'Offer cancelled!',
msgCancel: 'The offer was successfully withdrawn.',
msgNotCancel: 'Could not withdraw offer, try later',
},
vehicles: {
infoVehicle: 'Vehicle information',
truckPlates: 'Truck Tract Plates',
trailerPlates: 'Trailer Plates',
chargingBase: 'Charging Base',
additionalInfoVehicle: 'Additional Transportation Information',
serialNumber: 'Serial Number',
},
profile: {
profile: 'User data',
changePassword: 'Change password',
changeEmail: 'Change email',
msgUpdateUser: 'Updated user',
titleFormEmail: 'Change email',
newEmail: 'New Email',
confirmEmail: 'Confirm Email',
msgInfoEmail: '<span>By confirming this action, we will close your current session to update your email. You will be redirected to the login page. Remember that your password will be reset. You will need to recover it, you can do so in the <span class="font-bold">Forgot your password?</span> section.</span>',
questionChangeEmail: 'Are you sure to change the email?',
msgChangeEmail: 'Email has been changed successfully!',
helpTextResetPass: 'This action will log you out of your current session and you will need to log in again with your new password.'
},
carriers: {
title: '<span class="title-main">Carriers</span> directory',
searchByCarrier: 'Search by carrier'
}
};