@procore/core-react 12.35.0 → 12.37.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 +52 -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.js +0 -1
- package/dist/Button/Button.js.map +1 -1
- package/dist/Button/Button.styles.js +5 -5
- 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/Checkbox/CheckboxTooltip.js +1 -1
- package/dist/ContactItem/ContactItem.styles.js +5 -5
- package/dist/Content/Content.styles.js +2 -2
- package/dist/DateInput/DateInput.js +2 -3
- package/dist/DateInput/DateInput.js.map +1 -1
- package/dist/DateInput/DateInput.styles.js +9 -9
- package/dist/DateInput/DateInput.styles.js.map +1 -1
- package/dist/DateSelect/DateSelect.js +1 -1
- package/dist/DateSelect/DateSelect.js.map +1 -1
- package/dist/DetailPage/DetailPage.styles.js +7 -7
- package/dist/Dropdown/Dropdown.js +0 -4
- package/dist/Dropdown/Dropdown.js.map +1 -1
- package/dist/Dropdown/Dropdown.styles.js +3 -3
- package/dist/DropdownFlyout/DropdownFlyout.js +8 -3
- package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
- package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
- package/dist/DropdownFlyout/DropdownFlyout.types.d.ts +1 -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 +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.js +2 -1
- package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
- package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
- package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
- package/dist/FileSelect/SourceItem/SourceItem.js +19 -16
- package/dist/FileSelect/SourceItem/SourceItem.js.map +1 -1
- 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 +2 -2
- package/dist/Input/Input.styles.js.map +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.js +3 -3
- package/dist/MultiSelect/MultiSelect.js.map +1 -1
- package/dist/MultiSelect/MultiSelect.styles.d.ts +7 -4
- package/dist/MultiSelect/MultiSelect.styles.js +18 -10
- package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
- package/dist/NextMenu/NextMenu.styles.js +3 -3
- package/dist/Notation/Notation.js +1 -1
- package/dist/NumberInput/NumberInput.styles.js +9 -9
- package/dist/NumberInput/NumberInput.styles.js.map +1 -1
- package/dist/Overlay/OverlayArrow.styles.js +1 -1
- package/dist/OverlayTrigger/OverlayTrigger.js +16 -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 +6 -6
- package/dist/Pagination/Pagination.styles.js.map +1 -1
- package/dist/Pagination/Pagination.types.d.ts +4 -0
- package/dist/Pagination/Pagination.types.js.map +1 -1
- package/dist/Pagination/PaginationSelect.js +59 -3
- package/dist/Pagination/PaginationSelect.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.styles.js +1 -1
- package/dist/ProgressBar/ProgressBar.styles.js +2 -2
- package/dist/RadioButton/RadioButton.styles.js +4 -4
- package/dist/RadioButton/RadioButton.styles.js.map +1 -1
- 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.js +1 -1
- package/dist/SegmentedController/SegmentedController.js.map +1 -1
- package/dist/SegmentedController/SegmentedController.styles.js +4 -4
- package/dist/Select/Select.js +16 -11
- package/dist/Select/Select.js.map +1 -1
- package/dist/Select/Select.styles.d.ts +5 -1
- package/dist/Select/Select.styles.js +45 -35
- package/dist/Select/Select.styles.js.map +1 -1
- package/dist/Semantic/Semantic.styles.d.ts +4 -4
- package/dist/Semantic/Semantic.styles.js +9 -9
- package/dist/Slider/Slider.js +3 -1
- package/dist/Slider/Slider.js.map +1 -1
- 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 +19 -12
- package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.js +1 -1
- package/dist/SuperSelect/SuperSelect.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
- package/dist/SuperSelect/SuperSelect.styles.js +41 -41
- package/dist/SuperSelect/SuperSelect.styles.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.types.d.ts +4 -0
- package/dist/SuperSelect/SuperSelect.types.js.map +1 -1
- package/dist/SuperSelect/SuperSelect.utils.d.ts +2 -1
- package/dist/SuperSelect/SuperSelect.utils.js +17 -0
- package/dist/SuperSelect/SuperSelect.utils.js.map +1 -1
- package/dist/SuperSelect/useSuperSelect.d.ts +1 -1
- package/dist/SuperSelect/useSuperSelect.js +75 -46
- package/dist/SuperSelect/useSuperSelect.js.map +1 -1
- package/dist/Switch/Switch.styles.js +4 -4
- package/dist/Table/Table.styles.js +64 -61
- package/dist/Table/Table.styles.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.styles.js +1 -1
- package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
- package/dist/Thumbnail/Thumbnail.styles.js +17 -17
- package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
- package/dist/TieredSelect/TierSelectionTieredSelect.js +12 -2
- package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.js +18 -5
- package/dist/TieredSelect/TieredSelect.js.map +1 -1
- package/dist/TieredSelect/TieredSelect.styles.js +9 -9
- package/dist/TieredSelect/TieredSelectMenu.js +9 -2
- package/dist/TieredSelect/TieredSelectMenu.js.map +1 -1
- 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 +2 -2
- package/dist/Tooltip/Tooltip.types.d.ts +4 -0
- package/dist/Tooltip/Tooltip.types.js.map +1 -1
- package/dist/Tree/Tree.hooks.js +11 -6
- package/dist/Tree/Tree.hooks.js.map +1 -1
- package/dist/Tree/Tree.js +142 -49
- package/dist/Tree/Tree.js.map +1 -1
- package/dist/Tree/Tree.styles.d.ts +5 -0
- package/dist/Tree/Tree.styles.js +17 -9
- package/dist/Tree/Tree.styles.js.map +1 -1
- package/dist/Tree/Tree.types.d.ts +21 -1
- package/dist/Tree/Tree.types.js.map +1 -1
- 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 +38 -22
- package/dist/_locales/de-DE.json +4 -2
- package/dist/_locales/en-AU.json +3 -1
- package/dist/_locales/en-CA.json +3 -1
- package/dist/_locales/en-GB.json +3 -1
- package/dist/_locales/en.json +2 -0
- package/dist/_locales/es-ES.json +3 -1
- package/dist/_locales/es.json +5 -3
- package/dist/_locales/fr-CA.json +4 -2
- package/dist/_locales/fr-FR.json +6 -4
- package/dist/_locales/is-IS.json +4 -2
- package/dist/_locales/it-IT.json +49 -47
- package/dist/_locales/ja-JP.json +6 -4
- package/dist/_locales/pl-PL.json +3 -1
- package/dist/_locales/pseudo.json +2 -0
- package/dist/_locales/pt-BR.json +6 -4
- package/dist/_locales/pt-PT.json +13 -11
- package/dist/_locales/th-TH.json +6 -4
- package/dist/_locales/zh-SG.json +3 -1
- package/dist/_locales/zh-TW.json +7 -5
- package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
- package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
- package/dist/_styles/colors.js +7 -3
- package/dist/_styles/colors.js.map +1 -1
- 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 +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 +37 -37
- package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +40 -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 +750 -750
- 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 +32 -32
- 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 +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 +60 -60
- 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 +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 +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 +23 -13
- package/dist/_typedoc/Tree/Tree.types.json +111 -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/_utils/storybookTooltip.d.ts +2 -0
- package/dist/_utils/storybookTooltip.js +12 -0
- package/dist/_utils/storybookTooltip.js.map +1 -0
- package/dist/_utils/triggerListeners.js +2 -2
- package/dist/_utils/triggerListeners.js.map +1 -1
- package/package.json +1 -1
package/dist/_locales/it-IT.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"core" : {
|
|
3
3
|
"banner" : {
|
|
4
|
-
"dismissAlert" : "
|
|
4
|
+
"dismissAlert" : "Ignora avviso"
|
|
5
5
|
},
|
|
6
6
|
"breadcrumbs" : {
|
|
7
7
|
"label" : "Breadcrumb"
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"drawings" : "Disegni",
|
|
16
16
|
"forms" : "Moduli",
|
|
17
17
|
"photos" : "Foto",
|
|
18
|
-
"selectAlbum" : "
|
|
18
|
+
"selectAlbum" : "Seleziona album",
|
|
19
19
|
"selectAnAlbum" : "Selezionare un album",
|
|
20
|
-
"selectArea" : "
|
|
20
|
+
"selectArea" : "Seleziona area",
|
|
21
21
|
"selectAnArea" : "Selezionare un'area",
|
|
22
|
-
"selectDiscipline" : "
|
|
22
|
+
"selectDiscipline" : "Seleziona disciplina",
|
|
23
23
|
"selectADiscipline" : "Selezionare una disciplina",
|
|
24
|
-
"selectSet" : "
|
|
24
|
+
"selectSet" : "Seleziona set",
|
|
25
25
|
"selectASet" : "Selezionare un set",
|
|
26
|
-
"selectTemplate" : "
|
|
26
|
+
"selectTemplate" : "Seleziona template",
|
|
27
27
|
"selectATemplate" : "Selezionare un template"
|
|
28
28
|
},
|
|
29
29
|
"emails" : {
|
|
@@ -37,24 +37,24 @@
|
|
|
37
37
|
"goToAllEmails" : "Tutte le e-mail",
|
|
38
38
|
"sendEmail" : "Invia",
|
|
39
39
|
"replyAll" : "Rispondi a tutti",
|
|
40
|
-
"downloadAll" : "
|
|
40
|
+
"downloadAll" : "Scarica tutto",
|
|
41
41
|
"showAll" : "Mostra tutto",
|
|
42
42
|
"showLess" : "Mostra meno",
|
|
43
43
|
"composeEmailPageTitle" : "Crea nuova e-mail",
|
|
44
|
-
"emailSentMessage" : "
|
|
44
|
+
"emailSentMessage" : "E-mail inviata correttamente.",
|
|
45
45
|
"from" : "Da",
|
|
46
46
|
"to" : "A",
|
|
47
47
|
"cc" : "Cc",
|
|
48
48
|
"bcc" : "Ccn",
|
|
49
|
-
"downloadPdfLong" : "
|
|
49
|
+
"downloadPdfLong" : "Scarica PDF",
|
|
50
50
|
"downloadPdfShort" : "PDF",
|
|
51
51
|
"privateEmailDisclaimer" : "Le e-mail private vengono mostrate solo ai destinatari e al mittente.",
|
|
52
52
|
"privateLabel" : "Privato",
|
|
53
53
|
"settingsLink" : "Impostazioni",
|
|
54
|
-
"composeNewEmail" : "
|
|
54
|
+
"composeNewEmail" : "Scrivi e-mail",
|
|
55
55
|
"startNewCommunication" : "Per avviare un nuovo thread di comunicazione associato a questo elemento, inviare un'e-mail a",
|
|
56
|
-
"emptyStateTitle" : "
|
|
57
|
-
"emptyStateDescription" : "
|
|
56
|
+
"emptyStateTitle" : "Per iniziare, inviare un'e-mail",
|
|
57
|
+
"emptyStateDescription" : "Qui è possibile fare riferimento alle e-mail relative a questo elemento inviate dall'utente e dal suo team.",
|
|
58
58
|
"reply" : "Rispondi",
|
|
59
59
|
"cancel" : "Annulla",
|
|
60
60
|
"subject" : "Oggetto",
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"dailyLog" : "Registro giornaliero",
|
|
76
76
|
"prostoreFile" : "Allega file"
|
|
77
77
|
},
|
|
78
|
-
"itemName" : "Nome
|
|
78
|
+
"itemName" : "Nome elemento",
|
|
79
79
|
"loading" : "Caricamento",
|
|
80
80
|
"notes" : "Note",
|
|
81
81
|
"notesPlaceholder" : "Spiegazione facoltativa del motivo per cui questo elemento è correlato",
|
|
82
82
|
"newItem" : "Collega elemento correlato",
|
|
83
83
|
"noRelatedItems" : {
|
|
84
84
|
"title" : "Per iniziare, collegare gli elementi correlati",
|
|
85
|
-
"description" : "Collegando gli elementi a questo {{itemName}}
|
|
85
|
+
"description" : "Collegando gli elementi a questo {{itemName}} sarà più facile per l'utente e il team trovare informazioni rilevanti in Procore."
|
|
86
86
|
},
|
|
87
87
|
"noItems" : {
|
|
88
88
|
"title" : "Nessun elemento da visualizzare",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
},
|
|
91
91
|
"noResultsSearchQuery" : {
|
|
92
92
|
"title" : "Nessun elemento corrispondente alla ricerca",
|
|
93
|
-
"description" : "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con
|
|
93
|
+
"description" : "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con una parola chiave diversa."
|
|
94
94
|
},
|
|
95
95
|
"noResultsServerError" : {
|
|
96
|
-
"title" : "Si è verificato un errore
|
|
96
|
+
"title" : "Si è verificato un errore",
|
|
97
97
|
"description" : "Controllare la connessione Internet e riprovare.",
|
|
98
98
|
"action" : "Riprova"
|
|
99
99
|
},
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"dateTimeFormat" : {
|
|
113
|
-
"dateAtTime" : "{{date}},
|
|
113
|
+
"dateAtTime" : "{{date}}, orario: {{time}}",
|
|
114
114
|
"timeOnDate" : "{{time}}, data: {{date}}"
|
|
115
115
|
},
|
|
116
116
|
"table" : {
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"dataTable" : {
|
|
125
125
|
"emptyState" : {
|
|
126
126
|
"noFilteredResults" : {
|
|
127
|
-
"description" : "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con
|
|
127
|
+
"description" : "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con una parola chiave diversa.",
|
|
128
128
|
"title" : "Nessun elemento corrispondente alla ricerca"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"exporting" : "Esportazione in corso...",
|
|
132
132
|
"filters" : {
|
|
133
133
|
"filters" : "Filtri",
|
|
134
|
-
"moreFilters" : "
|
|
134
|
+
"moreFilters" : "Altri filtri",
|
|
135
135
|
"clearAllFilters" : "Cancella tutti i filtri"
|
|
136
136
|
},
|
|
137
137
|
"grandTotals" : "Totali generali",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"subtotals" : "Subtotali",
|
|
140
140
|
"tableSettings" : {
|
|
141
141
|
"configureColumns" : "Configura colonne",
|
|
142
|
-
"resetToDefault" : "
|
|
142
|
+
"resetToDefault" : "Ripristina impostazioni predefinite",
|
|
143
143
|
"rowHeight" : "Altezza riga",
|
|
144
144
|
"small" : "Piccola",
|
|
145
145
|
"medium" : "Media",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
"dropdown" : {
|
|
175
175
|
"search" : "Cerca",
|
|
176
|
-
"moreOptions" : "
|
|
176
|
+
"moreOptions" : "Altre opzioni",
|
|
177
177
|
"loading" : "Caricamento"
|
|
178
178
|
},
|
|
179
179
|
"dropzone" : {
|
|
@@ -181,34 +181,34 @@
|
|
|
181
181
|
"one" : "Carica file",
|
|
182
182
|
"other" : "Carica file"
|
|
183
183
|
},
|
|
184
|
-
"dragAndDrop" : "o
|
|
184
|
+
"dragAndDrop" : "o trascinare e rilasciare",
|
|
185
185
|
"incorrectFileTypeMessage" : {
|
|
186
|
-
"one" : "
|
|
186
|
+
"one" : "Il tipo di file non è consentito.",
|
|
187
187
|
"other" : "Alcuni di questi tipi di file non sono consentiti."
|
|
188
188
|
},
|
|
189
189
|
"incorrectFileNumber" : "Impossibile caricare un numero così elevato di file contemporaneamente.",
|
|
190
190
|
"invalidAmountAttachments" : {
|
|
191
|
-
"one" : "È possibile allegare
|
|
192
|
-
"other" : "
|
|
191
|
+
"one" : "È possibile allegare {{count}} solo file.",
|
|
192
|
+
"other" : "Spiacenti, è possibile allegare solo {{count}} file."
|
|
193
193
|
},
|
|
194
194
|
"hideDetails" : "Nascondi dettagli",
|
|
195
195
|
"showDetails" : "Mostra dettagli",
|
|
196
196
|
"errorTitle" : "Impossibile caricare alcuni file",
|
|
197
197
|
"oneFileAtATimeError" : "È possibile allegare un solo file alla volta.",
|
|
198
|
-
"multipleErrorsMessage" : "Impossibile caricare alcuni file a causa di errori.
|
|
198
|
+
"multipleErrorsMessage" : "Impossibile caricare alcuni file a causa di errori. Provare di nuovo a caricare i file.",
|
|
199
199
|
"maxFileSizeErrorGroup" : "Uno o più file superano la dimensione massima di {{sizeInMegabytes}} MB. Provare a caricare un file più piccolo.",
|
|
200
|
-
"minFileSizeErrorGroup" : "Uno o più file non
|
|
200
|
+
"minFileSizeErrorGroup" : "Uno o più file non rispettano la dimensione minima di {{sizeInMegabytes}} MB. Provare a caricare un file più grande.",
|
|
201
201
|
"zeroFileSizeErrorGroup" : "Caricamento dei file non riuscito. I file vuoti non sono supportati.",
|
|
202
|
-
"maxFileNumberErrorGroup" : "È possibile caricare solo (
|
|
202
|
+
"maxFileNumberErrorGroup" : "È possibile caricare solo ({{count}}) file alla volta. Rimuovere alcuni file e riprovare.",
|
|
203
203
|
"wrongFileTypeErrorGroup" : "Alcuni tipi di file che si è cercato di caricare non sono supportati in Procore. Provare a caricare un altro formato di file.",
|
|
204
|
-
"standaloneMaxFileNumberError" : "È possibile caricare solo (
|
|
204
|
+
"standaloneMaxFileNumberError" : "È possibile caricare solo ({{maxFiles}}) file alla volta. Rimuovere alcuni file e riprovare.",
|
|
205
205
|
"standaloneUnsupportedFileTypeError" : "Alcuni tipi di file che si è cercato di caricare non sono supportati in Procore. Provare a caricare un altro formato di file.",
|
|
206
|
-
"standaloneMinFileSizeError" : "Uno o più file non
|
|
206
|
+
"standaloneMinFileSizeError" : "Uno o più file non rispettano la dimensione minima di {{sizeInMegabytes}} MB. Provare a caricare un file più grande.",
|
|
207
207
|
"standaloneMaxFileSizeError" : "Uno o più file superano la dimensione massima di {{sizeInMegabytes}} MB. Provare a caricare un file più piccolo.",
|
|
208
|
-
"standaloneZeroFileSizeError" : "Uno o più file sono vuoti (0 byte) e non
|
|
208
|
+
"standaloneZeroFileSizeError" : "Uno o più file sono vuoti (0 byte) e non è possibile caricarli. Provare a caricare un file più grande.",
|
|
209
209
|
"uploadTotalProgress" : {
|
|
210
|
-
"withFailed" : "Avanzamento totale: {{totalProgress}}%. Caricati {{uploaded}}
|
|
211
|
-
"withoutFailed" : "Avanzamento totale: {{totalProgress}}%. Caricati {{uploaded}}
|
|
210
|
+
"withFailed" : "Avanzamento totale: {{totalProgress}}%. Caricati: {{uploaded}} su {{total}}. Non riusciti: {{failed}}.",
|
|
211
|
+
"withoutFailed" : "Avanzamento totale: {{totalProgress}}%. Caricati: {{uploaded}} su {{total}}."
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"modal" : {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
},
|
|
220
220
|
"multiSelect" : {
|
|
221
221
|
"clearAll" : "Elimina campo",
|
|
222
|
-
"selectValues" : "
|
|
222
|
+
"selectValues" : "Seleziona valori",
|
|
223
223
|
"noResults" : "Nessun risultato",
|
|
224
224
|
"selectedToken" : "Selezionati: {{tokenLabel}}",
|
|
225
225
|
"selectedItems" : "Elementi selezionati"
|
|
@@ -239,8 +239,10 @@
|
|
|
239
239
|
"uploading" : "Caricamento"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Espandi",
|
|
243
|
+
"collapse" : "Comprimi",
|
|
242
244
|
"selectionLimit" : {
|
|
243
|
-
"one" : "È possibile allegare
|
|
245
|
+
"one" : "È possibile allegare {{count}} solo file",
|
|
244
246
|
"other" : "È possibile allegare solo {{count}} file"
|
|
245
247
|
},
|
|
246
248
|
"unsupportedFileType" : {
|
|
@@ -257,7 +259,7 @@
|
|
|
257
259
|
},
|
|
258
260
|
"cancelAction" : "Annulla",
|
|
259
261
|
"attachAction" : "Allega",
|
|
260
|
-
"maxNumberOfFilesSelected" : "Numero massimo di file
|
|
262
|
+
"maxNumberOfFilesSelected" : "Numero massimo di file selezionati",
|
|
261
263
|
"modalTitle" : "Allega file",
|
|
262
264
|
"filesPendingUpload" : "Il caricamento di uno o più file non è stato completato.",
|
|
263
265
|
"noSelectedItems" : "Selezionare un file.",
|
|
@@ -269,16 +271,16 @@
|
|
|
269
271
|
},
|
|
270
272
|
"form" : {
|
|
271
273
|
"closeWithConfirm" : {
|
|
272
|
-
"confirmMessage" : "Se si esce prima di salvare le modifiche andranno perse."
|
|
274
|
+
"confirmMessage" : "Se si esce prima di salvare, le modifiche andranno perse."
|
|
273
275
|
},
|
|
274
276
|
"checkbox" : {
|
|
275
277
|
"no" : "No",
|
|
276
278
|
"yes" : "Sì",
|
|
277
279
|
"checked" : "Selezionato",
|
|
278
|
-
"unchecked" : "
|
|
280
|
+
"unchecked" : "Non selezionato"
|
|
279
281
|
},
|
|
280
282
|
"errorBanner" : {
|
|
281
|
-
"couldNotCreateItem" : "
|
|
283
|
+
"couldNotCreateItem" : "Impossibile creare questo {{item}}.",
|
|
282
284
|
"couldNotUpdateItem" : "Impossibile aggiornare questo {{item}}.",
|
|
283
285
|
"fixErrorsToCreate" : "Correggere gli errori di seguito e provare a creare di nuovo.",
|
|
284
286
|
"fixErrorsToUpdate" : "Correggere gli errori di seguito e provare ad aggiornare di nuovo."
|
|
@@ -292,13 +294,13 @@
|
|
|
292
294
|
},
|
|
293
295
|
"pagination" : {
|
|
294
296
|
"interval" : "di",
|
|
295
|
-
"notation" : "{{start}}-{{end}}
|
|
297
|
+
"notation" : "{{start}}-{{end}} di {{totalItems}}",
|
|
296
298
|
"page" : "Pagina:",
|
|
297
299
|
"nextPage" : "Pagina successiva",
|
|
298
300
|
"prevPage" : "Pagina precedente"
|
|
299
301
|
},
|
|
300
302
|
"search" : {
|
|
301
|
-
"clear" : "
|
|
303
|
+
"clear" : "Cancella testo",
|
|
302
304
|
"goSearch" : "Vai ai risultati della ricerca",
|
|
303
305
|
"label" : "Cerca"
|
|
304
306
|
},
|
|
@@ -331,13 +333,13 @@
|
|
|
331
333
|
}
|
|
332
334
|
},
|
|
333
335
|
"fileList" : {
|
|
334
|
-
"downloadAll" : "
|
|
335
|
-
"download" : "
|
|
336
|
+
"downloadAll" : "Scarica tutto",
|
|
337
|
+
"download" : "Download",
|
|
336
338
|
"noPreview" : "Nessuna anteprima disponibile"
|
|
337
339
|
},
|
|
338
340
|
"tieredSelect" : {
|
|
339
341
|
"emptyMessage" : "Nessuna posizione.",
|
|
340
|
-
"goToTier" : "Vai al
|
|
342
|
+
"goToTier" : "Vai al sottomenu",
|
|
341
343
|
"placeholder" : "Selezionare un elemento",
|
|
342
344
|
"quickCreateActionLabel" : "Crea nuova posizione",
|
|
343
345
|
"quickCreateCancelLabel" : "Annulla",
|
|
@@ -365,7 +367,7 @@
|
|
|
365
367
|
"fileSelect" : {
|
|
366
368
|
"localFilesSource" : "Il mio computer",
|
|
367
369
|
"uploadFailed" : "Caricamento non riuscito",
|
|
368
|
-
"maxNumberOfFilesSelected" : "Numero massimo di file
|
|
370
|
+
"maxNumberOfFilesSelected" : "Numero massimo di file selezionati"
|
|
369
371
|
},
|
|
370
372
|
"required" : {
|
|
371
373
|
"requiredFields" : "Campi obbligatori"
|
|
@@ -376,7 +378,7 @@
|
|
|
376
378
|
},
|
|
377
379
|
"panel" : {
|
|
378
380
|
"close" : "Chiudi",
|
|
379
|
-
"goBack" : "
|
|
381
|
+
"goBack" : "Torna indietro"
|
|
380
382
|
},
|
|
381
383
|
"menuImperative" : {
|
|
382
384
|
"options" : {
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/ja-JP.json
CHANGED
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"selectValues" : "値を選択",
|
|
223
223
|
"noResults" : "結果がありません",
|
|
224
224
|
"selectedToken" : "{{tokenLabel}}が選択されました",
|
|
225
|
-
"selectedItems" : "
|
|
225
|
+
"selectedItems" : "選択した案件"
|
|
226
226
|
},
|
|
227
227
|
"tearsheet" : {
|
|
228
228
|
"a11y" : {
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "アップロードしています"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "展開",
|
|
243
|
+
"collapse" : "折り畳む",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "添付できるのは{{count}}のファイルのみです",
|
|
244
246
|
"other" : "添付できるのは{{count}}のファイルのみです"
|
|
@@ -249,11 +251,11 @@
|
|
|
249
251
|
}
|
|
250
252
|
},
|
|
251
253
|
"fileExplorer" : {
|
|
252
|
-
"filesSelectedWithLimit" : "{{maxFileNumber}}
|
|
254
|
+
"filesSelectedWithLimit" : "{{maxFileNumber}} 個中 {{count}} 個のファイルが選択されました",
|
|
253
255
|
"ungroupedThumbnailGridGroup" : "グループ化が解除済み",
|
|
254
256
|
"filesSelected" : {
|
|
255
257
|
"one" : "{{count}}個のファイルを選択しました",
|
|
256
|
-
"other" : "{{count}}
|
|
258
|
+
"other" : "{{count}} 個のファイルを選択しました"
|
|
257
259
|
},
|
|
258
260
|
"cancelAction" : "キャンセル",
|
|
259
261
|
"attachAction" : "添付する",
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/pl-PL.json
CHANGED
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Przesyłanie"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Rozwiń",
|
|
243
|
+
"collapse" : "Zwiń",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Można dołączyć tylko {{count}} plik",
|
|
244
246
|
"other" : "Maksymalna liczba plików, które można dołączyć: {{count}}"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading": "[ŬŬƥŀǿȧḓīƞɠɠ]"
|
|
240
240
|
},
|
|
241
241
|
"tree": {
|
|
242
|
+
"expand": "[ḖḖẋƥȧƞḓḓ]",
|
|
243
|
+
"collapse": "[ƇƇǿŀŀȧƥşḗḗ]",
|
|
242
244
|
"selectionLimit": {
|
|
243
245
|
"one": "[ǾǾǾǾǾǾǾƞŀẏ · {{ƈǿŭƞŧ}} · ƒīŀḗ · ƈȧƞ · ƀḗ · ȧŧŧȧƈħḗḓḓḓḓḓḓḓ]",
|
|
244
246
|
"other": "[ǾǾǾǾǾǾǾǾƞŀẏ · {{ƈǿŭƞŧ}} · ƒīŀḗş · ƈȧƞ · ƀḗ · ȧŧŧȧƈħḗḓḓḓḓḓḓḓḓ]"
|
package/dist/_locales/pt-BR.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "O item relacionado foi vinculado com sucesso.",
|
|
106
106
|
"itemAdditionFailed" : "Lamentamos, mas não foi possível anexar o item. Tente novamente.",
|
|
107
107
|
"itemRemoved" : "O item relacionado foi removido com sucesso.",
|
|
108
|
-
"requestError" : "
|
|
108
|
+
"requestError" : "Sentimos muito, mas algo deu errado. Tente novamente."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"selectValues" : "Selecionar Valores",
|
|
223
223
|
"noResults" : "Nenhum resultado",
|
|
224
224
|
"selectedToken" : "{{tokenLabel}}, selecionado",
|
|
225
|
-
"selectedItems" : "Itens
|
|
225
|
+
"selectedItems" : "Itens Selecionados"
|
|
226
226
|
},
|
|
227
227
|
"tearsheet" : {
|
|
228
228
|
"a11y" : {
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "Upload em Andamento"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expandir",
|
|
243
|
+
"collapse" : "Recolher",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "Só é possível anexar {{count}} arquivo",
|
|
244
246
|
"other" : "Só é possível anexar {{count}} arquivos"
|
|
@@ -368,7 +370,7 @@
|
|
|
368
370
|
"maxNumberOfFilesSelected" : "Número máximo de arquivos selecionados"
|
|
369
371
|
},
|
|
370
372
|
"required" : {
|
|
371
|
-
"requiredFields" : "Campos obrigatórios
|
|
373
|
+
"requiredFields" : "Campos obrigatórios"
|
|
372
374
|
},
|
|
373
375
|
"avatarStack" : {
|
|
374
376
|
"viewAll" : "Visualizar Tudo",
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/pt-PT.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"connected" : {
|
|
13
13
|
"fileSelect" : {
|
|
14
14
|
"documents" : "Documentos",
|
|
15
|
-
"drawings" : "
|
|
15
|
+
"drawings" : "Peças desenhadas",
|
|
16
16
|
"forms" : "Formulários",
|
|
17
17
|
"photos" : "Fotos",
|
|
18
18
|
"selectAlbum" : "Selecionar álbum",
|
|
@@ -196,15 +196,15 @@
|
|
|
196
196
|
"errorTitle" : "Não foi possível carregar alguns dos seus ficheiros",
|
|
197
197
|
"oneFileAtATimeError" : "Só pode anexar um ficheiro de cada vez.",
|
|
198
198
|
"multipleErrorsMessage" : "Alguns erros impediram o carregamento de alguns ficheiros. Tente carregar os ficheiros novamente.",
|
|
199
|
-
"maxFileSizeErrorGroup" : "Um ou mais dos seus ficheiros excedem o tamanho máximo de ficheiro de {{sizeInMegabytes}}
|
|
200
|
-
"minFileSizeErrorGroup" : "Um ou mais dos seus ficheiros não cumprem o tamanho mínimo de ficheiro de {{sizeInMegabytes}}
|
|
199
|
+
"maxFileSizeErrorGroup" : "Um ou mais dos seus ficheiros excedem o tamanho máximo de ficheiro de {{sizeInMegabytes}} MB. Tente carregar um ficheiro mais pequeno.",
|
|
200
|
+
"minFileSizeErrorGroup" : "Um ou mais dos seus ficheiros não cumprem o tamanho mínimo de ficheiro de {{sizeInMegabytes}} MB. Tente carregar um ficheiro maior.",
|
|
201
201
|
"zeroFileSizeErrorGroup" : "Falha ao carregar os ficheiros. Não são suportados ficheiros vazios.",
|
|
202
202
|
"maxFileNumberErrorGroup" : "Só podem ser carregados ({{count}}) ficheiros de cada vez. Remova alguns ficheiros e tente novamente.",
|
|
203
203
|
"wrongFileTypeErrorGroup" : "Alguns dos tipos de ficheiro que tentou carregar não são suportados pela Procore. Tente carregar um formato de ficheiro diferente.",
|
|
204
204
|
"standaloneMaxFileNumberError" : "Só podem ser carregados ({{maxFiles}}) ficheiros de cada vez. Remova alguns ficheiros e tente novamente.",
|
|
205
205
|
"standaloneUnsupportedFileTypeError" : "Alguns dos tipos de ficheiro que tentou carregar não são suportados pela Procore. Tente carregar um formato de ficheiro diferente.",
|
|
206
|
-
"standaloneMinFileSizeError" : "Um ou mais dos seus ficheiros não cumprem o tamanho mínimo de ficheiro de {{sizeInMegabytes}}
|
|
207
|
-
"standaloneMaxFileSizeError" : "Um ou mais dos seus ficheiros excedem o tamanho máximo de ficheiro de {{sizeInMegabytes}}
|
|
206
|
+
"standaloneMinFileSizeError" : "Um ou mais dos seus ficheiros não cumprem o tamanho mínimo de ficheiro de {{sizeInMegabytes}} MB. Tente carregar um ficheiro maior.",
|
|
207
|
+
"standaloneMaxFileSizeError" : "Um ou mais dos seus ficheiros excedem o tamanho máximo de ficheiro de {{sizeInMegabytes}} MB. Tente carregar um ficheiro mais pequeno.",
|
|
208
208
|
"standaloneZeroFileSizeError" : "Um ou mais dos seus ficheiros são ficheiros vazios (0 bytes) e não podem ser carregados. Tente carregar um ficheiro maior.",
|
|
209
209
|
"uploadTotalProgress" : {
|
|
210
210
|
"withFailed" : "Progresso atual: {{totalProgress}}%. Carregado(s) {{uploaded}} de {{total}}. Falharam {{failed}}.",
|
|
@@ -239,9 +239,11 @@
|
|
|
239
239
|
"uploading" : "A carregar"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "Expandir",
|
|
243
|
+
"collapse" : "Fechar",
|
|
242
244
|
"selectionLimit" : {
|
|
243
|
-
"one" : "Só é possível anexar {{count}}
|
|
244
|
-
"other" : "Só é possível anexar {{count}}
|
|
245
|
+
"one" : "Só é possível anexar {{count}} ficheiro",
|
|
246
|
+
"other" : "Só é possível anexar {{count}} ficheiros"
|
|
245
247
|
},
|
|
246
248
|
"unsupportedFileType" : {
|
|
247
249
|
"specific" : "Os tipos de ficheiro {{fileType}} não são suportados",
|
|
@@ -249,7 +251,7 @@
|
|
|
249
251
|
}
|
|
250
252
|
},
|
|
251
253
|
"fileExplorer" : {
|
|
252
|
-
"filesSelectedWithLimit" : "{{count}} de {{maxFileNumber}}
|
|
254
|
+
"filesSelectedWithLimit" : "{{count}} de {{maxFileNumber}} ficheiros selecionados",
|
|
253
255
|
"ungroupedThumbnailGridGroup" : "Desagrupado",
|
|
254
256
|
"filesSelected" : {
|
|
255
257
|
"one" : "{{count}} ficheiro selecionado",
|
|
@@ -279,7 +281,7 @@
|
|
|
279
281
|
},
|
|
280
282
|
"errorBanner" : {
|
|
281
283
|
"couldNotCreateItem" : "Não foi possível criar este {{item}}.",
|
|
282
|
-
"couldNotUpdateItem" : "Não foi possível
|
|
284
|
+
"couldNotUpdateItem" : "Não foi possível atualizar este {{item}}.",
|
|
283
285
|
"fixErrorsToCreate" : "Corrija os erros abaixo e tente criar novamente.",
|
|
284
286
|
"fixErrorsToUpdate" : "Corrija os erros abaixo e tente atualizar novamente."
|
|
285
287
|
},
|
|
@@ -371,7 +373,7 @@
|
|
|
371
373
|
"requiredFields" : "Campos obrigatórios"
|
|
372
374
|
},
|
|
373
375
|
"avatarStack" : {
|
|
374
|
-
"viewAll" : "Ver
|
|
376
|
+
"viewAll" : "Ver todos",
|
|
375
377
|
"close" : "Fechar"
|
|
376
378
|
},
|
|
377
379
|
"panel" : {
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/th-TH.json
CHANGED
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"emailSentMessage" : "ส่งอีเมลเรียบร้อยแล้ว",
|
|
45
45
|
"from" : "จาก",
|
|
46
46
|
"to" : "ถึง",
|
|
47
|
-
"cc" : "
|
|
48
|
-
"bcc" : "
|
|
47
|
+
"cc" : "ส่งสำเนาถึง",
|
|
48
|
+
"bcc" : "ส่งสำเนาลับถึง",
|
|
49
49
|
"downloadPdfLong" : "ดาวน์โหลด PDF",
|
|
50
50
|
"downloadPdfShort" : "PDF",
|
|
51
51
|
"privateEmailDisclaimer" : "อีเมลส่วนตัวจะแสดงเฉพาะต่อผู้รับและผู้ส่งอีเมลเท่านั้น",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"itemAdded" : "เชื่อมโยงรายการที่เกี่ยวข้องสำเร็จแล้ว",
|
|
106
106
|
"itemAdditionFailed" : "ขออภัย ไม่สามารถแนบรายการนี้ได้ กรุณาลองอีกครั้ง",
|
|
107
107
|
"itemRemoved" : "ลบรายการที่เกี่ยวข้องสำเร็จแล้ว",
|
|
108
|
-
"requestError" : "
|
|
108
|
+
"requestError" : "ขอโทษมีบางอย่างผิดพลาด. กรุณาลองอีกครั้ง."
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "กำลังอัปโหลด"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "ขยาย",
|
|
243
|
+
"collapse" : "ยุบ",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "แนบได้เพียง {{count}} ไฟล์",
|
|
244
246
|
"other" : "แนบได้เพียง {{count}} ไฟล์"
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
package/dist/_locales/zh-SG.json
CHANGED
package/dist/_locales/zh-TW.json
CHANGED
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"photos" : "照片",
|
|
18
18
|
"selectAlbum" : "選取相簿",
|
|
19
19
|
"selectAnAlbum" : "選取相簿",
|
|
20
|
-
"selectArea" : "
|
|
20
|
+
"selectArea" : "選擇區域",
|
|
21
21
|
"selectAnArea" : "選取區域",
|
|
22
|
-
"selectDiscipline" : "
|
|
22
|
+
"selectDiscipline" : "選擇學科",
|
|
23
23
|
"selectADiscipline" : "選取一個類別",
|
|
24
|
-
"selectSet" : "
|
|
24
|
+
"selectSet" : "選擇集",
|
|
25
25
|
"selectASet" : "選取圖紙集",
|
|
26
26
|
"selectTemplate" : "選取範本",
|
|
27
27
|
"selectATemplate" : "選取範本"
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"uploading" : "正在上傳"
|
|
240
240
|
},
|
|
241
241
|
"tree" : {
|
|
242
|
+
"expand" : "展開",
|
|
243
|
+
"collapse" : "收合",
|
|
242
244
|
"selectionLimit" : {
|
|
243
245
|
"one" : "只能附加 {{count}} 個檔案",
|
|
244
246
|
"other" : "只能附加 {{count}} 個檔案"
|
|
@@ -291,7 +293,7 @@
|
|
|
291
293
|
"search" : "搜尋"
|
|
292
294
|
},
|
|
293
295
|
"pagination" : {
|
|
294
|
-
"interval" : "
|
|
296
|
+
"interval" : "/",
|
|
295
297
|
"notation" : "{{start}}-{{end}} / {{totalItems}}",
|
|
296
298
|
"page" : "頁面:",
|
|
297
299
|
"nextPage" : "下一個頁面",
|
|
@@ -384,4 +386,4 @@
|
|
|
384
386
|
}
|
|
385
387
|
}
|
|
386
388
|
}
|
|
387
|
-
}
|
|
389
|
+
}
|
|
@@ -2,6 +2,6 @@ import styled from 'styled-components';
|
|
|
2
2
|
import { Typography } from '../../Typography';
|
|
3
3
|
export var StyledDeprecation = /*#__PURE__*/styled(Typography).withConfig({
|
|
4
4
|
displayName: "StyledDeprecation",
|
|
5
|
-
componentId: "core-
|
|
5
|
+
componentId: "core-12_37_0__sc-ojy3xo-0"
|
|
6
6
|
})(["display:block;margin-bottom:16px;"]);
|
|
7
7
|
//# sourceMappingURL=Deprecation.styles.js.map
|
|
@@ -6,11 +6,11 @@ import styled from 'styled-components';
|
|
|
6
6
|
import { colors } from '../../_styles/colors';
|
|
7
7
|
var StyledCell = /*#__PURE__*/styled.div.withConfig({
|
|
8
8
|
displayName: "StyledCell",
|
|
9
|
-
componentId: "core-
|
|
9
|
+
componentId: "core-12_37_0__sc-7owp8g-0"
|
|
10
10
|
})(["display:flex;align-items:center;justify-content:center;padding:0 48px;border-bottom:1px dashed ", ";border-right:1px dashed ", ";"], colors.gray90, colors.gray90);
|
|
11
11
|
var StyledGrid = /*#__PURE__*/styled.div.withConfig({
|
|
12
12
|
displayName: "StyledGrid",
|
|
13
|
-
componentId: "core-
|
|
13
|
+
componentId: "core-12_37_0__sc-7owp8g-1"
|
|
14
14
|
})(["align-items:center;justify-content:center;display:grid;gap:0;border-top:1px dashed ", ";border-left:1px dashed ", ";grid-template-columns:repeat( ", ",minmax(0,1fr) );height:100%;width:100%;", "{min-height:", "px;overflow:hidden;}"], colors.gray90, colors.gray90, function (_ref) {
|
|
15
15
|
var _ref$$columns = _ref.$columns,
|
|
16
16
|
$columns = _ref$$columns === void 0 ? 1 : _ref$$columns;
|
|
@@ -21,7 +21,7 @@ var StyledGrid = /*#__PURE__*/styled.div.withConfig({
|
|
|
21
21
|
});
|
|
22
22
|
var StyledGridContainer = /*#__PURE__*/styled.div.withConfig({
|
|
23
23
|
displayName: "StyledGridContainer",
|
|
24
|
-
componentId: "core-
|
|
24
|
+
componentId: "core-12_37_0__sc-7owp8g-2"
|
|
25
25
|
})(["height:100%;padding:24px;width:100%;"]);
|
|
26
26
|
export var StoryGrid = function StoryGrid(_ref3) {
|
|
27
27
|
var children = _ref3.children,
|
package/dist/_styles/colors.js
CHANGED
|
@@ -10,9 +10,13 @@ var luminosities = [10, 15, 20, 30, 40, 45, 50, 60, 70, 85, 90, 94, 96, 98];
|
|
|
10
10
|
|
|
11
11
|
function colorGenerator(color, hue, saturation) {
|
|
12
12
|
var colorSet = {};
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
var hueVariable = "var(--hue-".concat(color, ", ").concat(hue, ")");
|
|
14
|
+
var saturationVariable = "var(--saturation-".concat(color, ", ").concat(saturation, "%)");
|
|
15
|
+
for (var _i = 0, _luminosities = luminosities; _i < _luminosities.length; _i++) {
|
|
16
|
+
var luminosity = _luminosities[_i];
|
|
17
|
+
var key = "".concat(color).concat(luminosity);
|
|
18
|
+
var value = "var(--".concat(key, ", hsl(").concat(hueVariable, ", ").concat(saturationVariable, ", ").concat(luminosity, "%))");
|
|
19
|
+
colorSet[key] = value;
|
|
16
20
|
}
|
|
17
21
|
return colorSet;
|
|
18
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.js","names":["luminosities","colorGenerator","color","hue","saturation","colorSet","
|
|
1
|
+
{"version":3,"file":"colors.js","names":["luminosities","colorGenerator","color","hue","saturation","colorSet","hueVariable","concat","saturationVariable","_i","_luminosities","length","luminosity","key","value","paletteGenerator","_objectSpread","black","white","colors"],"sources":["../../src/_styles/colors.ts"],"sourcesContent":["export type Color =\n | 'blue10'\n | 'blue15'\n | 'blue20'\n | 'blue30'\n | 'blue40'\n | 'blue45'\n | 'blue50'\n | 'blue60'\n | 'blue70'\n | 'blue85'\n | 'blue90'\n | 'blue94'\n | 'blue96'\n | 'blue98'\n | 'cyan10'\n | 'cyan15'\n | 'cyan20'\n | 'cyan30'\n | 'cyan40'\n | 'cyan45'\n | 'cyan50'\n | 'cyan60'\n | 'cyan70'\n | 'cyan85'\n | 'cyan90'\n | 'cyan94'\n | 'cyan96'\n | 'cyan98'\n | 'gray10'\n | 'gray15'\n | 'gray20'\n | 'gray30'\n | 'gray40'\n | 'gray45'\n | 'gray50'\n | 'gray60'\n | 'gray70'\n | 'gray85'\n | 'gray90'\n | 'gray94'\n | 'gray96'\n | 'gray98'\n | 'green10'\n | 'green15'\n | 'green20'\n | 'green30'\n | 'green40'\n | 'green45'\n | 'green50'\n | 'green60'\n | 'green70'\n | 'green85'\n | 'green90'\n | 'green94'\n | 'green96'\n | 'green98'\n | 'magenta10'\n | 'magenta15'\n | 'magenta20'\n | 'magenta30'\n | 'magenta40'\n | 'magenta45'\n | 'magenta50'\n | 'magenta60'\n | 'magenta70'\n | 'magenta85'\n | 'magenta90'\n | 'magenta94'\n | 'magenta96'\n | 'magenta98'\n | 'orange10'\n | 'orange15'\n | 'orange20'\n | 'orange30'\n | 'orange40'\n | 'orange45'\n | 'orange50'\n | 'orange60'\n | 'orange70'\n | 'orange85'\n | 'orange90'\n | 'orange94'\n | 'orange96'\n | 'orange98'\n | 'purple10'\n | 'purple15'\n | 'purple20'\n | 'purple30'\n | 'purple40'\n | 'purple45'\n | 'purple50'\n | 'purple60'\n | 'purple70'\n | 'purple85'\n | 'purple90'\n | 'purple94'\n | 'purple96'\n | 'purple98'\n | 'red10'\n | 'red15'\n | 'red20'\n | 'red30'\n | 'red40'\n | 'red45'\n | 'red50'\n | 'red60'\n | 'red70'\n | 'red85'\n | 'red90'\n | 'red94'\n | 'red96'\n | 'red98'\n | 'yellow10'\n | 'yellow15'\n | 'yellow20'\n | 'yellow30'\n | 'yellow40'\n | 'yellow45'\n | 'yellow50'\n | 'yellow60'\n | 'yellow70'\n | 'yellow85'\n | 'yellow90'\n | 'yellow94'\n | 'yellow96'\n | 'yellow98'\n | 'black'\n | 'white'\n\nconst luminosities = [10, 15, 20, 30, 40, 45, 50, 60, 70, 85, 90, 94, 96, 98]\n\n// Palette Generation\n\nexport type ColorPaletteObject = { [key in Color]: string }\n\nfunction colorGenerator(color: string, hue: number, saturation: number) {\n const colorSet = {} as ColorPaletteObject\n const hueVariable = `var(--hue-${color}, ${hue})`\n const saturationVariable = `var(--saturation-${color}, ${saturation}%)`\n\n for (let luminosity of luminosities) {\n const key = `${color}${luminosity}` as Color\n const value = `var(--${key}, hsl(${hueVariable}, ${saturationVariable}, ${luminosity}%))`\n\n colorSet[key] = value\n }\n\n return colorSet\n}\n\nfunction paletteGenerator(): ColorPaletteObject {\n return {\n ...colorGenerator('blue', 218, 75),\n ...colorGenerator('cyan', 170, 65),\n ...colorGenerator('gray', 200, 8),\n ...colorGenerator('green', 125, 50),\n ...colorGenerator('magenta', 310, 60),\n ...colorGenerator('orange', 19, 100),\n ...colorGenerator('purple', 288, 43),\n ...colorGenerator('red', 360, 70),\n ...colorGenerator('yellow', 45, 85),\n black: 'black',\n white: 'white',\n }\n}\n\nexport const colors = paletteGenerator()\n"],"mappings":";;;;;;AAkIA,IAAMA,YAAY,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;;AAE7E;;AAIA,SAASC,cAAcA,CAACC,KAAa,EAAEC,GAAW,EAAEC,UAAkB,EAAE;EACtE,IAAMC,QAAQ,GAAG,CAAC,CAAuB;EACzC,IAAMC,WAAW,gBAAAC,MAAA,CAAgBL,KAAK,QAAAK,MAAA,CAAKJ,GAAG,MAAG;EACjD,IAAMK,kBAAkB,uBAAAD,MAAA,CAAuBL,KAAK,QAAAK,MAAA,CAAKH,UAAU,OAAI;EAEvE,SAAAK,EAAA,MAAAC,aAAA,GAAuBV,YAAY,EAAAS,EAAA,GAAAC,aAAA,CAAAC,MAAA,EAAAF,EAAA,IAAE;IAAhC,IAAIG,UAAU,GAAAF,aAAA,CAAAD,EAAA;IACjB,IAAMI,GAAG,MAAAN,MAAA,CAAML,KAAK,EAAAK,MAAA,CAAGK,UAAU,CAAW;IAC5C,IAAME,KAAK,YAAAP,MAAA,CAAYM,GAAG,YAAAN,MAAA,CAASD,WAAW,QAAAC,MAAA,CAAKC,kBAAkB,QAAAD,MAAA,CAAKK,UAAU,QAAK;IAEzFP,QAAQ,CAACQ,GAAG,CAAC,GAAGC,KAAK;EACvB;EAEA,OAAOT,QAAQ;AACjB;AAEA,SAASU,gBAAgBA,CAAA,EAAuB;EAC9C,OAAAC,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,CAAAA,aAAA,KACKf,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,CAAC,GAC/BA,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,CAAC,GAC/BA,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,GAC9BA,cAAc,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,CAAC,GAChCA,cAAc,CAAC,SAAS,EAAE,GAAG,EAAE,EAAE,CAAC,GAClCA,cAAc,CAAC,QAAQ,EAAE,EAAE,EAAE,GAAG,CAAC,GACjCA,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE,CAAC,GACjCA,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,GAC9BA,cAAc,CAAC,QAAQ,EAAE,EAAE,EAAE,EAAE,CAAC;IACnCgB,KAAK,EAAE,OAAO;IACdC,KAAK,EAAE;EAAO;AAElB;AAEA,OAAO,IAAMC,MAAM,GAAGJ,gBAAgB,CAAC,CAAC"}
|