@zeniai/web-components 4.2.28 → 4.2.30
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/{SessionTimeoutPopup-FQidz3x6.cjs → SessionTimeoutPopup-BfyN462N.cjs} +15076 -15076
- package/dist/{SessionTimeoutPopup-nM8Th-1x.js → SessionTimeoutPopup-syQlvBkV.js} +68585 -68750
- package/dist/appLocale.d.ts +17 -133
- package/dist/cockpit.cjs.js +1010 -1010
- package/dist/cockpit.esm.js +7872 -7873
- package/dist/components/cockpit/aiAccountant/aiAccountantConfig.d.ts +0 -3
- package/dist/components/cockpit/subscriptionUpdates/SubscriptionAddPlanPage.d.ts +0 -3
- package/dist/components/cockpit/subscriptionUpdates/SubscriptionUpdatePlanPage.d.ts +0 -3
- package/dist/components/formElements/datePickerField/DatePickerField.d.ts +0 -3
- package/dist/components/formElements/groupedMultiSelectField/GroupedMultiSelectField.d.ts +0 -3
- package/dist/components/formElements/singleSelectPickerField/SingleSelectPickerField.d.ts +0 -3
- package/dist/components/spendManagement/billPay/achDetailsPage/ACHDetailsPage.d.ts +0 -3
- package/dist/components/spendManagement/billPay/addOrEditBill/sections/ReadOnlyLineItemsSection.d.ts +2 -1
- package/dist/components/spendManagement/billPay/addOrEditBill/sections/formElements/multipleMonthsDatePickerField/MultipleMonthsDatePickerField.d.ts +0 -3
- package/dist/components/spendManagement/billPay/createVendor/sections/vendorACHDetails/VendorAllACHDetailsSection.d.ts +0 -3
- package/dist/components/spendManagement/billPay/domesticDetailsPage/DomesticWireDetailsPage.d.ts +0 -3
- package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireDetailsPage.d.ts +0 -3
- package/dist/components/spendManagement/billPay/internationalDetailsPage/InternationalWireSwiftDetailsPage.d.ts +0 -3
- package/dist/components/spendManagement/reimbursement/UserBankAccountPage.d.ts +0 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/strings/strings.d.ts +17 -133
- package/package.json +6 -5
package/dist/appLocale.d.ts
CHANGED
|
@@ -14,6 +14,19 @@ declare class AppLocale {
|
|
|
14
14
|
};
|
|
15
15
|
common: {
|
|
16
16
|
remove: string;
|
|
17
|
+
save: string;
|
|
18
|
+
submit: string;
|
|
19
|
+
send: string;
|
|
20
|
+
back: string;
|
|
21
|
+
close: string;
|
|
22
|
+
download: string;
|
|
23
|
+
search: string;
|
|
24
|
+
update: string;
|
|
25
|
+
copy: string;
|
|
26
|
+
upload: string;
|
|
27
|
+
apply: string;
|
|
28
|
+
clear: string;
|
|
29
|
+
done: string;
|
|
17
30
|
all: string;
|
|
18
31
|
as: string;
|
|
19
32
|
in: string;
|
|
@@ -23,9 +36,6 @@ declare class AppLocale {
|
|
|
23
36
|
zeniInc: string;
|
|
24
37
|
optional: string;
|
|
25
38
|
asOf: string;
|
|
26
|
-
navBar: {
|
|
27
|
-
back: string;
|
|
28
|
-
};
|
|
29
39
|
add: string;
|
|
30
40
|
edit: string;
|
|
31
41
|
more: string;
|
|
@@ -85,11 +95,8 @@ declare class AppLocale {
|
|
|
85
95
|
confirmAction: string;
|
|
86
96
|
zeniAI: string;
|
|
87
97
|
unreview: string;
|
|
88
|
-
download: string;
|
|
89
|
-
search: string;
|
|
90
98
|
searchShortcutCmd: string;
|
|
91
99
|
searchShortcutCtrl: string;
|
|
92
|
-
delete: string;
|
|
93
100
|
reload: string;
|
|
94
101
|
goHome: string;
|
|
95
102
|
refresh: string;
|
|
@@ -99,9 +106,7 @@ declare class AppLocale {
|
|
|
99
106
|
goBack: string;
|
|
100
107
|
minimize: string;
|
|
101
108
|
maximize: string;
|
|
102
|
-
close: string;
|
|
103
109
|
closed: string;
|
|
104
|
-
confirm: string;
|
|
105
110
|
customer: string;
|
|
106
111
|
frequency: string;
|
|
107
112
|
startDate: string;
|
|
@@ -140,7 +145,6 @@ declare class AppLocale {
|
|
|
140
145
|
copy: string;
|
|
141
146
|
copied: string;
|
|
142
147
|
invite: string;
|
|
143
|
-
update: string;
|
|
144
148
|
issue: string;
|
|
145
149
|
issues: string;
|
|
146
150
|
item: string;
|
|
@@ -370,7 +374,6 @@ declare class AppLocale {
|
|
|
370
374
|
};
|
|
371
375
|
tooltips: {
|
|
372
376
|
editName: string;
|
|
373
|
-
reset: string;
|
|
374
377
|
addW9: string;
|
|
375
378
|
viewW9: string;
|
|
376
379
|
viewReceipt: string;
|
|
@@ -1520,26 +1523,18 @@ declare class AppLocale {
|
|
|
1520
1523
|
privacyPolicyUrl: string;
|
|
1521
1524
|
termsUrl: string;
|
|
1522
1525
|
footer: {
|
|
1523
|
-
save: string;
|
|
1524
|
-
submit: string;
|
|
1525
|
-
cancel: string;
|
|
1526
1526
|
approve: string;
|
|
1527
1527
|
reject: string;
|
|
1528
|
-
send: string;
|
|
1529
1528
|
resubmit: string;
|
|
1530
|
-
add: string;
|
|
1531
1529
|
continueAnyway: string;
|
|
1532
1530
|
resolve: string;
|
|
1533
1531
|
inReview: string;
|
|
1534
1532
|
sentForReview: string;
|
|
1535
1533
|
linkCard: string;
|
|
1536
|
-
next: string;
|
|
1537
|
-
back: string;
|
|
1538
1534
|
markAsUnReviewed: string;
|
|
1539
1535
|
markAsReviewed: string;
|
|
1540
1536
|
saveForLater: string;
|
|
1541
1537
|
reconcile: string;
|
|
1542
|
-
edit: string;
|
|
1543
1538
|
noThanks: string;
|
|
1544
1539
|
letsGetStarted: string;
|
|
1545
1540
|
};
|
|
@@ -1564,7 +1559,6 @@ declare class AppLocale {
|
|
|
1564
1559
|
discardTitle: string;
|
|
1565
1560
|
discardDescription: string;
|
|
1566
1561
|
discard: string;
|
|
1567
|
-
cancel: string;
|
|
1568
1562
|
};
|
|
1569
1563
|
via: string;
|
|
1570
1564
|
cockpit: string;
|
|
@@ -1595,8 +1589,6 @@ declare class AppLocale {
|
|
|
1595
1589
|
notifications: string;
|
|
1596
1590
|
};
|
|
1597
1591
|
common: {
|
|
1598
|
-
update: string;
|
|
1599
|
-
cancel: string;
|
|
1600
1592
|
productTypeString: string;
|
|
1601
1593
|
};
|
|
1602
1594
|
subtitle: {
|
|
@@ -2055,7 +2047,6 @@ declare class AppLocale {
|
|
|
2055
2047
|
};
|
|
2056
2048
|
};
|
|
2057
2049
|
copyToClipBoard: {
|
|
2058
|
-
copy: string;
|
|
2059
2050
|
copied: string;
|
|
2060
2051
|
};
|
|
2061
2052
|
aiAgentsActivatingPage: {
|
|
@@ -2927,7 +2918,6 @@ declare class AppLocale {
|
|
|
2927
2918
|
createVendor: {
|
|
2928
2919
|
newVendor: string;
|
|
2929
2920
|
footer: {
|
|
2930
|
-
cancel: string;
|
|
2931
2921
|
save: string;
|
|
2932
2922
|
};
|
|
2933
2923
|
};
|
|
@@ -2939,8 +2929,6 @@ declare class AppLocale {
|
|
|
2939
2929
|
saveDetails: string;
|
|
2940
2930
|
discardTitle: string;
|
|
2941
2931
|
discardDescription: string;
|
|
2942
|
-
cancel: string;
|
|
2943
|
-
delete: string;
|
|
2944
2932
|
discard: string;
|
|
2945
2933
|
placeholders: {
|
|
2946
2934
|
vendor: string;
|
|
@@ -3148,11 +3136,9 @@ declare class AppLocale {
|
|
|
3148
3136
|
csv: string;
|
|
3149
3137
|
};
|
|
3150
3138
|
defaultFileName: string;
|
|
3151
|
-
download: string;
|
|
3152
3139
|
reportErrorMessage: string;
|
|
3153
3140
|
viewReport: string;
|
|
3154
3141
|
downloadInProgress: string;
|
|
3155
|
-
cancel: string;
|
|
3156
3142
|
downloadAs: string;
|
|
3157
3143
|
displayColumns: {
|
|
3158
3144
|
title: string;
|
|
@@ -3283,7 +3269,6 @@ declare class AppLocale {
|
|
|
3283
3269
|
downloadExcel: string;
|
|
3284
3270
|
downloadPdf: string;
|
|
3285
3271
|
resetLabel: string;
|
|
3286
|
-
download: string;
|
|
3287
3272
|
};
|
|
3288
3273
|
};
|
|
3289
3274
|
peoplePage: {
|
|
@@ -3375,17 +3360,11 @@ declare class AppLocale {
|
|
|
3375
3360
|
role: string;
|
|
3376
3361
|
department: string;
|
|
3377
3362
|
controllerText: string;
|
|
3378
|
-
add: string;
|
|
3379
3363
|
invite: string;
|
|
3380
|
-
update: string;
|
|
3381
|
-
cancel: string;
|
|
3382
3364
|
discardTitle: string;
|
|
3383
3365
|
discardDescription: string;
|
|
3384
|
-
delete: string;
|
|
3385
3366
|
discard: string;
|
|
3386
|
-
no: string;
|
|
3387
3367
|
deleteConfirmation: string;
|
|
3388
|
-
remove: string;
|
|
3389
3368
|
emailSubject: string;
|
|
3390
3369
|
managerTooltipText: string;
|
|
3391
3370
|
defaultHelpText: string;
|
|
@@ -3396,8 +3375,6 @@ declare class AppLocale {
|
|
|
3396
3375
|
deleteOverlay: {
|
|
3397
3376
|
title: string;
|
|
3398
3377
|
description: string;
|
|
3399
|
-
remove: string;
|
|
3400
|
-
cancel: string;
|
|
3401
3378
|
};
|
|
3402
3379
|
addPlaceholderPrefix: string;
|
|
3403
3380
|
selectPlaceholderPrefix: string;
|
|
@@ -3567,9 +3544,6 @@ declare class AppLocale {
|
|
|
3567
3544
|
quickAccessInfo: string;
|
|
3568
3545
|
zeniOnlyInfo: string;
|
|
3569
3546
|
placeholderPrefix: string;
|
|
3570
|
-
save: string;
|
|
3571
|
-
cancel: string;
|
|
3572
|
-
remove: string;
|
|
3573
3547
|
protectedContent: string;
|
|
3574
3548
|
snackBar: {
|
|
3575
3549
|
success: string;
|
|
@@ -3607,7 +3581,6 @@ declare class AppLocale {
|
|
|
3607
3581
|
cancelButton: string;
|
|
3608
3582
|
popupCancelDescription: string;
|
|
3609
3583
|
poweredBy: string;
|
|
3610
|
-
cancel: string;
|
|
3611
3584
|
street: string;
|
|
3612
3585
|
streetError: string;
|
|
3613
3586
|
suite: string;
|
|
@@ -3729,7 +3702,6 @@ declare class AppLocale {
|
|
|
3729
3702
|
defaultFileName: string;
|
|
3730
3703
|
notePlaceholder: string;
|
|
3731
3704
|
commentPlaceholder: string;
|
|
3732
|
-
save: string;
|
|
3733
3705
|
lastEdited: string;
|
|
3734
3706
|
cockpitHeader: string;
|
|
3735
3707
|
cockpitHeaderSubsidiaryText: string;
|
|
@@ -3766,7 +3738,6 @@ declare class AppLocale {
|
|
|
3766
3738
|
aiAccountant: string;
|
|
3767
3739
|
};
|
|
3768
3740
|
creditAgent: {
|
|
3769
|
-
cancel: string;
|
|
3770
3741
|
saving: string;
|
|
3771
3742
|
savePrompt: string;
|
|
3772
3743
|
downloadReport: string;
|
|
@@ -3972,7 +3943,6 @@ declare class AppLocale {
|
|
|
3972
3943
|
};
|
|
3973
3944
|
};
|
|
3974
3945
|
monthEndReport: {
|
|
3975
|
-
update: string;
|
|
3976
3946
|
refresh: string;
|
|
3977
3947
|
sendEmailTo: string;
|
|
3978
3948
|
addUserForInsights: string;
|
|
@@ -4125,14 +4095,9 @@ declare class AppLocale {
|
|
|
4125
4095
|
customerSatisfactionScoreText: string;
|
|
4126
4096
|
additionalContributingFactorsText: string;
|
|
4127
4097
|
};
|
|
4128
|
-
buttons: {
|
|
4129
|
-
save: string;
|
|
4130
|
-
cancel: string;
|
|
4131
|
-
};
|
|
4132
4098
|
manualInput: {
|
|
4133
4099
|
header: string;
|
|
4134
4100
|
placeholders: {
|
|
4135
|
-
add: string;
|
|
4136
4101
|
addANote: string;
|
|
4137
4102
|
};
|
|
4138
4103
|
labels: {
|
|
@@ -4291,7 +4256,6 @@ declare class AppLocale {
|
|
|
4291
4256
|
resendInviteBtnText: string;
|
|
4292
4257
|
companyCredentials: string;
|
|
4293
4258
|
companyDomain: string;
|
|
4294
|
-
add: string;
|
|
4295
4259
|
domain: string;
|
|
4296
4260
|
email: string;
|
|
4297
4261
|
international: string;
|
|
@@ -4326,7 +4290,6 @@ declare class AppLocale {
|
|
|
4326
4290
|
chargebeeIdWarning: string;
|
|
4327
4291
|
hubSpotIdWarning: string;
|
|
4328
4292
|
productsWarning: string;
|
|
4329
|
-
view: string;
|
|
4330
4293
|
entity: string;
|
|
4331
4294
|
realmId: string;
|
|
4332
4295
|
confirmRealmId: string;
|
|
@@ -4367,7 +4330,6 @@ declare class AppLocale {
|
|
|
4367
4330
|
connectToQBOError: string;
|
|
4368
4331
|
discardTitle: string;
|
|
4369
4332
|
discardDescription: string;
|
|
4370
|
-
cancel: string;
|
|
4371
4333
|
delete: string;
|
|
4372
4334
|
customerCreated: string;
|
|
4373
4335
|
groupCreated: string;
|
|
@@ -4393,7 +4355,6 @@ declare class AppLocale {
|
|
|
4393
4355
|
otherOption: string;
|
|
4394
4356
|
createOption: string;
|
|
4395
4357
|
quickBooks: string;
|
|
4396
|
-
add: string;
|
|
4397
4358
|
months: string[];
|
|
4398
4359
|
noOptions: {
|
|
4399
4360
|
standard: string;
|
|
@@ -4455,8 +4416,6 @@ declare class AppLocale {
|
|
|
4455
4416
|
plan: string;
|
|
4456
4417
|
recurringAddons: string;
|
|
4457
4418
|
coupon: string;
|
|
4458
|
-
cancel: string;
|
|
4459
|
-
confirm: string;
|
|
4460
4419
|
appliedCredits: string;
|
|
4461
4420
|
};
|
|
4462
4421
|
updatePlan: {
|
|
@@ -4481,7 +4440,6 @@ declare class AppLocale {
|
|
|
4481
4440
|
};
|
|
4482
4441
|
};
|
|
4483
4442
|
footer: {
|
|
4484
|
-
cancel: string;
|
|
4485
4443
|
review: string;
|
|
4486
4444
|
};
|
|
4487
4445
|
snackBar: {
|
|
@@ -4638,8 +4596,6 @@ declare class AppLocale {
|
|
|
4638
4596
|
saveDetails: string;
|
|
4639
4597
|
discardTitle: string;
|
|
4640
4598
|
discardDescription: string;
|
|
4641
|
-
cancel: string;
|
|
4642
|
-
delete: string;
|
|
4643
4599
|
discard: string;
|
|
4644
4600
|
firstName: string;
|
|
4645
4601
|
firstNamePlaceholder: string;
|
|
@@ -4838,10 +4794,8 @@ declare class AppLocale {
|
|
|
4838
4794
|
sendForVerificationButton: string;
|
|
4839
4795
|
uploading: string;
|
|
4840
4796
|
loading: string;
|
|
4841
|
-
edit: string;
|
|
4842
4797
|
rename: string;
|
|
4843
4798
|
aiParsingDocument: string;
|
|
4844
|
-
confirm: string;
|
|
4845
4799
|
downloading: string;
|
|
4846
4800
|
fileNameRequired: string;
|
|
4847
4801
|
deleting: string;
|
|
@@ -5177,7 +5131,6 @@ declare class AppLocale {
|
|
|
5177
5131
|
confirmPhoneNumber: string;
|
|
5178
5132
|
codeNotReceived: string;
|
|
5179
5133
|
resend: string;
|
|
5180
|
-
cancel: string;
|
|
5181
5134
|
verify: string;
|
|
5182
5135
|
getCode: string;
|
|
5183
5136
|
footerHelperText: string;
|
|
@@ -5197,7 +5150,6 @@ declare class AppLocale {
|
|
|
5197
5150
|
verified: string;
|
|
5198
5151
|
businessInfoTitle: string;
|
|
5199
5152
|
businessInfoDescription: string;
|
|
5200
|
-
submit: string;
|
|
5201
5153
|
requireIncDate: string;
|
|
5202
5154
|
requireIndustry: string;
|
|
5203
5155
|
incorrectCode: string;
|
|
@@ -5244,7 +5196,6 @@ declare class AppLocale {
|
|
|
5244
5196
|
text4: string;
|
|
5245
5197
|
amountLimit: string;
|
|
5246
5198
|
text5: string;
|
|
5247
|
-
copy: string;
|
|
5248
5199
|
copied: string;
|
|
5249
5200
|
};
|
|
5250
5201
|
step4: {
|
|
@@ -5475,8 +5426,6 @@ declare class AppLocale {
|
|
|
5475
5426
|
saveDetails: string;
|
|
5476
5427
|
discardTitle: string;
|
|
5477
5428
|
discardDescription: string;
|
|
5478
|
-
cancel: string;
|
|
5479
|
-
delete: string;
|
|
5480
5429
|
discard: string;
|
|
5481
5430
|
addBill: {
|
|
5482
5431
|
editVendorConfirmationTitle: string;
|
|
@@ -5564,8 +5513,6 @@ declare class AppLocale {
|
|
|
5564
5513
|
placeholderPrefix: string;
|
|
5565
5514
|
addContact: string;
|
|
5566
5515
|
deleteConfirmation: string;
|
|
5567
|
-
cancel: string;
|
|
5568
|
-
remove: string;
|
|
5569
5516
|
contact: string;
|
|
5570
5517
|
fullNamePlaceholder: string;
|
|
5571
5518
|
};
|
|
@@ -5583,8 +5530,6 @@ declare class AppLocale {
|
|
|
5583
5530
|
additionalAddressLabel: string;
|
|
5584
5531
|
areYOuSure: string;
|
|
5585
5532
|
ifYouSubmit: string;
|
|
5586
|
-
delete: string;
|
|
5587
|
-
cancel: string;
|
|
5588
5533
|
sendTo: string;
|
|
5589
5534
|
domestic: {
|
|
5590
5535
|
title: string;
|
|
@@ -5648,10 +5593,6 @@ declare class AppLocale {
|
|
|
5648
5593
|
ach: string;
|
|
5649
5594
|
sendTo: string;
|
|
5650
5595
|
deleteConfirmation: string;
|
|
5651
|
-
cancel: string;
|
|
5652
|
-
remove: string;
|
|
5653
|
-
clear: string;
|
|
5654
|
-
add: string;
|
|
5655
5596
|
accountNumberDontMatch: string;
|
|
5656
5597
|
invalidRoutingNumber: string;
|
|
5657
5598
|
invalidAccountNumber: string;
|
|
@@ -5659,7 +5600,6 @@ declare class AppLocale {
|
|
|
5659
5600
|
stripeTestRoutingNumber: string;
|
|
5660
5601
|
areYOuSure: string;
|
|
5661
5602
|
ifYouSubmit: string;
|
|
5662
|
-
delete: string;
|
|
5663
5603
|
accountTypeLabel: string;
|
|
5664
5604
|
checkingAccountTypeLabel: string;
|
|
5665
5605
|
savingsAccountTypeLabel: string;
|
|
@@ -5737,9 +5677,6 @@ declare class AppLocale {
|
|
|
5737
5677
|
lineItemsTitle: string;
|
|
5738
5678
|
line: string;
|
|
5739
5679
|
deleteConfirmation: string;
|
|
5740
|
-
cancel: string;
|
|
5741
|
-
remove: string;
|
|
5742
|
-
send: string;
|
|
5743
5680
|
estimatedReceiveDate: string;
|
|
5744
5681
|
deliveryTimeLabel: string;
|
|
5745
5682
|
deliveryTimeUnits: string;
|
|
@@ -5757,8 +5694,8 @@ declare class AppLocale {
|
|
|
5757
5694
|
billablePlaceholderText: string;
|
|
5758
5695
|
customer: string;
|
|
5759
5696
|
customerPlaceholderText: string;
|
|
5760
|
-
|
|
5761
|
-
|
|
5697
|
+
project: string;
|
|
5698
|
+
projectPlaceholderText: string;
|
|
5762
5699
|
total: string;
|
|
5763
5700
|
feesLabel: string;
|
|
5764
5701
|
paymentDetailsTitle: string;
|
|
@@ -5846,9 +5783,7 @@ declare class AppLocale {
|
|
|
5846
5783
|
paid: string;
|
|
5847
5784
|
discardTitle: string;
|
|
5848
5785
|
discardDescription: string;
|
|
5849
|
-
delete: string;
|
|
5850
5786
|
discard: string;
|
|
5851
|
-
edit: string;
|
|
5852
5787
|
more: string;
|
|
5853
5788
|
hide: string;
|
|
5854
5789
|
new: string;
|
|
@@ -5862,7 +5797,6 @@ declare class AppLocale {
|
|
|
5862
5797
|
deletedClassError: string;
|
|
5863
5798
|
buttons: {
|
|
5864
5799
|
saveChanges: string;
|
|
5865
|
-
save: string;
|
|
5866
5800
|
review: string;
|
|
5867
5801
|
editBill: string;
|
|
5868
5802
|
schedule: string;
|
|
@@ -5882,8 +5816,6 @@ declare class AppLocale {
|
|
|
5882
5816
|
cancelAndDelete: string;
|
|
5883
5817
|
retry: string;
|
|
5884
5818
|
refund: string;
|
|
5885
|
-
yes: string;
|
|
5886
|
-
no: string;
|
|
5887
5819
|
};
|
|
5888
5820
|
toolTips: {
|
|
5889
5821
|
editVendor: string;
|
|
@@ -5929,10 +5861,6 @@ declare class AppLocale {
|
|
|
5929
5861
|
title: string;
|
|
5930
5862
|
description: string;
|
|
5931
5863
|
placeholder: string;
|
|
5932
|
-
buttons: {
|
|
5933
|
-
save: string;
|
|
5934
|
-
cancel: string;
|
|
5935
|
-
};
|
|
5936
5864
|
};
|
|
5937
5865
|
magicLinkScreen: {
|
|
5938
5866
|
title: string;
|
|
@@ -6085,22 +6013,17 @@ declare class AppLocale {
|
|
|
6085
6013
|
addRuleSectionTitle: string;
|
|
6086
6014
|
ruleMenu: {
|
|
6087
6015
|
activity: string;
|
|
6088
|
-
delete: string;
|
|
6089
|
-
edit: string;
|
|
6090
6016
|
pause: string;
|
|
6091
6017
|
resume: string;
|
|
6092
6018
|
};
|
|
6093
6019
|
pauseConfirmationPopup: {
|
|
6094
6020
|
title: string;
|
|
6095
6021
|
description: string;
|
|
6096
|
-
cancel: string;
|
|
6097
6022
|
pause: string;
|
|
6098
6023
|
};
|
|
6099
6024
|
deleteConfirmationPopup: {
|
|
6100
6025
|
title: string;
|
|
6101
6026
|
description: string;
|
|
6102
|
-
cancel: string;
|
|
6103
|
-
delete: string;
|
|
6104
6027
|
};
|
|
6105
6028
|
existingRuleLabels: {
|
|
6106
6029
|
addFundsFrom: string;
|
|
@@ -6137,7 +6060,6 @@ declare class AppLocale {
|
|
|
6137
6060
|
};
|
|
6138
6061
|
};
|
|
6139
6062
|
createRuleDrawer: {
|
|
6140
|
-
cancel: string;
|
|
6141
6063
|
review: string;
|
|
6142
6064
|
amount: string;
|
|
6143
6065
|
amountError: string;
|
|
@@ -6165,9 +6087,7 @@ declare class AppLocale {
|
|
|
6165
6087
|
};
|
|
6166
6088
|
};
|
|
6167
6089
|
reviewDrawer: {
|
|
6168
|
-
edit: string;
|
|
6169
6090
|
createRule: string;
|
|
6170
|
-
update: string;
|
|
6171
6091
|
footerDisclaimer: string;
|
|
6172
6092
|
frequency: string;
|
|
6173
6093
|
nextTransfer: string;
|
|
@@ -6297,7 +6217,6 @@ declare class AppLocale {
|
|
|
6297
6217
|
mileageAddTitle: string;
|
|
6298
6218
|
mileageSubTitle: string;
|
|
6299
6219
|
perText: string;
|
|
6300
|
-
save: string;
|
|
6301
6220
|
};
|
|
6302
6221
|
reimbursementApproval: {
|
|
6303
6222
|
amountPerRemiLabel: string;
|
|
@@ -6349,7 +6268,6 @@ declare class AppLocale {
|
|
|
6349
6268
|
deleteConfirmation: string;
|
|
6350
6269
|
missingReceipt: string;
|
|
6351
6270
|
deleteReimbursement: string;
|
|
6352
|
-
delete: string;
|
|
6353
6271
|
replace: string;
|
|
6354
6272
|
missingReceiptDescription: string;
|
|
6355
6273
|
newReimbursementTitle: string;
|
|
@@ -6368,6 +6286,8 @@ declare class AppLocale {
|
|
|
6368
6286
|
categoryPlaceholder: string;
|
|
6369
6287
|
customer: string;
|
|
6370
6288
|
customerPlaceholder: string;
|
|
6289
|
+
project: string;
|
|
6290
|
+
projectPlaceholder: string;
|
|
6371
6291
|
department: string;
|
|
6372
6292
|
distanceInMiles: string;
|
|
6373
6293
|
addMerchant: string;
|
|
@@ -6401,19 +6321,10 @@ declare class AppLocale {
|
|
|
6401
6321
|
approve: string;
|
|
6402
6322
|
deleteReport: string;
|
|
6403
6323
|
editAndResubmit: string;
|
|
6404
|
-
edit: string;
|
|
6405
6324
|
saveChanges: string;
|
|
6406
|
-
save: string;
|
|
6407
6325
|
resubmit: string;
|
|
6408
|
-
submit: string;
|
|
6409
6326
|
discardChanges: string;
|
|
6410
|
-
delete: string;
|
|
6411
|
-
cancel: string;
|
|
6412
|
-
send: string;
|
|
6413
6327
|
cancelAndDelete: string;
|
|
6414
|
-
remove: string;
|
|
6415
|
-
yes: string;
|
|
6416
|
-
no: string;
|
|
6417
6328
|
discard: string;
|
|
6418
6329
|
okay: string;
|
|
6419
6330
|
};
|
|
@@ -6428,7 +6339,6 @@ declare class AppLocale {
|
|
|
6428
6339
|
deleteBankAccountDescription: string;
|
|
6429
6340
|
noReceiptAttached: string;
|
|
6430
6341
|
dropReceipt: {
|
|
6431
|
-
upload: string;
|
|
6432
6342
|
single: string;
|
|
6433
6343
|
or: string;
|
|
6434
6344
|
multiple: string;
|
|
@@ -6861,7 +6771,6 @@ declare class AppLocale {
|
|
|
6861
6771
|
}[];
|
|
6862
6772
|
downloads: {
|
|
6863
6773
|
defaultDownloadFileName: string;
|
|
6864
|
-
download: string;
|
|
6865
6774
|
downloading: string;
|
|
6866
6775
|
};
|
|
6867
6776
|
chargeCard: {
|
|
@@ -6869,7 +6778,6 @@ declare class AppLocale {
|
|
|
6869
6778
|
title: string;
|
|
6870
6779
|
noStatements: string;
|
|
6871
6780
|
months: string;
|
|
6872
|
-
download: string;
|
|
6873
6781
|
};
|
|
6874
6782
|
paymentHistory: {
|
|
6875
6783
|
retryPayment: string;
|
|
@@ -7068,7 +6976,6 @@ declare class AppLocale {
|
|
|
7068
6976
|
addCard: string;
|
|
7069
6977
|
deleteCard: string;
|
|
7070
6978
|
type: string;
|
|
7071
|
-
remove: string;
|
|
7072
6979
|
deleteConfirmation: string;
|
|
7073
6980
|
additionalInfoPhysical: string;
|
|
7074
6981
|
additionalInfoVirtual: string;
|
|
@@ -7109,7 +7016,6 @@ declare class AppLocale {
|
|
|
7109
7016
|
rename: string;
|
|
7110
7017
|
lock: string;
|
|
7111
7018
|
unlock: string;
|
|
7112
|
-
close: string;
|
|
7113
7019
|
revokeInvite: string;
|
|
7114
7020
|
};
|
|
7115
7021
|
header: {
|
|
@@ -7672,8 +7578,6 @@ declare class AppLocale {
|
|
|
7672
7578
|
reviewAndConfirm: string;
|
|
7673
7579
|
backToTreasury: string;
|
|
7674
7580
|
transferBtn: string;
|
|
7675
|
-
back: string;
|
|
7676
|
-
close: string;
|
|
7677
7581
|
success: {
|
|
7678
7582
|
prefix: string;
|
|
7679
7583
|
midfix: string;
|
|
@@ -7834,7 +7738,6 @@ declare class AppLocale {
|
|
|
7834
7738
|
frequencyLabel: string;
|
|
7835
7739
|
frequencyAdditionalPrefix: string;
|
|
7836
7740
|
bufferAmountSuffix: string;
|
|
7837
|
-
cancel: string;
|
|
7838
7741
|
reviewSweep: string;
|
|
7839
7742
|
viewMore: string;
|
|
7840
7743
|
viewLess: string;
|
|
@@ -7864,7 +7767,6 @@ declare class AppLocale {
|
|
|
7864
7767
|
bufferCushionSuffix: string;
|
|
7865
7768
|
operatingBalance: string;
|
|
7866
7769
|
minimumRequired: string;
|
|
7867
|
-
edit: string;
|
|
7868
7770
|
confirmSweep: string;
|
|
7869
7771
|
disclaimer: string;
|
|
7870
7772
|
bufferAmountWrapPrefix: string;
|
|
@@ -7950,10 +7852,8 @@ declare class AppLocale {
|
|
|
7950
7852
|
dates: string;
|
|
7951
7853
|
tags: string;
|
|
7952
7854
|
timeSpent: string;
|
|
7953
|
-
apply: string;
|
|
7954
7855
|
snooze: string;
|
|
7955
7856
|
archive: string;
|
|
7956
|
-
delete: string;
|
|
7957
7857
|
unarchive: string;
|
|
7958
7858
|
undoDelete: string;
|
|
7959
7859
|
unsnooze: string;
|
|
@@ -8061,8 +7961,6 @@ declare class AppLocale {
|
|
|
8061
7961
|
newTemplate: string;
|
|
8062
7962
|
templateNamePlaceholder: string;
|
|
8063
7963
|
messageContentPlaceholder: string;
|
|
8064
|
-
cancel: string;
|
|
8065
|
-
save: string;
|
|
8066
7964
|
nameHeader: string;
|
|
8067
7965
|
previewHeader: string;
|
|
8068
7966
|
actionsHeader: string;
|
|
@@ -8117,8 +8015,6 @@ declare class AppLocale {
|
|
|
8117
8015
|
pageTitle: string;
|
|
8118
8016
|
referAndEarn: string;
|
|
8119
8017
|
deleteConfirmation: string;
|
|
8120
|
-
remove: string;
|
|
8121
|
-
cancel: string;
|
|
8122
8018
|
deleteReferral: string;
|
|
8123
8019
|
referButton: {
|
|
8124
8020
|
inviteViaEmail: string;
|
|
@@ -8649,10 +8545,6 @@ declare class AppLocale {
|
|
|
8649
8545
|
};
|
|
8650
8546
|
footer: {
|
|
8651
8547
|
buttons: {
|
|
8652
|
-
save: string;
|
|
8653
|
-
next: string;
|
|
8654
|
-
back: string;
|
|
8655
|
-
submit: string;
|
|
8656
8548
|
submitText: string;
|
|
8657
8549
|
};
|
|
8658
8550
|
};
|
|
@@ -9195,7 +9087,6 @@ declare class AppLocale {
|
|
|
9195
9087
|
};
|
|
9196
9088
|
step2: {
|
|
9197
9089
|
click: string;
|
|
9198
|
-
edit: string;
|
|
9199
9090
|
next: string;
|
|
9200
9091
|
vendor: string;
|
|
9201
9092
|
sourceInfo: string;
|
|
@@ -9231,7 +9122,6 @@ declare class AppLocale {
|
|
|
9231
9122
|
click: string;
|
|
9232
9123
|
refresh: string;
|
|
9233
9124
|
processText: string;
|
|
9234
|
-
cancel: string;
|
|
9235
9125
|
haltText: string;
|
|
9236
9126
|
};
|
|
9237
9127
|
step9: {
|
|
@@ -9924,7 +9814,6 @@ declare class AppLocale {
|
|
|
9924
9814
|
fileValidationFailed: {
|
|
9925
9815
|
heading: string;
|
|
9926
9816
|
description: string;
|
|
9927
|
-
cancel: string;
|
|
9928
9817
|
reupload: string;
|
|
9929
9818
|
closeAriaLabel: string;
|
|
9930
9819
|
};
|
|
@@ -9940,7 +9829,6 @@ declare class AppLocale {
|
|
|
9940
9829
|
};
|
|
9941
9830
|
lastReconciled: (date: string) => string;
|
|
9942
9831
|
lastReconciledBy: (date: string, name: string) => string;
|
|
9943
|
-
cancel: string;
|
|
9944
9832
|
reupload: string;
|
|
9945
9833
|
closeAriaLabel: string;
|
|
9946
9834
|
};
|
|
@@ -9967,7 +9855,6 @@ declare class AppLocale {
|
|
|
9967
9855
|
stepSubtitles: string[];
|
|
9968
9856
|
stepProgressLabel: (completed: number, total: number) => string;
|
|
9969
9857
|
working: string;
|
|
9970
|
-
cancel: string;
|
|
9971
9858
|
continueInBackground: string;
|
|
9972
9859
|
};
|
|
9973
9860
|
statementParseInfo: {
|
|
@@ -10308,8 +10195,6 @@ declare class AppLocale {
|
|
|
10308
10195
|
title: string;
|
|
10309
10196
|
startDate: string;
|
|
10310
10197
|
endDate: string;
|
|
10311
|
-
confirm: string;
|
|
10312
|
-
cancel: string;
|
|
10313
10198
|
startDatePlaceholder: string;
|
|
10314
10199
|
endDatePlaceholder: string;
|
|
10315
10200
|
datesInstruction: string;
|
|
@@ -10344,7 +10229,6 @@ declare class AppLocale {
|
|
|
10344
10229
|
bulkActions: {
|
|
10345
10230
|
menuLabel: string;
|
|
10346
10231
|
selectedCount: string;
|
|
10347
|
-
clear: string;
|
|
10348
10232
|
noCommonOperations: string;
|
|
10349
10233
|
disabledInfo: string;
|
|
10350
10234
|
bulkDialogDescription: string;
|