@procore/core-react 12.15.0 → 12.16.1

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.
Files changed (244) hide show
  1. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  2. package/dist/Avatar/Avatar.styles.js +5 -5
  3. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  4. package/dist/Badge/Badge.styles.js +2 -2
  5. package/dist/Banner/Banner.styles.js +10 -10
  6. package/dist/Box/Box.styles.js +1 -1
  7. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  8. package/dist/Button/Button.styles.js +5 -5
  9. package/dist/Calendar/Calendar.styles.js +8 -8
  10. package/dist/Card/Card.styles.js +1 -1
  11. package/dist/Checkbox/Checkbox.styles.js +6 -6
  12. package/dist/Checkbox/CheckboxTooltip.js +1 -1
  13. package/dist/ContactItem/ContactItem.styles.js +5 -5
  14. package/dist/Content/Content.styles.js +2 -2
  15. package/dist/DateInput/DateInput.styles.js +6 -6
  16. package/dist/DetailPage/DetailPage.js +4 -12
  17. package/dist/DetailPage/DetailPage.js.map +1 -1
  18. package/dist/DetailPage/DetailPage.styles.js +7 -7
  19. package/dist/DetailPageTemplate/DetailPageTemplate.d.ts +2 -1
  20. package/dist/DetailPageTemplate/DetailPageTemplate.js +8 -3
  21. package/dist/DetailPageTemplate/DetailPageTemplate.js.map +1 -1
  22. package/dist/DetailPageTemplate/DetailPageTemplate.types.d.ts +2 -1
  23. package/dist/DetailPageTemplate/DetailPageTemplate.types.js.map +1 -1
  24. package/dist/Dropdown/Dropdown.styles.js +3 -3
  25. package/dist/DropdownFlyout/DropdownFlyout.js +6 -2
  26. package/dist/DropdownFlyout/DropdownFlyout.js.map +1 -1
  27. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  28. package/dist/Dropzone/Dropzone.js +1 -1
  29. package/dist/Dropzone/Dropzone.styles.js +9 -9
  30. package/dist/EmptyState/EmptyState.styles.js +6 -6
  31. package/dist/Field/Field.styles.js +3 -3
  32. package/dist/FileList/FileList.styles.js +4 -4
  33. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  34. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  35. package/dist/FileSelect/FileSelect.styles.js +2 -2
  36. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  37. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  38. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  39. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  40. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  41. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  42. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  43. package/dist/FileToken/FileToken.styles.js +4 -4
  44. package/dist/FilterToken/FilterToken.styles.js +2 -2
  45. package/dist/FlexList/FlexList.styles.js +1 -1
  46. package/dist/Form/Form.styles.js +14 -14
  47. package/dist/Form/StyledFormikForm.styles.js +2 -2
  48. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  49. package/dist/Grid/Grid.styles.js +2 -2
  50. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  51. package/dist/Input/Input.styles.js +1 -1
  52. package/dist/Link/Link.styles.js +1 -1
  53. package/dist/ListPage/ListPage.styles.js +8 -8
  54. package/dist/Loader/Loader.styles.js +4 -4
  55. package/dist/Loader/Loader.styles.js.map +1 -1
  56. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  57. package/dist/Modal/Modal.js +2 -2
  58. package/dist/Modal/Modal.js.map +1 -1
  59. package/dist/Modal/Modal.styles.js +14 -14
  60. package/dist/Modal/Modal.styles.js.map +1 -1
  61. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  62. package/dist/NextMenu/NextMenu.styles.js +3 -3
  63. package/dist/Notation/Notation.js +1 -1
  64. package/dist/NumberInput/NumberInput.styles.js +7 -7
  65. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  66. package/dist/PageFooterTemplate/PageFooterTemplate.styles.js +2 -2
  67. package/dist/PageFooterTemplate/PageFooterTemplate.styles.js.map +1 -1
  68. package/dist/PageHeaderTemplate/PageHeaderTemplate.js +72 -21
  69. package/dist/PageHeaderTemplate/PageHeaderTemplate.js.map +1 -1
  70. package/dist/PageHeaderTemplate/PageHeaderTemplate.styles.d.ts +2 -0
  71. package/dist/PageHeaderTemplate/PageHeaderTemplate.styles.js +12 -2
  72. package/dist/PageHeaderTemplate/PageHeaderTemplate.styles.js.map +1 -1
  73. package/dist/PageHeaderTemplate/PageHeaderTemplate.utils.d.ts +11 -0
  74. package/dist/PageHeaderTemplate/PageHeaderTemplate.utils.js +88 -0
  75. package/dist/PageHeaderTemplate/PageHeaderTemplate.utils.js.map +1 -0
  76. package/dist/PageLayout/PageLayout.js +22 -7
  77. package/dist/PageLayout/PageLayout.js.map +1 -1
  78. package/dist/PageLayout/PageLayout.styles.d.ts +0 -1
  79. package/dist/PageLayout/PageLayout.styles.js +23 -26
  80. package/dist/PageLayout/PageLayout.styles.js.map +1 -1
  81. package/dist/PageLayout/PageLayout.types.d.ts +5 -4
  82. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  83. package/dist/PageLayout/PageLayout.utils.d.ts +5 -1
  84. package/dist/PageLayout/PageLayout.utils.js +8 -4
  85. package/dist/PageLayout/PageLayout.utils.js.map +1 -1
  86. package/dist/PageTemplate/PageTemplate.js +25 -4
  87. package/dist/PageTemplate/PageTemplate.js.map +1 -1
  88. package/dist/PageTemplate/PageTemplate.styles.d.ts +23 -0
  89. package/dist/PageTemplate/PageTemplate.styles.js +31 -0
  90. package/dist/PageTemplate/PageTemplate.styles.js.map +1 -0
  91. package/dist/PageTemplate/PageTemplate.types.d.ts +7 -0
  92. package/dist/PageTemplate/PageTemplate.types.js.map +1 -1
  93. package/dist/PageTemplate/PageTemplateCard.d.ts +7 -0
  94. package/dist/PageTemplate/PageTemplateCard.js +35 -0
  95. package/dist/PageTemplate/PageTemplateCard.js.map +1 -0
  96. package/dist/Pagination/Pagination.styles.js +5 -5
  97. package/dist/Panel/Panel.d.ts +1 -0
  98. package/dist/Panel/Panel.js.map +1 -1
  99. package/dist/Panel/Panel.styles.js +11 -11
  100. package/dist/Pill/Pill.styles.js +2 -2
  101. package/dist/PillSelect/PillSelect.styles.js +4 -4
  102. package/dist/Popover/Popover.styles.js +2 -2
  103. package/dist/Portal/Portal.styles.js +1 -1
  104. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  105. package/dist/RadioButton/RadioButton.styles.js +3 -3
  106. package/dist/Required/Required.styles.js +3 -3
  107. package/dist/Search/Search.styles.js +5 -5
  108. package/dist/Section/Section.styles.js +7 -7
  109. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  110. package/dist/Select/Select.styles.js +9 -8
  111. package/dist/Select/Select.styles.js.map +1 -1
  112. package/dist/Semantic/Semantic.styles.js +9 -9
  113. package/dist/SettingsPageTemplate/SettingsPageTemplate.d.ts +2 -1
  114. package/dist/SettingsPageTemplate/SettingsPageTemplate.js +6 -3
  115. package/dist/SettingsPageTemplate/SettingsPageTemplate.js.map +1 -1
  116. package/dist/SettingsPageTemplate/SettingsPageTemplate.types.d.ts +2 -1
  117. package/dist/SettingsPageTemplate/SettingsPageTemplate.types.js.map +1 -1
  118. package/dist/Slider/Slider.styles.js +5 -5
  119. package/dist/Spinner/Spinner.styles.js +7 -7
  120. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  121. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  122. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  123. package/dist/Switch/Switch.styles.js +4 -4
  124. package/dist/Table/Table.styles.js +28 -28
  125. package/dist/TableShelf/TableShelf.styles.js +5 -5
  126. package/dist/Tabs/Tabs.styles.js +15 -15
  127. package/dist/Tearsheet/Tearsheet.js +2 -2
  128. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  129. package/dist/Tearsheet/Tearsheet.styles.js +7 -7
  130. package/dist/Tearsheet/Tearsheet.styles.js.map +1 -1
  131. package/dist/TextArea/TextArea.styles.js +1 -1
  132. package/dist/TextEditor/TextEditor.js +30 -2
  133. package/dist/TextEditor/TextEditor.js.map +1 -1
  134. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  135. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  136. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  137. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  138. package/dist/Tile/Tile.styles.js +8 -8
  139. package/dist/Title/Title.styles.js +7 -7
  140. package/dist/Toast/Toast.styles.js +3 -3
  141. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  142. package/dist/Token/Token.styles.js +3 -3
  143. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  144. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  145. package/dist/Tooltip/Tooltip.styles.js +2 -2
  146. package/dist/Tree/Tree.styles.js +9 -9
  147. package/dist/Typeahead/Typeahead.styles.js +3 -3
  148. package/dist/Typography/Typography.styles.js +1 -1
  149. package/dist/Typography/Typography.table.story.js +2 -2
  150. package/dist/_hooks/FocusScopeOverride.d.ts +20 -0
  151. package/dist/_hooks/FocusScopeOverride.js +41 -0
  152. package/dist/_hooks/FocusScopeOverride.js.map +1 -0
  153. package/dist/_hooks/useCurrentMedia.d.ts +36 -0
  154. package/dist/_hooks/useCurrentMedia.js +73 -0
  155. package/dist/_hooks/useCurrentMedia.js.map +1 -0
  156. package/dist/_hooks/useMediaLessThan.d.ts +2 -0
  157. package/dist/_hooks/useMediaLessThan.js +25 -0
  158. package/dist/_hooks/useMediaLessThan.js.map +1 -0
  159. package/dist/_locales/en-AU.json +56 -56
  160. package/dist/_locales/en-CA.json +56 -56
  161. package/dist/_locales/en-GB.json +55 -55
  162. package/dist/_locales/es.json +2 -2
  163. package/dist/_locales/ja-JP.json +5 -5
  164. package/dist/_locales/pt-BR.json +1 -1
  165. package/dist/_locales/th-TH.json +1 -1
  166. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  167. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  168. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  169. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  170. package/dist/_typedoc/Box/Box.types.json +68 -68
  171. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  172. package/dist/_typedoc/Button/Button.types.json +12 -12
  173. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  174. package/dist/_typedoc/Card/Card.types.json +6 -6
  175. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  176. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  177. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  178. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  179. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  180. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  181. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  182. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  183. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  184. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  185. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  186. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  187. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  188. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  189. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  190. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  191. package/dist/_typedoc/Form/Form.types.json +741 -741
  192. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  193. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  194. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  195. package/dist/_typedoc/Input/Input.types.json +2 -2
  196. package/dist/_typedoc/Link/Link.types.json +4 -4
  197. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  198. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  199. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  200. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  201. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  202. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  203. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  204. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
  205. package/dist/_typedoc/PageLayout/PageLayout.types.json +41 -31
  206. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  207. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  208. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  209. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  210. package/dist/_typedoc/Popover/Popover.types.json +14 -14
  211. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  212. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  213. package/dist/_typedoc/Required/Required.types.json +5 -5
  214. package/dist/_typedoc/Search/Search.types.json +18 -18
  215. package/dist/_typedoc/Section/Section.types.json +15 -15
  216. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  217. package/dist/_typedoc/Select/Select.types.json +60 -60
  218. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  219. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  220. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  221. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +12 -12
  222. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  223. package/dist/_typedoc/Table/Table.types.json +101 -101
  224. package/dist/_typedoc/Tabs/Tabs.types.json +19 -19
  225. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +16 -16
  226. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  227. package/dist/_typedoc/TextEditor/TextEditor.types.json +9 -9
  228. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  229. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  230. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  231. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  232. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  233. package/dist/_typedoc/Title/Title.types.json +1 -1
  234. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  235. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  236. package/dist/_typedoc/Token/Token.types.json +4 -4
  237. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  238. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  239. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  240. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  241. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  242. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  243. package/dist/_typedoc/_utils/types.json +3 -3
  244. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Dismiss Alert"
