@concordance-wiki/i18n 0.1.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 (209) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +54 -0
  3. package/dist/messages/en/about.json +102 -0
  4. package/dist/messages/en/age.json +34 -0
  5. package/dist/messages/en/api.json +86 -0
  6. package/dist/messages/en/category.json +58 -0
  7. package/dist/messages/en/decision.json +62 -0
  8. package/dist/messages/en/document.json +150 -0
  9. package/dist/messages/en/drawer.json +6 -0
  10. package/dist/messages/en/entity.json +170 -0
  11. package/dist/messages/en/footer.json +82 -0
  12. package/dist/messages/en/home.json +78 -0
  13. package/dist/messages/en/index.json +70 -0
  14. package/dist/messages/en/keyword.json +98 -0
  15. package/dist/messages/en/meeting.json +94 -0
  16. package/dist/messages/en/mentions.json +10 -0
  17. package/dist/messages/en/nav.json +18 -0
  18. package/dist/messages/en/neighbourhood.json +50 -0
  19. package/dist/messages/en/notfound.json +30 -0
  20. package/dist/messages/en/panels.json +10 -0
  21. package/dist/messages/en/pins.json +46 -0
  22. package/dist/messages/en/related.json +70 -0
  23. package/dist/messages/en/results.json +70 -0
  24. package/dist/messages/en/search.json +58 -0
  25. package/dist/messages/en/site.json +46 -0
  26. package/dist/messages/en/space.json +38 -0
  27. package/dist/messages/en/spaces.json +30 -0
  28. package/dist/messages/en/time.json +6 -0
  29. package/dist/messages/en/todo.json +50 -0
  30. package/dist/messages/en/transcript.json +10 -0
  31. package/dist/messages/en.json +1066 -0
  32. package/dist/messages/fr/about.json +27 -0
  33. package/dist/messages/fr/age.json +10 -0
  34. package/dist/messages/fr/api.json +23 -0
  35. package/dist/messages/fr/category.json +16 -0
  36. package/dist/messages/fr/decision.json +17 -0
  37. package/dist/messages/fr/document.json +39 -0
  38. package/dist/messages/fr/drawer.json +3 -0
  39. package/dist/messages/fr/entity.json +44 -0
  40. package/dist/messages/fr/footer.json +22 -0
  41. package/dist/messages/fr/home.json +21 -0
  42. package/dist/messages/fr/index.json +19 -0
  43. package/dist/messages/fr/keyword.json +26 -0
  44. package/dist/messages/fr/meeting.json +25 -0
  45. package/dist/messages/fr/mentions.json +4 -0
  46. package/dist/messages/fr/nav.json +6 -0
  47. package/dist/messages/fr/neighbourhood.json +14 -0
  48. package/dist/messages/fr/notfound.json +9 -0
  49. package/dist/messages/fr/panels.json +4 -0
  50. package/dist/messages/fr/pins.json +13 -0
  51. package/dist/messages/fr/related.json +19 -0
  52. package/dist/messages/fr/results.json +19 -0
  53. package/dist/messages/fr/search.json +16 -0
  54. package/dist/messages/fr/site.json +13 -0
  55. package/dist/messages/fr/space.json +11 -0
  56. package/dist/messages/fr/spaces.json +9 -0
  57. package/dist/messages/fr/time.json +3 -0
  58. package/dist/messages/fr/todo.json +14 -0
  59. package/dist/messages/fr/transcript.json +4 -0
  60. package/dist/messages/fr.json +268 -0
  61. package/dist/src/area.d.ts +17 -0
  62. package/dist/src/area.d.ts.map +1 -0
  63. package/dist/src/area.js +2 -0
  64. package/dist/src/area.js.map +1 -0
  65. package/dist/src/areas/about.d.ts +166 -0
  66. package/dist/src/areas/about.d.ts.map +1 -0
  67. package/dist/src/areas/about.js +34 -0
  68. package/dist/src/areas/about.js.map +1 -0
  69. package/dist/src/areas/age.d.ts +61 -0
  70. package/dist/src/areas/age.d.ts.map +1 -0
  71. package/dist/src/areas/age.js +17 -0
  72. package/dist/src/areas/age.js.map +1 -0
  73. package/dist/src/areas/api.d.ts +139 -0
  74. package/dist/src/areas/api.d.ts.map +1 -0
  75. package/dist/src/areas/api.js +30 -0
  76. package/dist/src/areas/api.js.map +1 -0
  77. package/dist/src/areas/category.d.ts +106 -0
  78. package/dist/src/areas/category.d.ts.map +1 -0
  79. package/dist/src/areas/category.js +23 -0
  80. package/dist/src/areas/category.js.map +1 -0
  81. package/dist/src/areas/decision.d.ts +105 -0
  82. package/dist/src/areas/decision.d.ts.map +1 -0
  83. package/dist/src/areas/decision.js +24 -0
  84. package/dist/src/areas/decision.js.map +1 -0
  85. package/dist/src/areas/document.d.ts +235 -0
  86. package/dist/src/areas/document.d.ts.map +1 -0
  87. package/dist/src/areas/document.js +46 -0
  88. package/dist/src/areas/document.js.map +1 -0
  89. package/dist/src/areas/drawer.d.ts +15 -0
  90. package/dist/src/areas/drawer.d.ts.map +1 -0
  91. package/dist/src/areas/drawer.js +10 -0
  92. package/dist/src/areas/drawer.js.map +1 -0
  93. package/dist/src/areas/entity.d.ts +288 -0
  94. package/dist/src/areas/entity.d.ts.map +1 -0
  95. package/dist/src/areas/entity.js +51 -0
  96. package/dist/src/areas/entity.js.map +1 -0
  97. package/dist/src/areas/footer.d.ts +143 -0
  98. package/dist/src/areas/footer.d.ts.map +1 -0
  99. package/dist/src/areas/footer.js +29 -0
  100. package/dist/src/areas/footer.js.map +1 -0
  101. package/dist/src/areas/home.d.ts +142 -0
  102. package/dist/src/areas/home.d.ts.map +1 -0
  103. package/dist/src/areas/home.js +28 -0
  104. package/dist/src/areas/home.js.map +1 -0
  105. package/dist/src/areas/index.d.ts +121 -0
  106. package/dist/src/areas/index.d.ts.map +1 -0
  107. package/dist/src/areas/index.js +26 -0
  108. package/dist/src/areas/index.js.map +1 -0
  109. package/dist/src/areas/keyword.d.ts +169 -0
  110. package/dist/src/areas/keyword.d.ts.map +1 -0
  111. package/dist/src/areas/keyword.js +33 -0
  112. package/dist/src/areas/keyword.js.map +1 -0
  113. package/dist/src/areas/meeting.d.ts +157 -0
  114. package/dist/src/areas/meeting.d.ts.map +1 -0
  115. package/dist/src/areas/meeting.js +32 -0
  116. package/dist/src/areas/meeting.js.map +1 -0
  117. package/dist/src/areas/mentions.d.ts +25 -0
  118. package/dist/src/areas/mentions.d.ts.map +1 -0
  119. package/dist/src/areas/mentions.js +11 -0
  120. package/dist/src/areas/mentions.js.map +1 -0
  121. package/dist/src/areas/nav.d.ts +33 -0
  122. package/dist/src/areas/nav.d.ts.map +1 -0
  123. package/dist/src/areas/nav.js +13 -0
  124. package/dist/src/areas/nav.js.map +1 -0
  125. package/dist/src/areas/neighbourhood.d.ts +87 -0
  126. package/dist/src/areas/neighbourhood.d.ts.map +1 -0
  127. package/dist/src/areas/neighbourhood.js +21 -0
  128. package/dist/src/areas/neighbourhood.js.map +1 -0
  129. package/dist/src/areas/notfound.d.ts +51 -0
  130. package/dist/src/areas/notfound.d.ts.map +1 -0
  131. package/dist/src/areas/notfound.js +16 -0
  132. package/dist/src/areas/notfound.js.map +1 -0
  133. package/dist/src/areas/panels.d.ts +21 -0
  134. package/dist/src/areas/panels.d.ts.map +1 -0
  135. package/dist/src/areas/panels.js +11 -0
  136. package/dist/src/areas/panels.js.map +1 -0
  137. package/dist/src/areas/pins.d.ts +75 -0
  138. package/dist/src/areas/pins.d.ts.map +1 -0
  139. package/dist/src/areas/pins.js +20 -0
  140. package/dist/src/areas/pins.js.map +1 -0
  141. package/dist/src/areas/related.d.ts +111 -0
  142. package/dist/src/areas/related.d.ts.map +1 -0
  143. package/dist/src/areas/related.js +26 -0
  144. package/dist/src/areas/related.js.map +1 -0
  145. package/dist/src/areas/results.d.ts +119 -0
  146. package/dist/src/areas/results.d.ts.map +1 -0
  147. package/dist/src/areas/results.js +26 -0
  148. package/dist/src/areas/results.js.map +1 -0
  149. package/dist/src/areas/search.d.ts +95 -0
  150. package/dist/src/areas/search.d.ts.map +1 -0
  151. package/dist/src/areas/search.js +23 -0
  152. package/dist/src/areas/search.js.map +1 -0
  153. package/dist/src/areas/site.d.ts +77 -0
  154. package/dist/src/areas/site.d.ts.map +1 -0
  155. package/dist/src/areas/site.js +20 -0
  156. package/dist/src/areas/site.js.map +1 -0
  157. package/dist/src/areas/space.d.ts +67 -0
  158. package/dist/src/areas/space.d.ts.map +1 -0
  159. package/dist/src/areas/space.js +18 -0
  160. package/dist/src/areas/space.js.map +1 -0
  161. package/dist/src/areas/spaces.d.ts +55 -0
  162. package/dist/src/areas/spaces.d.ts.map +1 -0
  163. package/dist/src/areas/spaces.js +16 -0
  164. package/dist/src/areas/spaces.js.map +1 -0
  165. package/dist/src/areas/time.d.ts +17 -0
  166. package/dist/src/areas/time.d.ts.map +1 -0
  167. package/dist/src/areas/time.js +10 -0
  168. package/dist/src/areas/time.js.map +1 -0
  169. package/dist/src/areas/todo.d.ts +89 -0
  170. package/dist/src/areas/todo.d.ts.map +1 -0
  171. package/dist/src/areas/todo.js +21 -0
  172. package/dist/src/areas/todo.js.map +1 -0
  173. package/dist/src/areas/transcript.d.ts +21 -0
  174. package/dist/src/areas/transcript.d.ts.map +1 -0
  175. package/dist/src/areas/transcript.js +11 -0
  176. package/dist/src/areas/transcript.js.map +1 -0
  177. package/dist/src/areas.d.ts +2737 -0
  178. package/dist/src/areas.d.ts.map +1 -0
  179. package/dist/src/areas.js +60 -0
  180. package/dist/src/areas.js.map +1 -0
  181. package/dist/src/arguments.d.ts +15 -0
  182. package/dist/src/arguments.d.ts.map +1 -0
  183. package/dist/src/arguments.js +43 -0
  184. package/dist/src/arguments.js.map +1 -0
  185. package/dist/src/catalogue.d.ts +42 -0
  186. package/dist/src/catalogue.d.ts.map +1 -0
  187. package/dist/src/catalogue.js +94 -0
  188. package/dist/src/catalogue.js.map +1 -0
  189. package/dist/src/ids.d.ts +44 -0
  190. package/dist/src/ids.d.ts.map +1 -0
  191. package/dist/src/ids.js +34 -0
  192. package/dist/src/ids.js.map +1 -0
  193. package/dist/src/index.d.ts +7 -0
  194. package/dist/src/index.d.ts.map +1 -0
  195. package/dist/src/index.js +7 -0
  196. package/dist/src/index.js.map +1 -0
  197. package/dist/src/intl.d.ts +35 -0
  198. package/dist/src/intl.d.ts.map +1 -0
  199. package/dist/src/intl.js +87 -0
  200. package/dist/src/intl.js.map +1 -0
  201. package/dist/src/labels.d.ts +8 -0
  202. package/dist/src/labels.d.ts.map +1 -0
  203. package/dist/src/labels.js +86 -0
  204. package/dist/src/labels.js.map +1 -0
  205. package/dist/src/shipped.d.ts +7 -0
  206. package/dist/src/shipped.d.ts.map +1 -0
  207. package/dist/src/shipped.js +10 -0
  208. package/dist/src/shipped.js.map +1 -0
  209. package/package.json +40 -0
