@engagently/types 7.1.3 → 7.3.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/dist/common/_types/ConfigDefinition.d.ts +2 -2
- package/dist/common/_types/WidgetDefinitions.d.ts +70 -16
- package/dist/common/lib/api/enums.d.ts +10 -0
- package/dist/i18n/i18n.d.ts +988 -464
- package/dist/main/lib/engagently.d.ts +1 -0
- package/dist/types/engagently.d.ts +5 -0
- package/dist/ui/themes/config/_types.d.ts +3 -3
- package/package.json +11 -11
package/dist/i18n/i18n.d.ts
CHANGED
|
@@ -17,25 +17,36 @@ export declare const defaultResources: {
|
|
|
17
17
|
};
|
|
18
18
|
actions: {
|
|
19
19
|
cancel: string;
|
|
20
|
+
"click-or-drop-image": string;
|
|
20
21
|
close: string;
|
|
21
|
-
continue: string;
|
|
22
22
|
confirm: string;
|
|
23
|
-
|
|
23
|
+
continue: string;
|
|
24
|
+
discard: string;
|
|
25
|
+
edit: string;
|
|
24
26
|
"go-to-discussion": string;
|
|
25
27
|
na: string;
|
|
28
|
+
next: string;
|
|
29
|
+
ok: string;
|
|
30
|
+
"open-discussion": string;
|
|
26
31
|
save: string;
|
|
27
|
-
edit: string;
|
|
28
32
|
send: string;
|
|
29
33
|
"show-all-comments": string;
|
|
30
34
|
view: string;
|
|
31
35
|
};
|
|
32
36
|
and: string;
|
|
37
|
+
"are-you-sure": string;
|
|
38
|
+
aria: {
|
|
39
|
+
"scroll-left": string;
|
|
40
|
+
"scroll-right": string;
|
|
41
|
+
};
|
|
42
|
+
category: string;
|
|
33
43
|
comment: string;
|
|
34
|
-
"comment-in-thread": string;
|
|
35
44
|
comment_other: string;
|
|
45
|
+
"comment-in-thread": string;
|
|
36
46
|
commentary: string;
|
|
37
47
|
commentary_other: string;
|
|
38
48
|
confirm: string;
|
|
49
|
+
"contact-details": string;
|
|
39
50
|
"copy-to-clipboard": string;
|
|
40
51
|
"date-and-time": string;
|
|
41
52
|
edited: string;
|
|
@@ -44,8 +55,8 @@ export declare const defaultResources: {
|
|
|
44
55
|
"load-more": string;
|
|
45
56
|
"load-more-comments": string;
|
|
46
57
|
"load-newer-comments": string;
|
|
47
|
-
"load-older-comments": string;
|
|
48
58
|
"load-newer-replies": string;
|
|
59
|
+
"load-older-comments": string;
|
|
49
60
|
"load-older-replies": string;
|
|
50
61
|
logout: string;
|
|
51
62
|
"logout-hint": string;
|
|
@@ -56,146 +67,253 @@ export declare const defaultResources: {
|
|
|
56
67
|
"reply-count_other": string;
|
|
57
68
|
session: string;
|
|
58
69
|
share: string;
|
|
59
|
-
"shared-comment": string;
|
|
60
70
|
"shared-argument": string;
|
|
71
|
+
"shared-comment": string;
|
|
61
72
|
"shared-reply": string;
|
|
62
73
|
user: {
|
|
63
|
-
|
|
74
|
+
email: string;
|
|
75
|
+
"email-confirmation": string;
|
|
64
76
|
name: string;
|
|
65
|
-
"private-profile": string;
|
|
66
77
|
};
|
|
67
78
|
vote: string;
|
|
68
79
|
vote_other: string;
|
|
69
|
-
"are-you-sure": string;
|
|
70
|
-
aria: {
|
|
71
|
-
"scroll-left": string;
|
|
72
|
-
"scroll-right": string;
|
|
73
|
-
};
|
|
74
80
|
};
|
|
75
81
|
readonly debate: {
|
|
76
|
-
"thank-you-for-vote": string;
|
|
77
|
-
"call-to-action": string;
|
|
78
|
-
"live-poll": string;
|
|
79
|
-
"load-more-debates": string;
|
|
80
|
-
viewed: string;
|
|
81
|
-
vote_one: string;
|
|
82
|
-
vote_other: string;
|
|
83
|
-
"no-debates": string;
|
|
84
|
-
"desc-header": string;
|
|
85
|
-
"your-vote-heading": string;
|
|
86
82
|
"all-arguments": string;
|
|
87
|
-
"filter-by": string;
|
|
88
|
-
"back-to-debate": string;
|
|
89
83
|
"aria-labels": {
|
|
90
|
-
"positive-sentiment": string;
|
|
91
84
|
"negative-sentiment": string;
|
|
85
|
+
"positive-sentiment": string;
|
|
92
86
|
};
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
placeholders: {
|
|
96
|
-
"new-commentary": string;
|
|
97
|
-
};
|
|
98
|
-
"no-arguments-yet": string;
|
|
99
|
-
inactive: string;
|
|
87
|
+
"back-to-debate": string;
|
|
88
|
+
"call-to-action": string;
|
|
100
89
|
"current-debates": string;
|
|
90
|
+
"desc-header": string;
|
|
91
|
+
"filter-by": string;
|
|
101
92
|
filters: {
|
|
102
|
-
ALL: {
|
|
103
|
-
title: string;
|
|
104
|
-
description: string;
|
|
105
|
-
};
|
|
106
93
|
ACTIVE: {
|
|
107
|
-
title: string;
|
|
108
94
|
description: string;
|
|
109
|
-
};
|
|
110
|
-
PUBLISHED_AT_DESC: {
|
|
111
95
|
title: string;
|
|
96
|
+
};
|
|
97
|
+
ALL: {
|
|
112
98
|
description: string;
|
|
99
|
+
title: string;
|
|
113
100
|
};
|
|
114
101
|
PUBLISHED_AT_ASC: {
|
|
102
|
+
description: string;
|
|
115
103
|
title: string;
|
|
104
|
+
};
|
|
105
|
+
PUBLISHED_AT_DESC: {
|
|
116
106
|
description: string;
|
|
107
|
+
title: string;
|
|
117
108
|
};
|
|
118
109
|
};
|
|
110
|
+
inactive: string;
|
|
119
111
|
labels: {
|
|
120
112
|
"filter-debates": string;
|
|
121
113
|
"sort-debates": string;
|
|
122
114
|
};
|
|
115
|
+
"live-poll": string;
|
|
116
|
+
"load-more-debates": string;
|
|
117
|
+
"no-arguments-yet": string;
|
|
118
|
+
"no-debates": string;
|
|
119
|
+
option_one: string;
|
|
120
|
+
option_other: string;
|
|
121
|
+
placeholders: {
|
|
122
|
+
"new-commentary": string;
|
|
123
|
+
};
|
|
124
|
+
"thank-you-for-vote": string;
|
|
125
|
+
viewed: string;
|
|
126
|
+
vote_one: string;
|
|
127
|
+
vote_other: string;
|
|
123
128
|
voted: string;
|
|
129
|
+
"your-vote-heading": string;
|
|
124
130
|
};
|
|
125
131
|
readonly discussions: {
|
|
126
132
|
alerts: {
|
|
133
|
+
"bookmark-limit": {
|
|
134
|
+
message: string;
|
|
135
|
+
};
|
|
127
136
|
"featured-comments-only": {
|
|
128
137
|
message: string;
|
|
129
138
|
title_one: string;
|
|
130
139
|
title_other: string;
|
|
131
140
|
};
|
|
132
|
-
"bookmark-limit": {
|
|
133
|
-
message: string;
|
|
134
|
-
};
|
|
135
141
|
"ignore-user-limit": {
|
|
136
142
|
message: string;
|
|
137
143
|
};
|
|
144
|
+
"moderate-hint": {
|
|
145
|
+
cta: string;
|
|
146
|
+
description: string;
|
|
147
|
+
};
|
|
138
148
|
"no-bookmarks": {
|
|
139
149
|
message: string;
|
|
140
150
|
title: string;
|
|
141
151
|
};
|
|
142
|
-
"no-
|
|
152
|
+
"no-comments": {
|
|
143
153
|
message: string;
|
|
144
154
|
title: string;
|
|
145
155
|
};
|
|
146
|
-
"no-
|
|
156
|
+
"no-ignored-users": {
|
|
147
157
|
message: string;
|
|
148
158
|
title: string;
|
|
149
159
|
};
|
|
150
160
|
};
|
|
161
|
+
attachments: {
|
|
162
|
+
"image-crop-hint": string;
|
|
163
|
+
"image-invalid-aspect-ratio": string;
|
|
164
|
+
"image-not-supported": string;
|
|
165
|
+
"image-size-warning": string;
|
|
166
|
+
"image-status": {
|
|
167
|
+
expired: string;
|
|
168
|
+
pending: string;
|
|
169
|
+
};
|
|
170
|
+
"image-too-large": string;
|
|
171
|
+
};
|
|
151
172
|
"comment-as": string;
|
|
152
173
|
"commentary-actions": {
|
|
153
174
|
bookmark: {
|
|
154
|
-
inactive: string;
|
|
155
175
|
active: string;
|
|
156
176
|
deletable: string;
|
|
177
|
+
inactive: string;
|
|
157
178
|
};
|
|
179
|
+
delete: string;
|
|
180
|
+
edit: string;
|
|
158
181
|
ignore: {
|
|
159
182
|
action: string;
|
|
160
|
-
title: string;
|
|
161
183
|
hint: string;
|
|
162
184
|
submitted: string;
|
|
185
|
+
title: string;
|
|
163
186
|
};
|
|
164
|
-
unignore: string;
|
|
165
|
-
edit: string;
|
|
166
|
-
delete: string;
|
|
167
187
|
moderate: string;
|
|
188
|
+
reaction: {
|
|
189
|
+
REACTION_AGREE: string;
|
|
190
|
+
REACTION_AGREE_zero: string;
|
|
191
|
+
REACTION_DISAGREE: string;
|
|
192
|
+
REACTION_DISAGREE_zero: string;
|
|
193
|
+
REACTION1: string;
|
|
194
|
+
REACTION1_zero: string;
|
|
195
|
+
REACTION2: string;
|
|
196
|
+
REACTION2_zero: string;
|
|
197
|
+
REACTION3: string;
|
|
198
|
+
REACTION3_zero: string;
|
|
199
|
+
};
|
|
168
200
|
reply: string;
|
|
169
201
|
report: {
|
|
170
202
|
action: string;
|
|
171
|
-
|
|
203
|
+
"contact-me-confirmation": string;
|
|
204
|
+
dsa: {
|
|
205
|
+
"main-category": {
|
|
206
|
+
ANIMAL_WELFARE: string;
|
|
207
|
+
CHILD_AND_YOUTH_PROTECTION: string;
|
|
208
|
+
CONSUMER_INFORMATION_VIOLATIONS: string;
|
|
209
|
+
CYBER_VIOLENCE: string;
|
|
210
|
+
CYBER_VIOLENCE_AGAINST_WOMEN: string;
|
|
211
|
+
DATA_PROTECTION_AND_PRIVACY_VIOLATIONS: string;
|
|
212
|
+
DECEPTION_AND_OR_FRAUD: string;
|
|
213
|
+
ILLEGAL_STATEMENTS_OR_HARMFUL_SPEECH: string;
|
|
214
|
+
INTELLECTUAL_PROPERTY_VIOLATIONS: string;
|
|
215
|
+
NEGATIVE_IMPACT_ON_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
216
|
+
OTHER: string;
|
|
217
|
+
SELF_HARM: string;
|
|
218
|
+
THREAT_TO_PUBLIC_SAFETY: string;
|
|
219
|
+
UNSAFE_NONCOMPLIANT_OR_PROHIBITED_PRODUCTS: string;
|
|
220
|
+
VIOLENCE: string;
|
|
221
|
+
};
|
|
222
|
+
"report-target": {
|
|
223
|
+
AUTHORITY: string;
|
|
224
|
+
FLAGGER: string;
|
|
225
|
+
PERSON: string;
|
|
226
|
+
};
|
|
227
|
+
"report-target-title": string;
|
|
228
|
+
"select-main-category": string;
|
|
229
|
+
"select-sub-category": string;
|
|
230
|
+
"sub-category": {
|
|
231
|
+
AGE_SPECIFIC_RESTRICTIONS_FOR_MINORS: string;
|
|
232
|
+
ANIMAL_CRUELTY: string;
|
|
233
|
+
BIOMETRIC_DATA_PROTECTION_VIOLATION: string;
|
|
234
|
+
CONTENT_PROMOTING_EATING_DISORDERS: string;
|
|
235
|
+
COPYRIGHT_VIOLATIONS: string;
|
|
236
|
+
CYBER_HARASSMENT: string;
|
|
237
|
+
CYBERBULLYING_AGAINST_WOMEN: string;
|
|
238
|
+
CYBERSTALKING: string;
|
|
239
|
+
CYBERSTALKING_AGAINST_WOMEN: string;
|
|
240
|
+
DANGEROUS_CHALLENGES: string;
|
|
241
|
+
DATA_FALSIFICATION: string;
|
|
242
|
+
DEFAMATION: string;
|
|
243
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
|
|
244
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
|
|
245
|
+
DESIGN_RIGHTS_VIOLATIONS: string;
|
|
246
|
+
DISCRIMINATION: string;
|
|
247
|
+
FAKE_ACCOUNTS: string;
|
|
248
|
+
FAKE_LISTINGS: string;
|
|
249
|
+
FAKE_USER_REVIEWS: string;
|
|
250
|
+
GENDER_SPECIFIC_DISINFORMATION: string;
|
|
251
|
+
GENERAL_CALLS_OR_INCITEMENT_TO_VIOLENCE_AND_OR_HATRED: string;
|
|
252
|
+
GEOGRAPHICAL_INDICATIONS_VIOLATIONS: string;
|
|
253
|
+
GROOMING_OF_MINORS: string;
|
|
254
|
+
HIDDEN_ADVERTISING_OR_COMMERCIAL_COMMUNICATION: string;
|
|
255
|
+
HUMAN_EXPLOITATION: string;
|
|
256
|
+
HUMAN_TRAFFICKING: string;
|
|
257
|
+
IDENTITY_FRAUD_OR_ACCOUNT_TAKEOVER: string;
|
|
258
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_AGAINST_WOMEN: string;
|
|
259
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_BASED_ON_PROTECTED_CHARACTERISTICS: string;
|
|
260
|
+
ILLEGAL_ORGANIZATIONS: string;
|
|
261
|
+
ILLEGAL_SALE_OF_ANIMALS: string;
|
|
262
|
+
INCITEMENT_TO_VIOLENCE: string;
|
|
263
|
+
INCITEMENT_TO_VIOLENCE_OR_HATRED_ONLINE: string;
|
|
264
|
+
INSUFFICIENT_INFORMATION_ABOUT_TRADERS: string;
|
|
265
|
+
MISINFORMATION_DISINFORMATION_AND_FOREIGN_INFORMATION_MANIPULATION: string;
|
|
266
|
+
MISLEADING_INFORMATION_ABOUT_CONSUMER_RIGHTS: string;
|
|
267
|
+
MISLEADING_INFORMATION_ABOUT_GOODS_AND_SERVICES: string;
|
|
268
|
+
MISSING_BASIS_FOR_DATA_PROCESSING: string;
|
|
269
|
+
NON_COMPLIANCE_WITH_PRICING_REGULATIONS: string;
|
|
270
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL: string;
|
|
271
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL_AGAINST_WOMEN: string;
|
|
272
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL: string;
|
|
273
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
|
|
274
|
+
ONLINE_BULLYING_AND_INTIMIDATION: string;
|
|
275
|
+
ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
|
|
276
|
+
OTHER: string;
|
|
277
|
+
PATENT_VIOLATIONS: string;
|
|
278
|
+
PHISHING: string;
|
|
279
|
+
PROHIBITED_OR_RESTRICTED_PRODUCTS: string;
|
|
280
|
+
PYRAMID_SCHEMES: string;
|
|
281
|
+
RIGHT_TO_BE_FORGOTTEN: string;
|
|
282
|
+
RISK_OF_ENVIRONMENTAL_DAMAGE: string;
|
|
283
|
+
RISK_TO_PUBLIC_HEALTH: string;
|
|
284
|
+
SELF_MUTILATION: string;
|
|
285
|
+
SUICIDE: string;
|
|
286
|
+
TERRORIST_CONTENT: string;
|
|
287
|
+
TRADE_SECRET_VIOLATIONS: string;
|
|
288
|
+
TRADEMARK_VIOLATIONS: string;
|
|
289
|
+
TRAFFICKING_OF_WOMEN_AND_GIRLS: string;
|
|
290
|
+
UNSAFE_OR_NONCOMPLIANT_PRODUCTS: string;
|
|
291
|
+
VIOLATION_OF_EU_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
292
|
+
VIOLATION_OF_NATIONAL_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
"dsa-confirmation": string;
|
|
172
296
|
"justification-description": string;
|
|
173
297
|
reasons: {
|
|
174
|
-
|
|
175
|
-
SPAM: string;
|
|
176
|
-
TOXIC: string;
|
|
298
|
+
BEHAVIOUR: string;
|
|
177
299
|
BULLY: string;
|
|
300
|
+
FAKE: string;
|
|
178
301
|
HATE: string;
|
|
179
|
-
|
|
180
|
-
|
|
302
|
+
LEGAL: string;
|
|
303
|
+
OTHER: string;
|
|
181
304
|
PRIVACY: string;
|
|
182
|
-
|
|
305
|
+
SEXUAL: string;
|
|
306
|
+
SPAM: string;
|
|
183
307
|
TERMS: string;
|
|
184
|
-
|
|
308
|
+
TOXIC: string;
|
|
185
309
|
USERNAME: string;
|
|
186
|
-
|
|
310
|
+
VIOLENCE: string;
|
|
187
311
|
};
|
|
188
312
|
submitted: string;
|
|
189
|
-
|
|
190
|
-
reaction: {
|
|
191
|
-
REACTION1: string;
|
|
192
|
-
REACTION1_zero: string;
|
|
193
|
-
REACTION2: string;
|
|
194
|
-
REACTION2_zero: string;
|
|
195
|
-
REACTION3: string;
|
|
196
|
-
REACTION3_zero: string;
|
|
313
|
+
title: string;
|
|
197
314
|
};
|
|
198
315
|
share: string;
|
|
316
|
+
unignore: string;
|
|
199
317
|
};
|
|
200
318
|
"commentary-not-available": string;
|
|
201
319
|
feedback: string;
|
|
@@ -210,36 +328,34 @@ export declare const defaultResources: {
|
|
|
210
328
|
header: string;
|
|
211
329
|
title: string;
|
|
212
330
|
};
|
|
213
|
-
|
|
331
|
+
LIST: {
|
|
214
332
|
description: string;
|
|
215
|
-
header: string;
|
|
216
333
|
title: string;
|
|
217
334
|
};
|
|
218
|
-
|
|
335
|
+
POPULARITY_DESC: {
|
|
219
336
|
description: string;
|
|
337
|
+
header: string;
|
|
220
338
|
title: string;
|
|
221
339
|
};
|
|
340
|
+
sort: string;
|
|
222
341
|
THREAD: {
|
|
223
342
|
description: string;
|
|
224
343
|
title: string;
|
|
225
344
|
};
|
|
226
|
-
sort: string;
|
|
227
345
|
};
|
|
228
346
|
labels: {
|
|
229
|
-
"sort-comments": string;
|
|
230
|
-
"view-structure": string;
|
|
231
347
|
"author-badge": string;
|
|
232
348
|
"comment-list": string;
|
|
233
349
|
"commentary-actions": string;
|
|
350
|
+
"sort-comments": string;
|
|
351
|
+
"view-structure": string;
|
|
234
352
|
};
|
|
235
353
|
"new-commentary": string;
|
|
236
354
|
"new-commentary_other": string;
|
|
237
|
-
"no-more-comments": string;
|
|
238
355
|
"no-comments-yet": string;
|
|
356
|
+
"no-more-comments": string;
|
|
239
357
|
"no-recent-comments": string;
|
|
240
358
|
"onboarding-username-change": string;
|
|
241
|
-
"username-change-blocked": string;
|
|
242
|
-
"username-change-confirm": string;
|
|
243
359
|
placeholders: {
|
|
244
360
|
"new-commentary": string;
|
|
245
361
|
"new-reply": string;
|
|
@@ -251,9 +367,12 @@ export declare const defaultResources: {
|
|
|
251
367
|
"text-editor": {
|
|
252
368
|
bold: string;
|
|
253
369
|
emojis: string;
|
|
370
|
+
image: string;
|
|
254
371
|
italic: string;
|
|
255
372
|
underline: string;
|
|
256
373
|
};
|
|
374
|
+
"username-change-blocked": string;
|
|
375
|
+
"username-change-confirm": string;
|
|
257
376
|
"view-mode": string;
|
|
258
377
|
"view-modes": {
|
|
259
378
|
"all-comments": string;
|
|
@@ -268,58 +387,64 @@ export declare const defaultResources: {
|
|
|
268
387
|
"back-to-discussion": string;
|
|
269
388
|
data: {
|
|
270
389
|
nav: string;
|
|
271
|
-
title: string;
|
|
272
390
|
tabs: {
|
|
273
|
-
comments: string;
|
|
274
391
|
bookmarks: string;
|
|
392
|
+
comments: string;
|
|
275
393
|
"ignored-users": string;
|
|
276
394
|
};
|
|
395
|
+
title: string;
|
|
277
396
|
};
|
|
278
397
|
settings: {
|
|
279
398
|
nav: string;
|
|
280
|
-
title: string;
|
|
281
399
|
tabs: {
|
|
282
400
|
account: string;
|
|
283
401
|
};
|
|
402
|
+
title: string;
|
|
284
403
|
};
|
|
285
404
|
};
|
|
286
405
|
};
|
|
287
406
|
};
|
|
288
407
|
readonly emojis: {
|
|
289
408
|
categories: {
|
|
290
|
-
people: string;
|
|
291
|
-
nature: string;
|
|
292
|
-
foods: string;
|
|
293
409
|
activity: string;
|
|
294
|
-
|
|
410
|
+
flags: string;
|
|
411
|
+
foods: string;
|
|
412
|
+
nature: string;
|
|
295
413
|
objects: string;
|
|
414
|
+
people: string;
|
|
415
|
+
places: string;
|
|
296
416
|
symbols: string;
|
|
297
|
-
flags: string;
|
|
298
417
|
};
|
|
299
418
|
choose: string;
|
|
300
419
|
"recently-used": string;
|
|
301
420
|
search: string;
|
|
302
421
|
};
|
|
303
422
|
readonly errors: {
|
|
304
|
-
inline: {
|
|
305
|
-
"write-comment": string;
|
|
306
|
-
};
|
|
307
|
-
"report-commentary": string;
|
|
308
423
|
api: {
|
|
309
|
-
EGY_USERNAME_NOT_EDITABLE: string;
|
|
310
|
-
EGY_USERNAME_LOCKED: string;
|
|
311
|
-
EGY_USERNAME_INVALID: string;
|
|
312
424
|
EGY_USERNAME_DUPLICATE: string;
|
|
425
|
+
EGY_USERNAME_INVALID: string;
|
|
426
|
+
EGY_USERNAME_LOCKED: string;
|
|
427
|
+
EGY_USERNAME_NOT_EDITABLE: string;
|
|
313
428
|
EGY_USERNAME_PRESCRIBED: string;
|
|
314
429
|
};
|
|
430
|
+
inline: {
|
|
431
|
+
"write-comment": string;
|
|
432
|
+
};
|
|
433
|
+
"report-commentary": string;
|
|
315
434
|
};
|
|
316
435
|
readonly features: {
|
|
317
436
|
COMMENT: {
|
|
318
437
|
"call-to-action": string;
|
|
319
438
|
};
|
|
439
|
+
COMMENTARY_IMAGE_UPLOAD: {
|
|
440
|
+
"call-to-action": string;
|
|
441
|
+
};
|
|
320
442
|
COMMENTARY_READ: {
|
|
321
443
|
"call-to-action": string;
|
|
322
444
|
};
|
|
445
|
+
IGNORE: {
|
|
446
|
+
"call-to-action": string;
|
|
447
|
+
};
|
|
323
448
|
INSTANT_CONTEXT: {
|
|
324
449
|
"call-to-action": string;
|
|
325
450
|
};
|
|
@@ -344,8 +469,14 @@ export declare const defaultResources: {
|
|
|
344
469
|
SHARE: {
|
|
345
470
|
"call-to-action": string;
|
|
346
471
|
};
|
|
347
|
-
|
|
348
|
-
|
|
472
|
+
};
|
|
473
|
+
readonly forms: {
|
|
474
|
+
validation: {
|
|
475
|
+
"checkbox-required": string;
|
|
476
|
+
"email-invalid": string;
|
|
477
|
+
"email-no-match": string;
|
|
478
|
+
"min-length": string;
|
|
479
|
+
required: string;
|
|
349
480
|
};
|
|
350
481
|
};
|
|
351
482
|
readonly interpolation: {
|
|
@@ -354,14 +485,16 @@ export declare const defaultResources: {
|
|
|
354
485
|
comments: string;
|
|
355
486
|
conversation: string;
|
|
356
487
|
conversations: string;
|
|
357
|
-
discussion: string;
|
|
358
|
-
discussions: string;
|
|
359
488
|
debate: string;
|
|
360
489
|
debates: string;
|
|
490
|
+
discussion: string;
|
|
491
|
+
discussions: string;
|
|
361
492
|
list: string;
|
|
362
493
|
lists: string;
|
|
363
494
|
message: string;
|
|
364
495
|
messages: string;
|
|
496
|
+
participation: string;
|
|
497
|
+
participations: string;
|
|
365
498
|
poll: string;
|
|
366
499
|
polls: string;
|
|
367
500
|
replies: string;
|
|
@@ -371,13 +504,11 @@ export declare const defaultResources: {
|
|
|
371
504
|
threads: string;
|
|
372
505
|
vote: string;
|
|
373
506
|
votes: string;
|
|
374
|
-
participation: string;
|
|
375
|
-
participations: string;
|
|
376
507
|
};
|
|
377
508
|
readonly messages: {
|
|
378
509
|
"debate-closed": string;
|
|
379
|
-
"debate-global-closed": string;
|
|
380
510
|
"debate-finished": string;
|
|
511
|
+
"debate-global-closed": string;
|
|
381
512
|
"debate-preamble": string;
|
|
382
513
|
"discussion-closed": string;
|
|
383
514
|
"discussion-global-closed": string;
|
|
@@ -385,50 +516,50 @@ export declare const defaultResources: {
|
|
|
385
516
|
"discussion-preamble": string;
|
|
386
517
|
"log-in-to-comment": string;
|
|
387
518
|
"log-in-to-view-user": string;
|
|
388
|
-
"user-sanction-block-until": string;
|
|
389
|
-
"user-sanction-block": string;
|
|
390
|
-
"user-sanction-warn": string;
|
|
391
|
-
"username-change": string;
|
|
392
|
-
"username-change-prescribed": string;
|
|
393
519
|
"login-errors": {
|
|
394
520
|
assertion_failed: {
|
|
395
521
|
NEEDS_VERIFIED_EMAIL: string;
|
|
396
522
|
};
|
|
397
523
|
};
|
|
524
|
+
"user-sanction-block": string;
|
|
525
|
+
"user-sanction-block-until": string;
|
|
526
|
+
"user-sanction-warn": string;
|
|
527
|
+
"username-change": string;
|
|
528
|
+
"username-change-prescribed": string;
|
|
398
529
|
"vote-to-debate": string;
|
|
399
530
|
};
|
|
400
531
|
readonly poll: {
|
|
401
|
-
"thank-you-for-vote": string;
|
|
402
532
|
"call-to-action": string;
|
|
403
533
|
"live-poll": string;
|
|
534
|
+
"thank-you-for-vote": string;
|
|
404
535
|
viewed: string;
|
|
405
536
|
vote_one: string;
|
|
406
537
|
vote_other: string;
|
|
407
538
|
};
|
|
408
539
|
readonly quiz: {
|
|
409
|
-
"start-quiz": string;
|
|
410
|
-
"submit-choice": string;
|
|
411
|
-
"show-summary": string;
|
|
412
|
-
"next-question": string;
|
|
413
|
-
progress: string;
|
|
414
|
-
"result-msg": string;
|
|
415
540
|
"call-to-action": string;
|
|
416
|
-
|
|
541
|
+
"next-question": string;
|
|
417
542
|
participation_one: string;
|
|
418
543
|
participation_other: string;
|
|
544
|
+
progress: string;
|
|
419
545
|
reparticipate: string;
|
|
546
|
+
"result-msg": string;
|
|
547
|
+
"show-summary": string;
|
|
548
|
+
"start-quiz": string;
|
|
549
|
+
"submit-choice": string;
|
|
550
|
+
viewed: string;
|
|
420
551
|
};
|
|
421
552
|
readonly user: {
|
|
422
553
|
alerts: {
|
|
423
554
|
"bookmark-limit": {
|
|
424
555
|
message: string;
|
|
425
556
|
};
|
|
426
|
-
"
|
|
557
|
+
"ignore-user-limit": {
|
|
427
558
|
message: string;
|
|
428
|
-
title: string;
|
|
429
559
|
};
|
|
430
|
-
"
|
|
560
|
+
"no-bookmarks": {
|
|
431
561
|
message: string;
|
|
562
|
+
title: string;
|
|
432
563
|
};
|
|
433
564
|
"no-ignored-users": {
|
|
434
565
|
message: string;
|
|
@@ -441,10 +572,9 @@ export declare const defaultResources: {
|
|
|
441
572
|
views: {
|
|
442
573
|
me: {
|
|
443
574
|
nav: string;
|
|
444
|
-
title: string;
|
|
445
575
|
tabs: {
|
|
446
|
-
comments: string;
|
|
447
576
|
bookmarks: string;
|
|
577
|
+
comments: string;
|
|
448
578
|
"ignored-users": string;
|
|
449
579
|
settings: {
|
|
450
580
|
nav: string;
|
|
@@ -454,6 +584,7 @@ export declare const defaultResources: {
|
|
|
454
584
|
};
|
|
455
585
|
};
|
|
456
586
|
};
|
|
587
|
+
title: string;
|
|
457
588
|
};
|
|
458
589
|
};
|
|
459
590
|
};
|
|
@@ -472,25 +603,36 @@ export declare const defaultResources: {
|
|
|
472
603
|
};
|
|
473
604
|
actions: {
|
|
474
605
|
cancel: string;
|
|
606
|
+
"click-or-drop-image": string;
|
|
475
607
|
close: string;
|
|
476
|
-
continue: string;
|
|
477
608
|
confirm: string;
|
|
478
|
-
|
|
609
|
+
continue: string;
|
|
610
|
+
discard: string;
|
|
611
|
+
edit: string;
|
|
479
612
|
"go-to-discussion": string;
|
|
480
613
|
na: string;
|
|
614
|
+
next: string;
|
|
615
|
+
ok: string;
|
|
616
|
+
"open-discussion": string;
|
|
481
617
|
save: string;
|
|
482
|
-
edit: string;
|
|
483
618
|
send: string;
|
|
484
619
|
"show-all-comments": string;
|
|
485
620
|
view: string;
|
|
486
621
|
};
|
|
487
622
|
and: string;
|
|
623
|
+
"are-you-sure": string;
|
|
624
|
+
aria: {
|
|
625
|
+
"scroll-left": string;
|
|
626
|
+
"scroll-right": string;
|
|
627
|
+
};
|
|
628
|
+
category: string;
|
|
488
629
|
comment: string;
|
|
489
|
-
"comment-in-thread": string;
|
|
490
630
|
comment_other: string;
|
|
631
|
+
"comment-in-thread": string;
|
|
491
632
|
commentary: string;
|
|
492
633
|
commentary_other: string;
|
|
493
634
|
confirm: string;
|
|
635
|
+
"contact-details": string;
|
|
494
636
|
"copy-to-clipboard": string;
|
|
495
637
|
"date-and-time": string;
|
|
496
638
|
edited: string;
|
|
@@ -499,8 +641,8 @@ export declare const defaultResources: {
|
|
|
499
641
|
"load-more": string;
|
|
500
642
|
"load-more-comments": string;
|
|
501
643
|
"load-newer-comments": string;
|
|
502
|
-
"load-older-comments": string;
|
|
503
644
|
"load-newer-replies": string;
|
|
645
|
+
"load-older-comments": string;
|
|
504
646
|
"load-older-replies": string;
|
|
505
647
|
logout: string;
|
|
506
648
|
"logout-hint": string;
|
|
@@ -511,146 +653,253 @@ export declare const defaultResources: {
|
|
|
511
653
|
"reply-count_other": string;
|
|
512
654
|
session: string;
|
|
513
655
|
share: string;
|
|
514
|
-
"shared-comment": string;
|
|
515
656
|
"shared-argument": string;
|
|
657
|
+
"shared-comment": string;
|
|
516
658
|
"shared-reply": string;
|
|
517
659
|
user: {
|
|
518
|
-
|
|
660
|
+
email: string;
|
|
661
|
+
"email-confirmation": string;
|
|
519
662
|
name: string;
|
|
520
|
-
"private-profile": string;
|
|
521
663
|
};
|
|
522
664
|
vote: string;
|
|
523
665
|
vote_other: string;
|
|
524
|
-
"are-you-sure": string;
|
|
525
|
-
aria: {
|
|
526
|
-
"scroll-left": string;
|
|
527
|
-
"scroll-right": string;
|
|
528
|
-
};
|
|
529
666
|
};
|
|
530
667
|
readonly debate: {
|
|
531
|
-
"thank-you-for-vote": string;
|
|
532
|
-
"call-to-action": string;
|
|
533
|
-
"live-poll": string;
|
|
534
|
-
"load-more-debates": string;
|
|
535
|
-
viewed: string;
|
|
536
|
-
vote_one: string;
|
|
537
|
-
vote_other: string;
|
|
538
|
-
"no-debates": string;
|
|
539
|
-
"desc-header": string;
|
|
540
|
-
"your-vote-heading": string;
|
|
541
668
|
"all-arguments": string;
|
|
542
|
-
"filter-by": string;
|
|
543
|
-
"back-to-debate": string;
|
|
544
669
|
"aria-labels": {
|
|
545
|
-
"positive-sentiment": string;
|
|
546
670
|
"negative-sentiment": string;
|
|
671
|
+
"positive-sentiment": string;
|
|
547
672
|
};
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
placeholders: {
|
|
551
|
-
"new-commentary": string;
|
|
552
|
-
};
|
|
553
|
-
"no-arguments-yet": string;
|
|
554
|
-
inactive: string;
|
|
673
|
+
"back-to-debate": string;
|
|
674
|
+
"call-to-action": string;
|
|
555
675
|
"current-debates": string;
|
|
676
|
+
"desc-header": string;
|
|
677
|
+
"filter-by": string;
|
|
556
678
|
filters: {
|
|
557
|
-
ALL: {
|
|
558
|
-
title: string;
|
|
559
|
-
description: string;
|
|
560
|
-
};
|
|
561
679
|
ACTIVE: {
|
|
562
|
-
title: string;
|
|
563
680
|
description: string;
|
|
564
|
-
};
|
|
565
|
-
PUBLISHED_AT_DESC: {
|
|
566
681
|
title: string;
|
|
682
|
+
};
|
|
683
|
+
ALL: {
|
|
567
684
|
description: string;
|
|
685
|
+
title: string;
|
|
568
686
|
};
|
|
569
687
|
PUBLISHED_AT_ASC: {
|
|
688
|
+
description: string;
|
|
570
689
|
title: string;
|
|
690
|
+
};
|
|
691
|
+
PUBLISHED_AT_DESC: {
|
|
571
692
|
description: string;
|
|
693
|
+
title: string;
|
|
572
694
|
};
|
|
573
695
|
};
|
|
696
|
+
inactive: string;
|
|
574
697
|
labels: {
|
|
575
698
|
"filter-debates": string;
|
|
576
699
|
"sort-debates": string;
|
|
577
700
|
};
|
|
701
|
+
"live-poll": string;
|
|
702
|
+
"load-more-debates": string;
|
|
703
|
+
"no-arguments-yet": string;
|
|
704
|
+
"no-debates": string;
|
|
705
|
+
option_one: string;
|
|
706
|
+
option_other: string;
|
|
707
|
+
placeholders: {
|
|
708
|
+
"new-commentary": string;
|
|
709
|
+
};
|
|
710
|
+
"thank-you-for-vote": string;
|
|
711
|
+
viewed: string;
|
|
712
|
+
vote_one: string;
|
|
713
|
+
vote_other: string;
|
|
578
714
|
voted: string;
|
|
715
|
+
"your-vote-heading": string;
|
|
579
716
|
};
|
|
580
717
|
readonly discussions: {
|
|
581
718
|
alerts: {
|
|
719
|
+
"bookmark-limit": {
|
|
720
|
+
message: string;
|
|
721
|
+
};
|
|
582
722
|
"featured-comments-only": {
|
|
583
723
|
message: string;
|
|
584
724
|
title_one: string;
|
|
585
725
|
title_other: string;
|
|
586
726
|
};
|
|
587
|
-
"bookmark-limit": {
|
|
588
|
-
message: string;
|
|
589
|
-
};
|
|
590
727
|
"ignore-user-limit": {
|
|
591
728
|
message: string;
|
|
592
729
|
};
|
|
730
|
+
"moderate-hint": {
|
|
731
|
+
cta: string;
|
|
732
|
+
description: string;
|
|
733
|
+
};
|
|
593
734
|
"no-bookmarks": {
|
|
594
735
|
message: string;
|
|
595
736
|
title: string;
|
|
596
737
|
};
|
|
597
|
-
"no-
|
|
738
|
+
"no-comments": {
|
|
598
739
|
message: string;
|
|
599
740
|
title: string;
|
|
600
741
|
};
|
|
601
|
-
"no-
|
|
742
|
+
"no-ignored-users": {
|
|
602
743
|
message: string;
|
|
603
744
|
title: string;
|
|
604
745
|
};
|
|
605
746
|
};
|
|
747
|
+
attachments: {
|
|
748
|
+
"image-crop-hint": string;
|
|
749
|
+
"image-invalid-aspect-ratio": string;
|
|
750
|
+
"image-not-supported": string;
|
|
751
|
+
"image-size-warning": string;
|
|
752
|
+
"image-status": {
|
|
753
|
+
expired: string;
|
|
754
|
+
pending: string;
|
|
755
|
+
};
|
|
756
|
+
"image-too-large": string;
|
|
757
|
+
};
|
|
606
758
|
"comment-as": string;
|
|
607
759
|
"commentary-actions": {
|
|
608
760
|
bookmark: {
|
|
609
|
-
inactive: string;
|
|
610
761
|
active: string;
|
|
611
762
|
deletable: string;
|
|
763
|
+
inactive: string;
|
|
612
764
|
};
|
|
765
|
+
delete: string;
|
|
766
|
+
edit: string;
|
|
613
767
|
ignore: {
|
|
614
768
|
action: string;
|
|
615
|
-
title: string;
|
|
616
769
|
hint: string;
|
|
617
770
|
submitted: string;
|
|
771
|
+
title: string;
|
|
618
772
|
};
|
|
619
|
-
unignore: string;
|
|
620
|
-
edit: string;
|
|
621
|
-
delete: string;
|
|
622
773
|
moderate: string;
|
|
774
|
+
reaction: {
|
|
775
|
+
REACTION_AGREE: string;
|
|
776
|
+
REACTION_AGREE_zero: string;
|
|
777
|
+
REACTION_DISAGREE: string;
|
|
778
|
+
REACTION_DISAGREE_zero: string;
|
|
779
|
+
REACTION1: string;
|
|
780
|
+
REACTION1_zero: string;
|
|
781
|
+
REACTION2: string;
|
|
782
|
+
REACTION2_zero: string;
|
|
783
|
+
REACTION3: string;
|
|
784
|
+
REACTION3_zero: string;
|
|
785
|
+
};
|
|
623
786
|
reply: string;
|
|
624
787
|
report: {
|
|
625
788
|
action: string;
|
|
626
|
-
|
|
789
|
+
"contact-me-confirmation": string;
|
|
790
|
+
dsa: {
|
|
791
|
+
"main-category": {
|
|
792
|
+
ANIMAL_WELFARE: string;
|
|
793
|
+
CHILD_AND_YOUTH_PROTECTION: string;
|
|
794
|
+
CONSUMER_INFORMATION_VIOLATIONS: string;
|
|
795
|
+
CYBER_VIOLENCE: string;
|
|
796
|
+
CYBER_VIOLENCE_AGAINST_WOMEN: string;
|
|
797
|
+
DATA_PROTECTION_AND_PRIVACY_VIOLATIONS: string;
|
|
798
|
+
DECEPTION_AND_OR_FRAUD: string;
|
|
799
|
+
ILLEGAL_STATEMENTS_OR_HARMFUL_SPEECH: string;
|
|
800
|
+
INTELLECTUAL_PROPERTY_VIOLATIONS: string;
|
|
801
|
+
NEGATIVE_IMPACT_ON_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
802
|
+
OTHER: string;
|
|
803
|
+
SELF_HARM: string;
|
|
804
|
+
THREAT_TO_PUBLIC_SAFETY: string;
|
|
805
|
+
UNSAFE_NONCOMPLIANT_OR_PROHIBITED_PRODUCTS: string;
|
|
806
|
+
VIOLENCE: string;
|
|
807
|
+
};
|
|
808
|
+
"report-target": {
|
|
809
|
+
AUTHORITY: string;
|
|
810
|
+
FLAGGER: string;
|
|
811
|
+
PERSON: string;
|
|
812
|
+
};
|
|
813
|
+
"report-target-title": string;
|
|
814
|
+
"select-main-category": string;
|
|
815
|
+
"select-sub-category": string;
|
|
816
|
+
"sub-category": {
|
|
817
|
+
AGE_SPECIFIC_RESTRICTIONS_FOR_MINORS: string;
|
|
818
|
+
ANIMAL_CRUELTY: string;
|
|
819
|
+
BIOMETRIC_DATA_PROTECTION_VIOLATION: string;
|
|
820
|
+
CONTENT_PROMOTING_EATING_DISORDERS: string;
|
|
821
|
+
COPYRIGHT_VIOLATIONS: string;
|
|
822
|
+
CYBER_HARASSMENT: string;
|
|
823
|
+
CYBERBULLYING_AGAINST_WOMEN: string;
|
|
824
|
+
CYBERSTALKING: string;
|
|
825
|
+
CYBERSTALKING_AGAINST_WOMEN: string;
|
|
826
|
+
DANGEROUS_CHALLENGES: string;
|
|
827
|
+
DATA_FALSIFICATION: string;
|
|
828
|
+
DEFAMATION: string;
|
|
829
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
|
|
830
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
|
|
831
|
+
DESIGN_RIGHTS_VIOLATIONS: string;
|
|
832
|
+
DISCRIMINATION: string;
|
|
833
|
+
FAKE_ACCOUNTS: string;
|
|
834
|
+
FAKE_LISTINGS: string;
|
|
835
|
+
FAKE_USER_REVIEWS: string;
|
|
836
|
+
GENDER_SPECIFIC_DISINFORMATION: string;
|
|
837
|
+
GENERAL_CALLS_OR_INCITEMENT_TO_VIOLENCE_AND_OR_HATRED: string;
|
|
838
|
+
GEOGRAPHICAL_INDICATIONS_VIOLATIONS: string;
|
|
839
|
+
GROOMING_OF_MINORS: string;
|
|
840
|
+
HIDDEN_ADVERTISING_OR_COMMERCIAL_COMMUNICATION: string;
|
|
841
|
+
HUMAN_EXPLOITATION: string;
|
|
842
|
+
HUMAN_TRAFFICKING: string;
|
|
843
|
+
IDENTITY_FRAUD_OR_ACCOUNT_TAKEOVER: string;
|
|
844
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_AGAINST_WOMEN: string;
|
|
845
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_BASED_ON_PROTECTED_CHARACTERISTICS: string;
|
|
846
|
+
ILLEGAL_ORGANIZATIONS: string;
|
|
847
|
+
ILLEGAL_SALE_OF_ANIMALS: string;
|
|
848
|
+
INCITEMENT_TO_VIOLENCE: string;
|
|
849
|
+
INCITEMENT_TO_VIOLENCE_OR_HATRED_ONLINE: string;
|
|
850
|
+
INSUFFICIENT_INFORMATION_ABOUT_TRADERS: string;
|
|
851
|
+
MISINFORMATION_DISINFORMATION_AND_FOREIGN_INFORMATION_MANIPULATION: string;
|
|
852
|
+
MISLEADING_INFORMATION_ABOUT_CONSUMER_RIGHTS: string;
|
|
853
|
+
MISLEADING_INFORMATION_ABOUT_GOODS_AND_SERVICES: string;
|
|
854
|
+
MISSING_BASIS_FOR_DATA_PROCESSING: string;
|
|
855
|
+
NON_COMPLIANCE_WITH_PRICING_REGULATIONS: string;
|
|
856
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL: string;
|
|
857
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL_AGAINST_WOMEN: string;
|
|
858
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL: string;
|
|
859
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
|
|
860
|
+
ONLINE_BULLYING_AND_INTIMIDATION: string;
|
|
861
|
+
ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
|
|
862
|
+
OTHER: string;
|
|
863
|
+
PATENT_VIOLATIONS: string;
|
|
864
|
+
PHISHING: string;
|
|
865
|
+
PROHIBITED_OR_RESTRICTED_PRODUCTS: string;
|
|
866
|
+
PYRAMID_SCHEMES: string;
|
|
867
|
+
RIGHT_TO_BE_FORGOTTEN: string;
|
|
868
|
+
RISK_OF_ENVIRONMENTAL_DAMAGE: string;
|
|
869
|
+
RISK_TO_PUBLIC_HEALTH: string;
|
|
870
|
+
SELF_MUTILATION: string;
|
|
871
|
+
SUICIDE: string;
|
|
872
|
+
TERRORIST_CONTENT: string;
|
|
873
|
+
TRADE_SECRET_VIOLATIONS: string;
|
|
874
|
+
TRADEMARK_VIOLATIONS: string;
|
|
875
|
+
TRAFFICKING_OF_WOMEN_AND_GIRLS: string;
|
|
876
|
+
UNSAFE_OR_NONCOMPLIANT_PRODUCTS: string;
|
|
877
|
+
VIOLATION_OF_EU_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
878
|
+
VIOLATION_OF_NATIONAL_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
879
|
+
};
|
|
880
|
+
};
|
|
881
|
+
"dsa-confirmation": string;
|
|
627
882
|
"justification-description": string;
|
|
628
883
|
reasons: {
|
|
629
|
-
|
|
630
|
-
SPAM: string;
|
|
631
|
-
TOXIC: string;
|
|
884
|
+
BEHAVIOUR: string;
|
|
632
885
|
BULLY: string;
|
|
886
|
+
FAKE: string;
|
|
633
887
|
HATE: string;
|
|
634
|
-
|
|
635
|
-
|
|
888
|
+
LEGAL: string;
|
|
889
|
+
OTHER: string;
|
|
636
890
|
PRIVACY: string;
|
|
637
|
-
|
|
891
|
+
SEXUAL: string;
|
|
892
|
+
SPAM: string;
|
|
638
893
|
TERMS: string;
|
|
639
|
-
|
|
894
|
+
TOXIC: string;
|
|
640
895
|
USERNAME: string;
|
|
641
|
-
|
|
896
|
+
VIOLENCE: string;
|
|
642
897
|
};
|
|
643
898
|
submitted: string;
|
|
644
|
-
|
|
645
|
-
reaction: {
|
|
646
|
-
REACTION1: string;
|
|
647
|
-
REACTION1_zero: string;
|
|
648
|
-
REACTION2: string;
|
|
649
|
-
REACTION2_zero: string;
|
|
650
|
-
REACTION3: string;
|
|
651
|
-
REACTION3_zero: string;
|
|
899
|
+
title: string;
|
|
652
900
|
};
|
|
653
901
|
share: string;
|
|
902
|
+
unignore: string;
|
|
654
903
|
};
|
|
655
904
|
"commentary-not-available": string;
|
|
656
905
|
feedback: string;
|
|
@@ -665,36 +914,34 @@ export declare const defaultResources: {
|
|
|
665
914
|
header: string;
|
|
666
915
|
title: string;
|
|
667
916
|
};
|
|
668
|
-
|
|
917
|
+
LIST: {
|
|
669
918
|
description: string;
|
|
670
|
-
header: string;
|
|
671
919
|
title: string;
|
|
672
920
|
};
|
|
673
|
-
|
|
921
|
+
POPULARITY_DESC: {
|
|
674
922
|
description: string;
|
|
923
|
+
header: string;
|
|
675
924
|
title: string;
|
|
676
925
|
};
|
|
926
|
+
sort: string;
|
|
677
927
|
THREAD: {
|
|
678
928
|
description: string;
|
|
679
929
|
title: string;
|
|
680
930
|
};
|
|
681
|
-
sort: string;
|
|
682
931
|
};
|
|
683
932
|
labels: {
|
|
684
|
-
"sort-comments": string;
|
|
685
|
-
"view-structure": string;
|
|
686
933
|
"author-badge": string;
|
|
687
934
|
"comment-list": string;
|
|
688
935
|
"commentary-actions": string;
|
|
936
|
+
"sort-comments": string;
|
|
937
|
+
"view-structure": string;
|
|
689
938
|
};
|
|
690
939
|
"new-commentary": string;
|
|
691
940
|
"new-commentary_other": string;
|
|
692
|
-
"no-more-comments": string;
|
|
693
941
|
"no-comments-yet": string;
|
|
942
|
+
"no-more-comments": string;
|
|
694
943
|
"no-recent-comments": string;
|
|
695
944
|
"onboarding-username-change": string;
|
|
696
|
-
"username-change-blocked": string;
|
|
697
|
-
"username-change-confirm": string;
|
|
698
945
|
placeholders: {
|
|
699
946
|
"new-commentary": string;
|
|
700
947
|
"new-reply": string;
|
|
@@ -706,9 +953,12 @@ export declare const defaultResources: {
|
|
|
706
953
|
"text-editor": {
|
|
707
954
|
bold: string;
|
|
708
955
|
emojis: string;
|
|
956
|
+
image: string;
|
|
709
957
|
italic: string;
|
|
710
958
|
underline: string;
|
|
711
959
|
};
|
|
960
|
+
"username-change-blocked": string;
|
|
961
|
+
"username-change-confirm": string;
|
|
712
962
|
"view-mode": string;
|
|
713
963
|
"view-modes": {
|
|
714
964
|
"all-comments": string;
|
|
@@ -722,58 +972,64 @@ export declare const defaultResources: {
|
|
|
722
972
|
"back-to-discussion": string;
|
|
723
973
|
data: {
|
|
724
974
|
nav: string;
|
|
725
|
-
title: string;
|
|
726
975
|
tabs: {
|
|
727
|
-
comments: string;
|
|
728
976
|
bookmarks: string;
|
|
977
|
+
comments: string;
|
|
729
978
|
"ignored-users": string;
|
|
730
979
|
};
|
|
980
|
+
title: string;
|
|
731
981
|
};
|
|
732
982
|
settings: {
|
|
733
983
|
nav: string;
|
|
734
|
-
title: string;
|
|
735
984
|
tabs: {
|
|
736
985
|
account: string;
|
|
737
986
|
};
|
|
987
|
+
title: string;
|
|
738
988
|
};
|
|
739
989
|
};
|
|
740
990
|
};
|
|
741
991
|
};
|
|
742
992
|
readonly emojis: {
|
|
743
993
|
categories: {
|
|
744
|
-
people: string;
|
|
745
|
-
nature: string;
|
|
746
|
-
foods: string;
|
|
747
994
|
activity: string;
|
|
748
|
-
|
|
995
|
+
flags: string;
|
|
996
|
+
foods: string;
|
|
997
|
+
nature: string;
|
|
749
998
|
objects: string;
|
|
999
|
+
people: string;
|
|
1000
|
+
places: string;
|
|
750
1001
|
symbols: string;
|
|
751
|
-
flags: string;
|
|
752
1002
|
};
|
|
753
1003
|
choose: string;
|
|
754
1004
|
"recently-used": string;
|
|
755
1005
|
search: string;
|
|
756
1006
|
};
|
|
757
1007
|
readonly errors: {
|
|
758
|
-
inline: {
|
|
759
|
-
"write-comment": string;
|
|
760
|
-
};
|
|
761
|
-
"report-commentary": string;
|
|
762
1008
|
api: {
|
|
763
|
-
EGY_USERNAME_NOT_EDITABLE: string;
|
|
764
|
-
EGY_USERNAME_LOCKED: string;
|
|
765
|
-
EGY_USERNAME_INVALID: string;
|
|
766
1009
|
EGY_USERNAME_DUPLICATE: string;
|
|
1010
|
+
EGY_USERNAME_INVALID: string;
|
|
1011
|
+
EGY_USERNAME_LOCKED: string;
|
|
1012
|
+
EGY_USERNAME_NOT_EDITABLE: string;
|
|
767
1013
|
EGY_USERNAME_PRESCRIBED: string;
|
|
768
1014
|
};
|
|
1015
|
+
inline: {
|
|
1016
|
+
"write-comment": string;
|
|
1017
|
+
};
|
|
1018
|
+
"report-commentary": string;
|
|
769
1019
|
};
|
|
770
1020
|
readonly features: {
|
|
771
1021
|
COMMENT: {
|
|
772
1022
|
"call-to-action": string;
|
|
773
1023
|
};
|
|
1024
|
+
COMMENTARY_IMAGE_UPLOAD: {
|
|
1025
|
+
"call-to-action": string;
|
|
1026
|
+
};
|
|
774
1027
|
COMMENTARY_READ: {
|
|
775
1028
|
"call-to-action": string;
|
|
776
1029
|
};
|
|
1030
|
+
IGNORE: {
|
|
1031
|
+
"call-to-action": string;
|
|
1032
|
+
};
|
|
777
1033
|
INSTANT_CONTEXT: {
|
|
778
1034
|
"call-to-action": string;
|
|
779
1035
|
};
|
|
@@ -798,8 +1054,14 @@ export declare const defaultResources: {
|
|
|
798
1054
|
SHARE: {
|
|
799
1055
|
"call-to-action": string;
|
|
800
1056
|
};
|
|
801
|
-
|
|
802
|
-
|
|
1057
|
+
};
|
|
1058
|
+
readonly forms: {
|
|
1059
|
+
validation: {
|
|
1060
|
+
"checkbox-required": string;
|
|
1061
|
+
"email-invalid": string;
|
|
1062
|
+
"email-no-match": string;
|
|
1063
|
+
"min-length": string;
|
|
1064
|
+
required: string;
|
|
803
1065
|
};
|
|
804
1066
|
};
|
|
805
1067
|
readonly interpolation: {
|
|
@@ -808,14 +1070,16 @@ export declare const defaultResources: {
|
|
|
808
1070
|
comments: string;
|
|
809
1071
|
conversation: string;
|
|
810
1072
|
conversations: string;
|
|
811
|
-
discussion: string;
|
|
812
|
-
discussions: string;
|
|
813
1073
|
debate: string;
|
|
814
1074
|
debates: string;
|
|
1075
|
+
discussion: string;
|
|
1076
|
+
discussions: string;
|
|
815
1077
|
list: string;
|
|
816
1078
|
lists: string;
|
|
817
1079
|
message: string;
|
|
818
1080
|
messages: string;
|
|
1081
|
+
participation: string;
|
|
1082
|
+
participations: string;
|
|
819
1083
|
poll: string;
|
|
820
1084
|
polls: string;
|
|
821
1085
|
replies: string;
|
|
@@ -825,13 +1089,11 @@ export declare const defaultResources: {
|
|
|
825
1089
|
threads: string;
|
|
826
1090
|
vote: string;
|
|
827
1091
|
votes: string;
|
|
828
|
-
participation: string;
|
|
829
|
-
participations: string;
|
|
830
1092
|
};
|
|
831
1093
|
readonly messages: {
|
|
832
1094
|
"debate-closed": string;
|
|
833
|
-
"debate-global-closed": string;
|
|
834
1095
|
"debate-finished": string;
|
|
1096
|
+
"debate-global-closed": string;
|
|
835
1097
|
"debate-preamble": string;
|
|
836
1098
|
"discussion-closed": string;
|
|
837
1099
|
"discussion-global-closed": string;
|
|
@@ -839,50 +1101,50 @@ export declare const defaultResources: {
|
|
|
839
1101
|
"discussion-preamble": string;
|
|
840
1102
|
"log-in-to-comment": string;
|
|
841
1103
|
"log-in-to-view-user": string;
|
|
842
|
-
"user-sanction-block-until": string;
|
|
843
|
-
"user-sanction-block": string;
|
|
844
|
-
"user-sanction-warn": string;
|
|
845
|
-
"username-change": string;
|
|
846
|
-
"username-change-prescribed": string;
|
|
847
1104
|
"login-errors": {
|
|
848
1105
|
assertion_failed: {
|
|
849
1106
|
NEEDS_VERIFIED_EMAIL: string;
|
|
850
1107
|
};
|
|
851
1108
|
};
|
|
1109
|
+
"user-sanction-block": string;
|
|
1110
|
+
"user-sanction-block-until": string;
|
|
1111
|
+
"user-sanction-warn": string;
|
|
1112
|
+
"username-change": string;
|
|
1113
|
+
"username-change-prescribed": string;
|
|
852
1114
|
"vote-to-debate": string;
|
|
853
1115
|
};
|
|
854
1116
|
readonly poll: {
|
|
855
|
-
"thank-you-for-vote": string;
|
|
856
1117
|
"call-to-action": string;
|
|
857
1118
|
"live-poll": string;
|
|
1119
|
+
"thank-you-for-vote": string;
|
|
858
1120
|
viewed: string;
|
|
859
1121
|
vote_one: string;
|
|
860
1122
|
vote_other: string;
|
|
861
1123
|
};
|
|
862
1124
|
readonly quiz: {
|
|
863
|
-
"start-quiz": string;
|
|
864
|
-
"next-question": string;
|
|
865
|
-
"submit-choice": string;
|
|
866
|
-
"show-summary": string;
|
|
867
|
-
progress: string;
|
|
868
|
-
"result-msg": string;
|
|
869
1125
|
"call-to-action": string;
|
|
870
|
-
|
|
1126
|
+
"next-question": string;
|
|
871
1127
|
participation_one: string;
|
|
872
1128
|
participation_other: string;
|
|
1129
|
+
progress: string;
|
|
873
1130
|
reparticipate: string;
|
|
1131
|
+
"result-msg": string;
|
|
1132
|
+
"show-summary": string;
|
|
1133
|
+
"start-quiz": string;
|
|
1134
|
+
"submit-choice": string;
|
|
1135
|
+
viewed: string;
|
|
874
1136
|
};
|
|
875
1137
|
readonly user: {
|
|
876
1138
|
alerts: {
|
|
877
1139
|
"bookmark-limit": {
|
|
878
1140
|
message: string;
|
|
879
1141
|
};
|
|
880
|
-
"
|
|
1142
|
+
"ignore-user-limit": {
|
|
881
1143
|
message: string;
|
|
882
|
-
title: string;
|
|
883
1144
|
};
|
|
884
|
-
"
|
|
1145
|
+
"no-bookmarks": {
|
|
885
1146
|
message: string;
|
|
1147
|
+
title: string;
|
|
886
1148
|
};
|
|
887
1149
|
"no-ignored-users": {
|
|
888
1150
|
message: string;
|
|
@@ -895,10 +1157,9 @@ export declare const defaultResources: {
|
|
|
895
1157
|
views: {
|
|
896
1158
|
me: {
|
|
897
1159
|
nav: string;
|
|
898
|
-
title: string;
|
|
899
1160
|
tabs: {
|
|
900
|
-
comments: string;
|
|
901
1161
|
bookmarks: string;
|
|
1162
|
+
comments: string;
|
|
902
1163
|
"ignored-users": string;
|
|
903
1164
|
settings: {
|
|
904
1165
|
nav: string;
|
|
@@ -908,6 +1169,7 @@ export declare const defaultResources: {
|
|
|
908
1169
|
};
|
|
909
1170
|
};
|
|
910
1171
|
};
|
|
1172
|
+
title: string;
|
|
911
1173
|
};
|
|
912
1174
|
};
|
|
913
1175
|
};
|
|
@@ -928,25 +1190,36 @@ declare const resources: {
|
|
|
928
1190
|
};
|
|
929
1191
|
actions: {
|
|
930
1192
|
cancel: string;
|
|
1193
|
+
"click-or-drop-image": string;
|
|
931
1194
|
close: string;
|
|
932
|
-
continue: string;
|
|
933
1195
|
confirm: string;
|
|
934
|
-
|
|
1196
|
+
continue: string;
|
|
1197
|
+
discard: string;
|
|
1198
|
+
edit: string;
|
|
935
1199
|
"go-to-discussion": string;
|
|
936
1200
|
na: string;
|
|
1201
|
+
next: string;
|
|
1202
|
+
ok: string;
|
|
1203
|
+
"open-discussion": string;
|
|
937
1204
|
save: string;
|
|
938
|
-
edit: string;
|
|
939
1205
|
send: string;
|
|
940
1206
|
"show-all-comments": string;
|
|
941
1207
|
view: string;
|
|
942
1208
|
};
|
|
943
1209
|
and: string;
|
|
1210
|
+
"are-you-sure": string;
|
|
1211
|
+
aria: {
|
|
1212
|
+
"scroll-left": string;
|
|
1213
|
+
"scroll-right": string;
|
|
1214
|
+
};
|
|
1215
|
+
category: string;
|
|
944
1216
|
comment: string;
|
|
945
|
-
"comment-in-thread": string;
|
|
946
1217
|
comment_other: string;
|
|
1218
|
+
"comment-in-thread": string;
|
|
947
1219
|
commentary: string;
|
|
948
1220
|
commentary_other: string;
|
|
949
1221
|
confirm: string;
|
|
1222
|
+
"contact-details": string;
|
|
950
1223
|
"copy-to-clipboard": string;
|
|
951
1224
|
"date-and-time": string;
|
|
952
1225
|
edited: string;
|
|
@@ -955,8 +1228,8 @@ declare const resources: {
|
|
|
955
1228
|
"load-more": string;
|
|
956
1229
|
"load-more-comments": string;
|
|
957
1230
|
"load-newer-comments": string;
|
|
958
|
-
"load-older-comments": string;
|
|
959
1231
|
"load-newer-replies": string;
|
|
1232
|
+
"load-older-comments": string;
|
|
960
1233
|
"load-older-replies": string;
|
|
961
1234
|
logout: string;
|
|
962
1235
|
"logout-hint": string;
|
|
@@ -967,146 +1240,253 @@ declare const resources: {
|
|
|
967
1240
|
"reply-count_other": string;
|
|
968
1241
|
session: string;
|
|
969
1242
|
share: string;
|
|
970
|
-
"shared-comment": string;
|
|
971
1243
|
"shared-argument": string;
|
|
1244
|
+
"shared-comment": string;
|
|
972
1245
|
"shared-reply": string;
|
|
973
1246
|
user: {
|
|
974
|
-
|
|
1247
|
+
email: string;
|
|
1248
|
+
"email-confirmation": string;
|
|
975
1249
|
name: string;
|
|
976
|
-
"private-profile": string;
|
|
977
1250
|
};
|
|
978
1251
|
vote: string;
|
|
979
1252
|
vote_other: string;
|
|
980
|
-
"are-you-sure": string;
|
|
981
|
-
aria: {
|
|
982
|
-
"scroll-left": string;
|
|
983
|
-
"scroll-right": string;
|
|
984
|
-
};
|
|
985
1253
|
};
|
|
986
1254
|
readonly debate: {
|
|
987
|
-
"thank-you-for-vote": string;
|
|
988
|
-
"call-to-action": string;
|
|
989
|
-
"live-poll": string;
|
|
990
|
-
"load-more-debates": string;
|
|
991
|
-
viewed: string;
|
|
992
|
-
vote_one: string;
|
|
993
|
-
vote_other: string;
|
|
994
|
-
"no-debates": string;
|
|
995
|
-
"desc-header": string;
|
|
996
|
-
"your-vote-heading": string;
|
|
997
1255
|
"all-arguments": string;
|
|
998
|
-
"filter-by": string;
|
|
999
|
-
"back-to-debate": string;
|
|
1000
1256
|
"aria-labels": {
|
|
1001
|
-
"positive-sentiment": string;
|
|
1002
1257
|
"negative-sentiment": string;
|
|
1258
|
+
"positive-sentiment": string;
|
|
1003
1259
|
};
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
placeholders: {
|
|
1007
|
-
"new-commentary": string;
|
|
1008
|
-
};
|
|
1009
|
-
"no-arguments-yet": string;
|
|
1010
|
-
inactive: string;
|
|
1260
|
+
"back-to-debate": string;
|
|
1261
|
+
"call-to-action": string;
|
|
1011
1262
|
"current-debates": string;
|
|
1263
|
+
"desc-header": string;
|
|
1264
|
+
"filter-by": string;
|
|
1012
1265
|
filters: {
|
|
1013
|
-
ALL: {
|
|
1014
|
-
title: string;
|
|
1015
|
-
description: string;
|
|
1016
|
-
};
|
|
1017
1266
|
ACTIVE: {
|
|
1018
|
-
title: string;
|
|
1019
1267
|
description: string;
|
|
1020
|
-
};
|
|
1021
|
-
PUBLISHED_AT_DESC: {
|
|
1022
1268
|
title: string;
|
|
1269
|
+
};
|
|
1270
|
+
ALL: {
|
|
1023
1271
|
description: string;
|
|
1272
|
+
title: string;
|
|
1024
1273
|
};
|
|
1025
1274
|
PUBLISHED_AT_ASC: {
|
|
1275
|
+
description: string;
|
|
1026
1276
|
title: string;
|
|
1277
|
+
};
|
|
1278
|
+
PUBLISHED_AT_DESC: {
|
|
1027
1279
|
description: string;
|
|
1280
|
+
title: string;
|
|
1028
1281
|
};
|
|
1029
1282
|
};
|
|
1283
|
+
inactive: string;
|
|
1030
1284
|
labels: {
|
|
1031
1285
|
"filter-debates": string;
|
|
1032
1286
|
"sort-debates": string;
|
|
1033
1287
|
};
|
|
1288
|
+
"live-poll": string;
|
|
1289
|
+
"load-more-debates": string;
|
|
1290
|
+
"no-arguments-yet": string;
|
|
1291
|
+
"no-debates": string;
|
|
1292
|
+
option_one: string;
|
|
1293
|
+
option_other: string;
|
|
1294
|
+
placeholders: {
|
|
1295
|
+
"new-commentary": string;
|
|
1296
|
+
};
|
|
1297
|
+
"thank-you-for-vote": string;
|
|
1298
|
+
viewed: string;
|
|
1299
|
+
vote_one: string;
|
|
1300
|
+
vote_other: string;
|
|
1034
1301
|
voted: string;
|
|
1302
|
+
"your-vote-heading": string;
|
|
1035
1303
|
};
|
|
1036
1304
|
readonly discussions: {
|
|
1037
1305
|
alerts: {
|
|
1306
|
+
"bookmark-limit": {
|
|
1307
|
+
message: string;
|
|
1308
|
+
};
|
|
1038
1309
|
"featured-comments-only": {
|
|
1039
1310
|
message: string;
|
|
1040
1311
|
title_one: string;
|
|
1041
1312
|
title_other: string;
|
|
1042
1313
|
};
|
|
1043
|
-
"bookmark-limit": {
|
|
1044
|
-
message: string;
|
|
1045
|
-
};
|
|
1046
1314
|
"ignore-user-limit": {
|
|
1047
1315
|
message: string;
|
|
1048
1316
|
};
|
|
1317
|
+
"moderate-hint": {
|
|
1318
|
+
cta: string;
|
|
1319
|
+
description: string;
|
|
1320
|
+
};
|
|
1049
1321
|
"no-bookmarks": {
|
|
1050
1322
|
message: string;
|
|
1051
1323
|
title: string;
|
|
1052
1324
|
};
|
|
1053
|
-
"no-
|
|
1325
|
+
"no-comments": {
|
|
1054
1326
|
message: string;
|
|
1055
1327
|
title: string;
|
|
1056
1328
|
};
|
|
1057
|
-
"no-
|
|
1329
|
+
"no-ignored-users": {
|
|
1058
1330
|
message: string;
|
|
1059
1331
|
title: string;
|
|
1060
1332
|
};
|
|
1061
1333
|
};
|
|
1334
|
+
attachments: {
|
|
1335
|
+
"image-crop-hint": string;
|
|
1336
|
+
"image-invalid-aspect-ratio": string;
|
|
1337
|
+
"image-not-supported": string;
|
|
1338
|
+
"image-size-warning": string;
|
|
1339
|
+
"image-status": {
|
|
1340
|
+
expired: string;
|
|
1341
|
+
pending: string;
|
|
1342
|
+
};
|
|
1343
|
+
"image-too-large": string;
|
|
1344
|
+
};
|
|
1062
1345
|
"comment-as": string;
|
|
1063
1346
|
"commentary-actions": {
|
|
1064
1347
|
bookmark: {
|
|
1065
|
-
inactive: string;
|
|
1066
1348
|
active: string;
|
|
1067
1349
|
deletable: string;
|
|
1350
|
+
inactive: string;
|
|
1068
1351
|
};
|
|
1352
|
+
delete: string;
|
|
1353
|
+
edit: string;
|
|
1069
1354
|
ignore: {
|
|
1070
1355
|
action: string;
|
|
1071
|
-
title: string;
|
|
1072
1356
|
hint: string;
|
|
1073
1357
|
submitted: string;
|
|
1358
|
+
title: string;
|
|
1074
1359
|
};
|
|
1075
|
-
unignore: string;
|
|
1076
|
-
edit: string;
|
|
1077
|
-
delete: string;
|
|
1078
1360
|
moderate: string;
|
|
1361
|
+
reaction: {
|
|
1362
|
+
REACTION_AGREE: string;
|
|
1363
|
+
REACTION_AGREE_zero: string;
|
|
1364
|
+
REACTION_DISAGREE: string;
|
|
1365
|
+
REACTION_DISAGREE_zero: string;
|
|
1366
|
+
REACTION1: string;
|
|
1367
|
+
REACTION1_zero: string;
|
|
1368
|
+
REACTION2: string;
|
|
1369
|
+
REACTION2_zero: string;
|
|
1370
|
+
REACTION3: string;
|
|
1371
|
+
REACTION3_zero: string;
|
|
1372
|
+
};
|
|
1079
1373
|
reply: string;
|
|
1080
1374
|
report: {
|
|
1081
1375
|
action: string;
|
|
1082
|
-
|
|
1376
|
+
"contact-me-confirmation": string;
|
|
1377
|
+
dsa: {
|
|
1378
|
+
"main-category": {
|
|
1379
|
+
ANIMAL_WELFARE: string;
|
|
1380
|
+
CHILD_AND_YOUTH_PROTECTION: string;
|
|
1381
|
+
CONSUMER_INFORMATION_VIOLATIONS: string;
|
|
1382
|
+
CYBER_VIOLENCE: string;
|
|
1383
|
+
CYBER_VIOLENCE_AGAINST_WOMEN: string;
|
|
1384
|
+
DATA_PROTECTION_AND_PRIVACY_VIOLATIONS: string;
|
|
1385
|
+
DECEPTION_AND_OR_FRAUD: string;
|
|
1386
|
+
ILLEGAL_STATEMENTS_OR_HARMFUL_SPEECH: string;
|
|
1387
|
+
INTELLECTUAL_PROPERTY_VIOLATIONS: string;
|
|
1388
|
+
NEGATIVE_IMPACT_ON_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
1389
|
+
OTHER: string;
|
|
1390
|
+
SELF_HARM: string;
|
|
1391
|
+
THREAT_TO_PUBLIC_SAFETY: string;
|
|
1392
|
+
UNSAFE_NONCOMPLIANT_OR_PROHIBITED_PRODUCTS: string;
|
|
1393
|
+
VIOLENCE: string;
|
|
1394
|
+
};
|
|
1395
|
+
"report-target": {
|
|
1396
|
+
AUTHORITY: string;
|
|
1397
|
+
FLAGGER: string;
|
|
1398
|
+
PERSON: string;
|
|
1399
|
+
};
|
|
1400
|
+
"report-target-title": string;
|
|
1401
|
+
"select-main-category": string;
|
|
1402
|
+
"select-sub-category": string;
|
|
1403
|
+
"sub-category": {
|
|
1404
|
+
AGE_SPECIFIC_RESTRICTIONS_FOR_MINORS: string;
|
|
1405
|
+
ANIMAL_CRUELTY: string;
|
|
1406
|
+
BIOMETRIC_DATA_PROTECTION_VIOLATION: string;
|
|
1407
|
+
CONTENT_PROMOTING_EATING_DISORDERS: string;
|
|
1408
|
+
COPYRIGHT_VIOLATIONS: string;
|
|
1409
|
+
CYBER_HARASSMENT: string;
|
|
1410
|
+
CYBERBULLYING_AGAINST_WOMEN: string;
|
|
1411
|
+
CYBERSTALKING: string;
|
|
1412
|
+
CYBERSTALKING_AGAINST_WOMEN: string;
|
|
1413
|
+
DANGEROUS_CHALLENGES: string;
|
|
1414
|
+
DATA_FALSIFICATION: string;
|
|
1415
|
+
DEFAMATION: string;
|
|
1416
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
|
|
1417
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
|
|
1418
|
+
DESIGN_RIGHTS_VIOLATIONS: string;
|
|
1419
|
+
DISCRIMINATION: string;
|
|
1420
|
+
FAKE_ACCOUNTS: string;
|
|
1421
|
+
FAKE_LISTINGS: string;
|
|
1422
|
+
FAKE_USER_REVIEWS: string;
|
|
1423
|
+
GENDER_SPECIFIC_DISINFORMATION: string;
|
|
1424
|
+
GENERAL_CALLS_OR_INCITEMENT_TO_VIOLENCE_AND_OR_HATRED: string;
|
|
1425
|
+
GEOGRAPHICAL_INDICATIONS_VIOLATIONS: string;
|
|
1426
|
+
GROOMING_OF_MINORS: string;
|
|
1427
|
+
HIDDEN_ADVERTISING_OR_COMMERCIAL_COMMUNICATION: string;
|
|
1428
|
+
HUMAN_EXPLOITATION: string;
|
|
1429
|
+
HUMAN_TRAFFICKING: string;
|
|
1430
|
+
IDENTITY_FRAUD_OR_ACCOUNT_TAKEOVER: string;
|
|
1431
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_AGAINST_WOMEN: string;
|
|
1432
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_BASED_ON_PROTECTED_CHARACTERISTICS: string;
|
|
1433
|
+
ILLEGAL_ORGANIZATIONS: string;
|
|
1434
|
+
ILLEGAL_SALE_OF_ANIMALS: string;
|
|
1435
|
+
INCITEMENT_TO_VIOLENCE: string;
|
|
1436
|
+
INCITEMENT_TO_VIOLENCE_OR_HATRED_ONLINE: string;
|
|
1437
|
+
INSUFFICIENT_INFORMATION_ABOUT_TRADERS: string;
|
|
1438
|
+
MISINFORMATION_DISINFORMATION_AND_FOREIGN_INFORMATION_MANIPULATION: string;
|
|
1439
|
+
MISLEADING_INFORMATION_ABOUT_CONSUMER_RIGHTS: string;
|
|
1440
|
+
MISLEADING_INFORMATION_ABOUT_GOODS_AND_SERVICES: string;
|
|
1441
|
+
MISSING_BASIS_FOR_DATA_PROCESSING: string;
|
|
1442
|
+
NON_COMPLIANCE_WITH_PRICING_REGULATIONS: string;
|
|
1443
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL: string;
|
|
1444
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL_AGAINST_WOMEN: string;
|
|
1445
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL: string;
|
|
1446
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
|
|
1447
|
+
ONLINE_BULLYING_AND_INTIMIDATION: string;
|
|
1448
|
+
ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
|
|
1449
|
+
OTHER: string;
|
|
1450
|
+
PATENT_VIOLATIONS: string;
|
|
1451
|
+
PHISHING: string;
|
|
1452
|
+
PROHIBITED_OR_RESTRICTED_PRODUCTS: string;
|
|
1453
|
+
PYRAMID_SCHEMES: string;
|
|
1454
|
+
RIGHT_TO_BE_FORGOTTEN: string;
|
|
1455
|
+
RISK_OF_ENVIRONMENTAL_DAMAGE: string;
|
|
1456
|
+
RISK_TO_PUBLIC_HEALTH: string;
|
|
1457
|
+
SELF_MUTILATION: string;
|
|
1458
|
+
SUICIDE: string;
|
|
1459
|
+
TERRORIST_CONTENT: string;
|
|
1460
|
+
TRADE_SECRET_VIOLATIONS: string;
|
|
1461
|
+
TRADEMARK_VIOLATIONS: string;
|
|
1462
|
+
TRAFFICKING_OF_WOMEN_AND_GIRLS: string;
|
|
1463
|
+
UNSAFE_OR_NONCOMPLIANT_PRODUCTS: string;
|
|
1464
|
+
VIOLATION_OF_EU_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
1465
|
+
VIOLATION_OF_NATIONAL_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
1466
|
+
};
|
|
1467
|
+
};
|
|
1468
|
+
"dsa-confirmation": string;
|
|
1083
1469
|
"justification-description": string;
|
|
1084
1470
|
reasons: {
|
|
1085
|
-
|
|
1086
|
-
SPAM: string;
|
|
1087
|
-
TOXIC: string;
|
|
1471
|
+
BEHAVIOUR: string;
|
|
1088
1472
|
BULLY: string;
|
|
1473
|
+
FAKE: string;
|
|
1089
1474
|
HATE: string;
|
|
1090
|
-
|
|
1091
|
-
|
|
1475
|
+
LEGAL: string;
|
|
1476
|
+
OTHER: string;
|
|
1092
1477
|
PRIVACY: string;
|
|
1093
|
-
|
|
1478
|
+
SEXUAL: string;
|
|
1479
|
+
SPAM: string;
|
|
1094
1480
|
TERMS: string;
|
|
1095
|
-
|
|
1481
|
+
TOXIC: string;
|
|
1096
1482
|
USERNAME: string;
|
|
1097
|
-
|
|
1483
|
+
VIOLENCE: string;
|
|
1098
1484
|
};
|
|
1099
1485
|
submitted: string;
|
|
1100
|
-
|
|
1101
|
-
reaction: {
|
|
1102
|
-
REACTION1: string;
|
|
1103
|
-
REACTION1_zero: string;
|
|
1104
|
-
REACTION2: string;
|
|
1105
|
-
REACTION2_zero: string;
|
|
1106
|
-
REACTION3: string;
|
|
1107
|
-
REACTION3_zero: string;
|
|
1486
|
+
title: string;
|
|
1108
1487
|
};
|
|
1109
1488
|
share: string;
|
|
1489
|
+
unignore: string;
|
|
1110
1490
|
};
|
|
1111
1491
|
"commentary-not-available": string;
|
|
1112
1492
|
feedback: string;
|
|
@@ -1121,36 +1501,34 @@ declare const resources: {
|
|
|
1121
1501
|
header: string;
|
|
1122
1502
|
title: string;
|
|
1123
1503
|
};
|
|
1124
|
-
|
|
1504
|
+
LIST: {
|
|
1125
1505
|
description: string;
|
|
1126
|
-
header: string;
|
|
1127
1506
|
title: string;
|
|
1128
1507
|
};
|
|
1129
|
-
|
|
1508
|
+
POPULARITY_DESC: {
|
|
1130
1509
|
description: string;
|
|
1510
|
+
header: string;
|
|
1131
1511
|
title: string;
|
|
1132
1512
|
};
|
|
1513
|
+
sort: string;
|
|
1133
1514
|
THREAD: {
|
|
1134
1515
|
description: string;
|
|
1135
1516
|
title: string;
|
|
1136
1517
|
};
|
|
1137
|
-
sort: string;
|
|
1138
1518
|
};
|
|
1139
1519
|
labels: {
|
|
1140
|
-
"sort-comments": string;
|
|
1141
|
-
"view-structure": string;
|
|
1142
1520
|
"author-badge": string;
|
|
1143
1521
|
"comment-list": string;
|
|
1144
1522
|
"commentary-actions": string;
|
|
1523
|
+
"sort-comments": string;
|
|
1524
|
+
"view-structure": string;
|
|
1145
1525
|
};
|
|
1146
1526
|
"new-commentary": string;
|
|
1147
1527
|
"new-commentary_other": string;
|
|
1148
|
-
"no-more-comments": string;
|
|
1149
1528
|
"no-comments-yet": string;
|
|
1529
|
+
"no-more-comments": string;
|
|
1150
1530
|
"no-recent-comments": string;
|
|
1151
1531
|
"onboarding-username-change": string;
|
|
1152
|
-
"username-change-blocked": string;
|
|
1153
|
-
"username-change-confirm": string;
|
|
1154
1532
|
placeholders: {
|
|
1155
1533
|
"new-commentary": string;
|
|
1156
1534
|
"new-reply": string;
|
|
@@ -1162,9 +1540,12 @@ declare const resources: {
|
|
|
1162
1540
|
"text-editor": {
|
|
1163
1541
|
bold: string;
|
|
1164
1542
|
emojis: string;
|
|
1543
|
+
image: string;
|
|
1165
1544
|
italic: string;
|
|
1166
1545
|
underline: string;
|
|
1167
1546
|
};
|
|
1547
|
+
"username-change-blocked": string;
|
|
1548
|
+
"username-change-confirm": string;
|
|
1168
1549
|
"view-mode": string;
|
|
1169
1550
|
"view-modes": {
|
|
1170
1551
|
"all-comments": string;
|
|
@@ -1179,58 +1560,64 @@ declare const resources: {
|
|
|
1179
1560
|
"back-to-discussion": string;
|
|
1180
1561
|
data: {
|
|
1181
1562
|
nav: string;
|
|
1182
|
-
title: string;
|
|
1183
1563
|
tabs: {
|
|
1184
|
-
comments: string;
|
|
1185
1564
|
bookmarks: string;
|
|
1565
|
+
comments: string;
|
|
1186
1566
|
"ignored-users": string;
|
|
1187
1567
|
};
|
|
1568
|
+
title: string;
|
|
1188
1569
|
};
|
|
1189
1570
|
settings: {
|
|
1190
1571
|
nav: string;
|
|
1191
|
-
title: string;
|
|
1192
1572
|
tabs: {
|
|
1193
1573
|
account: string;
|
|
1194
1574
|
};
|
|
1575
|
+
title: string;
|
|
1195
1576
|
};
|
|
1196
1577
|
};
|
|
1197
1578
|
};
|
|
1198
1579
|
};
|
|
1199
1580
|
readonly emojis: {
|
|
1200
1581
|
categories: {
|
|
1201
|
-
people: string;
|
|
1202
|
-
nature: string;
|
|
1203
|
-
foods: string;
|
|
1204
1582
|
activity: string;
|
|
1205
|
-
|
|
1583
|
+
flags: string;
|
|
1584
|
+
foods: string;
|
|
1585
|
+
nature: string;
|
|
1206
1586
|
objects: string;
|
|
1587
|
+
people: string;
|
|
1588
|
+
places: string;
|
|
1207
1589
|
symbols: string;
|
|
1208
|
-
flags: string;
|
|
1209
1590
|
};
|
|
1210
1591
|
choose: string;
|
|
1211
1592
|
"recently-used": string;
|
|
1212
1593
|
search: string;
|
|
1213
1594
|
};
|
|
1214
1595
|
readonly errors: {
|
|
1215
|
-
inline: {
|
|
1216
|
-
"write-comment": string;
|
|
1217
|
-
};
|
|
1218
|
-
"report-commentary": string;
|
|
1219
1596
|
api: {
|
|
1220
|
-
EGY_USERNAME_NOT_EDITABLE: string;
|
|
1221
|
-
EGY_USERNAME_LOCKED: string;
|
|
1222
|
-
EGY_USERNAME_INVALID: string;
|
|
1223
1597
|
EGY_USERNAME_DUPLICATE: string;
|
|
1598
|
+
EGY_USERNAME_INVALID: string;
|
|
1599
|
+
EGY_USERNAME_LOCKED: string;
|
|
1600
|
+
EGY_USERNAME_NOT_EDITABLE: string;
|
|
1224
1601
|
EGY_USERNAME_PRESCRIBED: string;
|
|
1225
1602
|
};
|
|
1603
|
+
inline: {
|
|
1604
|
+
"write-comment": string;
|
|
1605
|
+
};
|
|
1606
|
+
"report-commentary": string;
|
|
1226
1607
|
};
|
|
1227
1608
|
readonly features: {
|
|
1228
1609
|
COMMENT: {
|
|
1229
1610
|
"call-to-action": string;
|
|
1230
1611
|
};
|
|
1612
|
+
COMMENTARY_IMAGE_UPLOAD: {
|
|
1613
|
+
"call-to-action": string;
|
|
1614
|
+
};
|
|
1231
1615
|
COMMENTARY_READ: {
|
|
1232
1616
|
"call-to-action": string;
|
|
1233
1617
|
};
|
|
1618
|
+
IGNORE: {
|
|
1619
|
+
"call-to-action": string;
|
|
1620
|
+
};
|
|
1234
1621
|
INSTANT_CONTEXT: {
|
|
1235
1622
|
"call-to-action": string;
|
|
1236
1623
|
};
|
|
@@ -1255,8 +1642,14 @@ declare const resources: {
|
|
|
1255
1642
|
SHARE: {
|
|
1256
1643
|
"call-to-action": string;
|
|
1257
1644
|
};
|
|
1258
|
-
|
|
1259
|
-
|
|
1645
|
+
};
|
|
1646
|
+
readonly forms: {
|
|
1647
|
+
validation: {
|
|
1648
|
+
"checkbox-required": string;
|
|
1649
|
+
"email-invalid": string;
|
|
1650
|
+
"email-no-match": string;
|
|
1651
|
+
"min-length": string;
|
|
1652
|
+
required: string;
|
|
1260
1653
|
};
|
|
1261
1654
|
};
|
|
1262
1655
|
readonly interpolation: {
|
|
@@ -1265,14 +1658,16 @@ declare const resources: {
|
|
|
1265
1658
|
comments: string;
|
|
1266
1659
|
conversation: string;
|
|
1267
1660
|
conversations: string;
|
|
1268
|
-
discussion: string;
|
|
1269
|
-
discussions: string;
|
|
1270
1661
|
debate: string;
|
|
1271
1662
|
debates: string;
|
|
1663
|
+
discussion: string;
|
|
1664
|
+
discussions: string;
|
|
1272
1665
|
list: string;
|
|
1273
1666
|
lists: string;
|
|
1274
1667
|
message: string;
|
|
1275
1668
|
messages: string;
|
|
1669
|
+
participation: string;
|
|
1670
|
+
participations: string;
|
|
1276
1671
|
poll: string;
|
|
1277
1672
|
polls: string;
|
|
1278
1673
|
replies: string;
|
|
@@ -1282,13 +1677,11 @@ declare const resources: {
|
|
|
1282
1677
|
threads: string;
|
|
1283
1678
|
vote: string;
|
|
1284
1679
|
votes: string;
|
|
1285
|
-
participation: string;
|
|
1286
|
-
participations: string;
|
|
1287
1680
|
};
|
|
1288
1681
|
readonly messages: {
|
|
1289
1682
|
"debate-closed": string;
|
|
1290
|
-
"debate-global-closed": string;
|
|
1291
1683
|
"debate-finished": string;
|
|
1684
|
+
"debate-global-closed": string;
|
|
1292
1685
|
"debate-preamble": string;
|
|
1293
1686
|
"discussion-closed": string;
|
|
1294
1687
|
"discussion-global-closed": string;
|
|
@@ -1296,50 +1689,50 @@ declare const resources: {
|
|
|
1296
1689
|
"discussion-preamble": string;
|
|
1297
1690
|
"log-in-to-comment": string;
|
|
1298
1691
|
"log-in-to-view-user": string;
|
|
1299
|
-
"user-sanction-block-until": string;
|
|
1300
|
-
"user-sanction-block": string;
|
|
1301
|
-
"user-sanction-warn": string;
|
|
1302
|
-
"username-change": string;
|
|
1303
|
-
"username-change-prescribed": string;
|
|
1304
1692
|
"login-errors": {
|
|
1305
1693
|
assertion_failed: {
|
|
1306
1694
|
NEEDS_VERIFIED_EMAIL: string;
|
|
1307
1695
|
};
|
|
1308
1696
|
};
|
|
1697
|
+
"user-sanction-block": string;
|
|
1698
|
+
"user-sanction-block-until": string;
|
|
1699
|
+
"user-sanction-warn": string;
|
|
1700
|
+
"username-change": string;
|
|
1701
|
+
"username-change-prescribed": string;
|
|
1309
1702
|
"vote-to-debate": string;
|
|
1310
1703
|
};
|
|
1311
1704
|
readonly poll: {
|
|
1312
|
-
"thank-you-for-vote": string;
|
|
1313
1705
|
"call-to-action": string;
|
|
1314
1706
|
"live-poll": string;
|
|
1707
|
+
"thank-you-for-vote": string;
|
|
1315
1708
|
viewed: string;
|
|
1316
1709
|
vote_one: string;
|
|
1317
1710
|
vote_other: string;
|
|
1318
1711
|
};
|
|
1319
1712
|
readonly quiz: {
|
|
1320
|
-
"start-quiz": string;
|
|
1321
|
-
"submit-choice": string;
|
|
1322
|
-
"show-summary": string;
|
|
1323
|
-
"next-question": string;
|
|
1324
|
-
progress: string;
|
|
1325
|
-
"result-msg": string;
|
|
1326
1713
|
"call-to-action": string;
|
|
1327
|
-
|
|
1714
|
+
"next-question": string;
|
|
1328
1715
|
participation_one: string;
|
|
1329
1716
|
participation_other: string;
|
|
1717
|
+
progress: string;
|
|
1330
1718
|
reparticipate: string;
|
|
1719
|
+
"result-msg": string;
|
|
1720
|
+
"show-summary": string;
|
|
1721
|
+
"start-quiz": string;
|
|
1722
|
+
"submit-choice": string;
|
|
1723
|
+
viewed: string;
|
|
1331
1724
|
};
|
|
1332
1725
|
readonly user: {
|
|
1333
1726
|
alerts: {
|
|
1334
1727
|
"bookmark-limit": {
|
|
1335
1728
|
message: string;
|
|
1336
1729
|
};
|
|
1337
|
-
"
|
|
1730
|
+
"ignore-user-limit": {
|
|
1338
1731
|
message: string;
|
|
1339
|
-
title: string;
|
|
1340
1732
|
};
|
|
1341
|
-
"
|
|
1733
|
+
"no-bookmarks": {
|
|
1342
1734
|
message: string;
|
|
1735
|
+
title: string;
|
|
1343
1736
|
};
|
|
1344
1737
|
"no-ignored-users": {
|
|
1345
1738
|
message: string;
|
|
@@ -1352,10 +1745,9 @@ declare const resources: {
|
|
|
1352
1745
|
views: {
|
|
1353
1746
|
me: {
|
|
1354
1747
|
nav: string;
|
|
1355
|
-
title: string;
|
|
1356
1748
|
tabs: {
|
|
1357
|
-
comments: string;
|
|
1358
1749
|
bookmarks: string;
|
|
1750
|
+
comments: string;
|
|
1359
1751
|
"ignored-users": string;
|
|
1360
1752
|
settings: {
|
|
1361
1753
|
nav: string;
|
|
@@ -1365,6 +1757,7 @@ declare const resources: {
|
|
|
1365
1757
|
};
|
|
1366
1758
|
};
|
|
1367
1759
|
};
|
|
1760
|
+
title: string;
|
|
1368
1761
|
};
|
|
1369
1762
|
};
|
|
1370
1763
|
};
|
|
@@ -1383,25 +1776,36 @@ declare const resources: {
|
|
|
1383
1776
|
};
|
|
1384
1777
|
actions: {
|
|
1385
1778
|
cancel: string;
|
|
1779
|
+
"click-or-drop-image": string;
|
|
1386
1780
|
close: string;
|
|
1387
|
-
continue: string;
|
|
1388
1781
|
confirm: string;
|
|
1389
|
-
|
|
1782
|
+
continue: string;
|
|
1783
|
+
discard: string;
|
|
1784
|
+
edit: string;
|
|
1390
1785
|
"go-to-discussion": string;
|
|
1391
1786
|
na: string;
|
|
1787
|
+
next: string;
|
|
1788
|
+
ok: string;
|
|
1789
|
+
"open-discussion": string;
|
|
1392
1790
|
save: string;
|
|
1393
|
-
edit: string;
|
|
1394
1791
|
send: string;
|
|
1395
1792
|
"show-all-comments": string;
|
|
1396
1793
|
view: string;
|
|
1397
1794
|
};
|
|
1398
1795
|
and: string;
|
|
1796
|
+
"are-you-sure": string;
|
|
1797
|
+
aria: {
|
|
1798
|
+
"scroll-left": string;
|
|
1799
|
+
"scroll-right": string;
|
|
1800
|
+
};
|
|
1801
|
+
category: string;
|
|
1399
1802
|
comment: string;
|
|
1400
|
-
"comment-in-thread": string;
|
|
1401
1803
|
comment_other: string;
|
|
1804
|
+
"comment-in-thread": string;
|
|
1402
1805
|
commentary: string;
|
|
1403
1806
|
commentary_other: string;
|
|
1404
1807
|
confirm: string;
|
|
1808
|
+
"contact-details": string;
|
|
1405
1809
|
"copy-to-clipboard": string;
|
|
1406
1810
|
"date-and-time": string;
|
|
1407
1811
|
edited: string;
|
|
@@ -1410,8 +1814,8 @@ declare const resources: {
|
|
|
1410
1814
|
"load-more": string;
|
|
1411
1815
|
"load-more-comments": string;
|
|
1412
1816
|
"load-newer-comments": string;
|
|
1413
|
-
"load-older-comments": string;
|
|
1414
1817
|
"load-newer-replies": string;
|
|
1818
|
+
"load-older-comments": string;
|
|
1415
1819
|
"load-older-replies": string;
|
|
1416
1820
|
logout: string;
|
|
1417
1821
|
"logout-hint": string;
|
|
@@ -1422,146 +1826,253 @@ declare const resources: {
|
|
|
1422
1826
|
"reply-count_other": string;
|
|
1423
1827
|
session: string;
|
|
1424
1828
|
share: string;
|
|
1425
|
-
"shared-comment": string;
|
|
1426
1829
|
"shared-argument": string;
|
|
1830
|
+
"shared-comment": string;
|
|
1427
1831
|
"shared-reply": string;
|
|
1428
1832
|
user: {
|
|
1429
|
-
|
|
1833
|
+
email: string;
|
|
1834
|
+
"email-confirmation": string;
|
|
1430
1835
|
name: string;
|
|
1431
|
-
"private-profile": string;
|
|
1432
1836
|
};
|
|
1433
1837
|
vote: string;
|
|
1434
1838
|
vote_other: string;
|
|
1435
|
-
"are-you-sure": string;
|
|
1436
|
-
aria: {
|
|
1437
|
-
"scroll-left": string;
|
|
1438
|
-
"scroll-right": string;
|
|
1439
|
-
};
|
|
1440
1839
|
};
|
|
1441
1840
|
readonly debate: {
|
|
1442
|
-
"thank-you-for-vote": string;
|
|
1443
|
-
"call-to-action": string;
|
|
1444
|
-
"live-poll": string;
|
|
1445
|
-
"load-more-debates": string;
|
|
1446
|
-
viewed: string;
|
|
1447
|
-
vote_one: string;
|
|
1448
|
-
vote_other: string;
|
|
1449
|
-
"no-debates": string;
|
|
1450
|
-
"desc-header": string;
|
|
1451
|
-
"your-vote-heading": string;
|
|
1452
1841
|
"all-arguments": string;
|
|
1453
|
-
"filter-by": string;
|
|
1454
|
-
"back-to-debate": string;
|
|
1455
1842
|
"aria-labels": {
|
|
1456
|
-
"positive-sentiment": string;
|
|
1457
1843
|
"negative-sentiment": string;
|
|
1844
|
+
"positive-sentiment": string;
|
|
1458
1845
|
};
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
placeholders: {
|
|
1462
|
-
"new-commentary": string;
|
|
1463
|
-
};
|
|
1464
|
-
"no-arguments-yet": string;
|
|
1465
|
-
inactive: string;
|
|
1846
|
+
"back-to-debate": string;
|
|
1847
|
+
"call-to-action": string;
|
|
1466
1848
|
"current-debates": string;
|
|
1849
|
+
"desc-header": string;
|
|
1850
|
+
"filter-by": string;
|
|
1467
1851
|
filters: {
|
|
1468
|
-
ALL: {
|
|
1469
|
-
title: string;
|
|
1470
|
-
description: string;
|
|
1471
|
-
};
|
|
1472
1852
|
ACTIVE: {
|
|
1473
|
-
title: string;
|
|
1474
1853
|
description: string;
|
|
1475
|
-
};
|
|
1476
|
-
PUBLISHED_AT_DESC: {
|
|
1477
1854
|
title: string;
|
|
1855
|
+
};
|
|
1856
|
+
ALL: {
|
|
1478
1857
|
description: string;
|
|
1858
|
+
title: string;
|
|
1479
1859
|
};
|
|
1480
1860
|
PUBLISHED_AT_ASC: {
|
|
1861
|
+
description: string;
|
|
1481
1862
|
title: string;
|
|
1863
|
+
};
|
|
1864
|
+
PUBLISHED_AT_DESC: {
|
|
1482
1865
|
description: string;
|
|
1866
|
+
title: string;
|
|
1483
1867
|
};
|
|
1484
1868
|
};
|
|
1869
|
+
inactive: string;
|
|
1485
1870
|
labels: {
|
|
1486
1871
|
"filter-debates": string;
|
|
1487
1872
|
"sort-debates": string;
|
|
1488
1873
|
};
|
|
1874
|
+
"live-poll": string;
|
|
1875
|
+
"load-more-debates": string;
|
|
1876
|
+
"no-arguments-yet": string;
|
|
1877
|
+
"no-debates": string;
|
|
1878
|
+
option_one: string;
|
|
1879
|
+
option_other: string;
|
|
1880
|
+
placeholders: {
|
|
1881
|
+
"new-commentary": string;
|
|
1882
|
+
};
|
|
1883
|
+
"thank-you-for-vote": string;
|
|
1884
|
+
viewed: string;
|
|
1885
|
+
vote_one: string;
|
|
1886
|
+
vote_other: string;
|
|
1489
1887
|
voted: string;
|
|
1888
|
+
"your-vote-heading": string;
|
|
1490
1889
|
};
|
|
1491
1890
|
readonly discussions: {
|
|
1492
1891
|
alerts: {
|
|
1892
|
+
"bookmark-limit": {
|
|
1893
|
+
message: string;
|
|
1894
|
+
};
|
|
1493
1895
|
"featured-comments-only": {
|
|
1494
1896
|
message: string;
|
|
1495
1897
|
title_one: string;
|
|
1496
1898
|
title_other: string;
|
|
1497
1899
|
};
|
|
1498
|
-
"bookmark-limit": {
|
|
1499
|
-
message: string;
|
|
1500
|
-
};
|
|
1501
1900
|
"ignore-user-limit": {
|
|
1502
1901
|
message: string;
|
|
1503
1902
|
};
|
|
1903
|
+
"moderate-hint": {
|
|
1904
|
+
cta: string;
|
|
1905
|
+
description: string;
|
|
1906
|
+
};
|
|
1504
1907
|
"no-bookmarks": {
|
|
1505
1908
|
message: string;
|
|
1506
1909
|
title: string;
|
|
1507
1910
|
};
|
|
1508
|
-
"no-
|
|
1911
|
+
"no-comments": {
|
|
1509
1912
|
message: string;
|
|
1510
1913
|
title: string;
|
|
1511
1914
|
};
|
|
1512
|
-
"no-
|
|
1915
|
+
"no-ignored-users": {
|
|
1513
1916
|
message: string;
|
|
1514
1917
|
title: string;
|
|
1515
1918
|
};
|
|
1516
1919
|
};
|
|
1920
|
+
attachments: {
|
|
1921
|
+
"image-crop-hint": string;
|
|
1922
|
+
"image-invalid-aspect-ratio": string;
|
|
1923
|
+
"image-not-supported": string;
|
|
1924
|
+
"image-size-warning": string;
|
|
1925
|
+
"image-status": {
|
|
1926
|
+
expired: string;
|
|
1927
|
+
pending: string;
|
|
1928
|
+
};
|
|
1929
|
+
"image-too-large": string;
|
|
1930
|
+
};
|
|
1517
1931
|
"comment-as": string;
|
|
1518
1932
|
"commentary-actions": {
|
|
1519
1933
|
bookmark: {
|
|
1520
|
-
inactive: string;
|
|
1521
1934
|
active: string;
|
|
1522
1935
|
deletable: string;
|
|
1936
|
+
inactive: string;
|
|
1523
1937
|
};
|
|
1938
|
+
delete: string;
|
|
1939
|
+
edit: string;
|
|
1524
1940
|
ignore: {
|
|
1525
1941
|
action: string;
|
|
1526
|
-
title: string;
|
|
1527
1942
|
hint: string;
|
|
1528
1943
|
submitted: string;
|
|
1944
|
+
title: string;
|
|
1529
1945
|
};
|
|
1530
|
-
unignore: string;
|
|
1531
|
-
edit: string;
|
|
1532
|
-
delete: string;
|
|
1533
1946
|
moderate: string;
|
|
1947
|
+
reaction: {
|
|
1948
|
+
REACTION_AGREE: string;
|
|
1949
|
+
REACTION_AGREE_zero: string;
|
|
1950
|
+
REACTION_DISAGREE: string;
|
|
1951
|
+
REACTION_DISAGREE_zero: string;
|
|
1952
|
+
REACTION1: string;
|
|
1953
|
+
REACTION1_zero: string;
|
|
1954
|
+
REACTION2: string;
|
|
1955
|
+
REACTION2_zero: string;
|
|
1956
|
+
REACTION3: string;
|
|
1957
|
+
REACTION3_zero: string;
|
|
1958
|
+
};
|
|
1534
1959
|
reply: string;
|
|
1535
1960
|
report: {
|
|
1536
1961
|
action: string;
|
|
1537
|
-
|
|
1962
|
+
"contact-me-confirmation": string;
|
|
1963
|
+
dsa: {
|
|
1964
|
+
"main-category": {
|
|
1965
|
+
ANIMAL_WELFARE: string;
|
|
1966
|
+
CHILD_AND_YOUTH_PROTECTION: string;
|
|
1967
|
+
CONSUMER_INFORMATION_VIOLATIONS: string;
|
|
1968
|
+
CYBER_VIOLENCE: string;
|
|
1969
|
+
CYBER_VIOLENCE_AGAINST_WOMEN: string;
|
|
1970
|
+
DATA_PROTECTION_AND_PRIVACY_VIOLATIONS: string;
|
|
1971
|
+
DECEPTION_AND_OR_FRAUD: string;
|
|
1972
|
+
ILLEGAL_STATEMENTS_OR_HARMFUL_SPEECH: string;
|
|
1973
|
+
INTELLECTUAL_PROPERTY_VIOLATIONS: string;
|
|
1974
|
+
NEGATIVE_IMPACT_ON_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
1975
|
+
OTHER: string;
|
|
1976
|
+
SELF_HARM: string;
|
|
1977
|
+
THREAT_TO_PUBLIC_SAFETY: string;
|
|
1978
|
+
UNSAFE_NONCOMPLIANT_OR_PROHIBITED_PRODUCTS: string;
|
|
1979
|
+
VIOLENCE: string;
|
|
1980
|
+
};
|
|
1981
|
+
"report-target": {
|
|
1982
|
+
AUTHORITY: string;
|
|
1983
|
+
FLAGGER: string;
|
|
1984
|
+
PERSON: string;
|
|
1985
|
+
};
|
|
1986
|
+
"report-target-title": string;
|
|
1987
|
+
"select-main-category": string;
|
|
1988
|
+
"select-sub-category": string;
|
|
1989
|
+
"sub-category": {
|
|
1990
|
+
AGE_SPECIFIC_RESTRICTIONS_FOR_MINORS: string;
|
|
1991
|
+
ANIMAL_CRUELTY: string;
|
|
1992
|
+
BIOMETRIC_DATA_PROTECTION_VIOLATION: string;
|
|
1993
|
+
CONTENT_PROMOTING_EATING_DISORDERS: string;
|
|
1994
|
+
COPYRIGHT_VIOLATIONS: string;
|
|
1995
|
+
CYBER_HARASSMENT: string;
|
|
1996
|
+
CYBERBULLYING_AGAINST_WOMEN: string;
|
|
1997
|
+
CYBERSTALKING: string;
|
|
1998
|
+
CYBERSTALKING_AGAINST_WOMEN: string;
|
|
1999
|
+
DANGEROUS_CHALLENGES: string;
|
|
2000
|
+
DATA_FALSIFICATION: string;
|
|
2001
|
+
DEFAMATION: string;
|
|
2002
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE: string;
|
|
2003
|
+
DEPICTIONS_OF_CHILD_SEXUAL_ABUSE_DEEPFAKE: string;
|
|
2004
|
+
DESIGN_RIGHTS_VIOLATIONS: string;
|
|
2005
|
+
DISCRIMINATION: string;
|
|
2006
|
+
FAKE_ACCOUNTS: string;
|
|
2007
|
+
FAKE_LISTINGS: string;
|
|
2008
|
+
FAKE_USER_REVIEWS: string;
|
|
2009
|
+
GENDER_SPECIFIC_DISINFORMATION: string;
|
|
2010
|
+
GENERAL_CALLS_OR_INCITEMENT_TO_VIOLENCE_AND_OR_HATRED: string;
|
|
2011
|
+
GEOGRAPHICAL_INDICATIONS_VIOLATIONS: string;
|
|
2012
|
+
GROOMING_OF_MINORS: string;
|
|
2013
|
+
HIDDEN_ADVERTISING_OR_COMMERCIAL_COMMUNICATION: string;
|
|
2014
|
+
HUMAN_EXPLOITATION: string;
|
|
2015
|
+
HUMAN_TRAFFICKING: string;
|
|
2016
|
+
IDENTITY_FRAUD_OR_ACCOUNT_TAKEOVER: string;
|
|
2017
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_AGAINST_WOMEN: string;
|
|
2018
|
+
ILLEGAL_INCITEMENT_TO_VIOLENCE_AND_HATRED_BASED_ON_PROTECTED_CHARACTERISTICS: string;
|
|
2019
|
+
ILLEGAL_ORGANIZATIONS: string;
|
|
2020
|
+
ILLEGAL_SALE_OF_ANIMALS: string;
|
|
2021
|
+
INCITEMENT_TO_VIOLENCE: string;
|
|
2022
|
+
INCITEMENT_TO_VIOLENCE_OR_HATRED_ONLINE: string;
|
|
2023
|
+
INSUFFICIENT_INFORMATION_ABOUT_TRADERS: string;
|
|
2024
|
+
MISINFORMATION_DISINFORMATION_AND_FOREIGN_INFORMATION_MANIPULATION: string;
|
|
2025
|
+
MISLEADING_INFORMATION_ABOUT_CONSUMER_RIGHTS: string;
|
|
2026
|
+
MISLEADING_INFORMATION_ABOUT_GOODS_AND_SERVICES: string;
|
|
2027
|
+
MISSING_BASIS_FOR_DATA_PROCESSING: string;
|
|
2028
|
+
NON_COMPLIANCE_WITH_PRICING_REGULATIONS: string;
|
|
2029
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL: string;
|
|
2030
|
+
NON_CONSENSUAL_SHARING_OF_DEEPFAKE_MATERIAL_AGAINST_WOMEN: string;
|
|
2031
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL: string;
|
|
2032
|
+
NON_CONSENSUAL_SHARING_OF_INTIMATE_MATERIAL_AGAINST_WOMEN: string;
|
|
2033
|
+
ONLINE_BULLYING_AND_INTIMIDATION: string;
|
|
2034
|
+
ONLINE_BULLYING_AND_INTIMIDATION_OF_GIRLS: string;
|
|
2035
|
+
OTHER: string;
|
|
2036
|
+
PATENT_VIOLATIONS: string;
|
|
2037
|
+
PHISHING: string;
|
|
2038
|
+
PROHIBITED_OR_RESTRICTED_PRODUCTS: string;
|
|
2039
|
+
PYRAMID_SCHEMES: string;
|
|
2040
|
+
RIGHT_TO_BE_FORGOTTEN: string;
|
|
2041
|
+
RISK_OF_ENVIRONMENTAL_DAMAGE: string;
|
|
2042
|
+
RISK_TO_PUBLIC_HEALTH: string;
|
|
2043
|
+
SELF_MUTILATION: string;
|
|
2044
|
+
SUICIDE: string;
|
|
2045
|
+
TERRORIST_CONTENT: string;
|
|
2046
|
+
TRADE_SECRET_VIOLATIONS: string;
|
|
2047
|
+
TRADEMARK_VIOLATIONS: string;
|
|
2048
|
+
TRAFFICKING_OF_WOMEN_AND_GIRLS: string;
|
|
2049
|
+
UNSAFE_OR_NONCOMPLIANT_PRODUCTS: string;
|
|
2050
|
+
VIOLATION_OF_EU_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
2051
|
+
VIOLATION_OF_NATIONAL_LAW_REGARDING_PUBLIC_DISCOURSE_OR_ELECTIONS: string;
|
|
2052
|
+
};
|
|
2053
|
+
};
|
|
2054
|
+
"dsa-confirmation": string;
|
|
1538
2055
|
"justification-description": string;
|
|
1539
2056
|
reasons: {
|
|
1540
|
-
|
|
1541
|
-
SPAM: string;
|
|
1542
|
-
TOXIC: string;
|
|
2057
|
+
BEHAVIOUR: string;
|
|
1543
2058
|
BULLY: string;
|
|
2059
|
+
FAKE: string;
|
|
1544
2060
|
HATE: string;
|
|
1545
|
-
|
|
1546
|
-
|
|
2061
|
+
LEGAL: string;
|
|
2062
|
+
OTHER: string;
|
|
1547
2063
|
PRIVACY: string;
|
|
1548
|
-
|
|
2064
|
+
SEXUAL: string;
|
|
2065
|
+
SPAM: string;
|
|
1549
2066
|
TERMS: string;
|
|
1550
|
-
|
|
2067
|
+
TOXIC: string;
|
|
1551
2068
|
USERNAME: string;
|
|
1552
|
-
|
|
2069
|
+
VIOLENCE: string;
|
|
1553
2070
|
};
|
|
1554
2071
|
submitted: string;
|
|
1555
|
-
|
|
1556
|
-
reaction: {
|
|
1557
|
-
REACTION1: string;
|
|
1558
|
-
REACTION1_zero: string;
|
|
1559
|
-
REACTION2: string;
|
|
1560
|
-
REACTION2_zero: string;
|
|
1561
|
-
REACTION3: string;
|
|
1562
|
-
REACTION3_zero: string;
|
|
2072
|
+
title: string;
|
|
1563
2073
|
};
|
|
1564
2074
|
share: string;
|
|
2075
|
+
unignore: string;
|
|
1565
2076
|
};
|
|
1566
2077
|
"commentary-not-available": string;
|
|
1567
2078
|
feedback: string;
|
|
@@ -1576,36 +2087,34 @@ declare const resources: {
|
|
|
1576
2087
|
header: string;
|
|
1577
2088
|
title: string;
|
|
1578
2089
|
};
|
|
1579
|
-
|
|
2090
|
+
LIST: {
|
|
1580
2091
|
description: string;
|
|
1581
|
-
header: string;
|
|
1582
2092
|
title: string;
|
|
1583
2093
|
};
|
|
1584
|
-
|
|
2094
|
+
POPULARITY_DESC: {
|
|
1585
2095
|
description: string;
|
|
2096
|
+
header: string;
|
|
1586
2097
|
title: string;
|
|
1587
2098
|
};
|
|
2099
|
+
sort: string;
|
|
1588
2100
|
THREAD: {
|
|
1589
2101
|
description: string;
|
|
1590
2102
|
title: string;
|
|
1591
2103
|
};
|
|
1592
|
-
sort: string;
|
|
1593
2104
|
};
|
|
1594
2105
|
labels: {
|
|
1595
|
-
"sort-comments": string;
|
|
1596
|
-
"view-structure": string;
|
|
1597
2106
|
"author-badge": string;
|
|
1598
2107
|
"comment-list": string;
|
|
1599
2108
|
"commentary-actions": string;
|
|
2109
|
+
"sort-comments": string;
|
|
2110
|
+
"view-structure": string;
|
|
1600
2111
|
};
|
|
1601
2112
|
"new-commentary": string;
|
|
1602
2113
|
"new-commentary_other": string;
|
|
1603
|
-
"no-more-comments": string;
|
|
1604
2114
|
"no-comments-yet": string;
|
|
2115
|
+
"no-more-comments": string;
|
|
1605
2116
|
"no-recent-comments": string;
|
|
1606
2117
|
"onboarding-username-change": string;
|
|
1607
|
-
"username-change-blocked": string;
|
|
1608
|
-
"username-change-confirm": string;
|
|
1609
2118
|
placeholders: {
|
|
1610
2119
|
"new-commentary": string;
|
|
1611
2120
|
"new-reply": string;
|
|
@@ -1617,9 +2126,12 @@ declare const resources: {
|
|
|
1617
2126
|
"text-editor": {
|
|
1618
2127
|
bold: string;
|
|
1619
2128
|
emojis: string;
|
|
2129
|
+
image: string;
|
|
1620
2130
|
italic: string;
|
|
1621
2131
|
underline: string;
|
|
1622
2132
|
};
|
|
2133
|
+
"username-change-blocked": string;
|
|
2134
|
+
"username-change-confirm": string;
|
|
1623
2135
|
"view-mode": string;
|
|
1624
2136
|
"view-modes": {
|
|
1625
2137
|
"all-comments": string;
|
|
@@ -1633,58 +2145,64 @@ declare const resources: {
|
|
|
1633
2145
|
"back-to-discussion": string;
|
|
1634
2146
|
data: {
|
|
1635
2147
|
nav: string;
|
|
1636
|
-
title: string;
|
|
1637
2148
|
tabs: {
|
|
1638
|
-
comments: string;
|
|
1639
2149
|
bookmarks: string;
|
|
2150
|
+
comments: string;
|
|
1640
2151
|
"ignored-users": string;
|
|
1641
2152
|
};
|
|
2153
|
+
title: string;
|
|
1642
2154
|
};
|
|
1643
2155
|
settings: {
|
|
1644
2156
|
nav: string;
|
|
1645
|
-
title: string;
|
|
1646
2157
|
tabs: {
|
|
1647
2158
|
account: string;
|
|
1648
2159
|
};
|
|
2160
|
+
title: string;
|
|
1649
2161
|
};
|
|
1650
2162
|
};
|
|
1651
2163
|
};
|
|
1652
2164
|
};
|
|
1653
2165
|
readonly emojis: {
|
|
1654
2166
|
categories: {
|
|
1655
|
-
people: string;
|
|
1656
|
-
nature: string;
|
|
1657
|
-
foods: string;
|
|
1658
2167
|
activity: string;
|
|
1659
|
-
|
|
2168
|
+
flags: string;
|
|
2169
|
+
foods: string;
|
|
2170
|
+
nature: string;
|
|
1660
2171
|
objects: string;
|
|
2172
|
+
people: string;
|
|
2173
|
+
places: string;
|
|
1661
2174
|
symbols: string;
|
|
1662
|
-
flags: string;
|
|
1663
2175
|
};
|
|
1664
2176
|
choose: string;
|
|
1665
2177
|
"recently-used": string;
|
|
1666
2178
|
search: string;
|
|
1667
2179
|
};
|
|
1668
2180
|
readonly errors: {
|
|
1669
|
-
inline: {
|
|
1670
|
-
"write-comment": string;
|
|
1671
|
-
};
|
|
1672
|
-
"report-commentary": string;
|
|
1673
2181
|
api: {
|
|
1674
|
-
EGY_USERNAME_NOT_EDITABLE: string;
|
|
1675
|
-
EGY_USERNAME_LOCKED: string;
|
|
1676
|
-
EGY_USERNAME_INVALID: string;
|
|
1677
2182
|
EGY_USERNAME_DUPLICATE: string;
|
|
2183
|
+
EGY_USERNAME_INVALID: string;
|
|
2184
|
+
EGY_USERNAME_LOCKED: string;
|
|
2185
|
+
EGY_USERNAME_NOT_EDITABLE: string;
|
|
1678
2186
|
EGY_USERNAME_PRESCRIBED: string;
|
|
1679
2187
|
};
|
|
2188
|
+
inline: {
|
|
2189
|
+
"write-comment": string;
|
|
2190
|
+
};
|
|
2191
|
+
"report-commentary": string;
|
|
1680
2192
|
};
|
|
1681
2193
|
readonly features: {
|
|
1682
2194
|
COMMENT: {
|
|
1683
2195
|
"call-to-action": string;
|
|
1684
2196
|
};
|
|
2197
|
+
COMMENTARY_IMAGE_UPLOAD: {
|
|
2198
|
+
"call-to-action": string;
|
|
2199
|
+
};
|
|
1685
2200
|
COMMENTARY_READ: {
|
|
1686
2201
|
"call-to-action": string;
|
|
1687
2202
|
};
|
|
2203
|
+
IGNORE: {
|
|
2204
|
+
"call-to-action": string;
|
|
2205
|
+
};
|
|
1688
2206
|
INSTANT_CONTEXT: {
|
|
1689
2207
|
"call-to-action": string;
|
|
1690
2208
|
};
|
|
@@ -1709,8 +2227,14 @@ declare const resources: {
|
|
|
1709
2227
|
SHARE: {
|
|
1710
2228
|
"call-to-action": string;
|
|
1711
2229
|
};
|
|
1712
|
-
|
|
1713
|
-
|
|
2230
|
+
};
|
|
2231
|
+
readonly forms: {
|
|
2232
|
+
validation: {
|
|
2233
|
+
"checkbox-required": string;
|
|
2234
|
+
"email-invalid": string;
|
|
2235
|
+
"email-no-match": string;
|
|
2236
|
+
"min-length": string;
|
|
2237
|
+
required: string;
|
|
1714
2238
|
};
|
|
1715
2239
|
};
|
|
1716
2240
|
readonly interpolation: {
|
|
@@ -1719,14 +2243,16 @@ declare const resources: {
|
|
|
1719
2243
|
comments: string;
|
|
1720
2244
|
conversation: string;
|
|
1721
2245
|
conversations: string;
|
|
1722
|
-
discussion: string;
|
|
1723
|
-
discussions: string;
|
|
1724
2246
|
debate: string;
|
|
1725
2247
|
debates: string;
|
|
2248
|
+
discussion: string;
|
|
2249
|
+
discussions: string;
|
|
1726
2250
|
list: string;
|
|
1727
2251
|
lists: string;
|
|
1728
2252
|
message: string;
|
|
1729
2253
|
messages: string;
|
|
2254
|
+
participation: string;
|
|
2255
|
+
participations: string;
|
|
1730
2256
|
poll: string;
|
|
1731
2257
|
polls: string;
|
|
1732
2258
|
replies: string;
|
|
@@ -1736,13 +2262,11 @@ declare const resources: {
|
|
|
1736
2262
|
threads: string;
|
|
1737
2263
|
vote: string;
|
|
1738
2264
|
votes: string;
|
|
1739
|
-
participation: string;
|
|
1740
|
-
participations: string;
|
|
1741
2265
|
};
|
|
1742
2266
|
readonly messages: {
|
|
1743
2267
|
"debate-closed": string;
|
|
1744
|
-
"debate-global-closed": string;
|
|
1745
2268
|
"debate-finished": string;
|
|
2269
|
+
"debate-global-closed": string;
|
|
1746
2270
|
"debate-preamble": string;
|
|
1747
2271
|
"discussion-closed": string;
|
|
1748
2272
|
"discussion-global-closed": string;
|
|
@@ -1750,50 +2274,50 @@ declare const resources: {
|
|
|
1750
2274
|
"discussion-preamble": string;
|
|
1751
2275
|
"log-in-to-comment": string;
|
|
1752
2276
|
"log-in-to-view-user": string;
|
|
1753
|
-
"user-sanction-block-until": string;
|
|
1754
|
-
"user-sanction-block": string;
|
|
1755
|
-
"user-sanction-warn": string;
|
|
1756
|
-
"username-change": string;
|
|
1757
|
-
"username-change-prescribed": string;
|
|
1758
2277
|
"login-errors": {
|
|
1759
2278
|
assertion_failed: {
|
|
1760
2279
|
NEEDS_VERIFIED_EMAIL: string;
|
|
1761
2280
|
};
|
|
1762
2281
|
};
|
|
2282
|
+
"user-sanction-block": string;
|
|
2283
|
+
"user-sanction-block-until": string;
|
|
2284
|
+
"user-sanction-warn": string;
|
|
2285
|
+
"username-change": string;
|
|
2286
|
+
"username-change-prescribed": string;
|
|
1763
2287
|
"vote-to-debate": string;
|
|
1764
2288
|
};
|
|
1765
2289
|
readonly poll: {
|
|
1766
|
-
"thank-you-for-vote": string;
|
|
1767
2290
|
"call-to-action": string;
|
|
1768
2291
|
"live-poll": string;
|
|
2292
|
+
"thank-you-for-vote": string;
|
|
1769
2293
|
viewed: string;
|
|
1770
2294
|
vote_one: string;
|
|
1771
2295
|
vote_other: string;
|
|
1772
2296
|
};
|
|
1773
2297
|
readonly quiz: {
|
|
1774
|
-
"start-quiz": string;
|
|
1775
|
-
"next-question": string;
|
|
1776
|
-
"submit-choice": string;
|
|
1777
|
-
"show-summary": string;
|
|
1778
|
-
progress: string;
|
|
1779
|
-
"result-msg": string;
|
|
1780
2298
|
"call-to-action": string;
|
|
1781
|
-
|
|
2299
|
+
"next-question": string;
|
|
1782
2300
|
participation_one: string;
|
|
1783
2301
|
participation_other: string;
|
|
2302
|
+
progress: string;
|
|
1784
2303
|
reparticipate: string;
|
|
2304
|
+
"result-msg": string;
|
|
2305
|
+
"show-summary": string;
|
|
2306
|
+
"start-quiz": string;
|
|
2307
|
+
"submit-choice": string;
|
|
2308
|
+
viewed: string;
|
|
1785
2309
|
};
|
|
1786
2310
|
readonly user: {
|
|
1787
2311
|
alerts: {
|
|
1788
2312
|
"bookmark-limit": {
|
|
1789
2313
|
message: string;
|
|
1790
2314
|
};
|
|
1791
|
-
"
|
|
2315
|
+
"ignore-user-limit": {
|
|
1792
2316
|
message: string;
|
|
1793
|
-
title: string;
|
|
1794
2317
|
};
|
|
1795
|
-
"
|
|
2318
|
+
"no-bookmarks": {
|
|
1796
2319
|
message: string;
|
|
2320
|
+
title: string;
|
|
1797
2321
|
};
|
|
1798
2322
|
"no-ignored-users": {
|
|
1799
2323
|
message: string;
|
|
@@ -1806,10 +2330,9 @@ declare const resources: {
|
|
|
1806
2330
|
views: {
|
|
1807
2331
|
me: {
|
|
1808
2332
|
nav: string;
|
|
1809
|
-
title: string;
|
|
1810
2333
|
tabs: {
|
|
1811
|
-
comments: string;
|
|
1812
2334
|
bookmarks: string;
|
|
2335
|
+
comments: string;
|
|
1813
2336
|
"ignored-users": string;
|
|
1814
2337
|
settings: {
|
|
1815
2338
|
nav: string;
|
|
@@ -1819,6 +2342,7 @@ declare const resources: {
|
|
|
1819
2342
|
};
|
|
1820
2343
|
};
|
|
1821
2344
|
};
|
|
2345
|
+
title: string;
|
|
1822
2346
|
};
|
|
1823
2347
|
};
|
|
1824
2348
|
};
|