@watermarkinsights/ripple 5.12.0-11 → 5.12.0-12

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 (208) hide show
  1. package/dist/cjs/{chartFunctions-0436714f.js → chartFunctions-a1981e06.js} +1 -1
  2. package/dist/cjs/{functions-e24249e6.js → functions-4b187487.js} +1473 -159
  3. package/dist/cjs/{global-da3d372b.js → global-a84891eb.js} +1 -1
  4. package/dist/cjs/{intl-a70cf8c2.js → intl-7fd0760e.js} +104 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/priv-calendar.cjs.entry.js +1 -1
  7. package/dist/cjs/priv-chart-popover.cjs.entry.js +1 -1
  8. package/dist/cjs/priv-option-list.cjs.entry.js +11 -48
  9. package/dist/cjs/ripple.cjs.js +1 -1
  10. package/dist/cjs/wm-action-menu_2.cjs.entry.js +1 -1
  11. package/dist/cjs/wm-button.cjs.entry.js +1 -1
  12. package/dist/cjs/wm-chart.cjs.entry.js +3 -3
  13. package/dist/cjs/wm-date-range.cjs.entry.js +14 -3
  14. package/dist/cjs/wm-datepicker.cjs.entry.js +1 -1
  15. package/dist/cjs/wm-file.cjs.entry.js +1 -1
  16. package/dist/cjs/wm-input.cjs.entry.js +2 -2
  17. package/dist/cjs/wm-line-chart.cjs.entry.js +7 -6
  18. package/dist/cjs/wm-modal-pss_3.cjs.entry.js +2 -2
  19. package/dist/cjs/wm-modal_3.cjs.entry.js +2 -2
  20. package/dist/cjs/wm-navigation_3.cjs.entry.js +2 -2
  21. package/dist/cjs/wm-navigator.cjs.entry.js +1 -1
  22. package/dist/cjs/wm-nested-select.cjs.entry.js +11 -50
  23. package/dist/cjs/wm-optgroup.cjs.entry.js +1 -1
  24. package/dist/cjs/wm-option_2.cjs.entry.js +5 -17
  25. package/dist/cjs/wm-pagination.cjs.entry.js +63 -11
  26. package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +2 -2
  27. package/dist/cjs/wm-search.cjs.entry.js +2 -2
  28. package/dist/cjs/wm-snackbar.cjs.entry.js +9 -4
  29. package/dist/cjs/wm-tab-item_3.cjs.entry.js +7 -2
  30. package/dist/cjs/wm-tag-input.cjs.entry.js +24 -18
  31. package/dist/cjs/wm-tag-option.cjs.entry.js +1 -1
  32. package/dist/cjs/wm-textarea.cjs.entry.js +2 -2
  33. package/dist/cjs/wm-timepicker.cjs.entry.js +1 -1
  34. package/dist/cjs/wm-toggletip.cjs.entry.js +1 -1
  35. package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
  36. package/dist/collection/components/charts/wm-line-chart/wm-line-chart.js +5 -4
  37. package/dist/collection/components/datepickers/wm-date-range.js +13 -2
  38. package/dist/collection/components/selects/priv-option-list/priv-option-list.js +11 -48
  39. package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +14 -53
  40. package/dist/collection/components/selects/wm-select/wm-select.js +8 -20
  41. package/dist/collection/components/wm-pagination/wm-pagination.js +63 -11
  42. package/dist/collection/components/wm-snackbar/wm-snackbar.js +8 -3
  43. package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +7 -2
  44. package/dist/collection/components/wm-tag-input/wm-tag-input.js +22 -16
  45. package/dist/collection/global/intl.js +102 -0
  46. package/dist/collection/lang/piglatin.js +9 -1
  47. package/dist/esm/{chartFunctions-7a2b7a90.js → chartFunctions-9099c7e9.js} +1 -1
  48. package/dist/esm/{functions-899cea51.js → functions-00e1916b.js} +1473 -159
  49. package/dist/esm/{global-c1827d25.js → global-20d1dc7b.js} +1 -1
  50. package/dist/esm/{intl-87b9b541.js → intl-a6f16883.js} +104 -2
  51. package/dist/esm/loader.js +1 -1
  52. package/dist/esm/priv-calendar.entry.js +1 -1
  53. package/dist/esm/priv-chart-popover.entry.js +1 -1
  54. package/dist/esm/priv-option-list.entry.js +11 -48
  55. package/dist/esm/ripple.js +1 -1
  56. package/dist/esm/wm-action-menu_2.entry.js +1 -1
  57. package/dist/esm/wm-button.entry.js +1 -1
  58. package/dist/esm/wm-chart.entry.js +3 -3
  59. package/dist/esm/wm-date-range.entry.js +14 -3
  60. package/dist/esm/wm-datepicker.entry.js +1 -1
  61. package/dist/esm/wm-file.entry.js +1 -1
  62. package/dist/esm/wm-input.entry.js +2 -2
  63. package/dist/esm/wm-line-chart.entry.js +7 -6
  64. package/dist/esm/wm-modal-pss_3.entry.js +2 -2
  65. package/dist/esm/wm-modal_3.entry.js +2 -2
  66. package/dist/esm/wm-navigation_3.entry.js +2 -2
  67. package/dist/esm/wm-navigator.entry.js +1 -1
  68. package/dist/esm/wm-nested-select.entry.js +11 -50
  69. package/dist/esm/wm-optgroup.entry.js +1 -1
  70. package/dist/esm/wm-option_2.entry.js +5 -17
  71. package/dist/esm/wm-pagination.entry.js +63 -11
  72. package/dist/esm/wm-progress-indicator_3.entry.js +2 -2
  73. package/dist/esm/wm-search.entry.js +2 -2
  74. package/dist/esm/wm-snackbar.entry.js +9 -4
  75. package/dist/esm/wm-tab-item_3.entry.js +7 -2
  76. package/dist/esm/wm-tag-input.entry.js +24 -18
  77. package/dist/esm/wm-tag-option.entry.js +1 -1
  78. package/dist/esm/wm-textarea.entry.js +2 -2
  79. package/dist/esm/wm-timepicker.entry.js +1 -1
  80. package/dist/esm/wm-toggletip.entry.js +1 -1
  81. package/dist/esm/wm-uploader.entry.js +2 -2
  82. package/dist/esm-es5/{chartFunctions-7a2b7a90.js → chartFunctions-9099c7e9.js} +1 -1
  83. package/dist/esm-es5/functions-00e1916b.js +1 -0
  84. package/dist/esm-es5/{global-c1827d25.js → global-20d1dc7b.js} +1 -1
  85. package/dist/esm-es5/intl-a6f16883.js +1 -0
  86. package/dist/esm-es5/loader.js +1 -1
  87. package/dist/esm-es5/priv-calendar.entry.js +1 -1
  88. package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
  89. package/dist/esm-es5/priv-option-list.entry.js +1 -1
  90. package/dist/esm-es5/ripple.js +1 -1
  91. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  92. package/dist/esm-es5/wm-button.entry.js +1 -1
  93. package/dist/esm-es5/wm-chart.entry.js +1 -1
  94. package/dist/esm-es5/wm-date-range.entry.js +1 -1
  95. package/dist/esm-es5/wm-datepicker.entry.js +1 -1
  96. package/dist/esm-es5/wm-file.entry.js +1 -1
  97. package/dist/esm-es5/wm-input.entry.js +1 -1
  98. package/dist/esm-es5/wm-line-chart.entry.js +1 -1
  99. package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
  100. package/dist/esm-es5/wm-modal_3.entry.js +1 -1
  101. package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
  102. package/dist/esm-es5/wm-navigator.entry.js +1 -1
  103. package/dist/esm-es5/wm-nested-select.entry.js +1 -1
  104. package/dist/esm-es5/wm-optgroup.entry.js +1 -1
  105. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  106. package/dist/esm-es5/wm-pagination.entry.js +1 -1
  107. package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
  108. package/dist/esm-es5/wm-search.entry.js +1 -1
  109. package/dist/esm-es5/wm-snackbar.entry.js +1 -1
  110. package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
  111. package/dist/esm-es5/wm-tag-input.entry.js +1 -1
  112. package/dist/esm-es5/wm-tag-option.entry.js +1 -1
  113. package/dist/esm-es5/wm-textarea.entry.js +1 -1
  114. package/dist/esm-es5/wm-timepicker.entry.js +1 -1
  115. package/dist/esm-es5/wm-toggletip.entry.js +1 -1
  116. package/dist/esm-es5/wm-uploader.entry.js +1 -1
  117. package/dist/ripple/{p-39436e07.system.entry.js → p-00e4af22.system.entry.js} +1 -1
  118. package/dist/ripple/p-05ae54d7.entry.js +1 -0
  119. package/dist/ripple/{p-92b3a061.system.js → p-06bf8746.system.js} +1 -1
  120. package/dist/ripple/{p-639011da.system.entry.js → p-0d89d63c.system.entry.js} +1 -1
  121. package/dist/ripple/p-118c47eb.system.entry.js +1 -0
  122. package/dist/ripple/{p-08c0a003.system.entry.js → p-1a4b7504.system.entry.js} +1 -1
  123. package/dist/ripple/{p-90f4a160.entry.js → p-1a951dfb.entry.js} +1 -1
  124. package/dist/ripple/{p-4392f369.system.entry.js → p-1c8f550f.system.entry.js} +1 -1
  125. package/dist/ripple/p-1f751b87.js +1 -0
  126. package/dist/ripple/p-1fac5bf9.js +1 -0
  127. package/dist/ripple/p-20a8f732.system.entry.js +1 -0
  128. package/dist/ripple/{p-dd566933.entry.js → p-249b56fb.entry.js} +1 -1
  129. package/dist/ripple/{p-56f88847.system.entry.js → p-249d13a1.system.entry.js} +1 -1
  130. package/dist/ripple/p-26906899.entry.js +1 -0
  131. package/dist/ripple/{p-49faa27e.system.entry.js → p-28119645.system.entry.js} +1 -1
  132. package/dist/ripple/{p-3703934b.system.js → p-2f37f3ee.system.js} +1 -1
  133. package/dist/ripple/{p-b22b8da5.system.entry.js → p-335c03d3.system.entry.js} +1 -1
  134. package/dist/ripple/{p-50ba37b9.entry.js → p-363b534b.entry.js} +1 -1
  135. package/dist/ripple/{p-17a72fc6.system.entry.js → p-39f79d71.system.entry.js} +1 -1
  136. package/dist/ripple/{p-dbca5668.system.entry.js → p-3a231f4b.system.entry.js} +1 -1
  137. package/dist/ripple/{p-66b8e9a0.entry.js → p-3d4bb85f.entry.js} +1 -1
  138. package/dist/ripple/{p-3ffd83ff.entry.js → p-4228de00.entry.js} +1 -1
  139. package/dist/ripple/{p-c850c123.system.entry.js → p-522ecb7d.system.entry.js} +1 -1
  140. package/dist/ripple/p-54d6f0f9.entry.js +1 -0
  141. package/dist/ripple/p-56aeee6e.system.entry.js +1 -0
  142. package/dist/ripple/p-5e6a4f70.system.js +1 -0
  143. package/dist/ripple/{p-6c7e754c.js → p-5f5fe905.js} +1 -1
  144. package/dist/ripple/{p-fa0dcbe4.entry.js → p-617c2c75.entry.js} +1 -1
  145. package/dist/ripple/{p-0b779f0c.system.entry.js → p-6524c53e.system.entry.js} +1 -1
  146. package/dist/ripple/{p-b7577799.entry.js → p-6834a6d3.entry.js} +1 -1
  147. package/dist/ripple/{p-ce219de1.system.entry.js → p-68fddfaa.system.entry.js} +1 -1
  148. package/dist/ripple/{p-c32d42ff.system.entry.js → p-694903e6.system.entry.js} +1 -1
  149. package/dist/ripple/{p-94cf5830.system.entry.js → p-7b6a65f8.system.entry.js} +1 -1
  150. package/dist/ripple/{p-f3b7781a.system.entry.js → p-7b7e1eb5.system.entry.js} +1 -1
  151. package/dist/ripple/{p-e9177cb5.entry.js → p-89810563.entry.js} +1 -1
  152. package/dist/ripple/{p-4b6ef736.system.js → p-8acdee87.system.js} +1 -1
  153. package/dist/ripple/{p-e27499cc.entry.js → p-8c1d27a7.entry.js} +1 -1
  154. package/dist/ripple/{p-f6ec10c6.entry.js → p-8e9c24f3.entry.js} +1 -1
  155. package/dist/ripple/{p-3f3dadc5.system.entry.js → p-8f836507.system.entry.js} +1 -1
  156. package/dist/ripple/p-9872623b.entry.js +1 -0
  157. package/dist/ripple/{p-9609af5c.system.entry.js → p-9ab3c088.system.entry.js} +1 -1
  158. package/dist/ripple/{p-98f95d71.entry.js → p-9aedd599.entry.js} +1 -1
  159. package/dist/ripple/{p-ab7a7407.entry.js → p-9b848151.entry.js} +1 -1
  160. package/dist/ripple/{p-8a555fea.system.entry.js → p-a78bb423.system.entry.js} +1 -1
  161. package/dist/ripple/{p-555091aa.system.entry.js → p-a880d9a0.system.entry.js} +1 -1
  162. package/dist/ripple/{p-1fcea04c.entry.js → p-b165d61a.entry.js} +1 -1
  163. package/dist/ripple/{p-e917500f.entry.js → p-b39377c7.entry.js} +1 -1
  164. package/dist/ripple/{p-9479898e.entry.js → p-b9bca547.entry.js} +1 -1
  165. package/dist/ripple/{p-688b090d.entry.js → p-bae2c236.entry.js} +1 -1
  166. package/dist/ripple/{p-5567f97d.system.entry.js → p-c53f3704.system.entry.js} +1 -1
  167. package/dist/ripple/p-c56ff16f.entry.js +1 -0
  168. package/dist/ripple/{p-00daed0d.system.entry.js → p-c8cf09a2.system.entry.js} +1 -1
  169. package/dist/ripple/{p-2d0b6f97.entry.js → p-cbdceb6e.entry.js} +1 -1
  170. package/dist/ripple/p-cc813406.system.js +1 -0
  171. package/dist/ripple/{p-930a43cd.system.entry.js → p-d20a0f0c.system.entry.js} +1 -1
  172. package/dist/ripple/{p-a7709012.entry.js → p-d6111226.entry.js} +1 -1
  173. package/dist/ripple/{p-a94b1ea9.entry.js → p-da68c87c.entry.js} +1 -1
  174. package/dist/ripple/{p-20cb733d.js → p-dba66df1.js} +1 -1
  175. package/dist/ripple/p-ddef82fa.system.entry.js +1 -0
  176. package/dist/ripple/{p-338f476b.entry.js → p-dee6d5a3.entry.js} +1 -1
  177. package/dist/ripple/p-e55d5371.entry.js +1 -0
  178. package/dist/ripple/{p-63faf802.system.entry.js → p-e8c22f01.system.entry.js} +1 -1
  179. package/dist/ripple/{p-d1da356b.entry.js → p-f555831b.entry.js} +1 -1
  180. package/dist/ripple/{p-08cae940.system.entry.js → p-f5c40e9e.system.entry.js} +1 -1
  181. package/dist/ripple/{p-15778b2d.entry.js → p-f9cade98.entry.js} +1 -1
  182. package/dist/ripple/{p-bda32fc9.system.entry.js → p-fa09191b.system.entry.js} +1 -1
  183. package/dist/ripple/{p-8fcd6f3e.system.entry.js → p-fdfca58b.entry.js} +1 -1
  184. package/dist/ripple/ripple.esm.js +1 -1
  185. package/dist/ripple/ripple.js +1 -1
  186. package/dist/types/components/selects/priv-option-list/priv-option-list.d.ts +0 -6
  187. package/dist/types/components/wm-pagination/wm-pagination.d.ts +6 -0
  188. package/dist/types/components/wm-snackbar/wm-snackbar.d.ts +1 -0
  189. package/dist/types/components/wm-tabs/wm-tab-list/wm-tab-list.d.ts +1 -0
  190. package/dist/types/components/wm-tag-input/wm-tag-input.d.ts +2 -1
  191. package/dist/types/global/intl.d.ts +22 -0
  192. package/package.json +2 -2
  193. package/dist/esm-es5/functions-899cea51.js +0 -1
  194. package/dist/esm-es5/intl-87b9b541.js +0 -1
  195. package/dist/ripple/p-1a6699ee.entry.js +0 -1
  196. package/dist/ripple/p-29bc2e29.entry.js +0 -1
  197. package/dist/ripple/p-466c31d7.entry.js +0 -1
  198. package/dist/ripple/p-47285fc5.system.entry.js +0 -1
  199. package/dist/ripple/p-529bf080.system.js +0 -1
  200. package/dist/ripple/p-69d44bc5.js +0 -1
  201. package/dist/ripple/p-7dc6ea5b.system.js +0 -1
  202. package/dist/ripple/p-98c0893f.system.entry.js +0 -1
  203. package/dist/ripple/p-b027e0e7.entry.js +0 -1
  204. package/dist/ripple/p-bfe5815c.system.entry.js +0 -1
  205. package/dist/ripple/p-c0deae46.entry.js +0 -1
  206. package/dist/ripple/p-f0645532.entry.js +0 -1
  207. package/dist/ripple/p-f594d6e1.entry.js +0 -1
  208. package/dist/ripple/p-f8192441.js +0 -1
