@concordance-wiki/i18n 0.1.0 → 0.2.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.
- package/README.md +65 -15
- package/dist/messages/en/entity.json +4 -0
- package/dist/messages/fr/entity.json +1 -0
- package/dist/src/areas/entity.d.ts +6 -0
- package/dist/src/areas/entity.d.ts.map +1 -1
- package/dist/src/areas/entity.js +1 -0
- package/dist/src/areas/entity.js.map +1 -1
- package/dist/src/areas.d.ts +6 -0
- package/dist/src/areas.d.ts.map +1 -1
- package/package.json +7 -7
- package/dist/messages/en.json +0 -1066
- package/dist/messages/fr.json +0 -268
package/dist/messages/en.json
DELETED
|
@@ -1,1066 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"api.callers": {
|
|
3
|
-
"defaultMessage": "{count, plural, one {# caller} other {# callers}}",
|
|
4
|
-
"description": "Number of pages citing an operation, in the operations table of the API page."
|
|
5
|
-
},
|
|
6
|
-
"api.colCallers": {
|
|
7
|
-
"defaultMessage": "Callers",
|
|
8
|
-
"description": "Header of the callers column of the operations table of the API page."
|
|
9
|
-
},
|
|
10
|
-
"api.colMethod": {
|
|
11
|
-
"defaultMessage": "Method",
|
|
12
|
-
"description": "Header of the method column of the operations table of the API page."
|
|
13
|
-
},
|
|
14
|
-
"api.colOperation": {
|
|
15
|
-
"defaultMessage": "Operation",
|
|
16
|
-
"description": "Header of the operation column of the operations table of the API page."
|
|
17
|
-
},
|
|
18
|
-
"api.colPath": {
|
|
19
|
-
"defaultMessage": "Path",
|
|
20
|
-
"description": "Header of the path column of the operations table of the API page."
|
|
21
|
-
},
|
|
22
|
-
"api.contract": {
|
|
23
|
-
"defaultMessage": "Interface contract",
|
|
24
|
-
"description": "Heading of the block of the API page that shows the imported contract."
|
|
25
|
-
},
|
|
26
|
-
"api.download": {
|
|
27
|
-
"defaultMessage": "Download the contract",
|
|
28
|
-
"description": "Link to the original contract file on the API page."
|
|
29
|
-
},
|
|
30
|
-
"api.fiveKeys": {
|
|
31
|
-
"defaultMessage": "Five keys, no more. The operations come from the contract, not from the header.",
|
|
32
|
-
"description": "Note under the properties of the API page, cut to five keys."
|
|
33
|
-
},
|
|
34
|
-
"api.gapsLead": {
|
|
35
|
-
"defaultMessage": "The rows in italics are gaps: present in the contract without a page, or described without existing in the contract.",
|
|
36
|
-
"description": "Sentence after the lead of the operations table when the contract and the notes disagree."
|
|
37
|
-
},
|
|
38
|
-
"api.imported": {
|
|
39
|
-
"defaultMessage": "imported {when}",
|
|
40
|
-
"description": "When the contract was imported, relative to the build, on the line of the contract block of the API page."
|
|
41
|
-
},
|
|
42
|
-
"api.noOperation": {
|
|
43
|
-
"defaultMessage": "The contract declares no operation.",
|
|
44
|
-
"description": "Notice of the operations table of the API page when the contract declares none."
|
|
45
|
-
},
|
|
46
|
-
"api.notInContract": {
|
|
47
|
-
"defaultMessage": "described, absent from the contract",
|
|
48
|
-
"description": "Gap row of the operations table for a note the contract does not declare."
|
|
49
|
-
},
|
|
50
|
-
"api.operations": {
|
|
51
|
-
"defaultMessage": "Operations",
|
|
52
|
-
"description": "Heading of the operations table of the API page."
|
|
53
|
-
},
|
|
54
|
-
"api.operationsFirst": {
|
|
55
|
-
"defaultMessage": "On an interface the operations rise to the top: that is the grain we work at.",
|
|
56
|
-
"description": "Note under the related pages of the API page, where the operations come first."
|
|
57
|
-
},
|
|
58
|
-
"api.operationsLead": {
|
|
59
|
-
"defaultMessage": "Matched to the contract by operation name.",
|
|
60
|
-
"description": "Sentence under the heading of the operations table of the API page."
|
|
61
|
-
},
|
|
62
|
-
"api.unknownPath": {
|
|
63
|
-
"defaultMessage": "unknown path",
|
|
64
|
-
"description": "Path cell of a gap row of the operations table when the note declares none."
|
|
65
|
-
},
|
|
66
|
-
"api.viewerNote": {
|
|
67
|
-
"defaultMessage": "No schema is copied into the text: the page shows the contract, it does not duplicate it.",
|
|
68
|
-
"description": "Note next to the contract viewer of the API page."
|
|
69
|
-
},
|
|
70
|
-
"api.withoutPage": {
|
|
71
|
-
"defaultMessage": "present in the contract, without a page",
|
|
72
|
-
"description": "Gap row of the operations table for an operation no note describes."
|
|
73
|
-
},
|
|
74
|
-
"category.all": {
|
|
75
|
-
"defaultMessage": "All",
|
|
76
|
-
"description": "Entry of the attribute selector of a category list that lifts the filter."
|
|
77
|
-
},
|
|
78
|
-
"category.firstLine": {
|
|
79
|
-
"defaultMessage": "First line",
|
|
80
|
-
"description": "Heading of the column of a category list giving the summary of every page."
|
|
81
|
-
},
|
|
82
|
-
"category.links": {
|
|
83
|
-
"defaultMessage": "Links",
|
|
84
|
-
"description": "Heading of the column of a category list counting the related pages of every page."
|
|
85
|
-
},
|
|
86
|
-
"category.linksNote": {
|
|
87
|
-
"defaultMessage": "The Links column counts the related pages, which brings the most central {name} of the journey to the top.",
|
|
88
|
-
"description": "Note under a category list, the category name lowercased in it."
|
|
89
|
-
},
|
|
90
|
-
"category.page": {
|
|
91
|
-
"defaultMessage": "Page",
|
|
92
|
-
"description": "Heading of the first column of a category list whose folder maps to no type."
|
|
93
|
-
},
|
|
94
|
-
"category.pages": {
|
|
95
|
-
"defaultMessage": "{count, plural, one {# page} other {# pages}}",
|
|
96
|
-
"description": "Count of a category whose folder maps to no type, above the list."
|
|
97
|
-
},
|
|
98
|
-
"category.pagination": {
|
|
99
|
-
"defaultMessage": "Pages of the list",
|
|
100
|
-
"description": "Accessible name of the page links under a category list."
|
|
101
|
-
},
|
|
102
|
-
"category.searchIn": {
|
|
103
|
-
"defaultMessage": "Search in {name}",
|
|
104
|
-
"description": "Placeholder of the search field on a category list, the category name lowercased in it."
|
|
105
|
-
},
|
|
106
|
-
"category.shown": {
|
|
107
|
-
"defaultMessage": "{shown} {name} of {total} — pagination by twenty.",
|
|
108
|
-
"description": "Under a category list: how many rows the page shows of the whole, the category name lowercased in it."
|
|
109
|
-
},
|
|
110
|
-
"category.sort": {
|
|
111
|
-
"defaultMessage": "Sort",
|
|
112
|
-
"description": "Accessible name of the sort selector of a category list."
|
|
113
|
-
},
|
|
114
|
-
"category.sortLinks": {
|
|
115
|
-
"defaultMessage": "Links",
|
|
116
|
-
"description": "Entry of the sort selector ordering a category list by number of related pages."
|
|
117
|
-
},
|
|
118
|
-
"category.sortTitle": {
|
|
119
|
-
"defaultMessage": "A–Z",
|
|
120
|
-
"description": "Entry of the sort selector ordering a category list by title."
|
|
121
|
-
},
|
|
122
|
-
"document.author": {
|
|
123
|
-
"defaultMessage": "Author",
|
|
124
|
-
"description": "Row of the properties block of a document page: the author the file states."
|
|
125
|
-
},
|
|
126
|
-
"document.convertedNote": {
|
|
127
|
-
"defaultMessage": "Converted at publication, cached by fingerprint",
|
|
128
|
-
"description": "Note under the rendered page of a document: how the preview was produced."
|
|
129
|
-
},
|
|
130
|
-
"document.date": {
|
|
131
|
-
"defaultMessage": "Date",
|
|
132
|
-
"description": "Row of the properties block of a document page: the date the file states."
|
|
133
|
-
},
|
|
134
|
-
"document.dateNote": {
|
|
135
|
-
"defaultMessage": "Read from the file, distinct from the repository date.",
|
|
136
|
-
"description": "Note under the properties of a document page, when they were read from the file."
|
|
137
|
-
},
|
|
138
|
-
"document.download": {
|
|
139
|
-
"defaultMessage": "Download the original",
|
|
140
|
-
"description": "Link to the original file of a converted document."
|
|
141
|
-
},
|
|
142
|
-
"document.extractedText": {
|
|
143
|
-
"defaultMessage": "Extracted text",
|
|
144
|
-
"description": "Tab of a document page showing the text extracted from the file."
|
|
145
|
-
},
|
|
146
|
-
"document.groupedNote": {
|
|
147
|
-
"defaultMessage": "Grouped by folder, date and textual overlap — a single entry in the index.",
|
|
148
|
-
"description": "Note under the files of a document page: why they form one page."
|
|
149
|
-
},
|
|
150
|
-
"document.kind.pdf": {
|
|
151
|
-
"defaultMessage": "PDF",
|
|
152
|
-
"description": "Kind of a document whose file is a PDF."
|
|
153
|
-
},
|
|
154
|
-
"document.kind.presentation": {
|
|
155
|
-
"defaultMessage": "Presentation",
|
|
156
|
-
"description": "Kind of a document whose file is a slide deck."
|
|
157
|
-
},
|
|
158
|
-
"document.kind.spreadsheet": {
|
|
159
|
-
"defaultMessage": "Spreadsheet",
|
|
160
|
-
"description": "Kind of a document whose file is a spreadsheet."
|
|
161
|
-
},
|
|
162
|
-
"document.kind.text": {
|
|
163
|
-
"defaultMessage": "Text document",
|
|
164
|
-
"description": "Kind of a document whose file is a word-processing document."
|
|
165
|
-
},
|
|
166
|
-
"document.noNote": {
|
|
167
|
-
"defaultMessage": "No note describes this document yet.",
|
|
168
|
-
"description": "Notes tab of a document page when no note is merged with the document."
|
|
169
|
-
},
|
|
170
|
-
"document.openPdf": {
|
|
171
|
-
"defaultMessage": "Open the PDF",
|
|
172
|
-
"description": "Link to the PDF of a document, offered where the page cannot show it."
|
|
173
|
-
},
|
|
174
|
-
"document.originalNote": {
|
|
175
|
-
"defaultMessage": "The original stays downloadable",
|
|
176
|
-
"description": "Note under the rendered page of a document: the original file is still offered."
|
|
177
|
-
},
|
|
178
|
-
"document.pageCount": {
|
|
179
|
-
"defaultMessage": "Pages",
|
|
180
|
-
"description": "Heading of the strip of pages and row of the properties block of a document page."
|
|
181
|
-
},
|
|
182
|
-
"document.pages": {
|
|
183
|
-
"defaultMessage": "{count, plural, one {# page} other {# pages}}",
|
|
184
|
-
"description": "Number of pages of a converted document."
|
|
185
|
-
},
|
|
186
|
-
"document.preview": {
|
|
187
|
-
"defaultMessage": "Preview",
|
|
188
|
-
"description": "Link to the rendered preview of a converted document."
|
|
189
|
-
},
|
|
190
|
-
"document.relatedNotes": {
|
|
191
|
-
"defaultMessage": "Related notes",
|
|
192
|
-
"description": "Tab of a document page showing the note merged with the document."
|
|
193
|
-
},
|
|
194
|
-
"document.roleNotes": {
|
|
195
|
-
"defaultMessage": "session notes",
|
|
196
|
-
"description": "Role of the note among the files of a document page."
|
|
197
|
-
},
|
|
198
|
-
"document.roleOriginal": {
|
|
199
|
-
"defaultMessage": "original",
|
|
200
|
-
"description": "Role of the original file among the files of a document page."
|
|
201
|
-
},
|
|
202
|
-
"document.rolePreview": {
|
|
203
|
-
"defaultMessage": "preview",
|
|
204
|
-
"description": "Role of the PDF among the files of a document page."
|
|
205
|
-
},
|
|
206
|
-
"document.sameDocument": {
|
|
207
|
-
"defaultMessage": "Same document, {count, plural, one {one file} other {# files}}",
|
|
208
|
-
"description": "Heading of the block listing the files that make one document page."
|
|
209
|
-
},
|
|
210
|
-
"document.type": {
|
|
211
|
-
"defaultMessage": "Type",
|
|
212
|
-
"description": "Row of the properties block of a document page: the kind of the file."
|
|
213
|
-
},
|
|
214
|
-
"document.view": {
|
|
215
|
-
"defaultMessage": "Document",
|
|
216
|
-
"description": "Tab of a document page showing the rendered document."
|
|
217
|
-
},
|
|
218
|
-
"document.views": {
|
|
219
|
-
"defaultMessage": "Views of the document",
|
|
220
|
-
"description": "Accessible name of the tab bar of a document page."
|
|
221
|
-
},
|
|
222
|
-
"drawer.menu": {
|
|
223
|
-
"defaultMessage": "Menu",
|
|
224
|
-
"description": "Accessible name of the button that opens the drawer of the narrow layouts, and of the drawer itself."
|
|
225
|
-
},
|
|
226
|
-
"entity.application": {
|
|
227
|
-
"defaultMessage": "Application",
|
|
228
|
-
"description": "Label of the application an entity belongs to."
|
|
229
|
-
},
|
|
230
|
-
"entity.attributes": {
|
|
231
|
-
"defaultMessage": "Properties",
|
|
232
|
-
"description": "Heading of the block of declared properties of an entity page."
|
|
233
|
-
},
|
|
234
|
-
"entity.breadcrumb": {
|
|
235
|
-
"defaultMessage": "You are here",
|
|
236
|
-
"description": "Accessible name of the breadcrumb of an entity page, space then folders then page."
|
|
237
|
-
},
|
|
238
|
-
"entity.changed": {
|
|
239
|
-
"defaultMessage": "Changed {when}",
|
|
240
|
-
"description": "Frame around the relative date of the last change of a note, such as nine days ago."
|
|
241
|
-
},
|
|
242
|
-
"entity.confidence": {
|
|
243
|
-
"defaultMessage": "Confidence: {value, number, percent}",
|
|
244
|
-
"description": "Confidence of an inferred link, as a percentage between 0 and 1."
|
|
245
|
-
},
|
|
246
|
-
"entity.correction": {
|
|
247
|
-
"defaultMessage": "Something to correct?",
|
|
248
|
-
"description": "Question before the edit link in the footer of an entity page."
|
|
249
|
-
},
|
|
250
|
-
"entity.declaredAtTop": {
|
|
251
|
-
"defaultMessage": "{count, plural, one {# declared key} other {# declared keys}}. The rest of the file is free text.",
|
|
252
|
-
"description": "Note under the declared properties of an entity page, counting the keys of the frontmatter and saying that the rest of the file is prose."
|
|
253
|
-
},
|
|
254
|
-
"entity.domain": {
|
|
255
|
-
"defaultMessage": "Domain",
|
|
256
|
-
"description": "Label of the domain an entity belongs to."
|
|
257
|
-
},
|
|
258
|
-
"entity.edit": {
|
|
259
|
-
"defaultMessage": "Edit this page",
|
|
260
|
-
"description": "Link to the edit page of the note on its forge."
|
|
261
|
-
},
|
|
262
|
-
"entity.imageNote": {
|
|
263
|
-
"defaultMessage": "Image of the repository, shown in the flow of the text",
|
|
264
|
-
"description": "Note under an image of the sources embedded in a note, before the path of the file."
|
|
265
|
-
},
|
|
266
|
-
"entity.legendRecognised": {
|
|
267
|
-
"defaultMessage": "recognised word",
|
|
268
|
-
"description": "Legend of the dotted underline of a word the scan recognised in the text."
|
|
269
|
-
},
|
|
270
|
-
"entity.legendWritten": {
|
|
271
|
-
"defaultMessage": "written link",
|
|
272
|
-
"description": "Legend of the underline of a link the author wrote in the text."
|
|
273
|
-
},
|
|
274
|
-
"entity.mentions": {
|
|
275
|
-
"defaultMessage": "Mentions",
|
|
276
|
-
"description": "Heading of the mentions panel of an entity page."
|
|
277
|
-
},
|
|
278
|
-
"entity.mentionsCount": {
|
|
279
|
-
"defaultMessage": "{count, plural, one {# mention} other {# mentions}}",
|
|
280
|
-
"description": "Number of mentions of an entity, with the plural handled by the message."
|
|
281
|
-
},
|
|
282
|
-
"entity.neighbourPages": {
|
|
283
|
-
"defaultMessage": "{count, plural, one {# page} other {# pages}}",
|
|
284
|
-
"description": "Number of pages of the neighbourhood, after the line that unfolds it."
|
|
285
|
-
},
|
|
286
|
-
"entity.neighbours": {
|
|
287
|
-
"defaultMessage": "Neighbourhood",
|
|
288
|
-
"description": "Heading of the one-hop neighbourhood of an entity."
|
|
289
|
-
},
|
|
290
|
-
"entity.onThisPage": {
|
|
291
|
-
"defaultMessage": "On this page",
|
|
292
|
-
"description": "Heading of the table of contents of an entity page, one entry per section of the note."
|
|
293
|
-
},
|
|
294
|
-
"entity.otherAttributes": {
|
|
295
|
-
"defaultMessage": "Other attributes",
|
|
296
|
-
"description": "Heading of the section listing the frontmatter keys the profile does not declare for the type."
|
|
297
|
-
},
|
|
298
|
-
"entity.otherPages": {
|
|
299
|
-
"defaultMessage": "{count, plural, one {# other page} other {# other pages}}",
|
|
300
|
-
"description": "Node of the tree of the space standing for the pages of a long folder it leaves out."
|
|
301
|
-
},
|
|
302
|
-
"entity.relatedTo": {
|
|
303
|
-
"defaultMessage": "Related to",
|
|
304
|
-
"description": "Heading of the list of entities linked to the current one."
|
|
305
|
-
},
|
|
306
|
-
"entity.seeNeighbourhood": {
|
|
307
|
-
"defaultMessage": "See the neighbourhood map",
|
|
308
|
-
"description": "Line of the right panel that unfolds the neighbourhood of the page."
|
|
309
|
-
},
|
|
310
|
-
"entity.showLess": {
|
|
311
|
-
"defaultMessage": "Show less",
|
|
312
|
-
"description": "Button that collapses an expanded list."
|
|
313
|
-
},
|
|
314
|
-
"entity.showMore": {
|
|
315
|
-
"defaultMessage": "Show more",
|
|
316
|
-
"description": "Button that expands a truncated list."
|
|
317
|
-
},
|
|
318
|
-
"entity.sources": {
|
|
319
|
-
"defaultMessage": "Sources",
|
|
320
|
-
"description": "Heading of the list of sources an entity comes from."
|
|
321
|
-
},
|
|
322
|
-
"entity.spaceTree": {
|
|
323
|
-
"defaultMessage": "Tree of the space",
|
|
324
|
-
"description": "Accessible name of the tree of the space in the left column of an entity page."
|
|
325
|
-
},
|
|
326
|
-
"entity.status": {
|
|
327
|
-
"defaultMessage": "Status",
|
|
328
|
-
"description": "Label of the lifecycle status of an entity."
|
|
329
|
-
},
|
|
330
|
-
"entity.type": {
|
|
331
|
-
"defaultMessage": "Type",
|
|
332
|
-
"description": "Label of the type of an entity."
|
|
333
|
-
},
|
|
334
|
-
"footer.builtWith": {
|
|
335
|
-
"defaultMessage": "Built with Concordance",
|
|
336
|
-
"description": "Optional discreet mention of the tool in the footer."
|
|
337
|
-
},
|
|
338
|
-
"home.browse": {
|
|
339
|
-
"defaultMessage": "browse",
|
|
340
|
-
"description": "Keyboard help under the live results of a search field, after the arrow keys."
|
|
341
|
-
},
|
|
342
|
-
"home.datesNote": {
|
|
343
|
-
"defaultMessage": "The dates come from the history of the repositories, so they are always right.",
|
|
344
|
-
"description": "Note under the spaces of the home page, saying where their dates come from."
|
|
345
|
-
},
|
|
346
|
-
"home.documents": {
|
|
347
|
-
"defaultMessage": "{count, plural, one {# document} other {# documents}}",
|
|
348
|
-
"description": "Number of documents of a space whose notes mostly stand for converted documents, on its row of the home page."
|
|
349
|
-
},
|
|
350
|
-
"home.enterKey": {
|
|
351
|
-
"defaultMessage": "Enter",
|
|
352
|
-
"description": "Name of the Enter key in the keyboard help under the live results of a search field."
|
|
353
|
-
},
|
|
354
|
-
"home.explanation": {
|
|
355
|
-
"defaultMessage": "Type a word of the business. If it is used anywhere in the documentation, it has a page — even if nobody has defined it yet.",
|
|
356
|
-
"description": "Explanation under the question that heads the home page, saying that every word used has a page."
|
|
357
|
-
},
|
|
358
|
-
"home.matches": {
|
|
359
|
-
"defaultMessage": "{count, plural, one {# match} other {# matches}}",
|
|
360
|
-
"description": "Number of pages a query matches, shown in the search field of the home page as the reader types."
|
|
361
|
-
},
|
|
362
|
-
"home.moreSpaces": {
|
|
363
|
-
"defaultMessage": "{count, plural, one {# more space, less cited} other {# more spaces, less cited}}",
|
|
364
|
-
"description": "Line folding the spaces of the home page beyond the first five, the less cited ones."
|
|
365
|
-
},
|
|
366
|
-
"home.mostCited": {
|
|
367
|
-
"defaultMessage": "Most cited",
|
|
368
|
-
"description": "Lead of the shortcuts of the home page, the most cited pages."
|
|
369
|
-
},
|
|
370
|
-
"home.open": {
|
|
371
|
-
"defaultMessage": "open",
|
|
372
|
-
"description": "Keyboard help under the live results of a search field, after the Enter key."
|
|
373
|
-
},
|
|
374
|
-
"home.pages": {
|
|
375
|
-
"defaultMessage": "{count, plural, one {# page} other {# pages}}",
|
|
376
|
-
"description": "Number of pages of a space, on its row of the home page."
|
|
377
|
-
},
|
|
378
|
-
"home.question": {
|
|
379
|
-
"defaultMessage": "What are you looking for?",
|
|
380
|
-
"description": "The question that heads the home page, above the search field."
|
|
381
|
-
},
|
|
382
|
-
"home.recent": {
|
|
383
|
-
"defaultMessage": "Recently changed",
|
|
384
|
-
"description": "Heading of the home page list of the pages changed last, each with its space and its date."
|
|
385
|
-
},
|
|
386
|
-
"home.seeResults": {
|
|
387
|
-
"defaultMessage": "See the {count, plural, one {# result} other {# results}}",
|
|
388
|
-
"description": "Link from the live results of a search field to the results page, with the number of matches."
|
|
389
|
-
},
|
|
390
|
-
"home.spacesLead": {
|
|
391
|
-
"defaultMessage": "fed by your repositories",
|
|
392
|
-
"description": "After the heading of the spaces on the home page, saying that they come from the declared repositories."
|
|
393
|
-
},
|
|
394
|
-
"home.stale": {
|
|
395
|
-
"defaultMessage": "A space has not moved for {count, plural, one {# day} other {# days}}",
|
|
396
|
-
"description": "Title of the alert of the home page on a space whose newest change is older than the staleness threshold."
|
|
397
|
-
},
|
|
398
|
-
"home.staleThreshold": {
|
|
399
|
-
"defaultMessage": "{space}. The alert threshold is set to {count, plural, one {# day} other {# days}} in the configuration.",
|
|
400
|
-
"description": "Text of the alert on a dormant space, naming the space and the threshold of the configuration in days."
|
|
401
|
-
},
|
|
402
|
-
"home.usedIn": {
|
|
403
|
-
"defaultMessage": "Used in {count, plural, one {# document} other {# documents}}, never defined",
|
|
404
|
-
"description": "Under the title of a keyword page in the live results of a search field, with the number of documents using the expression."
|
|
405
|
-
},
|
|
406
|
-
"index.bySpace": {
|
|
407
|
-
"defaultMessage": "By space",
|
|
408
|
-
"description": "Heading of the filter of the index by space, the sources of the model."
|
|
409
|
-
},
|
|
410
|
-
"index.byType": {
|
|
411
|
-
"defaultMessage": "By type",
|
|
412
|
-
"description": "Heading of the filter of the index by type of page."
|
|
413
|
-
},
|
|
414
|
-
"index.columnDescription": {
|
|
415
|
-
"defaultMessage": "First line of the page, or most cited passage",
|
|
416
|
-
"description": "Heading of the column of the index showing the summary of a page or, for a word without a definition, the passage that uses it most."
|
|
417
|
-
},
|
|
418
|
-
"index.columnPages": {
|
|
419
|
-
"defaultMessage": "Pages",
|
|
420
|
-
"description": "Heading of the column of the index counting the pages that cite a word."
|
|
421
|
-
},
|
|
422
|
-
"index.columnType": {
|
|
423
|
-
"defaultMessage": "Type",
|
|
424
|
-
"description": "Heading of the column of the index naming the type of a page."
|
|
425
|
-
},
|
|
426
|
-
"index.columnWord": {
|
|
427
|
-
"defaultMessage": "Word",
|
|
428
|
-
"description": "Heading of the column of the index giving the word itself."
|
|
429
|
-
},
|
|
430
|
-
"index.empty": {
|
|
431
|
-
"defaultMessage": "No entry under this letter",
|
|
432
|
-
"description": "Notice shown when a letter of the index has no entry."
|
|
433
|
-
},
|
|
434
|
-
"index.filters": {
|
|
435
|
-
"defaultMessage": "Filters",
|
|
436
|
-
"description": "Button folding the filters of the index."
|
|
437
|
-
},
|
|
438
|
-
"index.lead": {
|
|
439
|
-
"defaultMessage": "{words, plural, one {# word} other {# words}} used in the documentation. {notes, plural, one {# has a written page} other {# have a written page}}, the others exist through their uses alone.",
|
|
440
|
-
"description": "Sentence under the title of the index, with the number of indexed words and the number of them that have a note."
|
|
441
|
-
},
|
|
442
|
-
"index.letters": {
|
|
443
|
-
"defaultMessage": "Browse by initial letter",
|
|
444
|
-
"description": "Label of the letter navigation of the index."
|
|
445
|
-
},
|
|
446
|
-
"index.lettersWithout": {
|
|
447
|
-
"defaultMessage": "{count, plural, one {# letter without an entry} other {# letters without an entry}}",
|
|
448
|
-
"description": "After the letter bar of the index, counting the letters no title opens with."
|
|
449
|
-
},
|
|
450
|
-
"index.noDefinition": {
|
|
451
|
-
"defaultMessage": "no definition",
|
|
452
|
-
"description": "In the type column of the index, for a word without a note."
|
|
453
|
-
},
|
|
454
|
-
"index.note": {
|
|
455
|
-
"defaultMessage": "Words without a definition sit in the index like the others, dotted, with the passage that uses them most in place of a definition. That is the working list of a glossary owner.",
|
|
456
|
-
"description": "Note at the foot of the index explaining how the words without a definition are listed."
|
|
457
|
-
},
|
|
458
|
-
"index.passage": {
|
|
459
|
-
"defaultMessage": "“{passage}” — {title}",
|
|
460
|
-
"description": "In the index, the passage that uses a word without a definition most, quoted, then the title of the page it comes from."
|
|
461
|
-
},
|
|
462
|
-
"index.title": {
|
|
463
|
-
"defaultMessage": "A–Z index",
|
|
464
|
-
"description": "Title of the alphabetical index page."
|
|
465
|
-
},
|
|
466
|
-
"index.withoutDefinition": {
|
|
467
|
-
"defaultMessage": "without a definition",
|
|
468
|
-
"description": "The filter of the index keeping the words without a note."
|
|
469
|
-
},
|
|
470
|
-
"index.words": {
|
|
471
|
-
"defaultMessage": "{count, plural, one {# word} other {# words}}",
|
|
472
|
-
"description": "After a letter heading of the index, counting its entries."
|
|
473
|
-
},
|
|
474
|
-
"keyword.companions": {
|
|
475
|
-
"defaultMessage": "Accompanying words",
|
|
476
|
-
"description": "Heading of the panel block listing the words that accompany a keyword."
|
|
477
|
-
},
|
|
478
|
-
"keyword.createNote": {
|
|
479
|
-
"defaultMessage": "Propose a definition",
|
|
480
|
-
"description": "Call to action that opens the note template of the glossary for a keyword."
|
|
481
|
-
},
|
|
482
|
-
"keyword.factFiles": {
|
|
483
|
-
"defaultMessage": "Files",
|
|
484
|
-
"description": "Label of the number of files a keyword appears in, in the panel of its page."
|
|
485
|
-
},
|
|
486
|
-
"keyword.factOccurrences": {
|
|
487
|
-
"defaultMessage": "Occurrences",
|
|
488
|
-
"description": "Label of the number of occurrences of a keyword, in the panel of its page."
|
|
489
|
-
},
|
|
490
|
-
"keyword.factSpaces": {
|
|
491
|
-
"defaultMessage": "Spaces",
|
|
492
|
-
"description": "Label of the spaces a keyword appears in, in the panel of its page."
|
|
493
|
-
},
|
|
494
|
-
"keyword.filesSummary": {
|
|
495
|
-
"defaultMessage": "{count, plural, one {# file.} other {# files.}}",
|
|
496
|
-
"description": "Sentence under the passages heading of a keyword page, counting the files they come from."
|
|
497
|
-
},
|
|
498
|
-
"keyword.maybeSame": {
|
|
499
|
-
"defaultMessage": "Maybe the same thing",
|
|
500
|
-
"description": "Heading of the panel block listing the expressions of a similar form."
|
|
501
|
-
},
|
|
502
|
-
"keyword.noCompanion": {
|
|
503
|
-
"defaultMessage": "No accompanying word recorded.",
|
|
504
|
-
"description": "Notice shown when a keyword shares no paragraph with another page."
|
|
505
|
-
},
|
|
506
|
-
"keyword.noDefinition": {
|
|
507
|
-
"defaultMessage": "No definition",
|
|
508
|
-
"description": "Mark on the line under the title of a keyword page, saying that no note defines the word."
|
|
509
|
-
},
|
|
510
|
-
"keyword.noProperty": {
|
|
511
|
-
"defaultMessage": "No declared property: there is no file for this word.",
|
|
512
|
-
"description": "Note under the counts of a keyword page, saying why it has no properties block."
|
|
513
|
-
},
|
|
514
|
-
"keyword.noteWritten": {
|
|
515
|
-
"defaultMessage": "A note now defines this expression:",
|
|
516
|
-
"description": "Text of the page that forwards a former keyword address to the note written since."
|
|
517
|
-
},
|
|
518
|
-
"keyword.noticeDetail": {
|
|
519
|
-
"defaultMessage": "This page is built from those passages alone. If someone creates the note in the glossary, its text will take its place here and the rest of the page will not change.",
|
|
520
|
-
"description": "Second part of the notice of a keyword page, saying what the page is built from and what happens when a note is written."
|
|
521
|
-
},
|
|
522
|
-
"keyword.noticeLead": {
|
|
523
|
-
"defaultMessage": "{count, plural, one {Nobody has written a definition, but # passage uses this word.} other {Nobody has written a definition, but # passages use this word.}}",
|
|
524
|
-
"description": "First sentence of the notice of a keyword page, with the number of passages that use the word."
|
|
525
|
-
},
|
|
526
|
-
"keyword.occurrences": {
|
|
527
|
-
"defaultMessage": "{count, plural, one {# occurrence} other {# occurrences}}",
|
|
528
|
-
"description": "Number of occurrences of a keyword across the corpus."
|
|
529
|
-
},
|
|
530
|
-
"keyword.pageAt": {
|
|
531
|
-
"defaultMessage": "p. {number, number}",
|
|
532
|
-
"description": "Position of a passage read from a converted document, given by its page number."
|
|
533
|
-
},
|
|
534
|
-
"keyword.passagesTitle": {
|
|
535
|
-
"defaultMessage": "The passages, in corpus order",
|
|
536
|
-
"description": "Heading of the passages of a keyword page."
|
|
537
|
-
},
|
|
538
|
-
"keyword.relatedNote": {
|
|
539
|
-
"defaultMessage": "Ordered by number of passages. None is “cited”: this word has no note to carry links.",
|
|
540
|
-
"description": "Note under the related pages of a keyword page, saying how they are ordered and why none is cited."
|
|
541
|
-
},
|
|
542
|
-
"keyword.similarLead": {
|
|
543
|
-
"defaultMessage": "Expressions close in form and context. A lead, not a claim.",
|
|
544
|
-
"description": "Note under the expressions of a similar form, worded so as to assert no relation."
|
|
545
|
-
},
|
|
546
|
-
"keyword.slideAt": {
|
|
547
|
-
"defaultMessage": "slide {number, number}",
|
|
548
|
-
"description": "Position of a passage read from a slide deck, given by its slide number."
|
|
549
|
-
},
|
|
550
|
-
"keyword.terms": {
|
|
551
|
-
"defaultMessage": "Terms",
|
|
552
|
-
"description": "Middle step of the breadcrumb of a keyword page, between the space and the word."
|
|
553
|
-
},
|
|
554
|
-
"keyword.title": {
|
|
555
|
-
"defaultMessage": "Keyword",
|
|
556
|
-
"description": "Heading of a keyword page."
|
|
557
|
-
},
|
|
558
|
-
"keyword.undefinedExpression": {
|
|
559
|
-
"defaultMessage": "Expression without a note",
|
|
560
|
-
"description": "Notice that a keyword has no note of its own yet."
|
|
561
|
-
},
|
|
562
|
-
"keyword.usedSince": {
|
|
563
|
-
"defaultMessage": "Used since {month}",
|
|
564
|
-
"description": "Line under the title of a keyword page, giving the month of the oldest file that uses the word."
|
|
565
|
-
},
|
|
566
|
-
"keyword.whatWeKnow": {
|
|
567
|
-
"defaultMessage": "What we know",
|
|
568
|
-
"description": "Heading of the panel block giving the counts of a keyword."
|
|
569
|
-
},
|
|
570
|
-
"meeting.date": {
|
|
571
|
-
"defaultMessage": "Date",
|
|
572
|
-
"description": "Label of the date of a meeting in the properties block."
|
|
573
|
-
},
|
|
574
|
-
"meeting.decision": {
|
|
575
|
-
"defaultMessage": "Decision taken here",
|
|
576
|
-
"description": "Lead of the callout linking the decisions a meeting produced."
|
|
577
|
-
},
|
|
578
|
-
"meeting.document": {
|
|
579
|
-
"defaultMessage": "Document",
|
|
580
|
-
"description": "Tab of a converted document on the page of a meeting."
|
|
581
|
-
},
|
|
582
|
-
"meeting.durationHours": {
|
|
583
|
-
"defaultMessage": "{hours} h {minutes}",
|
|
584
|
-
"description": "Duration of a meeting of an hour or more, the minutes on two digits."
|
|
585
|
-
},
|
|
586
|
-
"meeting.durationMinutes": {
|
|
587
|
-
"defaultMessage": "{minutes} min",
|
|
588
|
-
"description": "Duration of a meeting under an hour."
|
|
589
|
-
},
|
|
590
|
-
"meeting.files": {
|
|
591
|
-
"defaultMessage": "Files",
|
|
592
|
-
"description": "Label of the number of files grouped into the page of a meeting."
|
|
593
|
-
},
|
|
594
|
-
"meeting.filesGrouped": {
|
|
595
|
-
"defaultMessage": "{count, plural, one {# grouped} other {# grouped}}",
|
|
596
|
-
"description": "Value of the files property of a meeting: how many files the build grouped into its page."
|
|
597
|
-
},
|
|
598
|
-
"meeting.grouped": {
|
|
599
|
-
"defaultMessage": "Grouped automatically",
|
|
600
|
-
"description": "Mention next to the tabs of a meeting: the build grouped its files."
|
|
601
|
-
},
|
|
602
|
-
"meeting.groupingNote": {
|
|
603
|
-
"defaultMessage": "{count, plural, one {# file} other {# files}}: {reasons}.",
|
|
604
|
-
"description": "Note under the properties of a meeting naming why the build grouped its files."
|
|
605
|
-
},
|
|
606
|
-
"meeting.notes": {
|
|
607
|
-
"defaultMessage": "Notes",
|
|
608
|
-
"description": "Tab of the written notes on the page of a meeting."
|
|
609
|
-
},
|
|
610
|
-
"meeting.participants": {
|
|
611
|
-
"defaultMessage": "{count, plural, one {# participant} other {# participants}}",
|
|
612
|
-
"description": "Number of participants of a meeting, when their names are not pseudonymised."
|
|
613
|
-
},
|
|
614
|
-
"meeting.pseudonymNote": {
|
|
615
|
-
"defaultMessage": "The names of the participants are replaced at publication by stable pseudonyms. The mapping is never published.",
|
|
616
|
-
"description": "Note under the transcript of a meeting whose speakers were pseudonymised."
|
|
617
|
-
},
|
|
618
|
-
"meeting.pseudonymised": {
|
|
619
|
-
"defaultMessage": "Pseudonymised participants",
|
|
620
|
-
"description": "Mention under the title of a meeting whose transcript was pseudonymised."
|
|
621
|
-
},
|
|
622
|
-
"meeting.relatedNote": {
|
|
623
|
-
"defaultMessage": "A meeting does not enter the model: it brings passages, and sometimes a decision someone took the trouble to write elsewhere.",
|
|
624
|
-
"description": "Note under the related pages of a meeting."
|
|
625
|
-
},
|
|
626
|
-
"meeting.representations": {
|
|
627
|
-
"defaultMessage": "Representations",
|
|
628
|
-
"description": "Accessible name of the tabs of a meeting, one per file grouped into its page."
|
|
629
|
-
},
|
|
630
|
-
"meeting.signal.commit": {
|
|
631
|
-
"defaultMessage": "same commit",
|
|
632
|
-
"description": "Grouping reason of the files of a meeting: added in the same commit."
|
|
633
|
-
},
|
|
634
|
-
"meeting.signal.content": {
|
|
635
|
-
"defaultMessage": "high textual overlap",
|
|
636
|
-
"description": "Grouping reason of the files of a meeting: their texts are similar."
|
|
637
|
-
},
|
|
638
|
-
"meeting.signal.declared": {
|
|
639
|
-
"defaultMessage": "declared in the frontmatter",
|
|
640
|
-
"description": "Grouping reason of the files of a meeting: the note names its twin."
|
|
641
|
-
},
|
|
642
|
-
"meeting.signal.folder": {
|
|
643
|
-
"defaultMessage": "same folder",
|
|
644
|
-
"description": "Grouping reason of the files of a meeting: they lie in the same folder."
|
|
645
|
-
},
|
|
646
|
-
"meeting.signal.name": {
|
|
647
|
-
"defaultMessage": "same base name",
|
|
648
|
-
"description": "Grouping reason of the files of a meeting: they share their base name."
|
|
649
|
-
},
|
|
650
|
-
"meeting.signal.similarName": {
|
|
651
|
-
"defaultMessage": "similar base names",
|
|
652
|
-
"description": "Grouping reason of the files of a meeting: their base names are close."
|
|
653
|
-
},
|
|
654
|
-
"meeting.signal.title": {
|
|
655
|
-
"defaultMessage": "title equal to the heading",
|
|
656
|
-
"description": "Grouping reason of the files of a meeting: the title of a document is the heading of the note."
|
|
657
|
-
},
|
|
658
|
-
"meeting.slides": {
|
|
659
|
-
"defaultMessage": "Slides",
|
|
660
|
-
"description": "Tab of the slide deck on the page of a meeting."
|
|
661
|
-
},
|
|
662
|
-
"meeting.space": {
|
|
663
|
-
"defaultMessage": "Space",
|
|
664
|
-
"description": "Label of the space of a meeting in the properties block."
|
|
665
|
-
},
|
|
666
|
-
"meeting.transcript": {
|
|
667
|
-
"defaultMessage": "Transcript",
|
|
668
|
-
"description": "Tab of the transcript on the page of a meeting."
|
|
669
|
-
},
|
|
670
|
-
"mentions.atLine": {
|
|
671
|
-
"defaultMessage": "line {line, number}",
|
|
672
|
-
"description": "Location of a mention inside a document, given by its line number."
|
|
673
|
-
},
|
|
674
|
-
"mentions.inSection": {
|
|
675
|
-
"defaultMessage": "in section {section}",
|
|
676
|
-
"description": "Location of a mention inside a document, given by its section heading."
|
|
677
|
-
},
|
|
678
|
-
"nav.applications": {
|
|
679
|
-
"defaultMessage": "Applications",
|
|
680
|
-
"description": "Navigation entry for the list of applications."
|
|
681
|
-
},
|
|
682
|
-
"nav.domains": {
|
|
683
|
-
"defaultMessage": "Domains",
|
|
684
|
-
"description": "Navigation entry for the domain hierarchy."
|
|
685
|
-
},
|
|
686
|
-
"nav.index": {
|
|
687
|
-
"defaultMessage": "A–Z index",
|
|
688
|
-
"description": "Link of the top bar to the alphabetical index."
|
|
689
|
-
},
|
|
690
|
-
"nav.types": {
|
|
691
|
-
"defaultMessage": "Types",
|
|
692
|
-
"description": "Navigation entry for the list of entity types."
|
|
693
|
-
},
|
|
694
|
-
"neighbourhood.capNote": {
|
|
695
|
-
"defaultMessage": "Six neighbours at most, always named. Beyond that the map teaches nothing: the list takes over.",
|
|
696
|
-
"description": "Note under the list of neighbours, saying why the map stops at six."
|
|
697
|
-
},
|
|
698
|
-
"neighbourhood.distance": {
|
|
699
|
-
"defaultMessage": "Distance",
|
|
700
|
-
"description": "Label before the distance control of the neighbourhood map."
|
|
701
|
-
},
|
|
702
|
-
"neighbourhood.existingPage": {
|
|
703
|
-
"defaultMessage": "existing page",
|
|
704
|
-
"description": "Legend of a plain edge of the map, leading to a neighbour that has a note."
|
|
705
|
-
},
|
|
706
|
-
"neighbourhood.hop": {
|
|
707
|
-
"defaultMessage": "{count, plural, one {# hop} other {# hops}}",
|
|
708
|
-
"description": "A distance of the neighbourhood map, in hops from the page."
|
|
709
|
-
},
|
|
710
|
-
"neighbourhood.list": {
|
|
711
|
-
"defaultMessage": "{count, plural, one {The neighbour} other {The # neighbours}}",
|
|
712
|
-
"description": "Heading of the textual list of the neighbours under the map."
|
|
713
|
-
},
|
|
714
|
-
"neighbourhood.map": {
|
|
715
|
-
"defaultMessage": "Neighbourhood map",
|
|
716
|
-
"description": "Heading of the unfolded map, before the title of the page at its centre."
|
|
717
|
-
},
|
|
718
|
-
"neighbourhood.mapCaption": {
|
|
719
|
-
"defaultMessage": "The list below carries the same information as the map.",
|
|
720
|
-
"description": "Caption of the map, for assistive technologies."
|
|
721
|
-
},
|
|
722
|
-
"neighbourhood.none": {
|
|
723
|
-
"defaultMessage": "No neighbour recorded.",
|
|
724
|
-
"description": "Shown when the page has no neighbour."
|
|
725
|
-
},
|
|
726
|
-
"neighbourhood.noteless": {
|
|
727
|
-
"defaultMessage": "word without a note",
|
|
728
|
-
"description": "Legend of a dotted edge of the map, leading to a word nobody defined."
|
|
729
|
-
},
|
|
730
|
-
"neighbourhood.seeMentions": {
|
|
731
|
-
"defaultMessage": "see the mentions panel",
|
|
732
|
-
"description": "Link replacing the map when the model holds more neighbours than it shows."
|
|
733
|
-
},
|
|
734
|
-
"neighbourhood.textualEquivalent": {
|
|
735
|
-
"defaultMessage": "textual equivalent",
|
|
736
|
-
"description": "After the heading of the list of neighbours, saying that it equals the map."
|
|
737
|
-
},
|
|
738
|
-
"neighbourhood.total": {
|
|
739
|
-
"defaultMessage": "{count, plural, one {# neighbour in total, more than the map shows} other {# neighbours in total, more than the map shows}}",
|
|
740
|
-
"description": "Sentence before the link to the mentions panel when the map is not drawn."
|
|
741
|
-
},
|
|
742
|
-
"related.cited": {
|
|
743
|
-
"defaultMessage": "Cited",
|
|
744
|
-
"description": "Prefix of a related page that writes a link to the current one."
|
|
745
|
-
},
|
|
746
|
-
"related.clearAll": {
|
|
747
|
-
"defaultMessage": "Clear all",
|
|
748
|
-
"description": "Link that lifts every type filter of the related pages."
|
|
749
|
-
},
|
|
750
|
-
"related.filter": {
|
|
751
|
-
"defaultMessage": "Filter these pages",
|
|
752
|
-
"description": "Placeholder of the text filter of the related pages."
|
|
753
|
-
},
|
|
754
|
-
"related.fullList": {
|
|
755
|
-
"defaultMessage": "Open the full list (JSON)",
|
|
756
|
-
"description": "Link to the fragment of every mention, offered before any script runs."
|
|
757
|
-
},
|
|
758
|
-
"related.loadingOthers": {
|
|
759
|
-
"defaultMessage": "Loading the other pages…",
|
|
760
|
-
"description": "Text of the button while the other related pages load."
|
|
761
|
-
},
|
|
762
|
-
"related.noMatch": {
|
|
763
|
-
"defaultMessage": "No page matches the filter.",
|
|
764
|
-
"description": "Notice shown when the filters of the related pages keep no page."
|
|
765
|
-
},
|
|
766
|
-
"related.none": {
|
|
767
|
-
"defaultMessage": "No other page evokes this one yet.",
|
|
768
|
-
"description": "Notice shown when no page cites the current one."
|
|
769
|
-
},
|
|
770
|
-
"related.orderNote": {
|
|
771
|
-
"defaultMessage": "From the surest to the weakest: written links first, then recognised mentions.",
|
|
772
|
-
"description": "Note under the related pages saying how they are ordered, the pages that write a link before the ones the scan found."
|
|
773
|
-
},
|
|
774
|
-
"related.other": {
|
|
775
|
-
"defaultMessage": "'{count}' other",
|
|
776
|
-
"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."
|
|
777
|
-
},
|
|
778
|
-
"related.others": {
|
|
779
|
-
"defaultMessage": "'{count}' others",
|
|
780
|
-
"description": "Line that unfolds the related pages beyond the first three where the panel is condensed, the quoted placeholder being filled in the browser."
|
|
781
|
-
},
|
|
782
|
-
"related.othersUnavailable": {
|
|
783
|
-
"defaultMessage": "The other pages could not be loaded.",
|
|
784
|
-
"description": "Status shown when the fragment of the related pages could not be fetched."
|
|
785
|
-
},
|
|
786
|
-
"related.pagesOf": {
|
|
787
|
-
"defaultMessage": "'{shown}' of '{total}' pages",
|
|
788
|
-
"description": "Count under the type filter, the two quoted placeholders being filled in the browser."
|
|
789
|
-
},
|
|
790
|
-
"related.passage": {
|
|
791
|
-
"defaultMessage": "passage",
|
|
792
|
-
"description": "Unit after the count of a related page holding one passage, for assistive technologies."
|
|
793
|
-
},
|
|
794
|
-
"related.passages": {
|
|
795
|
-
"defaultMessage": "passages",
|
|
796
|
-
"description": "Unit after the count of a related page holding several passages, for assistive technologies."
|
|
797
|
-
},
|
|
798
|
-
"related.showOthers": {
|
|
799
|
-
"defaultMessage": "Show the '{count}' others",
|
|
800
|
-
"description": "Button that reveals the related pages beyond the served ones, the quoted placeholder being filled in the browser."
|
|
801
|
-
},
|
|
802
|
-
"related.title": {
|
|
803
|
-
"defaultMessage": "Related pages",
|
|
804
|
-
"description": "Heading of the block listing the pages that evoke the current one."
|
|
805
|
-
},
|
|
806
|
-
"related.types": {
|
|
807
|
-
"defaultMessage": "Types",
|
|
808
|
-
"description": "Button opening the type filter of the related pages."
|
|
809
|
-
},
|
|
810
|
-
"results.alsoCalled": {
|
|
811
|
-
"defaultMessage": "Also called: '{aliases}'",
|
|
812
|
-
"description": "Other names of a note in its result row, the quoted placeholder being filled in the browser."
|
|
813
|
-
},
|
|
814
|
-
"results.broader": {
|
|
815
|
-
"defaultMessage": "Broader term: '{term}'",
|
|
816
|
-
"description": "Broader term of a note in its result row, the quoted placeholder being filled in the browser."
|
|
817
|
-
},
|
|
818
|
-
"results.cited": {
|
|
819
|
-
"defaultMessage": "{count, plural, one {cited in # page} other {cited in # pages}}",
|
|
820
|
-
"description": "How many pages cite the note of a result row."
|
|
821
|
-
},
|
|
822
|
-
"results.clearQuery": {
|
|
823
|
-
"defaultMessage": "Clear the search",
|
|
824
|
-
"description": "Accessible name of the button emptying the search field."
|
|
825
|
-
},
|
|
826
|
-
"results.closestForm": {
|
|
827
|
-
"defaultMessage": "Closest form:",
|
|
828
|
-
"description": "Lead of the closest form of the dictionary proposed when a search matches nothing."
|
|
829
|
-
},
|
|
830
|
-
"results.countersNote": {
|
|
831
|
-
"defaultMessage": "The counters are set when the site is published. Filtering happens in the browser, without a round trip.",
|
|
832
|
-
"description": "Note under the facets of the results page."
|
|
833
|
-
},
|
|
834
|
-
"results.noResultFor": {
|
|
835
|
-
"defaultMessage": "No result for “'{query}'”",
|
|
836
|
-
"description": "Notice shown when a search with words matches nothing, the quoted placeholder being filled in the browser."
|
|
837
|
-
},
|
|
838
|
-
"results.notelessNote": {
|
|
839
|
-
"defaultMessage": "Words used but not defined appear with the others, dotted. That is how you spot what the glossary lacks.",
|
|
840
|
-
"description": "Note under the list of results."
|
|
841
|
-
},
|
|
842
|
-
"results.usedIn": {
|
|
843
|
-
"defaultMessage": "{count, plural, one {Used in # document, never defined in the glossary} other {Used in # documents, never defined in the glossary}}",
|
|
844
|
-
"description": "Line of a result row that is a word without a note."
|
|
845
|
-
},
|
|
846
|
-
"search.activeFilters": {
|
|
847
|
-
"defaultMessage": "Active filters",
|
|
848
|
-
"description": "Heading of the list recalling the facets selected on the search page."
|
|
849
|
-
},
|
|
850
|
-
"search.address": {
|
|
851
|
-
"defaultMessage": "Address of this search",
|
|
852
|
-
"description": "Label of the line showing the address that replays the current search."
|
|
853
|
-
},
|
|
854
|
-
"search.clear": {
|
|
855
|
-
"defaultMessage": "Clear filters",
|
|
856
|
-
"description": "Button that resets every facet of the search."
|
|
857
|
-
},
|
|
858
|
-
"search.copied": {
|
|
859
|
-
"defaultMessage": "Address copied",
|
|
860
|
-
"description": "Status shown once the address of the search is in the clipboard."
|
|
861
|
-
},
|
|
862
|
-
"search.copyAddress": {
|
|
863
|
-
"defaultMessage": "Copy",
|
|
864
|
-
"description": "Button that copies the address of the current search."
|
|
865
|
-
},
|
|
866
|
-
"search.facet.application": {
|
|
867
|
-
"defaultMessage": "Application",
|
|
868
|
-
"description": "Facet that filters search results by application."
|
|
869
|
-
},
|
|
870
|
-
"search.facet.domain": {
|
|
871
|
-
"defaultMessage": "Domain",
|
|
872
|
-
"description": "Facet that filters search results by domain."
|
|
873
|
-
},
|
|
874
|
-
"search.facet.noNote": {
|
|
875
|
-
"defaultMessage": "Without a note",
|
|
876
|
-
"description": "Facet that keeps, isolates or excludes the recurring expressions nobody defined."
|
|
877
|
-
},
|
|
878
|
-
"search.facet.source": {
|
|
879
|
-
"defaultMessage": "Space",
|
|
880
|
-
"description": "Facet that filters search results by the space, the source repository of the note."
|
|
881
|
-
},
|
|
882
|
-
"search.facet.type": {
|
|
883
|
-
"defaultMessage": "Page type",
|
|
884
|
-
"description": "Facet that filters search results by entity type."
|
|
885
|
-
},
|
|
886
|
-
"search.facets": {
|
|
887
|
-
"defaultMessage": "Filters",
|
|
888
|
-
"description": "Heading of the facet filters of the search page."
|
|
889
|
-
},
|
|
890
|
-
"search.noNote.any": {
|
|
891
|
-
"defaultMessage": "Included",
|
|
892
|
-
"description": "Value of the no-note facet that keeps the noteless words among the results."
|
|
893
|
-
},
|
|
894
|
-
"search.noNote.exclude": {
|
|
895
|
-
"defaultMessage": "Excluded",
|
|
896
|
-
"description": "Value of the no-note facet that leaves the noteless words out."
|
|
897
|
-
},
|
|
898
|
-
"search.noNote.only": {
|
|
899
|
-
"defaultMessage": "Only",
|
|
900
|
-
"description": "Value of the no-note facet that keeps the noteless words alone."
|
|
901
|
-
},
|
|
902
|
-
"search.noResult": {
|
|
903
|
-
"defaultMessage": "No result",
|
|
904
|
-
"description": "Notice shown when a search matches nothing."
|
|
905
|
-
},
|
|
906
|
-
"search.removeFilter": {
|
|
907
|
-
"defaultMessage": "Remove this filter",
|
|
908
|
-
"description": "Accessible name of the control that lifts one selected facet of the search."
|
|
909
|
-
},
|
|
910
|
-
"search.results": {
|
|
911
|
-
"defaultMessage": "{count, plural, one {# result, most cited first} other {# results, most cited first}}",
|
|
912
|
-
"description": "Number of results of a search, saying that the most cited come first."
|
|
913
|
-
},
|
|
914
|
-
"site.generatedAt": {
|
|
915
|
-
"defaultMessage": "Generated on {date, date, long}",
|
|
916
|
-
"description": "Footer line giving the day the site was built."
|
|
917
|
-
},
|
|
918
|
-
"site.home": {
|
|
919
|
-
"defaultMessage": "Home",
|
|
920
|
-
"description": "Link to the landing page of the site."
|
|
921
|
-
},
|
|
922
|
-
"site.index": {
|
|
923
|
-
"defaultMessage": "Index",
|
|
924
|
-
"description": "Link to the alphabetical index of entries."
|
|
925
|
-
},
|
|
926
|
-
"site.recent": {
|
|
927
|
-
"defaultMessage": "Recent",
|
|
928
|
-
"description": "Link of the top bar to the latest changes on the home page."
|
|
929
|
-
},
|
|
930
|
-
"site.search": {
|
|
931
|
-
"defaultMessage": "Search",
|
|
932
|
-
"description": "Label of the search field and of the search page."
|
|
933
|
-
},
|
|
934
|
-
"site.searchPlaceholder": {
|
|
935
|
-
"defaultMessage": "Search the documentation",
|
|
936
|
-
"description": "Placeholder shown inside the empty search field."
|
|
937
|
-
},
|
|
938
|
-
"site.skipToContent": {
|
|
939
|
-
"defaultMessage": "Skip to content",
|
|
940
|
-
"description": "Link that jumps over the navigation to the main content."
|
|
941
|
-
},
|
|
942
|
-
"site.spaces": {
|
|
943
|
-
"defaultMessage": "Spaces",
|
|
944
|
-
"description": "Link of the top bar to the sources, listed as spaces on the home page."
|
|
945
|
-
},
|
|
946
|
-
"site.todo": {
|
|
947
|
-
"defaultMessage": "To do",
|
|
948
|
-
"description": "Link to the page listing the findings of the build."
|
|
949
|
-
},
|
|
950
|
-
"site.version": {
|
|
951
|
-
"defaultMessage": "Version",
|
|
952
|
-
"description": "Label preceding the version of the generated site."
|
|
953
|
-
},
|
|
954
|
-
"space.browse": {
|
|
955
|
-
"defaultMessage": "Browse",
|
|
956
|
-
"description": "Heading of the categories of a space page, the top-level folders of its repository."
|
|
957
|
-
},
|
|
958
|
-
"space.categoriesLead": {
|
|
959
|
-
"defaultMessage": "{count, plural, one {# category, as filed in the repository} other {# categories, as filed in the repository}}",
|
|
960
|
-
"description": "After the browse heading of a space page, counting its categories."
|
|
961
|
-
},
|
|
962
|
-
"space.categoriesNote": {
|
|
963
|
-
"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.",
|
|
964
|
-
"description": "Note under the categories of a space page, saying that each one opens a list and that the page carries no tree."
|
|
965
|
-
},
|
|
966
|
-
"space.footer": {
|
|
967
|
-
"defaultMessage": "A space reads like a small wiki within the wiki: its own search, its own vocabulary, its own news.",
|
|
968
|
-
"description": "Closing sentence of a space page, at the foot of its right column."
|
|
969
|
-
},
|
|
970
|
-
"space.mostCited": {
|
|
971
|
-
"defaultMessage": "The most cited words here",
|
|
972
|
-
"description": "Heading of the most cited words of a space page, counted in that space only."
|
|
973
|
-
},
|
|
974
|
-
"space.repository": {
|
|
975
|
-
"defaultMessage": "repository",
|
|
976
|
-
"description": "Lead of the repository name on the line under the title of a space page."
|
|
977
|
-
},
|
|
978
|
-
"space.searchPlaceholder": {
|
|
979
|
-
"defaultMessage": "Search in this space",
|
|
980
|
-
"description": "Placeholder of the search field on a space page, whose query is confined to the space."
|
|
981
|
-
},
|
|
982
|
-
"space.updated": {
|
|
983
|
-
"defaultMessage": "updated {when}",
|
|
984
|
-
"description": "Last change of a space on the line under its title, the relative duration rendered separately."
|
|
985
|
-
},
|
|
986
|
-
"space.wordsNote": {
|
|
987
|
-
"defaultMessage": "Counted in this space only, which gives its own vocabulary.",
|
|
988
|
-
"description": "Note under the most cited words of a space page."
|
|
989
|
-
},
|
|
990
|
-
"spaces.content": {
|
|
991
|
-
"defaultMessage": "Content",
|
|
992
|
-
"description": "Column of the spaces page: what a space holds."
|
|
993
|
-
},
|
|
994
|
-
"spaces.datesNote": {
|
|
995
|
-
"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.",
|
|
996
|
-
"description": "Note under the table of the spaces page, naming the default staleness threshold in days."
|
|
997
|
-
},
|
|
998
|
-
"spaces.lastUpdate": {
|
|
999
|
-
"defaultMessage": "Last update",
|
|
1000
|
-
"description": "Column of the spaces page: the newest change of a space."
|
|
1001
|
-
},
|
|
1002
|
-
"spaces.lead": {
|
|
1003
|
-
"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.",
|
|
1004
|
-
"description": "Sentence under the title of the spaces page, counting the spaces."
|
|
1005
|
-
},
|
|
1006
|
-
"spaces.pages": {
|
|
1007
|
-
"defaultMessage": "Pages",
|
|
1008
|
-
"description": "Column of the spaces page: how many pages a space holds."
|
|
1009
|
-
},
|
|
1010
|
-
"spaces.space": {
|
|
1011
|
-
"defaultMessage": "Space",
|
|
1012
|
-
"description": "Column of the spaces page: the badge and the name of a space."
|
|
1013
|
-
},
|
|
1014
|
-
"time.updatedAgo": {
|
|
1015
|
-
"defaultMessage": "Updated {when}",
|
|
1016
|
-
"description": "Frame around a relative duration rendered separately, such as three days ago."
|
|
1017
|
-
},
|
|
1018
|
-
"todo.findings": {
|
|
1019
|
-
"defaultMessage": "{count, plural, one {# finding} other {# findings}}",
|
|
1020
|
-
"description": "Number of findings listed on the to-do page."
|
|
1021
|
-
},
|
|
1022
|
-
"todo.severity.error": {
|
|
1023
|
-
"defaultMessage": "Error",
|
|
1024
|
-
"description": "Severity label of a finding that fails the build."
|
|
1025
|
-
},
|
|
1026
|
-
"todo.severity.info": {
|
|
1027
|
-
"defaultMessage": "Information",
|
|
1028
|
-
"description": "Severity label of a finding given for information only."
|
|
1029
|
-
},
|
|
1030
|
-
"todo.severity.warning": {
|
|
1031
|
-
"defaultMessage": "Warning",
|
|
1032
|
-
"description": "Severity label of a finding that is reported but tolerated."
|
|
1033
|
-
},
|
|
1034
|
-
"todo.title": {
|
|
1035
|
-
"defaultMessage": "To do",
|
|
1036
|
-
"description": "Heading of the page listing the findings of the build."
|
|
1037
|
-
},
|
|
1038
|
-
"trail.earlier": {
|
|
1039
|
-
"defaultMessage": "earlier pages",
|
|
1040
|
-
"description": "Follows the number of oldest trail entries folded into one expandable entry."
|
|
1041
|
-
},
|
|
1042
|
-
"trail.empty": {
|
|
1043
|
-
"defaultMessage": "No page pinned yet",
|
|
1044
|
-
"description": "Notice shown when the trail holds no page."
|
|
1045
|
-
},
|
|
1046
|
-
"trail.pin": {
|
|
1047
|
-
"defaultMessage": "Pin",
|
|
1048
|
-
"description": "Button that keeps the current page in the trail."
|
|
1049
|
-
},
|
|
1050
|
-
"trail.title": {
|
|
1051
|
-
"defaultMessage": "Trail",
|
|
1052
|
-
"description": "Heading of the navigation trail panel."
|
|
1053
|
-
},
|
|
1054
|
-
"trail.unpin": {
|
|
1055
|
-
"defaultMessage": "Unpin",
|
|
1056
|
-
"description": "Button that removes the current page from the trail."
|
|
1057
|
-
},
|
|
1058
|
-
"transcript.duration": {
|
|
1059
|
-
"defaultMessage": "Duration",
|
|
1060
|
-
"description": "Label of the total duration of a transcript."
|
|
1061
|
-
},
|
|
1062
|
-
"transcript.speakers": {
|
|
1063
|
-
"defaultMessage": "Speakers",
|
|
1064
|
-
"description": "Heading of the list of speakers of a transcript."
|
|
1065
|
-
}
|
|
1066
|
-
}
|