@commercetools-frontend-extensions/change-history 5.12.2 → 6.0.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/CHANGELOG.md +24 -0
- package/dist/{change-history-en-4e14f7a9.es.js → change-history-en-081a2181.es.js} +53 -12
- package/dist/{change-history-en-4e14f7a9.es.js.map → change-history-en-081a2181.es.js.map} +1 -1
- package/dist/{change-history-en-43c39c2e.cjs.js → change-history-en-73a03bb4.cjs.js} +53 -12
- package/dist/{change-history-en-43c39c2e.cjs.js.map → change-history-en-73a03bb4.cjs.js.map} +1 -1
- package/dist/change-history-index.cjs.js +6324 -5812
- package/dist/change-history-index.cjs.js.map +1 -1
- package/dist/change-history-index.es.js +6327 -5815
- package/dist/change-history-index.es.js.map +1 -1
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @commercetools-frontend-extensions/change-history
|
|
2
2
|
|
|
3
|
+
## 6.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1224](https://github.com/commercetools/audit-log/pull/1224) [`26f76da`](https://github.com/commercetools/audit-log/commit/26f76da2221f93f9eeffe02e4860b18ac3936331) Thanks [@NickDevG](https://github.com/NickDevG)! - feat(custom-objects-tracking): adding display of changes over custom objects
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- [#1366](https://github.com/commercetools/audit-log/pull/1366) [`037041b`](https://github.com/commercetools/audit-log/commit/037041b9dbff4afd0a9c1136af5889df833ed655) Thanks [@qmateub](https://github.com/qmateub)! - refactor: remove css modules in favor of emotion
|
|
12
|
+
|
|
13
|
+
* [#1369](https://github.com/commercetools/audit-log/pull/1369) [`58feda8`](https://github.com/commercetools/audit-log/commit/58feda8cf436b4ce095e74bd20cc405430ba35e9) Thanks [@NickDevG](https://github.com/NickDevG)! - fix(json-display): wrapping stringify with div tag
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#1366](https://github.com/commercetools/audit-log/pull/1366) [`351780c`](https://github.com/commercetools/audit-log/commit/351780c663ded307d98ed26a162e2c0d8aad4088) Thanks [@qmateub](https://github.com/qmateub)! - feat(audit-log): enable platform-initiated changes for `ProductDiscounts` entities
|
|
18
|
+
|
|
19
|
+
* [#1353](https://github.com/commercetools/audit-log/pull/1353) [`a495cd4`](https://github.com/commercetools/audit-log/commit/a495cd437ea59c5b3a03b70ddbd191c2e362daa4) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
|
|
20
|
+
|
|
21
|
+
- [#1370](https://github.com/commercetools/audit-log/pull/1370) [`f629b69`](https://github.com/commercetools/audit-log/commit/f629b6996cce0c353f7a374be2007a1c4ef8b9e8) Thanks [@transifex-integration](https://github.com/apps/transifex-integration)! - feat(i18n): Translate '/packages-frontend/change-history-components/src/i18n/data/core.json' in 'en'
|
|
22
|
+
|
|
23
|
+
* [#1357](https://github.com/commercetools/audit-log/pull/1357) [`6cd4e58`](https://github.com/commercetools/audit-log/commit/6cd4e582caf7c679f1b34b38cf4e0fbec74b5324) Thanks [@jaikamat](https://github.com/jaikamat)! - fix(change-history): expose exclude-platform-changes toggle to all users
|
|
24
|
+
|
|
25
|
+
- [#1365](https://github.com/commercetools/audit-log/pull/1365) [`24c892b`](https://github.com/commercetools/audit-log/commit/24c892b217e5d125513a87f53d97a1d9291eb90f) Thanks [@ByronDWall](https://github.com/ByronDWall)! - fix(change-history-list-connector.js): updates default searchQuery.filters.createdAt to have 'selectedFilterType' as the filter type value instead of 'selectedFilter'
|
|
26
|
+
|
|
3
27
|
## 5.12.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -14,12 +14,22 @@ var en = {
|
|
|
14
14
|
"ChangeHistory.filters.changeTypeFilter": "Type of changes",
|
|
15
15
|
"ChangeHistory.filters.createdAtFilter": "Date",
|
|
16
16
|
"ChangeHistory.filters.createdByFilter": "User",
|
|
17
|
+
"ChangeHistory.filters.customerIdFilter": "Customer ID",
|
|
18
|
+
"ChangeHistory.filters.excludePlatformChangesFilter": "Exclude platform changes",
|
|
17
19
|
"ChangeHistory.filters.impexOption": "Platform | ImpEx",
|
|
18
20
|
"ChangeHistory.filters.merchantCenterOption": "Merchant Center",
|
|
19
21
|
"ChangeHistory.filters.noApiClientLabel": "API Client not available",
|
|
20
22
|
"ChangeHistory.filters.noCustomerLabel": "Customer not available",
|
|
21
23
|
"ChangeHistory.filters.platformOption": "Platform | ImpEx",
|
|
22
24
|
"ChangeHistory.filters.resourceTypeFilter": "Entity type",
|
|
25
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": "Customer ID",
|
|
26
|
+
"ChangeHistory.filters.tooltips.howToFindText": "The Customer ID filter will <b>only display changes in which the Customer ID is present</b>. To ensure that your entity results are fully traceable in the Change History table, the customer ID must be present in all create and update changes [created by/ modified by a customerID]. <a>Read more</a>",
|
|
27
|
+
"ChangeHistory.filters.tooltips.howToFindTitle": "How the Customer ID filter works:",
|
|
28
|
+
"ChangeHistory.filters.tooltips.whereToFindStep1": "<b>1.</b> Enter the Customers section and open the Customer list",
|
|
29
|
+
"ChangeHistory.filters.tooltips.whereToFindStep2": "<b>2.</b> Find the customer you are looking for by using the filters. Note that the Customers section offers multiple filter choices to locate your customers",
|
|
30
|
+
"ChangeHistory.filters.tooltips.whereToFindStep3": "<b>3.</b> Open the customer’s detail page and <em>the Customer ID [set of letters and numbers] will be visible as part of the URL</em> - e.g. “…customers/<b>8a977761-c69a-4836-826e-282c545d0a12</b>/…”",
|
|
31
|
+
"ChangeHistory.filters.tooltips.whereToFindSubtitle": "The customer ID can be found in the Merchant Center by accessing “Customers”",
|
|
32
|
+
"ChangeHistory.filters.tooltips.whereToFindTitle": "Where to find the Customer ID:",
|
|
23
33
|
"ChangeHistory.inContextView.linkLabel": "View change history",
|
|
24
34
|
"ChangeHistory.list.anonymousLabel": "Anonymous session",
|
|
25
35
|
"ChangeHistory.list.column.additionalInformationColumn": "Changes",
|
|
@@ -30,13 +40,19 @@ var en = {
|
|
|
30
40
|
"ChangeHistory.list.column.resourceTypeColumn": "Entity type",
|
|
31
41
|
"ChangeHistory.list.column.versionColumn": "Version update",
|
|
32
42
|
"ChangeHistory.list.column.versionLabel": "from {oldVersion} to {newVersion}",
|
|
43
|
+
"ChangeHistory.list.emptyChangeHistorySearchFilterNamePlaceholder": "No entry logs to search for",
|
|
33
44
|
"ChangeHistory.list.externalUserLabel": "External",
|
|
45
|
+
"ChangeHistory.list.noChangeHistory": "There are no entries logged in this project.",
|
|
46
|
+
"ChangeHistory.list.noChangeHistoryForTimeFrame": "There are no entries logged for the selected time frame.",
|
|
34
47
|
"ChangeHistory.list.noChanges": "No changes detected",
|
|
35
48
|
"ChangeHistory.list.noResultsMessage": "No changes match these settings.",
|
|
36
49
|
"ChangeHistory.list.noUpdatesWarning": "Due to the heavy load, Change History is not collecting change information.",
|
|
37
50
|
"ChangeHistory.list.pendingName": "Pending name",
|
|
38
51
|
"ChangeHistory.list.reducedPerformanceWarning": "During peak times, data will only be displayed in condensed form. We continue collecting and storing change information.",
|
|
39
52
|
"ChangeHistory.list.restrictedUser": "Restricted. Administrator access is required to obtain full access to this data.",
|
|
53
|
+
"ChangeHistory.list.search.noResultsSuggestion1": "Check the spelling, search by entering the exact value.",
|
|
54
|
+
"ChangeHistory.list.search.noResultsSuggestion2": "Use the filter to search for further values.",
|
|
55
|
+
"ChangeHistory.list.search.noResultsTitle": "There are no results that match your search and/or filter combination.",
|
|
40
56
|
"ChangeHistory.list.searchInputPlaceholder": "Search by entity ID",
|
|
41
57
|
"ChangeHistory.list.unknownChanges": "Unknown changes",
|
|
42
58
|
"ChangeHistory.title": "Change history",
|
|
@@ -64,6 +80,15 @@ var en = {
|
|
|
64
80
|
"ChangeItem.customFieldLabel": "On <b>custom field</b>: {customField}",
|
|
65
81
|
"ChangeItem.customFieldsLabel": "Fields:",
|
|
66
82
|
"ChangeItem.customLineItemLabel": "On <b>custom line item</b> {item}",
|
|
83
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectAddPropertyLabel": "Property",
|
|
84
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectContainerLabel": "Container:",
|
|
85
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectFromLabel": "From",
|
|
86
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectKeyLabel": "Key:",
|
|
87
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectLastModifiedLabel": "Last modified:",
|
|
88
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectPathLabel": "Path:",
|
|
89
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectRemovePropertyLabel": "Property",
|
|
90
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectToLabel": "To",
|
|
91
|
+
"ChangeItem.customObjectModalDisplayChange.expandedViewLabel": "Expanded view",
|
|
67
92
|
"ChangeItem.customTypeIdLabel": "Custom type: {customTypeId}",
|
|
68
93
|
"ChangeItem.customTypeLabel": "Type:",
|
|
69
94
|
"ChangeItem.customerEmailLabel": "Email: {email}",
|
|
@@ -94,6 +119,7 @@ var en = {
|
|
|
94
119
|
"ChangeItem.numberOfReviewsLabel": "Number of reviews: {count}",
|
|
95
120
|
"ChangeItem.parcelInfoLabel": "Item: {parcelId} Quantity: {parcelQuantity}",
|
|
96
121
|
"ChangeItem.parcelLabel": "for parcel created on <b>{parcelDate}</b>",
|
|
122
|
+
"ChangeItem.pathLabel": "On <b>path</b>: \"{path}\"",
|
|
97
123
|
"ChangeItem.predicateTypeLabel": "Applies over {predicateType}",
|
|
98
124
|
"ChangeItem.priceTierLabel": "Tier: {price} = Min. qty {quantity}",
|
|
99
125
|
"ChangeItem.productDiscountLabel": "Product discount: {productDiscount}",
|
|
@@ -103,6 +129,7 @@ var en = {
|
|
|
103
129
|
"ChangeItem.removeDeliveryLabel": "Delivery created on {deliveryDate} with {items} items and {parcels} parcels",
|
|
104
130
|
"ChangeItem.removeParcelLabel": "Parcel created on {parcelDate} with {items} items",
|
|
105
131
|
"ChangeItem.restockableInDaysLabel": "Restockable in days: {restockableInDays} days",
|
|
132
|
+
"ChangeItem.seeFullChangeLabel": "See full change",
|
|
106
133
|
"ChangeItem.setRestockableInDaysLabel": "{day} days",
|
|
107
134
|
"ChangeItem.shippingRateFreeAboveLabel": "Free above: {freeAbove}",
|
|
108
135
|
"ChangeItem.shippingRatePriceLabel": "Price: {price}",
|
|
@@ -131,14 +158,6 @@ var en = {
|
|
|
131
158
|
"ChangeItem.variantLabel": "On <b>variant</b>: {variant}",
|
|
132
159
|
"ChangeItem.weightInGramLabel": "Weight in gram: {weightInGram}",
|
|
133
160
|
"ChangeItem.widthInMillimeterLabel": "Width in mm: {widthInMillimeter}",
|
|
134
|
-
"ColumnManager.DroppablePanel.useInputSearch": "Load more attributes by using the search input above.",
|
|
135
|
-
"ColumnManager.collapseColumnManagerLabel": "Collapse column manager",
|
|
136
|
-
"ColumnManager.expandColumnManagerButtonLabel": "Expand column manager",
|
|
137
|
-
"ColumnManager.hiddenColumns": "Hidden columns",
|
|
138
|
-
"ColumnManager.noHiddenColumnsToShow": "There are no hidden columns to show.",
|
|
139
|
-
"ColumnManager.noSelectedColumnsToShow": "There are no selected columns to show.",
|
|
140
|
-
"ColumnManager.title": "Column manager",
|
|
141
|
-
"ColumnSelectorGroups.visible": "Visible columns",
|
|
142
161
|
"Dashboard.DateRangeSelector.labelFilter.1month": "Last 30 days",
|
|
143
162
|
"Dashboard.DateRangeSelector.labelFilter.24hours": "Today",
|
|
144
163
|
"Dashboard.DateRangeSelector.labelFilter.7days": "Last 7 days",
|
|
@@ -152,6 +171,14 @@ var en = {
|
|
|
152
171
|
"DeprecationMessage.title": "<t>Change history has a new location</t>",
|
|
153
172
|
"FieldFilters.addFilter": "Add filter",
|
|
154
173
|
"FieldFilters.removeFilter": "Remove filter",
|
|
174
|
+
"InternalFilterToggle.infoButtonLabel": "Platform-initiated change information",
|
|
175
|
+
"InternalFilterToggle.modalDiscountCodesText": "<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.",
|
|
176
|
+
"InternalFilterToggle.modalIntroText": "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:",
|
|
177
|
+
"InternalFilterToggle.modalProductDiscountsText": "<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.",
|
|
178
|
+
"InternalFilterToggle.modalProductText": "<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.",
|
|
179
|
+
"InternalFilterToggle.modalShoppingListText": "<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.",
|
|
180
|
+
"InternalFilterToggle.modalTitle": "Platform-initiated changes",
|
|
181
|
+
"InternalFilterToggle.toggleButtonLabel": "Display platform-initiated changes",
|
|
155
182
|
"ItemList.addValue": "Add new value",
|
|
156
183
|
"ItemList.removeValue": "Remove value",
|
|
157
184
|
"MarketingOverlay.content.contact": "Audit Log Premium is available at an additional fee. Upgrade by getting in touch with our Customer Success Team.",
|
|
@@ -171,6 +198,7 @@ var en = {
|
|
|
171
198
|
"MarketingOverlay.header.premium": "Premium",
|
|
172
199
|
"MarketingOverlay.link.readMore": "Read more",
|
|
173
200
|
"MarketingOverlay.title": "Audit Log Premium",
|
|
201
|
+
"NoResultsSuggestions.suggestions": "Suggestions:",
|
|
174
202
|
"RecordStatusNotification.closeRecordNotificationButton": "Close record notification",
|
|
175
203
|
"RecordStatusNotification.recordLimitApproaching": "This project is about to reach the basic limit of 100 thousand viewable records. Once the record limit is reached, the oldest records are removed as new records are logged. Upgrade to premium for expanded viewing and increased logging coverage.",
|
|
176
204
|
"RecordStatusNotification.recordLimitReached": "This project has reached the basic limit of 100 thousand viewable records. The oldest records will be removed as new records are logged. Upgrade to premium for expanded viewing and increased logging coverage.",
|
|
@@ -230,6 +258,10 @@ var en = {
|
|
|
230
258
|
"ResourceAction.common.setValidUntil": "Change valid until",
|
|
231
259
|
"ResourceAction.common.setVariantAvailability": "Change variant availability",
|
|
232
260
|
"ResourceAction.common.transitionState": "Transition state",
|
|
261
|
+
"ResourceAction.customObject.addProperty": "Add property",
|
|
262
|
+
"ResourceAction.customObject.removeProperty": "Remove property",
|
|
263
|
+
"ResourceAction.customObject.setProperty": "Change property",
|
|
264
|
+
"ResourceAction.customObject.setValue": "Change value",
|
|
233
265
|
"ResourceAction.customers.addAddress": "Add address",
|
|
234
266
|
"ResourceAction.customers.addBillingAddressId": "Add billing address ID",
|
|
235
267
|
"ResourceAction.customers.addShippingAddressId": "Add shipping address ID",
|
|
@@ -386,6 +418,7 @@ var en = {
|
|
|
386
418
|
"ResourceAction.shoppingList.removeTextLineItem": "Remove text line item",
|
|
387
419
|
"ResourceAction.shoppingList.setDeleteDaysAfterLastModification": "Change delete days after last modification",
|
|
388
420
|
"ResourceAction.shoppingList.setSlug": "Change slug",
|
|
421
|
+
"ResourceAction.shoppingList.setStore": "Change store",
|
|
389
422
|
"ResourceAction.shoppingList.setTextLineItemCustomField": "Change text line item custom field",
|
|
390
423
|
"ResourceAction.shoppingList.setTextLineItemCustomType": "Change text line item custom type",
|
|
391
424
|
"ResourceAction.shoppingList.setTextLineItemDescription": "Change text line item description",
|
|
@@ -415,6 +448,7 @@ var en = {
|
|
|
415
448
|
"ResourceActionFilter.resourceInputPlaceholder": "Select the entity type...",
|
|
416
449
|
"ResourceActionFilter.tagText": "when {resource} has {change}",
|
|
417
450
|
"ResourceActionFilter.whenLabel": "when",
|
|
451
|
+
"ResourceCell.customObjectResource": "Container: {container}.<br></br>Key: {key}",
|
|
418
452
|
"ResourceCell.deletedResource": "Deleted entity",
|
|
419
453
|
"ResourceCell.filterButtonLabel": "Filter by entity",
|
|
420
454
|
"ResourceCell.inventoryEntryResource": "Inventory entry for {sku}",
|
|
@@ -459,6 +493,10 @@ var en = {
|
|
|
459
493
|
"ResourcePreview.Channel.stateLabel": "State",
|
|
460
494
|
"ResourcePreview.Channel.streetNameLabel": "Street name",
|
|
461
495
|
"ResourcePreview.Channel.streetNumberLabel": "Street number",
|
|
496
|
+
"ResourcePreview.CustomObject.containerLabel": "Container",
|
|
497
|
+
"ResourcePreview.CustomObject.createdAtLabel": "Created on",
|
|
498
|
+
"ResourcePreview.CustomObject.keyLabel": "Key",
|
|
499
|
+
"ResourcePreview.CustomObject.valueLabel": "Value",
|
|
462
500
|
"ResourcePreview.Customer.createdAtLabel": "Created on",
|
|
463
501
|
"ResourcePreview.Customer.dateOfBirthLabel": "Date of birth",
|
|
464
502
|
"ResourcePreview.Customer.emailLabel": "Email",
|
|
@@ -608,7 +646,6 @@ var en = {
|
|
|
608
646
|
"ResourcePreview.attributeColumnLabel": "Attribute",
|
|
609
647
|
"ResourcePreview.closeLabel": "Close",
|
|
610
648
|
"ResourcePreview.countryColumnLabel": "Country",
|
|
611
|
-
"ResourcePreview.currentPathLabel": " Details",
|
|
612
649
|
"ResourcePreview.customLineItemsTitle": "Custom line items",
|
|
613
650
|
"ResourcePreview.descriptionColumnLabel": "Description",
|
|
614
651
|
"ResourcePreview.fieldColumnLabel": "Field",
|
|
@@ -637,9 +674,13 @@ var en = {
|
|
|
637
674
|
"ResourcePreview.typeColumnLabel": "Type",
|
|
638
675
|
"ResourcePreview.variantIdColumnLabel": "Variant ID",
|
|
639
676
|
"ResourcePreview.variantSkuColumnLabel": "Variant SKU",
|
|
677
|
+
"ResourcePreviewBreadcrumbs.currentEntityPathLabel": "Current entity",
|
|
678
|
+
"ResourcePreviewBreadcrumbs.overviewPathLabel": "Overview",
|
|
679
|
+
"ResourcePreviewBreadcrumbs.referenceEntityPathLabel": "{entityType} reference",
|
|
640
680
|
"ResourceTypeCell.cartDiscountType": "Cart discount",
|
|
641
681
|
"ResourceTypeCell.categoryType": "Category",
|
|
642
682
|
"ResourceTypeCell.channelType": "Channel",
|
|
683
|
+
"ResourceTypeCell.customObjectType": "Custom object",
|
|
643
684
|
"ResourceTypeCell.customerGroupType": "Customer group",
|
|
644
685
|
"ResourceTypeCell.customerType": "Customer",
|
|
645
686
|
"ResourceTypeCell.discountCodeType": "Discount code",
|
|
@@ -667,6 +708,8 @@ var en = {
|
|
|
667
708
|
"Search.Filters.Definitions.Date.range": "between",
|
|
668
709
|
"Search.Filters.Definitions.Text.equalTo": "is",
|
|
669
710
|
"Search.Filters.Definitions.Text.in": "in",
|
|
711
|
+
"Search.Filters.Definitions.Text.missingIn": "not in",
|
|
712
|
+
"Search.Filters.Defintions.Text.missing": "is not",
|
|
670
713
|
"Search.Filters.RangeFilter.and": "and",
|
|
671
714
|
"Search.Filters.RangeFilterTag.from": "from",
|
|
672
715
|
"Search.Filters.RangeFilterTag.to": "to",
|
|
@@ -685,8 +728,6 @@ var en = {
|
|
|
685
728
|
"UserAndDateCell.createEvent": "Create",
|
|
686
729
|
"UserAndDateCell.removeEvent": "Remove",
|
|
687
730
|
"UserAndDateCell.updateEvent": "Update",
|
|
688
|
-
"UserResearchProgram.link": "user research program",
|
|
689
|
-
"UserResearchProgram.message": "Help us to improve the Change History experience. Join our commercetools {link}",
|
|
690
731
|
"Validation.required": "This field is required.",
|
|
691
732
|
"VersionTier.basicVersionLabel": "Basic Version",
|
|
692
733
|
"VersionTier.premiumButton": "Go Premium",
|
|
@@ -700,4 +741,4 @@ var en = {
|
|
|
700
741
|
};
|
|
701
742
|
|
|
702
743
|
export { en as default };
|
|
703
|
-
//# sourceMappingURL=change-history-en-
|
|
744
|
+
//# sourceMappingURL=change-history-en-081a2181.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-history-en-
|
|
1
|
+
{"version":3,"file":"change-history-en-081a2181.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -16,12 +16,22 @@ var en = {
|
|
|
16
16
|
"ChangeHistory.filters.changeTypeFilter": "Type of changes",
|
|
17
17
|
"ChangeHistory.filters.createdAtFilter": "Date",
|
|
18
18
|
"ChangeHistory.filters.createdByFilter": "User",
|
|
19
|
+
"ChangeHistory.filters.customerIdFilter": "Customer ID",
|
|
20
|
+
"ChangeHistory.filters.excludePlatformChangesFilter": "Exclude platform changes",
|
|
19
21
|
"ChangeHistory.filters.impexOption": "Platform | ImpEx",
|
|
20
22
|
"ChangeHistory.filters.merchantCenterOption": "Merchant Center",
|
|
21
23
|
"ChangeHistory.filters.noApiClientLabel": "API Client not available",
|
|
22
24
|
"ChangeHistory.filters.noCustomerLabel": "Customer not available",
|
|
23
25
|
"ChangeHistory.filters.platformOption": "Platform | ImpEx",
|
|
24
26
|
"ChangeHistory.filters.resourceTypeFilter": "Entity type",
|
|
27
|
+
"ChangeHistory.filters.tooltips.customerIdDialogTitle": "Customer ID",
|
|
28
|
+
"ChangeHistory.filters.tooltips.howToFindText": "The Customer ID filter will <b>only display changes in which the Customer ID is present</b>. To ensure that your entity results are fully traceable in the Change History table, the customer ID must be present in all create and update changes [created by/ modified by a customerID]. <a>Read more</a>",
|
|
29
|
+
"ChangeHistory.filters.tooltips.howToFindTitle": "How the Customer ID filter works:",
|
|
30
|
+
"ChangeHistory.filters.tooltips.whereToFindStep1": "<b>1.</b> Enter the Customers section and open the Customer list",
|
|
31
|
+
"ChangeHistory.filters.tooltips.whereToFindStep2": "<b>2.</b> Find the customer you are looking for by using the filters. Note that the Customers section offers multiple filter choices to locate your customers",
|
|
32
|
+
"ChangeHistory.filters.tooltips.whereToFindStep3": "<b>3.</b> Open the customer’s detail page and <em>the Customer ID [set of letters and numbers] will be visible as part of the URL</em> - e.g. “…customers/<b>8a977761-c69a-4836-826e-282c545d0a12</b>/…”",
|
|
33
|
+
"ChangeHistory.filters.tooltips.whereToFindSubtitle": "The customer ID can be found in the Merchant Center by accessing “Customers”",
|
|
34
|
+
"ChangeHistory.filters.tooltips.whereToFindTitle": "Where to find the Customer ID:",
|
|
25
35
|
"ChangeHistory.inContextView.linkLabel": "View change history",
|
|
26
36
|
"ChangeHistory.list.anonymousLabel": "Anonymous session",
|
|
27
37
|
"ChangeHistory.list.column.additionalInformationColumn": "Changes",
|
|
@@ -32,13 +42,19 @@ var en = {
|
|
|
32
42
|
"ChangeHistory.list.column.resourceTypeColumn": "Entity type",
|
|
33
43
|
"ChangeHistory.list.column.versionColumn": "Version update",
|
|
34
44
|
"ChangeHistory.list.column.versionLabel": "from {oldVersion} to {newVersion}",
|
|
45
|
+
"ChangeHistory.list.emptyChangeHistorySearchFilterNamePlaceholder": "No entry logs to search for",
|
|
35
46
|
"ChangeHistory.list.externalUserLabel": "External",
|
|
47
|
+
"ChangeHistory.list.noChangeHistory": "There are no entries logged in this project.",
|
|
48
|
+
"ChangeHistory.list.noChangeHistoryForTimeFrame": "There are no entries logged for the selected time frame.",
|
|
36
49
|
"ChangeHistory.list.noChanges": "No changes detected",
|
|
37
50
|
"ChangeHistory.list.noResultsMessage": "No changes match these settings.",
|
|
38
51
|
"ChangeHistory.list.noUpdatesWarning": "Due to the heavy load, Change History is not collecting change information.",
|
|
39
52
|
"ChangeHistory.list.pendingName": "Pending name",
|
|
40
53
|
"ChangeHistory.list.reducedPerformanceWarning": "During peak times, data will only be displayed in condensed form. We continue collecting and storing change information.",
|
|
41
54
|
"ChangeHistory.list.restrictedUser": "Restricted. Administrator access is required to obtain full access to this data.",
|
|
55
|
+
"ChangeHistory.list.search.noResultsSuggestion1": "Check the spelling, search by entering the exact value.",
|
|
56
|
+
"ChangeHistory.list.search.noResultsSuggestion2": "Use the filter to search for further values.",
|
|
57
|
+
"ChangeHistory.list.search.noResultsTitle": "There are no results that match your search and/or filter combination.",
|
|
42
58
|
"ChangeHistory.list.searchInputPlaceholder": "Search by entity ID",
|
|
43
59
|
"ChangeHistory.list.unknownChanges": "Unknown changes",
|
|
44
60
|
"ChangeHistory.title": "Change history",
|
|
@@ -66,6 +82,15 @@ var en = {
|
|
|
66
82
|
"ChangeItem.customFieldLabel": "On <b>custom field</b>: {customField}",
|
|
67
83
|
"ChangeItem.customFieldsLabel": "Fields:",
|
|
68
84
|
"ChangeItem.customLineItemLabel": "On <b>custom line item</b> {item}",
|
|
85
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectAddPropertyLabel": "Property",
|
|
86
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectContainerLabel": "Container:",
|
|
87
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectFromLabel": "From",
|
|
88
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectKeyLabel": "Key:",
|
|
89
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectLastModifiedLabel": "Last modified:",
|
|
90
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectPathLabel": "Path:",
|
|
91
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectRemovePropertyLabel": "Property",
|
|
92
|
+
"ChangeItem.customObjectModalDisplayChange.customObjectToLabel": "To",
|
|
93
|
+
"ChangeItem.customObjectModalDisplayChange.expandedViewLabel": "Expanded view",
|
|
69
94
|
"ChangeItem.customTypeIdLabel": "Custom type: {customTypeId}",
|
|
70
95
|
"ChangeItem.customTypeLabel": "Type:",
|
|
71
96
|
"ChangeItem.customerEmailLabel": "Email: {email}",
|
|
@@ -96,6 +121,7 @@ var en = {
|
|
|
96
121
|
"ChangeItem.numberOfReviewsLabel": "Number of reviews: {count}",
|
|
97
122
|
"ChangeItem.parcelInfoLabel": "Item: {parcelId} Quantity: {parcelQuantity}",
|
|
98
123
|
"ChangeItem.parcelLabel": "for parcel created on <b>{parcelDate}</b>",
|
|
124
|
+
"ChangeItem.pathLabel": "On <b>path</b>: \"{path}\"",
|
|
99
125
|
"ChangeItem.predicateTypeLabel": "Applies over {predicateType}",
|
|
100
126
|
"ChangeItem.priceTierLabel": "Tier: {price} = Min. qty {quantity}",
|
|
101
127
|
"ChangeItem.productDiscountLabel": "Product discount: {productDiscount}",
|
|
@@ -105,6 +131,7 @@ var en = {
|
|
|
105
131
|
"ChangeItem.removeDeliveryLabel": "Delivery created on {deliveryDate} with {items} items and {parcels} parcels",
|
|
106
132
|
"ChangeItem.removeParcelLabel": "Parcel created on {parcelDate} with {items} items",
|
|
107
133
|
"ChangeItem.restockableInDaysLabel": "Restockable in days: {restockableInDays} days",
|
|
134
|
+
"ChangeItem.seeFullChangeLabel": "See full change",
|
|
108
135
|
"ChangeItem.setRestockableInDaysLabel": "{day} days",
|
|
109
136
|
"ChangeItem.shippingRateFreeAboveLabel": "Free above: {freeAbove}",
|
|
110
137
|
"ChangeItem.shippingRatePriceLabel": "Price: {price}",
|
|
@@ -133,14 +160,6 @@ var en = {
|
|
|
133
160
|
"ChangeItem.variantLabel": "On <b>variant</b>: {variant}",
|
|
134
161
|
"ChangeItem.weightInGramLabel": "Weight in gram: {weightInGram}",
|
|
135
162
|
"ChangeItem.widthInMillimeterLabel": "Width in mm: {widthInMillimeter}",
|
|
136
|
-
"ColumnManager.DroppablePanel.useInputSearch": "Load more attributes by using the search input above.",
|
|
137
|
-
"ColumnManager.collapseColumnManagerLabel": "Collapse column manager",
|
|
138
|
-
"ColumnManager.expandColumnManagerButtonLabel": "Expand column manager",
|
|
139
|
-
"ColumnManager.hiddenColumns": "Hidden columns",
|
|
140
|
-
"ColumnManager.noHiddenColumnsToShow": "There are no hidden columns to show.",
|
|
141
|
-
"ColumnManager.noSelectedColumnsToShow": "There are no selected columns to show.",
|
|
142
|
-
"ColumnManager.title": "Column manager",
|
|
143
|
-
"ColumnSelectorGroups.visible": "Visible columns",
|
|
144
163
|
"Dashboard.DateRangeSelector.labelFilter.1month": "Last 30 days",
|
|
145
164
|
"Dashboard.DateRangeSelector.labelFilter.24hours": "Today",
|
|
146
165
|
"Dashboard.DateRangeSelector.labelFilter.7days": "Last 7 days",
|
|
@@ -154,6 +173,14 @@ var en = {
|
|
|
154
173
|
"DeprecationMessage.title": "<t>Change history has a new location</t>",
|
|
155
174
|
"FieldFilters.addFilter": "Add filter",
|
|
156
175
|
"FieldFilters.removeFilter": "Remove filter",
|
|
176
|
+
"InternalFilterToggle.infoButtonLabel": "Platform-initiated change information",
|
|
177
|
+
"InternalFilterToggle.modalDiscountCodesText": "<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.",
|
|
178
|
+
"InternalFilterToggle.modalIntroText": "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:",
|
|
179
|
+
"InternalFilterToggle.modalProductDiscountsText": "<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.",
|
|
180
|
+
"InternalFilterToggle.modalProductText": "<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.",
|
|
181
|
+
"InternalFilterToggle.modalShoppingListText": "<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.",
|
|
182
|
+
"InternalFilterToggle.modalTitle": "Platform-initiated changes",
|
|
183
|
+
"InternalFilterToggle.toggleButtonLabel": "Display platform-initiated changes",
|
|
157
184
|
"ItemList.addValue": "Add new value",
|
|
158
185
|
"ItemList.removeValue": "Remove value",
|
|
159
186
|
"MarketingOverlay.content.contact": "Audit Log Premium is available at an additional fee. Upgrade by getting in touch with our Customer Success Team.",
|
|
@@ -173,6 +200,7 @@ var en = {
|
|
|
173
200
|
"MarketingOverlay.header.premium": "Premium",
|
|
174
201
|
"MarketingOverlay.link.readMore": "Read more",
|
|
175
202
|
"MarketingOverlay.title": "Audit Log Premium",
|
|
203
|
+
"NoResultsSuggestions.suggestions": "Suggestions:",
|
|
176
204
|
"RecordStatusNotification.closeRecordNotificationButton": "Close record notification",
|
|
177
205
|
"RecordStatusNotification.recordLimitApproaching": "This project is about to reach the basic limit of 100 thousand viewable records. Once the record limit is reached, the oldest records are removed as new records are logged. Upgrade to premium for expanded viewing and increased logging coverage.",
|
|
178
206
|
"RecordStatusNotification.recordLimitReached": "This project has reached the basic limit of 100 thousand viewable records. The oldest records will be removed as new records are logged. Upgrade to premium for expanded viewing and increased logging coverage.",
|
|
@@ -232,6 +260,10 @@ var en = {
|
|
|
232
260
|
"ResourceAction.common.setValidUntil": "Change valid until",
|
|
233
261
|
"ResourceAction.common.setVariantAvailability": "Change variant availability",
|
|
234
262
|
"ResourceAction.common.transitionState": "Transition state",
|
|
263
|
+
"ResourceAction.customObject.addProperty": "Add property",
|
|
264
|
+
"ResourceAction.customObject.removeProperty": "Remove property",
|
|
265
|
+
"ResourceAction.customObject.setProperty": "Change property",
|
|
266
|
+
"ResourceAction.customObject.setValue": "Change value",
|
|
235
267
|
"ResourceAction.customers.addAddress": "Add address",
|
|
236
268
|
"ResourceAction.customers.addBillingAddressId": "Add billing address ID",
|
|
237
269
|
"ResourceAction.customers.addShippingAddressId": "Add shipping address ID",
|
|
@@ -388,6 +420,7 @@ var en = {
|
|
|
388
420
|
"ResourceAction.shoppingList.removeTextLineItem": "Remove text line item",
|
|
389
421
|
"ResourceAction.shoppingList.setDeleteDaysAfterLastModification": "Change delete days after last modification",
|
|
390
422
|
"ResourceAction.shoppingList.setSlug": "Change slug",
|
|
423
|
+
"ResourceAction.shoppingList.setStore": "Change store",
|
|
391
424
|
"ResourceAction.shoppingList.setTextLineItemCustomField": "Change text line item custom field",
|
|
392
425
|
"ResourceAction.shoppingList.setTextLineItemCustomType": "Change text line item custom type",
|
|
393
426
|
"ResourceAction.shoppingList.setTextLineItemDescription": "Change text line item description",
|
|
@@ -417,6 +450,7 @@ var en = {
|
|
|
417
450
|
"ResourceActionFilter.resourceInputPlaceholder": "Select the entity type...",
|
|
418
451
|
"ResourceActionFilter.tagText": "when {resource} has {change}",
|
|
419
452
|
"ResourceActionFilter.whenLabel": "when",
|
|
453
|
+
"ResourceCell.customObjectResource": "Container: {container}.<br></br>Key: {key}",
|
|
420
454
|
"ResourceCell.deletedResource": "Deleted entity",
|
|
421
455
|
"ResourceCell.filterButtonLabel": "Filter by entity",
|
|
422
456
|
"ResourceCell.inventoryEntryResource": "Inventory entry for {sku}",
|
|
@@ -461,6 +495,10 @@ var en = {
|
|
|
461
495
|
"ResourcePreview.Channel.stateLabel": "State",
|
|
462
496
|
"ResourcePreview.Channel.streetNameLabel": "Street name",
|
|
463
497
|
"ResourcePreview.Channel.streetNumberLabel": "Street number",
|
|
498
|
+
"ResourcePreview.CustomObject.containerLabel": "Container",
|
|
499
|
+
"ResourcePreview.CustomObject.createdAtLabel": "Created on",
|
|
500
|
+
"ResourcePreview.CustomObject.keyLabel": "Key",
|
|
501
|
+
"ResourcePreview.CustomObject.valueLabel": "Value",
|
|
464
502
|
"ResourcePreview.Customer.createdAtLabel": "Created on",
|
|
465
503
|
"ResourcePreview.Customer.dateOfBirthLabel": "Date of birth",
|
|
466
504
|
"ResourcePreview.Customer.emailLabel": "Email",
|
|
@@ -610,7 +648,6 @@ var en = {
|
|
|
610
648
|
"ResourcePreview.attributeColumnLabel": "Attribute",
|
|
611
649
|
"ResourcePreview.closeLabel": "Close",
|
|
612
650
|
"ResourcePreview.countryColumnLabel": "Country",
|
|
613
|
-
"ResourcePreview.currentPathLabel": " Details",
|
|
614
651
|
"ResourcePreview.customLineItemsTitle": "Custom line items",
|
|
615
652
|
"ResourcePreview.descriptionColumnLabel": "Description",
|
|
616
653
|
"ResourcePreview.fieldColumnLabel": "Field",
|
|
@@ -639,9 +676,13 @@ var en = {
|
|
|
639
676
|
"ResourcePreview.typeColumnLabel": "Type",
|
|
640
677
|
"ResourcePreview.variantIdColumnLabel": "Variant ID",
|
|
641
678
|
"ResourcePreview.variantSkuColumnLabel": "Variant SKU",
|
|
679
|
+
"ResourcePreviewBreadcrumbs.currentEntityPathLabel": "Current entity",
|
|
680
|
+
"ResourcePreviewBreadcrumbs.overviewPathLabel": "Overview",
|
|
681
|
+
"ResourcePreviewBreadcrumbs.referenceEntityPathLabel": "{entityType} reference",
|
|
642
682
|
"ResourceTypeCell.cartDiscountType": "Cart discount",
|
|
643
683
|
"ResourceTypeCell.categoryType": "Category",
|
|
644
684
|
"ResourceTypeCell.channelType": "Channel",
|
|
685
|
+
"ResourceTypeCell.customObjectType": "Custom object",
|
|
645
686
|
"ResourceTypeCell.customerGroupType": "Customer group",
|
|
646
687
|
"ResourceTypeCell.customerType": "Customer",
|
|
647
688
|
"ResourceTypeCell.discountCodeType": "Discount code",
|
|
@@ -669,6 +710,8 @@ var en = {
|
|
|
669
710
|
"Search.Filters.Definitions.Date.range": "between",
|
|
670
711
|
"Search.Filters.Definitions.Text.equalTo": "is",
|
|
671
712
|
"Search.Filters.Definitions.Text.in": "in",
|
|
713
|
+
"Search.Filters.Definitions.Text.missingIn": "not in",
|
|
714
|
+
"Search.Filters.Defintions.Text.missing": "is not",
|
|
672
715
|
"Search.Filters.RangeFilter.and": "and",
|
|
673
716
|
"Search.Filters.RangeFilterTag.from": "from",
|
|
674
717
|
"Search.Filters.RangeFilterTag.to": "to",
|
|
@@ -687,8 +730,6 @@ var en = {
|
|
|
687
730
|
"UserAndDateCell.createEvent": "Create",
|
|
688
731
|
"UserAndDateCell.removeEvent": "Remove",
|
|
689
732
|
"UserAndDateCell.updateEvent": "Update",
|
|
690
|
-
"UserResearchProgram.link": "user research program",
|
|
691
|
-
"UserResearchProgram.message": "Help us to improve the Change History experience. Join our commercetools {link}",
|
|
692
733
|
"Validation.required": "This field is required.",
|
|
693
734
|
"VersionTier.basicVersionLabel": "Basic Version",
|
|
694
735
|
"VersionTier.premiumButton": "Go Premium",
|
|
@@ -702,4 +743,4 @@ var en = {
|
|
|
702
743
|
};
|
|
703
744
|
|
|
704
745
|
exports["default"] = en;
|
|
705
|
-
//# sourceMappingURL=change-history-en-
|
|
746
|
+
//# sourceMappingURL=change-history-en-73a03bb4.cjs.js.map
|
package/dist/{change-history-en-43c39c2e.cjs.js.map → change-history-en-73a03bb4.cjs.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-history-en-
|
|
1
|
+
{"version":3,"file":"change-history-en-73a03bb4.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|