@@ -22,6 +22,12 @@ const en = {
22
22
  type: 0,
23
23
  value: "Use arrow keys to browse elements, press Tab to exit."
24
24
  }
25
+ ],
26
+ "chart.interactiveChart": [
27
+ {
28
+ type: 0,
29
+ value: "Interactive chart"
30
+ }
25
31
  ],
26
32
  "chart.roleDescription": [
27
33
  {
@@ -40,6 +46,12 @@ const en = {
40
46
  type: 0,
41
47
  value: "August"
42
48
  }
49
+ ],
50
+ "date.calName": [
51
+ {
52
+ type: 0,
53
+ value: "Calendar."
54
+ }
43
55
  ],
44
56
  "date.calendarView": [
45
57
  {
@@ -64,6 +76,12 @@ const en = {
64
76
  type: 0,
65
77
  value: "February"
66
78
  }
79
+ ],
80
+ "date.firstCalName": [
81
+ {
82
+ type: 0,
83
+ value: "First calendar."
84
+ }
67
85
  ],
68
86
  "date.fr": [
69
87
  {
@@ -148,6 +166,18 @@ const en = {
148
166
  type: 0,
149
167
  value: "Saturday"
150
168
  }
169
+ ],
170
+ "date.secondCalName": [
171
+ {
172
+ type: 0,
173
+ value: "Second calendar."
174
+ }
175
+ ],
176
+ "date.selectDate": [
177
+ {
178
+ type: 0,
179
+ value: "Select date"
180
+ }
151
181
  ],
152
182
  "date.selectMonth": [
153
183
  {
@@ -178,6 +208,12 @@ const en = {
178
208
  type: 0,
179
209
  value: "Select previous year"
180
210
  }
211
+ ],
212
+ "date.selectRange": [
213
+ {
214
+ type: 0,
215
+ value: "Select range"
216
+ }
181
217
  ],
182
218
  "date.selectYear": [
183
219
  {
@@ -232,6 +268,24 @@ const en = {
232
268
  type: 0,
233
269
  value: "Tuesday"
234
270
  }
271
+ ],
272
+ "date.viewingMonth": [
273
+ {
274
+ type: 0,
275
+ value: "Viewing "
276
+ },
277
+ {
278
+ type: 1,
279
+ value: "month"
280
+ },
281
+ {
282
+ type: 0,
283
+ value: ", "
284
+ },
285
+ {
286
+ type: 1,
287
+ value: "year"
288
+ }
235
289
  ],
236
290
  "date.we": [
237
291
  {
@@ -244,6 +298,16 @@ const en = {
244
298
  type: 0,
245
299
  value: "Wednesday"
246
300
  }
301
+ ],
302
+ "date.yearSelected": [
303
+ {
304
+ type: 1,
305
+ value: "year"
306
+ },
307
+ {
308
+ type: 0,
309
+ value: " selected."
310
+ }
247
311
  ],
248
312
  "file.actionMenuLabel": [
249
313
  {
@@ -307,250 +371,611 @@ const en = {
307
371
  value: "Preview"
308
372
  }
309
373
  ],
310
- "navigation.mainNavigation": [
374
+ "global.characterLimit": [
375
+ {
376
+ style: null,
377
+ type: 2,
378
+ value: "limit"
379
+ },
311
380
  {
312
381
  type: 0,
313
- value: "Main"
382
+ value: " characters allowed."
314
383
  }
315
384
  ],
316
- "navigation.showNavigation": [
385
+ "global.characterLimitReached": [
317
386
  {
318
387
  type: 0,
319
- value: "Show navigation"
388
+ value: "No additional characters will be entered."
320
389
  }
321
390
  ],
322
- "navigator.WatermarkAppNavigation": [
391
+ "global.charactersEntered": [
392
+ {
393
+ style: null,
394
+ type: 2,
395
+ value: "x"
396
+ },
323
397
  {
324
398
  type: 0,
325
- value: "Watermark App Navigation"
326
- }
327
- ],
328
- "navigator.logout": [
399
+ value: " of "
400
+ },
401
+ {
402
+ style: null,
403
+ type: 2,
404
+ value: "y"
405
+ },
329
406
  {
330
407
  type: 0,
331
- value: "Log Out"
408
+ value: " characters entered."
332
409
  }
333
410
  ],
334
- "navigator.userinfo": [
411
+ "global.closeVerb": [
335
412
  {
336
413
  type: 0,
337
- value: "User information"
414
+ value: "Close"
338
415
  }
339
416
  ],
340
- "navigator.userinfoAndProductNavigator": [
417
+ "global.genericError": [
341
418
  {
342
419
  type: 0,
343
- value: "User information and product navigator"
420
+ value: "An error occurred. Please try again."
344
421
  }
345
422
  ],
346
- "navigator.userinfoLabel": [
347
- {
348
- type: 0,
349
- value: "for "
350
- },
351
- {
352
- type: 1,
353
- value: "name"
354
- },
423
+ "global.hideVerb": [
355
424
  {
356
425
  type: 0,
357
- value: ", email "
358
- },
359
- {
360
- type: 1,
361
- value: "email"
426
+ value: "Hide"
362
427
  }
363
428
  ],
364
- "navigator.watermarkApps": [
429
+ "global.locked": [
365
430
  {
366
431
  type: 0,
367
- value: "Watermark Apps"
432
+ value: "locked"
368
433
  }
369
434
  ],
370
- "search.jumpToResult": [
435
+ "global.newWindowLink": [
371
436
  {
372
437
  type: 0,
373
- value: "Jump to search result in list"
438
+ value: "Opens in a new window."
374
439
  }
375
440
  ],
376
- "search.nextResult": [
441
+ "global.next": [
377
442
  {
378
443
  type: 0,
379
- value: "Press to hear next matching result"
444
+ value: "next"
380
445
  }
381
446
  ],
382
- "search.previousResult": [
447
+ "global.openVerb": [
383
448
  {
384
449
  type: 0,
385
- value: "Press to hear previous matching result"
450
+ value: "Open"
386
451
  }
387
452
  ],
388
- "search.resultsFound": [
389
- {
390
- offset: 0,
391
- options: {
392
- "=0": {
393
- value: [
394
- {
395
- type: 0,
396
- value: "No results"
397
- }
398
- ]
399
- },
400
- one: {
401
- value: [
402
- {
403
- type: 0,
404
- value: "1 result"
405
- }
406
- ]
407
- },
408
- other: {
409
- value: [
410
- {
411
- type: 7
412
- },
413
- {
414
- type: 0,
415
- value: " results"
416
- }
417
- ]
418
- }
419
- },
420
- pluralType: "cardinal",
421
- type: 6,
422
- value: "numResults"
423
- },
453
+ "global.previous": [
424
454
  {
425
455
  type: 0,
426
- value: " found"
456
+ value: "previous"
427
457
  }
428
458
  ],
429
- "search.typeToFilterResults": [
459
+ "global.requiredError": [
430
460
  {
431
461
  type: 0,
432
- value: "Type to filter the results"
462
+ value: "This field is required."
433
463
  }
434
464
  ],
435
- "search.xOfYResults": [
465
+ "global.requiredField": [
436
466
  {
437
- offset: 0,
438
- options: {
439
- "=0": {
440
- value: [
441
- {
442
- type: 0,
443
- value: "No results found"
444
- }
445
- ]
446
- },
447
- other: {
448
- value: [
449
- {
450
- type: 1,
451
- value: "current"
452
- },
453
- {
454
- type: 0,
455
- value: " of "
456
- },
457
- {
458
- type: 1,
459
- value: "numResults"
460
- },
461
- {
462
- type: 0,
463
- value: " results"
464
- }
465
- ]
466
- }
467
- },
468
- pluralType: "cardinal",
469
- type: 6,
470
- value: "numResults"
467
+ type: 0,
468
+ value: "required field"
471
469
  }
472
470
  ],
473
- "select.allOptionsDeselected": [
471
+ "global.showVerb": [
474
472
  {
475
473
  type: 0,
476
- value: "All options deselected"
474
+ value: "Show"
477
475
  }
478
476
  ],
479
- "select.allOptionsSelected": [
477
+ "linechart.changeSince": [
480
478
  {
481
479
  type: 0,
482
- value: "All options selected"
480
+ value: "Change since "
481
+ },
482
+ {
483
+ type: 1,
484
+ value: "time"
483
485
  }
484
486
  ],
485
- "select.allSelected": [
487
+ "linechart.getLineFocusAnnouncement": [
488
+ {
489
+ type: 1,
490
+ value: "label"
491
+ },
486
492
  {
487
493
  type: 0,
488
- value: "All selected"
494
+ value: ", line "
495
+ },
496
+ {
497
+ type: 1,
498
+ value: "lineNumber"
499
+ },
500
+ {
501
+ type: 0,
502
+ value: " of "
503
+ },
504
+ {
505
+ type: 1,
506
+ value: "lineTotal"
507
+ },
508
+ {
509
+ type: 0,
510
+ value: " with "
511
+ },
512
+ {
513
+ type: 1,
514
+ value: "lineLength"
515
+ },
516
+ {
517
+ type: 0,
518
+ value: " data points"
489
519
  }
490
520
  ],
491
- "select.deselectAll": [
521
+ "linechart.highlightQualifier": [
492
522
  {
493
523
  type: 0,
494
- value: "Deselect All"
524
+ value: "highlighted"
495
525
  }
496
526
  ],
497
- "select.multiPlaceholder": [
527
+ "linechart.instructions": [
498
528
  {
499
529
  type: 0,
500
- value: "Make a selection"
530
+ value: "Use Tab and arrow keys to browse elements."
501
531
  }
502
532
  ],
503
- "select.noSearchResults": [
533
+ "linechart.noData": [
504
534
  {
505
535
  type: 0,
506
- value: "No results found. Please try your search again."
536
+ value: "No Data"
507
537
  }
508
538
  ],
509
- "select.searchPlaceholder": [
539
+ "linechart.toggleButtonLabel": [
510
540
  {
511
541
  type: 0,
512
- value: "Search"
542
+ value: "Toggle line visibility, list with "
543
+ },
544
+ {
545
+ type: 1,
546
+ value: "itemCount"
547
+ },
548
+ {
549
+ type: 0,
550
+ value: " items"
513
551
  }
514
552
  ],
515
- "select.searchResultsFound": [
553
+ "linechart.toggleButtonState": [
554
+ {
555
+ type: 0,
556
+ value: "toggle "
557
+ },
516
558
  {
517
- offset: 0,
518
559
  options: {
519
- one: {
560
+ other: {
520
561
  value: [
521
- {
522
- type: 0,
523
- value: "1 option found"
524
- }
525
562
  ]
526
563
  },
527
- other: {
564
+ "true": {
528
565
  value: [
529
- {
530
- type: 7
531
- },
532
566
  {
533
567
  type: 0,
534
- value: " options found"
568
+ value: "pressed"
535
569
  }
536
570
  ]
537
571
  }
538
572
  },
539
- pluralType: "cardinal",
540
- type: 6,
541
- value: "numResults"
573
+ type: 5,
574
+ value: "isPressed"
542
575
  }
543
576
  ],
544
- "select.selectAll": [
577
+ "navigation.mainNavigation": [
545
578
  {
546
579
  type: 0,
547
- value: "Select All"
580
+ value: "Main"
548
581
  }
549
582
  ],
550
- "tagInput.addNewHelpText": [
583
+ "navigation.showNavigation": [
551
584
  {
552
585
  type: 0,
553
- value: "Press the Enter or Comma key to add a new tag."
586
+ value: "Show navigation"
587
+ }
588
+ ],
589
+ "navigator.WatermarkAppNavigation": [
590
+ {
591
+ type: 0,
592
+ value: "Watermark App Navigation"
593
+ }
594
+ ],
595
+ "navigator.logout": [
596
+ {
597
+ type: 0,
598
+ value: "Log Out"
599
+ }
600
+ ],
601
+ "navigator.userinfo": [
602
+ {
603
+ type: 0,
604
+ value: "User information"
605
+ }
606
+ ],
607
+ "navigator.userinfoAndProductNavigator": [
608
+ {
609
+ type: 0,
610
+ value: "User information and product navigator"
611
+ }
612
+ ],
613
+ "navigator.userinfoLabel": [
614
+ {
615
+ type: 0,
616
+ value: "for "
617
+ },
618
+ {
619
+ type: 1,
620
+ value: "name"
621
+ },
622
+ {
623
+ type: 0,
624
+ value: ", email "
625
+ },
626
+ {
627
+ type: 1,
628
+ value: "email"
629
+ }
630
+ ],
631
+ "navigator.watermarkApps": [
632
+ {
633
+ type: 0,
634
+ value: "Watermark Apps"
635
+ }
636
+ ],
637
+ "pagination.currentPageAnnouncement": [
638
+ {
639
+ type: 0,
640
+ value: "Current page, "
641
+ },
642
+ {
643
+ type: 1,
644
+ value: "currentPage"
645
+ },
646
+ {
647
+ type: 0,
648
+ value: "."
649
+ }
650
+ ],
651
+ "pagination.lastPageButtonLabel": [
652
+ {
653
+ type: 0,
654
+ value: "Go to last page, page "
655
+ },
656
+ {
657
+ type: 1,
658
+ value: "totalPages"
659
+ }
660
+ ],
661
+ "pagination.navLabel": [
662
+ {
663
+ type: 0,
664
+ value: "Pagination navigation."
665
+ }
666
+ ],
667
+ "pagination.nextPageButtonLabel": [
668
+ {
669
+ type: 0,
670
+ value: "Go to next page"
671
+ }
672
+ ],
673
+ "pagination.pageButtonLabel": [
674
+ {
675
+ type: 0,
676
+ value: "Go to page "
677
+ },
678
+ {
679
+ type: 1,
680
+ value: "pageNum"
681
+ }
682
+ ],
683
+ "pagination.pagesInView": [
684
+ {
685
+ type: 0,
686
+ value: "Viewing "
687
+ },
688
+ {
689
+ options: {
690
+ other: {
691
+ value: [
692
+ {
693
+ type: 1,
694
+ value: "itemStart"
695
+ },
696
+ {
697
+ type: 0,
698
+ value: "-"
699
+ },
700
+ {
701
+ type: 1,
702
+ value: "itemEnd"
703
+ },
704
+ {
705
+ type: 0,
706
+ value: " of "
707
+ },
708
+ {
709
+ type: 1,
710
+ value: "totalItems"
711
+ }
712
+ ]
713
+ },
714
+ "true": {
715
+ value: [
716
+ {
717
+ type: 1,
718
+ value: "itemStart"
719
+ }
720
+ ]
721
+ }
722
+ },
723
+ type: 5,
724
+ value: "atEnd"
725
+ }
726
+ ],
727
+ "pagination.previousPageButtonLabel": [
728
+ {
729
+ type: 0,
730
+ value: "Go to previous page"
731
+ }
732
+ ],
733
+ "search.jumpToResult": [
734
+ {
735
+ type: 0,
736
+ value: "Jump to search result in list"
737
+ }
738
+ ],
739
+ "search.nextResult": [
740
+ {
741
+ type: 0,
742
+ value: "Press to hear next matching result"
743
+ }
744
+ ],
745
+ "search.previousResult": [
746
+ {
747
+ type: 0,
748
+ value: "Press to hear previous matching result"
749
+ }
750
+ ],
751
+ "search.resultsFound": [
752
+ {
753
+ offset: 0,
754
+ options: {
755
+ "=0": {
756
+ value: [
757
+ {
758
+ type: 0,
759
+ value: "No results"
760
+ }
761
+ ]
762
+ },
763
+ one: {
764
+ value: [
765
+ {
766
+ type: 0,
767
+ value: "1 result"
768
+ }
769
+ ]
770
+ },
771
+ other: {
772
+ value: [
773
+ {
774
+ type: 7
775
+ },
776
+ {
777
+ type: 0,
778
+ value: " results"
779
+ }
780
+ ]
781
+ }
782
+ },
783
+ pluralType: "cardinal",
784
+ type: 6,
785
+ value: "numResults"
786
+ },
787
+ {
788
+ type: 0,
789
+ value: " found"
790
+ }
791
+ ],
792
+ "search.typeToFilterResults": [
793
+ {
794
+ type: 0,
795
+ value: "Type to filter the results"
796
+ }
797
+ ],
798
+ "search.xOfYResults": [
799
+ {
800
+ offset: 0,
801
+ options: {
802
+ "=0": {
803
+ value: [
804
+ {
805
+ type: 0,
806
+ value: "No results found"
807
+ }
808
+ ]
809
+ },
810
+ other: {
811
+ value: [
812
+ {
813
+ type: 1,
814
+ value: "current"
815
+ },
816
+ {
817
+ type: 0,
818
+ value: " of "
819
+ },
820
+ {
821
+ type: 1,
822
+ value: "numResults"
823
+ },
824
+ {
825
+ type: 0,
826
+ value: " results"
827
+ }
828
+ ]
829
+ }
830
+ },
831
+ pluralType: "cardinal",
832
+ type: 6,
833
+ value: "numResults"
834
+ }
835
+ ],
836
+ "select.allOptionsDeselected": [
837
+ {
838
+ type: 0,
839
+ value: "All options deselected"
840
+ }
841
+ ],
842
+ "select.allOptionsSelected": [
843
+ {
844
+ type: 0,
845
+ value: "All options selected"
846
+ }
847
+ ],
848
+ "select.allSelected": [
849
+ {
850
+ type: 0,
851
+ value: "All selected"
852
+ }
853
+ ],
854
+ "select.deselectAll": [
855
+ {
856
+ type: 0,
857
+ value: "Deselect All"
858
+ }
859
+ ],
860
+ "select.multiClearSelection": [
861
+ {
862
+ type: 0,
863
+ value: "Clear all Selections"
864
+ }
865
+ ],
866
+ "select.multiPlaceholder": [
867
+ {
868
+ type: 0,
869
+ value: "Make a selection"
870
+ }
871
+ ],
872
+ "select.noSearchResults": [
873
+ {
874
+ type: 0,
875
+ value: "No results found. Please try your search again."
876
+ }
877
+ ],
878
+ "select.optgroupMultipleSelectionCount": [
879
+ {
880
+ type: 1,
881
+ value: "numberSelected"
882
+ },
883
+ {
884
+ type: 0,
885
+ value: " selected"
886
+ }
887
+ ],
888
+ "select.optgroupSingleSelectionCount": [
889
+ {
890
+ type: 0,
891
+ value: "Item Selected"
892
+ }
893
+ ],
894
+ "select.searchPlaceholder": [
895
+ {
896
+ type: 0,
897
+ value: "Search"
898
+ }
899
+ ],
900
+ "select.searchResultsFound": [
901
+ {
902
+ offset: 0,
903
+ options: {
904
+ one: {
905
+ value: [
906
+ {
907
+ type: 0,
908
+ value: "1 option found"
909
+ }
910
+ ]
911
+ },
912
+ other: {
913
+ value: [
914
+ {
915
+ type: 7
916
+ },
917
+ {
918
+ type: 0,
919
+ value: " options found"
920
+ }
921
+ ]
922
+ }
923
+ },
924
+ pluralType: "cardinal",
925
+ type: 6,
926
+ value: "numberResults"
927
+ }
928
+ ],
929
+ "select.selectAll": [
930
+ {
931
+ type: 0,
932
+ value: "Select All"
933
+ }
934
+ ],
935
+ "select.selectionCleared": [
936
+ {
937
+ type: 0,
938
+ value: "Selection cleared"
939
+ }
940
+ ],
941
+ "select.singleClearSelection": [
942
+ {
943
+ type: 0,
944
+ value: "Clear Selection"
945
+ }
946
+ ],
947
+ "select.singlePlaceholder": [
948
+ {
949
+ type: 0,
950
+ value: "Select an Option"
951
+ }
952
+ ],
953
+ "snackbar.closeNotification": [
954
+ {
955
+ type: 0,
956
+ value: "Close this notification"
957
+ }
958
+ ],
959
+ "tab.selectLabel": [
960
+ {
961
+ type: 0,
962
+ value: "Choose a tab"
963
+ }
964
+ ],
965
+ "tagInput.addNewHelpText": [
966
+ {
967
+ type: 0,
968
+ value: "Press the Enter or Comma key to add a new tag."
969
+ }
970
+ ],
971
+ "tagInput.addNewTag": [
972
+ {
973
+ type: 0,
974
+ value: "Add "
975
+ },
976
+ {
977
+ type: 1,
978
+ value: "newTagName"
554
979
  }
555
980
  ],
556
981
  "tagInput.existingOptions": [
@@ -687,6 +1112,238 @@ const en = {
687
1112
  type: 0,
688
1113
  value: "More information"
689
1114
  }
1115
+ ],
1116
+ "uploader.acceptedFileTypes": [
1117
+ {
1118
+ children: [
1119
+ {
1120
+ type: 0,
1121
+ value: "Accepted File "
1122
+ },
1123
+ {
1124
+ offset: 0,
1125
+ options: {
1126
+ "=1": {
1127
+ value: [
1128
+ {
1129
+ type: 0,
1130
+ value: "Type"
1131
+ }
1132
+ ]
1133
+ },
1134
+ other: {
1135
+ value: [
1136
+ {
1137
+ type: 0,
1138
+ value: "Types"
1139
+ }
1140
+ ]
1141
+ }
1142
+ },
1143
+ pluralType: "cardinal",
1144
+ type: 6,
1145
+ value: "amount"
1146
+ },
1147
+ {
1148
+ type: 0,
1149
+ value: ":"
1150
+ }
1151
+ ],
1152
+ type: 8,
1153
+ value: "b"
1154
+ },
1155
+ {
1156
+ type: 0,
1157
+ value: " "
1158
+ },
1159
+ {
1160
+ type: 1,
1161
+ value: "fileTypes"
1162
+ }
1163
+ ],
1164
+ "uploader.dropFile": [
1165
+ {
1166
+ type: 0,
1167
+ value: "Drop to Upload"
1168
+ }
1169
+ ],
1170
+ "uploader.dropInstructions": [
1171
+ {
1172
+ type: 0,
1173
+ value: "Browse or Drag Files Here"
1174
+ }
1175
+ ],
1176
+ "uploader.duplicateName": [
1177
+ {
1178
+ type: 0,
1179
+ value: "A file with this name already exists."
1180
+ }
1181
+ ],
1182
+ "uploader.fileCount": [
1183
+ {
1184
+ type: 1,
1185
+ value: "x"
1186
+ },
1187
+ {
1188
+ type: 0,
1189
+ value: " of "
1190
+ },
1191
+ {
1192
+ type: 1,
1193
+ value: "y"
1194
+ },
1195
+ {
1196
+ type: 0,
1197
+ value: " Files"
1198
+ }
1199
+ ],
1200
+ "uploader.fileRequirements": [
1201
+ {
1202
+ type: 0,
1203
+ value: "File Requirements"
1204
+ }
1205
+ ],
1206
+ "uploader.fileTooLarge": [
1207
+ {
1208
+ type: 0,
1209
+ value: "The selected file is too large. Maximum file size is "
1210
+ },
1211
+ {
1212
+ type: 1,
1213
+ value: "size"
1214
+ }
1215
+ ],
1216
+ "uploader.fileUploadLimitExceeded": [
1217
+ {
1218
+ type: 0,
1219
+ value: "Upload unsuccessful because file selection would exceed the maximum number of files"
1220
+ }
1221
+ ],
1222
+ "uploader.fileUploadLimitReached": [
1223
+ {
1224
+ type: 0,
1225
+ value: "The maximum number of files has been reached"
1226
+ }
1227
+ ],
1228
+ "uploader.filesAdded": [
1229
+ {
1230
+ offset: 0,
1231
+ options: {
1232
+ one: {
1233
+ value: [
1234
+ {
1235
+ type: 0,
1236
+ value: "1 file added"
1237
+ }
1238
+ ]
1239
+ },
1240
+ other: {
1241
+ value: [
1242
+ {
1243
+ type: 7
1244
+ },
1245
+ {
1246
+ type: 0,
1247
+ value: " files added"
1248
+ }
1249
+ ]
1250
+ }
1251
+ },
1252
+ pluralType: "cardinal",
1253
+ type: 6,
1254
+ value: "numFiles"
1255
+ }
1256
+ ],
1257
+ "uploader.filesUploading": [
1258
+ {
1259
+ offset: 0,
1260
+ options: {
1261
+ one: {
1262
+ value: [
1263
+ {
1264
+ type: 0,
1265
+ value: "1 file uploading"
1266
+ }
1267
+ ]
1268
+ },
1269
+ other: {
1270
+ value: [
1271
+ {
1272
+ type: 7
1273
+ },
1274
+ {
1275
+ type: 0,
1276
+ value: " files uploading"
1277
+ }
1278
+ ]
1279
+ }
1280
+ },
1281
+ pluralType: "cardinal",
1282
+ type: 6,
1283
+ value: "num"
1284
+ }
1285
+ ],
1286
+ "uploader.finishedUploading": [
1287
+ {
1288
+ type: 0,
1289
+ value: "Finished uploading"
1290
+ }
1291
+ ],
1292
+ "uploader.invalidFileType": [
1293
+ {
1294
+ type: 0,
1295
+ value: "The file type is invalid. Accepted types: "
1296
+ },
1297
+ {
1298
+ type: 1,
1299
+ value: "validTypes"
1300
+ }
1301
+ ],
1302
+ "uploader.maxSize": [
1303
+ {
1304
+ children: [
1305
+ {
1306
+ type: 0,
1307
+ value: "Maximum File Size:"
1308
+ }
1309
+ ],
1310
+ type: 8,
1311
+ value: "b"
1312
+ },
1313
+ {
1314
+ type: 0,
1315
+ value: " "
1316
+ },
1317
+ {
1318
+ type: 1,
1319
+ value: "maxSize"
1320
+ }
1321
+ ],
1322
+ "uploader.uploadProgress": [
1323
+ {
1324
+ type: 0,
1325
+ value: "Upload progress: "
1326
+ },
1327
+ {
1328
+ type: 1,
1329
+ value: "percentage"
1330
+ },
1331
+ {
1332
+ type: 0,
1333
+ value: "%"
1334
+ }
1335
+ ],
1336
+ "uploader.waitToUpload": [
1337
+ {
1338
+ type: 0,
1339
+ value: "Please wait for current upload to complete before uploading new files."
1340
+ }
1341
+ ],
1342
+ "uploader.zeroFileSize": [
1343
+ {
1344
+ type: 0,
1345
+ value: "The file must be more than 0 bytes"
1346
+ }
690
1347
  ]
691
1348
  };
692
1349
 
@@ -2398,6 +3055,12 @@ const pig = {
2398
3055
  type: 0,
2399
3056
  value: "Useyay arrowyay eyskay otay owsebray elementsyay, esspray Abtay otay exityay."
2400
3057
  }
3058
+ ],
3059
+ "chart.interactiveChart": [
3060
+ {
3061
+ type: 0,
3062
+ value: "Interactiveyay artchay"
3063
+ }
2401
3064
  ],
2402
3065
  "chart.roleDescription": [
2403
3066
  {
@@ -2416,6 +3079,12 @@ const pig = {
2416
3079
  type: 0,
2417
3080
  value: "Augustyay"
2418
3081
  }
3082
+ ],
3083
+ "date.calName": [
3084
+ {
3085
+ type: 0,
3086
+ value: "Alendarcay."
3087
+ }
2419
3088
  ],
2420
3089
  "date.calendarView": [
2421
3090
  {
@@ -2440,6 +3109,12 @@ const pig = {
2440
3109
  type: 0,
2441
3110
  value: "Ebruaryfay"
2442
3111
  }
3112
+ ],
3113
+ "date.firstCalName": [
3114
+ {
3115
+ type: 0,
3116
+ value: "Irstfay alendarcay."
3117
+ }
2443
3118
  ],
2444
3119
  "date.fr": [
2445
3120
  {
@@ -2524,6 +3199,18 @@ const pig = {
2524
3199
  type: 0,
2525
3200
  value: "Aturdaysay"
2526
3201
  }
3202
+ ],
3203
+ "date.secondCalName": [
3204
+ {
3205
+ type: 0,
3206
+ value: "Econdsay alendarcay."
3207
+ }
3208
+ ],
3209
+ "date.selectDate": [
3210
+ {
3211
+ type: 0,
3212
+ value: "Electsay ateday"
3213
+ }
2527
3214
  ],
2528
3215
  "date.selectMonth": [
2529
3216
  {
@@ -2554,6 +3241,12 @@ const pig = {
2554
3241
  type: 0,
2555
3242
  value: "Electsay eviouspray earyay"
2556
3243
  }
3244
+ ],
3245
+ "date.selectRange": [
3246
+ {
3247
+ type: 0,
3248
+ value: "Electsay angeray"
3249
+ }
2557
3250
  ],
2558
3251
  "date.selectYear": [
2559
3252
  {
@@ -2608,6 +3301,24 @@ const pig = {
2608
3301
  type: 0,
2609
3302
  value: "Uesdaytay"
2610
3303
  }
3304
+ ],
3305
+ "date.viewingMonth": [
3306
+ {
3307
+ type: 0,
3308
+ value: "Iewingvay "
3309
+ },
3310
+ {
3311
+ type: 1,
3312
+ value: "month"
3313
+ },
3314
+ {
3315
+ type: 0,
3316
+ value: ", "
3317
+ },
3318
+ {
3319
+ type: 1,
3320
+ value: "year"
3321
+ }
2611
3322
  ],
2612
3323
  "date.we": [
2613
3324
  {
@@ -2620,6 +3331,16 @@ const pig = {
2620
3331
  type: 0,
2621
3332
  value: "Ednesdayway"
2622
3333
  }
3334
+ ],
3335
+ "date.yearSelected": [
3336
+ {
3337
+ type: 1,
3338
+ value: "year"
3339
+ },
3340
+ {
3341
+ type: 0,
3342
+ value: " electedsay."
3343
+ }
2623
3344
  ],
2624
3345
  "file.actionMenuLabel": [
2625
3346
  {
@@ -2682,6 +3403,209 @@ const pig = {
2682
3403
  type: 0,
2683
3404
  value: "Eviewpray"
2684
3405
  }
3406
+ ],
3407
+ "global.characterLimit": [
3408
+ {
3409
+ style: null,
3410
+ type: 2,
3411
+ value: "limit"
3412
+ },
3413
+ {
3414
+ type: 0,
3415
+ value: " aracterschay allowedyay."
3416
+ }
3417
+ ],
3418
+ "global.characterLimitReached": [
3419
+ {
3420
+ type: 0,
3421
+ value: "Onay additionalyay aracterschay illway ebay enteredyay."
3422
+ }
3423
+ ],
3424
+ "global.charactersEntered": [
3425
+ {
3426
+ style: null,
3427
+ type: 2,
3428
+ value: "x"
3429
+ },
3430
+ {
3431
+ type: 0,
3432
+ value: " ofyay "
3433
+ },
3434
+ {
3435
+ style: null,
3436
+ type: 2,
3437
+ value: "y"
3438
+ },
3439
+ {
3440
+ type: 0,
3441
+ value: " aracterschay enteredyay."
3442
+ }
3443
+ ],
3444
+ "global.closeVerb": [
3445
+ {
3446
+ type: 0,
3447
+ value: "Oseclay"
3448
+ }
3449
+ ],
3450
+ "global.genericError": [
3451
+ {
3452
+ type: 0,
3453
+ value: "Anyay erroryay occurredyay. Easeplay tryay againyay."
3454
+ }
3455
+ ],
3456
+ "global.hideVerb": [
3457
+ {
3458
+ type: 0,
3459
+ value: "Idehay"
3460
+ }
3461
+ ],
3462
+ "global.locked": [
3463
+ {
3464
+ type: 0,
3465
+ value: "ockedlay"
3466
+ }
3467
+ ],
3468
+ "global.newWindowLink": [
3469
+ {
3470
+ type: 0,
3471
+ value: "Opensyay inyay ayay ewnay indowway."
3472
+ }
3473
+ ],
3474
+ "global.next": [
3475
+ {
3476
+ type: 0,
3477
+ value: "extnay"
3478
+ }
3479
+ ],
3480
+ "global.openVerb": [
3481
+ {
3482
+ type: 0,
3483
+ value: "Openyay"
3484
+ }
3485
+ ],
3486
+ "global.previous": [
3487
+ {
3488
+ type: 0,
3489
+ value: "eviouspray"
3490
+ }
3491
+ ],
3492
+ "global.requiredError": [
3493
+ {
3494
+ type: 0,
3495
+ value: "Isthay ieldfay isyay equiredray."
3496
+ }
3497
+ ],
3498
+ "global.requiredField": [
3499
+ {
3500
+ type: 0,
3501
+ value: "equiredray ieldfay"
3502
+ }
3503
+ ],
3504
+ "global.showVerb": [
3505
+ {
3506
+ type: 0,
3507
+ value: "Owshay"
3508
+ }
3509
+ ],
3510
+ "linechart.changeSince": [
3511
+ {
3512
+ type: 0,
3513
+ value: "Angechay incesay "
3514
+ },
3515
+ {
3516
+ type: 1,
3517
+ value: "time"
3518
+ }
3519
+ ],
3520
+ "linechart.getLineFocusAnnouncement": [
3521
+ {
3522
+ type: 1,
3523
+ value: "label"
3524
+ },
3525
+ {
3526
+ type: 0,
3527
+ value: ", inelay "
3528
+ },
3529
+ {
3530
+ type: 1,
3531
+ value: "lineNumber"
3532
+ },
3533
+ {
3534
+ type: 0,
3535
+ value: " ofyay "
3536
+ },
3537
+ {
3538
+ type: 1,
3539
+ value: "lineTotal"
3540
+ },
3541
+ {
3542
+ type: 0,
3543
+ value: " ithway "
3544
+ },
3545
+ {
3546
+ type: 1,
3547
+ value: "lineLength"
3548
+ },
3549
+ {
3550
+ type: 0,
3551
+ value: " ataday ointspay"
3552
+ }
3553
+ ],
3554
+ "linechart.highlightQualifier": [
3555
+ {
3556
+ type: 0,
3557
+ value: "ighlightedhay"
3558
+ }
3559
+ ],
3560
+ "linechart.instructions": [
3561
+ {
3562
+ type: 0,
3563
+ value: "Useyay Abtay andyay arrowyay eyskay otay owsebray elementsyay."
3564
+ }
3565
+ ],
3566
+ "linechart.noData": [
3567
+ {
3568
+ type: 0,
3569
+ value: "Onay Ataday"
3570
+ }
3571
+ ],
3572
+ "linechart.toggleButtonLabel": [
3573
+ {
3574
+ type: 0,
3575
+ value: "Oggletay inelay isibilityvay, istlay ithway "
3576
+ },
3577
+ {
3578
+ type: 1,
3579
+ value: "itemCount"
3580
+ },
3581
+ {
3582
+ type: 0,
3583
+ value: " itemsyay"
3584
+ }
3585
+ ],
3586
+ "linechart.toggleButtonState": [
3587
+ {
3588
+ type: 0,
3589
+ value: "oggletay "
3590
+ },
3591
+ {
3592
+ options: {
3593
+ other: {
3594
+ value: [
3595
+ ]
3596
+ },
3597
+ "true": {
3598
+ value: [
3599
+ {
3600
+ type: 0,
3601
+ value: "essedpray"
3602
+ }
3603
+ ]
3604
+ }
3605
+ },
3606
+ type: 5,
3607
+ value: "isPressed"
3608
+ }
2685
3609
  ],
2686
3610
  "navigation.mainNavigation": [
2687
3611
  {
@@ -2701,46 +3625,142 @@ const pig = {
2701
3625
  value: "Atermarkway Appyay Avigationnay"
2702
3626
  }
2703
3627
  ],
2704
- "navigator.logout": [
3628
+ "navigator.logout": [
3629
+ {
3630
+ type: 0,
3631
+ value: "Oglay Outyay"
3632
+ }
3633
+ ],
3634
+ "navigator.userinfo": [
3635
+ {
3636
+ type: 0,
3637
+ value: "Useryay informationyay"
3638
+ }
3639
+ ],
3640
+ "navigator.userinfoAndProductNavigator": [
3641
+ {
3642
+ type: 0,
3643
+ value: "Useryay informationyay andyay oductpray avigatornay"
3644
+ }
3645
+ ],
3646
+ "navigator.userinfoLabel": [
3647
+ {
3648
+ type: 0,
3649
+ value: "orfay "
3650
+ },
3651
+ {
3652
+ type: 1,
3653
+ value: "name"
3654
+ },
3655
+ {
3656
+ type: 0,
3657
+ value: ", emailyay "
3658
+ },
3659
+ {
3660
+ type: 1,
3661
+ value: "email"
3662
+ }
3663
+ ],
3664
+ "navigator.watermarkApps": [
3665
+ {
3666
+ type: 0,
3667
+ value: "Atermarkway Appsyay"
3668
+ }
3669
+ ],
3670
+ "pagination.currentPageAnnouncement": [
3671
+ {
3672
+ type: 0,
3673
+ value: "Urrentcay agepay, "
3674
+ },
3675
+ {
3676
+ type: 1,
3677
+ value: "currentPage"
3678
+ },
3679
+ {
3680
+ type: 0,
3681
+ value: "."
3682
+ }
3683
+ ],
3684
+ "pagination.lastPageButtonLabel": [
2705
3685
  {
2706
3686
  type: 0,
2707
- value: "Oglay Outyay"
3687
+ value: "Ogay otay astlay agepay, agepay "
3688
+ },
3689
+ {
3690
+ type: 1,
3691
+ value: "totalPages"
2708
3692
  }
2709
3693
  ],
2710
- "navigator.userinfo": [
3694
+ "pagination.navLabel": [
2711
3695
  {
2712
3696
  type: 0,
2713
- value: "Useryay informationyay"
3697
+ value: "Aginationpay avigationnay."
2714
3698
  }
2715
3699
  ],
2716
- "navigator.userinfoAndProductNavigator": [
3700
+ "pagination.nextPageButtonLabel": [
2717
3701
  {
2718
3702
  type: 0,
2719
- value: "Useryay informationyay andyay oductpray avigatornay"
3703
+ value: "Ogay otay extnay agepay"
2720
3704
  }
2721
3705
  ],
2722
- "navigator.userinfoLabel": [
3706
+ "pagination.pageButtonLabel": [
2723
3707
  {
2724
3708
  type: 0,
2725
- value: "orfay "
3709
+ value: "Ogay otay agepay "
2726
3710
  },
2727
3711
  {
2728
3712
  type: 1,
2729
- value: "name"
2730
- },
3713
+ value: "pageNum"
3714
+ }
3715
+ ],
3716
+ "pagination.pagesInView": [
2731
3717
  {
2732
3718
  type: 0,
2733
- value: ", emailyay "
3719
+ value: "Iewingvay "
2734
3720
  },
2735
3721
  {
2736
- type: 1,
2737
- value: "email"
3722
+ options: {
3723
+ other: {
3724
+ value: [
3725
+ {
3726
+ type: 1,
3727
+ value: "itemStart"
3728
+ },
3729
+ {
3730
+ type: 0,
3731
+ value: "-"
3732
+ },
3733
+ {
3734
+ type: 1,
3735
+ value: "itemEnd"
3736
+ },
3737
+ {
3738
+ type: 0,
3739
+ value: " ofyay "
3740
+ },
3741
+ {
3742
+ type: 1,
3743
+ value: "totalItems"
3744
+ }
3745
+ ]
3746
+ },
3747
+ "true": {
3748
+ value: [
3749
+ {
3750
+ type: 1,
3751
+ value: "itemStart"
3752
+ }
3753
+ ]
3754
+ }
3755
+ },
3756
+ type: 5,
3757
+ value: "atEnd"
2738
3758
  }
2739
3759
  ],
2740
- "navigator.watermarkApps": [
3760
+ "pagination.previousPageButtonLabel": [
2741
3761
  {
2742
3762
  type: 0,
2743
- value: "Atermarkway Appsyay"
3763
+ value: "Ogay otay eviouspray agepay"
2744
3764
  }
2745
3765
  ],
2746
3766
  "search.jumpToResult": [
@@ -2869,6 +3889,12 @@ const pig = {
2869
3889
  type: 0,
2870
3890
  value: "Eselectday Allyay"
2871
3891
  }
3892
+ ],
3893
+ "select.multiClearSelection": [
3894
+ {
3895
+ type: 0,
3896
+ value: "Earclay allyay Electionssay"
3897
+ }
2872
3898
  ],
2873
3899
  "select.multiPlaceholder": [
2874
3900
  {
@@ -2881,6 +3907,22 @@ const pig = {
2881
3907
  type: 0,
2882
3908
  value: "Onay esultsray oundfay. Easeplay tryay ouryay earchsay againyay."
2883
3909
  }
3910
+ ],
3911
+ "select.optgroupMultipleSelectionCount": [
3912
+ {
3913
+ type: 1,
3914
+ value: "numberSelected"
3915
+ },
3916
+ {
3917
+ type: 0,
3918
+ value: " electedsay"
3919
+ }
3920
+ ],
3921
+ "select.optgroupSingleSelectionCount": [
3922
+ {
3923
+ type: 0,
3924
+ value: "Itemyay Electedsay"
3925
+ }
2884
3926
  ],
2885
3927
  "select.searchPlaceholder": [
2886
3928
  {
@@ -2914,7 +3956,7 @@ const pig = {
2914
3956
  },
2915
3957
  pluralType: "cardinal",
2916
3958
  type: 6,
2917
- value: "numResults"
3959
+ value: "numberResults"
2918
3960
  }
2919
3961
  ],
2920
3962
  "select.selectAll": [
@@ -2922,12 +3964,52 @@ const pig = {
2922
3964
  type: 0,
2923
3965
  value: "Electsay Allyay"
2924
3966
  }
3967
+ ],
3968
+ "select.selectionCleared": [
3969
+ {
3970
+ type: 0,
3971
+ value: "Electionsay earedclay"
3972
+ }
3973
+ ],
3974
+ "select.singleClearSelection": [
3975
+ {
3976
+ type: 0,
3977
+ value: "Earclay Electionsay"
3978
+ }
3979
+ ],
3980
+ "select.singlePlaceholder": [
3981
+ {
3982
+ type: 0,
3983
+ value: "Electsay anyay Optionyay"
3984
+ }
3985
+ ],
3986
+ "snackbar.closeNotification": [
3987
+ {
3988
+ type: 0,
3989
+ value: "Oseclay isthay otificationnay"
3990
+ }
3991
+ ],
3992
+ "tab.selectLabel": [
3993
+ {
3994
+ type: 0,
3995
+ value: "Oosechay ayay abtay"
3996
+ }
2925
3997
  ],
2926
3998
  "tagInput.addNewHelpText": [
2927
3999
  {
2928
4000
  type: 0,
2929
4001
  value: "Esspray ethay Enteryay oryay Ommacay eykay otay addyay ayay ewnay agtay."
2930
4002
  }
4003
+ ],
4004
+ "tagInput.addNewTag": [
4005
+ {
4006
+ type: 0,
4007
+ value: "Addyay "
4008
+ },
4009
+ {
4010
+ type: 1,
4011
+ value: "newTagName"
4012
+ }
2931
4013
  ],
2932
4014
  "tagInput.existingOptions": [
2933
4015
  {
@@ -3063,6 +4145,238 @@ const pig = {
3063
4145
  type: 0,
3064
4146
  value: "Oremay informationyay"
3065
4147
  }
4148
+ ],
4149
+ "uploader.acceptedFileTypes": [
4150
+ {
4151
+ children: [
4152
+ {
4153
+ type: 0,
4154
+ value: "Acceptedyay Ilefay "
4155
+ },
4156
+ {
4157
+ offset: 0,
4158
+ options: {
4159
+ "=1": {
4160
+ value: [
4161
+ {
4162
+ type: 0,
4163
+ value: "Etypay"
4164
+ }
4165
+ ]
4166
+ },
4167
+ other: {
4168
+ value: [
4169
+ {
4170
+ type: 0,
4171
+ value: "Estypay"
4172
+ }
4173
+ ]
4174
+ }
4175
+ },
4176
+ pluralType: "cardinal",
4177
+ type: 6,
4178
+ value: "amount"
4179
+ },
4180
+ {
4181
+ type: 0,
4182
+ value: ":"
4183
+ }
4184
+ ],
4185
+ type: 8,
4186
+ value: "b"
4187
+ },
4188
+ {
4189
+ type: 0,
4190
+ value: " "
4191
+ },
4192
+ {
4193
+ type: 1,
4194
+ value: "fileTypes"
4195
+ }
4196
+ ],
4197
+ "uploader.dropFile": [
4198
+ {
4199
+ type: 0,
4200
+ value: "Opdray otay Uploadyay"
4201
+ }
4202
+ ],
4203
+ "uploader.dropInstructions": [
4204
+ {
4205
+ type: 0,
4206
+ value: "Owsebray oryay Agdray Ilesfay Erehay"
4207
+ }
4208
+ ],
4209
+ "uploader.duplicateName": [
4210
+ {
4211
+ type: 0,
4212
+ value: "Ayay ilefay ithway isthay amenay alreadyyay existsyay."
4213
+ }
4214
+ ],
4215
+ "uploader.fileCount": [
4216
+ {
4217
+ type: 1,
4218
+ value: "x"
4219
+ },
4220
+ {
4221
+ type: 0,
4222
+ value: " ofyay "
4223
+ },
4224
+ {
4225
+ type: 1,
4226
+ value: "y"
4227
+ },
4228
+ {
4229
+ type: 0,
4230
+ value: " Ilesfay"
4231
+ }
4232
+ ],
4233
+ "uploader.fileRequirements": [
4234
+ {
4235
+ type: 0,
4236
+ value: "Ilefay Equirementsray"
4237
+ }
4238
+ ],
4239
+ "uploader.fileTooLarge": [
4240
+ {
4241
+ type: 0,
4242
+ value: "Ethay electedsay ilefay isyay ootay argelay. Aximummay ilefay izesay isyay "
4243
+ },
4244
+ {
4245
+ type: 1,
4246
+ value: "size"
4247
+ }
4248
+ ],
4249
+ "uploader.fileUploadLimitExceeded": [
4250
+ {
4251
+ type: 0,
4252
+ value: "Uploadyay unsuccessfulyay ecausebay ilefay electionsay ouldway exceedyay ethay aximummay umbernay ofyay ilesfay"
4253
+ }
4254
+ ],
4255
+ "uploader.fileUploadLimitReached": [
4256
+ {
4257
+ type: 0,
4258
+ value: "Ethay aximummay umbernay ofyay ilesfay ashay eenbay eachedray"
4259
+ }
4260
+ ],
4261
+ "uploader.filesAdded": [
4262
+ {
4263
+ offset: 0,
4264
+ options: {
4265
+ one: {
4266
+ value: [
4267
+ {
4268
+ type: 0,
4269
+ value: "1 ilefay addedyay"
4270
+ }
4271
+ ]
4272
+ },
4273
+ other: {
4274
+ value: [
4275
+ {
4276
+ type: 7
4277
+ },
4278
+ {
4279
+ type: 0,
4280
+ value: " ilesfay addedyay"
4281
+ }
4282
+ ]
4283
+ }
4284
+ },
4285
+ pluralType: "cardinal",
4286
+ type: 6,
4287
+ value: "numFiles"
4288
+ }
4289
+ ],
4290
+ "uploader.filesUploading": [
4291
+ {
4292
+ offset: 0,
4293
+ options: {
4294
+ one: {
4295
+ value: [
4296
+ {
4297
+ type: 0,
4298
+ value: "1 ilefay uploadingyay"
4299
+ }
4300
+ ]
4301
+ },
4302
+ other: {
4303
+ value: [
4304
+ {
4305
+ type: 7
4306
+ },
4307
+ {
4308
+ type: 0,
4309
+ value: " ilesfay uploadingyay"
4310
+ }
4311
+ ]
4312
+ }
4313
+ },
4314
+ pluralType: "cardinal",
4315
+ type: 6,
4316
+ value: "num"
4317
+ }
4318
+ ],
4319
+ "uploader.finishedUploading": [
4320
+ {
4321
+ type: 0,
4322
+ value: "Inishedfay uploadingyay"
4323
+ }
4324
+ ],
4325
+ "uploader.invalidFileType": [
4326
+ {
4327
+ type: 0,
4328
+ value: "Ethay ilefay etypay isyay invalidyay. Acceptedyay estypay: "
4329
+ },
4330
+ {
4331
+ type: 1,
4332
+ value: "validTypes"
4333
+ }
4334
+ ],
4335
+ "uploader.maxSize": [
4336
+ {
4337
+ children: [
4338
+ {
4339
+ type: 0,
4340
+ value: "Aximummay Ilefay Izesay:"
4341
+ }
4342
+ ],
4343
+ type: 8,
4344
+ value: "b"
4345
+ },
4346
+ {
4347
+ type: 0,
4348
+ value: " "
4349
+ },
4350
+ {
4351
+ type: 1,
4352
+ value: "maxSize"
4353
+ }
4354
+ ],
4355
+ "uploader.uploadProgress": [
4356
+ {
4357
+ type: 0,
4358
+ value: "Uploadyay ogresspray: "
4359
+ },
4360
+ {
4361
+ type: 1,
4362
+ value: "percentage"
4363
+ },
4364
+ {
4365
+ type: 0,
4366
+ value: "%"
4367
+ }
4368
+ ],
4369
+ "uploader.waitToUpload": [
4370
+ {
4371
+ type: 0,
4372
+ value: "Easeplay aitway orfay urrentcay uploadyay otay ompletecay eforebay uploadingyay ewnay ilesfay."
4373
+ }
4374
+ ],
4375
+ "uploader.zeroFileSize": [
4376
+ {
4377
+ type: 0,
4378
+ value: "Ethay ilefay ustmay ebay oremay anthay 0 esbytay"
4379
+ }
3066
4380
  ]
3067
4381
  };
3068
4382