@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,50 @@
1
+ {
2
+ "neighbourhood.capNote": {
3
+ "defaultMessage": "Six neighbours at most, always named. Beyond that the map teaches nothing: the list takes over.",
4
+ "description": "Note under the list of neighbours, saying why the map stops at six."
5
+ },
6
+ "neighbourhood.distance": {
7
+ "defaultMessage": "Distance",
8
+ "description": "Label before the distance control of the neighbourhood map."
9
+ },
10
+ "neighbourhood.existingPage": {
11
+ "defaultMessage": "existing page",
12
+ "description": "Legend of a plain edge of the map, leading to a neighbour that has a note."
13
+ },
14
+ "neighbourhood.hop": {
15
+ "defaultMessage": "{count, plural, one {# hop} other {# hops}}",
16
+ "description": "A distance of the neighbourhood map, in hops from the page."
17
+ },
18
+ "neighbourhood.list": {
19
+ "defaultMessage": "{count, plural, one {The neighbour} other {The # neighbours}}",
20
+ "description": "Heading of the textual list of the neighbours under the map."
21
+ },
22
+ "neighbourhood.map": {
23
+ "defaultMessage": "Neighbourhood map",
24
+ "description": "Heading of the unfolded map, before the title of the page at its centre."
25
+ },
26
+ "neighbourhood.mapCaption": {
27
+ "defaultMessage": "The list below carries the same information as the map.",
28
+ "description": "Caption of the map, for assistive technologies."
29
+ },
30
+ "neighbourhood.none": {
31
+ "defaultMessage": "No neighbour recorded.",
32
+ "description": "Shown when the page has no neighbour."
33
+ },
34
+ "neighbourhood.noteless": {
35
+ "defaultMessage": "word without a note",
36
+ "description": "Legend of a dotted edge of the map, leading to a word nobody defined."
37
+ },
38
+ "neighbourhood.seeMentions": {
39
+ "defaultMessage": "See the mentions panel",
40
+ "description": "Link to the mentions panel after the notice that the page has no neighbour."
41
+ },
42
+ "neighbourhood.textualEquivalent": {
43
+ "defaultMessage": "textual equivalent",
44
+ "description": "After the heading of the list of neighbours, saying that it equals the map."
45
+ },
46
+ "neighbourhood.total": {
47
+ "defaultMessage": "{count, plural, one {# neighbour in total, more than the map shows} other {# neighbours in total, more than the map shows}}",
48
+ "description": "Sentence under the map when the model holds more neighbours than the map draws."
49
+ }
50
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "notfound.browse": {
3
+ "defaultMessage": "Browse the spaces",
4
+ "description": "Button of the page served for a missing address, leading to the list of the spaces."
5
+ },
6
+ "notfound.cause": {
7
+ "defaultMessage": "The file may have been renamed or moved, or its word fell under the publication threshold. The content stays in the repository and its text stays searchable.",
8
+ "description": "Sentence of the page served for a missing address naming the likely causes and what stays reachable."
9
+ },
10
+ "notfound.label": {
11
+ "defaultMessage": "Page not found",
12
+ "description": "Eyebrow and browser title of the page served for a missing address."
13
+ },
14
+ "notfound.nearby": {
15
+ "defaultMessage": "Nearby addresses",
16
+ "description": "Heading of the list of the pages whose address is closest to the missing one, computed in the browser from the table written at publication."
17
+ },
18
+ "notfound.search": {
19
+ "defaultMessage": "Search “'{query}'”",
20
+ "description": "Button of the page served for a missing address, searching the last segment of that address; the quoted placeholder is filled in the browser."
21
+ },
22
+ "notfound.searchSite": {
23
+ "defaultMessage": "Search the documentation",
24
+ "description": "Button of the page served for a missing address when no script filled the search from the address: leads to the search page."
25
+ },
26
+ "notfound.title": {
27
+ "defaultMessage": "This address matches no page of the last publication.",
28
+ "description": "Title of the page served for a missing address."
29
+ }
30
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "panels.fold": {
3
+ "defaultMessage": "Fold or unfold",
4
+ "description": "Title of the handle on the edge of a side panel of the entity page, which folds the panel and unfolds it."
5
+ },
6
+ "panels.panel": {
7
+ "defaultMessage": "Right panel",
8
+ "description": "Accessible name of the handle folding the right panel of the entity page, the blocks of what the tool computed."
9
+ }
10
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "pins.all": {
3
+ "defaultMessage": "All pinned",
4
+ "description": "Heading of the menu listing every pinned page, and name of the summary that opens it from the row of pins."
5
+ },
6
+ "pins.confirmRemoveAll": {
7
+ "defaultMessage": "Remove every pinned page?",
8
+ "description": "Question asked before the pinned pages are all removed, the only destructive action of the row."
9
+ },
10
+ "pins.countMany": {
11
+ "defaultMessage": "'{count}' pinned",
12
+ "description": "Count at the end of the row of pins, for several pages, the quoted placeholder being filled in the browser."
13
+ },
14
+ "pins.countOne": {
15
+ "defaultMessage": "'{count}' pinned",
16
+ "description": "Count at the end of the row of pins, for one page, the quoted placeholder being filled in the browser."
17
+ },
18
+ "pins.filter": {
19
+ "defaultMessage": "Filter",
20
+ "description": "Placeholder and name of the field filtering the menu of the pinned pages."
21
+ },
22
+ "pins.label": {
23
+ "defaultMessage": "Pinned",
24
+ "description": "Small capital label opening the row of the pinned pages under the bar."
25
+ },
26
+ "pins.pages": {
27
+ "defaultMessage": "Pinned pages",
28
+ "description": "Accessible name of the row of the pinned pages under the bar."
29
+ },
30
+ "pins.pin": {
31
+ "defaultMessage": "Pin",
32
+ "description": "Button of the page header that pins the page, while it is not pinned."
33
+ },
34
+ "pins.pinned": {
35
+ "defaultMessage": "Pinned",
36
+ "description": "The same button, pressed, while the page is pinned; pressing it again unpins the page."
37
+ },
38
+ "pins.removeAll": {
39
+ "defaultMessage": "Remove all",
40
+ "description": "Button at the foot of the menu of the pinned pages that removes every pin, after confirmation."
41
+ },
42
+ "pins.unpin": {
43
+ "defaultMessage": "Unpin '{title}'",
44
+ "description": "Accessible name of the cross removing one pinned page, the quoted placeholder being filled in the browser with the title of the page."
45
+ }
46
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "related.cited": {
3
+ "defaultMessage": "Cited",
4
+ "description": "Prefix of a related page that writes a link to the current one."
5
+ },
6
+ "related.clearAll": {
7
+ "defaultMessage": "Clear all",
8
+ "description": "Link that lifts every type filter of the related pages."
9
+ },
10
+ "related.filter": {
11
+ "defaultMessage": "Filter these pages",
12
+ "description": "Placeholder of the text filter of the related pages."
13
+ },
14
+ "related.fullList": {
15
+ "defaultMessage": "Open the full list (JSON)",
16
+ "description": "Link to the fragment of every mention, offered before any script runs."
17
+ },
18
+ "related.loadingOthers": {
19
+ "defaultMessage": "Loading the other pages…",
20
+ "description": "Text of the button while the other related pages load."
21
+ },
22
+ "related.noMatch": {
23
+ "defaultMessage": "No page matches the filter.",
24
+ "description": "Notice shown when the filters of the related pages keep no page."
25
+ },
26
+ "related.none": {
27
+ "defaultMessage": "No other page evokes this one yet.",
28
+ "description": "Notice shown when no page cites the current one."
29
+ },
30
+ "related.orderNote": {
31
+ "defaultMessage": "Ordered by number of passages, written and recognised together. “Cited” marks a link present in the text.",
32
+ "description": "Note under the related pages saying how they are ordered, written links and recognised mentions counted alike, and what the cited mark means."
33
+ },
34
+ "related.other": {
35
+ "defaultMessage": "'{count}' other",
36
+ "description": "Line that unfolds the one related page beyond the first three where the panel is condensed, the quoted placeholder being filled in the browser."
37
+ },
38
+ "related.others": {
39
+ "defaultMessage": "'{count}' others",
40
+ "description": "Line that unfolds the related pages beyond the first three where the panel is condensed, the quoted placeholder being filled in the browser."
41
+ },
42
+ "related.othersUnavailable": {
43
+ "defaultMessage": "The other pages could not be loaded.",
44
+ "description": "Status shown when the fragment of the related pages could not be fetched."
45
+ },
46
+ "related.pagesOf": {
47
+ "defaultMessage": "'{shown}' of '{total}' pages",
48
+ "description": "Count under the type filter, the two quoted placeholders being filled in the browser."
49
+ },
50
+ "related.passage": {
51
+ "defaultMessage": "passage",
52
+ "description": "Unit after the count of a related page holding one passage, for assistive technologies."
53
+ },
54
+ "related.passages": {
55
+ "defaultMessage": "passages",
56
+ "description": "Unit after the count of a related page holding several passages, for assistive technologies."
57
+ },
58
+ "related.showOthers": {
59
+ "defaultMessage": "Show the '{count}' others",
60
+ "description": "Button that reveals the related pages beyond the served ones, the quoted placeholder being filled in the browser."
61
+ },
62
+ "related.title": {
63
+ "defaultMessage": "Related pages",
64
+ "description": "Heading of the block listing the pages that evoke the current one."
65
+ },
66
+ "related.types": {
67
+ "defaultMessage": "Types",
68
+ "description": "Button opening the type filter of the related pages."
69
+ }
70
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "results.alsoCalled": {
3
+ "defaultMessage": "Also called: '{aliases}'",
4
+ "description": "Other names of a note in its result row, the quoted placeholder being filled in the browser."
5
+ },
6
+ "results.broader": {
7
+ "defaultMessage": "Broader term: '{term}'",
8
+ "description": "Broader term of a note in its result row, the quoted placeholder being filled in the browser."
9
+ },
10
+ "results.cited": {
11
+ "defaultMessage": "{count, plural, one {cited in # page} other {cited in # pages}}",
12
+ "description": "How many pages cite the note of a result row."
13
+ },
14
+ "results.clearQuery": {
15
+ "defaultMessage": "Clear the search",
16
+ "description": "Accessible name of the button emptying the search field."
17
+ },
18
+ "results.closestForm": {
19
+ "defaultMessage": "Closest form:",
20
+ "description": "Lead of the closest form of the dictionary proposed when a search matches nothing."
21
+ },
22
+ "results.countersNote": {
23
+ "defaultMessage": "The counters are set when the site is published. Filtering happens in the browser, without a round trip.",
24
+ "description": "Note under the facets of the results page."
25
+ },
26
+ "results.existsElsewhere": {
27
+ "defaultMessage": "The word exists in the documentation, but on none of the pages the filter keeps.",
28
+ "description": "Sentence under the notice of a search whose matches the selected filters all leave out."
29
+ },
30
+ "results.liftFilter": {
31
+ "defaultMessage": "Remove the filter “'{label}'”",
32
+ "description": "Exit of the empty results page: a link lifting one selected filter, its count of results following; the quoted placeholder is filled in the browser."
33
+ },
34
+ "results.noFileUses": {
35
+ "defaultMessage": "No file uses this word.",
36
+ "description": "Sentence under the notice of a search that matches nothing in the whole corpus."
37
+ },
38
+ "results.noResultFiltered": {
39
+ "defaultMessage": "{count, plural, one {No result for “'{query}'” with the filter '{filters}'.} other {No result for “'{query}'” with the filters '{filters}'.}}",
40
+ "description": "Notice shown when a search matches pages that the selected filters all leave out, the quoted placeholders being filled in the browser."
41
+ },
42
+ "results.noResultFor": {
43
+ "defaultMessage": "No result for “'{query}'”",
44
+ "description": "Notice shown when a search with words matches nothing, the quoted placeholder being filled in the browser."
45
+ },
46
+ "results.noteless": {
47
+ "defaultMessage": "Without a definition",
48
+ "description": "Label of the words without a note in the type facet of the results page and on the chip of their rows, in place of a type name."
49
+ },
50
+ "results.notelessNote": {
51
+ "defaultMessage": "Words used but not defined appear with the others, dotted. That is how you spot what the glossary lacks.",
52
+ "description": "Note under the list of results."
53
+ },
54
+ "results.prefixNote": {
55
+ "defaultMessage": "The search matches the start of words: a typo gives zero results and no suggestion.",
56
+ "description": "Line under the empty results page explaining why a misspelt query finds nothing."
57
+ },
58
+ "results.seeWordPage": {
59
+ "defaultMessage": "See the page of the word",
60
+ "description": "Exit of the empty results page: a link to the page whose title is the query, its count following."
61
+ },
62
+ "results.showNext": {
63
+ "defaultMessage": "{count, plural, one {Show the next one} other {Show the next #}}",
64
+ "description": "Button under the results page that draws the next twenty rows, with how many the next batch holds."
65
+ },
66
+ "results.usedIn": {
67
+ "defaultMessage": "{count, plural, one {Used in # document, never defined in the glossary} other {Used in # documents, never defined in the glossary}}",
68
+ "description": "Line of a result row that is a word without a note."
69
+ }
70
+ }
@@ -0,0 +1,58 @@
1
+ {
2
+ "search.activeFilters": {
3
+ "defaultMessage": "Active filters",
4
+ "description": "Heading of the list recalling the facets selected on the search page."
5
+ },
6
+ "search.clear": {
7
+ "defaultMessage": "Clear filters",
8
+ "description": "Button that resets every facet of the search."
9
+ },
10
+ "search.facet.application": {
11
+ "defaultMessage": "Application",
12
+ "description": "Facet that filters search results by application."
13
+ },
14
+ "search.facet.domain": {
15
+ "defaultMessage": "Domain",
16
+ "description": "Facet that filters search results by domain."
17
+ },
18
+ "search.facet.noNote": {
19
+ "defaultMessage": "Without a note",
20
+ "description": "Facet that keeps, isolates or excludes the recurring expressions nobody defined."
21
+ },
22
+ "search.facet.source": {
23
+ "defaultMessage": "Space",
24
+ "description": "Facet that filters search results by the space, the source repository of the note."
25
+ },
26
+ "search.facet.type": {
27
+ "defaultMessage": "Page type",
28
+ "description": "Facet that filters search results by entity type."
29
+ },
30
+ "search.facets": {
31
+ "defaultMessage": "Filters",
32
+ "description": "Heading of the facet filters of the search page."
33
+ },
34
+ "search.noNote.any": {
35
+ "defaultMessage": "Included",
36
+ "description": "Value of the no-note facet that keeps the noteless words among the results."
37
+ },
38
+ "search.noNote.exclude": {
39
+ "defaultMessage": "Excluded",
40
+ "description": "Value of the no-note facet that leaves the noteless words out."
41
+ },
42
+ "search.noNote.only": {
43
+ "defaultMessage": "Only",
44
+ "description": "Value of the no-note facet that keeps the noteless words alone."
45
+ },
46
+ "search.noResult": {
47
+ "defaultMessage": "No result",
48
+ "description": "Notice shown when a search matches nothing."
49
+ },
50
+ "search.removeFilter": {
51
+ "defaultMessage": "Remove this filter",
52
+ "description": "Accessible name of the control that lifts one selected facet of the search."
53
+ },
54
+ "search.results": {
55
+ "defaultMessage": "{count, plural, one {# result, most cited first} other {# results, most cited first}}",
56
+ "description": "Number of results of a search, saying that the most cited come first."
57
+ }
58
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "site.darkMode": {
3
+ "defaultMessage": "Dark mode",
4
+ "description": "Name of the mode switch of the top bar, a toggle pressed while the dark colour scheme is displayed."
5
+ },
6
+ "site.generatedAt": {
7
+ "defaultMessage": "Generated on {date, date, long}",
8
+ "description": "Footer line giving the day the site was built."
9
+ },
10
+ "site.home": {
11
+ "defaultMessage": "Home",
12
+ "description": "Link to the landing page of the site."
13
+ },
14
+ "site.index": {
15
+ "defaultMessage": "Index",
16
+ "description": "Link to the alphabetical index of entries."
17
+ },
18
+ "site.recent": {
19
+ "defaultMessage": "Recent",
20
+ "description": "Link of the top bar to the latest changes on the home page."
21
+ },
22
+ "site.search": {
23
+ "defaultMessage": "Search",
24
+ "description": "Label of the search field and of the search page."
25
+ },
26
+ "site.searchPlaceholder": {
27
+ "defaultMessage": "Search the documentation",
28
+ "description": "Placeholder shown inside the empty search field."
29
+ },
30
+ "site.skipToContent": {
31
+ "defaultMessage": "Skip to content",
32
+ "description": "Link that jumps over the navigation to the main content."
33
+ },
34
+ "site.spaces": {
35
+ "defaultMessage": "Spaces",
36
+ "description": "Link of the top bar to the sources, listed as spaces on the home page."
37
+ },
38
+ "site.todo": {
39
+ "defaultMessage": "To do",
40
+ "description": "Link to the page listing the findings of the build."
41
+ },
42
+ "site.version": {
43
+ "defaultMessage": "Version",
44
+ "description": "Label preceding the version of the generated site."
45
+ }
46
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "space.browse": {
3
+ "defaultMessage": "Browse",
4
+ "description": "Heading of the categories of a space page, the top-level folders of its repository."
5
+ },
6
+ "space.categoriesLead": {
7
+ "defaultMessage": "{count, plural, one {# category, as filed in the repository} other {# categories, as filed in the repository}}",
8
+ "description": "After the browse heading of a space page, counting its categories."
9
+ },
10
+ "space.categoriesNote": {
11
+ "defaultMessage": "Each category opens its own list. The tree on the left appears only once in a page, so that nothing has to be unfolded from the home page.",
12
+ "description": "Note under the categories of a space page, saying that each one opens a list and that the page carries no tree."
13
+ },
14
+ "space.footer": {
15
+ "defaultMessage": "A space reads like a small wiki within the wiki: its own search, its own vocabulary, its own news.",
16
+ "description": "Closing sentence of a space page, at the foot of its right column."
17
+ },
18
+ "space.mostCited": {
19
+ "defaultMessage": "The most cited words here",
20
+ "description": "Heading of the most cited words of a space page, counted in that space only."
21
+ },
22
+ "space.repository": {
23
+ "defaultMessage": "repository",
24
+ "description": "Lead of the repository name on the line under the title of a space page."
25
+ },
26
+ "space.searchPlaceholder": {
27
+ "defaultMessage": "Search in this space",
28
+ "description": "Placeholder of the search field on a space page, whose query is confined to the space."
29
+ },
30
+ "space.updated": {
31
+ "defaultMessage": "updated {when}",
32
+ "description": "Last change of a space on the line under its title, the relative duration rendered separately."
33
+ },
34
+ "space.wordsNote": {
35
+ "defaultMessage": "Counted in this space only, which gives its own vocabulary.",
36
+ "description": "Note under the most cited words of a space page."
37
+ }
38
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "spaces.content": {
3
+ "defaultMessage": "Content",
4
+ "description": "Column of the spaces page: what a space holds."
5
+ },
6
+ "spaces.datesNote": {
7
+ "defaultMessage": "The dates come from the git history, so they are always exact. A space past the freshness threshold — {count, plural, one {# day} other {# days}} by default — is marked in accent, the only case where colour carries an alert, doubled by the value in days.",
8
+ "description": "Note under the table of the spaces page, naming the default staleness threshold in days."
9
+ },
10
+ "spaces.lastUpdate": {
11
+ "defaultMessage": "Last update",
12
+ "description": "Column of the spaces page: the newest change of a space."
13
+ },
14
+ "spaces.lead": {
15
+ "defaultMessage": "{count, plural, one {# space, fed by the repositories declared in the configuration.} other {# spaces, fed by the repositories declared in the configuration.}} A repository may carry several spaces, and a space may spread over several repositories.",
16
+ "description": "Sentence under the title of the spaces page, counting the spaces."
17
+ },
18
+ "spaces.pages": {
19
+ "defaultMessage": "Pages",
20
+ "description": "Column of the spaces page: how many pages a space holds."
21
+ },
22
+ "spaces.space": {
23
+ "defaultMessage": "Space",
24
+ "description": "Column of the spaces page: the badge and the name of a space."
25
+ },
26
+ "spaces.stale": {
27
+ "defaultMessage": "past the freshness threshold",
28
+ "description": "Read after the date of a dormant space by assistive technology, which sees no accent colour."
29
+ }
30
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "time.updatedAgo": {
3
+ "defaultMessage": "Updated {when}",
4
+ "description": "Frame around a relative duration rendered separately, such as three days ago."
5
+ }
6
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "todo.contribute": {
3
+ "defaultMessage": "Add them to the project's stopwords",
4
+ "description": "Call to contribute under the suspected noise of the to-do page, leading to the contribution address of the project."
5
+ },
6
+ "todo.findings": {
7
+ "defaultMessage": "{count, plural, one {# finding} other {# findings}}",
8
+ "description": "Number of findings listed on the to-do page."
9
+ },
10
+ "todo.noise": {
11
+ "defaultMessage": "Suspected noise",
12
+ "description": "Heading of the folded section of the to-do page listing the expressions the confidence set aside."
13
+ },
14
+ "todo.noiseNote": {
15
+ "defaultMessage": "Frequent enough for a page, but spread like the prose of the notes rather than a term of the corpus: no page, no mark in the text, still found by the search.",
16
+ "description": "Sentence under the heading of the suspected noise, saying what the list holds and what those expressions lack."
17
+ },
18
+ "todo.reasonBurst": {
19
+ "defaultMessage": "{count, number} per file",
20
+ "description": "Part of the reason an expression is suspected noise, its occurrences per file, under one and a half."
21
+ },
22
+ "todo.reasonMorphology": {
23
+ "defaultMessage": "verb or adverb form",
24
+ "description": "Part of the reason an expression is suspected noise: a word of it ends like an inflected form of the language."
25
+ },
26
+ "todo.reasonSpread": {
27
+ "defaultMessage": "in {share, number, percent} of the files",
28
+ "description": "Part of the reason an expression is suspected noise: the share of the corpus files it appears in, beyond half."
29
+ },
30
+ "todo.severity.error": {
31
+ "defaultMessage": "Error",
32
+ "description": "Severity label of a finding that fails the build."
33
+ },
34
+ "todo.severity.info": {
35
+ "defaultMessage": "Information",
36
+ "description": "Severity label of a finding given for information only."
37
+ },
38
+ "todo.severity.warning": {
39
+ "defaultMessage": "Warning",
40
+ "description": "Severity label of a finding that is reported but tolerated."
41
+ },
42
+ "todo.showOthers": {
43
+ "defaultMessage": "{count, plural, one {Show the # other} other {Show the # others}}",
44
+ "description": "Line that unfolds the words of the to-do page listed after the first hundred, with how many they are."
45
+ },
46
+ "todo.title": {
47
+ "defaultMessage": "To do",
48
+ "description": "Heading of the page listing the findings of the build."
49
+ }
50
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "transcript.duration": {
3
+ "defaultMessage": "Duration",
4
+ "description": "Label of the total duration of a transcript."
5
+ },
6
+ "transcript.speakers": {
7
+ "defaultMessage": "Speakers",
8
+ "description": "Heading of the list of speakers of a transcript."
9
+ }
10
+ }