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