@procore/core-react 12.50.0 → 12.51.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 +21 -0
- package/README.md +14 -0
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +4 -4
- package/dist/AnchorNavigation/AnchorNavigationProvider.js +11 -2
- package/dist/AnchorNavigation/AnchorNavigationProvider.js.map +1 -1
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.styles.js +8 -8
- 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.d.ts +15 -2
- package/dist/Breadcrumbs/Breadcrumbs.js +27 -4
- package/dist/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
- package/dist/Breadcrumbs/Breadcrumbs.types.d.ts +9 -0
- package/dist/Breadcrumbs/Breadcrumbs.types.js.map +1 -1
- package/dist/Button/Button.styles.js +11 -12
- package/dist/Button/Button.styles.js.map +1 -1
- package/dist/Calendar/Calendar.styles.js +9 -9
- package/dist/Card/Card.styles.js +1 -1
- package/dist/Checkbox/Checkbox.styles.js +6 -6
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.styles.js +6 -6
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.js +2 -2
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/Dropdown/Dropdown.types.d.ts +12 -2
- package/dist/Dropdown/Dropdown.types.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.helpers.d.ts +3 -0
- package/dist/DropdownFlyout/DropdownFlyout.helpers.js +30 -2
- package/dist/DropdownFlyout/DropdownFlyout.helpers.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.js +7 -1
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +5 -5
- package/dist/DropdownFlyout/DropdownFlyout.styles.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +4 -0
- package/dist/DropdownFlyout/DropdownFlyout.types.js.map +1 -1
- 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 +3 -3
- 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 +6 -6
- package/dist/FilterToken/FilterToken.styles.js +5 -5
- package/dist/FlexList/FlexList.styles.js +1 -1
- package/dist/Form/Form.styles.js +13 -13
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +3 -3
- package/dist/GhostPlaceholder/GhostPlaceholder.styles.js.map +1 -1
- package/dist/GhostPlaceholder/GhostPlaceholder.types.d.ts +10 -0
- package/dist/GhostPlaceholder/GhostPlaceholder.types.js.map +1 -1
- 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/Menu/Menu.js +7 -0
- package/dist/Menu/Menu.js.map +1 -1
- package/dist/Menu/Menu.types.d.ts +1 -0
- package/dist/Menu/Menu.types.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.d.ts +1 -0
- package/dist/MenuImperative/MenuImperative.styles.js +25 -22
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/sensors.js +20 -4
- package/dist/MenuImperative/sensors.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/NextTile/NextTile.styles.js +5 -5
- 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 +17 -19
- package/dist/PageLayout/PageLayout.styles.js.map +1 -1
- 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.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.styles.js +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 +8 -8
- 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.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.components.js +2 -0
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.d.ts +1 -0
- package/dist/SuperSelect/SuperSelect.styles.js +79 -76
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.types.d.ts +1 -0
- package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.js +1 -0
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +29 -29
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.styles.js +16 -16
- package/dist/Tearsheet/Tearsheet.styles.js +5 -5
- package/dist/TextArea/TextArea.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +21 -21
- 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.styles.js +3 -3
- package/dist/ToggleButton/ToggleButton.styles.js +1 -1
- package/dist/Token/Token.styles.js +5 -5
- package/dist/ToolHeader/ToolHeader.styles.js +6 -6
- package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
- package/dist/Tooltip/Tooltip.styles.js +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- package/dist/Typeahead/Typeahead.styles.js +4 -4
- package/dist/Typography/Typography.styles.js +1 -1
- package/dist/Typography/Typography.table.story.js +2 -2
- package/dist/_hooks/I18n.d.ts +137 -10
- package/dist/_locales/de-DE.json +9 -5
- package/dist/_locales/en-AU.json +8 -4
- package/dist/_locales/en-CA.json +8 -4
- package/dist/_locales/en-GB.json +8 -4
- package/dist/_locales/en.json +1 -1
- package/dist/_locales/es-ES.json +8 -4
- package/dist/_locales/es.json +7 -3
- package/dist/_locales/fr-CA.json +11 -7
- package/dist/_locales/fr-FR.json +9 -5
- package/dist/_locales/is-IS.json +8 -4
- package/dist/_locales/it-IT.json +7 -3
- package/dist/_locales/ja-JP.json +9 -5
- package/dist/_locales/nb-NO.json +80 -76
- package/dist/_locales/pl-PL.json +8 -4
- package/dist/_locales/pt-BR.json +7 -3
- package/dist/_locales/pt-PT.json +14 -10
- package/dist/_locales/th-TH.json +8 -4
- package/dist/_locales/zh-SG.json +7 -3
- package/dist/_locales/zh-TW.json +13 -9
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_storyHelpers_/primaryButtonThemeCssVars.d.ts +8 -0
- package/dist/_storyHelpers_/primaryButtonThemeCssVars.js +9 -0
- package/dist/_storyHelpers_/primaryButtonThemeCssVars.js.map +1 -0
- package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +4 -4
- package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
- package/dist/_typedoc/AvatarStack/AvatarStack.types.json +25 -25
- package/dist/_typedoc/Badge/Badge.types.json +6 -6
- package/dist/_typedoc/Banner/Banner.types.json +15 -15
- package/dist/_typedoc/Box/Box.types.json +68 -68
- package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +32 -10
- package/dist/_typedoc/Button/Button.types.json +14 -14
- package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
- 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 +9 -9
- package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
- package/dist/_typedoc/DateSelect/DateSelect.types.json +14 -14
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +41 -40
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +41 -31
- package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
- package/dist/_typedoc/EmptyState/EmptyState.types.json +18 -18
- 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 +770 -770
- package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +14 -13
- package/dist/_typedoc/Grid/Grid.types.json +8 -8
- package/dist/_typedoc/GroupSelect/GroupSelect.types.json +54 -54
- 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 +84 -84
- package/dist/_typedoc/Modal/Modal.types.json +48 -48
- package/dist/_typedoc/MultiSelect/MultiSelect.types.json +33 -33
- package/dist/_typedoc/NextTile/NextTile.types.json +33 -33
- package/dist/_typedoc/Notation/Notation.types.json +4 -4
- package/dist/_typedoc/NumberInput/NumberInput.types.json +52 -52
- package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +39 -39
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +28 -28
- package/dist/_typedoc/Pill/Pill.types.json +2 -2
- package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
- 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 +67 -67
- 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 +105 -105
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -23
- 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 +11 -11
- 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 +15 -15
- package/dist/_typedoc/Tree/Tree.types.json +88 -88
- 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/a11y-tips.json +1 -1
- package/dist/_utils/shadowDOM.d.ts +3 -0
- package/dist/_utils/shadowDOM.js +20 -0
- package/dist/_utils/shadowDOM.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/_hooks/I18n.d.ts
CHANGED
|
@@ -135,6 +135,7 @@ export declare const coreTranslations: {
|
|
|
135
135
|
a11y: {
|
|
136
136
|
expand: string;
|
|
137
137
|
collapse: string;
|
|
138
|
+
overdue: string;
|
|
138
139
|
};
|
|
139
140
|
checkboxLabel: string;
|
|
140
141
|
sortableColumn: string;
|
|
@@ -344,6 +345,7 @@ export declare const coreTranslations: {
|
|
|
344
345
|
};
|
|
345
346
|
thumbnail: {
|
|
346
347
|
checked: string;
|
|
348
|
+
error: string;
|
|
347
349
|
unavailable: string;
|
|
348
350
|
select: string;
|
|
349
351
|
"aria-label": {
|
|
@@ -358,6 +360,8 @@ export declare const coreTranslations: {
|
|
|
358
360
|
toast: {
|
|
359
361
|
a11y: {
|
|
360
362
|
dismiss: string;
|
|
363
|
+
success: string;
|
|
364
|
+
error: string;
|
|
361
365
|
};
|
|
362
366
|
};
|
|
363
367
|
fileList: {
|
|
@@ -923,6 +927,14 @@ export declare const coreTranslations: {
|
|
|
923
927
|
};
|
|
924
928
|
itemName: string;
|
|
925
929
|
loading: string;
|
|
930
|
+
/**
|
|
931
|
+
* Hook to create I18n object.
|
|
932
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
933
|
+
* @param {string} props.locale - The locale to use.
|
|
934
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
935
|
+
* @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.
|
|
936
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
937
|
+
*/
|
|
926
938
|
notes: string;
|
|
927
939
|
notesPlaceholder: string;
|
|
928
940
|
newItem: string;
|
|
@@ -963,6 +975,7 @@ export declare const coreTranslations: {
|
|
|
963
975
|
a11y: {
|
|
964
976
|
expand: string;
|
|
965
977
|
collapse: string;
|
|
978
|
+
overdue: string;
|
|
966
979
|
};
|
|
967
980
|
checkboxLabel: string;
|
|
968
981
|
sortableColumn: string;
|
|
@@ -1172,6 +1185,7 @@ export declare const coreTranslations: {
|
|
|
1172
1185
|
};
|
|
1173
1186
|
thumbnail: {
|
|
1174
1187
|
checked: string;
|
|
1188
|
+
error: string;
|
|
1175
1189
|
unavailable: string;
|
|
1176
1190
|
select: string;
|
|
1177
1191
|
"aria-label": {
|
|
@@ -1186,6 +1200,8 @@ export declare const coreTranslations: {
|
|
|
1186
1200
|
toast: {
|
|
1187
1201
|
a11y: {
|
|
1188
1202
|
dismiss: string;
|
|
1203
|
+
success: string;
|
|
1204
|
+
error: string;
|
|
1189
1205
|
};
|
|
1190
1206
|
};
|
|
1191
1207
|
fileList: {
|
|
@@ -1335,14 +1351,6 @@ export declare const coreTranslations: {
|
|
|
1335
1351
|
};
|
|
1336
1352
|
itemName: string;
|
|
1337
1353
|
loading: string;
|
|
1338
|
-
/**
|
|
1339
|
-
* Hook to create I18n object.
|
|
1340
|
-
* @param {UseI18n} props - The I18n configuration.
|
|
1341
|
-
* @param {string} props.locale - The locale to use.
|
|
1342
|
-
* @param {Record<string, string>} props.translations - The translations to use.
|
|
1343
|
-
* @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.
|
|
1344
|
-
* @returns {I18nWithCDNFlag} The I18n object.
|
|
1345
|
-
*/
|
|
1346
1354
|
notes: string;
|
|
1347
1355
|
notesPlaceholder: string;
|
|
1348
1356
|
newItem: string;
|
|
@@ -1383,6 +1391,7 @@ export declare const coreTranslations: {
|
|
|
1383
1391
|
a11y: {
|
|
1384
1392
|
expand: string;
|
|
1385
1393
|
collapse: string;
|
|
1394
|
+
overdue: string;
|
|
1386
1395
|
};
|
|
1387
1396
|
checkboxLabel: string;
|
|
1388
1397
|
sortableColumn: string;
|
|
@@ -1592,6 +1601,7 @@ export declare const coreTranslations: {
|
|
|
1592
1601
|
};
|
|
1593
1602
|
thumbnail: {
|
|
1594
1603
|
checked: string;
|
|
1604
|
+
error: string;
|
|
1595
1605
|
unavailable: string;
|
|
1596
1606
|
select: string;
|
|
1597
1607
|
"aria-label": {
|
|
@@ -1606,6 +1616,8 @@ export declare const coreTranslations: {
|
|
|
1606
1616
|
toast: {
|
|
1607
1617
|
a11y: {
|
|
1608
1618
|
dismiss: string;
|
|
1619
|
+
success: string;
|
|
1620
|
+
error: string;
|
|
1609
1621
|
};
|
|
1610
1622
|
};
|
|
1611
1623
|
fileList: {
|
|
@@ -1755,6 +1767,14 @@ export declare const coreTranslations: {
|
|
|
1755
1767
|
};
|
|
1756
1768
|
itemName: string;
|
|
1757
1769
|
loading: string;
|
|
1770
|
+
/**
|
|
1771
|
+
* Hook to create I18n object.
|
|
1772
|
+
* @param {UseI18n} props - The I18n configuration.
|
|
1773
|
+
* @param {string} props.locale - The locale to use.
|
|
1774
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
1775
|
+
* @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.
|
|
1776
|
+
* @returns {I18nWithCDNFlag} The I18n object.
|
|
1777
|
+
*/
|
|
1758
1778
|
notes: string;
|
|
1759
1779
|
notesPlaceholder: string;
|
|
1760
1780
|
newItem: string;
|
|
@@ -1795,6 +1815,7 @@ export declare const coreTranslations: {
|
|
|
1795
1815
|
a11y: {
|
|
1796
1816
|
expand: string;
|
|
1797
1817
|
collapse: string;
|
|
1818
|
+
overdue: string;
|
|
1798
1819
|
};
|
|
1799
1820
|
checkboxLabel: string;
|
|
1800
1821
|
sortableColumn: string;
|
|
@@ -2004,6 +2025,7 @@ export declare const coreTranslations: {
|
|
|
2004
2025
|
};
|
|
2005
2026
|
thumbnail: {
|
|
2006
2027
|
checked: string;
|
|
2028
|
+
error: string;
|
|
2007
2029
|
unavailable: string;
|
|
2008
2030
|
select: string;
|
|
2009
2031
|
"aria-label": {
|
|
@@ -2018,6 +2040,8 @@ export declare const coreTranslations: {
|
|
|
2018
2040
|
toast: {
|
|
2019
2041
|
a11y: {
|
|
2020
2042
|
dismiss: string;
|
|
2043
|
+
success: string;
|
|
2044
|
+
error: string;
|
|
2021
2045
|
};
|
|
2022
2046
|
};
|
|
2023
2047
|
fileList: {
|
|
@@ -2207,6 +2231,7 @@ export declare const coreTranslations: {
|
|
|
2207
2231
|
a11y: {
|
|
2208
2232
|
expand: string;
|
|
2209
2233
|
collapse: string;
|
|
2234
|
+
overdue: string;
|
|
2210
2235
|
};
|
|
2211
2236
|
checkboxLabel: string;
|
|
2212
2237
|
sortableColumn: string;
|
|
@@ -2416,6 +2441,7 @@ export declare const coreTranslations: {
|
|
|
2416
2441
|
};
|
|
2417
2442
|
thumbnail: {
|
|
2418
2443
|
checked: string;
|
|
2444
|
+
error: string;
|
|
2419
2445
|
unavailable: string;
|
|
2420
2446
|
select: string;
|
|
2421
2447
|
"aria-label": {
|
|
@@ -2430,6 +2456,8 @@ export declare const coreTranslations: {
|
|
|
2430
2456
|
toast: {
|
|
2431
2457
|
a11y: {
|
|
2432
2458
|
dismiss: string;
|
|
2459
|
+
success: string;
|
|
2460
|
+
error: string;
|
|
2433
2461
|
};
|
|
2434
2462
|
};
|
|
2435
2463
|
fileList: {
|
|
@@ -2619,6 +2647,7 @@ export declare const coreTranslations: {
|
|
|
2619
2647
|
a11y: {
|
|
2620
2648
|
expand: string;
|
|
2621
2649
|
collapse: string;
|
|
2650
|
+
overdue: string;
|
|
2622
2651
|
};
|
|
2623
2652
|
checkboxLabel: string;
|
|
2624
2653
|
sortableColumn: string;
|
|
@@ -2828,6 +2857,7 @@ export declare const coreTranslations: {
|
|
|
2828
2857
|
};
|
|
2829
2858
|
thumbnail: {
|
|
2830
2859
|
checked: string;
|
|
2860
|
+
error: string;
|
|
2831
2861
|
unavailable: string;
|
|
2832
2862
|
select: string;
|
|
2833
2863
|
"aria-label": {
|
|
@@ -2842,6 +2872,8 @@ export declare const coreTranslations: {
|
|
|
2842
2872
|
toast: {
|
|
2843
2873
|
a11y: {
|
|
2844
2874
|
dismiss: string;
|
|
2875
|
+
success: string;
|
|
2876
|
+
error: string;
|
|
2845
2877
|
};
|
|
2846
2878
|
};
|
|
2847
2879
|
fileList: {
|
|
@@ -3031,6 +3063,7 @@ export declare const coreTranslations: {
|
|
|
3031
3063
|
a11y: {
|
|
3032
3064
|
expand: string;
|
|
3033
3065
|
collapse: string;
|
|
3066
|
+
overdue: string;
|
|
3034
3067
|
};
|
|
3035
3068
|
checkboxLabel: string;
|
|
3036
3069
|
sortableColumn: string;
|
|
@@ -3240,6 +3273,7 @@ export declare const coreTranslations: {
|
|
|
3240
3273
|
};
|
|
3241
3274
|
thumbnail: {
|
|
3242
3275
|
checked: string;
|
|
3276
|
+
error: string;
|
|
3243
3277
|
unavailable: string;
|
|
3244
3278
|
select: string;
|
|
3245
3279
|
"aria-label": {
|
|
@@ -3254,6 +3288,8 @@ export declare const coreTranslations: {
|
|
|
3254
3288
|
toast: {
|
|
3255
3289
|
a11y: {
|
|
3256
3290
|
dismiss: string;
|
|
3291
|
+
success: string;
|
|
3292
|
+
error: string;
|
|
3257
3293
|
};
|
|
3258
3294
|
};
|
|
3259
3295
|
fileList: {
|
|
@@ -3425,7 +3461,15 @@ export declare const coreTranslations: {
|
|
|
3425
3461
|
};
|
|
3426
3462
|
panelTitle: string;
|
|
3427
3463
|
search: string;
|
|
3428
|
-
searchItemType: string;
|
|
3464
|
+
searchItemType: string; /**
|
|
3465
|
+
* Provider to wrap the application with the I18n context.
|
|
3466
|
+
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
3467
|
+
* @param {React.ReactNode} props.children - The children to render.
|
|
3468
|
+
* @param {UseI18n} props.locale - The locale to use.
|
|
3469
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
3470
|
+
* @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.
|
|
3471
|
+
* @returns {React.ReactNode} The I18n context instance.
|
|
3472
|
+
*/
|
|
3429
3473
|
submit: string;
|
|
3430
3474
|
toast: {
|
|
3431
3475
|
itemAdded: string;
|
|
@@ -3443,6 +3487,7 @@ export declare const coreTranslations: {
|
|
|
3443
3487
|
a11y: {
|
|
3444
3488
|
expand: string;
|
|
3445
3489
|
collapse: string;
|
|
3490
|
+
overdue: string;
|
|
3446
3491
|
};
|
|
3447
3492
|
checkboxLabel: string;
|
|
3448
3493
|
sortableColumn: string;
|
|
@@ -3652,6 +3697,7 @@ export declare const coreTranslations: {
|
|
|
3652
3697
|
};
|
|
3653
3698
|
thumbnail: {
|
|
3654
3699
|
checked: string;
|
|
3700
|
+
error: string;
|
|
3655
3701
|
unavailable: string;
|
|
3656
3702
|
select: string;
|
|
3657
3703
|
"aria-label": {
|
|
@@ -3666,6 +3712,8 @@ export declare const coreTranslations: {
|
|
|
3666
3712
|
toast: {
|
|
3667
3713
|
a11y: {
|
|
3668
3714
|
dismiss: string;
|
|
3715
|
+
success: string;
|
|
3716
|
+
error: string;
|
|
3669
3717
|
};
|
|
3670
3718
|
};
|
|
3671
3719
|
fileList: {
|
|
@@ -3855,6 +3903,7 @@ export declare const coreTranslations: {
|
|
|
3855
3903
|
a11y: {
|
|
3856
3904
|
expand: string;
|
|
3857
3905
|
collapse: string;
|
|
3906
|
+
overdue: string;
|
|
3858
3907
|
};
|
|
3859
3908
|
checkboxLabel: string;
|
|
3860
3909
|
sortableColumn: string;
|
|
@@ -3943,6 +3992,17 @@ export declare const coreTranslations: {
|
|
|
3943
3992
|
standaloneUnsupportedFileTypeError: string;
|
|
3944
3993
|
standaloneMinFileSizeError: string;
|
|
3945
3994
|
standaloneMaxFileSizeError: string;
|
|
3995
|
+
/**
|
|
3996
|
+
* Hook to access the I18n context.
|
|
3997
|
+
*
|
|
3998
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
3999
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
4000
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
4001
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
4002
|
+
*
|
|
4003
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
4004
|
+
* either with or without typed translations based on the provided generic.
|
|
4005
|
+
*/
|
|
3946
4006
|
standaloneZeroFileSizeError: string;
|
|
3947
4007
|
uploadTotalProgress: {
|
|
3948
4008
|
withFailed: string;
|
|
@@ -4064,6 +4124,7 @@ export declare const coreTranslations: {
|
|
|
4064
4124
|
};
|
|
4065
4125
|
thumbnail: {
|
|
4066
4126
|
checked: string;
|
|
4127
|
+
error: string;
|
|
4067
4128
|
unavailable: string;
|
|
4068
4129
|
select: string;
|
|
4069
4130
|
"aria-label": {
|
|
@@ -4078,6 +4139,8 @@ export declare const coreTranslations: {
|
|
|
4078
4139
|
toast: {
|
|
4079
4140
|
a11y: {
|
|
4080
4141
|
dismiss: string;
|
|
4142
|
+
success: string;
|
|
4143
|
+
error: string;
|
|
4081
4144
|
};
|
|
4082
4145
|
};
|
|
4083
4146
|
fileList: {
|
|
@@ -4267,6 +4330,7 @@ export declare const coreTranslations: {
|
|
|
4267
4330
|
a11y: {
|
|
4268
4331
|
expand: string;
|
|
4269
4332
|
collapse: string;
|
|
4333
|
+
overdue: string;
|
|
4270
4334
|
};
|
|
4271
4335
|
checkboxLabel: string;
|
|
4272
4336
|
sortableColumn: string;
|
|
@@ -4476,6 +4540,7 @@ export declare const coreTranslations: {
|
|
|
4476
4540
|
};
|
|
4477
4541
|
thumbnail: {
|
|
4478
4542
|
checked: string;
|
|
4543
|
+
error: string;
|
|
4479
4544
|
unavailable: string;
|
|
4480
4545
|
select: string;
|
|
4481
4546
|
"aria-label": {
|
|
@@ -4490,6 +4555,8 @@ export declare const coreTranslations: {
|
|
|
4490
4555
|
toast: {
|
|
4491
4556
|
a11y: {
|
|
4492
4557
|
dismiss: string;
|
|
4558
|
+
success: string;
|
|
4559
|
+
error: string;
|
|
4493
4560
|
};
|
|
4494
4561
|
};
|
|
4495
4562
|
fileList: {
|
|
@@ -5095,6 +5162,7 @@ export declare const coreTranslations: {
|
|
|
5095
5162
|
a11y: {
|
|
5096
5163
|
expand: string;
|
|
5097
5164
|
collapse: string;
|
|
5165
|
+
overdue: string;
|
|
5098
5166
|
};
|
|
5099
5167
|
checkboxLabel: string;
|
|
5100
5168
|
sortableColumn: string;
|
|
@@ -5304,6 +5372,7 @@ export declare const coreTranslations: {
|
|
|
5304
5372
|
};
|
|
5305
5373
|
thumbnail: {
|
|
5306
5374
|
checked: string;
|
|
5375
|
+
error: string;
|
|
5307
5376
|
unavailable: string;
|
|
5308
5377
|
select: string;
|
|
5309
5378
|
"aria-label": {
|
|
@@ -5318,6 +5387,8 @@ export declare const coreTranslations: {
|
|
|
5318
5387
|
toast: {
|
|
5319
5388
|
a11y: {
|
|
5320
5389
|
dismiss: string;
|
|
5390
|
+
success: string;
|
|
5391
|
+
error: string;
|
|
5321
5392
|
};
|
|
5322
5393
|
};
|
|
5323
5394
|
fileList: {
|
|
@@ -5506,7 +5577,17 @@ export declare const coreTranslations: {
|
|
|
5506
5577
|
table: {
|
|
5507
5578
|
a11y: {
|
|
5508
5579
|
expand: string;
|
|
5580
|
+
/**
|
|
5581
|
+
* Provider to wrap the application with the I18n context.
|
|
5582
|
+
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
5583
|
+
* @param {React.ReactNode} props.children - The children to render.
|
|
5584
|
+
* @param {UseI18n} props.locale - The locale to use.
|
|
5585
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
5586
|
+
* @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.
|
|
5587
|
+
* @returns {React.ReactNode} The I18n context instance.
|
|
5588
|
+
*/
|
|
5509
5589
|
collapse: string;
|
|
5590
|
+
overdue: string;
|
|
5510
5591
|
};
|
|
5511
5592
|
checkboxLabel: string;
|
|
5512
5593
|
sortableColumn: string;
|
|
@@ -5716,6 +5797,7 @@ export declare const coreTranslations: {
|
|
|
5716
5797
|
};
|
|
5717
5798
|
thumbnail: {
|
|
5718
5799
|
checked: string;
|
|
5800
|
+
error: string;
|
|
5719
5801
|
unavailable: string;
|
|
5720
5802
|
select: string;
|
|
5721
5803
|
"aria-label": {
|
|
@@ -5730,6 +5812,8 @@ export declare const coreTranslations: {
|
|
|
5730
5812
|
toast: {
|
|
5731
5813
|
a11y: {
|
|
5732
5814
|
dismiss: string;
|
|
5815
|
+
success: string;
|
|
5816
|
+
error: string;
|
|
5733
5817
|
};
|
|
5734
5818
|
};
|
|
5735
5819
|
fileList: {
|
|
@@ -5919,6 +6003,7 @@ export declare const coreTranslations: {
|
|
|
5919
6003
|
a11y: {
|
|
5920
6004
|
expand: string;
|
|
5921
6005
|
collapse: string;
|
|
6006
|
+
overdue: string;
|
|
5922
6007
|
};
|
|
5923
6008
|
checkboxLabel: string;
|
|
5924
6009
|
sortableColumn: string;
|
|
@@ -6128,6 +6213,7 @@ export declare const coreTranslations: {
|
|
|
6128
6213
|
};
|
|
6129
6214
|
thumbnail: {
|
|
6130
6215
|
checked: string;
|
|
6216
|
+
error: string;
|
|
6131
6217
|
unavailable: string;
|
|
6132
6218
|
select: string;
|
|
6133
6219
|
"aria-label": {
|
|
@@ -6142,6 +6228,8 @@ export declare const coreTranslations: {
|
|
|
6142
6228
|
toast: {
|
|
6143
6229
|
a11y: {
|
|
6144
6230
|
dismiss: string;
|
|
6231
|
+
success: string;
|
|
6232
|
+
error: string;
|
|
6145
6233
|
};
|
|
6146
6234
|
};
|
|
6147
6235
|
fileList: {
|
|
@@ -6331,6 +6419,7 @@ export declare const coreTranslations: {
|
|
|
6331
6419
|
a11y: {
|
|
6332
6420
|
expand: string;
|
|
6333
6421
|
collapse: string;
|
|
6422
|
+
overdue: string;
|
|
6334
6423
|
};
|
|
6335
6424
|
checkboxLabel: string;
|
|
6336
6425
|
sortableColumn: string;
|
|
@@ -6540,6 +6629,7 @@ export declare const coreTranslations: {
|
|
|
6540
6629
|
};
|
|
6541
6630
|
thumbnail: {
|
|
6542
6631
|
checked: string;
|
|
6632
|
+
error: string;
|
|
6543
6633
|
unavailable: string;
|
|
6544
6634
|
select: string;
|
|
6545
6635
|
"aria-label": {
|
|
@@ -6554,6 +6644,8 @@ export declare const coreTranslations: {
|
|
|
6554
6644
|
toast: {
|
|
6555
6645
|
a11y: {
|
|
6556
6646
|
dismiss: string;
|
|
6647
|
+
success: string;
|
|
6648
|
+
error: string;
|
|
6557
6649
|
};
|
|
6558
6650
|
};
|
|
6559
6651
|
fileList: {
|
|
@@ -6743,6 +6835,7 @@ export declare const coreTranslations: {
|
|
|
6743
6835
|
a11y: {
|
|
6744
6836
|
expand: string;
|
|
6745
6837
|
collapse: string;
|
|
6838
|
+
overdue: string;
|
|
6746
6839
|
};
|
|
6747
6840
|
checkboxLabel: string;
|
|
6748
6841
|
sortableColumn: string;
|
|
@@ -6952,6 +7045,7 @@ export declare const coreTranslations: {
|
|
|
6952
7045
|
};
|
|
6953
7046
|
thumbnail: {
|
|
6954
7047
|
checked: string;
|
|
7048
|
+
error: string;
|
|
6955
7049
|
unavailable: string;
|
|
6956
7050
|
select: string;
|
|
6957
7051
|
"aria-label": {
|
|
@@ -6966,6 +7060,8 @@ export declare const coreTranslations: {
|
|
|
6966
7060
|
toast: {
|
|
6967
7061
|
a11y: {
|
|
6968
7062
|
dismiss: string;
|
|
7063
|
+
success: string;
|
|
7064
|
+
error: string;
|
|
6969
7065
|
};
|
|
6970
7066
|
};
|
|
6971
7067
|
fileList: {
|
|
@@ -7155,6 +7251,7 @@ export declare const coreTranslations: {
|
|
|
7155
7251
|
a11y: {
|
|
7156
7252
|
expand: string;
|
|
7157
7253
|
collapse: string;
|
|
7254
|
+
overdue: string;
|
|
7158
7255
|
};
|
|
7159
7256
|
checkboxLabel: string;
|
|
7160
7257
|
sortableColumn: string;
|
|
@@ -7193,6 +7290,15 @@ export declare const coreTranslations: {
|
|
|
7193
7290
|
withValue: {
|
|
7194
7291
|
month: string;
|
|
7195
7292
|
day: string;
|
|
7293
|
+
/**
|
|
7294
|
+
* Provider to wrap the application with the I18n context.
|
|
7295
|
+
* @param {PropsWithChildren<UseI18n>} props - The I18n configuration.
|
|
7296
|
+
* @param {React.ReactNode} props.children - The children to render.
|
|
7297
|
+
* @param {UseI18n} props.locale - The locale to use.
|
|
7298
|
+
* @param {Record<string, string>} props.translations - The translations to use.
|
|
7299
|
+
* @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.
|
|
7300
|
+
* @returns {React.ReactNode} The I18n context instance.
|
|
7301
|
+
*/
|
|
7196
7302
|
year: string;
|
|
7197
7303
|
};
|
|
7198
7304
|
withoutValue: {
|
|
@@ -7335,7 +7441,17 @@ export declare const coreTranslations: {
|
|
|
7335
7441
|
pagination: {
|
|
7336
7442
|
interval: string;
|
|
7337
7443
|
notation: string;
|
|
7338
|
-
page: string;
|
|
7444
|
+
page: string; /**
|
|
7445
|
+
* Hook to access the I18n context.
|
|
7446
|
+
*
|
|
7447
|
+
* @template Translations - An optional generic to provide type safety for translations.
|
|
7448
|
+
* If specified, it enables typed access to the `t` and `translate` methods of the I18n instance.
|
|
7449
|
+
* These methods will have type safe access to both the tranlsation scope as well as the interpolation variables.
|
|
7450
|
+
* If not specified, the default I18nWithCDN instance is returned.
|
|
7451
|
+
*
|
|
7452
|
+
* @returns {I18nWithCDNFlag | I18njsWithTypedTranslate<Translations>} The I18n context instance,
|
|
7453
|
+
* either with or without typed translations based on the provided generic.
|
|
7454
|
+
*/
|
|
7339
7455
|
nextPage: string;
|
|
7340
7456
|
prevPage: string;
|
|
7341
7457
|
};
|
|
@@ -7364,6 +7480,7 @@ export declare const coreTranslations: {
|
|
|
7364
7480
|
};
|
|
7365
7481
|
thumbnail: {
|
|
7366
7482
|
checked: string;
|
|
7483
|
+
error: string;
|
|
7367
7484
|
unavailable: string;
|
|
7368
7485
|
select: string;
|
|
7369
7486
|
"aria-label": {
|
|
@@ -7378,6 +7495,8 @@ export declare const coreTranslations: {
|
|
|
7378
7495
|
toast: {
|
|
7379
7496
|
a11y: {
|
|
7380
7497
|
dismiss: string;
|
|
7498
|
+
success: string;
|
|
7499
|
+
error: string;
|
|
7381
7500
|
};
|
|
7382
7501
|
};
|
|
7383
7502
|
fileList: {
|
|
@@ -7576,6 +7695,7 @@ export declare const coreTranslations: {
|
|
|
7576
7695
|
a11y: {
|
|
7577
7696
|
expand: string;
|
|
7578
7697
|
collapse: string;
|
|
7698
|
+
overdue: string;
|
|
7579
7699
|
};
|
|
7580
7700
|
checkboxLabel: string;
|
|
7581
7701
|
sortableColumn: string;
|
|
@@ -7785,6 +7905,7 @@ export declare const coreTranslations: {
|
|
|
7785
7905
|
};
|
|
7786
7906
|
thumbnail: {
|
|
7787
7907
|
checked: string;
|
|
7908
|
+
error: string;
|
|
7788
7909
|
unavailable: string;
|
|
7789
7910
|
select: string;
|
|
7790
7911
|
"aria-label": {
|
|
@@ -7799,6 +7920,8 @@ export declare const coreTranslations: {
|
|
|
7799
7920
|
toast: {
|
|
7800
7921
|
a11y: {
|
|
7801
7922
|
dismiss: string;
|
|
7923
|
+
success: string;
|
|
7924
|
+
error: string;
|
|
7802
7925
|
};
|
|
7803
7926
|
};
|
|
7804
7927
|
fileList: {
|
|
@@ -7988,6 +8111,7 @@ export declare const coreTranslations: {
|
|
|
7988
8111
|
a11y: {
|
|
7989
8112
|
expand: string;
|
|
7990
8113
|
collapse: string;
|
|
8114
|
+
overdue: string;
|
|
7991
8115
|
};
|
|
7992
8116
|
checkboxLabel: string;
|
|
7993
8117
|
sortableColumn: string;
|
|
@@ -8197,6 +8321,7 @@ export declare const coreTranslations: {
|
|
|
8197
8321
|
};
|
|
8198
8322
|
thumbnail: {
|
|
8199
8323
|
checked: string;
|
|
8324
|
+
error: string;
|
|
8200
8325
|
unavailable: string;
|
|
8201
8326
|
select: string;
|
|
8202
8327
|
"aria-label": {
|
|
@@ -8211,6 +8336,8 @@ export declare const coreTranslations: {
|
|
|
8211
8336
|
toast: {
|
|
8212
8337
|
a11y: {
|
|
8213
8338
|
dismiss: string;
|
|
8339
|
+
success: string;
|
|
8340
|
+
error: string;
|
|
8214
8341
|
};
|
|
8215
8342
|
};
|
|
8216
8343
|
fileList: {
|
package/dist/_locales/de-DE.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"collapse" : "Minimieren"
|
|
7
7
|
},
|
|
8
8
|
"breadcrumbs" : {
|
|
9
|
-
"label" : "
|
|
9
|
+
"label" : "Breadcrumbs"
|
|
10
10
|
},
|
|
11
11
|
"anchorNavigation" : {
|
|
12
12
|
"landmarkLabel" : "Auf dieser Seite"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"emailSendErrorTitle" : "Es tut uns leid, wir konnten diese Nachricht nicht senden.",
|
|
36
36
|
"emailBodyRequiredError" : "Bitte korrigieren Sie die untenstehenden Fehler und versuchen Sie es erneut mit der Erstellung.",
|
|
37
37
|
"emailContentValidationError" : "Nachricht zum Senden eingeben.",
|
|
38
|
-
"emailContentDisclaimer" : "Hinweis:
|
|
38
|
+
"emailContentDisclaimer" : "Hinweis: Der Text dieser E-Mail enthält die allgemeinen Informationen zu „{{title}}“.",
|
|
39
39
|
"recipientSelectPlaceholder" : "Mit der Eingabe beginnen, um Personen zu suchen",
|
|
40
40
|
"emailRecipientRequiredError" : "Geben Sie zum Senden bitte einen Empfänger an.",
|
|
41
41
|
"emailSubjectRequiredError" : "Betreff zum Senden eingeben.",
|
|
@@ -121,7 +121,8 @@
|
|
|
121
121
|
"table" : {
|
|
122
122
|
"a11y" : {
|
|
123
123
|
"expand" : "Maximieren",
|
|
124
|
-
"collapse" : "Minimieren"
|
|
124
|
+
"collapse" : "Minimieren",
|
|
125
|
+
"overdue" : "Überfällig"
|
|
125
126
|
},
|
|
126
127
|
"checkboxLabel" : "Zeile auswählen",
|
|
127
128
|
"sortableColumn" : "Sortierbare Spalte"
|
|
@@ -331,6 +332,7 @@
|
|
|
331
332
|
},
|
|
332
333
|
"thumbnail" : {
|
|
333
334
|
"checked" : "Geprüft",
|
|
335
|
+
"error" : "Fehler",
|
|
334
336
|
"unavailable" : "Inhalt ist nicht verfügbar",
|
|
335
337
|
"select" : "Element auswählen",
|
|
336
338
|
"aria-label" : {
|
|
@@ -344,7 +346,9 @@
|
|
|
344
346
|
},
|
|
345
347
|
"toast" : {
|
|
346
348
|
"a11y" : {
|
|
347
|
-
"dismiss" : "Verwerfen"
|
|
349
|
+
"dismiss" : "Verwerfen",
|
|
350
|
+
"success" : "Erfolg",
|
|
351
|
+
"error" : "Fehler"
|
|
348
352
|
}
|
|
349
353
|
},
|
|
350
354
|
"fileList" : {
|
|
@@ -386,7 +390,7 @@
|
|
|
386
390
|
"maxNumberOfFilesSelected" : "Maximale Anzahl an Dateien ausgewählt"
|
|
387
391
|
},
|
|
388
392
|
"required" : {
|
|
389
|
-
"requiredFields" : "
|
|
393
|
+
"requiredFields" : "Sternchen kennzeichnet ein Pflichtfeld"
|
|
390
394
|
},
|
|
391
395
|
"avatarStack" : {
|
|
392
396
|
"viewAll" : "Alle anzeigen",
|
package/dist/_locales/en-AU.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"collapse" : "Collapse"
|
|
7
7
|
},
|
|
8
8
|
"breadcrumbs" : {
|
|
9
|
-
"label" : "
|
|
9
|
+
"label" : "Breadcrumbs"
|
|
10
10
|
},
|
|
11
11
|
"anchorNavigation" : {
|
|
12
12
|
"landmarkLabel" : "On this page"
|
|
@@ -121,7 +121,8 @@
|
|
|
121
121
|
"table" : {
|
|
122
122
|
"a11y" : {
|
|
123
123
|
"expand" : "Expand",
|
|
124
|
-
"collapse" : "Collapse"
|
|
124
|
+
"collapse" : "Collapse",
|
|
125
|
+
"overdue" : "Overdue"
|
|
125
126
|
},
|
|
126
127
|
"checkboxLabel" : "Select row",
|
|
127
128
|
"sortableColumn" : "Sortable column"
|
|
@@ -331,6 +332,7 @@
|
|
|
331
332
|
},
|
|
332
333
|
"thumbnail" : {
|
|
333
334
|
"checked" : "Ticked",
|
|
335
|
+
"error" : "Error",
|
|
334
336
|
"unavailable" : "Content is unavailable",
|
|
335
337
|
"select" : "Select item",
|
|
336
338
|
"aria-label" : {
|
|
@@ -344,7 +346,9 @@
|
|
|
344
346
|
},
|
|
345
347
|
"toast" : {
|
|
346
348
|
"a11y" : {
|
|
347
|
-
"dismiss" : "Dismiss"
|
|
349
|
+
"dismiss" : "Dismiss",
|
|
350
|
+
"success" : "Success",
|
|
351
|
+
"error" : "Error"
|
|
348
352
|
}
|
|
349
353
|
},
|
|
350
354
|
"fileList" : {
|
|
@@ -386,7 +390,7 @@
|
|
|
386
390
|
"maxNumberOfFilesSelected" : "Maximum number of files selected"
|
|
387
391
|
},
|
|
388
392
|
"required" : {
|
|
389
|
-
"requiredFields" : "
|
|
393
|
+
"requiredFields" : "Asterisk indicates required field"
|
|
390
394
|
},
|
|
391
395
|
"avatarStack" : {
|
|
392
396
|
"viewAll" : "View all",
|