add: translations in carriers & public users
This commit is contained in:
@@ -76,6 +76,7 @@ const en = {
|
||||
accepted: 'Accepted',
|
||||
confirm: 'Confirm',
|
||||
search: 'Search',
|
||||
profile: 'View profile'
|
||||
},
|
||||
errors: {
|
||||
requireds: "All fields required",
|
||||
@@ -158,7 +159,13 @@ const en = {
|
||||
notification: "Notification",
|
||||
pagination: 'Pagination',
|
||||
lang: 'Language',
|
||||
prefs: 'User Preferences'
|
||||
prefs: 'User Preferences',
|
||||
loading: 'Loading',
|
||||
published: 'Published',
|
||||
transit: 'Transit',
|
||||
delivered: 'Delivered',
|
||||
downloading: 'Downloading',
|
||||
add: 'Add',
|
||||
},
|
||||
login: {
|
||||
title: 'Sign in',
|
||||
@@ -188,6 +195,8 @@ const en = {
|
||||
company: {
|
||||
title: 'My company',
|
||||
edit: 'Edit company',
|
||||
segment: 'Company segment',
|
||||
users: 'Company <span class="title-main">Users</span>'
|
||||
},
|
||||
users: {
|
||||
titleDel: 'User deletion!',
|
||||
@@ -294,12 +303,21 @@ const en = {
|
||||
msgNotCancel: 'Could not withdraw offer, try later',
|
||||
},
|
||||
vehicles: {
|
||||
title: 'Vehicles',
|
||||
modalEdit: 'Edit vehicle',
|
||||
search: 'Search vehicles',
|
||||
infoVehicle: 'Vehicle information',
|
||||
truckPlates: 'Truck Tract Plates',
|
||||
trailerPlates: 'Trailer Plates',
|
||||
chargingBase: 'Charging Base',
|
||||
additionalInfoVehicle: 'Additional Transportation Information',
|
||||
serialNumber: 'Serial Number',
|
||||
empty: 'No vehicles added',
|
||||
noDriver: 'Not assigned',
|
||||
availableIn: 'Available in',
|
||||
available: 'Available',
|
||||
reserved: 'Reserved',
|
||||
availableDate: 'Available date'
|
||||
},
|
||||
profile: {
|
||||
profile: 'User data',
|
||||
@@ -316,7 +334,12 @@ const en = {
|
||||
},
|
||||
carriers: {
|
||||
title: '<span class="title-main">Carriers</span> directory',
|
||||
searchByCarrier: 'Search by carrier'
|
||||
searchByCarrier: 'Search by carrier',
|
||||
empty: 'No records'
|
||||
},
|
||||
calendar: {
|
||||
title: 'Calendar',
|
||||
helpText: 'Load status indicators'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user