4
+ "dismissAlert" : "Dismiss alert"
5
5
  },
6
6
  "breadcrumbs" : {
7
7
  "label" : "Breadcrumb"
@@ -16,15 +16,15 @@
16
16
  "forms" : "Forms",
17
17
  "photos" : "Photos",
18
18
  "selectAlbum" : "Select album",
19
- "selectAnAlbum" : "Select an Album",
19
+ "selectAnAlbum" : "Select an album",
20
20
  "selectArea" : "Select area",
21
- "selectAnArea" : "Select an Area",
21
+ "selectAnArea" : "Select an area",
22
22
  "selectDiscipline" : "Select discipline",
23
- "selectADiscipline" : "Select a Discipline",
23
+ "selectADiscipline" : "Select a discipline",
24
24
  "selectSet" : "Select set",
25
- "selectASet" : "Select a Set",
25
+ "selectASet" : "Select a set",
26
26
  "selectTemplate" : "Select template",
27
- "selectATemplate" : "Select a Template"
27
+ "selectATemplate" : "Select a template"
28
28
  },
29
29
  "emails" : {
30
30
  "emailSendErrorTitle" : "Sorry, we couldn't send this message.",
@@ -33,14 +33,14 @@
33
33
  "emailContentDisclaimer" : "Note: The general information about “{{title}}” will be included in the body of this email.",
34
34
  "recipientSelectPlaceholder" : "Type to search people",
35
35
  "emailRecipientRequiredError" : "Enter recipient to send.",
36
- "emailSubjectRequiredError" : "Enter Subject to send.",
37
- "goToAllEmails" : "All Emails",
36
+ "emailSubjectRequiredError" : "Enter subject to send.",
37
+ "goToAllEmails" : "All emails",
38
38
  "sendEmail" : "Send",
39
- "replyAll" : "Reply All",
40
- "downloadAll" : "Download All",
39
+ "replyAll" : "Reply all",
40
+ "downloadAll" : "Download all",
41
41
  "showAll" : "Show all",
42
42
  "showLess" : "Show less",
43
- "composeEmailPageTitle" : "Compose New Email",
43
+ "composeEmailPageTitle" : "Compose new email",
44
44
  "emailSentMessage" : "The email was successfully sent.",
45
45
  "from" : "From",
46
46
  "to" : "To",
@@ -51,9 +51,9 @@
51
51
  "privateEmailDisclaimer" : "Private emails are only shown to recipients and the sender of the email.",
52
52
  "privateLabel" : "Private",
53
53
  "settingsLink" : "Settings",
54
- "composeNewEmail" : "Compose Email",
54
+ "composeNewEmail" : "Compose email",
55
55
  "startNewCommunication" : "To initiate a new communication thread associated with this item, send an email to",
56
- "emptyStateTitle" : "Send an Email to Get Started",
56
+ "emptyStateTitle" : "Send an email to get started",
57
57
  "emptyStateDescription" : "When you and your team send emails about this item, you can reference them here.",
58
58
  "reply" : "Reply",
59
59
  "cancel" : "Cancel",
@@ -63,43 +63,43 @@
63
63
  "distributionSelect" : {
64
64
  "noCompany" : "No company",
65
65
  "peopleCount" : "{{count}} people",
66
- "distributionGroups" : "Distribution Groups",
66
+ "distributionGroups" : "Distribution groups",
67
67
  "people" : "People"
68
68
  },
69
69
  "relatedItems" : {
70
70
  "cancel" : "Cancel",
71
71
  "close" : "Close",
72
72
  "date" : "Date",
73
- "itemType" : "Item Type",
73
+ "itemType" : "Item type",
74
74
  "itemTypeGroupLabel" : {
75
75
  "dailyLog" : "Site Diary",
76
- "prostoreFile" : "Attach Files"
76
+ "prostoreFile" : "Attach files"
77
77
  },
78
- "itemName" : "Item Name",
78
+ "itemName" : "Item name",
79
79
  "loading" : "Loading",
80
80
  "notes" : "Notes",
81
81
  "notesPlaceholder" : "Optional explanation of why this item is related",
82
- "newItem" : "Link Related Item",
82
+ "newItem" : "Link related item",
83
83
  "noRelatedItems" : {
84
- "title" : "Link Related Items to Get Started",
84
+ "title" : "Link related items to get started",
85
85
  "description" : "Linking items to this {{itemName}} makes it easier for you and your team to find relevant information throughout Procore."
86
86
  },
87
87
  "noItems" : {
88
- "title" : "There Are No Items to Display",
88
+ "title" : "There are no items to display",
89
89
  "description" : "Create items in your project to add them as related items here."
90
90
  },
91
91
  "noResultsSearchQuery" : {
92
- "title" : "No Items Match Your Search",
92
+ "title" : "No items match your search",
93
93
  "description" : "Check your spelling and filter options, or search for a different keyword."
94
94
  },
95
95
  "noResultsServerError" : {
96
- "title" : "Something Went Wrong",
96
+ "title" : "Something went wrong",
97
97
  "description" : "Please check your internet connection and try again.",
98
- "action" : "Try Again"
98
+ "action" : "Try again"
99
99
  },
100
- "panelTitle" : "Link Related Item",
100
+ "panelTitle" : "Link related item",
101
101
  "search" : "Search",
102
- "searchItemType" : "Search Item Type",
102
+ "searchItemType" : "Search item type",
103
103
  "submit" : "Link",
104
104
  "toast" : {
105
105
  "itemAdded" : "The related item was successfully linked.",
@@ -120,26 +120,26 @@
120
120
  "emptyState" : {
121
121
  "noFilteredResults" : {
122
122
  "description" : "Check your spelling and filter options, or search for a different keyword.",
123
- "title" : "No Items Match Your Search"
123
+ "title" : "No items match your search"
124
124
  }
125
125
  },
126
126
  "exporting" : "Exporting...",
127
127
  "filters" : {
128
128
  "filters" : "Filters",
129
- "moreFilters" : "More Filters",
130
- "clearAllFilters" : "Clear All Filters"
129
+ "moreFilters" : "More filters",
130
+ "clearAllFilters" : "Clear all filters"
131
131
  },
132
- "grandTotals" : "Grand Totals",
132
+ "grandTotals" : "Grand totals",
133
133
  "search" : "Search",
134
134
  "subtotals" : "Subtotals",
135
135
  "tableSettings" : {
136
- "configureColumns" : "Configure Columns",
137
- "resetToDefault" : "Reset To Default",
138
- "rowHeight" : "Row Height",
136
+ "configureColumns" : "Configure columns",
137
+ "resetToDefault" : "Reset to default",
138
+ "rowHeight" : "Row height",
139
139
  "small" : "Small",
140
140
  "medium" : "Medium",
141
141
  "large" : "Large",
142
- "tableSettings" : "Table Settings"
142
+ "tableSettings" : "Table settings"
143
143
  }
144
144
  },
145
145
  "dateInput" : {
@@ -168,15 +168,15 @@
168
168
  },
169
169
  "dropdown" : {
170
170
  "search" : "Search",
171
- "moreOptions" : "More Options",
171
+ "moreOptions" : "More options",
172
172
  "loading" : "Loading"
173
173
  },
174
174
  "dropzone" : {
175
175
  "uploadFiles" : {
176
- "one" : "Upload File",
177
- "other" : "Upload Files"
176
+ "one" : "Upload file",
177
+ "other" : "Upload files"
178
178
  },
179
- "dragAndDrop" : "or Drag & Drop",
179
+ "dragAndDrop" : "or drag & drop",
180
180
  "incorrectFileTypeMessage" : {
181
181
  "one" : "Sorry - that file type is not allowed.",
182
182
  "other" : "Sorry, some of those file types are not allowed."
@@ -186,9 +186,9 @@
186
186
  "one" : "Sorry, only {{count}} file can be attached.",
187
187
  "other" : "Sorry, only {{count}} files can be attached."
188
188
  },
189
- "hideDetails" : "Hide Details",
190
- "showDetails" : "Show Details",
191
- "errorTitle" : "We Couldn't Upload Some of Your Files",
189
+ "hideDetails" : "Hide details",
190
+ "showDetails" : "Show details",
191
+ "errorTitle" : "We couldn't upload some of your files",
192
192
  "oneFileAtATimeError" : "Sorry, you can only attach one file at a time.",
193
193
  "multipleErrorsMessage" : "Sorry, some of your items could not be uploaded due to multiple errors.",
194
194
  "maxFileSizeErrorGroup" : "Max file size ({{sizeInMegabytes}}mb) exceeded",
@@ -200,8 +200,8 @@
200
200
  "standaloneMinFileSizeError" : "Sorry, we couldn't upload your files because one or multiple files doesn't meet the minimum file size of {{sizeInMegabytes}}mb.",
201
201
  "standaloneMaxFileSizeError" : "Sorry, we couldn't upload your files because one or multiple files doesn't meet the maximum file size of {{sizeInMegabytes}}mb.",
202
202
  "uploadTotalProgress" : {
203
- "withFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
204
- "withoutFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
203
+ "withFailed" : "Total progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
204
+ "withoutFailed" : "Total progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
205
205
  }
206
206
  },
207
207
  "modal" : {
@@ -212,7 +212,7 @@
212
212
  },
213
213
  "multiSelect" : {
214
214
  "clearAll" : "Delete field",
215
- "selectValues" : "Select Values",
215
+ "selectValues" : "Select values",
216
216
  "noResults" : "No results"
217
217
  },
218
218
  "tearsheet" : {
@@ -222,8 +222,8 @@
222
222
  },
223
223
  "fileAttacher" : {
224
224
  "attachFiles" : {
225
- "one" : "Attach File",
226
- "other" : "Attach Files"
225
+ "one" : "Attach file",
226
+ "other" : "Attach files"
227
227
  }
228
228
  },
229
229
  "fileToken" : {
@@ -249,13 +249,13 @@
249
249
  "cancelAction" : "Cancel",
250
250
  "attachAction" : "Attach",
251
251
  "maxNumberOfFilesSelected" : "Maximum number of files selected",
252
- "modalTitle" : "Attach Files",
252
+ "modalTitle" : "Attach files",
253
253
  "filesPendingUpload" : "One or more files have not finished uploading.",
254
254
  "noSelectedItems" : "Please select a file.",
255
255
  "emptySearchResults" : "No results found",
256
256
  "noItems" : "No items",
257
257
  "searchPlaceholder" : "Search",
258
- "uploadFailed" : "Upload Failed",
258
+ "uploadFailed" : "Upload failed",
259
259
  "supportedFileTypes" : "Supported file types"
260
260
  },
261
261
  "form" : {
@@ -275,7 +275,7 @@
275
275
  "fixErrorsToUpdate" : "Please fix the errors below and try updating again."
276
276
  },
277
277
  "field" : {
278
- "tooltipHelp" : "More Information"
278
+ "tooltipHelp" : "More information"
279
279
  }
280
280
  },
281
281
  "menu" : {
@@ -317,15 +317,15 @@
317
317
  }
318
318
  },
