@commercetools-frontend-extensions/change-history 8.42.1 → 8.43.0
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/commercetools-frontend-extensions-change-history.cjs.dev.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +17 -9
- package/dist/commercetools-frontend-extensions-change-history.esm.js +17 -9
- package/dist/{de-09f61294.cjs.dev.js → de-079e6cad.cjs.prod.js} +118 -227
- package/dist/{de-4068d791.cjs.prod.js → de-c64c7be6.cjs.dev.js} +118 -227
- package/dist/{de-43131054.esm.js → de-dd42d489.esm.js} +118 -227
- package/dist/declarations/src/i18n/load-i18n.d.ts +198 -416
- package/dist/{en-ed9ac514.cjs.prod.js → en-3a67c803.cjs.prod.js} +113 -222
- package/dist/{en-6549d798.esm.js → en-74f50f36.esm.js} +113 -222
- package/dist/{en-53d43a34.cjs.dev.js → en-cd57f8ed.cjs.dev.js} +113 -222
- package/dist/{es-4f55de32.cjs.dev.js → es-0549e536.cjs.dev.js} +118 -227
- package/dist/{es-5ea78b93.cjs.prod.js → es-55faf3de.cjs.prod.js} +118 -227
- package/dist/{es-7a8f8f70.esm.js → es-691396c2.esm.js} +118 -227
- package/dist/{fr-FR-f3ababa7.esm.js → fr-FR-2f678d5f.esm.js} +118 -227
- package/dist/{fr-FR-622110a0.cjs.prod.js → fr-FR-e7c4e125.cjs.dev.js} +118 -227
- package/dist/{fr-FR-98e0d12b.cjs.dev.js → fr-FR-f1089b99.cjs.prod.js} +118 -227
- package/dist/{pt-BR-3f5983c9.cjs.dev.js → pt-BR-29bf9f10.cjs.prod.js} +118 -227
- package/dist/{pt-BR-c8959ae8.cjs.prod.js → pt-BR-2c2e6c98.cjs.dev.js} +118 -227
- package/dist/{pt-BR-dee519cb.esm.js → pt-BR-f321b66b.esm.js} +118 -227
- package/package.json +1 -1
|
@@ -174,6 +174,26 @@ export function loadMessages(locale: any): Promise<{
|
|
|
174
174
|
developer_comment: string;
|
|
175
175
|
string: string;
|
|
176
176
|
};
|
|
177
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
178
|
+
developer_comment: string;
|
|
179
|
+
string: string;
|
|
180
|
+
};
|
|
181
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
182
|
+
developer_comment: string;
|
|
183
|
+
string: string;
|
|
184
|
+
};
|
|
185
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
186
|
+
developer_comment: string;
|
|
187
|
+
string: string;
|
|
188
|
+
};
|
|
189
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
190
|
+
developer_comment: string;
|
|
191
|
+
string: string;
|
|
192
|
+
};
|
|
193
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
194
|
+
developer_comment: string;
|
|
195
|
+
string: string;
|
|
196
|
+
};
|
|
177
197
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
178
198
|
developer_comment: string;
|
|
179
199
|
string: string;
|
|
@@ -186,6 +206,26 @@ export function loadMessages(locale: any): Promise<{
|
|
|
186
206
|
developer_comment: string;
|
|
187
207
|
string: string;
|
|
188
208
|
};
|
|
209
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
210
|
+
developer_comment: string;
|
|
211
|
+
string: string;
|
|
212
|
+
};
|
|
213
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
214
|
+
developer_comment: string;
|
|
215
|
+
string: string;
|
|
216
|
+
};
|
|
217
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
218
|
+
developer_comment: string;
|
|
219
|
+
string: string;
|
|
220
|
+
};
|
|
221
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
222
|
+
developer_comment: string;
|
|
223
|
+
string: string;
|
|
224
|
+
};
|
|
225
|
+
"ChangeHistory.filters.changes.when": {
|
|
226
|
+
developer_comment: string;
|
|
227
|
+
string: string;
|
|
228
|
+
};
|
|
189
229
|
"ChangeHistory.filters.createdAtFilter": {
|
|
190
230
|
developer_comment: string;
|
|
191
231
|
string: string;
|
|
@@ -206,6 +246,14 @@ export function loadMessages(locale: any): Promise<{
|
|
|
206
246
|
developer_comment: string;
|
|
207
247
|
string: string;
|
|
208
248
|
};
|
|
249
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
250
|
+
developer_comment: string;
|
|
251
|
+
string: string;
|
|
252
|
+
};
|
|
253
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
254
|
+
developer_comment: string;
|
|
255
|
+
string: string;
|
|
256
|
+
};
|
|
209
257
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
210
258
|
developer_comment: string;
|
|
211
259
|
string: string;
|
|
@@ -226,35 +274,79 @@ export function loadMessages(locale: any): Promise<{
|
|
|
226
274
|
developer_comment: string;
|
|
227
275
|
string: string;
|
|
228
276
|
};
|
|
277
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
278
|
+
developer_comment: string;
|
|
279
|
+
string: string;
|
|
280
|
+
};
|
|
281
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
282
|
+
developer_comment: string;
|
|
283
|
+
string: string;
|
|
284
|
+
};
|
|
285
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
286
|
+
developer_comment: string;
|
|
287
|
+
string: string;
|
|
288
|
+
};
|
|
289
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
290
|
+
developer_comment: string;
|
|
291
|
+
string: string;
|
|
292
|
+
};
|
|
293
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
294
|
+
developer_comment: string;
|
|
295
|
+
string: string;
|
|
296
|
+
};
|
|
297
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
298
|
+
developer_comment: string;
|
|
299
|
+
string: string;
|
|
300
|
+
};
|
|
301
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
302
|
+
developer_comment: string;
|
|
303
|
+
string: string;
|
|
304
|
+
};
|
|
305
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
306
|
+
developer_comment: string;
|
|
307
|
+
string: string;
|
|
308
|
+
};
|
|
309
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
310
|
+
developer_comment: string;
|
|
311
|
+
string: string;
|
|
312
|
+
};
|
|
229
313
|
"ChangeHistory.filters.storesFilter": {
|
|
230
314
|
developer_comment: string;
|
|
231
315
|
string: string;
|
|
232
316
|
};
|
|
233
|
-
"ChangeHistory.filters.tooltips.
|
|
317
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
318
|
+
developer_comment: string;
|
|
319
|
+
string: string;
|
|
320
|
+
};
|
|
321
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
322
|
+
developer_comment: string;
|
|
323
|
+
string: string;
|
|
324
|
+
};
|
|
325
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
234
326
|
developer_comment: string;
|
|
235
327
|
string: string;
|
|
236
328
|
};
|
|
237
|
-
"ChangeHistory.filters.tooltips.
|
|
329
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
238
330
|
developer_comment: string;
|
|
239
331
|
string: string;
|
|
240
332
|
};
|
|
241
|
-
"ChangeHistory.filters.tooltips.
|
|
333
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
242
334
|
developer_comment: string;
|
|
243
335
|
string: string;
|
|
244
336
|
};
|
|
245
|
-
"ChangeHistory.filters.tooltips.
|
|
337
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
246
338
|
developer_comment: string;
|
|
247
339
|
string: string;
|
|
248
340
|
};
|
|
249
|
-
"ChangeHistory.filters.tooltips.
|
|
341
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
250
342
|
developer_comment: string;
|
|
251
343
|
string: string;
|
|
252
344
|
};
|
|
253
|
-
"ChangeHistory.filters.tooltips.
|
|
345
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
254
346
|
developer_comment: string;
|
|
255
347
|
string: string;
|
|
256
348
|
};
|
|
257
|
-
"ChangeHistory.filters.tooltips.
|
|
349
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
258
350
|
developer_comment: string;
|
|
259
351
|
string: string;
|
|
260
352
|
};
|
|
@@ -938,44 +1030,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
938
1030
|
developer_comment: string;
|
|
939
1031
|
string: string;
|
|
940
1032
|
};
|
|
941
|
-
"FieldFilters.addFilter": {
|
|
942
|
-
string: string;
|
|
943
|
-
};
|
|
944
|
-
"FieldFilters.removeFilter": {
|
|
945
|
-
string: string;
|
|
946
|
-
};
|
|
947
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
948
|
-
developer_comment: string;
|
|
949
|
-
string: string;
|
|
950
|
-
};
|
|
951
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
952
|
-
developer_comment: string;
|
|
953
|
-
string: string;
|
|
954
|
-
};
|
|
955
|
-
"InternalFilterToggle.modalIntroText": {
|
|
956
|
-
developer_comment: string;
|
|
957
|
-
string: string;
|
|
958
|
-
};
|
|
959
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
960
|
-
developer_comment: string;
|
|
961
|
-
string: string;
|
|
962
|
-
};
|
|
963
|
-
"InternalFilterToggle.modalProductText": {
|
|
964
|
-
developer_comment: string;
|
|
965
|
-
string: string;
|
|
966
|
-
};
|
|
967
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
968
|
-
developer_comment: string;
|
|
969
|
-
string: string;
|
|
970
|
-
};
|
|
971
|
-
"InternalFilterToggle.modalTitle": {
|
|
972
|
-
developer_comment: string;
|
|
973
|
-
string: string;
|
|
974
|
-
};
|
|
975
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
976
|
-
developer_comment: string;
|
|
977
|
-
string: string;
|
|
978
|
-
};
|
|
979
1033
|
"ItemList.addValue": {
|
|
980
1034
|
string: string;
|
|
981
1035
|
};
|
|
@@ -2118,34 +2172,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
2118
2172
|
developer_comment: string;
|
|
2119
2173
|
string: string;
|
|
2120
2174
|
};
|
|
2121
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
2122
|
-
developer_comment: string;
|
|
2123
|
-
string: string;
|
|
2124
|
-
};
|
|
2125
|
-
"ResourceActionFilter.fieldLabel": {
|
|
2126
|
-
developer_comment: string;
|
|
2127
|
-
string: string;
|
|
2128
|
-
};
|
|
2129
|
-
"ResourceActionFilter.hasLabel": {
|
|
2130
|
-
developer_comment: string;
|
|
2131
|
-
string: string;
|
|
2132
|
-
};
|
|
2133
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
2134
|
-
developer_comment: string;
|
|
2135
|
-
string: string;
|
|
2136
|
-
};
|
|
2137
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
2138
|
-
developer_comment: string;
|
|
2139
|
-
string: string;
|
|
2140
|
-
};
|
|
2141
|
-
"ResourceActionFilter.tagTxt": {
|
|
2142
|
-
developer_comment: string;
|
|
2143
|
-
string: string;
|
|
2144
|
-
};
|
|
2145
|
-
"ResourceActionFilter.whenLabel": {
|
|
2146
|
-
developer_comment: string;
|
|
2147
|
-
string: string;
|
|
2148
|
-
};
|
|
2149
2175
|
"ResourceCell.customObjectResource": {
|
|
2150
2176
|
developer_comment: string;
|
|
2151
2177
|
string: string;
|
|
@@ -3277,34 +3303,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3277
3303
|
developer_comment: string;
|
|
3278
3304
|
string: string;
|
|
3279
3305
|
};
|
|
3280
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
3281
|
-
developer_comment: string;
|
|
3282
|
-
string: string;
|
|
3283
|
-
};
|
|
3284
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
3285
|
-
developer_comment: string;
|
|
3286
|
-
string: string;
|
|
3287
|
-
};
|
|
3288
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
3289
|
-
developer_comment: string;
|
|
3290
|
-
string: string;
|
|
3291
|
-
};
|
|
3292
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
3293
|
-
developer_comment: string;
|
|
3294
|
-
string: string;
|
|
3295
|
-
};
|
|
3296
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
3297
|
-
developer_comment: string;
|
|
3298
|
-
string: string;
|
|
3299
|
-
};
|
|
3300
|
-
"Search.Filters.Definitions.Date.range": {
|
|
3301
|
-
developer_comment: string;
|
|
3302
|
-
string: string;
|
|
3303
|
-
};
|
|
3304
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
3305
|
-
developer_comment: string;
|
|
3306
|
-
string: string;
|
|
3307
|
-
};
|
|
3308
3306
|
"Search.Filters.Definitions.Text.in": {
|
|
3309
3307
|
developer_comment: string;
|
|
3310
3308
|
string: string;
|
|
@@ -3313,93 +3311,14 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3313
3311
|
developer_comment: string;
|
|
3314
3312
|
string: string;
|
|
3315
3313
|
};
|
|
3316
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
3317
|
-
developer_comment: string;
|
|
3318
|
-
string: string;
|
|
3319
|
-
};
|
|
3320
|
-
"Search.Filters.RangeFilter.and": {
|
|
3321
|
-
string: string;
|
|
3322
|
-
};
|
|
3323
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
3324
|
-
developer_comment: string;
|
|
3325
|
-
string: string;
|
|
3326
|
-
};
|
|
3327
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
3328
|
-
developer_comment: string;
|
|
3329
|
-
string: string;
|
|
3330
|
-
};
|
|
3331
|
-
"Search.Filters.addFilter": {
|
|
3332
|
-
developer_comment: string;
|
|
3333
|
-
string: string;
|
|
3334
|
-
};
|
|
3335
3314
|
"Search.Filters.apply": {
|
|
3336
3315
|
developer_comment: string;
|
|
3337
3316
|
string: string;
|
|
3338
3317
|
};
|
|
3339
|
-
"Search.Filters.applyAndClose": {
|
|
3340
|
-
developer_comment: string;
|
|
3341
|
-
string: string;
|
|
3342
|
-
};
|
|
3343
|
-
"Search.Filters.cancel": {
|
|
3344
|
-
developer_comment: string;
|
|
3345
|
-
string: string;
|
|
3346
|
-
};
|
|
3347
|
-
"Search.Filters.clearAllLabel": {
|
|
3348
|
-
developer_comment: string;
|
|
3349
|
-
string: string;
|
|
3350
|
-
};
|
|
3351
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
3352
|
-
developer_comment: string;
|
|
3353
|
-
string: string;
|
|
3354
|
-
};
|
|
3355
|
-
"Search.Filters.premiumFeature": {
|
|
3356
|
-
developer_comment: string;
|
|
3357
|
-
string: string;
|
|
3358
|
-
};
|
|
3359
|
-
"Search.Filters.removeAllLabel": {
|
|
3360
|
-
developer_comment: string;
|
|
3361
|
-
string: string;
|
|
3362
|
-
};
|
|
3363
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
3364
|
-
developer_comment: string;
|
|
3365
|
-
string: string;
|
|
3366
|
-
};
|
|
3367
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
3368
|
-
developer_comment: string;
|
|
3369
|
-
string: string;
|
|
3370
|
-
};
|
|
3371
3318
|
"Search.View.noResults": {
|
|
3372
3319
|
developer_comment: string;
|
|
3373
3320
|
string: string;
|
|
3374
3321
|
};
|
|
3375
|
-
"SearchInput.buttonLabel": {
|
|
3376
|
-
developer_comment: string;
|
|
3377
|
-
string: string;
|
|
3378
|
-
};
|
|
3379
|
-
"SearchInput.placeholder": {
|
|
3380
|
-
developer_comment: string;
|
|
3381
|
-
string: string;
|
|
3382
|
-
};
|
|
3383
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
3384
|
-
developer_comment: string;
|
|
3385
|
-
string: string;
|
|
3386
|
-
};
|
|
3387
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
3388
|
-
developer_comment: string;
|
|
3389
|
-
string: string;
|
|
3390
|
-
};
|
|
3391
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
3392
|
-
developer_comment: string;
|
|
3393
|
-
string: string;
|
|
3394
|
-
};
|
|
3395
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3396
|
-
developer_comment: string;
|
|
3397
|
-
string: string;
|
|
3398
|
-
};
|
|
3399
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
3400
|
-
developer_comment: string;
|
|
3401
|
-
string: string;
|
|
3402
|
-
};
|
|
3403
3322
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
3404
3323
|
developer_comment: string;
|
|
3405
3324
|
string: string;
|
|
@@ -3544,38 +3463,10 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3544
3463
|
developer_comment: string;
|
|
3545
3464
|
string: string;
|
|
3546
3465
|
};
|
|
3547
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
3548
|
-
developer_comment: string;
|
|
3549
|
-
string: string;
|
|
3550
|
-
};
|
|
3551
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
3552
|
-
developer_comment: string;
|
|
3553
|
-
string: string;
|
|
3554
|
-
};
|
|
3555
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
3556
|
-
developer_comment: string;
|
|
3557
|
-
string: string;
|
|
3558
|
-
};
|
|
3559
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
3560
|
-
developer_comment: string;
|
|
3561
|
-
string: string;
|
|
3562
|
-
};
|
|
3563
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3564
|
-
developer_comment: string;
|
|
3565
|
-
string: string;
|
|
3566
|
-
};
|
|
3567
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
3568
|
-
developer_comment: string;
|
|
3569
|
-
string: string;
|
|
3570
|
-
};
|
|
3571
3466
|
"TotalResults.title": {
|
|
3572
3467
|
developer_comment: string;
|
|
3573
3468
|
string: string;
|
|
3574
3469
|
};
|
|
3575
|
-
"Validation.required": {
|
|
3576
|
-
developer_comment: string;
|
|
3577
|
-
string: string;
|
|
3578
|
-
};
|
|
3579
3470
|
"VersionTier.premiumButton": {
|
|
3580
3471
|
developer_comment: string;
|
|
3581
3472
|
string: string;
|
|
@@ -3831,6 +3722,26 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3831
3722
|
developer_comment: string;
|
|
3832
3723
|
string: string;
|
|
3833
3724
|
};
|
|
3725
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
3726
|
+
developer_comment: string;
|
|
3727
|
+
string: string;
|
|
3728
|
+
};
|
|
3729
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
3730
|
+
developer_comment: string;
|
|
3731
|
+
string: string;
|
|
3732
|
+
};
|
|
3733
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
3734
|
+
developer_comment: string;
|
|
3735
|
+
string: string;
|
|
3736
|
+
};
|
|
3737
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
3738
|
+
developer_comment: string;
|
|
3739
|
+
string: string;
|
|
3740
|
+
};
|
|
3741
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
3742
|
+
developer_comment: string;
|
|
3743
|
+
string: string;
|
|
3744
|
+
};
|
|
3834
3745
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
3835
3746
|
developer_comment: string;
|
|
3836
3747
|
string: string;
|
|
@@ -3843,6 +3754,26 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3843
3754
|
developer_comment: string;
|
|
3844
3755
|
string: string;
|
|
3845
3756
|
};
|
|
3757
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
3758
|
+
developer_comment: string;
|
|
3759
|
+
string: string;
|
|
3760
|
+
};
|
|
3761
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
3762
|
+
developer_comment: string;
|
|
3763
|
+
string: string;
|
|
3764
|
+
};
|
|
3765
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
3766
|
+
developer_comment: string;
|
|
3767
|
+
string: string;
|
|
3768
|
+
};
|
|
3769
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
3770
|
+
developer_comment: string;
|
|
3771
|
+
string: string;
|
|
3772
|
+
};
|
|
3773
|
+
"ChangeHistory.filters.changes.when": {
|
|
3774
|
+
developer_comment: string;
|
|
3775
|
+
string: string;
|
|
3776
|
+
};
|
|
3846
3777
|
"ChangeHistory.filters.createdAtFilter": {
|
|
3847
3778
|
developer_comment: string;
|
|
3848
3779
|
string: string;
|
|
@@ -3863,6 +3794,14 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3863
3794
|
developer_comment: string;
|
|
3864
3795
|
string: string;
|
|
3865
3796
|
};
|
|
3797
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
3798
|
+
developer_comment: string;
|
|
3799
|
+
string: string;
|
|
3800
|
+
};
|
|
3801
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
3802
|
+
developer_comment: string;
|
|
3803
|
+
string: string;
|
|
3804
|
+
};
|
|
3866
3805
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
3867
3806
|
developer_comment: string;
|
|
3868
3807
|
string: string;
|
|
@@ -3883,35 +3822,79 @@ export function loadMessages(locale: any): Promise<{
|
|
|
3883
3822
|
developer_comment: string;
|
|
3884
3823
|
string: string;
|
|
3885
3824
|
};
|
|
3825
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
3826
|
+
developer_comment: string;
|
|
3827
|
+
string: string;
|
|
3828
|
+
};
|
|
3829
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
3830
|
+
developer_comment: string;
|
|
3831
|
+
string: string;
|
|
3832
|
+
};
|
|
3833
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
3834
|
+
developer_comment: string;
|
|
3835
|
+
string: string;
|
|
3836
|
+
};
|
|
3837
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
3838
|
+
developer_comment: string;
|
|
3839
|
+
string: string;
|
|
3840
|
+
};
|
|
3841
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
3842
|
+
developer_comment: string;
|
|
3843
|
+
string: string;
|
|
3844
|
+
};
|
|
3845
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
3846
|
+
developer_comment: string;
|
|
3847
|
+
string: string;
|
|
3848
|
+
};
|
|
3849
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
3850
|
+
developer_comment: string;
|
|
3851
|
+
string: string;
|
|
3852
|
+
};
|
|
3853
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
3854
|
+
developer_comment: string;
|
|
3855
|
+
string: string;
|
|
3856
|
+
};
|
|
3857
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
3858
|
+
developer_comment: string;
|
|
3859
|
+
string: string;
|
|
3860
|
+
};
|
|
3886
3861
|
"ChangeHistory.filters.storesFilter": {
|
|
3887
3862
|
developer_comment: string;
|
|
3888
3863
|
string: string;
|
|
3889
3864
|
};
|
|
3890
|
-
"ChangeHistory.filters.tooltips.
|
|
3865
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
3866
|
+
developer_comment: string;
|
|
3867
|
+
string: string;
|
|
3868
|
+
};
|
|
3869
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
3870
|
+
developer_comment: string;
|
|
3871
|
+
string: string;
|
|
3872
|
+
};
|
|
3873
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
3891
3874
|
developer_comment: string;
|
|
3892
3875
|
string: string;
|
|
3893
3876
|
};
|
|
3894
|
-
"ChangeHistory.filters.tooltips.
|
|
3877
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
3895
3878
|
developer_comment: string;
|
|
3896
3879
|
string: string;
|
|
3897
3880
|
};
|
|
3898
|
-
"ChangeHistory.filters.tooltips.
|
|
3881
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
3899
3882
|
developer_comment: string;
|
|
3900
3883
|
string: string;
|
|
3901
3884
|
};
|
|
3902
|
-
"ChangeHistory.filters.tooltips.
|
|
3885
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
3903
3886
|
developer_comment: string;
|
|
3904
3887
|
string: string;
|
|
3905
3888
|
};
|
|
3906
|
-
"ChangeHistory.filters.tooltips.
|
|
3889
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
3907
3890
|
developer_comment: string;
|
|
3908
3891
|
string: string;
|
|
3909
3892
|
};
|
|
3910
|
-
"ChangeHistory.filters.tooltips.
|
|
3893
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
3911
3894
|
developer_comment: string;
|
|
3912
3895
|
string: string;
|
|
3913
3896
|
};
|
|
3914
|
-
"ChangeHistory.filters.tooltips.
|
|
3897
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
3915
3898
|
developer_comment: string;
|
|
3916
3899
|
string: string;
|
|
3917
3900
|
};
|
|
@@ -4595,44 +4578,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
4595
4578
|
developer_comment: string;
|
|
4596
4579
|
string: string;
|
|
4597
4580
|
};
|
|
4598
|
-
"FieldFilters.addFilter": {
|
|
4599
|
-
string: string;
|
|
4600
|
-
};
|
|
4601
|
-
"FieldFilters.removeFilter": {
|
|
4602
|
-
string: string;
|
|
4603
|
-
};
|
|
4604
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
4605
|
-
developer_comment: string;
|
|
4606
|
-
string: string;
|
|
4607
|
-
};
|
|
4608
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
4609
|
-
developer_comment: string;
|
|
4610
|
-
string: string;
|
|
4611
|
-
};
|
|
4612
|
-
"InternalFilterToggle.modalIntroText": {
|
|
4613
|
-
developer_comment: string;
|
|
4614
|
-
string: string;
|
|
4615
|
-
};
|
|
4616
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
4617
|
-
developer_comment: string;
|
|
4618
|
-
string: string;
|
|
4619
|
-
};
|
|
4620
|
-
"InternalFilterToggle.modalProductText": {
|
|
4621
|
-
developer_comment: string;
|
|
4622
|
-
string: string;
|
|
4623
|
-
};
|
|
4624
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
4625
|
-
developer_comment: string;
|
|
4626
|
-
string: string;
|
|
4627
|
-
};
|
|
4628
|
-
"InternalFilterToggle.modalTitle": {
|
|
4629
|
-
developer_comment: string;
|
|
4630
|
-
string: string;
|
|
4631
|
-
};
|
|
4632
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
4633
|
-
developer_comment: string;
|
|
4634
|
-
string: string;
|
|
4635
|
-
};
|
|
4636
4581
|
"ItemList.addValue": {
|
|
4637
4582
|
string: string;
|
|
4638
4583
|
};
|
|
@@ -5775,34 +5720,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
5775
5720
|
developer_comment: string;
|
|
5776
5721
|
string: string;
|
|
5777
5722
|
};
|
|
5778
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
5779
|
-
developer_comment: string;
|
|
5780
|
-
string: string;
|
|
5781
|
-
};
|
|
5782
|
-
"ResourceActionFilter.fieldLabel": {
|
|
5783
|
-
developer_comment: string;
|
|
5784
|
-
string: string;
|
|
5785
|
-
};
|
|
5786
|
-
"ResourceActionFilter.hasLabel": {
|
|
5787
|
-
developer_comment: string;
|
|
5788
|
-
string: string;
|
|
5789
|
-
};
|
|
5790
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
5791
|
-
developer_comment: string;
|
|
5792
|
-
string: string;
|
|
5793
|
-
};
|
|
5794
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
5795
|
-
developer_comment: string;
|
|
5796
|
-
string: string;
|
|
5797
|
-
};
|
|
5798
|
-
"ResourceActionFilter.tagTxt": {
|
|
5799
|
-
developer_comment: string;
|
|
5800
|
-
string: string;
|
|
5801
|
-
};
|
|
5802
|
-
"ResourceActionFilter.whenLabel": {
|
|
5803
|
-
developer_comment: string;
|
|
5804
|
-
string: string;
|
|
5805
|
-
};
|
|
5806
5723
|
"ResourceCell.customObjectResource": {
|
|
5807
5724
|
developer_comment: string;
|
|
5808
5725
|
string: string;
|
|
@@ -6934,34 +6851,6 @@ export function loadMessages(locale: any): Promise<{
|
|
|
6934
6851
|
developer_comment: string;
|
|
6935
6852
|
string: string;
|
|
6936
6853
|
};
|
|
6937
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
6938
|
-
developer_comment: string;
|
|
6939
|
-
string: string;
|
|
6940
|
-
};
|
|
6941
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
6942
|
-
developer_comment: string;
|
|
6943
|
-
string: string;
|
|
6944
|
-
};
|
|
6945
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
6946
|
-
developer_comment: string;
|
|
6947
|
-
string: string;
|
|
6948
|
-
};
|
|
6949
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
6950
|
-
developer_comment: string;
|
|
6951
|
-
string: string;
|
|
6952
|
-
};
|
|
6953
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
6954
|
-
developer_comment: string;
|
|
6955
|
-
string: string;
|
|
6956
|
-
};
|
|
6957
|
-
"Search.Filters.Definitions.Date.range": {
|
|
6958
|
-
developer_comment: string;
|
|
6959
|
-
string: string;
|
|
6960
|
-
};
|
|
6961
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
6962
|
-
developer_comment: string;
|
|
6963
|
-
string: string;
|
|
6964
|
-
};
|
|
6965
6854
|
"Search.Filters.Definitions.Text.in": {
|
|
6966
6855
|
developer_comment: string;
|
|
6967
6856
|
string: string;
|
|
@@ -6970,93 +6859,14 @@ export function loadMessages(locale: any): Promise<{
|
|
|
6970
6859
|
developer_comment: string;
|
|
6971
6860
|
string: string;
|
|
6972
6861
|
};
|
|
6973
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
6974
|
-
developer_comment: string;
|
|
6975
|
-
string: string;
|
|
6976
|
-
};
|
|
6977
|
-
"Search.Filters.RangeFilter.and": {
|
|
6978
|
-
string: string;
|
|
6979
|
-
};
|
|
6980
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
6981
|
-
developer_comment: string;
|
|
6982
|
-
string: string;
|
|
6983
|
-
};
|
|
6984
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
6985
|
-
developer_comment: string;
|
|
6986
|
-
string: string;
|
|
6987
|
-
};
|
|
6988
|
-
"Search.Filters.addFilter": {
|
|
6989
|
-
developer_comment: string;
|
|
6990
|
-
string: string;
|
|
6991
|
-
};
|
|
6992
6862
|
"Search.Filters.apply": {
|
|
6993
6863
|
developer_comment: string;
|
|
6994
6864
|
string: string;
|
|
6995
6865
|
};
|
|
6996
|
-
"Search.Filters.applyAndClose": {
|
|
6997
|
-
developer_comment: string;
|
|
6998
|
-
string: string;
|
|
6999
|
-
};
|
|
7000
|
-
"Search.Filters.cancel": {
|
|
7001
|
-
developer_comment: string;
|
|
7002
|
-
string: string;
|
|
7003
|
-
};
|
|
7004
|
-
"Search.Filters.clearAllLabel": {
|
|
7005
|
-
developer_comment: string;
|
|
7006
|
-
string: string;
|
|
7007
|
-
};
|
|
7008
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
7009
|
-
developer_comment: string;
|
|
7010
|
-
string: string;
|
|
7011
|
-
};
|
|
7012
|
-
"Search.Filters.premiumFeature": {
|
|
7013
|
-
developer_comment: string;
|
|
7014
|
-
string: string;
|
|
7015
|
-
};
|
|
7016
|
-
"Search.Filters.removeAllLabel": {
|
|
7017
|
-
developer_comment: string;
|
|
7018
|
-
string: string;
|
|
7019
|
-
};
|
|
7020
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
7021
|
-
developer_comment: string;
|
|
7022
|
-
string: string;
|
|
7023
|
-
};
|
|
7024
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
7025
|
-
developer_comment: string;
|
|
7026
|
-
string: string;
|
|
7027
|
-
};
|
|
7028
6866
|
"Search.View.noResults": {
|
|
7029
6867
|
developer_comment: string;
|
|
7030
6868
|
string: string;
|
|
7031
6869
|
};
|
|
7032
|
-
"SearchInput.buttonLabel": {
|
|
7033
|
-
developer_comment: string;
|
|
7034
|
-
string: string;
|
|
7035
|
-
};
|
|
7036
|
-
"SearchInput.placeholder": {
|
|
7037
|
-
developer_comment: string;
|
|
7038
|
-
string: string;
|
|
7039
|
-
};
|
|
7040
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
7041
|
-
developer_comment: string;
|
|
7042
|
-
string: string;
|
|
7043
|
-
};
|
|
7044
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
7045
|
-
developer_comment: string;
|
|
7046
|
-
string: string;
|
|
7047
|
-
};
|
|
7048
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
7049
|
-
developer_comment: string;
|
|
7050
|
-
string: string;
|
|
7051
|
-
};
|
|
7052
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
7053
|
-
developer_comment: string;
|
|
7054
|
-
string: string;
|
|
7055
|
-
};
|
|
7056
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
7057
|
-
developer_comment: string;
|
|
7058
|
-
string: string;
|
|
7059
|
-
};
|
|
7060
6870
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
7061
6871
|
developer_comment: string;
|
|
7062
6872
|
string: string;
|
|
@@ -7201,38 +7011,10 @@ export function loadMessages(locale: any): Promise<{
|
|
|
7201
7011
|
developer_comment: string;
|
|
7202
7012
|
string: string;
|
|
7203
7013
|
};
|
|
7204
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
7205
|
-
developer_comment: string;
|
|
7206
|
-
string: string;
|
|
7207
|
-
};
|
|
7208
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
7209
|
-
developer_comment: string;
|
|
7210
|
-
string: string;
|
|
7211
|
-
};
|
|
7212
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
7213
|
-
developer_comment: string;
|
|
7214
|
-
string: string;
|
|
7215
|
-
};
|
|
7216
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
7217
|
-
developer_comment: string;
|
|
7218
|
-
string: string;
|
|
7219
|
-
};
|
|
7220
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
7221
|
-
developer_comment: string;
|
|
7222
|
-
string: string;
|
|
7223
|
-
};
|
|
7224
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
7225
|
-
developer_comment: string;
|
|
7226
|
-
string: string;
|
|
7227
|
-
};
|
|
7228
7014
|
"TotalResults.title": {
|
|
7229
7015
|
developer_comment: string;
|
|
7230
7016
|
string: string;
|
|
7231
7017
|
};
|
|
7232
|
-
"Validation.required": {
|
|
7233
|
-
developer_comment: string;
|
|
7234
|
-
string: string;
|
|
7235
|
-
};
|
|
7236
7018
|
"VersionTier.premiumButton": {
|
|
7237
7019
|
developer_comment: string;
|
|
7238
7020
|
string: string;
|