@nerdjs/sales-kit 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hooks/lep/checkList.js +2 -1
- package/dist/hooks/lep/checkList.js.map +1 -1
- package/dist/hooks/lep/lepAccessorials.js +6 -5
- package/dist/hooks/lep/lepAccessorials.js.map +1 -1
- package/dist/hooks/lep/lepActionBar.js +6 -5
- package/dist/hooks/lep/lepActionBar.js.map +1 -1
- package/dist/hooks/lep/lepAdjustments.js +6 -5
- package/dist/hooks/lep/lepAdjustments.js.map +1 -1
- package/dist/hooks/lep/lepClaims.js +7 -6
- package/dist/hooks/lep/lepClaims.js.map +1 -1
- package/dist/hooks/lep/lepCommodities.js +3 -2
- package/dist/hooks/lep/lepCommodities.js.map +1 -1
- package/dist/hooks/lep/lepCustomerContacts.js +6 -5
- package/dist/hooks/lep/lepCustomerContacts.js.map +1 -1
- package/dist/hooks/lep/lepCustomerInfo.js +3 -2
- package/dist/hooks/lep/lepCustomerInfo.js.map +1 -1
- package/dist/hooks/lep/lepCustomerPeople.js +6 -5
- package/dist/hooks/lep/lepCustomerPeople.js.map +1 -1
- package/dist/hooks/lep/lepDocuments.js +5 -4
- package/dist/hooks/lep/lepDocuments.js.map +1 -1
- package/dist/hooks/lep/lepEDI.js +3 -2
- package/dist/hooks/lep/lepEDI.js.map +1 -1
- package/dist/hooks/lep/lepInvoiceDetails.js +3 -2
- package/dist/hooks/lep/lepInvoiceDetails.js.map +1 -1
- package/dist/hooks/lep/lepKickbacks.js +5 -4
- package/dist/hooks/lep/lepKickbacks.js.map +1 -1
- package/dist/hooks/lep/lepLoadInfo.js +11 -10
- package/dist/hooks/lep/lepLoadInfo.js.map +1 -1
- package/dist/hooks/lep/lepLoadLocation.js +3 -2
- package/dist/hooks/lep/lepLoadLocation.js.map +1 -1
- package/dist/hooks/lep/lepLoadNotes.js +2 -1
- package/dist/hooks/lep/lepLoadNotes.js.map +1 -1
- package/dist/hooks/lep/lepQuoteResult.js +2 -1
- package/dist/hooks/lep/lepQuoteResult.js.map +1 -1
- package/dist/hooks/lep/lepRateReviews.js +5 -4
- package/dist/hooks/lep/lepRateReviews.js.map +1 -1
- package/dist/hooks/lep/lepShipcons.js +19 -18
- package/dist/hooks/lep/lepShipcons.js.map +1 -1
- package/dist/hooks/lep/lepUserNotes.js +6 -5
- package/dist/hooks/lep/lepUserNotes.js.map +1 -1
- package/dist/hooks/lep/loadEditPanel.js +5 -4
- package/dist/hooks/lep/loadEditPanel.js.map +1 -1
- package/dist/hooks/load/loadDetailsStatus.js +3 -2
- package/dist/hooks/load/loadDetailsStatus.js.map +1 -1
- package/dist/hooks/load/loadDrawer.js +4 -3
- package/dist/hooks/load/loadDrawer.js.map +1 -1
- package/dist/hooks/load/loadLastLocation.js +2 -1
- package/dist/hooks/load/loadLastLocation.js.map +1 -1
- package/dist/hooks/load/loadsSearchInput.js +3 -2
- package/dist/hooks/load/loadsSearchInput.js.map +1 -1
- package/dist/hooks/locationsForm/locationsForm.js +2 -1
- package/dist/hooks/locationsForm/locationsForm.js.map +1 -1
- package/dist/hooks/locationsForm/locationsFormSales.js +2 -1
- package/dist/hooks/locationsForm/locationsFormSales.js.map +1 -1
- package/dist/hooks/quote/form.js +29 -28
- package/dist/hooks/quote/form.js.map +1 -1
- package/dist/hooks/quote/helpers.js +10 -9
- package/dist/hooks/quote/helpers.js.map +1 -1
- package/dist/hooks/quote/result.js +42 -41
- package/dist/hooks/quote/result.js.map +1 -1
- package/dist/hooks/quote/template.js +3 -2
- package/dist/hooks/quote/template.js.map +1 -1
- package/dist/hooks/tender/form.js +33 -28
- package/dist/hooks/tender/form.js.map +1 -1
- package/dist/hooks/tender/helpers.js +18 -17
- package/dist/hooks/tender/helpers.js.map +1 -1
- package/dist/i18n.d.ts +2 -0
- package/dist/i18n.js +17 -0
- package/dist/i18n.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/locales/en/common.json +173 -0
- package/dist/locales/en/components.json +90 -0
- package/dist/locales/en/entities.json +191 -0
- package/dist/locales/index.d.ts +459 -1
- package/dist/locales/index.js +11 -1
- package/dist/locales/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/locales/salesKitEn.d.ts +0 -152
- package/dist/locales/salesKitEn.js +0 -153
- package/dist/locales/salesKitEn.js.map +0 -1
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
{
|
|
2
|
+
"load": {
|
|
3
|
+
"attributes": {
|
|
4
|
+
"id": "ID",
|
|
5
|
+
"refNumber": "Reference Number",
|
|
6
|
+
"quoteId": "Quote ID",
|
|
7
|
+
"totalMiles": "Total Miles",
|
|
8
|
+
"pallets": "Pallets",
|
|
9
|
+
"feet": "Feet",
|
|
10
|
+
"weight": "Weight",
|
|
11
|
+
"type": "Type",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"stops": "Stops",
|
|
14
|
+
"lastLocation": "Last Location",
|
|
15
|
+
"files": "Files",
|
|
16
|
+
"serviceLevel": "Service Level",
|
|
17
|
+
"reefer": "Reefer",
|
|
18
|
+
"total": "Total",
|
|
19
|
+
"baseRate": "Base Rate",
|
|
20
|
+
"fuelSurcharge": "Fuel Surcharge",
|
|
21
|
+
"tendered": "Tendered",
|
|
22
|
+
"invoiceDate": "Invoice Date"
|
|
23
|
+
},
|
|
24
|
+
"entity": "Load",
|
|
25
|
+
"entity_plural": "Loads",
|
|
26
|
+
"others": {
|
|
27
|
+
"eta": "ETA",
|
|
28
|
+
"available": "Available",
|
|
29
|
+
"ref": "Ref",
|
|
30
|
+
"load_pickup": "Load Pickup",
|
|
31
|
+
"load_delivery": "Load Delivery",
|
|
32
|
+
"pickup_city": "Pickup City",
|
|
33
|
+
"delivery_city": "Delivery City",
|
|
34
|
+
"load_not_found": "Load not found",
|
|
35
|
+
"contact_us": "contact us",
|
|
36
|
+
"load_not_found_message": "Please check your ref or White Arrow #. If the problem persists",
|
|
37
|
+
"load_not_found_message_anonymous_user": "Please check your ref or White Arrow #.",
|
|
38
|
+
"upload_document": "Upload Document",
|
|
39
|
+
"download_document": "Download Document",
|
|
40
|
+
"upload": "Upload",
|
|
41
|
+
"load_cost": "Load Cost",
|
|
42
|
+
"base_rate": "Base Rate",
|
|
43
|
+
"fuel_surcharge": "Fuel Surcharge",
|
|
44
|
+
"rate_confirmation": "Rate confirmation",
|
|
45
|
+
"pickup_document_bol": "Pickup document (BOL)",
|
|
46
|
+
"pickup_document": "Pickup document",
|
|
47
|
+
"miscellaneous": "Miscellaneous",
|
|
48
|
+
"apt": "Apt",
|
|
49
|
+
"date": "Date",
|
|
50
|
+
"upload_success": "File {{fileName}} uploaded.",
|
|
51
|
+
"load": "Load",
|
|
52
|
+
"adjustment": "Adjustment",
|
|
53
|
+
"tonu": "TONU",
|
|
54
|
+
"undo_tonu": "Undo TONU",
|
|
55
|
+
"cancel_load": "Cancel Load",
|
|
56
|
+
"activate_load": "Activate Load",
|
|
57
|
+
"duplicate_load": "Duplicate Load",
|
|
58
|
+
"fuel_rate": "Fuel Rate",
|
|
59
|
+
"csr_name": "CSR Name",
|
|
60
|
+
"customer": "Customer",
|
|
61
|
+
"first_location": "First Location",
|
|
62
|
+
"last_location": "Last Location",
|
|
63
|
+
"equipment_description": "Equipment Description",
|
|
64
|
+
"total": "Total",
|
|
65
|
+
"margin": "Margin",
|
|
66
|
+
"invoice_date": "Invoice Date",
|
|
67
|
+
"weight_incentive": "Weight Incentive",
|
|
68
|
+
"pickup_date": "Pickup Date",
|
|
69
|
+
"total_rate": "Total Rate",
|
|
70
|
+
"mode": "Mode",
|
|
71
|
+
"ready": "Ready",
|
|
72
|
+
"pending": "Pending",
|
|
73
|
+
"cancelled": "Cancelled",
|
|
74
|
+
"load_tenders": "Load Tenders",
|
|
75
|
+
"booked_by": "Booked By",
|
|
76
|
+
"booked_by_placeholder": "Select a person"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"quote": {
|
|
80
|
+
"attributes": {
|
|
81
|
+
"id": "ID",
|
|
82
|
+
"createdAt": "Creation Date",
|
|
83
|
+
"type": "Type"
|
|
84
|
+
},
|
|
85
|
+
"entity": "Quote",
|
|
86
|
+
"entity_plural": "Quotes",
|
|
87
|
+
"others": {
|
|
88
|
+
"pickup": "Pickup",
|
|
89
|
+
"delivery": "Delivery",
|
|
90
|
+
"expiration": "Expiration",
|
|
91
|
+
"quote_history": "Quote History",
|
|
92
|
+
"remaining_time_one": "{{count}} hour",
|
|
93
|
+
"remaining_time_other": "{{count}} hours",
|
|
94
|
+
"expired": "Expired",
|
|
95
|
+
"load_type": "Load Type",
|
|
96
|
+
"service": "Service",
|
|
97
|
+
"temp": "Temperature",
|
|
98
|
+
"miles": "Miles",
|
|
99
|
+
"date_received": "Date Received",
|
|
100
|
+
"preferred_carrier_type": "Preferred Carrier Type",
|
|
101
|
+
"class": "Class",
|
|
102
|
+
"seal": "Seal Number",
|
|
103
|
+
"dont_break": "Do Not Break",
|
|
104
|
+
"dry_only": "Dry Only",
|
|
105
|
+
"otr_pickup": "OTR Pickup",
|
|
106
|
+
"no_split": "No Split",
|
|
107
|
+
"local_move": "Local Move",
|
|
108
|
+
"cont": "Continuous",
|
|
109
|
+
"cycle": "Cycle",
|
|
110
|
+
"accessorial": "Accessorial",
|
|
111
|
+
"commodity": "Commodity",
|
|
112
|
+
"cargo_value": "Cargo Value",
|
|
113
|
+
"force_spot": "Force Spot",
|
|
114
|
+
"hours": "Hours"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"invoice": {
|
|
118
|
+
"attributes": {
|
|
119
|
+
"id": "ID",
|
|
120
|
+
"invoiceID": "Invoice ID",
|
|
121
|
+
"invoiceDate": "Invoice Date",
|
|
122
|
+
"dueDate": "Due Date",
|
|
123
|
+
"inputDate": "Input Date",
|
|
124
|
+
"moneyDue": "Money Due",
|
|
125
|
+
"status": "Status",
|
|
126
|
+
"statusCode": "Status Code",
|
|
127
|
+
"days": "Days",
|
|
128
|
+
"referenceNumber": "Reference Number",
|
|
129
|
+
"customerID": "Customer ID",
|
|
130
|
+
"termsName": "Terms Name",
|
|
131
|
+
"termsID": "Terms ID",
|
|
132
|
+
"files": "Files"
|
|
133
|
+
},
|
|
134
|
+
"entity": "Invoice",
|
|
135
|
+
"entity_plural": "Invoices",
|
|
136
|
+
"others": {
|
|
137
|
+
"age": "Age",
|
|
138
|
+
"download_statement": "Download Statement"
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"customer": {
|
|
142
|
+
"attributes": {
|
|
143
|
+
"id": "ID",
|
|
144
|
+
"name": "Name",
|
|
145
|
+
"company_id": "Company ID",
|
|
146
|
+
"credit_on_hold": "Credit on hold",
|
|
147
|
+
"inactivity_hold": "Inactivity hold",
|
|
148
|
+
"credit_term_id": "Credit term ID",
|
|
149
|
+
"line1": "Line 1",
|
|
150
|
+
"city": "City",
|
|
151
|
+
"state": "State",
|
|
152
|
+
"zip": "ZIP",
|
|
153
|
+
"credit_term_name": "Credit term"
|
|
154
|
+
},
|
|
155
|
+
"entity": "Customer",
|
|
156
|
+
"entity_plural": "Customers",
|
|
157
|
+
"others": {
|
|
158
|
+
"active": "Active",
|
|
159
|
+
"inactive": "Inactive",
|
|
160
|
+
"sign_in_code": "Sign in Code",
|
|
161
|
+
"sign_in_code_description": "This a one time use code and it's not retrievable.",
|
|
162
|
+
"generate_sign_in_code": "Generate sign in code"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"user": {
|
|
166
|
+
"entity": "User",
|
|
167
|
+
"entity_plural": "Users",
|
|
168
|
+
"attributes": {
|
|
169
|
+
"active": "Email Verified (Active)",
|
|
170
|
+
"createdAt": "User Since",
|
|
171
|
+
"defaultAppID": "Default App",
|
|
172
|
+
"defaultAppURL": "Default App URL",
|
|
173
|
+
"email": "Email",
|
|
174
|
+
"firstName": "First Name",
|
|
175
|
+
"icon": "Avatar",
|
|
176
|
+
"id": "ID",
|
|
177
|
+
"impersonate": "Impersonate",
|
|
178
|
+
"lastName": "Last Name",
|
|
179
|
+
"organizationID": "Current Organization",
|
|
180
|
+
"organizations": "Organizations",
|
|
181
|
+
"pending": "Pending",
|
|
182
|
+
"phone": "Phone",
|
|
183
|
+
"updatedAt": "Updated At",
|
|
184
|
+
"uuid": "UUID"
|
|
185
|
+
},
|
|
186
|
+
"others": {
|
|
187
|
+
"my_info": "My Info",
|
|
188
|
+
"my_company": "My Company"
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
package/dist/locales/index.d.ts
CHANGED
|
@@ -1 +1,459 @@
|
|
|
1
|
-
|
|
1
|
+
declare const translations: {
|
|
2
|
+
en: {
|
|
3
|
+
common: {
|
|
4
|
+
global: {
|
|
5
|
+
inaccurateWarning: string;
|
|
6
|
+
selectLocationWarning: string;
|
|
7
|
+
inaccurateTenderWarning: string;
|
|
8
|
+
newQuote: string;
|
|
9
|
+
find: string;
|
|
10
|
+
restart: string;
|
|
11
|
+
runQuote: string;
|
|
12
|
+
aboutTheLoad: string;
|
|
13
|
+
temperature: string;
|
|
14
|
+
commodityDescription: string;
|
|
15
|
+
totalWeight: string;
|
|
16
|
+
freightClass: string;
|
|
17
|
+
addPallet: string;
|
|
18
|
+
equipmentIssue: string;
|
|
19
|
+
validSpecs: string;
|
|
20
|
+
totalSpecs: string;
|
|
21
|
+
Inactive: string;
|
|
22
|
+
stops: string;
|
|
23
|
+
"Inactivity Hold": string;
|
|
24
|
+
"Credit on Hold": string;
|
|
25
|
+
addStop: string;
|
|
26
|
+
"facilities found for this address": string;
|
|
27
|
+
"facility found for this address": string;
|
|
28
|
+
"Any chance this is what youre looking for?": string;
|
|
29
|
+
Cancel: string;
|
|
30
|
+
Form: string;
|
|
31
|
+
Ok: string;
|
|
32
|
+
"Select accessorials that apply": string;
|
|
33
|
+
"New Location": string;
|
|
34
|
+
"Quote Accessorials": string;
|
|
35
|
+
"Customer Accessorials": string;
|
|
36
|
+
Holidays: string;
|
|
37
|
+
Response: string;
|
|
38
|
+
Body: string;
|
|
39
|
+
miles: string;
|
|
40
|
+
hours: string;
|
|
41
|
+
Base: string;
|
|
42
|
+
Fuel: string;
|
|
43
|
+
Extra: string;
|
|
44
|
+
Total: string;
|
|
45
|
+
Quote: string;
|
|
46
|
+
Market: string;
|
|
47
|
+
Breakdown: string;
|
|
48
|
+
Close: string;
|
|
49
|
+
"Linehaul Cost": string;
|
|
50
|
+
"Fuel Cost": string;
|
|
51
|
+
"TL Total Cost": string;
|
|
52
|
+
"LTL Pallet Percentage": string;
|
|
53
|
+
"Stop Off Fees": string;
|
|
54
|
+
"Total Cost": string;
|
|
55
|
+
Margin: string;
|
|
56
|
+
"Total Cost With Margin": string;
|
|
57
|
+
"\u2022 Miles": string;
|
|
58
|
+
"\u2022 Fuel Rate per Mile": string;
|
|
59
|
+
"\u2022 Line Haul Rate per Mile": string;
|
|
60
|
+
"\u2022 Line Haul Total": string;
|
|
61
|
+
"\u2022 Market Type": string;
|
|
62
|
+
"\u2022 Market Lane": string;
|
|
63
|
+
"\u2022 Market Days": string;
|
|
64
|
+
"Add Accessorials (Optionnal)": string;
|
|
65
|
+
"selected accessorials": string;
|
|
66
|
+
"Note: No Haz Mat, Ice Cream.": string;
|
|
67
|
+
"Select delivery date": string;
|
|
68
|
+
"Select delivery window": string;
|
|
69
|
+
Pickup: string;
|
|
70
|
+
"TENDER LOAD": string;
|
|
71
|
+
"Quote ID": string;
|
|
72
|
+
Service: string;
|
|
73
|
+
Mode: string;
|
|
74
|
+
Temperature: string;
|
|
75
|
+
"Commodity Description": string;
|
|
76
|
+
"Total Weight": string;
|
|
77
|
+
"Freight Class": string;
|
|
78
|
+
Feet: string;
|
|
79
|
+
Pallets: string;
|
|
80
|
+
Reefer: string;
|
|
81
|
+
Dry: string;
|
|
82
|
+
"Cancel Load": string;
|
|
83
|
+
"New Quote": string;
|
|
84
|
+
Tender: string;
|
|
85
|
+
Next: string;
|
|
86
|
+
"Prop Number": string;
|
|
87
|
+
Notes: string;
|
|
88
|
+
"Enter Some relevant notes": string;
|
|
89
|
+
"Tender Load": string;
|
|
90
|
+
"From Quote": string;
|
|
91
|
+
"Service Level": string;
|
|
92
|
+
"You need to dispatch these remaning pallets in a lane:": string;
|
|
93
|
+
"Initial Quote": string;
|
|
94
|
+
"Base Rate": string;
|
|
95
|
+
"Fuel Rate": string;
|
|
96
|
+
"Total Rate": string;
|
|
97
|
+
"Uploaded Files": string;
|
|
98
|
+
Name: string;
|
|
99
|
+
Description: string;
|
|
100
|
+
"Having files to send ?": string;
|
|
101
|
+
"Drag and drop them on the page.": string;
|
|
102
|
+
uploading_file_one: string;
|
|
103
|
+
uploading_file_other: string;
|
|
104
|
+
"For each file, please specify the document type:": string;
|
|
105
|
+
"Document Type": string;
|
|
106
|
+
"Choose one...": string;
|
|
107
|
+
Upload: string;
|
|
108
|
+
Date: string;
|
|
109
|
+
"Add Notes": string;
|
|
110
|
+
"Edit Notes": string;
|
|
111
|
+
Save: string;
|
|
112
|
+
"Manage Pallets": string;
|
|
113
|
+
"Pallets for Path": string;
|
|
114
|
+
Pieces: string;
|
|
115
|
+
"Optional number of pieces for the commodity.": string;
|
|
116
|
+
"Any notes for the commodity. Any relevant ID numbers can go here as well.": string;
|
|
117
|
+
"Reference Number": string;
|
|
118
|
+
"Confirmation Number": string;
|
|
119
|
+
Appointment: string;
|
|
120
|
+
"Edit Location": string;
|
|
121
|
+
"Facility's name": string;
|
|
122
|
+
Contact: string;
|
|
123
|
+
Phone: string;
|
|
124
|
+
"Lift gate required": string;
|
|
125
|
+
"Grocery Warehouse": string;
|
|
126
|
+
"Liquor Permit": string;
|
|
127
|
+
Delete: string;
|
|
128
|
+
Create: string;
|
|
129
|
+
quoteRateWarning: string;
|
|
130
|
+
"Reference / BOL number": string;
|
|
131
|
+
"Upload document": string;
|
|
132
|
+
"or drag and drop": string;
|
|
133
|
+
"document type": string;
|
|
134
|
+
"rate confirmation": string;
|
|
135
|
+
"pickup document bol": string;
|
|
136
|
+
miscellaneous: string;
|
|
137
|
+
"Upload Document": string;
|
|
138
|
+
"load tendered": string;
|
|
139
|
+
"price warning": string;
|
|
140
|
+
requiredField: string;
|
|
141
|
+
viewQuoteResult: string;
|
|
142
|
+
palletDetails: string;
|
|
143
|
+
stopDetails: string;
|
|
144
|
+
"Open Load": string;
|
|
145
|
+
floorLoad: string;
|
|
146
|
+
loadToRide: string;
|
|
147
|
+
"4h Window": string;
|
|
148
|
+
"8h Window": string;
|
|
149
|
+
"GENERATE LOAD": string;
|
|
150
|
+
"Request Credit & Generate": string;
|
|
151
|
+
emptyLoad: string;
|
|
152
|
+
open: string;
|
|
153
|
+
service_level: string;
|
|
154
|
+
load_search: string;
|
|
155
|
+
not_set: string;
|
|
156
|
+
add_what: string;
|
|
157
|
+
duplicate: string;
|
|
158
|
+
Miles: string;
|
|
159
|
+
Summary: string;
|
|
160
|
+
Stops: string;
|
|
161
|
+
Costs: string;
|
|
162
|
+
"Market Cost": string;
|
|
163
|
+
"Market Price": string;
|
|
164
|
+
About: string;
|
|
165
|
+
From: string;
|
|
166
|
+
To: string;
|
|
167
|
+
"Unknown Location": string;
|
|
168
|
+
"Customer Credit": string;
|
|
169
|
+
"You are all set!": string;
|
|
170
|
+
};
|
|
171
|
+
file_upload: {
|
|
172
|
+
or_drag_and_drop: string;
|
|
173
|
+
document_type: string;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
entities: {
|
|
177
|
+
load: {
|
|
178
|
+
attributes: {
|
|
179
|
+
id: string;
|
|
180
|
+
refNumber: string;
|
|
181
|
+
quoteId: string;
|
|
182
|
+
totalMiles: string;
|
|
183
|
+
pallets: string;
|
|
184
|
+
feet: string;
|
|
185
|
+
weight: string;
|
|
186
|
+
type: string;
|
|
187
|
+
status: string;
|
|
188
|
+
stops: string;
|
|
189
|
+
lastLocation: string;
|
|
190
|
+
files: string;
|
|
191
|
+
serviceLevel: string;
|
|
192
|
+
reefer: string;
|
|
193
|
+
total: string;
|
|
194
|
+
baseRate: string;
|
|
195
|
+
fuelSurcharge: string;
|
|
196
|
+
tendered: string;
|
|
197
|
+
invoiceDate: string;
|
|
198
|
+
};
|
|
199
|
+
entity: string;
|
|
200
|
+
entity_plural: string;
|
|
201
|
+
others: {
|
|
202
|
+
eta: string;
|
|
203
|
+
available: string;
|
|
204
|
+
ref: string;
|
|
205
|
+
load_pickup: string;
|
|
206
|
+
load_delivery: string;
|
|
207
|
+
pickup_city: string;
|
|
208
|
+
delivery_city: string;
|
|
209
|
+
load_not_found: string;
|
|
210
|
+
contact_us: string;
|
|
211
|
+
load_not_found_message: string;
|
|
212
|
+
load_not_found_message_anonymous_user: string;
|
|
213
|
+
upload_document: string;
|
|
214
|
+
download_document: string;
|
|
215
|
+
upload: string;
|
|
216
|
+
load_cost: string;
|
|
217
|
+
base_rate: string;
|
|
218
|
+
fuel_surcharge: string;
|
|
219
|
+
rate_confirmation: string;
|
|
220
|
+
pickup_document_bol: string;
|
|
221
|
+
pickup_document: string;
|
|
222
|
+
miscellaneous: string;
|
|
223
|
+
apt: string;
|
|
224
|
+
date: string;
|
|
225
|
+
upload_success: string;
|
|
226
|
+
load: string;
|
|
227
|
+
adjustment: string;
|
|
228
|
+
tonu: string;
|
|
229
|
+
undo_tonu: string;
|
|
230
|
+
cancel_load: string;
|
|
231
|
+
activate_load: string;
|
|
232
|
+
duplicate_load: string;
|
|
233
|
+
fuel_rate: string;
|
|
234
|
+
csr_name: string;
|
|
235
|
+
customer: string;
|
|
236
|
+
first_location: string;
|
|
237
|
+
last_location: string;
|
|
238
|
+
equipment_description: string;
|
|
239
|
+
total: string;
|
|
240
|
+
margin: string;
|
|
241
|
+
invoice_date: string;
|
|
242
|
+
weight_incentive: string;
|
|
243
|
+
pickup_date: string;
|
|
244
|
+
total_rate: string;
|
|
245
|
+
mode: string;
|
|
246
|
+
ready: string;
|
|
247
|
+
pending: string;
|
|
248
|
+
cancelled: string;
|
|
249
|
+
load_tenders: string;
|
|
250
|
+
booked_by: string;
|
|
251
|
+
booked_by_placeholder: string;
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
quote: {
|
|
255
|
+
attributes: {
|
|
256
|
+
id: string;
|
|
257
|
+
createdAt: string;
|
|
258
|
+
type: string;
|
|
259
|
+
};
|
|
260
|
+
entity: string;
|
|
261
|
+
entity_plural: string;
|
|
262
|
+
others: {
|
|
263
|
+
pickup: string;
|
|
264
|
+
delivery: string;
|
|
265
|
+
expiration: string;
|
|
266
|
+
quote_history: string;
|
|
267
|
+
remaining_time_one: string;
|
|
268
|
+
remaining_time_other: string;
|
|
269
|
+
expired: string;
|
|
270
|
+
load_type: string;
|
|
271
|
+
service: string;
|
|
272
|
+
temp: string;
|
|
273
|
+
miles: string;
|
|
274
|
+
date_received: string;
|
|
275
|
+
preferred_carrier_type: string;
|
|
276
|
+
class: string;
|
|
277
|
+
seal: string;
|
|
278
|
+
dont_break: string;
|
|
279
|
+
dry_only: string;
|
|
280
|
+
otr_pickup: string;
|
|
281
|
+
no_split: string;
|
|
282
|
+
local_move: string;
|
|
283
|
+
cont: string;
|
|
284
|
+
cycle: string;
|
|
285
|
+
accessorial: string;
|
|
286
|
+
commodity: string;
|
|
287
|
+
cargo_value: string;
|
|
288
|
+
force_spot: string;
|
|
289
|
+
hours: string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
invoice: {
|
|
293
|
+
attributes: {
|
|
294
|
+
id: string;
|
|
295
|
+
invoiceID: string;
|
|
296
|
+
invoiceDate: string;
|
|
297
|
+
dueDate: string;
|
|
298
|
+
inputDate: string;
|
|
299
|
+
moneyDue: string;
|
|
300
|
+
status: string;
|
|
301
|
+
statusCode: string;
|
|
302
|
+
days: string;
|
|
303
|
+
referenceNumber: string;
|
|
304
|
+
customerID: string;
|
|
305
|
+
termsName: string;
|
|
306
|
+
termsID: string;
|
|
307
|
+
files: string;
|
|
308
|
+
};
|
|
309
|
+
entity: string;
|
|
310
|
+
entity_plural: string;
|
|
311
|
+
others: {
|
|
312
|
+
age: string;
|
|
313
|
+
download_statement: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
customer: {
|
|
317
|
+
attributes: {
|
|
318
|
+
id: string;
|
|
319
|
+
name: string;
|
|
320
|
+
company_id: string;
|
|
321
|
+
credit_on_hold: string;
|
|
322
|
+
inactivity_hold: string;
|
|
323
|
+
credit_term_id: string;
|
|
324
|
+
line1: string;
|
|
325
|
+
city: string;
|
|
326
|
+
state: string;
|
|
327
|
+
zip: string;
|
|
328
|
+
credit_term_name: string;
|
|
329
|
+
};
|
|
330
|
+
entity: string;
|
|
331
|
+
entity_plural: string;
|
|
332
|
+
others: {
|
|
333
|
+
active: string;
|
|
334
|
+
inactive: string;
|
|
335
|
+
sign_in_code: string;
|
|
336
|
+
sign_in_code_description: string;
|
|
337
|
+
generate_sign_in_code: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
user: {
|
|
341
|
+
entity: string;
|
|
342
|
+
entity_plural: string;
|
|
343
|
+
attributes: {
|
|
344
|
+
active: string;
|
|
345
|
+
createdAt: string;
|
|
346
|
+
defaultAppID: string;
|
|
347
|
+
defaultAppURL: string;
|
|
348
|
+
email: string;
|
|
349
|
+
firstName: string;
|
|
350
|
+
icon: string;
|
|
351
|
+
id: string;
|
|
352
|
+
impersonate: string;
|
|
353
|
+
lastName: string;
|
|
354
|
+
organizationID: string;
|
|
355
|
+
organizations: string;
|
|
356
|
+
pending: string;
|
|
357
|
+
phone: string;
|
|
358
|
+
updatedAt: string;
|
|
359
|
+
uuid: string;
|
|
360
|
+
};
|
|
361
|
+
others: {
|
|
362
|
+
my_info: string;
|
|
363
|
+
my_company: string;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
components: {
|
|
368
|
+
lepShipcons: {
|
|
369
|
+
location_notes: string;
|
|
370
|
+
scheduling_notes: string;
|
|
371
|
+
contact: string;
|
|
372
|
+
phone: string;
|
|
373
|
+
issue_date: string;
|
|
374
|
+
category: string;
|
|
375
|
+
subcategory: string;
|
|
376
|
+
subcategory_definition: string;
|
|
377
|
+
carrier: string;
|
|
378
|
+
node: string;
|
|
379
|
+
driver: string;
|
|
380
|
+
faulting_user: string;
|
|
381
|
+
reschedule_date: string;
|
|
382
|
+
modify_time: string;
|
|
383
|
+
new_start_time: string;
|
|
384
|
+
new_end_time: string;
|
|
385
|
+
start_time: string;
|
|
386
|
+
end_time: string;
|
|
387
|
+
note: string;
|
|
388
|
+
stop: string;
|
|
389
|
+
shipper: string;
|
|
390
|
+
consignee: string;
|
|
391
|
+
drop_stop: string;
|
|
392
|
+
add_stop: string;
|
|
393
|
+
delete_stop: string;
|
|
394
|
+
recalculate: string;
|
|
395
|
+
email_note: string;
|
|
396
|
+
call_note: string;
|
|
397
|
+
portal_note: string;
|
|
398
|
+
customer_note: string;
|
|
399
|
+
schedule_email: string;
|
|
400
|
+
view_appointment_issues: string;
|
|
401
|
+
email: string;
|
|
402
|
+
subject: string;
|
|
403
|
+
from_email: string;
|
|
404
|
+
file: string;
|
|
405
|
+
message: string;
|
|
406
|
+
booked_by: string;
|
|
407
|
+
contacts: string;
|
|
408
|
+
open_quote: string;
|
|
409
|
+
cc_email: string;
|
|
410
|
+
validate: string;
|
|
411
|
+
};
|
|
412
|
+
lepLoadNotes: {
|
|
413
|
+
load_notes: string;
|
|
414
|
+
};
|
|
415
|
+
lepUserNotes: {
|
|
416
|
+
user_note: string;
|
|
417
|
+
delete_user_note: string;
|
|
418
|
+
};
|
|
419
|
+
lepAdjustments: {
|
|
420
|
+
delete_adjustment: string;
|
|
421
|
+
amount: string;
|
|
422
|
+
target_amount: string;
|
|
423
|
+
difference: string;
|
|
424
|
+
customer_id: string;
|
|
425
|
+
};
|
|
426
|
+
checkList: {
|
|
427
|
+
tasks_list: string;
|
|
428
|
+
};
|
|
429
|
+
lepAccessorials: {
|
|
430
|
+
delete_accessorial: string;
|
|
431
|
+
manual_rate: string;
|
|
432
|
+
adjustment_reason: string;
|
|
433
|
+
notes: string;
|
|
434
|
+
has_comCheck: string;
|
|
435
|
+
comCheck_number: string;
|
|
436
|
+
};
|
|
437
|
+
lepCustomerContacts: {
|
|
438
|
+
person: string;
|
|
439
|
+
department: string;
|
|
440
|
+
name: string;
|
|
441
|
+
phone_number: string;
|
|
442
|
+
"800_phone_number": string;
|
|
443
|
+
mobile_number: string;
|
|
444
|
+
fax_number: string;
|
|
445
|
+
email: string;
|
|
446
|
+
website: string;
|
|
447
|
+
notes: string;
|
|
448
|
+
};
|
|
449
|
+
lepRateReviews: {
|
|
450
|
+
rate_review: string;
|
|
451
|
+
file: string;
|
|
452
|
+
rate: string;
|
|
453
|
+
notes: string;
|
|
454
|
+
last_kickback_name: string;
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
export default translations;
|
package/dist/locales/index.js
CHANGED
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
import commonEn from "./en/common.json";
|
|
2
|
+
import entitiesEn from "./en/entities.json";
|
|
3
|
+
import componentsEn from "./en/components.json";
|
|
4
|
+
const translations = {
|
|
5
|
+
en: {
|
|
6
|
+
common: commonEn,
|
|
7
|
+
entities: entitiesEn,
|
|
8
|
+
components: componentsEn,
|
|
9
|
+
},
|
|
10
|
+
};
|
|
11
|
+
export default translations;
|
|
2
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/locales/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,UAAU,MAAM,oBAAoB,CAAC;AAC5C,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAEhD,MAAM,YAAY,GAAG;IACnB,EAAE,EAAE;QACF,MAAM,EAAE,QAAQ;QAChB,QAAQ,EAAE,UAAU;QACpB,UAAU,EAAE,YAAY;KACzB;CACF,CAAC;AAEF,eAAe,YAAY,CAAC"}
|