319
319
  "fileList" : {
320
- "downloadAll" : "Download All",
320
+ "downloadAll" : "Download all",
321
321
  "download" : "Download",
322
- "noPreview" : "No Preview Available"
322
+ "noPreview" : "No preview available"
323
323
  },
324
324
  "tieredSelect" : {
325
325
  "emptyMessage" : "No locations.",
326
326
  "goToTier" : "Go to sub menu",
327
327
  "placeholder" : "Select an item",
328
- "quickCreateActionLabel" : "Create New Location",
328
+ "quickCreateActionLabel" : "Create new location",
329
329
  "quickCreateCancelLabel" : "Cancel",
330
330
  "quickCreateCreateLabel" : "Create",
331
331
  "quickCreatePlaceholder" : "Add location",
@@ -334,7 +334,7 @@
334
334
  "spinnerLabel" : "Loading"
335
335
  },
336
336
  "tieredDropdown" : {
337
- "emptyMessage" : "No Items.",
337
+ "emptyMessage" : "No items.",
338
338
  "searchEmptyMessage" : "No results.",
339
339
  "searchPlaceholder" : "Search",
340
340
  "spinnerLabel" : "Loading"
@@ -343,18 +343,18 @@
343
343
  "remove" : "Remove selection"
344
344
  },
