@procore/core-react 12.44.0 → 12.45.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 +20 -0
- package/dist/AnchorNavigation/AnchorNavigation.js +12 -8
- package/dist/AnchorNavigation/AnchorNavigation.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.styles.js +5 -5
- package/dist/AnchorNavigation/AnchorNavigation.styles.js.map +1 -1
- package/dist/AnchorNavigation/AnchorNavigation.types.d.ts +1 -0
- package/dist/AnchorNavigation/AnchorNavigation.types.js.map +1 -1
- package/dist/Avatar/Avatar.styles.js +5 -5
- package/dist/AvatarStack/AvatarStack.js +3 -1
- package/dist/AvatarStack/AvatarStack.js.map +1 -1
- 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/Button/Button.types.d.ts +5 -0
- package/dist/Button/Button.types.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 +5 -2
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/Dropdown/Dropdown.types.d.ts +1 -1
- package/dist/Dropdown/Dropdown.types.js.map +1 -1
- 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 +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.js +11 -4
- package/dist/Form/Form.js.map +1 -1
- package/dist/Form/Form.styles.d.ts +518 -8
- package/dist/Form/Form.styles.js +15 -15
- package/dist/Form/Form.styles.js.map +1 -1
- package/dist/Form/Form.types.d.ts +2 -3
- package/dist/Form/Form.types.js.map +1 -1
- package/dist/Form/StyledFormikForm.styles.js +2 -2
- package/dist/Form/stories/util.js +3 -14
- package/dist/Form/stories/util.js.map +1 -1
- 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.js +6 -4
- package/dist/MenuImperative/MenuImperative.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.styles.js +13 -13
- package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
- package/dist/MenuImperative/MenuImperative.types.d.ts +2 -4
- package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
- package/dist/Modal/Modal.styles.js +13 -13
- package/dist/MultiSelect/MultiSelect.js +0 -2
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.js +8 -8
- 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/OverlayTrigger/OverlayTrigger.js +6 -0
- package/dist/OverlayTrigger/OverlayTrigger.js.map +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.styles.js +11 -11
- package/dist/Pill/Pill.styles.js +3 -3
- package/dist/PillSelect/PillSelect.js +0 -1
- package/dist/PillSelect/PillSelect.js.map +1 -1
- 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.js +2 -1
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.js +8 -8
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +4 -1
- package/dist/Slider/Slider.js.map +1 -1
- package/dist/Slider/Slider.styles.d.ts +5 -1
- package/dist/Slider/Slider.styles.js +16 -11
- package/dist/Slider/Slider.styles.js.map +1 -1
- package/dist/Spinner/Spinner.styles.js +7 -7
- package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +39 -39
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.js +19 -14
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/Table.styles.d.ts +10 -9
- package/dist/Table/Table.styles.js +43 -39
- package/dist/Table/Table.styles.js.map +1 -1
- package/dist/TableShelf/TableShelf.styles.js +5 -5
- package/dist/Tabs/Tabs.js +41 -28
- package/dist/Tabs/Tabs.js.map +1 -1
- package/dist/Tabs/Tabs.styles.d.ts +6 -0
- package/dist/Tabs/Tabs.styles.js +29 -20
- package/dist/Tabs/Tabs.styles.js.map +1 -1
- package/dist/Tabs/Tabs.types.d.ts +8 -0
- package/dist/Tabs/Tabs.types.js.map +1 -1
- 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.js +4 -0
- package/dist/Thumbnail/Thumbnail.js.map +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/Thumbnail/Thumbnail.types.d.ts +12 -0
- package/dist/Thumbnail/Thumbnail.types.js.map +1 -1
- package/dist/Thumbnail/ThumbnailCaption.d.ts +1 -1
- package/dist/Thumbnail/ThumbnailCaption.js +15 -7
- package/dist/Thumbnail/ThumbnailCaption.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.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 +3 -3
- package/dist/Tree/Tree.js +1 -1
- package/dist/Tree/Tree.styles.js +10 -10
- 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 +744 -30
- package/dist/_locales/de-DE.json +20 -2
- package/dist/_locales/en-AU.json +20 -2
- package/dist/_locales/en-CA.json +20 -2
- package/dist/_locales/en-GB.json +20 -2
- package/dist/_locales/en.json +1 -0
- package/dist/_locales/es-ES.json +21 -3
- package/dist/_locales/es.json +20 -2
- package/dist/_locales/fr-CA.json +21 -3
- package/dist/_locales/fr-FR.json +26 -8
- package/dist/_locales/is-IS.json +20 -2
- package/dist/_locales/it-IT.json +20 -2
- package/dist/_locales/ja-JP.json +21 -3
- package/dist/_locales/nb-NO.json +410 -1
- package/dist/_locales/pl-PL.json +20 -2
- package/dist/_locales/pseudo.json +1 -0
- package/dist/_locales/pt-BR.json +20 -2
- package/dist/_locales/pt-PT.json +23 -5
- package/dist/_locales/th-TH.json +20 -2
- package/dist/_locales/zh-SG.json +20 -2
- package/dist/_locales/zh-TW.json +23 -5
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- 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 +10 -10
- package/dist/_typedoc/Button/Button.types.json +24 -13
- 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 +13 -13
- package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
- package/dist/_typedoc/Dropdown/Dropdown.types.json +50 -38
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
- 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 +824 -824
- 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 +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 +90 -88
- 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 +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 +33 -33
- package/dist/_typedoc/PageLayout/PageLayout.types.json +28 -28
- package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
- package/dist/_typedoc/Panel/Panel.types.json +38 -27
- 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 +102 -102
- package/dist/_typedoc/Tabs/Tabs.types.json +23 -22
- 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/package.json +1 -1
package/dist/_locales/nb-NO.json
CHANGED
|
@@ -1 +1,410 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"core" : {
|
|
3
|
+
"banner" : {
|
|
4
|
+
"dismissAlert" : "Dismiss Alert",
|
|
5
|
+
"expand" : "Vis",
|
|
6
|
+
"collapse" : "Skjul"
|
|
7
|
+
},
|
|
8
|
+
"breadcrumbs" : {
|
|
9
|
+
"label" : "Breadcrumb"
|
|
10
|
+
},
|
|
11
|
+
"anchorNavigation" : {
|
|
12
|
+
"landmarkLabel" : "På denne siden"
|
|
13
|
+
},
|
|
14
|
+
"calendar" : {
|
|
15
|
+
"navigationLabel" : "Go to {{monthYear}}"
|
|
16
|
+
},
|
|
17
|
+
"connected" : {
|
|
18
|
+
"fileSelect" : {
|
|
19
|
+
"documents" : "Dokumenter",
|
|
20
|
+
"drawings" : "Drawings",
|
|
21
|
+
"forms" : "Skjemaer",
|
|
22
|
+
"photos" : "Photos",
|
|
23
|
+
"selectAlbum" : "Select album",
|
|
24
|
+
"selectAnAlbum" : "Select an Album",
|
|
25
|
+
"selectArea" : "Select area",
|
|
26
|
+
"selectAnArea" : "Select an Area",
|
|
27
|
+
"selectDiscipline" : "Select discipline",
|
|
28
|
+
"selectADiscipline" : "Select a Discipline",
|
|
29
|
+
"selectSet" : "Select set",
|
|
30
|
+
"selectASet" : "Select a Set",
|
|
31
|
+
"selectTemplate" : "Select template",
|
|
32
|
+
"selectATemplate" : "Select a Template"
|
|
33
|
+
},
|
|
34
|
+
"emails" : {
|
|
35
|
+
"emailSendErrorTitle" : "Sorry, we couldn't send this message.",
|
|
36
|
+
"emailBodyRequiredError" : "Please fix the errors below, and try creating again.",
|
|
37
|
+
"emailContentValidationError" : "Enter message to send.",
|
|
38
|
+
"emailContentDisclaimer" : "Note: The general information about “{{title}}” will be included in the body of this email.",
|
|
39
|
+
"recipientSelectPlaceholder" : "Type to search people",
|
|
40
|
+
"emailRecipientRequiredError" : "Enter recipient to send.",
|
|
41
|
+
"emailSubjectRequiredError" : "Enter Subject to send.",
|
|
42
|
+
"goToAllEmails" : "All Emails",
|
|
43
|
+
"sendEmail" : "Send",
|
|
44
|
+
"replyAll" : "Reply All",
|
|
45
|
+
"downloadAll" : "Download All",
|
|
46
|
+
"showAll" : "Show all",
|
|
47
|
+
"showLess" : "Show less",
|
|
48
|
+
"composeEmailPageTitle" : "Compose New Email",
|
|
49
|
+
"emailSentMessage" : "The email was successfully sent.",
|
|
50
|
+
"from" : "Fra",
|
|
51
|
+
"to" : "Til",
|
|
52
|
+
"cc" : "Cc",
|
|
53
|
+
"bcc" : "Bcc",
|
|
54
|
+
"downloadPdfLong" : "Last ned PDF",
|
|
55
|
+
"downloadPdfShort" : "PDF",
|
|
56
|
+
"privateEmailDisclaimer" : "Private emails are only shown to recipients and the sender of the email.",
|
|
57
|
+
"privateLabel" : "Private",
|
|
58
|
+
"settingsLink" : "Innstillinger",
|
|
59
|
+
"composeNewEmail" : "Compose Email",
|
|
60
|
+
"startNewCommunication" : "To initiate a new communication thread associated with this item, send an email to",
|
|
61
|
+
"emptyStateTitle" : "Send an Email to Get Started",
|
|
62
|
+
"emptyStateDescription" : "When you and your team send emails about this item, you can reference them here.",
|
|
63
|
+
"reply" : "Reply",
|
|
64
|
+
"cancel" : "Avbryt",
|
|
65
|
+
"subject" : "Subject",
|
|
66
|
+
"subjectPlaceholder" : "Enter subject here"
|
|
67
|
+
},
|
|
68
|
+
"distributionSelect" : {
|
|
69
|
+
"noCompany" : "No company",
|
|
70
|
+
"peopleCount" : "{{count}} people",
|
|
71
|
+
"distributionGroups" : "Distribution Groups",
|
|
72
|
+
"people" : "People"
|
|
73
|
+
},
|
|
74
|
+
"relatedItems" : {
|
|
75
|
+
"cancel" : "Avbryt",
|
|
76
|
+
"close" : "Close",
|
|
77
|
+
"date" : "Dato",
|
|
78
|
+
"itemType" : "Item Type",
|
|
79
|
+
"itemTypeGroupLabel" : {
|
|
80
|
+
"dailyLog" : "Daily Log",
|
|
81
|
+
"prostoreFile" : "Attach Files"
|
|
82
|
+
},
|
|
83
|
+
"itemName" : "Item Name",
|
|
84
|
+
"loading" : "Loading",
|
|
85
|
+
"notes" : "Notes",
|
|
86
|
+
"notesPlaceholder" : "Optional explanation of why this item is related",
|
|
87
|
+
"newItem" : "Link Related Item",
|
|
88
|
+
"noRelatedItems" : {
|
|
89
|
+
"title" : "Link Related Items to Get Started",
|
|
90
|
+
"description" : "Linking items to this {{itemName}} makes it easier for you and your team to find relevant information throughout Procore."
|
|
91
|
+
},
|
|
92
|
+
"noItems" : {
|
|
93
|
+
"title" : "There Are No Items to Display",
|
|
94
|
+
"description" : "Create items in your project to add them as related items here."
|
|
95
|
+
},
|
|
96
|
+
"noResultsSearchQuery" : {
|
|
97
|
+
"title" : "Ingen enheter samsvarer med søket ditt",
|
|
98
|
+
"description" : "Check your spelling and filter options, or search for a different keyword."
|
|
99
|
+
},
|
|
100
|
+
"noResultsServerError" : {
|
|
101
|
+
"title" : "Noe gikk galt",
|
|
102
|
+
"description" : "Please check your internet connection and try again.",
|
|
103
|
+
"action" : "Prøv igjen"
|
|
104
|
+
},
|
|
105
|
+
"panelTitle" : "Link Related Item",
|
|
106
|
+
"search" : "Søk",
|
|
107
|
+
"searchItemType" : "Search item type",
|
|
108
|
+
"submit" : "Lenke",
|
|
109
|
+
"toast" : {
|
|
110
|
+
"itemAdded" : "The related item was successfully linked.",
|
|
111
|
+
"itemAdditionFailed" : "Sorry, the item couldn’t be attached. Please try again.",
|
|
112
|
+
"itemRemoved" : "The related item was successfully removed.",
|
|
113
|
+
"requestError" : "Sorry, something went wrong. Please try again."
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"dateTimeFormat" : {
|
|
118
|
+
"dateAtTime" : "{{date}} kl. {{time}}",
|
|
119
|
+
"timeOnDate" : "{{time}} on {{date}}"
|
|
120
|
+
},
|
|
121
|
+
"table" : {
|
|
122
|
+
"a11y" : {
|
|
123
|
+
"expand" : "Vis",
|
|
124
|
+
"collapse" : "Skjul"
|
|
125
|
+
},
|
|
126
|
+
"checkboxLabel" : "Select row",
|
|
127
|
+
"sortableColumn" : "Sortable column"
|
|
128
|
+
},
|
|
129
|
+
"dataTable" : {
|
|
130
|
+
"emptyState" : {
|
|
131
|
+
"noFilteredResults" : {
|
|
132
|
+
"description" : "Check your spelling and filter options, or search for a different keyword.",
|
|
133
|
+
"title" : "Ingen enheter samsvarer med søket ditt"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"exporting" : "Exporting...",
|
|
137
|
+
"filters" : {
|
|
138
|
+
"filters" : "Filtre",
|
|
139
|
+
"moreFilters" : "More Filters",
|
|
140
|
+
"clearAllFilters" : "Clear All Filters"
|
|
141
|
+
},
|
|
142
|
+
"grandTotals" : "Grand Totals",
|
|
143
|
+
"search" : "Søk",
|
|
144
|
+
"subtotals" : "Subtotals",
|
|
145
|
+
"tableSettings" : {
|
|
146
|
+
"configureColumns" : "Configure Columns",
|
|
147
|
+
"resetToDefault" : "Reset To Default",
|
|
148
|
+
"rowHeight" : "Row Height",
|
|
149
|
+
"small" : "Small",
|
|
150
|
+
"medium" : "Medium",
|
|
151
|
+
"large" : "Large",
|
|
152
|
+
"tableSettings" : "Table Settings"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"dateInput" : {
|
|
156
|
+
"clear" : "Delete field",
|
|
157
|
+
"ariaLabel" : "Current value is {{value}}",
|
|
158
|
+
"segment" : {
|
|
159
|
+
"ariaLabel" : {
|
|
160
|
+
"withValue" : {
|
|
161
|
+
"month" : "Month, {{value}}",
|
|
162
|
+
"day" : "Day, {{value}}",
|
|
163
|
+
"year" : "Year, {{value}}"
|
|
164
|
+
},
|
|
165
|
+
"withoutValue" : {
|
|
166
|
+
"month" : "Set a month",
|
|
167
|
+
"day" : "Set a day",
|
|
168
|
+
"year" : "Set a year"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"ariaValueText" : {
|
|
172
|
+
"empty" : "Empty"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"clearButton" : {
|
|
176
|
+
"ariaLabel" : "Remove the date"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"dropdown" : {
|
|
180
|
+
"search" : "Søk",
|
|
181
|
+
"moreOptions" : "More Options",
|
|
182
|
+
"loading" : "Loading"
|
|
183
|
+
},
|
|
184
|
+
"dropzone" : {
|
|
185
|
+
"uploadFiles" : {
|
|
186
|
+
"one" : "Upload File",
|
|
187
|
+
"other" : "Upload Files"
|
|
188
|
+
},
|
|
189
|
+
"dragAndDrop" : "or Drag & Drop",
|
|
190
|
+
"incorrectFileTypeMessage" : {
|
|
191
|
+
"one" : "Sorry - that file type is not allowed.",
|
|
192
|
+
"other" : "Sorry, some of those file types are not allowed."
|
|
193
|
+
},
|
|
194
|
+
"incorrectFileNumber" : "Sorry, we can’t upload this number of files at once.",
|
|
195
|
+
"invalidAmountAttachments" : {
|
|
196
|
+
"one" : "Sorry, only {{count}} file can be attached.",
|
|
197
|
+
"other" : "Sorry, only {{count}} files can be attached."
|
|
198
|
+
},
|
|
199
|
+
"hideDetails" : "Hide Details",
|
|
200
|
+
"showDetails" : "Show Details",
|
|
201
|
+
"errorTitle" : "We Couldn't Upload Some of Your Files",
|
|
202
|
+
"oneFileAtATimeError" : "Sorry, you can only attach one file at a time.",
|
|
203
|
+
"multipleErrorsMessage" : "Sorry, errors prevented some files from uploading. Please try uploading the files again.",
|
|
204
|
+
"maxFileSizeErrorGroup" : "One or more of your files exceeds the max file size of {{sizeInMegabytes}}mb. Please try uploading a smaller file.",
|
|
205
|
+
"minFileSizeErrorGroup" : "One or more of your files does not meet the min file size of {{sizeInMegabytes}}mb. Please try uploading a bigger file.",
|
|
206
|
+
"zeroFileSizeErrorGroup" : "Failed to upload files. Empty files are not supported.",
|
|
207
|
+
"maxFileNumberErrorGroup" : "Only ({{count}}) files can be uploaded at one time. Please remove some files and try again.",
|
|
208
|
+
"wrongFileTypeErrorGroup" : "Some of the file types you tried to upload are not supported in Procore. Please try uploading a different file format.",
|
|
209
|
+
"standaloneMaxFileNumberError" : "Only ({{maxFiles}}) files can be uploaded at one time. Please remove some files and try again.",
|
|
210
|
+
"standaloneUnsupportedFileTypeError" : "Some of the file types you tried to upload are not supported in Procore. Please try uploading a different file format.",
|
|
211
|
+
"standaloneMinFileSizeError" : "One or more of your files does not meet the min file size of {{sizeInMegabytes}}mb. Please try uploading a bigger file.",
|
|
212
|
+
"standaloneMaxFileSizeError" : "One or more of your files exceeds the max file size of {{sizeInMegabytes}}mb. Please try uploading a smaller file.",
|
|
213
|
+
"standaloneZeroFileSizeError" : "One or more of your files is an empty file (0 bytes) and cannot be uploaded. Please try uploading a bigger file.",
|
|
214
|
+
"uploadTotalProgress" : {
|
|
215
|
+
"withFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
|
|
216
|
+
"withoutFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"modal" : {
|
|
220
|
+
"a11y" : {
|
|
221
|
+
"close" : "Close"
|
|
222
|
+
},
|
|
223
|
+
"cancel" : "Avbryt"
|
|
224
|
+
},
|
|
225
|
+
"multiSelect" : {
|
|
226
|
+
"clearAll" : "Delete field",
|
|
227
|
+
"selectValues" : "Select Values",
|
|
228
|
+
"noResults" : "Ingen resultater",
|
|
229
|
+
"selectedToken" : "{{tokenLabel}}, selected",
|
|
230
|
+
"selectedItems" : "Selected items",
|
|
231
|
+
"noneSelected" : "None selected"
|
|
232
|
+
},
|
|
233
|
+
"tearsheet" : {
|
|
234
|
+
"a11y" : {
|
|
235
|
+
"close" : "Close"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"fileAttacher" : {
|
|
239
|
+
"attachFiles" : {
|
|
240
|
+
"one" : "Attach File",
|
|
241
|
+
"other" : "Attach Files"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"fileToken" : {
|
|
245
|
+
"uploading" : "Uploading"
|
|
246
|
+
},
|
|
247
|
+
"tree" : {
|
|
248
|
+
"expand" : "Vis",
|
|
249
|
+
"collapse" : "Skjul",
|
|
250
|
+
"selectionLimit" : {
|
|
251
|
+
"one" : "Only {{count}} file can be attached",
|
|
252
|
+
"other" : "Only {{count}} files can be attached"
|
|
253
|
+
},
|
|
254
|
+
"unsupportedFileType" : {
|
|
255
|
+
"specific" : "{{fileType}} file types are unsupported",
|
|
256
|
+
"unspecific" : "These file types are unsupported"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"fileExplorer" : {
|
|
260
|
+
"filesSelectedWithLimit" : "{{count}} of {{maxFileNumber}} files selected",
|
|
261
|
+
"ungroupedThumbnailGridGroup" : "Ungrouped",
|
|
262
|
+
"filesSelected" : {
|
|
263
|
+
"one" : "{{count}} file selected",
|
|
264
|
+
"other" : "{{count}} files selected"
|
|
265
|
+
},
|
|
266
|
+
"cancelAction" : "Avbryt",
|
|
267
|
+
"attachAction" : "Attach",
|
|
268
|
+
"maxNumberOfFilesSelected" : "Maximum number of files selected",
|
|
269
|
+
"modalTitle" : "Attach Files",
|
|
270
|
+
"filesPendingUpload" : "One or more files have not finished uploading.",
|
|
271
|
+
"noSelectedItems" : "Please select a file.",
|
|
272
|
+
"emptySearchResults" : "Ingen resultater funnet",
|
|
273
|
+
"noItems" : "No items",
|
|
274
|
+
"searchPlaceholder" : "Søk",
|
|
275
|
+
"uploadFailed" : "Upload Failed",
|
|
276
|
+
"supportedFileTypes" : "Supported file types"
|
|
277
|
+
},
|
|
278
|
+
"form" : {
|
|
279
|
+
"closeWithConfirm" : {
|
|
280
|
+
"confirmMessage" : "If you leave before saving, your changes will be lost."
|
|
281
|
+
},
|
|
282
|
+
"checkbox" : {
|
|
283
|
+
"no" : "Nei",
|
|
284
|
+
"yes" : "Ja",
|
|
285
|
+
"checked" : "Checked",
|
|
286
|
+
"unchecked" : "Unchecked"
|
|
287
|
+
},
|
|
288
|
+
"errorBanner" : {
|
|
289
|
+
"couldNotCreateItem" : "Sorry, we couldn't create this {{item}}.",
|
|
290
|
+
"couldNotUpdateItem" : "Sorry, we couldn't update this {{item}}.",
|
|
291
|
+
"fixErrorsToCreate" : "Please fix the errors below, and try creating again.",
|
|
292
|
+
"fixErrorsToUpdate" : "Please fix the errors below, and try updating again."
|
|
293
|
+
},
|
|
294
|
+
"field" : {
|
|
295
|
+
"tooltipHelp" : "More Information"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"menu" : {
|
|
299
|
+
"search" : "Søk"
|
|
300
|
+
},
|
|
301
|
+
"pagination" : {
|
|
302
|
+
"interval" : "of",
|
|
303
|
+
"notation" : "{{start}}-{{end}} of {{totalItems}}",
|
|
304
|
+
"page" : "Page:",
|
|
305
|
+
"nextPage" : "Next page",
|
|
306
|
+
"prevPage" : "Previous page"
|
|
307
|
+
},
|
|
308
|
+
"search" : {
|
|
309
|
+
"clear" : "Clear text",
|
|
310
|
+
"goSearch" : "Go to search results",
|
|
311
|
+
"label" : "Søk"
|
|
312
|
+
},
|
|
313
|
+
"select" : {
|
|
314
|
+
"clear" : "Delete field",
|
|
315
|
+
"search" : "Søk",
|
|
316
|
+
"selectAll" : "Velg alle",
|
|
317
|
+
"selectedItems" : "Selected items",
|
|
318
|
+
"noResult" : "Ingen resultater"
|
|
319
|
+
},
|
|
320
|
+
"typeahead" : {
|
|
321
|
+
"clear" : "Clear the input"
|
|
322
|
+
},
|
|
323
|
+
"splitViewCard" : {
|
|
324
|
+
"a11y" : {
|
|
325
|
+
"close" : "Close"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"tabs" : {
|
|
329
|
+
"more" : "Mer"
|
|
330
|
+
},
|
|
331
|
+
"thumbnail" : {
|
|
332
|
+
"checked" : "Checked",
|
|
333
|
+
"unavailable" : "Content is unavailable",
|
|
334
|
+
"select" : "Select item",
|
|
335
|
+
"aria-label" : {
|
|
336
|
+
"label" : "Etikett",
|
|
337
|
+
"caption" : "Caption"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"thumbnailList" : {
|
|
341
|
+
"removeUpload" : "Remove upload",
|
|
342
|
+
"uploading" : "Uploading"
|
|
343
|
+
},
|
|
344
|
+
"toast" : {
|
|
345
|
+
"a11y" : {
|
|
346
|
+
"dismiss" : "Avvis"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"fileList" : {
|
|
350
|
+
"downloadAll" : "Download All",
|
|
351
|
+
"download" : "Last ned",
|
|
352
|
+
"noPreview" : "No Preview Available"
|
|
353
|
+
},
|
|
354
|
+
"tieredSelect" : {
|
|
355
|
+
"emptyMessage" : "No locations.",
|
|
356
|
+
"goToTier" : "Go to sub menu",
|
|
357
|
+
"placeholder" : "Select an item",
|
|
358
|
+
"quickCreateActionLabel" : "Create New Location",
|
|
359
|
+
"quickCreateCancelLabel" : "Avbryt",
|
|
360
|
+
"quickCreateCreateLabel" : "Opprett",
|
|
361
|
+
"quickCreatePlaceholder" : "Add location",
|
|
362
|
+
"searchEmptyMessage" : "No results.",
|
|
363
|
+
"searchPlaceholder" : "Search existing locations",
|
|
364
|
+
"spinnerLabel" : "Loading"
|
|
365
|
+
},
|
|
366
|
+
"tieredDropdown" : {
|
|
367
|
+
"emptyMessage" : "No Items.",
|
|
368
|
+
"searchEmptyMessage" : "No results.",
|
|
369
|
+
"searchPlaceholder" : "Søk",
|
|
370
|
+
"spinnerLabel" : "Loading"
|
|
371
|
+
},
|
|
372
|
+
"spinner" : {
|
|
373
|
+
"loading" : "Loading"
|
|
374
|
+
},
|
|
375
|
+
"token" : {
|
|
376
|
+
"remove" : "Fjern"
|
|
377
|
+
},
|
|
378
|
+
"toolHeader" : {
|
|
379
|
+
"settingsAction" : "Configure Settings"
|
|
380
|
+
},
|
|
381
|
+
"fileSelect" : {
|
|
382
|
+
"localFilesSource" : "My Computer",
|
|
383
|
+
"uploadFailed" : "Upload Failed",
|
|
384
|
+
"maxNumberOfFilesSelected" : "Maximum number of files selected"
|
|
385
|
+
},
|
|
386
|
+
"required" : {
|
|
387
|
+
"requiredFields" : "Required fields"
|
|
388
|
+
},
|
|
389
|
+
"avatarStack" : {
|
|
390
|
+
"viewAll" : "View All",
|
|
391
|
+
"close" : "Close"
|
|
392
|
+
},
|
|
393
|
+
"panel" : {
|
|
394
|
+
"close" : "Close",
|
|
395
|
+
"goBack" : "Go back"
|
|
396
|
+
},
|
|
397
|
+
"menuImperative" : {
|
|
398
|
+
"options" : {
|
|
399
|
+
"ariaLabel" : "Menu options"
|
|
400
|
+
},
|
|
401
|
+
"dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
|
|
402
|
+
"dragStart" : "You have lifted an item in position {{startPosition}}.",
|
|
403
|
+
"dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
|
|
404
|
+
"dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
|
|
405
|
+
"dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
|
|
406
|
+
"dragEnd" : "You have dropped an item in position {{endPosition}}.",
|
|
407
|
+
"dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
}
|
package/dist/_locales/pl-PL.json
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"breadcrumbs" : {
|
|
9
9
|
"label" : "Okruszek"
|
|
10
10
|
},
|
|
11
|
+
"anchorNavigation" : {
|
|
12
|
+
"landmarkLabel" : "Na tej stronie"
|
|
13
|
+
},
|
|
11
14
|
"calendar" : {
|
|
12
15
|
"navigationLabel" : "Przejdź do {{monthYear}}"
|
|
13
16
|
},
|
|
@@ -311,8 +314,12 @@
|
|
|
311
314
|
"clear" : "Usuń pole",
|
|
312
315
|
"search" : "Szukaj",
|
|
313
316
|
"selectAll" : "Zaznacz wszystkie",
|
|
317
|
+
"selectedItems" : "Wybrane pozycje",
|
|
314
318
|
"noResult" : "Brak wyników"
|
|
315
319
|
},
|
|
320
|
+
"typeahead" : {
|
|
321
|
+
"clear" : "Wyczyść dane wejściowe"
|
|
322
|
+
},
|
|
316
323
|
"splitViewCard" : {
|
|
317
324
|
"a11y" : {
|
|
318
325
|
"close" : "Zamknij"
|
|
@@ -324,7 +331,11 @@
|
|
|
324
331
|
"thumbnail" : {
|
|
325
332
|
"checked" : "Zaznaczono",
|
|
326
333
|
"unavailable" : "Zawartość jest niedostępna",
|
|
327
|
-
"select" : "Wybierz pozycję"
|
|
334
|
+
"select" : "Wybierz pozycję",
|
|
335
|
+
"aria-label" : {
|
|
336
|
+
"label" : "Etykieta",
|
|
337
|
+
"caption" : "Podpis"
|
|
338
|
+
}
|
|
328
339
|
},
|
|
329
340
|
"thumbnailList" : {
|
|
330
341
|
"removeUpload" : "Usuń przesyłanie",
|
|
@@ -386,7 +397,14 @@
|
|
|
386
397
|
"menuImperative" : {
|
|
387
398
|
"options" : {
|
|
388
399
|
"ariaLabel" : "Opcje menu"
|
|
389
|
-
}
|
|
400
|
+
},
|
|
401
|
+
"dragAndDropInstructions" : "Naciśnij spację, aby przeciągnąć, lub klawisze strzałek, aby zmienić kolejność.",
|
|
402
|
+
"dragStart" : "Przeniesiono element z pozycji {{startPosition}}.",
|
|
403
|
+
"dragStartWithGroup" : "Przeniesiono element z pozycji {{startPosition}} w grupie {{startGroupTitle}}.",
|
|
404
|
+
"dragUpdate" : "Przeniesiono element z pozycji {{startPosition}} do pozycji {{endPosition}}.",
|
|
405
|
+
"dragUpdateWithGroup" : "Przeniesiono element z pozycji {{startPosition}} w grupie {{startGroupTitle}} do pozycji {{endPosition}} w grupie {{endGroupTitle}}.",
|
|
406
|
+
"dragEnd" : "Upuszczono element na pozycji {{endPosition}}.",
|
|
407
|
+
"dragEndWithGroup" : "Upuszczono element na pozycji {{endPosition}} w grupie {{endGroupTitle}}."
|
|
390
408
|
}
|
|
391
409
|
}
|
|
392
410
|
}
|
package/dist/_locales/pt-BR.json
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"breadcrumbs" : {
|
|
9
9
|
"label" : "Navegação Estrutural"
|
|
10
10
|
},
|
|
11
|
+
"anchorNavigation" : {
|
|
12
|
+
"landmarkLabel" : "Nesta página"
|
|
13
|
+
},
|
|
11
14
|
"calendar" : {
|
|
12
15
|
"navigationLabel" : "Ir para {{monthYear}}"
|
|
13
16
|
},
|
|
@@ -311,8 +314,12 @@
|
|
|
311
314
|
"clear" : "Excluir campo",
|
|
312
315
|
"search" : "Pesquisar",
|
|
313
316
|
"selectAll" : "Selecionar Tudo",
|
|
317
|
+
"selectedItems" : "Itens Selecionados",
|
|
314
318
|
"noResult" : "Nenhum resultado"
|
|
315
319
|
},
|
|
320
|
+
"typeahead" : {
|
|
321
|
+
"clear" : "Limpar a entrada"
|
|
322
|
+
},
|
|
316
323
|
"splitViewCard" : {
|
|
317
324
|
"a11y" : {
|
|
318
325
|
"close" : "Fechar"
|
|
@@ -324,7 +331,11 @@
|
|
|
324
331
|
"thumbnail" : {
|
|
325
332
|
"checked" : "Verificado",
|
|
326
333
|
"unavailable" : "O conteúdo está indisponível",
|
|
327
|
-
"select" : "Selecionar item"
|
|
334
|
+
"select" : "Selecionar item",
|
|
335
|
+
"aria-label" : {
|
|
336
|
+
"label" : "Rótulo",
|
|
337
|
+
"caption" : "Rubrica"
|
|
338
|
+
}
|
|
328
339
|
},
|
|
329
340
|
"thumbnailList" : {
|
|
330
341
|
"removeUpload" : "Remover upload",
|
|
@@ -386,7 +397,14 @@
|
|
|
386
397
|
"menuImperative" : {
|
|
387
398
|
"options" : {
|
|
388
399
|
"ariaLabel" : "Opções do menu"
|
|
389
|
-
}
|
|
400
|
+
},
|
|
401
|
+
"dragAndDropInstructions" : "Pressione a barra de espaço para arrastar e as setas do teclado para reordenar.",
|
|
402
|
+
"dragStart" : "Você elevou um item na posição {{startPosition}}.",
|
|
403
|
+
"dragStartWithGroup" : "Você elevou um item na posição {{startPosition}} no grupo {{startGroupTitle}}.",
|
|
404
|
+
"dragUpdate" : "Você moveu um item da posição {{startPosition}} para a posição {{endPosition}}.",
|
|
405
|
+
"dragUpdateWithGroup" : "Você moveu um item da posição {{startPosition}} no grupo {{startGroupTitle}} para a posição {{endPosition}} no grupo {{endGroupTitle}}.",
|
|
406
|
+
"dragEnd" : "Você soltou um item na posição {{endPosition}}.",
|
|
407
|
+
"dragEndWithGroup" : "Você soltou um item na posição {{endPosition}} no grupo {{endGroupTitle}}."
|
|
390
408
|
}
|
|
391
409
|
}
|
|
392
410
|
}
|
package/dist/_locales/pt-PT.json
CHANGED
|
@@ -8,13 +8,16 @@
|
|
|
8
8
|
"breadcrumbs" : {
|
|
9
9
|
"label" : "Guia de navegação"
|
|
10
10
|
},
|
|
11
|
+
"anchorNavigation" : {
|
|
12
|
+
"landmarkLabel" : "Nesta página"
|
|
13
|
+
},
|
|
11
14
|
"calendar" : {
|
|
12
15
|
"navigationLabel" : "Ir para {{monthYear}}"
|
|
13
16
|
},
|
|
14
17
|
"connected" : {
|
|
15
18
|
"fileSelect" : {
|
|
16
19
|
"documents" : "Documentos",
|
|
17
|
-
"drawings" : "Peças
|
|
20
|
+
"drawings" : "Peças Desenhadas",
|
|
18
21
|
"forms" : "Formulários",
|
|
19
22
|
"photos" : "Fotos",
|
|
20
23
|
"selectAlbum" : "Selecionar álbum",
|
|
@@ -104,7 +107,7 @@
|
|
|
104
107
|
"searchItemType" : "Pesquisar tipo de item",
|
|
105
108
|
"submit" : "Vincular",
|
|
106
109
|
"toast" : {
|
|
107
|
-
"itemAdded" : "O item relacionado foi
|
|
110
|
+
"itemAdded" : "O item relacionado foi associado com sucesso.",
|
|
108
111
|
"itemAdditionFailed" : "Não foi possível anexar o item. Tente novamente.",
|
|
109
112
|
"itemRemoved" : "O item relacionado foi removido com sucesso.",
|
|
110
113
|
"requestError" : "Algo correu mal. Tente novamente."
|
|
@@ -141,7 +144,7 @@
|
|
|
141
144
|
"subtotals" : "Subtotais",
|
|
142
145
|
"tableSettings" : {
|
|
143
146
|
"configureColumns" : "Configurar colunas",
|
|
144
|
-
"resetToDefault" : "Repor a
|
|
147
|
+
"resetToDefault" : "Repor a predefinição",
|
|
145
148
|
"rowHeight" : "Altura da linha",
|
|
146
149
|
"small" : "Pequeno",
|
|
147
150
|
"medium" : "Médio",
|
|
@@ -311,8 +314,12 @@
|
|
|
311
314
|
"clear" : "Eliminar campo",
|
|
312
315
|
"search" : "Pesquisar",
|
|
313
316
|
"selectAll" : "Selecionar tudo",
|
|
317
|
+
"selectedItems" : "Itens selecionados",
|
|
314
318
|
"noResult" : "Nenhum resultado"
|
|
315
319
|
},
|
|
320
|
+
"typeahead" : {
|
|
321
|
+
"clear" : "Apagar a entrada"
|
|
322
|
+
},
|
|
316
323
|
"splitViewCard" : {
|
|
317
324
|
"a11y" : {
|
|
318
325
|
"close" : "Fechar"
|
|
@@ -324,7 +331,11 @@
|
|
|
324
331
|
"thumbnail" : {
|
|
325
332
|
"checked" : "Verificado",
|
|
326
333
|
"unavailable" : "O conteúdo não está disponível",
|
|
327
|
-
"select" : "Selecionar item"
|
|
334
|
+
"select" : "Selecionar item",
|
|
335
|
+
"aria-label" : {
|
|
336
|
+
"label" : "Etiqueta",
|
|
337
|
+
"caption" : "Legenda"
|
|
338
|
+
}
|
|
328
339
|
},
|
|
329
340
|
"thumbnailList" : {
|
|
330
341
|
"removeUpload" : "Remover carregamento",
|
|
@@ -386,7 +397,14 @@
|
|
|
386
397
|
"menuImperative" : {
|
|
387
398
|
"options" : {
|
|
388
399
|
"ariaLabel" : "Opções do menu"
|
|
389
|
-
}
|
|
400
|
+
},
|
|
401
|
+
"dragAndDropInstructions" : "Prima a barra de espaço para arrastar e as teclas de seta para reordenar.",
|
|
402
|
+
"dragStart" : "Levantou um item na posição {{startPosition}}.",
|
|
403
|
+
"dragStartWithGroup" : "Levantou um item na posição {{startPosition}} no grupo {{startGroupTitle}}.",
|
|
404
|
+
"dragUpdate" : "Moveu um item na posição {{startPosition}} para a posição {{endPosition}}.",
|
|
405
|
+
"dragUpdateWithGroup" : "Moveu um item na posição {{startPosition}} no grupo {{startGroupTitle}} para a posição {{endPosition}} no grupo {{endGroupTitle}}.",
|
|
406
|
+
"dragEnd" : "Soltou um item na posição {{endPosition}}.",
|
|
407
|
+
"dragEndWithGroup" : "Soltou um item na posição {{endPosition}} no grupo {{endGroupTitle}}."
|
|
390
408
|
}
|
|
391
409
|
}
|
|
392
410
|
}
|
package/dist/_locales/th-TH.json
CHANGED
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
"breadcrumbs" : {
|
|
9
9
|
"label" : "เครื่องมือที่ใช้นำทาง"
|
|
10
10
|
},
|
|
11
|
+
"anchorNavigation" : {
|
|
12
|
+
"landmarkLabel" : "ในหน้านี้"
|
|
13
|
+
},
|
|
11
14
|
"calendar" : {
|
|
12
15
|
"navigationLabel" : "ไปที่ {{monthYear}}"
|
|
13
16
|
},
|
|
@@ -311,8 +314,12 @@
|
|
|
311
314
|
"clear" : "ลบฟิลด์",
|
|
312
315
|
"search" : "ค้นหา",
|
|
313
316
|
"selectAll" : "เลือกทั้งหมด",
|
|
317
|
+
"selectedItems" : "รายการที่เลือก",
|
|
314
318
|
"noResult" : "ไม่มีผลลัพธ์"
|
|
315
319
|
},
|
|
320
|
+
"typeahead" : {
|
|
321
|
+
"clear" : "ล้างข้อมูลป้อนเข้า"
|
|
322
|
+
},
|
|
316
323
|
"splitViewCard" : {
|
|
317
324
|
"a11y" : {
|
|
318
325
|
"close" : "ปิด"
|
|
@@ -324,7 +331,11 @@
|
|
|
324
331
|
"thumbnail" : {
|
|
325
332
|
"checked" : "ตรวจสอบแล้ว",
|
|
326
333
|
"unavailable" : "เนื้อหาไม่พร้อมใช้งาน",
|
|
327
|
-
"select" : "เลือกรายการ"
|
|
334
|
+
"select" : "เลือกรายการ",
|
|
335
|
+
"aria-label" : {
|
|
336
|
+
"label" : "ฉลาก",
|
|
337
|
+
"caption" : "คำบรรยายภาพ"
|
|
338
|
+
}
|
|
328
339
|
},
|
|
329
340
|
"thumbnailList" : {
|
|
330
341
|
"removeUpload" : "ลบการอัปโหลด",
|
|
@@ -386,7 +397,14 @@
|
|
|
386
397
|
"menuImperative" : {
|
|
387
398
|
"options" : {
|
|
388
399
|
"ariaLabel" : "ตัวเลือกเมนู"
|
|
389
|
-
}
|
|
400
|
+
},
|
|
401
|
+
"dragAndDropInstructions" : "กดปุ่ม Space เพื่อลาก และใช้ปุ่มลูกศรเพื่อจัดลำดับใหม่",
|
|
402
|
+
"dragStart" : "คุณได้ยกสิ่งของที่ตำแหน่ง {{startPosition}}",
|
|
403
|
+
"dragStartWithGroup" : "คุณได้ยกสิ่งของที่ตำแหน่ง {{startPosition}} ในกลุ่ม {{startGroupTitle}} แล้ว",
|
|
404
|
+
"dragUpdate" : "คุณได้ย้ายรายการที่ตำแหน่ง {{startPosition}} ไปยังตำแหน่ง {{endPosition}} แล้ว",
|
|
405
|
+
"dragUpdateWithGroup" : "คุณได้ย้ายรายการที่อยู่ในตำแหน่ง {{startPosition}} ในกลุ่ม {{startGroupTitle}} ไปยังตำแหน่ง {{endPosition}} ในกลุ่ม {{endGroupTitle}} แล้ว",
|
|
406
|
+
"dragEnd" : "คุณได้วางสิ่งของลงในตำแหน่ง {{endPosition}} แล้ว",
|
|
407
|
+
"dragEndWithGroup" : "คุณได้วางรายการในตำแหน่ง {{endPosition}} ในกลุ่ม {{endGroupTitle}} แล้ว"
|
|
390
408
|
}
|
|
391
409
|
}
|
|
392
410
|
}
|