@@ -0,0 +1,2737 @@
1
+ /** Every area of the catalogues, one per identifier prefix, in the order of the prefixes. */
2
+ export declare const AREAS: readonly [{
3
+ readonly en: {
4
+ "about.content": {
5
+ defaultMessage: string;
6
+ description: string;
7
+ };
8
+ "about.contribute": {
9
+ defaultMessage: string;
10
+ description: string;
11
+ };
12
+ "about.correct": {
13
+ defaultMessage: string;
14
+ description: string;
15
+ };
16
+ "about.correctText": {
17
+ defaultMessage: string;
18
+ description: string;
19
+ };
20
+ "about.lastChange": {
21
+ defaultMessage: string;
22
+ description: string;
23
+ };
24
+ "about.lead": {
25
+ defaultMessage: string;
26
+ description: string;
27
+ };
28
+ "about.nature": {
29
+ defaultMessage: string;
30
+ description: string;
31
+ };
32
+ "about.notContained": {
33
+ defaultMessage: string;
34
+ description: string;
35
+ };
36
+ "about.notContainedText": {
37
+ defaultMessage: string;
38
+ description: string;
39
+ };
40
+ "about.pages": {
41
+ defaultMessage: string;
42
+ description: string;
43
+ };
44
+ "about.pseudonymised": {
45
+ defaultMessage: string;
46
+ description: string;
47
+ };
48
+ "about.pseudonymisedText": {
49
+ defaultMessage: string;
50
+ description: string;
51
+ };
52
+ "about.publishedAt": {
53
+ defaultMessage: string;
54
+ description: string;
55
+ };
56
+ "about.publishedOn": {
57
+ defaultMessage: string;
58
+ description: string;
59
+ };
60
+ "about.report": {
61
+ defaultMessage: string;
62
+ description: string;
63
+ };
64
+ "about.reportLists": {
65
+ defaultMessage: string;
66
+ description: string;
67
+ };
68
+ "about.repository": {
69
+ defaultMessage: string;
70
+ description: string;
71
+ };
72
+ "about.sources": {
73
+ defaultMessage: string;
74
+ description: string;
75
+ };
76
+ "about.sourcesLead": {
77
+ defaultMessage: string;
78
+ description: string;
79
+ };
80
+ "about.staleExceeds": {
81
+ defaultMessage: string;
82
+ description: string;
83
+ };
84
+ "about.staleSource": {
85
+ defaultMessage: string;
86
+ description: string;
87
+ };
88
+ "about.title": {
89
+ defaultMessage: string;
90
+ description: string;
91
+ };
92
+ "about.version": {
93
+ defaultMessage: string;
94
+ description: string;
95
+ };
96
+ "about.versionsNote": {
97
+ defaultMessage: string;
98
+ description: string;
99
+ };
100
+ "about.words": {
101
+ defaultMessage: string;
102
+ description: string;
103
+ };
104
+ };
105
+ readonly fr: {
106
+ "about.content": string;
107
+ "about.contribute": string;
108
+ "about.correct": string;
109
+ "about.correctText": string;
110
+ "about.lastChange": string;
111
+ "about.lead": string;
112
+ "about.nature": string;
113
+ "about.notContained": string;
114
+ "about.notContainedText": string;
115
+ "about.pages": string;
116
+ "about.pseudonymised": string;
117
+ "about.pseudonymisedText": string;
118
+ "about.publishedAt": string;
119
+ "about.publishedOn": string;
120
+ "about.report": string;
121
+ "about.reportLists": string;
122
+ "about.repository": string;
123
+ "about.sources": string;
124
+ "about.sourcesLead": string;
125
+ "about.staleExceeds": string;
126
+ "about.staleSource": string;
127
+ "about.title": string;
128
+ "about.version": string;
129
+ "about.versionsNote": string;
130
+ "about.words": string;
131
+ };
132
+ readonly arguments: {
133
+ readonly "about.content": {};
134
+ readonly "about.contribute": {};
135
+ readonly "about.correct": {};
136
+ readonly "about.correctText": {};
137
+ readonly "about.lastChange": {};
138
+ readonly "about.lead": {};
139
+ readonly "about.nature": {};
140
+ readonly "about.notContained": {};
141
+ readonly "about.notContainedText": {
142
+ readonly count: "plural";
143
+ };
144
+ readonly "about.pages": {};
145
+ readonly "about.pseudonymised": {};
146
+ readonly "about.pseudonymisedText": {};
147
+ readonly "about.publishedAt": {
148
+ readonly day: "date";
149
+ readonly time: "time";
150
+ };
151
+ readonly "about.publishedOn": {};
152
+ readonly "about.report": {};
153
+ readonly "about.reportLists": {};
154
+ readonly "about.repository": {};
155
+ readonly "about.sources": {};
156
+ readonly "about.sourcesLead": {};
157
+ readonly "about.staleExceeds": {
158
+ readonly count: "plural";
159
+ };
160
+ readonly "about.staleSource": {};
161
+ readonly "about.title": {};
162
+ readonly "about.version": {};
163
+ readonly "about.versionsNote": {};
164
+ readonly "about.words": {};
165
+ };
166
+ }, {
167
+ readonly en: {
168
+ "age.cadence": {
169
+ defaultMessage: string;
170
+ description: string;
171
+ };
172
+ "age.close": {
173
+ defaultMessage: string;
174
+ description: string;
175
+ };
176
+ "age.missing": {
177
+ defaultMessage: string;
178
+ description: string;
179
+ };
180
+ "age.notice": {
181
+ defaultMessage: string;
182
+ description: string;
183
+ };
184
+ "age.or": {
185
+ defaultMessage: string;
186
+ description: string;
187
+ };
188
+ "age.published": {
189
+ defaultMessage: string;
190
+ description: string;
191
+ };
192
+ "age.repositories": {
193
+ defaultMessage: string;
194
+ description: string;
195
+ };
196
+ "age.sources": {
197
+ defaultMessage: string;
198
+ description: string;
199
+ };
200
+ };
201
+ readonly fr: {
202
+ "age.cadence": string;
203
+ "age.close": string;
204
+ "age.missing": string;
205
+ "age.notice": string;
206
+ "age.or": string;
207
+ "age.published": string;
208
+ "age.repositories": string;
209
+ "age.sources": string;
210
+ };
211
+ readonly arguments: {
212
+ readonly "age.cadence": {
213
+ readonly count: "plural";
214
+ };
215
+ readonly "age.close": {};
216
+ readonly "age.missing": {};
217
+ readonly "age.notice": {};
218
+ readonly "age.or": {};
219
+ readonly "age.published": {
220
+ readonly count: "plural";
221
+ };
222
+ readonly "age.repositories": {};
223
+ readonly "age.sources": {};
224
+ };
225
+ }, {
226
+ readonly en: {
227
+ "api.callers": {
228
+ defaultMessage: string;
229
+ description: string;
230
+ };
231
+ "api.colCallers": {
232
+ defaultMessage: string;
233
+ description: string;
234
+ };
235
+ "api.colMethod": {
236
+ defaultMessage: string;
237
+ description: string;
238
+ };
239
+ "api.colOperation": {
240
+ defaultMessage: string;
241
+ description: string;
242
+ };
243
+ "api.colPath": {
244
+ defaultMessage: string;
245
+ description: string;
246
+ };
247
+ "api.contract": {
248
+ defaultMessage: string;
249
+ description: string;
250
+ };
251
+ "api.contractUnreachable": {
252
+ defaultMessage: string;
253
+ description: string;
254
+ };
255
+ "api.contractUnreachableDetail": {
256
+ defaultMessage: string;
257
+ description: string;
258
+ };
259
+ "api.download": {
260
+ defaultMessage: string;
261
+ description: string;
262
+ };
263
+ "api.fiveKeys": {
264
+ defaultMessage: string;
265
+ description: string;
266
+ };
267
+ "api.gapsLead": {
268
+ defaultMessage: string;
269
+ description: string;
270
+ };
271
+ "api.imported": {
272
+ defaultMessage: string;
273
+ description: string;
274
+ };
275
+ "api.noOperation": {
276
+ defaultMessage: string;
277
+ description: string;
278
+ };
279
+ "api.notInContract": {
280
+ defaultMessage: string;
281
+ description: string;
282
+ };
283
+ "api.openContract": {
284
+ defaultMessage: string;
285
+ description: string;
286
+ };
287
+ "api.operations": {
288
+ defaultMessage: string;
289
+ description: string;
290
+ };
291
+ "api.operationsFirst": {
292
+ defaultMessage: string;
293
+ description: string;
294
+ };
295
+ "api.operationsLead": {
296
+ defaultMessage: string;
297
+ description: string;
298
+ };
299
+ "api.unknownPath": {
300
+ defaultMessage: string;
301
+ description: string;
302
+ };
303
+ "api.viewerNote": {
304
+ defaultMessage: string;
305
+ description: string;
306
+ };
307
+ "api.withoutPage": {
308
+ defaultMessage: string;
309
+ description: string;
310
+ };
311
+ };
312
+ readonly fr: {
313
+ "api.callers": string;
314
+ "api.colCallers": string;
315
+ "api.colMethod": string;
316
+ "api.colOperation": string;
317
+ "api.colPath": string;
318
+ "api.contract": string;
319
+ "api.contractUnreachable": string;
320
+ "api.contractUnreachableDetail": string;
321
+ "api.download": string;
322
+ "api.fiveKeys": string;
323
+ "api.gapsLead": string;
324
+ "api.imported": string;
325
+ "api.noOperation": string;
326
+ "api.notInContract": string;
327
+ "api.openContract": string;
328
+ "api.operations": string;
329
+ "api.operationsFirst": string;
330
+ "api.operationsLead": string;
331
+ "api.unknownPath": string;
332
+ "api.viewerNote": string;
333
+ "api.withoutPage": string;
334
+ };
335
+ readonly arguments: {
336
+ readonly "api.callers": {
337
+ readonly count: "plural";
338
+ };
339
+ readonly "api.colCallers": {};
340
+ readonly "api.colMethod": {};
341
+ readonly "api.colOperation": {};
342
+ readonly "api.colPath": {};
343
+ readonly "api.contract": {};
344
+ readonly "api.contractUnreachable": {};
345
+ readonly "api.contractUnreachableDetail": {};
346
+ readonly "api.download": {};
347
+ readonly "api.fiveKeys": {};
348
+ readonly "api.gapsLead": {};
349
+ readonly "api.imported": {
350
+ readonly when: "argument";
351
+ };
352
+ readonly "api.noOperation": {};
353
+ readonly "api.notInContract": {};
354
+ readonly "api.openContract": {};
355
+ readonly "api.operations": {};
356
+ readonly "api.operationsFirst": {};
357
+ readonly "api.operationsLead": {};
358
+ readonly "api.unknownPath": {};
359
+ readonly "api.viewerNote": {};
360
+ readonly "api.withoutPage": {};
361
+ };
362
+ }, {
363
+ readonly en: {
364
+ "category.all": {
365
+ defaultMessage: string;
366
+ description: string;
367
+ };
368
+ "category.filedUnder": {
369
+ defaultMessage: string;
370
+ description: string;
371
+ };
372
+ "category.firstLine": {
373
+ defaultMessage: string;
374
+ description: string;
375
+ };
376
+ "category.links": {
377
+ defaultMessage: string;
378
+ description: string;
379
+ };
380
+ "category.linksNote": {
381
+ defaultMessage: string;
382
+ description: string;
383
+ };
384
+ "category.page": {
385
+ defaultMessage: string;
386
+ description: string;
387
+ };
388
+ "category.pages": {
389
+ defaultMessage: string;
390
+ description: string;
391
+ };
392
+ "category.pagesName": {
393
+ defaultMessage: string;
394
+ description: string;
395
+ };
396
+ "category.pagination": {
397
+ defaultMessage: string;
398
+ description: string;
399
+ };
400
+ "category.searchIn": {
401
+ defaultMessage: string;
402
+ description: string;
403
+ };
404
+ "category.shown": {
405
+ defaultMessage: string;
406
+ description: string;
407
+ };
408
+ "category.sort": {
409
+ defaultMessage: string;
410
+ description: string;
411
+ };
412
+ "category.sortLinks": {
413
+ defaultMessage: string;
414
+ description: string;
415
+ };
416
+ "category.sortTitle": {
417
+ defaultMessage: string;
418
+ description: string;
419
+ };
420
+ };
421
+ readonly fr: {
422
+ "category.all": string;
423
+ "category.filedUnder": string;
424
+ "category.firstLine": string;
425
+ "category.links": string;
426
+ "category.linksNote": string;
427
+ "category.page": string;
428
+ "category.pages": string;
429
+ "category.pagesName": string;
430
+ "category.pagination": string;
431
+ "category.searchIn": string;
432
+ "category.shown": string;
433
+ "category.sort": string;
434
+ "category.sortLinks": string;
435
+ "category.sortTitle": string;
436
+ };
437
+ readonly arguments: {
438
+ readonly "category.all": {};
439
+ readonly "category.filedUnder": {
440
+ readonly count: "plural";
441
+ readonly path: "argument";
442
+ };
443
+ readonly "category.firstLine": {};
444
+ readonly "category.links": {};
445
+ readonly "category.linksNote": {
446
+ readonly name: "argument";
447
+ };
448
+ readonly "category.page": {};
449
+ readonly "category.pages": {
450
+ readonly count: "plural";
451
+ };
452
+ readonly "category.pagesName": {};
453
+ readonly "category.pagination": {};
454
+ readonly "category.searchIn": {
455
+ readonly name: "argument";
456
+ };
457
+ readonly "category.shown": {
458
+ readonly shown: "argument";
459
+ readonly name: "argument";
460
+ readonly total: "argument";
461
+ };
462
+ readonly "category.sort": {};
463
+ readonly "category.sortLinks": {};
464
+ readonly "category.sortTitle": {};
465
+ };
466
+ }, {
467
+ readonly en: {
468
+ "decision.decidedOn": {
469
+ defaultMessage: string;
470
+ description: string;
471
+ };
472
+ "decision.keysNote": {
473
+ defaultMessage: string;
474
+ description: string;
475
+ };
476
+ "decision.relatedNote": {
477
+ defaultMessage: string;
478
+ description: string;
479
+ };
480
+ "decision.session": {
481
+ defaultMessage: string;
482
+ description: string;
483
+ };
484
+ "decision.sessionDated": {
485
+ defaultMessage: string;
486
+ description: string;
487
+ };
488
+ "decision.sessionMinutes": {
489
+ defaultMessage: string;
490
+ description: string;
491
+ };
492
+ "decision.sessionPassage": {
493
+ defaultMessage: string;
494
+ description: string;
495
+ };
496
+ "decision.sessionSee": {
497
+ defaultMessage: string;
498
+ description: string;
499
+ };
500
+ "decision.sessionUndated": {
501
+ defaultMessage: string;
502
+ description: string;
503
+ };
504
+ "decision.status": {
505
+ defaultMessage: string;
506
+ description: string;
507
+ };
508
+ "decision.status.accepted": {
509
+ defaultMessage: string;
510
+ description: string;
511
+ };
512
+ "decision.status.proposed": {
513
+ defaultMessage: string;
514
+ description: string;
515
+ };
516
+ "decision.status.superseded": {
517
+ defaultMessage: string;
518
+ description: string;
519
+ };
520
+ "decision.supersededBy": {
521
+ defaultMessage: string;
522
+ description: string;
523
+ };
524
+ "decision.supersedes": {
525
+ defaultMessage: string;
526
+ description: string;
527
+ };
528
+ };
529
+ readonly fr: {
530
+ "decision.decidedOn": string;
531
+ "decision.keysNote": string;
532
+ "decision.relatedNote": string;
533
+ "decision.session": string;
534
+ "decision.sessionDated": string;
535
+ "decision.sessionMinutes": string;
536
+ "decision.sessionPassage": string;
537
+ "decision.sessionSee": string;
538
+ "decision.sessionUndated": string;
539
+ "decision.status": string;
540
+ "decision.status.accepted": string;
541
+ "decision.status.proposed": string;
542
+ "decision.status.superseded": string;
543
+ "decision.supersededBy": string;
544
+ "decision.supersedes": string;
545
+ };
546
+ readonly arguments: {
547
+ readonly "decision.decidedOn": {};
548
+ readonly "decision.keysNote": {
549
+ readonly count: "plural";
550
+ };
551
+ readonly "decision.relatedNote": {};
552
+ readonly "decision.session": {};
553
+ readonly "decision.sessionDated": {
554
+ readonly date: "argument";
555
+ };
556
+ readonly "decision.sessionMinutes": {};
557
+ readonly "decision.sessionPassage": {
558
+ readonly time: "argument";
559
+ };
560
+ readonly "decision.sessionSee": {};
561
+ readonly "decision.sessionUndated": {};
562
+ readonly "decision.status": {};
563
+ readonly "decision.status.accepted": {};
564
+ readonly "decision.status.proposed": {};
565
+ readonly "decision.status.superseded": {};
566
+ readonly "decision.supersededBy": {};
567
+ readonly "decision.supersedes": {};
568
+ };
569
+ }, {
570
+ readonly en: {
571
+ "document.author": {
572
+ defaultMessage: string;
573
+ description: string;
574
+ };
575
+ "document.convertedNote": {
576
+ defaultMessage: string;
577
+ description: string;
578
+ };
579
+ "document.date": {
580
+ defaultMessage: string;
581
+ description: string;
582
+ };
583
+ "document.dateNote": {
584
+ defaultMessage: string;
585
+ description: string;
586
+ };
587
+ "document.download": {
588
+ defaultMessage: string;
589
+ description: string;
590
+ };
591
+ "document.extractedText": {
592
+ defaultMessage: string;
593
+ description: string;
594
+ };
595
+ "document.extractedTextOf": {
596
+ defaultMessage: string;
597
+ description: string;
598
+ };
599
+ "document.indexedNote": {
600
+ defaultMessage: string;
601
+ description: string;
602
+ };
603
+ "document.kind.markdown": {
604
+ defaultMessage: string;
605
+ description: string;
606
+ };
607
+ "document.kind.pdf": {
608
+ defaultMessage: string;
609
+ description: string;
610
+ };
611
+ "document.kind.presentation": {
612
+ defaultMessage: string;
613
+ description: string;
614
+ };
615
+ "document.kind.spreadsheet": {
616
+ defaultMessage: string;
617
+ description: string;
618
+ };
619
+ "document.kind.text": {
620
+ defaultMessage: string;
621
+ description: string;
622
+ };
623
+ "document.noNote": {
624
+ defaultMessage: string;
625
+ description: string;
626
+ };
627
+ "document.openPdf": {
628
+ defaultMessage: string;
629
+ description: string;
630
+ };
631
+ "document.originalNote": {
632
+ defaultMessage: string;
633
+ description: string;
634
+ };
635
+ "document.pageCount": {
636
+ defaultMessage: string;
637
+ description: string;
638
+ };
639
+ "document.pages": {
640
+ defaultMessage: string;
641
+ description: string;
642
+ };
643
+ "document.preview": {
644
+ defaultMessage: string;
645
+ description: string;
646
+ };
647
+ "document.previewFailed": {
648
+ defaultMessage: string;
649
+ description: string;
650
+ };
651
+ "document.previewNote": {
652
+ defaultMessage: string;
653
+ description: string;
654
+ };
655
+ "document.relatedNote": {
656
+ defaultMessage: string;
657
+ description: string;
658
+ };
659
+ "document.relatedNotes": {
660
+ defaultMessage: string;
661
+ description: string;
662
+ };
663
+ "document.reportedNote": {
664
+ defaultMessage: string;
665
+ description: string;
666
+ };
667
+ "document.representations": {
668
+ defaultMessage: string;
669
+ description: string;
670
+ };
671
+ "document.rolePreview": {
672
+ defaultMessage: string;
673
+ description: string;
674
+ };
675
+ "document.stateAvailable": {
676
+ defaultMessage: string;
677
+ description: string;
678
+ };
679
+ "document.stateExtracted": {
680
+ defaultMessage: string;
681
+ description: string;
682
+ };
683
+ "document.stateFailed": {
684
+ defaultMessage: string;
685
+ description: string;
686
+ };
687
+ "document.stateMissing": {
688
+ defaultMessage: string;
689
+ description: string;
690
+ };
691
+ "document.textExtracted": {
692
+ defaultMessage: string;
693
+ description: string;
694
+ };
695
+ "document.textMissing": {
696
+ defaultMessage: string;
697
+ description: string;
698
+ };
699
+ "document.textRepresentation": {
700
+ defaultMessage: string;
701
+ description: string;
702
+ };
703
+ "document.type": {
704
+ defaultMessage: string;
705
+ description: string;
706
+ };
707
+ "document.view": {
708
+ defaultMessage: string;
709
+ description: string;
710
+ };
711
+ "document.views": {
712
+ defaultMessage: string;
713
+ description: string;
714
+ };
715
+ "document.whyFailed": {
716
+ defaultMessage: string;
717
+ description: string;
718
+ };
719
+ };
720
+ readonly fr: {
721
+ "document.author": string;
722
+ "document.convertedNote": string;
723
+ "document.date": string;
724
+ "document.dateNote": string;
725
+ "document.download": string;
726
+ "document.extractedText": string;
727
+ "document.extractedTextOf": string;
728
+ "document.indexedNote": string;
729
+ "document.kind.markdown": string;
730
+ "document.kind.pdf": string;
731
+ "document.kind.presentation": string;
732
+ "document.kind.spreadsheet": string;
733
+ "document.kind.text": string;
734
+ "document.noNote": string;
735
+ "document.openPdf": string;
736
+ "document.originalNote": string;
737
+ "document.pageCount": string;
738
+ "document.pages": string;
739
+ "document.preview": string;
740
+ "document.previewFailed": string;
741
+ "document.previewNote": string;
742
+ "document.relatedNote": string;
743
+ "document.relatedNotes": string;
744
+ "document.reportedNote": string;
745
+ "document.representations": string;
746
+ "document.rolePreview": string;
747
+ "document.stateAvailable": string;
748
+ "document.stateExtracted": string;
749
+ "document.stateFailed": string;
750
+ "document.stateMissing": string;
751
+ "document.textExtracted": string;
752
+ "document.textMissing": string;
753
+ "document.textRepresentation": string;
754
+ "document.type": string;
755
+ "document.view": string;
756
+ "document.views": string;
757
+ "document.whyFailed": string;
758
+ };
759
+ readonly arguments: {
760
+ readonly "document.author": {};
761
+ readonly "document.convertedNote": {};
762
+ readonly "document.date": {};
763
+ readonly "document.dateNote": {};
764
+ readonly "document.download": {};
765
+ readonly "document.extractedText": {};
766
+ readonly "document.extractedTextOf": {
767
+ readonly count: "plural";
768
+ };
769
+ readonly "document.indexedNote": {};
770
+ readonly "document.kind.markdown": {};
771
+ readonly "document.kind.pdf": {};
772
+ readonly "document.kind.presentation": {};
773
+ readonly "document.kind.spreadsheet": {};
774
+ readonly "document.kind.text": {};
775
+ readonly "document.noNote": {};
776
+ readonly "document.openPdf": {};
777
+ readonly "document.originalNote": {};
778
+ readonly "document.pageCount": {};
779
+ readonly "document.pages": {
780
+ readonly count: "plural";
781
+ };
782
+ readonly "document.preview": {};
783
+ readonly "document.previewFailed": {};
784
+ readonly "document.previewNote": {};
785
+ readonly "document.relatedNote": {};
786
+ readonly "document.relatedNotes": {};
787
+ readonly "document.reportedNote": {};
788
+ readonly "document.representations": {};
789
+ readonly "document.rolePreview": {};
790
+ readonly "document.stateAvailable": {};
791
+ readonly "document.stateExtracted": {};
792
+ readonly "document.stateFailed": {};
793
+ readonly "document.stateMissing": {};
794
+ readonly "document.textExtracted": {};
795
+ readonly "document.textMissing": {};
796
+ readonly "document.textRepresentation": {};
797
+ readonly "document.type": {};
798
+ readonly "document.view": {};
799
+ readonly "document.views": {};
800
+ readonly "document.whyFailed": {};
801
+ };
802
+ }, {
803
+ readonly en: {
804
+ "drawer.menu": {
805
+ defaultMessage: string;
806
+ description: string;
807
+ };
808
+ };
809
+ readonly fr: {
810
+ "drawer.menu": string;
811
+ };
812
+ readonly arguments: {
813
+ readonly "drawer.menu": {};
814
+ };
815
+ }, {
816
+ readonly en: {
817
+ "entity.alsoAvailable": {
818
+ defaultMessage: string;
819
+ description: string;
820
+ };
821
+ "entity.application": {
822
+ defaultMessage: string;
823
+ description: string;
824
+ };
825
+ "entity.attributes": {
826
+ defaultMessage: string;
827
+ description: string;
828
+ };
829
+ "entity.breadcrumb": {
830
+ defaultMessage: string;
831
+ description: string;
832
+ };
833
+ "entity.changed": {
834
+ defaultMessage: string;
835
+ description: string;
836
+ };
837
+ "entity.confidence": {
838
+ defaultMessage: string;
839
+ description: string;
840
+ };
841
+ "entity.correction": {
842
+ defaultMessage: string;
843
+ description: string;
844
+ };
845
+ "entity.declaredAtTop": {
846
+ defaultMessage: string;
847
+ description: string;
848
+ };
849
+ "entity.domain": {
850
+ defaultMessage: string;
851
+ description: string;
852
+ };
853
+ "entity.edit": {
854
+ defaultMessage: string;
855
+ description: string;
856
+ };
857
+ "entity.editShort": {
858
+ defaultMessage: string;
859
+ description: string;
860
+ };
861
+ "entity.groupedBy.declared": {
862
+ defaultMessage: string;
863
+ description: string;
864
+ };
865
+ "entity.groupedBy.lock": {
866
+ defaultMessage: string;
867
+ description: string;
868
+ };
869
+ "entity.groupedBy.sameName": {
870
+ defaultMessage: string;
871
+ description: string;
872
+ };
873
+ "entity.groupedBy.sameTitle": {
874
+ defaultMessage: string;
875
+ description: string;
876
+ };
877
+ "entity.groupedBy.similarContent": {
878
+ defaultMessage: string;
879
+ description: string;
880
+ };
881
+ "entity.groupedBy.similarName": {
882
+ defaultMessage: string;
883
+ description: string;
884
+ };
885
+ "entity.groupedFiles": {
886
+ defaultMessage: string;
887
+ description: string;
888
+ };
889
+ "entity.groupedFilesCount": {
890
+ defaultMessage: string;
891
+ description: string;
892
+ };
893
+ "entity.imageNote": {
894
+ defaultMessage: string;
895
+ description: string;
896
+ };
897
+ "entity.inSpace": {
898
+ defaultMessage: string;
899
+ description: string;
900
+ };
901
+ "entity.legendKeyword": {
902
+ defaultMessage: string;
903
+ description: string;
904
+ };
905
+ "entity.legendRecognised": {
906
+ defaultMessage: string;
907
+ description: string;
908
+ };
909
+ "entity.legendWritten": {
910
+ defaultMessage: string;
911
+ description: string;
912
+ };
913
+ "entity.markNoNote": {
914
+ defaultMessage: string;
915
+ description: string;
916
+ };
917
+ "entity.markNote": {
918
+ defaultMessage: string;
919
+ description: string;
920
+ };
921
+ "entity.mentions": {
922
+ defaultMessage: string;
923
+ description: string;
924
+ };
925
+ "entity.mentionsCount": {
926
+ defaultMessage: string;
927
+ description: string;
928
+ };
929
+ "entity.neighbourPages": {
930
+ defaultMessage: string;
931
+ description: string;
932
+ };
933
+ "entity.neighbours": {
934
+ defaultMessage: string;
935
+ description: string;
936
+ };
937
+ "entity.onThisPage": {
938
+ defaultMessage: string;
939
+ description: string;
940
+ };
941
+ "entity.otherAttributes": {
942
+ defaultMessage: string;
943
+ description: string;
944
+ };
945
+ "entity.otherPages": {
946
+ defaultMessage: string;
947
+ description: string;
948
+ };
949
+ "entity.relatedTo": {
950
+ defaultMessage: string;
951
+ description: string;
952
+ };
953
+ "entity.seeNeighbourhood": {
954
+ defaultMessage: string;
955
+ description: string;
956
+ };
957
+ "entity.separateFiles": {
958
+ defaultMessage: string;
959
+ description: string;
960
+ };
961
+ "entity.showLess": {
962
+ defaultMessage: string;
963
+ description: string;
964
+ };
965
+ "entity.showMore": {
966
+ defaultMessage: string;
967
+ description: string;
968
+ };
969
+ "entity.sources": {
970
+ defaultMessage: string;
971
+ description: string;
972
+ };
973
+ "entity.spaceTree": {
974
+ defaultMessage: string;
975
+ description: string;
976
+ };
977
+ "entity.status": {
978
+ defaultMessage: string;
979
+ description: string;
980
+ };
981
+ "entity.type": {
982
+ defaultMessage: string;
983
+ description: string;
984
+ };
985
+ };
986
+ readonly fr: {
987
+ "entity.alsoAvailable": string;
988
+ "entity.application": string;
989
+ "entity.attributes": string;
990
+ "entity.breadcrumb": string;
991
+ "entity.changed": string;
992
+ "entity.confidence": string;
993
+ "entity.correction": string;
994
+ "entity.declaredAtTop": string;
995
+ "entity.domain": string;
996
+ "entity.edit": string;
997
+ "entity.editShort": string;
998
+ "entity.groupedBy.declared": string;
999
+ "entity.groupedBy.lock": string;
1000
+ "entity.groupedBy.sameName": string;
1001
+ "entity.groupedBy.sameTitle": string;
1002
+ "entity.groupedBy.similarContent": string;
1003
+ "entity.groupedBy.similarName": string;
1004
+ "entity.groupedFiles": string;
1005
+ "entity.groupedFilesCount": string;
1006
+ "entity.imageNote": string;
1007
+ "entity.inSpace": string;
1008
+ "entity.legendKeyword": string;
1009
+ "entity.legendRecognised": string;
1010
+ "entity.legendWritten": string;
1011
+ "entity.markNoNote": string;
1012
+ "entity.markNote": string;
1013
+ "entity.mentions": string;
1014
+ "entity.mentionsCount": string;
1015
+ "entity.neighbourPages": string;
1016
+ "entity.neighbours": string;
1017
+ "entity.onThisPage": string;
1018
+ "entity.otherAttributes": string;
1019
+ "entity.otherPages": string;
1020
+ "entity.relatedTo": string;
1021
+ "entity.seeNeighbourhood": string;
1022
+ "entity.separateFiles": string;
1023
+ "entity.showLess": string;
1024
+ "entity.showMore": string;
1025
+ "entity.sources": string;
1026
+ "entity.spaceTree": string;
1027
+ "entity.status": string;
1028
+ "entity.type": string;
1029
+ };
1030
+ readonly arguments: {
1031
+ readonly "entity.alsoAvailable": {
1032
+ readonly count: "plural";
1033
+ readonly format: "argument";
1034
+ readonly name: "argument";
1035
+ };
1036
+ readonly "entity.application": {};
1037
+ readonly "entity.attributes": {};
1038
+ readonly "entity.breadcrumb": {};
1039
+ readonly "entity.changed": {
1040
+ readonly when: "argument";
1041
+ };
1042
+ readonly "entity.confidence": {
1043
+ readonly value: "number";
1044
+ };
1045
+ readonly "entity.correction": {};
1046
+ readonly "entity.declaredAtTop": {
1047
+ readonly count: "plural";
1048
+ };
1049
+ readonly "entity.domain": {};
1050
+ readonly "entity.edit": {};
1051
+ readonly "entity.editShort": {};
1052
+ readonly "entity.groupedBy.declared": {};
1053
+ readonly "entity.groupedBy.lock": {};
1054
+ readonly "entity.groupedBy.sameName": {};
1055
+ readonly "entity.groupedBy.sameTitle": {};
1056
+ readonly "entity.groupedBy.similarContent": {};
1057
+ readonly "entity.groupedBy.similarName": {};
1058
+ readonly "entity.groupedFiles": {
1059
+ readonly count: "plural";
1060
+ readonly criterion: "argument";
1061
+ };
1062
+ readonly "entity.groupedFilesCount": {
1063
+ readonly count: "plural";
1064
+ };
1065
+ readonly "entity.imageNote": {};
1066
+ readonly "entity.inSpace": {
1067
+ readonly space: "argument";
1068
+ };
1069
+ readonly "entity.legendKeyword": {};
1070
+ readonly "entity.legendRecognised": {};
1071
+ readonly "entity.legendWritten": {};
1072
+ readonly "entity.markNoNote": {
1073
+ readonly count: "plural";
1074
+ };
1075
+ readonly "entity.markNote": {
1076
+ readonly title: "argument";
1077
+ };
1078
+ readonly "entity.mentions": {};
1079
+ readonly "entity.mentionsCount": {
1080
+ readonly count: "plural";
1081
+ };
1082
+ readonly "entity.neighbourPages": {
1083
+ readonly count: "plural";
1084
+ };
1085
+ readonly "entity.neighbours": {};
1086
+ readonly "entity.onThisPage": {};
1087
+ readonly "entity.otherAttributes": {};
1088
+ readonly "entity.otherPages": {
1089
+ readonly count: "plural";
1090
+ };
1091
+ readonly "entity.relatedTo": {};
1092
+ readonly "entity.seeNeighbourhood": {};
1093
+ readonly "entity.separateFiles": {};
1094
+ readonly "entity.showLess": {};
1095
+ readonly "entity.showMore": {};
1096
+ readonly "entity.sources": {};
1097
+ readonly "entity.spaceTree": {};
1098
+ readonly "entity.status": {};
1099
+ readonly "entity.type": {};
1100
+ };
1101
+ }, {
1102
+ readonly en: {
1103
+ "footer.accessibility": {
1104
+ defaultMessage: string;
1105
+ description: string;
1106
+ };
1107
+ "footer.accessibilityWith": {
1108
+ defaultMessage: string;
1109
+ description: string;
1110
+ };
1111
+ "footer.buildAt": {
1112
+ defaultMessage: string;
1113
+ description: string;
1114
+ };
1115
+ "footer.builtWith": {
1116
+ defaultMessage: string;
1117
+ description: string;
1118
+ };
1119
+ "footer.compliant": {
1120
+ defaultMessage: string;
1121
+ description: string;
1122
+ };
1123
+ "footer.content": {
1124
+ defaultMessage: string;
1125
+ description: string;
1126
+ };
1127
+ "footer.declared": {
1128
+ defaultMessage: string;
1129
+ description: string;
1130
+ };
1131
+ "footer.generator": {
1132
+ defaultMessage: string;
1133
+ description: string;
1134
+ };
1135
+ "footer.licence": {
1136
+ defaultMessage: string;
1137
+ description: string;
1138
+ };
1139
+ "footer.mentions": {
1140
+ defaultMessage: string;
1141
+ description: string;
1142
+ };
1143
+ "footer.nonCompliant": {
1144
+ defaultMessage: string;
1145
+ description: string;
1146
+ };
1147
+ "footer.pages": {
1148
+ defaultMessage: string;
1149
+ description: string;
1150
+ };
1151
+ "footer.partiallyCompliant": {
1152
+ defaultMessage: string;
1153
+ description: string;
1154
+ };
1155
+ "footer.privacy": {
1156
+ defaultMessage: string;
1157
+ description: string;
1158
+ };
1159
+ "footer.profile": {
1160
+ defaultMessage: string;
1161
+ description: string;
1162
+ };
1163
+ "footer.publication": {
1164
+ defaultMessage: string;
1165
+ description: string;
1166
+ };
1167
+ "footer.published": {
1168
+ defaultMessage: string;
1169
+ description: string;
1170
+ };
1171
+ "footer.repositories": {
1172
+ defaultMessage: string;
1173
+ description: string;
1174
+ };
1175
+ "footer.sources": {
1176
+ defaultMessage: string;
1177
+ description: string;
1178
+ };
1179
+ "footer.thisSite": {
1180
+ defaultMessage: string;
1181
+ description: string;
1182
+ };
1183
+ };
1184
+ readonly fr: {
1185
+ "footer.accessibility": string;
1186
+ "footer.accessibilityWith": string;
1187
+ "footer.buildAt": string;
1188
+ "footer.builtWith": string;
1189
+ "footer.compliant": string;
1190
+ "footer.content": string;
1191
+ "footer.declared": string;
1192
+ "footer.generator": string;
1193
+ "footer.licence": string;
1194
+ "footer.mentions": string;
1195
+ "footer.nonCompliant": string;
1196
+ "footer.pages": string;
1197
+ "footer.partiallyCompliant": string;
1198
+ "footer.privacy": string;
1199
+ "footer.profile": string;
1200
+ "footer.publication": string;
1201
+ "footer.published": string;
1202
+ "footer.repositories": string;
1203
+ "footer.sources": string;
1204
+ "footer.thisSite": string;
1205
+ };
1206
+ readonly arguments: {
1207
+ readonly "footer.accessibility": {};
1208
+ readonly "footer.accessibilityWith": {
1209
+ readonly status: "argument";
1210
+ };
1211
+ readonly "footer.buildAt": {
1212
+ readonly day: "date";
1213
+ readonly time: "time";
1214
+ };
1215
+ readonly "footer.builtWith": {};
1216
+ readonly "footer.compliant": {};
1217
+ readonly "footer.content": {};
1218
+ readonly "footer.declared": {};
1219
+ readonly "footer.generator": {};
1220
+ readonly "footer.licence": {};
1221
+ readonly "footer.mentions": {};
1222
+ readonly "footer.nonCompliant": {};
1223
+ readonly "footer.pages": {
1224
+ readonly count: "plural";
1225
+ };
1226
+ readonly "footer.partiallyCompliant": {};
1227
+ readonly "footer.privacy": {};
1228
+ readonly "footer.profile": {
1229
+ readonly profile: "argument";
1230
+ };
1231
+ readonly "footer.publication": {};
1232
+ readonly "footer.published": {
1233
+ readonly day: "date";
1234
+ readonly time: "time";
1235
+ };
1236
+ readonly "footer.repositories": {
1237
+ readonly count: "plural";
1238
+ };
1239
+ readonly "footer.sources": {};
1240
+ readonly "footer.thisSite": {};
1241
+ };
1242
+ }, {
1243
+ readonly en: {
1244
+ "home.browse": {
1245
+ defaultMessage: string;
1246
+ description: string;
1247
+ };
1248
+ "home.datesNote": {
1249
+ defaultMessage: string;
1250
+ description: string;
1251
+ };
1252
+ "home.documents": {
1253
+ defaultMessage: string;
1254
+ description: string;
1255
+ };
1256
+ "home.enterKey": {
1257
+ defaultMessage: string;
1258
+ description: string;
1259
+ };
1260
+ "home.explanation": {
1261
+ defaultMessage: string;
1262
+ description: string;
1263
+ };
1264
+ "home.glossaryTerm": {
1265
+ defaultMessage: string;
1266
+ description: string;
1267
+ };
1268
+ "home.matches": {
1269
+ defaultMessage: string;
1270
+ description: string;
1271
+ };
1272
+ "home.moreSpaces": {
1273
+ defaultMessage: string;
1274
+ description: string;
1275
+ };
1276
+ "home.mostCited": {
1277
+ defaultMessage: string;
1278
+ description: string;
1279
+ };
1280
+ "home.open": {
1281
+ defaultMessage: string;
1282
+ description: string;
1283
+ };
1284
+ "home.pages": {
1285
+ defaultMessage: string;
1286
+ description: string;
1287
+ };
1288
+ "home.question": {
1289
+ defaultMessage: string;
1290
+ description: string;
1291
+ };
1292
+ "home.recent": {
1293
+ defaultMessage: string;
1294
+ description: string;
1295
+ };
1296
+ "home.seeResults": {
1297
+ defaultMessage: string;
1298
+ description: string;
1299
+ };
1300
+ "home.spacesLead": {
1301
+ defaultMessage: string;
1302
+ description: string;
1303
+ };
1304
+ "home.stale": {
1305
+ defaultMessage: string;
1306
+ description: string;
1307
+ };
1308
+ "home.staleThreshold": {
1309
+ defaultMessage: string;
1310
+ description: string;
1311
+ };
1312
+ "home.typeSummary": {
1313
+ defaultMessage: string;
1314
+ description: string;
1315
+ };
1316
+ "home.usedIn": {
1317
+ defaultMessage: string;
1318
+ description: string;
1319
+ };
1320
+ };
1321
+ readonly fr: {
1322
+ "home.browse": string;
1323
+ "home.datesNote": string;
1324
+ "home.documents": string;
1325
+ "home.enterKey": string;
1326
+ "home.explanation": string;
1327
+ "home.glossaryTerm": string;
1328
+ "home.matches": string;
1329
+ "home.moreSpaces": string;
1330
+ "home.mostCited": string;
1331
+ "home.open": string;
1332
+ "home.pages": string;
1333
+ "home.question": string;
1334
+ "home.recent": string;
1335
+ "home.seeResults": string;
1336
+ "home.spacesLead": string;
1337
+ "home.stale": string;
1338
+ "home.staleThreshold": string;
1339
+ "home.typeSummary": string;
1340
+ "home.usedIn": string;
1341
+ };
1342
+ readonly arguments: {
1343
+ readonly "home.browse": {};
1344
+ readonly "home.datesNote": {};
1345
+ readonly "home.documents": {
1346
+ readonly count: "plural";
1347
+ };
1348
+ readonly "home.enterKey": {};
1349
+ readonly "home.explanation": {};
1350
+ readonly "home.glossaryTerm": {
1351
+ readonly count: "plural";
1352
+ };
1353
+ readonly "home.matches": {
1354
+ readonly count: "plural";
1355
+ };
1356
+ readonly "home.moreSpaces": {
1357
+ readonly count: "plural";
1358
+ };
1359
+ readonly "home.mostCited": {};
1360
+ readonly "home.open": {};
1361
+ readonly "home.pages": {
1362
+ readonly count: "plural";
1363
+ };
1364
+ readonly "home.question": {};
1365
+ readonly "home.recent": {};
1366
+ readonly "home.seeResults": {
1367
+ readonly count: "plural";
1368
+ };
1369
+ readonly "home.spacesLead": {};
1370
+ readonly "home.stale": {
1371
+ readonly count: "plural";
1372
+ };
1373
+ readonly "home.staleThreshold": {
1374
+ readonly space: "argument";
1375
+ readonly count: "plural";
1376
+ };
1377
+ readonly "home.typeSummary": {};
1378
+ readonly "home.usedIn": {
1379
+ readonly count: "plural";
1380
+ };
1381
+ };
1382
+ }, {
1383
+ readonly en: {
1384
+ "index.bySpace": {
1385
+ defaultMessage: string;
1386
+ description: string;
1387
+ };
1388
+ "index.byType": {
1389
+ defaultMessage: string;
1390
+ description: string;
1391
+ };
1392
+ "index.columnDescription": {
1393
+ defaultMessage: string;
1394
+ description: string;
1395
+ };
1396
+ "index.columnPages": {
1397
+ defaultMessage: string;
1398
+ description: string;
1399
+ };
1400
+ "index.columnType": {
1401
+ defaultMessage: string;
1402
+ description: string;
1403
+ };
1404
+ "index.columnWord": {
1405
+ defaultMessage: string;
1406
+ description: string;
1407
+ };
1408
+ "index.empty": {
1409
+ defaultMessage: string;
1410
+ description: string;
1411
+ };
1412
+ "index.filters": {
1413
+ defaultMessage: string;
1414
+ description: string;
1415
+ };
1416
+ "index.lead": {
1417
+ defaultMessage: string;
1418
+ description: string;
1419
+ };
1420
+ "index.letters": {
1421
+ defaultMessage: string;
1422
+ description: string;
1423
+ };
1424
+ "index.lettersWithout": {
1425
+ defaultMessage: string;
1426
+ description: string;
1427
+ };
1428
+ "index.noDefinition": {
1429
+ defaultMessage: string;
1430
+ description: string;
1431
+ };
1432
+ "index.note": {
1433
+ defaultMessage: string;
1434
+ description: string;
1435
+ };
1436
+ "index.passage": {
1437
+ defaultMessage: string;
1438
+ description: string;
1439
+ };
1440
+ "index.title": {
1441
+ defaultMessage: string;
1442
+ description: string;
1443
+ };
1444
+ "index.withoutDefinition": {
1445
+ defaultMessage: string;
1446
+ description: string;
1447
+ };
1448
+ "index.words": {
1449
+ defaultMessage: string;
1450
+ description: string;
1451
+ };
1452
+ };
1453
+ readonly fr: {
1454
+ "index.bySpace": string;
1455
+ "index.byType": string;
1456
+ "index.columnDescription": string;
1457
+ "index.columnPages": string;
1458
+ "index.columnType": string;
1459
+ "index.columnWord": string;
1460
+ "index.empty": string;
1461
+ "index.filters": string;
1462
+ "index.lead": string;
1463
+ "index.letters": string;
1464
+ "index.lettersWithout": string;
1465
+ "index.noDefinition": string;
1466
+ "index.note": string;
1467
+ "index.passage": string;
1468
+ "index.title": string;
1469
+ "index.withoutDefinition": string;
1470
+ "index.words": string;
1471
+ };
1472
+ readonly arguments: {
1473
+ readonly "index.bySpace": {};
1474
+ readonly "index.byType": {};
1475
+ readonly "index.columnDescription": {};
1476
+ readonly "index.columnPages": {};
1477
+ readonly "index.columnType": {};
1478
+ readonly "index.columnWord": {};
1479
+ readonly "index.empty": {};
1480
+ readonly "index.filters": {};
1481
+ readonly "index.lead": {
1482
+ readonly words: "plural";
1483
+ readonly notes: "plural";
1484
+ };
1485
+ readonly "index.letters": {};
1486
+ readonly "index.lettersWithout": {
1487
+ readonly count: "plural";
1488
+ };
1489
+ readonly "index.noDefinition": {};
1490
+ readonly "index.note": {};
1491
+ readonly "index.passage": {
1492
+ readonly passage: "argument";
1493
+ readonly title: "argument";
1494
+ };
1495
+ readonly "index.title": {};
1496
+ readonly "index.withoutDefinition": {};
1497
+ readonly "index.words": {
1498
+ readonly count: "plural";
1499
+ };
1500
+ };
1501
+ }, {
1502
+ readonly en: {
1503
+ "keyword.createNote": {
1504
+ defaultMessage: string;
1505
+ description: string;
1506
+ };
1507
+ "keyword.factFiles": {
1508
+ defaultMessage: string;
1509
+ description: string;
1510
+ };
1511
+ "keyword.factOccurrences": {
1512
+ defaultMessage: string;
1513
+ description: string;
1514
+ };
1515
+ "keyword.factSpaces": {
1516
+ defaultMessage: string;
1517
+ description: string;
1518
+ };
1519
+ "keyword.filesSummary": {
1520
+ defaultMessage: string;
1521
+ description: string;
1522
+ };
1523
+ "keyword.maybeSame": {
1524
+ defaultMessage: string;
1525
+ description: string;
1526
+ };
1527
+ "keyword.noDefinition": {
1528
+ defaultMessage: string;
1529
+ description: string;
1530
+ };
1531
+ "keyword.noProperty": {
1532
+ defaultMessage: string;
1533
+ description: string;
1534
+ };
1535
+ "keyword.noteWritten": {
1536
+ defaultMessage: string;
1537
+ description: string;
1538
+ };
1539
+ "keyword.noticeDetail": {
1540
+ defaultMessage: string;
1541
+ description: string;
1542
+ };
1543
+ "keyword.noticeLead": {
1544
+ defaultMessage: string;
1545
+ description: string;
1546
+ };
1547
+ "keyword.occurrences": {
1548
+ defaultMessage: string;
1549
+ description: string;
1550
+ };
1551
+ "keyword.otherPassages": {
1552
+ defaultMessage: string;
1553
+ description: string;
1554
+ };
1555
+ "keyword.pageAt": {
1556
+ defaultMessage: string;
1557
+ description: string;
1558
+ };
1559
+ "keyword.passagesTitle": {
1560
+ defaultMessage: string;
1561
+ description: string;
1562
+ };
1563
+ "keyword.relatedNote": {
1564
+ defaultMessage: string;
1565
+ description: string;
1566
+ };
1567
+ "keyword.showOtherFiles": {
1568
+ defaultMessage: string;
1569
+ description: string;
1570
+ };
1571
+ "keyword.similarLead": {
1572
+ defaultMessage: string;
1573
+ description: string;
1574
+ };
1575
+ "keyword.slideAt": {
1576
+ defaultMessage: string;
1577
+ description: string;
1578
+ };
1579
+ "keyword.terms": {
1580
+ defaultMessage: string;
1581
+ description: string;
1582
+ };
1583
+ "keyword.title": {
1584
+ defaultMessage: string;
1585
+ description: string;
1586
+ };
1587
+ "keyword.undefinedExpression": {
1588
+ defaultMessage: string;
1589
+ description: string;
1590
+ };
1591
+ "keyword.usedSince": {
1592
+ defaultMessage: string;
1593
+ description: string;
1594
+ };
1595
+ "keyword.whatWeKnow": {
1596
+ defaultMessage: string;
1597
+ description: string;
1598
+ };
1599
+ };
1600
+ readonly fr: {
1601
+ "keyword.createNote": string;
1602
+ "keyword.factFiles": string;
1603
+ "keyword.factOccurrences": string;
1604
+ "keyword.factSpaces": string;
1605
+ "keyword.filesSummary": string;
1606
+ "keyword.maybeSame": string;
1607
+ "keyword.noDefinition": string;
1608
+ "keyword.noProperty": string;
1609
+ "keyword.noteWritten": string;
1610
+ "keyword.noticeDetail": string;
1611
+ "keyword.noticeLead": string;
1612
+ "keyword.occurrences": string;
1613
+ "keyword.otherPassages": string;
1614
+ "keyword.pageAt": string;
1615
+ "keyword.passagesTitle": string;
1616
+ "keyword.relatedNote": string;
1617
+ "keyword.showOtherFiles": string;
1618
+ "keyword.similarLead": string;
1619
+ "keyword.slideAt": string;
1620
+ "keyword.terms": string;
1621
+ "keyword.title": string;
1622
+ "keyword.undefinedExpression": string;
1623
+ "keyword.usedSince": string;
1624
+ "keyword.whatWeKnow": string;
1625
+ };
1626
+ readonly arguments: {
1627
+ readonly "keyword.createNote": {};
1628
+ readonly "keyword.factFiles": {};
1629
+ readonly "keyword.factOccurrences": {};
1630
+ readonly "keyword.factSpaces": {};
1631
+ readonly "keyword.filesSummary": {
1632
+ readonly count: "plural";
1633
+ };
1634
+ readonly "keyword.maybeSame": {};
1635
+ readonly "keyword.noDefinition": {};
1636
+ readonly "keyword.noProperty": {};
1637
+ readonly "keyword.noteWritten": {};
1638
+ readonly "keyword.noticeDetail": {};
1639
+ readonly "keyword.noticeLead": {
1640
+ readonly count: "plural";
1641
+ };
1642
+ readonly "keyword.occurrences": {
1643
+ readonly count: "plural";
1644
+ };
1645
+ readonly "keyword.otherPassages": {
1646
+ readonly count: "plural";
1647
+ };
1648
+ readonly "keyword.pageAt": {
1649
+ readonly number: "number";
1650
+ };
1651
+ readonly "keyword.passagesTitle": {};
1652
+ readonly "keyword.relatedNote": {};
1653
+ readonly "keyword.showOtherFiles": {
1654
+ readonly count: "plural";
1655
+ };
1656
+ readonly "keyword.similarLead": {};
1657
+ readonly "keyword.slideAt": {
1658
+ readonly number: "number";
1659
+ };
1660
+ readonly "keyword.terms": {};
1661
+ readonly "keyword.title": {};
1662
+ readonly "keyword.undefinedExpression": {};
1663
+ readonly "keyword.usedSince": {
1664
+ readonly month: "argument";
1665
+ };
1666
+ readonly "keyword.whatWeKnow": {};
1667
+ };
1668
+ }, {
1669
+ readonly en: {
1670
+ "meeting.date": {
1671
+ defaultMessage: string;
1672
+ description: string;
1673
+ };
1674
+ "meeting.decision": {
1675
+ defaultMessage: string;
1676
+ description: string;
1677
+ };
1678
+ "meeting.deck": {
1679
+ defaultMessage: string;
1680
+ description: string;
1681
+ };
1682
+ "meeting.document": {
1683
+ defaultMessage: string;
1684
+ description: string;
1685
+ };
1686
+ "meeting.durationHours": {
1687
+ defaultMessage: string;
1688
+ description: string;
1689
+ };
1690
+ "meeting.durationMinutes": {
1691
+ defaultMessage: string;
1692
+ description: string;
1693
+ };
1694
+ "meeting.grouped": {
1695
+ defaultMessage: string;
1696
+ description: string;
1697
+ };
1698
+ "meeting.groupingNote": {
1699
+ defaultMessage: string;
1700
+ description: string;
1701
+ };
1702
+ "meeting.notes": {
1703
+ defaultMessage: string;
1704
+ description: string;
1705
+ };
1706
+ "meeting.participants": {
1707
+ defaultMessage: string;
1708
+ description: string;
1709
+ };
1710
+ "meeting.pseudonymNote": {
1711
+ defaultMessage: string;
1712
+ description: string;
1713
+ };
1714
+ "meeting.pseudonymised": {
1715
+ defaultMessage: string;
1716
+ description: string;
1717
+ };
1718
+ "meeting.relatedNote": {
1719
+ defaultMessage: string;
1720
+ description: string;
1721
+ };
1722
+ "meeting.representations": {
1723
+ defaultMessage: string;
1724
+ description: string;
1725
+ };
1726
+ "meeting.signal.commit": {
1727
+ defaultMessage: string;
1728
+ description: string;
1729
+ };
1730
+ "meeting.signal.content": {
1731
+ defaultMessage: string;
1732
+ description: string;
1733
+ };
1734
+ "meeting.signal.declared": {
1735
+ defaultMessage: string;
1736
+ description: string;
1737
+ };
1738
+ "meeting.signal.folder": {
1739
+ defaultMessage: string;
1740
+ description: string;
1741
+ };
1742
+ "meeting.signal.name": {
1743
+ defaultMessage: string;
1744
+ description: string;
1745
+ };
1746
+ "meeting.signal.similarName": {
1747
+ defaultMessage: string;
1748
+ description: string;
1749
+ };
1750
+ "meeting.signal.title": {
1751
+ defaultMessage: string;
1752
+ description: string;
1753
+ };
1754
+ "meeting.space": {
1755
+ defaultMessage: string;
1756
+ description: string;
1757
+ };
1758
+ "meeting.transcript": {
1759
+ defaultMessage: string;
1760
+ description: string;
1761
+ };
1762
+ };
1763
+ readonly fr: {
1764
+ "meeting.date": string;
1765
+ "meeting.decision": string;
1766
+ "meeting.deck": string;
1767
+ "meeting.document": string;
1768
+ "meeting.durationHours": string;
1769
+ "meeting.durationMinutes": string;
1770
+ "meeting.grouped": string;
1771
+ "meeting.groupingNote": string;
1772
+ "meeting.notes": string;
1773
+ "meeting.participants": string;
1774
+ "meeting.pseudonymNote": string;
1775
+ "meeting.pseudonymised": string;
1776
+ "meeting.relatedNote": string;
1777
+ "meeting.representations": string;
1778
+ "meeting.signal.commit": string;
1779
+ "meeting.signal.content": string;
1780
+ "meeting.signal.declared": string;
1781
+ "meeting.signal.folder": string;
1782
+ "meeting.signal.name": string;
1783
+ "meeting.signal.similarName": string;
1784
+ "meeting.signal.title": string;
1785
+ "meeting.space": string;
1786
+ "meeting.transcript": string;
1787
+ };
1788
+ readonly arguments: {
1789
+ readonly "meeting.date": {};
1790
+ readonly "meeting.decision": {};
1791
+ readonly "meeting.deck": {};
1792
+ readonly "meeting.document": {};
1793
+ readonly "meeting.durationHours": {
1794
+ readonly hours: "argument";
1795
+ readonly minutes: "argument";
1796
+ };
1797
+ readonly "meeting.durationMinutes": {
1798
+ readonly minutes: "argument";
1799
+ };
1800
+ readonly "meeting.grouped": {};
1801
+ readonly "meeting.groupingNote": {
1802
+ readonly count: "plural";
1803
+ readonly reasons: "argument";
1804
+ };
1805
+ readonly "meeting.notes": {};
1806
+ readonly "meeting.participants": {
1807
+ readonly count: "plural";
1808
+ };
1809
+ readonly "meeting.pseudonymNote": {};
1810
+ readonly "meeting.pseudonymised": {};
1811
+ readonly "meeting.relatedNote": {};
1812
+ readonly "meeting.representations": {};
1813
+ readonly "meeting.signal.commit": {};
1814
+ readonly "meeting.signal.content": {};
1815
+ readonly "meeting.signal.declared": {};
1816
+ readonly "meeting.signal.folder": {};
1817
+ readonly "meeting.signal.name": {};
1818
+ readonly "meeting.signal.similarName": {};
1819
+ readonly "meeting.signal.title": {};
1820
+ readonly "meeting.space": {};
1821
+ readonly "meeting.transcript": {};
1822
+ };
1823
+ }, {
1824
+ readonly en: {
1825
+ "mentions.atLine": {
1826
+ defaultMessage: string;
1827
+ description: string;
1828
+ };
1829
+ "mentions.inSection": {
1830
+ defaultMessage: string;
1831
+ description: string;
1832
+ };
1833
+ };
1834
+ readonly fr: {
1835
+ "mentions.atLine": string;
1836
+ "mentions.inSection": string;
1837
+ };
1838
+ readonly arguments: {
1839
+ readonly "mentions.atLine": {
1840
+ readonly line: "number";
1841
+ };
1842
+ readonly "mentions.inSection": {
1843
+ readonly section: "argument";
1844
+ };
1845
+ };
1846
+ }, {
1847
+ readonly en: {
1848
+ "nav.applications": {
1849
+ defaultMessage: string;
1850
+ description: string;
1851
+ };
1852
+ "nav.domains": {
1853
+ defaultMessage: string;
1854
+ description: string;
1855
+ };
1856
+ "nav.index": {
1857
+ defaultMessage: string;
1858
+ description: string;
1859
+ };
1860
+ "nav.types": {
1861
+ defaultMessage: string;
1862
+ description: string;
1863
+ };
1864
+ };
1865
+ readonly fr: {
1866
+ "nav.applications": string;
1867
+ "nav.domains": string;
1868
+ "nav.index": string;
1869
+ "nav.types": string;
1870
+ };
1871
+ readonly arguments: {
1872
+ readonly "nav.applications": {};
1873
+ readonly "nav.domains": {};
1874
+ readonly "nav.index": {};
1875
+ readonly "nav.types": {};
1876
+ };
1877
+ }, {
1878
+ readonly en: {
1879
+ "neighbourhood.capNote": {
1880
+ defaultMessage: string;
1881
+ description: string;
1882
+ };
1883
+ "neighbourhood.distance": {
1884
+ defaultMessage: string;
1885
+ description: string;
1886
+ };
1887
+ "neighbourhood.existingPage": {
1888
+ defaultMessage: string;
1889
+ description: string;
1890
+ };
1891
+ "neighbourhood.hop": {
1892
+ defaultMessage: string;
1893
+ description: string;
1894
+ };
1895
+ "neighbourhood.list": {
1896
+ defaultMessage: string;
1897
+ description: string;
1898
+ };
1899
+ "neighbourhood.map": {
1900
+ defaultMessage: string;
1901
+ description: string;
1902
+ };
1903
+ "neighbourhood.mapCaption": {
1904
+ defaultMessage: string;
1905
+ description: string;
1906
+ };
1907
+ "neighbourhood.none": {
1908
+ defaultMessage: string;
1909
+ description: string;
1910
+ };
1911
+ "neighbourhood.noteless": {
1912
+ defaultMessage: string;
1913
+ description: string;
1914
+ };
1915
+ "neighbourhood.seeMentions": {
1916
+ defaultMessage: string;
1917
+ description: string;
1918
+ };
1919
+ "neighbourhood.textualEquivalent": {
1920
+ defaultMessage: string;
1921
+ description: string;
1922
+ };
1923
+ "neighbourhood.total": {
1924
+ defaultMessage: string;
1925
+ description: string;
1926
+ };
1927
+ };
1928
+ readonly fr: {
1929
+ "neighbourhood.capNote": string;
1930
+ "neighbourhood.distance": string;
1931
+ "neighbourhood.existingPage": string;
1932
+ "neighbourhood.hop": string;
1933
+ "neighbourhood.list": string;
1934
+ "neighbourhood.map": string;
1935
+ "neighbourhood.mapCaption": string;
1936
+ "neighbourhood.none": string;
1937
+ "neighbourhood.noteless": string;
1938
+ "neighbourhood.seeMentions": string;
1939
+ "neighbourhood.textualEquivalent": string;
1940
+ "neighbourhood.total": string;
1941
+ };
1942
+ readonly arguments: {
1943
+ readonly "neighbourhood.capNote": {};
1944
+ readonly "neighbourhood.distance": {};
1945
+ readonly "neighbourhood.existingPage": {};
1946
+ readonly "neighbourhood.hop": {
1947
+ readonly count: "plural";
1948
+ };
1949
+ readonly "neighbourhood.list": {
1950
+ readonly count: "plural";
1951
+ };
1952
+ readonly "neighbourhood.map": {};
1953
+ readonly "neighbourhood.mapCaption": {};
1954
+ readonly "neighbourhood.none": {};
1955
+ readonly "neighbourhood.noteless": {};
1956
+ readonly "neighbourhood.seeMentions": {};
1957
+ readonly "neighbourhood.textualEquivalent": {};
1958
+ readonly "neighbourhood.total": {
1959
+ readonly count: "plural";
1960
+ };
1961
+ };
1962
+ }, {
1963
+ readonly en: {
1964
+ "notfound.browse": {
1965
+ defaultMessage: string;
1966
+ description: string;
1967
+ };
1968
+ "notfound.cause": {
1969
+ defaultMessage: string;
1970
+ description: string;
1971
+ };
1972
+ "notfound.label": {
1973
+ defaultMessage: string;
1974
+ description: string;
1975
+ };
1976
+ "notfound.nearby": {
1977
+ defaultMessage: string;
1978
+ description: string;
1979
+ };
1980
+ "notfound.search": {
1981
+ defaultMessage: string;
1982
+ description: string;
1983
+ };
1984
+ "notfound.searchSite": {
1985
+ defaultMessage: string;
1986
+ description: string;
1987
+ };
1988
+ "notfound.title": {
1989
+ defaultMessage: string;
1990
+ description: string;
1991
+ };
1992
+ };
1993
+ readonly fr: {
1994
+ "notfound.browse": string;
1995
+ "notfound.cause": string;
1996
+ "notfound.label": string;
1997
+ "notfound.nearby": string;
1998
+ "notfound.search": string;
1999
+ "notfound.searchSite": string;
2000
+ "notfound.title": string;
2001
+ };
2002
+ readonly arguments: {
2003
+ readonly "notfound.browse": {};
2004
+ readonly "notfound.cause": {};
2005
+ readonly "notfound.label": {};
2006
+ readonly "notfound.nearby": {};
2007
+ readonly "notfound.search": {};
2008
+ readonly "notfound.searchSite": {};
2009
+ readonly "notfound.title": {};
2010
+ };
2011
+ }, {
2012
+ readonly en: {
2013
+ "panels.fold": {
2014
+ defaultMessage: string;
2015
+ description: string;
2016
+ };
2017
+ "panels.panel": {
2018
+ defaultMessage: string;
2019
+ description: string;
2020
+ };
2021
+ };
2022
+ readonly fr: {
2023
+ "panels.fold": string;
2024
+ "panels.panel": string;
2025
+ };
2026
+ readonly arguments: {
2027
+ readonly "panels.fold": {};
2028
+ readonly "panels.panel": {};
2029
+ };
2030
+ }, {
2031
+ readonly en: {
2032
+ "pins.all": {
2033
+ defaultMessage: string;
2034
+ description: string;
2035
+ };
2036
+ "pins.confirmRemoveAll": {
2037
+ defaultMessage: string;
2038
+ description: string;
2039
+ };
2040
+ "pins.countMany": {
2041
+ defaultMessage: string;
2042
+ description: string;
2043
+ };
2044
+ "pins.countOne": {
2045
+ defaultMessage: string;
2046
+ description: string;
2047
+ };
2048
+ "pins.filter": {
2049
+ defaultMessage: string;
2050
+ description: string;
2051
+ };
2052
+ "pins.label": {
2053
+ defaultMessage: string;
2054
+ description: string;
2055
+ };
2056
+ "pins.pages": {
2057
+ defaultMessage: string;
2058
+ description: string;
2059
+ };
2060
+ "pins.pin": {
2061
+ defaultMessage: string;
2062
+ description: string;
2063
+ };
2064
+ "pins.pinned": {
2065
+ defaultMessage: string;
2066
+ description: string;
2067
+ };
2068
+ "pins.removeAll": {
2069
+ defaultMessage: string;
2070
+ description: string;
2071
+ };
2072
+ "pins.unpin": {
2073
+ defaultMessage: string;
2074
+ description: string;
2075
+ };
2076
+ };
2077
+ readonly fr: {
2078
+ "pins.all": string;
2079
+ "pins.confirmRemoveAll": string;
2080
+ "pins.countMany": string;
2081
+ "pins.countOne": string;
2082
+ "pins.filter": string;
2083
+ "pins.label": string;
2084
+ "pins.pages": string;
2085
+ "pins.pin": string;
2086
+ "pins.pinned": string;
2087
+ "pins.removeAll": string;
2088
+ "pins.unpin": string;
2089
+ };
2090
+ readonly arguments: {
2091
+ readonly "pins.all": {};
2092
+ readonly "pins.confirmRemoveAll": {};
2093
+ readonly "pins.countMany": {};
2094
+ readonly "pins.countOne": {};
2095
+ readonly "pins.filter": {};
2096
+ readonly "pins.label": {};
2097
+ readonly "pins.pages": {};
2098
+ readonly "pins.pin": {};
2099
+ readonly "pins.pinned": {};
2100
+ readonly "pins.removeAll": {};
2101
+ readonly "pins.unpin": {};
2102
+ };
2103
+ }, {
2104
+ readonly en: {
2105
+ "related.cited": {
2106
+ defaultMessage: string;
2107
+ description: string;
2108
+ };
2109
+ "related.clearAll": {
2110
+ defaultMessage: string;
2111
+ description: string;
2112
+ };
2113
+ "related.filter": {
2114
+ defaultMessage: string;
2115
+ description: string;
2116
+ };
2117
+ "related.fullList": {
2118
+ defaultMessage: string;
2119
+ description: string;
2120
+ };
2121
+ "related.loadingOthers": {
2122
+ defaultMessage: string;
2123
+ description: string;
2124
+ };
2125
+ "related.noMatch": {
2126
+ defaultMessage: string;
2127
+ description: string;
2128
+ };
2129
+ "related.none": {
2130
+ defaultMessage: string;
2131
+ description: string;
2132
+ };
2133
+ "related.orderNote": {
2134
+ defaultMessage: string;
2135
+ description: string;
2136
+ };
2137
+ "related.other": {
2138
+ defaultMessage: string;
2139
+ description: string;
2140
+ };
2141
+ "related.others": {
2142
+ defaultMessage: string;
2143
+ description: string;
2144
+ };
2145
+ "related.othersUnavailable": {
2146
+ defaultMessage: string;
2147
+ description: string;
2148
+ };
2149
+ "related.pagesOf": {
2150
+ defaultMessage: string;
2151
+ description: string;
2152
+ };
2153
+ "related.passage": {
2154
+ defaultMessage: string;
2155
+ description: string;
2156
+ };
2157
+ "related.passages": {
2158
+ defaultMessage: string;
2159
+ description: string;
2160
+ };
2161
+ "related.showOthers": {
2162
+ defaultMessage: string;
2163
+ description: string;
2164
+ };
2165
+ "related.title": {
2166
+ defaultMessage: string;
2167
+ description: string;
2168
+ };
2169
+ "related.types": {
2170
+ defaultMessage: string;
2171
+ description: string;
2172
+ };
2173
+ };
2174
+ readonly fr: {
2175
+ "related.cited": string;
2176
+ "related.clearAll": string;
2177
+ "related.filter": string;
2178
+ "related.fullList": string;
2179
+ "related.loadingOthers": string;
2180
+ "related.noMatch": string;
2181
+ "related.none": string;
2182
+ "related.orderNote": string;
2183
+ "related.other": string;
2184
+ "related.others": string;
2185
+ "related.othersUnavailable": string;
2186
+ "related.pagesOf": string;
2187
+ "related.passage": string;
2188
+ "related.passages": string;
2189
+ "related.showOthers": string;
2190
+ "related.title": string;
2191
+ "related.types": string;
2192
+ };
2193
+ readonly arguments: {
2194
+ readonly "related.cited": {};
2195
+ readonly "related.clearAll": {};
2196
+ readonly "related.filter": {};
2197
+ readonly "related.fullList": {};
2198
+ readonly "related.loadingOthers": {};
2199
+ readonly "related.noMatch": {};
2200
+ readonly "related.none": {};
2201
+ readonly "related.orderNote": {};
2202
+ readonly "related.other": {};
2203
+ readonly "related.others": {};
2204
+ readonly "related.othersUnavailable": {};
2205
+ readonly "related.pagesOf": {};
2206
+ readonly "related.passage": {};
2207
+ readonly "related.passages": {};
2208
+ readonly "related.showOthers": {};
2209
+ readonly "related.title": {};
2210
+ readonly "related.types": {};
2211
+ };
2212
+ }, {
2213
+ readonly en: {
2214
+ "results.alsoCalled": {
2215
+ defaultMessage: string;
2216
+ description: string;
2217
+ };
2218
+ "results.broader": {
2219
+ defaultMessage: string;
2220
+ description: string;
2221
+ };
2222
+ "results.cited": {
2223
+ defaultMessage: string;
2224
+ description: string;
2225
+ };
2226
+ "results.clearQuery": {
2227
+ defaultMessage: string;
2228
+ description: string;
2229
+ };
2230
+ "results.closestForm": {
2231
+ defaultMessage: string;
2232
+ description: string;
2233
+ };
2234
+ "results.countersNote": {
2235
+ defaultMessage: string;
2236
+ description: string;
2237
+ };
2238
+ "results.existsElsewhere": {
2239
+ defaultMessage: string;
2240
+ description: string;
2241
+ };
2242
+ "results.liftFilter": {
2243
+ defaultMessage: string;
2244
+ description: string;
2245
+ };
2246
+ "results.noFileUses": {
2247
+ defaultMessage: string;
2248
+ description: string;
2249
+ };
2250
+ "results.noResultFiltered": {
2251
+ defaultMessage: string;
2252
+ description: string;
2253
+ };
2254
+ "results.noResultFor": {
2255
+ defaultMessage: string;
2256
+ description: string;
2257
+ };
2258
+ "results.noteless": {
2259
+ defaultMessage: string;
2260
+ description: string;
2261
+ };
2262
+ "results.notelessNote": {
2263
+ defaultMessage: string;
2264
+ description: string;
2265
+ };
2266
+ "results.prefixNote": {
2267
+ defaultMessage: string;
2268
+ description: string;
2269
+ };
2270
+ "results.seeWordPage": {
2271
+ defaultMessage: string;
2272
+ description: string;
2273
+ };
2274
+ "results.showNext": {
2275
+ defaultMessage: string;
2276
+ description: string;
2277
+ };
2278
+ "results.usedIn": {
2279
+ defaultMessage: string;
2280
+ description: string;
2281
+ };
2282
+ };
2283
+ readonly fr: {
2284
+ "results.alsoCalled": string;
2285
+ "results.broader": string;
2286
+ "results.cited": string;
2287
+ "results.clearQuery": string;
2288
+ "results.closestForm": string;
2289
+ "results.countersNote": string;
2290
+ "results.existsElsewhere": string;
2291
+ "results.liftFilter": string;
2292
+ "results.noFileUses": string;
2293
+ "results.noResultFiltered": string;
2294
+ "results.noResultFor": string;
2295
+ "results.noteless": string;
2296
+ "results.notelessNote": string;
2297
+ "results.prefixNote": string;
2298
+ "results.seeWordPage": string;
2299
+ "results.showNext": string;
2300
+ "results.usedIn": string;
2301
+ };
2302
+ readonly arguments: {
2303
+ readonly "results.alsoCalled": {};
2304
+ readonly "results.broader": {};
2305
+ readonly "results.cited": {
2306
+ readonly count: "plural";
2307
+ };
2308
+ readonly "results.clearQuery": {};
2309
+ readonly "results.closestForm": {};
2310
+ readonly "results.countersNote": {};
2311
+ readonly "results.existsElsewhere": {};
2312
+ readonly "results.liftFilter": {};
2313
+ readonly "results.noFileUses": {};
2314
+ readonly "results.noResultFiltered": {
2315
+ readonly count: "plural";
2316
+ };
2317
+ readonly "results.noResultFor": {};
2318
+ readonly "results.noteless": {};
2319
+ readonly "results.notelessNote": {};
2320
+ readonly "results.prefixNote": {};
2321
+ readonly "results.seeWordPage": {};
2322
+ readonly "results.showNext": {
2323
+ readonly count: "plural";
2324
+ };
2325
+ readonly "results.usedIn": {
2326
+ readonly count: "plural";
2327
+ };
2328
+ };
2329
+ }, {
2330
+ readonly en: {
2331
+ "search.activeFilters": {
2332
+ defaultMessage: string;
2333
+ description: string;
2334
+ };
2335
+ "search.clear": {
2336
+ defaultMessage: string;
2337
+ description: string;
2338
+ };
2339
+ "search.facet.application": {
2340
+ defaultMessage: string;
2341
+ description: string;
2342
+ };
2343
+ "search.facet.domain": {
2344
+ defaultMessage: string;
2345
+ description: string;
2346
+ };
2347
+ "search.facet.noNote": {
2348
+ defaultMessage: string;
2349
+ description: string;
2350
+ };
2351
+ "search.facet.source": {
2352
+ defaultMessage: string;
2353
+ description: string;
2354
+ };
2355
+ "search.facet.type": {
2356
+ defaultMessage: string;
2357
+ description: string;
2358
+ };
2359
+ "search.facets": {
2360
+ defaultMessage: string;
2361
+ description: string;
2362
+ };
2363
+ "search.noNote.any": {
2364
+ defaultMessage: string;
2365
+ description: string;
2366
+ };
2367
+ "search.noNote.exclude": {
2368
+ defaultMessage: string;
2369
+ description: string;
2370
+ };
2371
+ "search.noNote.only": {
2372
+ defaultMessage: string;
2373
+ description: string;
2374
+ };
2375
+ "search.noResult": {
2376
+ defaultMessage: string;
2377
+ description: string;
2378
+ };
2379
+ "search.removeFilter": {
2380
+ defaultMessage: string;
2381
+ description: string;
2382
+ };
2383
+ "search.results": {
2384
+ defaultMessage: string;
2385
+ description: string;
2386
+ };
2387
+ };
2388
+ readonly fr: {
2389
+ "search.activeFilters": string;
2390
+ "search.clear": string;
2391
+ "search.facet.application": string;
2392
+ "search.facet.domain": string;
2393
+ "search.facet.noNote": string;
2394
+ "search.facet.source": string;
2395
+ "search.facet.type": string;
2396
+ "search.facets": string;
2397
+ "search.noNote.any": string;
2398
+ "search.noNote.exclude": string;
2399
+ "search.noNote.only": string;
2400
+ "search.noResult": string;
2401
+ "search.removeFilter": string;
2402
+ "search.results": string;
2403
+ };
2404
+ readonly arguments: {
2405
+ readonly "search.activeFilters": {};
2406
+ readonly "search.clear": {};
2407
+ readonly "search.facet.application": {};
2408
+ readonly "search.facet.domain": {};
2409
+ readonly "search.facet.noNote": {};
2410
+ readonly "search.facet.source": {};
2411
+ readonly "search.facet.type": {};
2412
+ readonly "search.facets": {};
2413
+ readonly "search.noNote.any": {};
2414
+ readonly "search.noNote.exclude": {};
2415
+ readonly "search.noNote.only": {};
2416
+ readonly "search.noResult": {};
2417
+ readonly "search.removeFilter": {};
2418
+ readonly "search.results": {
2419
+ readonly count: "plural";
2420
+ };
2421
+ };
2422
+ }, {
2423
+ readonly en: {
2424
+ "site.darkMode": {
2425
+ defaultMessage: string;
2426
+ description: string;
2427
+ };
2428
+ "site.generatedAt": {
2429
+ defaultMessage: string;
2430
+ description: string;
2431
+ };
2432
+ "site.home": {
2433
+ defaultMessage: string;
2434
+ description: string;
2435
+ };
2436
+ "site.index": {
2437
+ defaultMessage: string;
2438
+ description: string;
2439
+ };
2440
+ "site.recent": {
2441
+ defaultMessage: string;
2442
+ description: string;
2443
+ };
2444
+ "site.search": {
2445
+ defaultMessage: string;
2446
+ description: string;
2447
+ };
2448
+ "site.searchPlaceholder": {
2449
+ defaultMessage: string;
2450
+ description: string;
2451
+ };
2452
+ "site.skipToContent": {
2453
+ defaultMessage: string;
2454
+ description: string;
2455
+ };
2456
+ "site.spaces": {
2457
+ defaultMessage: string;
2458
+ description: string;
2459
+ };
2460
+ "site.todo": {
2461
+ defaultMessage: string;
2462
+ description: string;
2463
+ };
2464
+ "site.version": {
2465
+ defaultMessage: string;
2466
+ description: string;
2467
+ };
2468
+ };
2469
+ readonly fr: {
2470
+ "site.darkMode": string;
2471
+ "site.generatedAt": string;
2472
+ "site.home": string;
2473
+ "site.index": string;
2474
+ "site.recent": string;
2475
+ "site.search": string;
2476
+ "site.searchPlaceholder": string;
2477
+ "site.skipToContent": string;
2478
+ "site.spaces": string;
2479
+ "site.todo": string;
2480
+ "site.version": string;
2481
+ };
2482
+ readonly arguments: {
2483
+ readonly "site.darkMode": {};
2484
+ readonly "site.generatedAt": {
2485
+ readonly date: "date";
2486
+ };
2487
+ readonly "site.home": {};
2488
+ readonly "site.index": {};
2489
+ readonly "site.recent": {};
2490
+ readonly "site.search": {};
2491
+ readonly "site.searchPlaceholder": {};
2492
+ readonly "site.skipToContent": {};
2493
+ readonly "site.spaces": {};
2494
+ readonly "site.todo": {};
2495
+ readonly "site.version": {};
2496
+ };
2497
+ }, {
2498
+ readonly en: {
2499
+ "space.browse": {
2500
+ defaultMessage: string;
2501
+ description: string;
2502
+ };
2503
+ "space.categoriesLead": {
2504
+ defaultMessage: string;
2505
+ description: string;
2506
+ };
2507
+ "space.categoriesNote": {
2508
+ defaultMessage: string;
2509
+ description: string;
2510
+ };
2511
+ "space.footer": {
2512
+ defaultMessage: string;
2513
+ description: string;
2514
+ };
2515
+ "space.mostCited": {
2516
+ defaultMessage: string;
2517
+ description: string;
2518
+ };
2519
+ "space.repository": {
2520
+ defaultMessage: string;
2521
+ description: string;
2522
+ };
2523
+ "space.searchPlaceholder": {
2524
+ defaultMessage: string;
2525
+ description: string;
2526
+ };
2527
+ "space.updated": {
2528
+ defaultMessage: string;
2529
+ description: string;
2530
+ };
2531
+ "space.wordsNote": {
2532
+ defaultMessage: string;
2533
+ description: string;
2534
+ };
2535
+ };
2536
+ readonly fr: {
2537
+ "space.browse": string;
2538
+ "space.categoriesLead": string;
2539
+ "space.categoriesNote": string;
2540
+ "space.footer": string;
2541
+ "space.mostCited": string;
2542
+ "space.repository": string;
2543
+ "space.searchPlaceholder": string;
2544
+ "space.updated": string;
2545
+ "space.wordsNote": string;
2546
+ };
2547
+ readonly arguments: {
2548
+ readonly "space.browse": {};
2549
+ readonly "space.categoriesLead": {
2550
+ readonly count: "plural";
2551
+ };
2552
+ readonly "space.categoriesNote": {};
2553
+ readonly "space.footer": {};
2554
+ readonly "space.mostCited": {};
2555
+ readonly "space.repository": {};
2556
+ readonly "space.searchPlaceholder": {};
2557
+ readonly "space.updated": {
2558
+ readonly when: "argument";
2559
+ };
2560
+ readonly "space.wordsNote": {};
2561
+ };
2562
+ }, {
2563
+ readonly en: {
2564
+ "spaces.content": {
2565
+ defaultMessage: string;
2566
+ description: string;
2567
+ };
2568
+ "spaces.datesNote": {
2569
+ defaultMessage: string;
2570
+ description: string;
2571
+ };
2572
+ "spaces.lastUpdate": {
2573
+ defaultMessage: string;
2574
+ description: string;
2575
+ };
2576
+ "spaces.lead": {
2577
+ defaultMessage: string;
2578
+ description: string;
2579
+ };
2580
+ "spaces.pages": {
2581
+ defaultMessage: string;
2582
+ description: string;
2583
+ };
2584
+ "spaces.space": {
2585
+ defaultMessage: string;
2586
+ description: string;
2587
+ };
2588
+ "spaces.stale": {
2589
+ defaultMessage: string;
2590
+ description: string;
2591
+ };
2592
+ };
2593
+ readonly fr: {
2594
+ "spaces.content": string;
2595
+ "spaces.datesNote": string;
2596
+ "spaces.lastUpdate": string;
2597
+ "spaces.lead": string;
2598
+ "spaces.pages": string;
2599
+ "spaces.space": string;
2600
+ "spaces.stale": string;
2601
+ };
2602
+ readonly arguments: {
2603
+ readonly "spaces.content": {};
2604
+ readonly "spaces.datesNote": {
2605
+ readonly count: "plural";
2606
+ };
2607
+ readonly "spaces.lastUpdate": {};
2608
+ readonly "spaces.lead": {
2609
+ readonly count: "plural";
2610
+ };
2611
+ readonly "spaces.pages": {};
2612
+ readonly "spaces.space": {};
2613
+ readonly "spaces.stale": {};
2614
+ };
2615
+ }, {
2616
+ readonly en: {
2617
+ "time.updatedAgo": {
2618
+ defaultMessage: string;
2619
+ description: string;
2620
+ };
2621
+ };
2622
+ readonly fr: {
2623
+ "time.updatedAgo": string;
2624
+ };
2625
+ readonly arguments: {
2626
+ readonly "time.updatedAgo": {
2627
+ readonly when: "argument";
2628
+ };
2629
+ };
2630
+ }, {
2631
+ readonly en: {
2632
+ "todo.contribute": {
2633
+ defaultMessage: string;
2634
+ description: string;
2635
+ };
2636
+ "todo.findings": {
2637
+ defaultMessage: string;
2638
+ description: string;
2639
+ };
2640
+ "todo.noise": {
2641
+ defaultMessage: string;
2642
+ description: string;
2643
+ };
2644
+ "todo.noiseNote": {
2645
+ defaultMessage: string;
2646
+ description: string;
2647
+ };
2648
+ "todo.reasonBurst": {
2649
+ defaultMessage: string;
2650
+ description: string;
2651
+ };
2652
+ "todo.reasonMorphology": {
2653
+ defaultMessage: string;
2654
+ description: string;
2655
+ };
2656
+ "todo.reasonSpread": {
2657
+ defaultMessage: string;
2658
+ description: string;
2659
+ };
2660
+ "todo.severity.error": {
2661
+ defaultMessage: string;
2662
+ description: string;
2663
+ };
2664
+ "todo.severity.info": {
2665
+ defaultMessage: string;
2666
+ description: string;
2667
+ };
2668
+ "todo.severity.warning": {
2669
+ defaultMessage: string;
2670
+ description: string;
2671
+ };
2672
+ "todo.showOthers": {
2673
+ defaultMessage: string;
2674
+ description: string;
2675
+ };
2676
+ "todo.title": {
2677
+ defaultMessage: string;
2678
+ description: string;
2679
+ };
2680
+ };
2681
+ readonly fr: {
2682
+ "todo.contribute": string;
2683
+ "todo.findings": string;
2684
+ "todo.noise": string;
2685
+ "todo.noiseNote": string;
2686
+ "todo.reasonBurst": string;
2687
+ "todo.reasonMorphology": string;
2688
+ "todo.reasonSpread": string;
2689
+ "todo.severity.error": string;
2690
+ "todo.severity.info": string;
2691
+ "todo.severity.warning": string;
2692
+ "todo.showOthers": string;
2693
+ "todo.title": string;
2694
+ };
2695
+ readonly arguments: {
2696
+ readonly "todo.contribute": {};
2697
+ readonly "todo.findings": {
2698
+ readonly count: "plural";
2699
+ };
2700
+ readonly "todo.noise": {};
2701
+ readonly "todo.noiseNote": {};
2702
+ readonly "todo.reasonBurst": {
2703
+ readonly count: "number";
2704
+ };
2705
+ readonly "todo.reasonMorphology": {};
2706
+ readonly "todo.reasonSpread": {
2707
+ readonly share: "number";
2708
+ };
2709
+ readonly "todo.severity.error": {};
2710
+ readonly "todo.severity.info": {};
2711
+ readonly "todo.severity.warning": {};
2712
+ readonly "todo.showOthers": {
2713
+ readonly count: "plural";
2714
+ };
2715
+ readonly "todo.title": {};
2716
+ };
2717
+ }, {
2718
+ readonly en: {
2719
+ "transcript.duration": {
2720
+ defaultMessage: string;
2721
+ description: string;
2722
+ };
2723
+ "transcript.speakers": {
2724
+ defaultMessage: string;
2725
+ description: string;
2726
+ };
2727
+ };
2728
+ readonly fr: {
2729
+ "transcript.duration": string;
2730
+ "transcript.speakers": string;
2731
+ };
2732
+ readonly arguments: {
2733
+ readonly "transcript.duration": {};
2734
+ readonly "transcript.speakers": {};
2735
+ };
2736
+ }];
2737
+ //# sourceMappingURL=areas.d.ts.map