345
345
  "toolHeader" : {
346
- "settingsAction" : "Configure Settings"
346
+ "settingsAction" : "Configure settings"
347
347
  },
348
348
  "fileSelect" : {
349
- "localFilesSource" : "My Computer",
350
- "uploadFailed" : "Upload Failed",
349
+ "localFilesSource" : "My computer",
350
+ "uploadFailed" : "Upload failed",
351
351
  "maxNumberOfFilesSelected" : "Maximum number of files selected"
352
352
  },
353
353
  "required" : {
354
354
  "requiredFields" : "Required fields"
355
355
  },
356
356
  "avatarStack" : {
357
- "viewAll" : "View All",
357
+ "viewAll" : "View all",
358
358
  "close" : "Close"
359
359
  },
360
360
  "panel" : {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Dismiss Alert"
4
+ "dismissAlert" : "Dismiss alert"
5
5
  },
6
6
  "breadcrumbs" : {
7
7
  "label" : "Breadcrumb"
@@ -16,15 +16,15 @@
16
16
  "forms" : "Forms",
17
17
  "photos" : "Photos",
18
18
  "selectAlbum" : "Select album",
19
- "selectAnAlbum" : "Select an Album",
19
+ "selectAnAlbum" : "Select an album",
20
20
  "selectArea" : "Select area",
21
- "selectAnArea" : "Select an Area",
21
+ "selectAnArea" : "Select an area",
22
22
  "selectDiscipline" : "Select discipline",
23
- "selectADiscipline" : "Select a Discipline",
23
+ "selectADiscipline" : "Select a discipline",
24
24
  "selectSet" : "Select set",
25
- "selectASet" : "Select a Set",
25
+ "selectASet" : "Select a set",
26
26
  "selectTemplate" : "Select template",
27
- "selectATemplate" : "Select a Template"
27
+ "selectATemplate" : "Select a template"
28
28
  },
