@spscommerce/i18n 8.34.7 → 8.34.8
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/lib/index.js +129 -115
- package/lib/index.umd.cjs +2 -2
- package/locales/en-US/woodland.json +14 -0
- package/package.json +1 -1
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"columnManager.title": "Manage Table Columns",
|
|
23
23
|
"contentRow.collapse": "Collapse",
|
|
24
24
|
"contentRow.expand": "Expand",
|
|
25
|
+
"contextBar.viewing": "Viewing",
|
|
26
|
+
"contextBar.in": "in",
|
|
27
|
+
"contextBar.change": "Change",
|
|
25
28
|
"datepicker.calendar.nextMonth": "View Next Month",
|
|
26
29
|
"datepicker.calendar.prevMonth": "View Previous Month",
|
|
27
30
|
"datepicker.preset.after": "After",
|
|
@@ -34,6 +37,7 @@
|
|
|
34
37
|
"datepicker.preset.thirtyDays": "Last 30 days",
|
|
35
38
|
"datepicker.preset.today": "Today",
|
|
36
39
|
"datepicker.presetsLabel": "Ranges",
|
|
40
|
+
"dateTimeRangePicker.to": "to",
|
|
37
41
|
"fileUpload.acceptedTypes.one": "{{fileTypes}} format accepted",
|
|
38
42
|
"fileUpload.acceptedTypes.other": "{{fileTypes}} formats accepted",
|
|
39
43
|
"fileUpload.cancelled.one": "File Upload Failed",
|
|
@@ -76,6 +80,7 @@
|
|
|
76
80
|
"listActionBar.clearSelected": "Clear Selected",
|
|
77
81
|
"listActionBar.itemsSelected": "Items Selected",
|
|
78
82
|
"listToolbar.advancedSearchToggle": "Advanced Search",
|
|
83
|
+
"matrix.cell.null": "null",
|
|
79
84
|
"modal.close": "Close modal",
|
|
80
85
|
"modal.defaultButtonLabel": "Okay",
|
|
81
86
|
"modal.defaultTitle.general": "Action",
|
|
@@ -84,11 +89,20 @@
|
|
|
84
89
|
"modal.defaultTitle.success": "Success",
|
|
85
90
|
"modal.defaultTitle.warning": "Warning",
|
|
86
91
|
"pagination.nextPage": "Next Page",
|
|
92
|
+
"pagination.of": "of",
|
|
93
|
+
"pagination.many": "many",
|
|
87
94
|
"pagination.ofMany": "of many",
|
|
88
95
|
"pagination.ofPageCount": "of {{pageCount}}",
|
|
89
96
|
"pagination.page": "Page",
|
|
97
|
+
"pagination.perPage": "Per Page",
|
|
90
98
|
"pagination.prevPage": "Previous Page",
|
|
99
|
+
"pagination.view": "View",
|
|
100
|
+
"pagination.viewing": "Viewing",
|
|
91
101
|
"progressBar.closeButtonTitle": "Close progress bar",
|
|
102
|
+
"productBar.current": "current",
|
|
103
|
+
"richTextEditor.linkModal.text": "Text",
|
|
104
|
+
"richTextEditor.linkModal.link": "Link",
|
|
105
|
+
"richTextEditor.linkModal.ok": "OK",
|
|
92
106
|
"searchResultsBar.clear": "Clear",
|
|
93
107
|
"searchResultsBar.clearResults": "Clear Results",
|
|
94
108
|
"searchResultsBar.count": "{{count}} of {{total}}",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/i18n",
|
|
3
3
|
"description": "SPS Design System React components",
|
|
4
|
-
"version": "8.34.
|
|
4
|
+
"version": "8.34.8",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/i18n",
|