add: translation budgets
This commit is contained in:
@@ -58,6 +58,12 @@ const en = {
|
||||
operator: 'Operator',
|
||||
vehicle: 'Vehicle',
|
||||
comment: 'Comment',
|
||||
tons: "Tons",
|
||||
priceTons: "Price per ton",
|
||||
tonLoad: "Approximate load tonnage",
|
||||
originTruckKm1: "Truck origin to load origin(KM)",
|
||||
originTruckKm2: "Loading origin to unloading destination(KM)",
|
||||
destinationTruck1: "Unloading destination to base-yard(KM)",
|
||||
},
|
||||
buttons: {
|
||||
enter: "Enter here",
|
||||
@@ -84,7 +90,8 @@ const en = {
|
||||
confirm: 'Confirm',
|
||||
search: 'Search',
|
||||
profile: 'View profile',
|
||||
send: 'Send'
|
||||
send: 'Send',
|
||||
download: 'Download'
|
||||
},
|
||||
errors: {
|
||||
required: 'Field is required',
|
||||
@@ -120,6 +127,7 @@ const en = {
|
||||
map: 'Could not be loaded',
|
||||
vehicle: 'Select a vehicle',
|
||||
comment: 'Add comment',
|
||||
customer: 'Enter customer name'
|
||||
},
|
||||
messages: {
|
||||
sendCode: 'We send you a code to the email, entered!',
|
||||
@@ -396,6 +404,45 @@ const en = {
|
||||
searchShipper: "Search by shipper",
|
||||
empty: 'No uploads published'
|
||||
},
|
||||
calculator: {
|
||||
title: 'Budget calculator',
|
||||
querySearch: 'Search by customer',
|
||||
empty: 'There are no records',
|
||||
create: '<i class="fa-solid fa-plus"></i> <span class="clear-sm"> Create</span><span class="clear-md"> budget</span>',
|
||||
client: 'Customer',
|
||||
totalkm: 'Total km traveled',
|
||||
totallt: 'Total liters of diesel consumed',
|
||||
totalcostDiesel: 'Total diesel cost',
|
||||
totalBeforeIva: 'Total before VAT',
|
||||
totalUtityByKm: 'Total utility per km',
|
||||
totalUtity: 'Total Utility',
|
||||
percentUtility: 'Utility Percentage',
|
||||
print: 'Print',
|
||||
|
||||
titleDoc: 'RATE CALCULATOR',
|
||||
loadData: 'LOAD DATA',
|
||||
ratekm: 'RATE / MILEAGE',
|
||||
costTruck: 'DIRECT TRUCK COSTS',
|
||||
operatorSalary: 'OPERATOR SALARY',
|
||||
utilityLoss: 'UTILITY / LOSS',
|
||||
|
||||
titleDel: 'Delete Budget!',
|
||||
textDel: 'Are you sure you want to delete this budget?',
|
||||
loadingDel: 'Deleting budget...',
|
||||
msgTitleDel: 'Budget Deleted!',
|
||||
msgDel: 'Your budget has been successfully deleted.',
|
||||
msgTitleNotDel: 'Not Deleted!',
|
||||
msgNotDel: 'Your budget could not be deleted, please try again later.',
|
||||
truckCost1: "Truck performance - Liters per kilometer traveled",
|
||||
truckCost2: "Diesel price per liter",
|
||||
otherSpends: "Other expenses",
|
||||
truckCost4: "Total diesel cost",
|
||||
salaryAdmin: "Administrative expenses",
|
||||
stands: "Toll booths",
|
||||
spendsAdminTotal: "Total administrative expenses",
|
||||
msgUpdate: "<strong>Budget successfully updated!</strong>",
|
||||
msgCreate: "<strong>Budget successfully created!</strong>",
|
||||
},
|
||||
calendar: {
|
||||
title: 'Calendar',
|
||||
helpText: 'Load status indicators',
|
||||
|
||||
Reference in New Issue
Block a user