@procore/core-react 12.38.0 → 12.40.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.
Files changed (315) hide show
  1. package/.jest/testShims.js +6 -0
  2. package/CHANGELOG.md +55 -0
  3. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  4. package/dist/Avatar/Avatar.styles.js +6 -6
  5. package/dist/Avatar/Avatar.styles.js.map +1 -1
  6. package/dist/AvatarStack/AvatarStack.js +65 -25
  7. package/dist/AvatarStack/AvatarStack.js.map +1 -1
  8. package/dist/AvatarStack/AvatarStack.styles.js +8 -8
  9. package/dist/AvatarStack/AvatarStack.styles.js.map +1 -1
  10. package/dist/AvatarStack/useAvatarPopover.d.ts +14 -0
  11. package/dist/AvatarStack/useAvatarPopover.js +57 -0
  12. package/dist/AvatarStack/useAvatarPopover.js.map +1 -0
  13. package/dist/AvatarStack/useAvatarPopover.types.d.ts +4 -0
  14. package/dist/AvatarStack/useAvatarPopover.types.js +2 -0
  15. package/dist/AvatarStack/useAvatarPopover.types.js.map +1 -0
  16. package/dist/Badge/Badge.styles.js +2 -2
  17. package/dist/BadgePill/BadgePill.styles.js +4 -4
  18. package/dist/Banner/Banner.styles.js +10 -10
  19. package/dist/Box/Box.styles.js +1 -1
  20. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  21. package/dist/Button/Button.styles.js +5 -5
  22. package/dist/Calendar/Calendar.styles.js +9 -9
  23. package/dist/Card/Card.styles.js +1 -1
  24. package/dist/Checkbox/Checkbox.d.ts +0 -1
  25. package/dist/Checkbox/Checkbox.js +5 -6
  26. package/dist/Checkbox/Checkbox.js.map +1 -1
  27. package/dist/Checkbox/Checkbox.styles.js +6 -6
  28. package/dist/ContactItem/ContactItem.styles.js +5 -5
  29. package/dist/Content/Content.styles.js +2 -2
  30. package/dist/DateInput/DateInput.js +12 -2
  31. package/dist/DateInput/DateInput.js.map +1 -1
  32. package/dist/DateInput/DateInput.styles.js +6 -6
  33. package/dist/DateSelect/DateSelect.types.d.ts +1 -1
  34. package/dist/DateSelect/DateSelect.types.js.map +1 -1
  35. package/dist/DetailPage/DetailPage.styles.js +7 -7
  36. package/dist/Dropdown/Dropdown.styles.js +3 -3
  37. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  38. package/dist/Dropzone/Dropzone.js +1 -1
  39. package/dist/Dropzone/Dropzone.styles.js +9 -9
  40. package/dist/EmptyState/EmptyState.styles.js +6 -6
  41. package/dist/Field/Field.styles.js +3 -3
  42. package/dist/FileList/FileList.js +3 -7
  43. package/dist/FileList/FileList.js.map +1 -1
  44. package/dist/FileList/FileList.styles.d.ts +0 -1
  45. package/dist/FileList/FileList.styles.js +3 -7
  46. package/dist/FileList/FileList.styles.js.map +1 -1
  47. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  48. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  49. package/dist/FileSelect/FileSelect.styles.js +2 -2
  50. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  51. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +3 -3
  52. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js.map +1 -1
  53. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  54. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  55. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  56. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  57. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  58. package/dist/FileToken/FileToken.js +6 -11
  59. package/dist/FileToken/FileToken.js.map +1 -1
  60. package/dist/FileToken/FileToken.styles.d.ts +2 -0
  61. package/dist/FileToken/FileToken.styles.js +14 -4
  62. package/dist/FileToken/FileToken.styles.js.map +1 -1
  63. package/dist/FilterToken/FilterToken.styles.js +5 -5
  64. package/dist/FlexList/FlexList.styles.js +1 -1
  65. package/dist/Form/Form.js +74 -58
  66. package/dist/Form/Form.js.map +1 -1
  67. package/dist/Form/Form.styles.d.ts +0 -14
  68. package/dist/Form/Form.styles.js +14 -24
  69. package/dist/Form/Form.styles.js.map +1 -1
  70. package/dist/Form/Form.types.d.ts +22 -2
  71. package/dist/Form/Form.types.js.map +1 -1
  72. package/dist/Form/FormFieldTooltip.js +4 -11
  73. package/dist/Form/FormFieldTooltip.js.map +1 -1
  74. package/dist/Form/StyledFormikForm.styles.js +2 -2
  75. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  76. package/dist/Grid/Grid.styles.js +2 -2
  77. package/dist/GroupSelect/GroupSelect.js +5 -4
  78. package/dist/GroupSelect/GroupSelect.js.map +1 -1
  79. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  80. package/dist/GroupSelect/GroupSelect.types.d.ts +5 -5
  81. package/dist/GroupSelect/GroupSelect.types.js.map +1 -1
  82. package/dist/Input/Input.styles.js +1 -1
  83. package/dist/Link/Link.styles.js +1 -1
  84. package/dist/ListPage/ListPage.styles.js +8 -8
  85. package/dist/Loader/Loader.styles.js +2 -2
  86. package/dist/Menu/Menu.js +1 -5
  87. package/dist/Menu/Menu.js.map +1 -1
  88. package/dist/MenuImperative/MenuImperative.js +7 -10
  89. package/dist/MenuImperative/MenuImperative.js.map +1 -1
  90. package/dist/MenuImperative/MenuImperative.styles.d.ts +2 -3
  91. package/dist/MenuImperative/MenuImperative.styles.js +26 -25
  92. package/dist/MenuImperative/MenuImperative.styles.js.map +1 -1
  93. package/dist/MenuImperative/MenuImperative.types.d.ts +4 -0
  94. package/dist/MenuImperative/MenuImperative.types.js.map +1 -1
  95. package/dist/MenuImperative/sensors.js +16 -58
  96. package/dist/MenuImperative/sensors.js.map +1 -1
  97. package/dist/Modal/Modal.styles.js +13 -13
  98. package/dist/MultiSelect/MultiSelect.js +50 -28
  99. package/dist/MultiSelect/MultiSelect.js.map +1 -1
  100. package/dist/MultiSelect/MultiSelect.styles.d.ts +1 -0
  101. package/dist/MultiSelect/MultiSelect.styles.js +12 -8
  102. package/dist/MultiSelect/MultiSelect.styles.js.map +1 -1
  103. package/dist/MultiSelect/MultiSelect.types.d.ts +31 -1
  104. package/dist/MultiSelect/MultiSelect.types.js.map +1 -1
  105. package/dist/NextMenu/NextMenu.styles.js +3 -3
  106. package/dist/Notation/Notation.js +1 -1
  107. package/dist/NumberInput/NumberInput.styles.js +7 -7
  108. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  109. package/dist/OverlayTrigger/a11yPresets.js +5 -3
  110. package/dist/OverlayTrigger/a11yPresets.js.map +1 -1
  111. package/dist/PageLayout/PageLayout.js +31 -12
  112. package/dist/PageLayout/PageLayout.js.map +1 -1
  113. package/dist/PageLayout/PageLayout.styles.js +16 -16
  114. package/dist/PageLayout/PageLayout.types.d.ts +10 -0
  115. package/dist/PageLayout/PageLayout.types.js.map +1 -1
  116. package/dist/PageTemplate/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  117. package/dist/PageTemplate/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  118. package/dist/PageTemplate/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  119. package/dist/PageTemplate/PageTemplate/PageTemplate.styles.js +3 -3
  120. package/dist/Pagination/Pagination.styles.js +5 -5
  121. package/dist/Panel/Panel.d.ts +1 -2
  122. package/dist/Panel/Panel.js +27 -49
  123. package/dist/Panel/Panel.js.map +1 -1
  124. package/dist/Panel/Panel.styles.js +13 -13
  125. package/dist/Panel/Panel.styles.js.map +1 -1
  126. package/dist/Panel/Panel.types.d.ts +0 -14
  127. package/dist/Panel/Panel.types.js.map +1 -1
  128. package/dist/Pill/Pill.styles.js +3 -3
  129. package/dist/PillSelect/PillSelect.js +4 -3
  130. package/dist/PillSelect/PillSelect.js.map +1 -1
  131. package/dist/PillSelect/PillSelect.styles.js +4 -4
  132. package/dist/Popover/Popover.styles.js +2 -2
  133. package/dist/Portal/Portal.styles.js +1 -1
  134. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  135. package/dist/RadioButton/RadioButton.styles.js +3 -3
  136. package/dist/Required/Required.styles.js +3 -3
  137. package/dist/Search/Search.styles.js +5 -5
  138. package/dist/Section/Section.styles.js +9 -9
  139. package/dist/Section/Section.styles.js.map +1 -1
  140. package/dist/SegmentedController/SegmentedController.js +1 -2
  141. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  142. package/dist/SegmentedController/SegmentedController.styles.js +4 -4
  143. package/dist/Select/Select.d.ts +3 -4
  144. package/dist/Select/Select.js +2 -2
  145. package/dist/Select/Select.js.map +1 -1
  146. package/dist/Select/Select.styles.js +9 -9
  147. package/dist/Select/Select.styles.js.map +1 -1
  148. package/dist/Select/Select.types.d.ts +7 -0
  149. package/dist/Select/Select.types.js.map +1 -1
  150. package/dist/Select/index.d.ts +1 -1
  151. package/dist/Select/index.js.map +1 -1
  152. package/dist/Semantic/Semantic.styles.js +9 -9
  153. package/dist/Slider/Slider.styles.js +5 -5
  154. package/dist/Spinner/Spinner.styles.js +7 -7
  155. package/dist/SplitViewCard/SplitViewCard.js +13 -0
  156. package/dist/SplitViewCard/SplitViewCard.js.map +1 -1
  157. package/dist/SplitViewCard/SplitViewCard.styles.js +10 -10
  158. package/dist/SplitViewCard/SplitViewCard.styles.js.map +1 -1
  159. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  160. package/dist/SuperSelect/SuperSelect.styles.js +38 -38
  161. package/dist/Switch/Switch.styles.js +4 -4
  162. package/dist/Table/Table.styles.d.ts +1 -1
  163. package/dist/Table/Table.styles.js +28 -28
  164. package/dist/TableShelf/TableShelf.styles.js +5 -5
  165. package/dist/Tabs/Tabs.js +23 -9
  166. package/dist/Tabs/Tabs.js.map +1 -1
  167. package/dist/Tabs/Tabs.styles.d.ts +2 -2
  168. package/dist/Tabs/Tabs.styles.js +26 -26
  169. package/dist/Tabs/Tabs.styles.js.map +1 -1
  170. package/dist/Tabs/Tabs.types.d.ts +6 -0
  171. package/dist/Tabs/Tabs.types.js.map +1 -1
  172. package/dist/Tearsheet/Tearsheet.styles.js +17 -28
  173. package/dist/Tearsheet/Tearsheet.styles.js.map +1 -1
  174. package/dist/Tearsheet/storybook/PageLayoutDemo.js +7 -1
  175. package/dist/Tearsheet/storybook/PageLayoutDemo.js.map +1 -1
  176. package/dist/TextArea/TextArea.styles.js +1 -1
  177. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  178. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  179. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  180. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  181. package/dist/Tile/Tile.styles.js +8 -8
  182. package/dist/Title/Title.styles.js +7 -7
  183. package/dist/Toast/Toast.styles.js +3 -3
  184. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  185. package/dist/Token/Token.styles.js +3 -3
  186. package/dist/ToolHeader/ToolHeader.js +3 -1
  187. package/dist/ToolHeader/ToolHeader.js.map +1 -1
  188. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  189. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  190. package/dist/Tooltip/Tooltip.d.ts +4 -2
  191. package/dist/Tooltip/Tooltip.js +30 -5
  192. package/dist/Tooltip/Tooltip.js.map +1 -1
  193. package/dist/Tooltip/Tooltip.styles.d.ts +1 -0
  194. package/dist/Tooltip/Tooltip.styles.js +12 -4
  195. package/dist/Tooltip/Tooltip.styles.js.map +1 -1
  196. package/dist/Tooltip/Tooltip.types.d.ts +8 -0
  197. package/dist/Tooltip/Tooltip.types.js.map +1 -1
  198. package/dist/Tree/Tree.js +1 -1
  199. package/dist/Tree/Tree.styles.js +10 -10
  200. package/dist/Typeahead/Typeahead.styles.js +3 -3
  201. package/dist/Typography/Typography.styles.js +1 -1
  202. package/dist/Typography/Typography.table.story.js +2 -2
  203. package/dist/_hooks/I18n.d.ts +231 -48
  204. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.d.ts +0 -1
  205. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js +0 -1
  206. package/dist/_hooks/IntersectionObserver/createIntersectionObserver.js.map +1 -1
  207. package/dist/_locales/de-DE.json +15 -3
  208. package/dist/_locales/en-AU.json +15 -3
  209. package/dist/_locales/en-CA.json +15 -3
  210. package/dist/_locales/en-GB.json +15 -3
  211. package/dist/_locales/en.json +2 -1
  212. package/dist/_locales/es-ES.json +15 -3
  213. package/dist/_locales/es.json +15 -3
  214. package/dist/_locales/fr-CA.json +15 -3
  215. package/dist/_locales/fr-FR.json +15 -3
  216. package/dist/_locales/is-IS.json +15 -3
  217. package/dist/_locales/it-IT.json +15 -3
  218. package/dist/_locales/ja-JP.json +15 -3
  219. package/dist/_locales/pl-PL.json +15 -3
  220. package/dist/_locales/pseudo.json +2 -1
  221. package/dist/_locales/pt-BR.json +15 -3
  222. package/dist/_locales/pt-PT.json +18 -6
  223. package/dist/_locales/th-TH.json +15 -3
  224. package/dist/_locales/zh-SG.json +15 -3
  225. package/dist/_locales/zh-TW.json +15 -3
  226. package/dist/_storyHelpers_/components/Deprecation.styles.js +1 -1
  227. package/dist/_storyHelpers_/components/StoryGrid.js +3 -3
  228. package/dist/_styles/mixins.d.ts +13 -1
  229. package/dist/_styles/mixins.js +15 -1
  230. package/dist/_styles/mixins.js.map +1 -1
  231. package/dist/_typedoc/AnchorNavigation/AnchorNavigation.types.json +3 -3
  232. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  233. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  234. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  235. package/dist/_typedoc/Banner/Banner.types.json +15 -15
  236. package/dist/_typedoc/Box/Box.types.json +68 -68
  237. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  238. package/dist/_typedoc/Button/Button.types.json +13 -13
  239. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  240. package/dist/_typedoc/Card/Card.types.json +6 -6
  241. package/dist/_typedoc/Checkbox/Checkbox.types.json +8 -8
  242. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  243. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  244. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  245. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  246. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  247. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +31 -31
  248. package/dist/_typedoc/Dropzone/Dropzone.types.json +44 -44
  249. package/dist/_typedoc/EmptyState/EmptyState.types.json +16 -16
  250. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  251. package/dist/_typedoc/FileSelect/FileSelect.types.json +27 -27
  252. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  253. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  254. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  255. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  256. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  257. package/dist/_typedoc/Form/Form.types.json +862 -762
  258. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  259. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  260. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +75 -55
  261. package/dist/_typedoc/Input/Input.types.json +2 -2
  262. package/dist/_typedoc/Link/Link.types.json +1 -1
  263. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  264. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  265. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +77 -77
  266. package/dist/_typedoc/Modal/Modal.types.json +46 -46
  267. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +52 -32
  268. package/dist/_typedoc/NextTile/NextTile.types.json +32 -32
  269. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  270. package/dist/_typedoc/NumberInput/NumberInput.types.json +48 -48
  271. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +33 -33
  272. package/dist/_typedoc/PageLayout/PageLayout.types.json +46 -26
  273. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  274. package/dist/_typedoc/Panel/Panel.types.json +27 -63
  275. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  276. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  277. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  278. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +7 -7
  279. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  280. package/dist/_typedoc/Required/Required.types.json +5 -5
  281. package/dist/_typedoc/Search/Search.types.json +18 -18
  282. package/dist/_typedoc/Section/Section.types.json +15 -15
  283. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +21 -21
  284. package/dist/_typedoc/Select/Select.types.json +109 -63
  285. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  286. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  287. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  288. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +14 -14
  289. package/dist/_typedoc/Table/Table.types.json +102 -102
  290. package/dist/_typedoc/Tabs/Tabs.types.json +30 -20
  291. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  292. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  293. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  294. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +4 -4
  295. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  296. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +43 -43
  297. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +29 -29
  298. package/dist/_typedoc/Tile/Tile.types.json +8 -8
  299. package/dist/_typedoc/Title/Title.types.json +1 -1
  300. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  301. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  302. package/dist/_typedoc/Token/Token.types.json +7 -7
  303. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  304. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +8 -8
  305. package/dist/_typedoc/Tooltip/Tooltip.types.json +25 -14
  306. package/dist/_typedoc/Tree/Tree.types.json +88 -88
  307. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  308. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  309. package/dist/_typedoc/_utils/types.json +3 -3
  310. package/dist/_utils/scrollIntoView.js +21 -7
  311. package/dist/_utils/scrollIntoView.js.map +1 -1
  312. package/package.json +10 -9
  313. package/dist/Checkbox/CheckboxTooltip.d.ts +0 -4
  314. package/dist/Checkbox/CheckboxTooltip.js +0 -26
  315. package/dist/Checkbox/CheckboxTooltip.js.map +0 -1
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Warnung verwerfen"
4
+ "dismissAlert" : "Warnung verwerfen",
5
+ "expand" : "Maximieren",
6
+ "collapse" : "Minimieren"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Werte auswählen",
223
225
  "noResults" : "Keine Ergebnisse",