29
29
  "emails" : {
30
30
  "emailSendErrorTitle" : "Sorry, we couldn't send this message.",
@@ -33,14 +33,14 @@
33
33
  "emailContentDisclaimer" : "Note: The general information about “{{title}}” will be included in the body of this email.",
34
34
  "recipientSelectPlaceholder" : "Type to search people",
35
35
  "emailRecipientRequiredError" : "Enter recipient to send.",
36
- "emailSubjectRequiredError" : "Enter Subject to send.",
37
- "goToAllEmails" : "All Emails",
36
+ "emailSubjectRequiredError" : "Enter subject to send.",
37
+ "goToAllEmails" : "All emails",
38
38
  "sendEmail" : "Send",
39
- "replyAll" : "Reply All",
40
- "downloadAll" : "Download All",
39
+ "replyAll" : "Reply all",
40
+ "downloadAll" : "Download all",
41
41
  "showAll" : "Show all",
42
42
  "showLess" : "Show less",
43
- "composeEmailPageTitle" : "Compose New Email",
43
+ "composeEmailPageTitle" : "Compose new email",
44
44
  "emailSentMessage" : "The email was successfully sent.",
45
45
  "from" : "From",
46
46
  "to" : "To",
@@ -51,9 +51,9 @@
51
51
  "privateEmailDisclaimer" : "Private emails are only shown to recipients and the sender of the email.",
52
52
  "privateLabel" : "Private",
53
53
  "settingsLink" : "Settings",
54
- "composeNewEmail" : "Compose Email",
54
+ "composeNewEmail" : "Compose email",
55
55
  "startNewCommunication" : "To initiate a new communication thread associated with this item, send an email to",
56
- "emptyStateTitle" : "Send an Email to Get Started",
56
+ "emptyStateTitle" : "Send an email to get started",
57
57
  "emptyStateDescription" : "When you and your team send emails about this item, you can reference them here.",
58
58
  "reply" : "Reply",
59
59
  "cancel" : "Cancel",
@@ -63,43 +63,43 @@
63
63
  "distributionSelect" : {
64
64
  "noCompany" : "No company",
65
65
  "peopleCount" : "{{count}} people",
66
- "distributionGroups" : "Distribution Groups",
66
+ "distributionGroups" : "Distribution groups",
67
67
  "people" : "People"
68
68
  },
69
69
  "relatedItems" : {
70
70
  "cancel" : "Cancel",
71
71
  "close" : "Close",
72
72
  "date" : "Date",
73
- "itemType" : "Item Type",
73
+ "itemType" : "Item type",
74
74
  "itemTypeGroupLabel" : {
75
75
  "dailyLog" : "Daily Log",
76
- "prostoreFile" : "Attach Files"
76
+ "prostoreFile" : "Attach files"
77
77
  },
78
- "itemName" : "Item Name",
78
+ "itemName" : "Item name",
79
79
  "loading" : "Loading",
80
80
  "notes" : "Notes",
81
81
  "notesPlaceholder" : "Optional explanation of why this item is related",
82
- "newItem" : "Link Related Item",
82
+ "newItem" : "Link related item",
83
83
  "noRelatedItems" : {
84
- "title" : "Link Related Items to Get Started",
84
+ "title" : "Link related items to get started",
85
85
  "description" : "Linking items to this {{itemName}} makes it easier for you and your team to find relevant information throughout Procore."
86
86
  },
87
87
  "noItems" : {
88
- "title" : "There Are No Items to Display",
88
+ "title" : "There are no items to display",
89
89
  "description" : "Create items in your project to add them as related items here."
90
90
  },
91
91
  "noResultsSearchQuery" : {
92
- "title" : "No Items Match Your Search",
92
+ "title" : "No items match your search",
93
93
  "description" : "Check your spelling and filter options, or search for a different keyword."
94
94
  },
95
95
  "noResultsServerError" : {
96
- "title" : "Something Went Wrong",
96
+ "title" : "Something went wrong",
97
97
  "description" : "Please check your internet connection and try again.",
98
- "action" : "Try Again"
98
+ "action" : "Try again"
99
99
  },
100
- "panelTitle" : "Link Related Item",
100
+ "panelTitle" : "Link related item",
101
101
  "search" : "Search",
102
- "searchItemType" : "Search Item Type",
102
+ "searchItemType" : "Search item type",
103
103
  "submit" : "Link",
104
104
  "toast" : {
105
105
  "itemAdded" : "The related item was successfully linked.",
@@ -120,26 +120,26 @@
120
120
  "emptyState" : {
121
121
  "noFilteredResults" : {
122
122
  "description" : "Check your spelling and filter options, or search for a different keyword.",
123
- "title" : "No Items Match Your Search"
123
+ "title" : "No items match your search"
124
124
  }
125
125
  },
126
126
  "exporting" : "Exporting...",
127
127
  "filters" : {
128
128
  "filters" : "Filters",
129
- "moreFilters" : "More Filters",
130
- "clearAllFilters" : "Clear All Filters"
129
+ "moreFilters" : "More filters",
130
+ "clearAllFilters" : "Clear all filters"
131
131
  },
132
- "grandTotals" : "Grand Totals",
132
+ "grandTotals" : "Grand totals",
133
133
  "search" : "Search",
134
134
  "subtotals" : "Subtotals",
135
135
  "tableSettings" : {
136
- "configureColumns" : "Configure Columns",
137
- "resetToDefault" : "Reset To Default",
138
- "rowHeight" : "Row Height",
136
+ "configureColumns" : "Configure columns",
137
+ "resetToDefault" : "Reset to default",
138
+ "rowHeight" : "Row height",
139
139
  "small" : "Small",
140
140
  "medium" : "Medium",
141
141
  "large" : "Large",
142
- "tableSettings" : "Table Settings"
142
+ "tableSettings" : "Table settings"
143
143
  }
144
144
  },
145
145
  "dateInput" : {
@@ -168,15 +168,15 @@
168
168
  },
169
169
  "dropdown" : {
170
170
  "search" : "Search",
171
- "moreOptions" : "More Options",
171
+ "moreOptions" : "More options",
172
172
  "loading" : "Loading"
173
173
  },
174
174
  "dropzone" : {
175
175
  "uploadFiles" : {
176
- "one" : "Upload File",
177
- "other" : "Upload Files"
176
+ "one" : "Upload file",
177
+ "other" : "Upload files"
178
178
  },
179
- "dragAndDrop" : "or Drag & Drop",
179
+ "dragAndDrop" : "or drag & drop",
180
180
  "incorrectFileTypeMessage" : {
181
181
  "one" : "Sorry - that file type is not allowed.",
182
182
  "other" : "Sorry, some of those file types are not allowed."
@@ -186,9 +186,9 @@
186
186
  "one" : "Sorry, only {{count}} file can be attached.",
187
187
  "other" : "Sorry, only {{count}} files can be attached."
188
188
  },
189
- "hideDetails" : "Hide Details",
190
- "showDetails" : "Show Details",
191
- "errorTitle" : "We Couldn't Upload Some of Your Files",
189
+ "hideDetails" : "Hide details",
190
+ "showDetails" : "Show details",
191
+ "errorTitle" : "We couldn't upload some of your files",
192
192
  "oneFileAtATimeError" : "Sorry, you can only attach one file at a time.",
193
193
  "multipleErrorsMessage" : "Sorry, some of your items could not be uploaded due to multiple errors.",
194
194
  "maxFileSizeErrorGroup" : "Max file size ({{sizeInMegabytes}}mb) exceeded",
@@ -200,8 +200,8 @@
200
200
  "standaloneMinFileSizeError" : "Sorry, we couldn't upload your files because one or multiple files doesn't meet the minimum file size of {{sizeInMegabytes}}mb.",
201
201
  "standaloneMaxFileSizeError" : "Sorry, we couldn't upload your files because one or multiple files doesn't meet the maximum file size of {{sizeInMegabytes}}mb.",
202
202
  "uploadTotalProgress" : {
203
- "withFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
204
- "withoutFailed" : "Total Progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
203
+ "withFailed" : "Total progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}. Failed {{failed}}.",
204
+ "withoutFailed" : "Total progress: {{totalProgress}}%. Uploaded {{uploaded}} of {{total}}."
205
205
  }
206
206
  },
207
207
  "modal" : {
@@ -212,7 +212,7 @@
212
212
  },
213
213
  "multiSelect" : {
214
214
  "clearAll" : "Delete field",
215
- "selectValues" : "Select Values",
215
+ "selectValues" : "Select values",
216
216
  "noResults" : "No results"
217
217
  },
218
218
  "tearsheet" : {
@@ -222,8 +222,8 @@
222
222
  },
223
223
  "fileAttacher" : {
224
224
  "attachFiles" : {
225
- "one" : "Attach File",
226
- "other" : "Attach Files"
225
+ "one" : "Attach file",
226
+ "other" : "Attach files"
227
227
  }
228
228
  },
229
229
  "fileToken" : {
@@ -249,13 +249,13 @@
249
249
  "cancelAction" : "Cancel",
250
250
  "attachAction" : "Attach",
251
251
  "maxNumberOfFilesSelected" : "Maximum number of files selected",
252
- "modalTitle" : "Attach Files",
252
+ "modalTitle" : "Attach files",
253
253
  "filesPendingUpload" : "One or more files have not finished uploading.",
254
254
  "noSelectedItems" : "Please select a file.",
255
255
  "emptySearchResults" : "No results found",
256
256
  "noItems" : "No items",
257
257
  "searchPlaceholder" : "Search",
258
- "uploadFailed" : "Upload Failed",
258
+ "uploadFailed" : "Upload failed",
259
259
  "supportedFileTypes" : "Supported file types"
260
260
  },
261
261
  "form" : {
@@ -275,7 +275,7 @@
275
275
  "fixErrorsToUpdate" : "Please fix the errors below, and try updating again."
276
276
  },
277
277
  "field" : {
278
- "tooltipHelp" : "More Information"
278
+ "tooltipHelp" : "More information"
279
279
  }
280
280
  },
281
281
  "menu" : {
@@ -317,15 +317,15 @@
317
317
  }
318
318
  },
