@commercetools-frontend-extensions/change-history 8.42.1 → 8.43.1
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 -10
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +17 -10
- package/dist/commercetools-frontend-extensions-change-history.esm.js +17 -10
- 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 +13 -14
|
@@ -173,6 +173,26 @@ var en = {
|
|
|
173
173
|
developer_comment: "Label for basic filter group title",
|
|
174
174
|
string: "Basic"
|
|
175
175
|
},
|
|
176
|
+
"ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
|
|
177
|
+
developer_comment: "The aria label for business unit input",
|
|
178
|
+
string: "business unit filter"
|
|
179
|
+
},
|
|
180
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
181
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
182
|
+
string: "No matches found for ''{inputValue}''"
|
|
183
|
+
},
|
|
184
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
185
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
186
|
+
string: "Type above to load values"
|
|
187
|
+
},
|
|
188
|
+
"ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
|
|
189
|
+
developer_comment: "The placeholder shown for search select input",
|
|
190
|
+
string: "Search by exact key"
|
|
191
|
+
},
|
|
192
|
+
"ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
|
|
193
|
+
developer_comment: "The placeholder shown for select input and async select input",
|
|
194
|
+
string: "Search"
|
|
195
|
+
},
|
|
176
196
|
"ChangeHistory.filters.businessUnitFilter": {
|
|
177
197
|
developer_comment: "Label for business unit filter",
|
|
178
198
|
string: "Business unit"
|
|
@@ -185,6 +205,26 @@ var en = {
|
|
|
185
205
|
developer_comment: "Label for filter action type",
|
|
186
206
|
string: "Action type"
|
|
187
207
|
},
|
|
208
|
+
"ChangeHistory.filters.changes.appliedChangesFilterLabel": {
|
|
209
|
+
developer_comment: "Label for the applied changes filter",
|
|
210
|
+
string: "{entity} has {change}"
|
|
211
|
+
},
|
|
212
|
+
"ChangeHistory.filters.changes.noChangesMessage": {
|
|
213
|
+
developer_comment: "Message displayed when no changes are listed because there is no entity selected yet",
|
|
214
|
+
string: "Select entity type above"
|
|
215
|
+
},
|
|
216
|
+
"ChangeHistory.filters.changes.selectChangePlaceholder": {
|
|
217
|
+
developer_comment: "Placeholder for the changes select input",
|
|
218
|
+
string: "Select the change..."
|
|
219
|
+
},
|
|
220
|
+
"ChangeHistory.filters.changes.selectEntityPlaceholder": {
|
|
221
|
+
developer_comment: "Placeholder for the entity select input",
|
|
222
|
+
string: "Select the entity type..."
|
|
223
|
+
},
|
|
224
|
+
"ChangeHistory.filters.changes.when": {
|
|
225
|
+
developer_comment: "Label for the \"when\" operator",
|
|
226
|
+
string: "when"
|
|
227
|
+
},
|
|
188
228
|
"ChangeHistory.filters.createdAtFilter": {
|
|
189
229
|
developer_comment: "Label for filter created at",
|
|
190
230
|
string: "Date"
|
|
@@ -205,6 +245,14 @@ var en = {
|
|
|
205
245
|
developer_comment: "Label for exclude platform changes filter",
|
|
206
246
|
string: "Exclude platform changes"
|
|
207
247
|
},
|
|
248
|
+
"ChangeHistory.filters.filterGroupBasicTier": {
|
|
249
|
+
developer_comment: "Label for the basic tier filter group",
|
|
250
|
+
string: "Basic"
|
|
251
|
+
},
|
|
252
|
+
"ChangeHistory.filters.filterGroupPremiumTier": {
|
|
253
|
+
developer_comment: "Label for the premium tier filter group",
|
|
254
|
+
string: "Premium only"
|
|
255
|
+
},
|
|
208
256
|
"ChangeHistory.filters.merchantCenterUserFilter": {
|
|
209
257
|
developer_comment: "Label for merchant center user filter",
|
|
210
258
|
string: "Merchant center user"
|
|
@@ -225,37 +273,81 @@ var en = {
|
|
|
225
273
|
developer_comment: "Label for filter entity type",
|
|
226
274
|
string: "Entity type"
|
|
227
275
|
},
|
|
276
|
+
"ChangeHistory.filters.source.apiInitiated": {
|
|
277
|
+
developer_comment: "Label for API initiated source filter option",
|
|
278
|
+
string: "API initiated"
|
|
279
|
+
},
|
|
280
|
+
"ChangeHistory.filters.source.merchantCenterInitiated": {
|
|
281
|
+
developer_comment: "Label for Merchant Center initiated source filter option",
|
|
282
|
+
string: "Merchant Center initiated"
|
|
283
|
+
},
|
|
284
|
+
"ChangeHistory.filters.source.platformInitiated": {
|
|
285
|
+
developer_comment: "Label for Platform initiated source filter option",
|
|
286
|
+
string: "Platform Initiated changes"
|
|
287
|
+
},
|
|
288
|
+
"ChangeHistory.filters.sourceFilter": {
|
|
289
|
+
developer_comment: "Label for source filter",
|
|
290
|
+
string: "Source"
|
|
291
|
+
},
|
|
292
|
+
"ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
|
|
293
|
+
developer_comment: "The placeholder shown for async select input",
|
|
294
|
+
string: "Select or type a store key"
|
|
295
|
+
},
|
|
296
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
|
|
297
|
+
developer_comment: "The message shown in search select input when no matches are found for a provided input",
|
|
298
|
+
string: "No matches found for ''{inputValue}''"
|
|
299
|
+
},
|
|
300
|
+
"ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
|
|
301
|
+
developer_comment: "The message shown in search select input when no matches are found and no input is provided",
|
|
302
|
+
string: "Type above to load values"
|
|
303
|
+
},
|
|
304
|
+
"ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
|
|
305
|
+
developer_comment: "The placeholder shown for search select input",
|
|
306
|
+
string: "Search by exact key"
|
|
307
|
+
},
|
|
308
|
+
"ChangeHistory.filters.stores.storesAriaLabel": {
|
|
309
|
+
developer_comment: "The aria label for stores input",
|
|
310
|
+
string: "stores filter"
|
|
311
|
+
},
|
|
228
312
|
"ChangeHistory.filters.storesFilter": {
|
|
229
313
|
developer_comment: "Label for stores filter",
|
|
230
314
|
string: "Stores"
|
|
231
315
|
},
|
|
232
|
-
"ChangeHistory.filters.tooltips.
|
|
233
|
-
developer_comment: "
|
|
234
|
-
string: "
|
|
316
|
+
"ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
|
|
317
|
+
developer_comment: "Alt description for the Customer ID tooltip image.",
|
|
318
|
+
string: "Merchant Center screen displaying a highlighted section in the URL bar"
|
|
235
319
|
},
|
|
236
|
-
"ChangeHistory.filters.tooltips.
|
|
237
|
-
developer_comment: "
|
|
238
|
-
string: "
|
|
320
|
+
"ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
|
|
321
|
+
developer_comment: "General Customer ID information",
|
|
322
|
+
string: "The Customer ID filter only displays changes where a Customer ID is recorded. For full traceability, the Customer ID must be logged in all \"create\" and \"update\" actions. <a>Read more</a>"
|
|
239
323
|
},
|
|
240
|
-
"ChangeHistory.filters.tooltips.
|
|
241
|
-
developer_comment: "
|
|
242
|
-
string: "
|
|
324
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
|
|
325
|
+
developer_comment: "How to locate a Customer ID",
|
|
326
|
+
string: "Go to \"Customers\" and navigate to the desired customer’s detail page, where the ID will appear within the URL."
|
|
243
327
|
},
|
|
244
|
-
"ChangeHistory.filters.tooltips.
|
|
245
|
-
developer_comment: "
|
|
246
|
-
string: "
|
|
328
|
+
"ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
|
|
329
|
+
developer_comment: "Title of the how to locate a Customer ID paragraph",
|
|
330
|
+
string: "To find a Customer ID in the Merchant Center:"
|
|
247
331
|
},
|
|
248
|
-
"ChangeHistory.filters.tooltips.
|
|
249
|
-
developer_comment: "
|
|
250
|
-
string: "
|
|
332
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": {
|
|
333
|
+
developer_comment: "Title for Customer ID dialog",
|
|
334
|
+
string: "Customer ID filter"
|
|
251
335
|
},
|
|
252
|
-
"ChangeHistory.filters.tooltips.
|
|
253
|
-
developer_comment: "
|
|
254
|
-
string: "
|
|
336
|
+
"ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
|
|
337
|
+
developer_comment: "Alt description for the Entity ID tooltip image.",
|
|
338
|
+
string: "Merchant Center screen displaying a highlighted section in the URL bar"
|
|
255
339
|
},
|
|
256
|
-
"ChangeHistory.filters.tooltips.
|
|
257
|
-
developer_comment: "
|
|
258
|
-
string: "
|
|
340
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
|
|
341
|
+
developer_comment: "How to locate an Entity ID",
|
|
342
|
+
string: "Navigate to the detail page of the desired entity instance, where the ID will appear within the URL."
|
|
343
|
+
},
|
|
344
|
+
"ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
|
|
345
|
+
developer_comment: "Title of the how to locate an Entity ID paragraph",
|
|
346
|
+
string: "To find an Entity ID in the Merchant Center:"
|
|
347
|
+
},
|
|
348
|
+
"ChangeHistory.filters.tooltips.entityIdDialogTitle": {
|
|
349
|
+
developer_comment: "Title for Entity ID dialog",
|
|
350
|
+
string: "Entity ID filter"
|
|
259
351
|
},
|
|
260
352
|
"ChangeHistory.inContextView.linkLabel": {
|
|
261
353
|
developer_comment: "Label for change history link",
|
|
@@ -937,44 +1029,6 @@ var en = {
|
|
|
937
1029
|
developer_comment: "Label for date selector (to)",
|
|
938
1030
|
string: "to"
|
|
939
1031
|
},
|
|
940
|
-
"FieldFilters.addFilter": {
|
|
941
|
-
string: "Add filter"
|
|
942
|
-
},
|
|
943
|
-
"FieldFilters.removeFilter": {
|
|
944
|
-
string: "Remove filter"
|
|
945
|
-
},
|
|
946
|
-
"InternalFilterToggle.infoButtonLabel": {
|
|
947
|
-
developer_comment: "Label for the info button",
|
|
948
|
-
string: "Platform-initiated change information"
|
|
949
|
-
},
|
|
950
|
-
"InternalFilterToggle.modalDiscountCodesText": {
|
|
951
|
-
developer_comment: "Text for the pop up modal",
|
|
952
|
-
string: "<b>Discount codes</b><br></br><em>1- Set application version</em>: the property <em>“applicationVersion”</em> is used for the internal platform only, and registers the reservation of use of a discount code. Its value is managed by the platform, can change at any time due to internal and external factors. It should not be used in customer logic."
|
|
953
|
-
},
|
|
954
|
-
"InternalFilterToggle.modalIntroText": {
|
|
955
|
-
developer_comment: "Text for intro in the pop up modal",
|
|
956
|
-
string: "Change updates can be categorized into two groups: platform-initiated and user-initiated changes. The platform-initiated changes are all updates that can not be triggered manually by a user; these updates are triggered automatically as a result of a user-initiated change and are the following:"
|
|
957
|
-
},
|
|
958
|
-
"InternalFilterToggle.modalProductDiscountsText": {
|
|
959
|
-
developer_comment: "Text for the pop up modal",
|
|
960
|
-
string: "<b>Product discounts</b><br></br><em>2- Set is valid</em>: the property <em>“isValid”</em> is added as true when the <em>“validFrom”</em> date is reached, and then removed after the <em>“validUntil”</em> date is reached."
|
|
961
|
-
},
|
|
962
|
-
"InternalFilterToggle.modalProductText": {
|
|
963
|
-
developer_comment: "Text for the pop up modal",
|
|
964
|
-
string: "<b>Product</b><br></br><em>3- Change review rating statistics</em>: the property <em>“reviewRatingStatistics”</em> is updated when the reviews of the product change.<br></br><em>4- Change variant availability</em>: the property <em>“variantAvailability”</em> is updated when an inventory entry related to the product is updated."
|
|
965
|
-
},
|
|
966
|
-
"InternalFilterToggle.modalShoppingListText": {
|
|
967
|
-
developer_comment: "Text for the pop up modal",
|
|
968
|
-
string: "<b>Shopping lists</b><br></br><em>5- Change line item name</em>: the property <em>“lineItemName”</em> is updated in an <a>eventually consistent</a> manner when a product’s name changes and is referenced in a shopping list."
|
|
969
|
-
},
|
|
970
|
-
"InternalFilterToggle.modalTitle": {
|
|
971
|
-
developer_comment: "Title for the pop up modal",
|
|
972
|
-
string: "Platform-initiated changes"
|
|
973
|
-
},
|
|
974
|
-
"InternalFilterToggle.toggleButtonLabel": {
|
|
975
|
-
developer_comment: "Label for the toggle button",
|
|
976
|
-
string: "Display platform-initiated changes"
|
|
977
|
-
},
|
|
978
1032
|
"ItemList.addValue": {
|
|
979
1033
|
string: "Add new value"
|
|
980
1034
|
},
|
|
@@ -2117,34 +2171,6 @@ var en = {
|
|
|
2117
2171
|
developer_comment: "Filter for action removeLocation",
|
|
2118
2172
|
string: "Remove location"
|
|
2119
2173
|
},
|
|
2120
|
-
"ResourceActionFilter.actionInputPlaceholder": {
|
|
2121
|
-
developer_comment: "Placeholder for change selection",
|
|
2122
|
-
string: "Select change..."
|
|
2123
|
-
},
|
|
2124
|
-
"ResourceActionFilter.fieldLabel": {
|
|
2125
|
-
developer_comment: "Message for the fieldLabel",
|
|
2126
|
-
string: "Changes"
|
|
2127
|
-
},
|
|
2128
|
-
"ResourceActionFilter.hasLabel": {
|
|
2129
|
-
developer_comment: "Message for the hasLabel",
|
|
2130
|
-
string: "has"
|
|
2131
|
-
},
|
|
2132
|
-
"ResourceActionFilter.resourceActionValidationError": {
|
|
2133
|
-
developer_comment: "Message for validation fails",
|
|
2134
|
-
string: "An entity and a change must be selected"
|
|
2135
|
-
},
|
|
2136
|
-
"ResourceActionFilter.resourceInputPlaceholder": {
|
|
2137
|
-
developer_comment: "Placeholder for resource selection",
|
|
2138
|
-
string: "Select the entity type..."
|
|
2139
|
-
},
|
|
2140
|
-
"ResourceActionFilter.tagTxt": {
|
|
2141
|
-
developer_comment: "Message for the tag with formatting for bold",
|
|
2142
|
-
string: "when <bold>{resource}</bold> has <bold>{change}</bold>"
|
|
2143
|
-
},
|
|
2144
|
-
"ResourceActionFilter.whenLabel": {
|
|
2145
|
-
developer_comment: "Message for whenLabel",
|
|
2146
|
-
string: "when"
|
|
2147
|
-
},
|
|
2148
2174
|
"ResourceCell.customObjectResource": {
|
|
2149
2175
|
developer_comment: "Label when the resource is a custom object",
|
|
2150
2176
|
string: "Container: {container}<br></br>Key: {key}"
|
|
@@ -3276,34 +3302,6 @@ var en = {
|
|
|
3276
3302
|
developer_comment: "Label when the resource is a zone",
|
|
3277
3303
|
string: "Zone"
|
|
3278
3304
|
},
|
|
3279
|
-
"Search.FilterSearchBar.clearAllLabel": {
|
|
3280
|
-
developer_comment: "Label for the button for clear all",
|
|
3281
|
-
string: "Clear all"
|
|
3282
|
-
},
|
|
3283
|
-
"Search.FilterSearchBar.filterLabel": {
|
|
3284
|
-
developer_comment: "Label for \"Filter\" button.",
|
|
3285
|
-
string: "Filter"
|
|
3286
|
-
},
|
|
3287
|
-
"Search.Filters.Definitions.Date.equalTo": {
|
|
3288
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3289
|
-
string: "on"
|
|
3290
|
-
},
|
|
3291
|
-
"Search.Filters.Definitions.Date.lessThan": {
|
|
3292
|
-
developer_comment: "Label of filter type (less than)",
|
|
3293
|
-
string: "before"
|
|
3294
|
-
},
|
|
3295
|
-
"Search.Filters.Definitions.Date.moreThan": {
|
|
3296
|
-
developer_comment: "Label of filter type (less than)",
|
|
3297
|
-
string: "after"
|
|
3298
|
-
},
|
|
3299
|
-
"Search.Filters.Definitions.Date.range": {
|
|
3300
|
-
developer_comment: "Label of filter type (range)",
|
|
3301
|
-
string: "between"
|
|
3302
|
-
},
|
|
3303
|
-
"Search.Filters.Definitions.Text.equalTo": {
|
|
3304
|
-
developer_comment: "Label of filter type (equal to)",
|
|
3305
|
-
string: "is"
|
|
3306
|
-
},
|
|
3307
3305
|
"Search.Filters.Definitions.Text.in": {
|
|
3308
3306
|
developer_comment: "Label of filter type (in)",
|
|
3309
3307
|
string: "in"
|
|
@@ -3312,93 +3310,14 @@ var en = {
|
|
|
3312
3310
|
developer_comment: "Label of filter type (missingIn)",
|
|
3313
3311
|
string: "not in"
|
|
3314
3312
|
},
|
|
3315
|
-
"Search.Filters.Defintions.Text.missing": {
|
|
3316
|
-
developer_comment: "Label of filter type (missing)",
|
|
3317
|
-
string: "is not"
|
|
3318
|
-
},
|
|
3319
|
-
"Search.Filters.RangeFilter.and": {
|
|
3320
|
-
string: "and"
|
|
3321
|
-
},
|
|
3322
|
-
"Search.Filters.RangeFilterTag.from": {
|
|
3323
|
-
developer_comment: "",
|
|
3324
|
-
string: "from"
|
|
3325
|
-
},
|
|
3326
|
-
"Search.Filters.RangeFilterTag.to": {
|
|
3327
|
-
developer_comment: "",
|
|
3328
|
-
string: "to"
|
|
3329
|
-
},
|
|
3330
|
-
"Search.Filters.addFilter": {
|
|
3331
|
-
developer_comment: "Message for the select dropdown",
|
|
3332
|
-
string: "Add filter"
|
|
3333
|
-
},
|
|
3334
3313
|
"Search.Filters.apply": {
|
|
3335
3314
|
developer_comment: "Label for the filters form button (apply)",
|
|
3336
3315
|
string: "Apply"
|
|
3337
3316
|
},
|
|
3338
|
-
"Search.Filters.applyAndClose": {
|
|
3339
|
-
developer_comment: "Label for the filters form button (apply and close)",
|
|
3340
|
-
string: "Apply and close"
|
|
3341
|
-
},
|
|
3342
|
-
"Search.Filters.cancel": {
|
|
3343
|
-
developer_comment: "Label for the filters form button (cancel)",
|
|
3344
|
-
string: "Cancel"
|
|
3345
|
-
},
|
|
3346
|
-
"Search.Filters.clearAllLabel": {
|
|
3347
|
-
developer_comment: "Label for the button that clears all filters",
|
|
3348
|
-
string: "Clear all"
|
|
3349
|
-
},
|
|
3350
|
-
"Search.Filters.noMoreAvailableFields": {
|
|
3351
|
-
developer_comment: "Message for the select dropdown if there are no more fields",
|
|
3352
|
-
string: "No more available filters"
|
|
3353
|
-
},
|
|
3354
|
-
"Search.Filters.premiumFeature": {
|
|
3355
|
-
developer_comment: "Title for the tooltip on disabled filter options when on Basic Tier",
|
|
3356
|
-
string: "Premium feature"
|
|
3357
|
-
},
|
|
3358
|
-
"Search.Filters.removeAllLabel": {
|
|
3359
|
-
developer_comment: "Label for the button for removing all filters",
|
|
3360
|
-
string: "Remove all filters"
|
|
3361
|
-
},
|
|
3362
|
-
"Search.Filters.validation.date.rangeMissingValue": {
|
|
3363
|
-
developer_comment: "error message if missing a value in a range",
|
|
3364
|
-
string: "Enter a value for this field."
|
|
3365
|
-
},
|
|
3366
|
-
"Search.Filters.validation.date.rangeToSmallerThanFrom": {
|
|
3367
|
-
developer_comment: "error message if to is smaller than from in a range",
|
|
3368
|
-
string: "Enter the earlier date first."
|
|
3369
|
-
},
|
|
3370
3317
|
"Search.View.noResults": {
|
|
3371
3318
|
developer_comment: "Text for no results",
|
|
3372
3319
|
string: "There are no results matching your search criteria."
|
|
3373
3320
|
},
|
|
3374
|
-
"SearchInput.buttonLabel": {
|
|
3375
|
-
developer_comment: "Label for \"Search\" button.",
|
|
3376
|
-
string: "Search"
|
|
3377
|
-
},
|
|
3378
|
-
"SearchInput.placeholder": {
|
|
3379
|
-
developer_comment: "Placeholder for \"Search\" input field",
|
|
3380
|
-
string: "Search"
|
|
3381
|
-
},
|
|
3382
|
-
"Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
|
|
3383
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3384
|
-
string: "Select or type a business unit key"
|
|
3385
|
-
},
|
|
3386
|
-
"Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
|
|
3387
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3388
|
-
string: "Select or type a business unit key"
|
|
3389
|
-
},
|
|
3390
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
|
|
3391
|
-
developer_comment: "The loading message shown for search select input",
|
|
3392
|
-
string: "Loading exact matches"
|
|
3393
|
-
},
|
|
3394
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3395
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3396
|
-
string: "No matches found for your search term"
|
|
3397
|
-
},
|
|
3398
|
-
"Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
|
|
3399
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3400
|
-
string: "Type an exact business unit key"
|
|
3401
|
-
},
|
|
3402
3321
|
"Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
|
|
3403
3322
|
developer_comment: "The label for one of the associate role business unit permissions",
|
|
3404
3323
|
string: "Create a child Business Unit"
|
|
@@ -3543,38 +3462,10 @@ var en = {
|
|
|
3543
3462
|
developer_comment: "The label for one of the associate role request quote permissions",
|
|
3544
3463
|
string: "View others quote requests from the Business Unit"
|
|
3545
3464
|
},
|
|
3546
|
-
"StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
|
|
3547
|
-
developer_comment: "Message shown telling the user to start typing to load more channels",
|
|
3548
|
-
string: "Start typing above to load more"
|
|
3549
|
-
},
|
|
3550
|
-
"StoreSelectInput.asyncSelectInputPlaceholder": {
|
|
3551
|
-
developer_comment: "The placeholder shown for async select input",
|
|
3552
|
-
string: "Select or type a store key"
|
|
3553
|
-
},
|
|
3554
|
-
"StoreSelectInput.basicSelectInputPlaceholder": {
|
|
3555
|
-
developer_comment: "The placeholder shown for basic select input",
|
|
3556
|
-
string: "Select or type a store key"
|
|
3557
|
-
},
|
|
3558
|
-
"StoreSelectInput.searchSelectInputLoadingMessage": {
|
|
3559
|
-
developer_comment: "The loading message shown for search select input",
|
|
3560
|
-
string: "Loading exact matches"
|
|
3561
|
-
},
|
|
3562
|
-
"StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
|
|
3563
|
-
developer_comment: "The message shown in search select input when matches are found",
|
|
3564
|
-
string: "No matches found for your search term"
|
|
3565
|
-
},
|
|
3566
|
-
"StoreSelectInput.searchSelectInputPlaceholder": {
|
|
3567
|
-
developer_comment: "The placeholder shown for search select input",
|
|
3568
|
-
string: "Type an exact store key"
|
|
3569
|
-
},
|
|
3570
3465
|
"TotalResults.title": {
|
|
3571
3466
|
developer_comment: "Shows a total number of results",
|
|
3572
3467
|
string: "{total} results"
|
|
3573
3468
|
},
|
|
3574
|
-
"Validation.required": {
|
|
3575
|
-
developer_comment: "An error message to show if the field is required",
|
|
3576
|
-
string: "This field is required."
|
|
3577
|
-
},
|
|
3578
3469
|
"VersionTier.premiumButton": {
|
|
3579
3470
|
developer_comment: "Version tier go premium button",
|
|
3580
3471
|
string: "GO PREMIUM"
|