@procore/core-react 12.34.1 → 12.35.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 +26 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +7 -7
- package/dist/Badge/Badge.styles.js +2 -2
- package/dist/BadgePill/BadgePill.styles.js +4 -4
- package/dist/Banner/Banner.styles.js +10 -10
- package/dist/Box/Box.styles.js +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Button/Button.styles.js +5 -5
- package/dist/Calendar/Calendar.d.ts +2 -2
- package/dist/Calendar/Calendar.js.map +1 -1
- package/dist/Calendar/Calendar.styles.d.ts +6 -3
- package/dist/Calendar/Calendar.styles.js +15 -9
- package/dist/Calendar/Calendar.styles.js.map +1 -1
- package/dist/Calendar/Calendar.types.d.ts +1 -31
- package/dist/Calendar/Calendar.types.js.map +1 -1
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/ContactItem/ContactItem.types.d.ts +2 -0
- package/dist/ContactItem/ContactItem.types.js.map +1 -1
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +58 -53
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/Dropzone/Dropzone.js +1 -1
- package/dist/Dropzone/Dropzone.styles.js +9 -9
- package/dist/EmptyState/EmptyState.styles.js +6 -6
- package/dist/Field/Field.styles.js +3 -3
- package/dist/FileList/FileList.styles.js +4 -4
- package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
- package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
- package/dist/FileSelect/FileSelect.styles.js +2 -2
- package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
- package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
- package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
- package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
- package/dist/FileToken/FileToken.styles.js +4 -4
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +14 -14
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
- package/dist/Grid/Grid.styles.js +2 -2
- package/dist/GroupSelect/GroupSelect.styles.js +1 -1
- package/dist/Input/Input.styles.js +1 -1
- package/dist/Link/Link.styles.js +1 -1
- package/dist/ListPage/ListPage.styles.js +8 -8
- package/dist/Loader/Loader.styles.js +2 -2
- package/dist/MenuImperative/MenuImperative.styles.js +10 -10
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.js +6 -6
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +7 -7
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/PageLayout/PageLayout.styles.js +16 -16
- package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
- package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
- package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
- package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
- package/dist/Pagination/Pagination.styles.js +5 -5
- package/dist/Panel/Panel.js +6 -2
- package/dist/Panel/Panel.js.map +1 -1
- package/dist/Panel/Panel.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.styles.js +4 -4
- package/dist/Popover/Popover.styles.js +2 -2
- package/dist/Portal/Portal.js +4 -1
- package/dist/Portal/Portal.js.map +1 -1
- package/dist/Portal/Portal.styles.js +1 -1
- package/dist/Portal/Portal.types.d.ts +1 -1
- package/dist/Portal/Portal.types.js.map +1 -1
- package/dist/Portal/PortalProvider.d.ts +5 -0
- package/dist/Portal/PortalProvider.js +14 -0
- package/dist/Portal/PortalProvider.js.map +1 -0
- package/dist/Portal/PortalProvider.types.d.ts +4 -0
- package/dist/Portal/PortalProvider.types.js +2 -0
- package/dist/Portal/PortalProvider.types.js.map +1 -0
- package/dist/Portal/index.d.ts +2 -0
- package/dist/Portal/index.js +1 -0
- package/dist/Portal/index.js.map +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +3 -3
- package/dist/Required/Required.styles.js +3 -3
- package/dist/Search/Search.styles.js +5 -5
- package/dist/Section/Section.styles.js +7 -7
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.styles.js +7 -7
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.styles.js +5 -5
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.context.js +10 -2
- package/dist/SplitViewCard/SplitViewCard.context.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.js +4 -2
- package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SplitViewCard/SplitViewCard.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +38 -38
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.d.ts +2 -2
- package/dist/Table/Table.js +58 -18
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.d.ts +3 -1
- package/dist/Table/Table.styles.js +32 -31
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/Table/Table.types.d.ts +5 -0
- package/dist/Table/Table.types.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +15 -15
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.js +1 -0
- package/dist/TextArea/TextArea.js.map +1 -1
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditor/TextEditor.d.ts +1 -1
- package/dist/TextEditor/TextEditor.js +67 -12
- package/dist/TextEditor/TextEditor.js.map +1 -1
- package/dist/TextEditor/TextEditor.types.d.ts +17 -0
- package/dist/TextEditor/TextEditor.types.js.map +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/Thumbnail/ThumbnailDocumentIcon.d.ts +3 -1
- package/dist/Thumbnail/ThumbnailDocumentIcon.js +61 -21
- package/dist/Thumbnail/ThumbnailDocumentIcon.js.map +1 -1
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/Tile/Tile.styles.js +8 -8
- package/dist/Title/Title.styles.js +7 -7
- package/dist/Toast/Toast.js +1 -1
- package/dist/Toast/Toast.js.map +1 -1
- package/dist/Toast/Toast.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +3 -3
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +2 -2
- package/dist/Tree/Tree.styles.js +9 -9
- package/dist/Typeahead/Typeahead.styles.js +3 -3
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +162 -11
- package/dist/_locales/de-DE.json +9 -3
- package/dist/_locales/en-AU.json +8 -2
- package/dist/_locales/en-CA.json +8 -2
- package/dist/_locales/en-GB.json +8 -2
- package/dist/_locales/en.json +4 -0
- package/dist/_locales/es-ES.json +10 -4
- package/dist/_locales/es.json +13 -7
- package/dist/_locales/fr-CA.json +9 -3
- package/dist/_locales/fr-FR.json +10 -4
- package/dist/_locales/is-IS.json +9 -3
- package/dist/_locales/it-IT.json +54 -48
- package/dist/_locales/ja-JP.json +10 -4
- package/dist/_locales/pl-PL.json +8 -2
- package/dist/_locales/pseudo.json +4 -0
- package/dist/_locales/pt-BR.json +9 -3
- package/dist/_locales/pt-PT.json +188 -182
- package/dist/_locales/th-TH.json +11 -5
- package/dist/_locales/zh-SG.json +8 -2
- package/dist/_locales/zh-TW.json +13 -7
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +13 -13
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
- package/dist/_typedoc/Button/Button.types.json +13 -13
- package/dist/_typedoc/Calendar/Calendar.types.json +89 -89
- package/dist/_typedoc/Card/Card.types.json +6 -6
- package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
- package/dist/_typedoc/ContactItem/ContactItem.types.json +12 -10
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +30 -30
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
- package/dist/_typedoc/FileList/FileList.types.json +9 -9
- package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
- package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
- package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
- package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
- package/dist/_typedoc/Flex/Flex.types.json +27 -27
- package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
- package/dist/_typedoc/Form/Form.types.json +794 -754
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
- package/dist/_typedoc/Input/Input.types.json +2 -2
- package/dist/_typedoc/Link/Link.types.json +1 -1
- package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
- package/dist/_typedoc/Menu/Menu.types.json +62 -62
- package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
- package/dist/_typedoc/Modal/Modal.types.json +46 -46
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
- package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +34 -34
- package/dist/_typedoc/PageLayout/PageLayout.types.json +26 -26
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +30 -30
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +51 -51
- package/dist/_typedoc/Popover/Popover.types.json +15 -15
- package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
- package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
- package/dist/_typedoc/Required/Required.types.json +5 -5
- package/dist/_typedoc/Search/Search.types.json +18 -18
- package/dist/_typedoc/Section/Section.types.json +15 -15
- package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
- package/dist/_typedoc/Select/Select.types.json +64 -64
- package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
- package/dist/_typedoc/Slider/Slider.types.json +6 -6
- package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
- package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
- package/dist/_typedoc/Table/Table.types.json +113 -103
- package/dist/_typedoc/Tabs/Tabs.types.json +20 -20
- package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
- package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
- package/dist/_typedoc/TextEditor/TextEditor.types.json +29 -9
- package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
- package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
- package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
- package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
- package/dist/_typedoc/Tile/Tile.types.json +8 -8
- package/dist/_typedoc/Title/Title.types.json +1 -1
- package/dist/_typedoc/Toast/Toast.types.json +4 -4
- package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
- package/dist/_typedoc/Token/Token.types.json +7 -7
- package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
- package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
- package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
- package/dist/_typedoc/Tree/Tree.types.json +86 -86
- package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
- package/dist/_typedoc/Typography/Typography.types.json +9 -9
- package/dist/_typedoc/_utils/types.json +3 -3
- package/dist/_typedoc/deprecations.json +1 -1
- package/dist/_utils/a11y.d.ts +1 -0
- package/dist/_utils/a11y.js +8 -0
- package/dist/_utils/a11y.js.map +1 -0
- package/package.json +1 -1
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -127,6 +127,10 @@ export declare const coreTranslations: {
|
|
|
127
127
|
timeOnDate: string;
|
|
128
128
|
};
|
|
129
129
|
table: {
|
|
130
|
+
a11y: {
|
|
131
|
+
expand: string;
|
|
132
|
+
collapse: string;
|
|
133
|
+
};
|
|
130
134
|
checkboxLabel: string;
|
|
131
135
|
sortableColumn: string;
|
|
132
136
|
};
|
|
@@ -230,6 +234,8 @@ export declare const coreTranslations: {
|
|
|
230
234
|
clearAll: string;
|
|
231
235
|
selectValues: string;
|
|
232
236
|
noResults: string;
|
|
237
|
+
selectedToken: string;
|
|
238
|
+
selectedItems: string;
|
|
233
239
|
};
|
|
234
240
|
tearsheet: {
|
|
235
241
|
a11y: {
|
|
@@ -508,6 +514,10 @@ export declare const coreTranslations: {
|
|
|
508
514
|
timeOnDate: string;
|
|
509
515
|
};
|
|
510
516
|
table: {
|
|
517
|
+
a11y: {
|
|
518
|
+
expand: string;
|
|
519
|
+
collapse: string;
|
|
520
|
+
};
|
|
511
521
|
checkboxLabel: string;
|
|
512
522
|
sortableColumn: string;
|
|
513
523
|
};
|
|
@@ -891,6 +901,10 @@ export declare const coreTranslations: {
|
|
|
891
901
|
timeOnDate: string;
|
|
892
902
|
};
|
|
893
903
|
table: {
|
|
904
|
+
a11y: {
|
|
905
|
+
expand: string;
|
|
906
|
+
collapse: string;
|
|
907
|
+
};
|
|
894
908
|
checkboxLabel: string;
|
|
895
909
|
sortableColumn: string;
|
|
896
910
|
};
|
|
@@ -994,6 +1008,8 @@ export declare const coreTranslations: {
|
|
|
994
1008
|
clearAll: string;
|
|
995
1009
|
selectValues: string;
|
|
996
1010
|
noResults: string;
|
|
1011
|
+
selectedToken: string;
|
|
1012
|
+
selectedItems: string;
|
|
997
1013
|
};
|
|
998
1014
|
tearsheet: {
|
|
999
1015
|
a11y: {
|
|
@@ -1272,6 +1288,10 @@ export declare const coreTranslations: {
|
|
|
1272
1288
|
timeOnDate: string;
|
|
1273
1289
|
};
|
|
1274
1290
|
table: {
|
|
1291
|
+
a11y: {
|
|
1292
|
+
expand: string;
|
|
1293
|
+
collapse: string;
|
|
1294
|
+
};
|
|
1275
1295
|
checkboxLabel: string;
|
|
1276
1296
|
sortableColumn: string;
|
|
1277
1297
|
};
|
|
@@ -1375,6 +1395,8 @@ export declare const coreTranslations: {
|
|
|
1375
1395
|
clearAll: string;
|
|
1376
1396
|
selectValues: string;
|
|
1377
1397
|
noResults: string;
|
|
1398
|
+
selectedToken: string;
|
|
1399
|
+
selectedItems: string;
|
|
1378
1400
|
};
|
|
1379
1401
|
tearsheet: {
|
|
1380
1402
|
a11y: {
|
|
@@ -1653,6 +1675,10 @@ export declare const coreTranslations: {
|
|
|
1653
1675
|
timeOnDate: string;
|
|
1654
1676
|
};
|
|
1655
1677
|
table: {
|
|
1678
|
+
a11y: {
|
|
1679
|
+
expand: string;
|
|
1680
|
+
collapse: string;
|
|
1681
|
+
};
|
|
1656
1682
|
checkboxLabel: string;
|
|
1657
1683
|
sortableColumn: string;
|
|
1658
1684
|
};
|
|
@@ -1756,6 +1782,8 @@ export declare const coreTranslations: {
|
|
|
1756
1782
|
clearAll: string;
|
|
1757
1783
|
selectValues: string;
|
|
1758
1784
|
noResults: string;
|
|
1785
|
+
selectedToken: string;
|
|
1786
|
+
selectedItems: string;
|
|
1759
1787
|
};
|
|
1760
1788
|
tearsheet: {
|
|
1761
1789
|
a11y: {
|
|
@@ -2034,6 +2062,10 @@ export declare const coreTranslations: {
|
|
|
2034
2062
|
timeOnDate: string;
|
|
2035
2063
|
};
|
|
2036
2064
|
table: {
|
|
2065
|
+
a11y: {
|
|
2066
|
+
expand: string;
|
|
2067
|
+
collapse: string;
|
|
2068
|
+
};
|
|
2037
2069
|
checkboxLabel: string;
|
|
2038
2070
|
sortableColumn: string;
|
|
2039
2071
|
};
|
|
@@ -2119,6 +2151,17 @@ export declare const coreTranslations: {
|
|
|
2119
2151
|
wrongFileTypeErrorGroup: string;
|
|
2120
2152
|
standaloneMaxFileNumberError: string;
|
|
2121
2153
|
standaloneUnsupportedFileTypeError: string;
|
|
2154
|
+
/**
|
|
2155
|
+
* Hook to access the I18n context.
|
|
2156
|
+
*
|
|
2157
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
2158
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
2159
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
2160
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
2161
|
+
*
|
|
2162
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
2163
|
+
* either with or without typed translations based on the provided generic.
|
|
2164
|
+
*/
|
|
2122
2165
|
standaloneMinFileSizeError: string;
|
|
2123
2166
|
standaloneMaxFileSizeError: string;
|
|
2124
2167
|
standaloneZeroFileSizeError: string;
|
|
@@ -2137,6 +2180,8 @@ export declare const coreTranslations: {
|
|
|
2137
2180
|
clearAll: string;
|
|
2138
2181
|
selectValues: string;
|
|
2139
2182
|
noResults: string;
|
|
2183
|
+
selectedToken: string;
|
|
2184
|
+
selectedItems: string;
|
|
2140
2185
|
};
|
|
2141
2186
|
tearsheet: {
|
|
2142
2187
|
a11y: {
|
|
@@ -2415,6 +2460,10 @@ export declare const coreTranslations: {
|
|
|
2415
2460
|
timeOnDate: string;
|
|
2416
2461
|
};
|
|
2417
2462
|
table: {
|
|
2463
|
+
a11y: {
|
|
2464
|
+
expand: string;
|
|
2465
|
+
collapse: string;
|
|
2466
|
+
};
|
|
2418
2467
|
checkboxLabel: string;
|
|
2419
2468
|
sortableColumn: string;
|
|
2420
2469
|
};
|
|
@@ -2500,6 +2549,17 @@ export declare const coreTranslations: {
|
|
|
2500
2549
|
wrongFileTypeErrorGroup: string;
|
|
2501
2550
|
standaloneMaxFileNumberError: string;
|
|
2502
2551
|
standaloneUnsupportedFileTypeError: string;
|
|
2552
|
+
/**
|
|
2553
|
+
* Hook to access the I18n context.
|
|
2554
|
+
*
|
|
2555
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
2556
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
2557
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
2558
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
2559
|
+
*
|
|
2560
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
2561
|
+
* either with or without typed translations based on the provided generic.
|
|
2562
|
+
*/
|
|
2503
2563
|
standaloneMinFileSizeError: string;
|
|
2504
2564
|
standaloneMaxFileSizeError: string;
|
|
2505
2565
|
standaloneZeroFileSizeError: string;
|
|
@@ -2518,6 +2578,8 @@ export declare const coreTranslations: {
|
|
|
2518
2578
|
clearAll: string;
|
|
2519
2579
|
selectValues: string;
|
|
2520
2580
|
noResults: string;
|
|
2581
|
+
selectedToken: string;
|
|
2582
|
+
selectedItems: string;
|
|
2521
2583
|
};
|
|
2522
2584
|
tearsheet: {
|
|
2523
2585
|
a11y: {
|
|
@@ -2796,6 +2858,10 @@ export declare const coreTranslations: {
|
|
|
2796
2858
|
timeOnDate: string;
|
|
2797
2859
|
};
|
|
2798
2860
|
table: {
|
|
2861
|
+
a11y: {
|
|
2862
|
+
expand: string;
|
|
2863
|
+
collapse: string;
|
|
2864
|
+
};
|
|
2799
2865
|
checkboxLabel: string;
|
|
2800
2866
|
sortableColumn: string;
|
|
2801
2867
|
};
|
|
@@ -2899,6 +2965,8 @@ export declare const coreTranslations: {
|
|
|
2899
2965
|
clearAll: string;
|
|
2900
2966
|
selectValues: string;
|
|
2901
2967
|
noResults: string;
|
|
2968
|
+
selectedToken: string;
|
|
2969
|
+
selectedItems: string;
|
|
2902
2970
|
};
|
|
2903
2971
|
tearsheet: {
|
|
2904
2972
|
a11y: {
|
|
@@ -3134,6 +3202,14 @@ export declare const coreTranslations: {
|
|
|
3134
3202
|
close: string;
|
|
3135
3203
|
date: string;
|
|
3136
3204
|
itemType: string;
|
|
3205
|
+
/**
|
|
3206
|
+
* Hook to create I18n object.
|
|
3207
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
3208
|
+
* @param {string} props.locale - The locale to use.
|
|
3209
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
3210
|
+
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
3211
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
3212
|
+
*/
|
|
3137
3213
|
itemTypeGroupLabel: {
|
|
3138
3214
|
dailyLog: string;
|
|
3139
3215
|
prostoreFile: string;
|
|
@@ -3177,6 +3253,10 @@ export declare const coreTranslations: {
|
|
|
3177
3253
|
timeOnDate: string;
|
|
3178
3254
|
};
|
|
3179
3255
|
table: {
|
|
3256
|
+
a11y: {
|
|
3257
|
+
expand: string;
|
|
3258
|
+
collapse: string;
|
|
3259
|
+
};
|
|
3180
3260
|
checkboxLabel: string;
|
|
3181
3261
|
sortableColumn: string;
|
|
3182
3262
|
};
|
|
@@ -3280,6 +3360,8 @@ export declare const coreTranslations: {
|
|
|
3280
3360
|
clearAll: string;
|
|
3281
3361
|
selectValues: string;
|
|
3282
3362
|
noResults: string;
|
|
3363
|
+
selectedToken: string;
|
|
3364
|
+
selectedItems: string;
|
|
3283
3365
|
};
|
|
3284
3366
|
tearsheet: {
|
|
3285
3367
|
a11y: {
|
|
@@ -3567,6 +3649,10 @@ export declare const coreTranslations: {
|
|
|
3567
3649
|
* @param {boolean} props.enableCDN - Whether to pull core-react translations from the CDN or not, by default it follows the value passed down through the parent I18nProvider.
|
|
3568
3650
|
* @returns {React.ReactNode} The I18n context instance.
|
|
3569
3651
|
*/
|
|
3652
|
+
a11y: {
|
|
3653
|
+
expand: string;
|
|
3654
|
+
collapse: string;
|
|
3655
|
+
};
|
|
3570
3656
|
checkboxLabel: string;
|
|
3571
3657
|
sortableColumn: string;
|
|
3572
3658
|
};
|
|
@@ -3670,6 +3756,8 @@ export declare const coreTranslations: {
|
|
|
3670
3756
|
clearAll: string;
|
|
3671
3757
|
selectValues: string;
|
|
3672
3758
|
noResults: string;
|
|
3759
|
+
selectedToken: string;
|
|
3760
|
+
selectedItems: string;
|
|
3673
3761
|
};
|
|
3674
3762
|
tearsheet: {
|
|
3675
3763
|
a11y: {
|
|
@@ -3948,6 +4036,10 @@ export declare const coreTranslations: {
|
|
|
3948
4036
|
timeOnDate: string;
|
|
3949
4037
|
};
|
|
3950
4038
|
table: {
|
|
4039
|
+
a11y: {
|
|
4040
|
+
expand: string;
|
|
4041
|
+
collapse: string;
|
|
4042
|
+
};
|
|
3951
4043
|
checkboxLabel: string;
|
|
3952
4044
|
sortableColumn: string;
|
|
3953
4045
|
};
|
|
@@ -4051,6 +4143,8 @@ export declare const coreTranslations: {
|
|
|
4051
4143
|
clearAll: string;
|
|
4052
4144
|
selectValues: string;
|
|
4053
4145
|
noResults: string;
|
|
4146
|
+
selectedToken: string;
|
|
4147
|
+
selectedItems: string;
|
|
4054
4148
|
};
|
|
4055
4149
|
tearsheet: {
|
|
4056
4150
|
a11y: {
|
|
@@ -4337,6 +4431,10 @@ export declare const coreTranslations: {
|
|
|
4337
4431
|
timeOnDate: string;
|
|
4338
4432
|
};
|
|
4339
4433
|
table: {
|
|
4434
|
+
a11y: {
|
|
4435
|
+
expand: string;
|
|
4436
|
+
collapse: string;
|
|
4437
|
+
};
|
|
4340
4438
|
checkboxLabel: string;
|
|
4341
4439
|
sortableColumn: string;
|
|
4342
4440
|
};
|
|
@@ -4415,6 +4513,17 @@ export declare const coreTranslations: {
|
|
|
4415
4513
|
errorTitle: string;
|
|
4416
4514
|
oneFileAtATimeError: string;
|
|
4417
4515
|
multipleErrorsMessage: string;
|
|
4516
|
+
/**
|
|
4517
|
+
* Hook to access the I18n context.
|
|
4518
|
+
*
|
|
4519
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
4520
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
4521
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
4522
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
4523
|
+
*
|
|
4524
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
4525
|
+
* either with or without typed translations based on the provided generic.
|
|
4526
|
+
*/
|
|
4418
4527
|
maxFileSizeErrorGroup: string;
|
|
4419
4528
|
minFileSizeErrorGroup: string;
|
|
4420
4529
|
zeroFileSizeErrorGroup: string;
|
|
@@ -4720,6 +4829,10 @@ export declare const coreTranslations: {
|
|
|
4720
4829
|
timeOnDate: string;
|
|
4721
4830
|
};
|
|
4722
4831
|
table: {
|
|
4832
|
+
a11y: {
|
|
4833
|
+
expand: string;
|
|
4834
|
+
collapse: string;
|
|
4835
|
+
};
|
|
4723
4836
|
checkboxLabel: string;
|
|
4724
4837
|
sortableColumn: string;
|
|
4725
4838
|
};
|
|
@@ -4823,6 +4936,8 @@ export declare const coreTranslations: {
|
|
|
4823
4936
|
clearAll: string;
|
|
4824
4937
|
selectValues: string;
|
|
4825
4938
|
noResults: string;
|
|
4939
|
+
selectedToken: string;
|
|
4940
|
+
selectedItems: string;
|
|
4826
4941
|
};
|
|
4827
4942
|
tearsheet: {
|
|
4828
4943
|
a11y: {
|
|
@@ -5101,6 +5216,10 @@ export declare const coreTranslations: {
|
|
|
5101
5216
|
timeOnDate: string;
|
|
5102
5217
|
};
|
|
5103
5218
|
table: {
|
|
5219
|
+
a11y: {
|
|
5220
|
+
expand: string;
|
|
5221
|
+
collapse: string;
|
|
5222
|
+
};
|
|
5104
5223
|
checkboxLabel: string;
|
|
5105
5224
|
sortableColumn: string;
|
|
5106
5225
|
};
|
|
@@ -5204,6 +5323,8 @@ export declare const coreTranslations: {
|
|
|
5204
5323
|
clearAll: string;
|
|
5205
5324
|
selectValues: string;
|
|
5206
5325
|
noResults: string;
|
|
5326
|
+
selectedToken: string;
|
|
5327
|
+
selectedItems: string;
|
|
5207
5328
|
};
|
|
5208
5329
|
tearsheet: {
|
|
5209
5330
|
a11y: {
|
|
@@ -5211,17 +5332,6 @@ export declare const coreTranslations: {
|
|
|
5211
5332
|
};
|
|
5212
5333
|
};
|
|
5213
5334
|
fileAttacher: {
|
|
5214
|
-
/**
|
|
5215
|
-
* Hook to access the I18n context.
|
|
5216
|
-
*
|
|
5217
|
-
* @template Translations - An optional generic to provide type safety for translations.
|
|
5218
|
-
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
5219
|
-
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
5220
|
-
* If not specified, the default I18nWithCDN instance is returned.
|
|
5221
|
-
*
|
|
5222
|
-
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
5223
|
-
* either with or without typed translations based on the provided generic.
|
|
5224
|
-
*/
|
|
5225
5335
|
attachFiles: {
|
|
5226
5336
|
one: string;
|
|
5227
5337
|
other: string;
|
|
@@ -5501,6 +5611,10 @@ export declare const coreTranslations: {
|
|
|
5501
5611
|
timeOnDate: string;
|
|
5502
5612
|
};
|
|
5503
5613
|
table: {
|
|
5614
|
+
a11y: {
|
|
5615
|
+
expand: string;
|
|
5616
|
+
collapse: string;
|
|
5617
|
+
};
|
|
5504
5618
|
checkboxLabel: string;
|
|
5505
5619
|
sortableColumn: string;
|
|
5506
5620
|
};
|
|
@@ -5604,6 +5718,8 @@ export declare const coreTranslations: {
|
|
|
5604
5718
|
clearAll: string;
|
|
5605
5719
|
selectValues: string;
|
|
5606
5720
|
noResults: string;
|
|
5721
|
+
selectedToken: string;
|
|
5722
|
+
selectedItems: string;
|
|
5607
5723
|
};
|
|
5608
5724
|
tearsheet: {
|
|
5609
5725
|
a11y: {
|
|
@@ -5886,6 +6002,10 @@ export declare const coreTranslations: {
|
|
|
5886
6002
|
timeOnDate: string;
|
|
5887
6003
|
};
|
|
5888
6004
|
table: {
|
|
6005
|
+
a11y: {
|
|
6006
|
+
expand: string;
|
|
6007
|
+
collapse: string;
|
|
6008
|
+
};
|
|
5889
6009
|
checkboxLabel: string;
|
|
5890
6010
|
sortableColumn: string;
|
|
5891
6011
|
};
|
|
@@ -5989,6 +6109,8 @@ export declare const coreTranslations: {
|
|
|
5989
6109
|
clearAll: string;
|
|
5990
6110
|
selectValues: string;
|
|
5991
6111
|
noResults: string;
|
|
6112
|
+
selectedToken: string;
|
|
6113
|
+
selectedItems: string;
|
|
5992
6114
|
};
|
|
5993
6115
|
tearsheet: {
|
|
5994
6116
|
a11y: {
|
|
@@ -6273,6 +6395,10 @@ export declare const coreTranslations: {
|
|
|
6273
6395
|
timeOnDate: string;
|
|
6274
6396
|
};
|
|
6275
6397
|
table: {
|
|
6398
|
+
a11y: {
|
|
6399
|
+
expand: string;
|
|
6400
|
+
collapse: string;
|
|
6401
|
+
};
|
|
6276
6402
|
checkboxLabel: string;
|
|
6277
6403
|
sortableColumn: string;
|
|
6278
6404
|
};
|
|
@@ -6376,6 +6502,8 @@ export declare const coreTranslations: {
|
|
|
6376
6502
|
clearAll: string;
|
|
6377
6503
|
selectValues: string;
|
|
6378
6504
|
noResults: string;
|
|
6505
|
+
selectedToken: string;
|
|
6506
|
+
selectedItems: string;
|
|
6379
6507
|
};
|
|
6380
6508
|
tearsheet: {
|
|
6381
6509
|
a11y: {
|
|
@@ -6654,6 +6782,10 @@ export declare const coreTranslations: {
|
|
|
6654
6782
|
timeOnDate: string;
|
|
6655
6783
|
};
|
|
6656
6784
|
table: {
|
|
6785
|
+
a11y: {
|
|
6786
|
+
expand: string;
|
|
6787
|
+
collapse: string;
|
|
6788
|
+
};
|
|
6657
6789
|
checkboxLabel: string;
|
|
6658
6790
|
sortableColumn: string;
|
|
6659
6791
|
};
|
|
@@ -6740,6 +6872,17 @@ export declare const coreTranslations: {
|
|
|
6740
6872
|
standaloneMaxFileNumberError: string;
|
|
6741
6873
|
standaloneUnsupportedFileTypeError: string;
|
|
6742
6874
|
standaloneMinFileSizeError: string;
|
|
6875
|
+
/**
|
|
6876
|
+
* Hook to access the I18n context.
|
|
6877
|
+
*
|
|
6878
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
6879
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
6880
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
6881
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
6882
|
+
*
|
|
6883
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
6884
|
+
* either with or without typed translations based on the provided generic.
|
|
6885
|
+
*/
|
|
6743
6886
|
standaloneMaxFileSizeError: string;
|
|
6744
6887
|
standaloneZeroFileSizeError: string;
|
|
6745
6888
|
uploadTotalProgress: {
|
|
@@ -6757,6 +6900,8 @@ export declare const coreTranslations: {
|
|
|
6757
6900
|
clearAll: string;
|
|
6758
6901
|
selectValues: string;
|
|
6759
6902
|
noResults: string;
|
|
6903
|
+
selectedToken: string;
|
|
6904
|
+
selectedItems: string;
|
|
6760
6905
|
};
|
|
6761
6906
|
tearsheet: {
|
|
6762
6907
|
a11y: {
|
|
@@ -7035,6 +7180,10 @@ export declare const coreTranslations: {
|
|
|
7035
7180
|
timeOnDate: string;
|
|
7036
7181
|
};
|
|
7037
7182
|
table: {
|
|
7183
|
+
a11y: {
|
|
7184
|
+
expand: string;
|
|
7185
|
+
collapse: string;
|
|
7186
|
+
};
|
|
7038
7187
|
checkboxLabel: string;
|
|
7039
7188
|
sortableColumn: string;
|
|
7040
7189
|
};
|
|
@@ -7138,6 +7287,8 @@ export declare const coreTranslations: {
|
|
|
7138
7287
|
clearAll: string;
|
|
7139
7288
|
selectValues: string;
|
|
7140
7289
|
noResults: string;
|
|
7290
|
+
selectedToken: string;
|
|
7291
|
+
selectedItems: string;
|
|
7141
7292
|
};
|
|
7142
7293
|
tearsheet: {
|
|
7143
7294
|
a11y: {
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "Das verknüpfte Element wurde erfolgreich verlinkt.",
|
|
106
106
|
"itemAdditionFailed" : "Leider konnte das Element nicht angehängt werden. Bitte versuchen Sie es erneut.",
|
|
107
107
|
"itemRemoved" : "Das verlinkte Element wurde erfolgreich entfernt.",
|
|
108
|
-
"requestError" : "
|
|
108
|
+
"requestError" : "Es ist leider ein Fehler aufgetreten. Bitte versuchen Sie es erneut."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
"timeOnDate" : "{{time}} am {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
117
|
+
"a11y" : {
|
|
118
|
+
"expand" : "Maximieren",
|
|
119
|
+
"collapse" : "Minimieren"
|
|
120
|
+
},
|
|
117
121
|
"checkboxLabel" : "Zeile auswählen",
|
|
118
122
|
"sortableColumn" : "Sortierbare Spalte"
|
|
119
123
|
},
|
|
@@ -216,7 +220,9 @@
|
|
|
216
220
|
"multiSelect" : {
|
|
217
221
|
"clearAll" : "Feld löschen",
|
|
218
222
|
"selectValues" : "Werte auswählen",
|
|
219
|
-
"noResults" : "Keine Ergebnisse"
|
|
223
|
+
"noResults" : "Keine Ergebnisse",
|
|
224
|
+
"selectedToken" : "{{tokenLabel}}, ausgewählt",
|
|
225
|
+
"selectedItems" : "Ausgewählte Elemente"
|
|
220
226
|
},
|
|
221
227
|
"tearsheet" : {
|
|
222
228
|
"a11y" : {
|
|
@@ -378,4 +384,4 @@
|
|
|
378
384
|
}
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
|
-
}
|
|
387
|
+
}
|
package/dist/_locales/en-AU.json
CHANGED
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
"timeOnDate" : "{{time}} on {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
117
|
+
"a11y" : {
|
|
118
|
+
"expand" : "Expand",
|
|
119
|
+
"collapse" : "Collapse"
|
|
120
|
+
},
|
|
117
121
|
"checkboxLabel" : "Select row",
|
|
118
122
|
"sortableColumn" : "Sortable column"
|
|
119
123
|
},
|
|
@@ -216,7 +220,9 @@
|
|
|
216
220
|
"multiSelect" : {
|
|
217
221
|
"clearAll" : "Delete field",
|
|
218
222
|
"selectValues" : "Select values",
|
|
219
|
-
"noResults" : "No results"
|
|
223
|
+
"noResults" : "No results",
|
|
224
|
+
"selectedToken" : "{{tokenLabel}}, selected",
|
|
225
|
+
"selectedItems" : "Selected items"
|
|
220
226
|
},
|
|
221
227
|
"tearsheet" : {
|
|
222
228
|
"a11y" : {
|
|
@@ -378,4 +384,4 @@
|
|
|
378
384
|
}
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
|
-
}
|
|
387
|
+
}
|
package/dist/_locales/en-CA.json
CHANGED
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
"timeOnDate" : "{{time}} on {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
117
|
+
"a11y" : {
|
|
118
|
+
"expand" : "Expand",
|
|
119
|
+
"collapse" : "Collapse"
|
|
120
|
+
},
|
|
117
121
|
"checkboxLabel" : "Select row",
|
|
118
122
|
"sortableColumn" : "Sortable column"
|
|
119
123
|
},
|
|
@@ -216,7 +220,9 @@
|
|
|
216
220
|
"multiSelect" : {
|
|
217
221
|
"clearAll" : "Delete field",
|
|
218
222
|
"selectValues" : "Select values",
|
|
219
|
-
"noResults" : "No results"
|
|
223
|
+
"noResults" : "No results",
|
|
224
|
+
"selectedToken" : "{{tokenLabel}}, selected",
|
|
225
|
+
"selectedItems" : "Selected items"
|
|
220
226
|
},
|
|
221
227
|
"tearsheet" : {
|
|
222
228
|
"a11y" : {
|
|
@@ -378,4 +384,4 @@
|
|
|
378
384
|
}
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
|
-
}
|
|
387
|
+
}
|
package/dist/_locales/en-GB.json
CHANGED
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
"timeOnDate" : "{{time}} on {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
117
|
+
"a11y" : {
|
|
118
|
+
"expand" : "Expand",
|
|
119
|
+
"collapse" : "Collapse"
|
|
120
|
+
},
|
|
117
121
|
"checkboxLabel" : "Select row",
|
|
118
122
|
"sortableColumn" : "Sortable column"
|
|
119
123
|
},
|
|
@@ -216,7 +220,9 @@
|
|
|
216
220
|
"multiSelect" : {
|
|
217
221
|
"clearAll" : "Delete field",
|
|
218
222
|
"selectValues" : "Select values",
|
|
219
|
-
"noResults" : "No results"
|
|
223
|
+
"noResults" : "No results",
|
|
224
|
+
"selectedToken" : "{{tokenLabel}}, selected",
|
|
225
|
+
"selectedItems" : "Selected items"
|
|
220
226
|
},
|
|
221
227
|
"tearsheet" : {
|
|
222
228
|
"a11y" : {
|
|
@@ -378,4 +384,4 @@
|
|
|
378
384
|
}
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
|
-
}
|
|
387
|
+
}
|
package/dist/_locales/en.json
CHANGED
package/dist/_locales/es-ES.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"downloadPdfShort" : "PDF",
|
|
51
51
|
"privateEmailDisclaimer" : "Los correos electrónicos privados solo se muestran a los destinatarios y al remitente del correo electrónico.",
|
|
52
52
|
"privateLabel" : "Privado",
|
|
53
|
-
"settingsLink" : "
|
|
53
|
+
"settingsLink" : "Ajustes",
|
|
54
54
|
"composeNewEmail" : "Redactar correo",
|
|
55
55
|
"startNewCommunication" : "Para iniciar un nuevo hilo de comunicación asociado a este elemento, envíe un correo electrónico a",
|
|
56
56
|
"emptyStateTitle" : "Envíe un correo electrónico para comenzar",
|
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
"timeOnDate" : "{{time}} el {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
117
|
+
"a11y" : {
|
|
118
|
+
"expand" : "Expandir",
|
|
119
|
+
"collapse" : "Contraer"
|
|
120
|
+
},
|
|
117
121
|
"checkboxLabel" : "Seleccionar fila",
|
|
118
122
|
"sortableColumn" : "Columna clasificable"
|
|
119
123
|
},
|
|
@@ -140,7 +144,7 @@
|
|
|
140
144
|
"small" : "Pequeña",
|
|
141
145
|
"medium" : "Mediana",
|
|
142
146
|
"large" : "Grande",
|
|
143
|
-
"tableSettings" : "
|
|
147
|
+
"tableSettings" : "Ajustes de la tabla"
|
|
144
148
|
}
|
|
145
149
|
},
|
|
146
150
|
"dateInput" : {
|
|
@@ -216,7 +220,9 @@
|
|
|
216
220
|
"multiSelect" : {
|
|
217
221
|
"clearAll" : "Eliminar campo",
|
|
218
222
|
"selectValues" : "Seleccionar valores",
|
|
219
|
-
"noResults" : "Ningún resultado"
|
|
223
|
+
"noResults" : "Ningún resultado",
|
|
224
|
+
"selectedToken" : "Se ha(n) seleccionado: {{tokenLabel}}",
|
|
225
|
+
"selectedItems" : "Elementos seleccionados"
|
|
220
226
|
},
|
|
221
227
|
"tearsheet" : {
|
|
222
228
|
"a11y" : {
|
|
@@ -378,4 +384,4 @@
|
|
|
378
384
|
}
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
|
-
}
|
|
387
|
+
}
|