319
319
  "fileList" : {
320
- "downloadAll" : "Download All",
320
+ "downloadAll" : "Download all",
321
321
  "download" : "Download",
322
- "noPreview" : "No Preview Available"
322
+ "noPreview" : "No preview available"
323
323
  },
324
324
  "tieredSelect" : {
325
325
  "emptyMessage" : "No locations.",
326
326
  "goToTier" : "Go to sub menu",
327
327
  "placeholder" : "Select an item",
328
- "quickCreateActionLabel" : "Create New Location",
328
+ "quickCreateActionLabel" : "Create new location",
329
329
  "quickCreateCancelLabel" : "Cancel",
330
330
  "quickCreateCreateLabel" : "Create",
331
331
  "quickCreatePlaceholder" : "Add location",
@@ -334,7 +334,7 @@
334
334
  "spinnerLabel" : "Loading"
335
335
  },
336
336
  "tieredDropdown" : {
337
- "emptyMessage" : "No Items.",
337
+ "emptyMessage" : "No items.",
338
338
  "searchEmptyMessage" : "No results.",
339
339
  "searchPlaceholder" : "Search",
340
340
  "spinnerLabel" : "Loading"
@@ -343,18 +343,18 @@
343
343
  "remove" : "Remove selection"
344
344
  },
345
345
  "toolHeader" : {
346
- "settingsAction" : "Configure Settings"
346
+ "settingsAction" : "Configure settings"
347
347
  },
348
348
  "fileSelect" : {
349
- "localFilesSource" : "My Computer",
350
- "uploadFailed" : "Upload Failed",
349
+ "localFilesSource" : "My computer",
350
+ "uploadFailed" : "Upload failed",
351
351
  "maxNumberOfFilesSelected" : "Maximum number of files selected"
352
352
  },
353
353
  "required" : {
354
354
  "requiredFields" : "Required fields"
355
355
  },
356
356
  "avatarStack" : {
357
- "viewAll" : "View All",
357
+ "viewAll" : "View all",
358
358
  "close" : "Close"
359
359
  },
360
360
  "panel" : {