224
226
  "selectedToken" : "{{tokenLabel}}, ausgewählt",
225
- "selectedItems" : "Ausgewählte Elemente"
227
+ "selectedItems" : "Ausgewählte Elemente",
228
+ "noneSelected" : "Keine Auswahl getroffen"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Menüoptionen"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Dismiss alert"
4
+ "dismissAlert" : "Dismiss alert",
5
+ "expand" : "Expand",
6
+ "collapse" : "Collapse"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Select values",
223
225
  "noResults" : "No results",
224
226
  "selectedToken" : "{{tokenLabel}}, selected",
225
- "selectedItems" : "Selected items"
227
+ "selectedItems" : "Selected items",
228
+ "noneSelected" : "None selected"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Menu options"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Dismiss alert"
4
+ "dismissAlert" : "Dismiss alert",
5
+ "expand" : "Expand",
6
+ "collapse" : "Collapse"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Select values",
223
225
  "noResults" : "No results",
224
226
  "selectedToken" : "{{tokenLabel}}, selected",
225
- "selectedItems" : "Selected items"
227
+ "selectedItems" : "Selected items",
228
+ "noneSelected" : "None selected"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Menu options"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Dismiss alert"
4
+ "dismissAlert" : "Dismiss alert",
5
+ "expand" : "Expand",
6
+ "collapse" : "Collapse"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Select values",
223
225
  "noResults" : "No results",
224
226
  "selectedToken" : "{{tokenLabel}}, selected",
225
- "selectedItems" : "Selected items"
227
+ "selectedItems" : "Selected items",
228
+ "noneSelected" : "None selected"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Menu options"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -224,7 +224,8 @@
224
224
  "selectValues": "Select Values",
225
225
  "noResults": "No results",
226
226
  "selectedToken": "{{tokenLabel}}, selected",
227
- "selectedItems": "Selected items"
227
+ "selectedItems": "Selected items",
228
+ "noneSelected": "None selected"
228
229
  },
229
230
  "tearsheet": {
230
231
  "a11y": {
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Descartar alerta"
4
+ "dismissAlert" : "Descartar alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Contraer"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Miga de pan"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Seleccionar valores",
223
225
  "noResults" : "Ningún resultado",
224
226
  "selectedToken" : "Se ha(n) seleccionado: {{tokenLabel}}",
225
- "selectedItems" : "Elementos seleccionados"
227
+ "selectedItems" : "Elementos seleccionados",
228
+ "noneSelected" : "Ninguno seleccionado"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opciones del menú"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Descartar alerta"
4
+ "dismissAlert" : "Descartar alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Contraer"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Ruta de navegación"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Seleccionar valores",
223
225
  "noResults" : "No hay resultados",
224
226
  "selectedToken" : "{{tokenLabel}}, seleccionado",
225
- "selectedItems" : "Ítems seleccionados"
227
+ "selectedItems" : "Ítems seleccionados",
228
+ "noneSelected" : "Ninguno seleccionado"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opciones del menú"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorer l'alerte"
4
+ "dismissAlert" : "Ignorer l'alerte",
5
+ "expand" : "Développer",
6
+ "collapse" : "Réduire"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Miette de pain"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Sélectionner les valeurs",
223
225
  "noResults" : "Aucun résultat",
224
226
  "selectedToken" : "{{tokenLabel}}, sélectionné",
225
- "selectedItems" : "Items sélectionnés"
227
+ "selectedItems" : "Items sélectionnés",
228
+ "noneSelected" : "Aucune sélection"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Options de menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorer l'alerte"
4
+ "dismissAlert" : "Ignorer l'alerte",
5
+ "expand" : "Développer",
6
+ "collapse" : "Réduire"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Fil d'Ariane"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Sélectionner des valeurs",
223
225
  "noResults" : "Aucun résultat",
224
226
  "selectedToken" : "{{tokenLabel}}, sélectionné",
225
- "selectedItems" : "Éléments sélectionnés"
227
+ "selectedItems" : "Éléments sélectionnés",
228
+ "noneSelected" : "Aucune sélection"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Options de menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Hunsa viðvörun"
4
+ "dismissAlert" : "Hunsa viðvörun",
5
+ "expand" : "Stækkaðu",
6
+ "collapse" : "Hrun"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Brauðmola"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Veldu Gildi",
223
225
  "noResults" : "Engar niðurstöður",
224
226
  "selectedToken" : "{{tokenLabel}}, valið",
225
- "selectedItems" : "Valdar vörur"
227
+ "selectedItems" : "Valdar vörur",
228
+ "noneSelected" : "Ekkert valið"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Valmyndarvalkostir"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignora avviso"
4
+ "dismissAlert" : "Ignora avviso",
5
+ "expand" : "Espandi",
6
+ "collapse" : "Comprimi"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Breadcrumb"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Seleziona valori",
223
225
  "noResults" : "Nessun risultato",
224
226
  "selectedToken" : "Selezionati: {{tokenLabel}}",
225
- "selectedItems" : "Elementi selezionati"
227
+ "selectedItems" : "Elementi selezionati",
228
+ "noneSelected" : "Nessuno selezionato"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opzioni di menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "アラートを却下する"
4
+ "dismissAlert" : "アラートを却下する",
5
+ "expand" : "展開",
6
+ "collapse" : "折り畳む"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "パンくずリスト"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "値を選択",
223
225
  "noResults" : "結果がありません",
224
226
  "selectedToken" : "{{tokenLabel}}が選択されました",
225
- "selectedItems" : "選択した案件"
227
+ "selectedItems" : "選択した案件",
228
+ "noneSelected" : "未選択"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "メニューオプション"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Odrzuć alert"
4
+ "dismissAlert" : "Odrzuć alert",
5
+ "expand" : "Rozwiń",
6
+ "collapse" : "Zwiń"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Okruszek"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Wybierz wartości",
223
225
  "noResults" : "Brak wyników",
224
226
  "selectedToken" : "{{tokenLabel}}, wybrano",
225
- "selectedItems" : "Wybrane pozycje"
227
+ "selectedItems" : "Wybrane pozycje",
228
+ "noneSelected" : "Brak wybranych"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opcje menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -224,7 +224,8 @@
224
224
  "selectValues": "[ŞŞŞḗŀḗƈŧ · Ṽȧŀŭḗşşş]",
225
225
  "noResults": "[ȠȠǿ · řḗşŭŀŧşş]",
226
226
  "selectedToken": "[{{{{{{ŧǿķḗƞĿȧƀḗŀ}}, · şḗŀḗƈŧḗḓḓḓḓḓ]",
227
- "selectedItems": "[ŞŞŞḗŀḗƈŧḗḓ · īŧḗḿşşş]"
227
+ "selectedItems": "[ŞŞŞḗŀḗƈŧḗḓ · īŧḗḿşşş]",
228
+ "noneSelected": "[ȠȠȠǿƞḗ · şḗŀḗƈŧḗḓḓḓ]"
228
229
  },
229
230
  "tearsheet": {
230
231
  "a11y": {
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorar Alerta"
4
+ "dismissAlert" : "Ignorar Alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Recolher"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Navegação Estrutural"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Selecionar Valores",
223
225
  "noResults" : "Nenhum resultado",
224
226
  "selectedToken" : "{{tokenLabel}}, selecionado",
225
- "selectedItems" : "Itens Selecionados"
227
+ "selectedItems" : "Itens Selecionados",
228
+ "noneSelected" : "Nenhum selecionado"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opções do menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "Ignorar alerta"
4
+ "dismissAlert" : "Ignorar alerta",
5
+ "expand" : "Expandir",
6
+ "collapse" : "Fechar"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "Guia de navegação"
@@ -52,7 +54,7 @@
52
54
  "privateLabel" : "Privado",
53
55
  "settingsLink" : "Definições",
54
56
  "composeNewEmail" : "Compor e-mail",
55
- "startNewCommunication" : "Para iniciar uma nova discussão de comunicação associada a este item, envie um e-mail para",
57
+ "startNewCommunication" : "Para iniciar uma nova conversa de comunicação associada a este item, envie um e-mail para",
56
58
  "emptyStateTitle" : "Enviar um e-mail para começar",
57
59
  "emptyStateDescription" : "Quando o utilizador e a sua equipa enviarem e-mails sobre este item, poderá consultá-los aqui.",
58
60
  "reply" : "Responder",
@@ -72,7 +74,7 @@
72
74
  "date" : "Data",
73
75
  "itemType" : "Tipo de item",
74
76
  "itemTypeGroupLabel" : {
75
- "dailyLog" : "Registo diário",
77
+ "dailyLog" : "Registo Diário",
76
78
  "prostoreFile" : "Anexar ficheiros"
77
79
  },
78
80
  "itemName" : "Nome do item",
@@ -82,7 +84,7 @@
82
84
  "newItem" : "Vincular item relacionado",
83
85
  "noRelatedItems" : {
84
86
  "title" : "Vincular itens relacionados para começar",
85
- "description" : "Vincular itens a este {{itemName}} faz com que seja mais fácil para si e para a sua equipa encontrar informações relevantes em toda a Procore."
87
+ "description" : "Vincular itens a este objeto de {{itemName}} faz com que seja mais fácil para si e para a sua equipa encontrar informações relevantes em toda a Procore."
86
88
  },
87
89
  "noItems" : {
88
90
  "title" : "Não há itens para apresentar",
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "Selecionar valores",
223
225
  "noResults" : "Sem resultados",
224
226
  "selectedToken" : "{{tokenLabel}}, selecionado",
225
- "selectedItems" : "Itens selecionados"
227
+ "selectedItems" : "Itens selecionados",
228
+ "noneSelected" : "Nenhum selecionado"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "Opções do menu"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "core" : {
3
3
  "banner" : {
4
- "dismissAlert" : "ยกเลิกการแจ้งเตือน"
4
+ "dismissAlert" : "ยกเลิกการแจ้งเตือน",
5
+ "expand" : "ขยาย",
6
+ "collapse" : "ยุบ"
5
7
  },
6
8
  "breadcrumbs" : {
7
9
  "label" : "เครื่องมือที่ใช้นำทาง"
@@ -222,7 +224,8 @@
222
224
  "selectValues" : "เลือกค่า",
223
225
  "noResults" : "ไม่มีผลลัพธ์",
224
226
  "selectedToken" : "{{tokenLabel}}, เลือกแล้ว",
225
- "selectedItems" : "รายการที่เลือก"
227
+ "selectedItems" : "รายการที่เลือก",
228
+ "noneSelected" : "ไม่ได้เลือก"
226
229
  },
227
230
  "tearsheet" : {
228
231
  "a11y" : {
@@ -383,7 +386,16 @@
383
386
  "menuImperative" : {
384
387
  "options" : {
385
388
  "ariaLabel" : "ตัวเลือกเมนู"
386
- }
389
+ },
390
+ "dragAndDropInstructions" : "Press Space to drag, arrow keys to reorder.",
391
+ "selectInstructions" : "Press Enter to select",
392
+ "unselectInstructions" : "Press Enter to unselect",
393
+ "dragStart" : "You have lifted an item in position {{startPosition}}.",
394
+ "dragStartWithGroup" : "You have lifted an item in position {{startPosition}} in group {{startGroupTitle}}.",
395
+ "dragUpdate" : "You have moved an item in position {{startPosition}} to position {{endPosition}}.",
396
+ "dragUpdateWithGroup" : "You have moved an item in position {{startPosition}} in group {{startGroupTitle}} to position {{endPosition}} in group {{endGroupTitle}}.",
397
+ "dragEnd" : "You have dropped an item in position {{endPosition}}.",
398
+ "dragEndWithGroup" : "You have dropped an item in position {{endPosition}} in group {{endGroupTitle}}."
387
399
  }
388
400
  }
389
401
  }