@selfcommunity/react-i18n 0.5.0-alpha.9 → 0.5.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/lib/cjs/index.d.ts +1235 -0
- package/lib/cjs/index.js +6 -11
- package/lib/cjs/locales/en.json +614 -623
- package/lib/cjs/locales/it.json +614 -629
- package/lib/esm/index.d.ts +1235 -0
- package/lib/esm/index.js +4 -12
- package/lib/esm/locales/en.json +614 -623
- package/lib/esm/locales/it.json +614 -629
- package/lib/types/index.d.ts +1117 -975
- package/lib/types/index.js +7 -0
- package/lib/types/locales/en.json +616 -0
- package/lib/types/locales/it.json +616 -0
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -2
- package/lib/umd/react-i18n.js.LICENSE.txt +1 -1
- package/package.json +19 -18
- package/lib/cjs/index.d.js +0 -2
- package/lib/esm/index.d.js +0 -2
- package/lib/types/index.d.ts.map +0 -1
- package/lib/umd/react-i18n.js.map +0 -1
package/lib/cjs/locales/en.json
CHANGED
|
@@ -1,625 +1,616 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
"templates.userProfile.edit": "Edit",
|
|
617
|
-
"templates.userProfile.moderate": "Moderate user",
|
|
618
|
-
"templates.userProfile.send.pm": "Send private message",
|
|
619
|
-
"templates.privateMessages.delete" : "Select thread to delete",
|
|
620
|
-
"templates.feedObjectDetail.contributionNotFound": "Contribution not found or you do not have permission to view it.",
|
|
621
|
-
"templates.usersList.followers" : "Followers",
|
|
622
|
-
"templates.usersList.followings" : "Users Followed",
|
|
623
|
-
"templates.usersList.noMoreResults": "No more results",
|
|
624
|
-
"templates.feedObjsList.noMoreResults": "No more results"
|
|
2
|
+
"templates.feedObjectDetail.contributionNotFound": "The content could not be found or you do not have permission to view it.",
|
|
3
|
+
"templates.feedObjsList.noMoreResults": "No more results",
|
|
4
|
+
"templates.loyaltyProgramDetail.button.more": "Find out more",
|
|
5
|
+
"templates.loyaltyProgramDetail.button.request": "Request Now",
|
|
6
|
+
"templates.loyaltyProgramDetail.community": "Participating in the Community rewards you!",
|
|
7
|
+
"templates.loyaltyProgramDetail.content.end.button": "Scroll up",
|
|
8
|
+
"templates.loyaltyProgramDetail.content.end.message": "There are no other contents.",
|
|
9
|
+
"templates.loyaltyProgramDetail.description": "Your participation is worth it. Every contribution you make increases your score.",
|
|
10
|
+
"templates.loyaltyProgramDetail.dialog.confirm": "Yes",
|
|
11
|
+
"templates.loyaltyProgramDetail.dialog.msg": "Are you sure you want to request this prize?",
|
|
12
|
+
"templates.loyaltyProgramDetail.listTitle": "How to earn points",
|
|
13
|
+
"templates.loyaltyProgramDetail.points": "{total, plural, =0 {# points} one {# point} other {# points}}",
|
|
14
|
+
"templates.loyaltyProgramDetail.points.app": "Using the app for the first time:",
|
|
15
|
+
"templates.loyaltyProgramDetail.points.appreciation": "Get Appreciation:",
|
|
16
|
+
"templates.loyaltyProgramDetail.points.comment": "Publish a Comment:",
|
|
17
|
+
"templates.loyaltyProgramDetail.points.discussion": "Publish a Discussion:",
|
|
18
|
+
"templates.loyaltyProgramDetail.points.follower": "Get a Follower:",
|
|
19
|
+
"templates.loyaltyProgramDetail.points.post": "Publish a Post:",
|
|
20
|
+
"templates.loyaltyProgramDetail.points.share": "Share on your social accounts:",
|
|
21
|
+
"templates.loyaltyProgramDetail.points.visit": "Visit the Community daily:",
|
|
22
|
+
"templates.loyaltyProgramDetail.prize.points": "{total, plural, =0 {# pt.} one {# pt.} other {# pt.}}",
|
|
23
|
+
"templates.loyaltyProgramDetail.prize.request.error": "Something went wrong with your request. Contact the Community administrator",
|
|
24
|
+
"templates.loyaltyProgramDetail.prize.request.success": "Prize claimed correctly",
|
|
25
|
+
"templates.loyaltyProgramDetail.prizes": "The prizes for you",
|
|
26
|
+
"templates.loyaltyProgramDetail.userPoints": "You have {total, plural, =0 {# Points} one {# Point} other {# Points}}",
|
|
27
|
+
"templates.privateMessages.delete": "Select thread to delete",
|
|
28
|
+
"templates.userProfile.dateJoined": "Joined {date}",
|
|
29
|
+
"templates.userProfile.edit": "Edit",
|
|
30
|
+
"templates.userProfile.send.pm": "Send private message",
|
|
31
|
+
"templates.usersList.followers": "Followers",
|
|
32
|
+
"templates.usersList.followings": "Following",
|
|
33
|
+
"templates.usersList.noMoreResults": "No more results",
|
|
34
|
+
"ui.accountRecover.email.error.exist": "This email address is not associated with any account. Check that it is the one used to register",
|
|
35
|
+
"ui.accountRecover.email.error.invalid": "Enter a valid email address",
|
|
36
|
+
"ui.accountDataPortability.generatedInfo": "You have requested the generation of the data portability file on {date} at {time}. You can request the file creation at maximum every 24h.",
|
|
37
|
+
"ui.accountDataPortability.info": "<ul><li>Click on \"Create file\" to start.</li><li>Preparing the file may take several hours, but you can exit the screen while you wait.</li><li>We will send you an email as soon as your file is ready to download.</li><li>To make sure you can download your file, please do not delete your account until you receive an email notifying you that the file is ready.</li></ul>",
|
|
38
|
+
"ui.accountDataPortability.title": "{username}, if you want to download a copy of your information, here's how:",
|
|
39
|
+
"ui.accountDataPortability.createButton": "Create your file",
|
|
40
|
+
"ui.accountDataPortability.createLoadingButton": "File creation in progress",
|
|
41
|
+
"ui.accountDataPortability.downloadButton": "Download file",
|
|
42
|
+
"ui.accountDataPortabilityButton.dialogTitle": "Download your data",
|
|
43
|
+
"ui.accountDataPortabilityButton.buttonLabel": "Download your data",
|
|
44
|
+
"ui.accountDelete.message": "[warning] If you decide to delete your account:<ul><li>Your profile will be removed.</li><li>You will no longer be able to log in {communityName} with your current credentials or download a copy of your information.</li><li>The posts and comments you published, which were not removed before the cancellation of your account, will remain visible along with your chosen avatar and username. If you want to cancel your contributions, you must do so before canceling your account, using the appropriate functionality associated with each contribution.</li><li>Your personal data will be stored for the time necessary to fulfill the relevant legal provisions.</li><li>For more information, please refer to the Terms and Conditions of {communityName}.</li></ul>",
|
|
45
|
+
"ui.accountDelete.confirmMessage": "To confirm type <b>\"{username}\"</b> in the box below",
|
|
46
|
+
"ui.accountDelete.buttonLabel": "Delete account",
|
|
47
|
+
"ui.accountDeleteButton.dialogTitle": "Are you sure you want to delete your account?",
|
|
48
|
+
"ui.accountDeleteButton.buttonLabel": "Delete account",
|
|
49
|
+
"ui.accountRecover.email.label": "Email",
|
|
50
|
+
"ui.accountRecover.submit": "Recover Account",
|
|
51
|
+
"ui.accountRecover.success": "We have sent a confirmation email to <b>{email}</b>, check your inbox",
|
|
52
|
+
"ui.accountReset.code.error": "Invalid or expired token",
|
|
53
|
+
"ui.accountReset.code.validatingToken": "Verifying the token",
|
|
54
|
+
"ui.accountReset.password.error.invalid": "The password must contain at least 3 of the following types of characters: lowercase letter, uppercase letter, number and special character (eg !@#$%^&)",
|
|
55
|
+
"ui.accountReset.password.error.min_length": "Your password must be at least 8 characters",
|
|
56
|
+
"ui.accountReset.password.label": "Password",
|
|
57
|
+
"ui.accountReset.submit": "Reset Password",
|
|
58
|
+
"ui.accountReset.success": "Password updated",
|
|
59
|
+
"ui.accountVerify.error": "Invalid or expired token",
|
|
60
|
+
"ui.accountVerify.success": "Email verified successfully",
|
|
61
|
+
"ui.accountVerify.verifying": "Validation in progress",
|
|
62
|
+
"ui.accountChangeMailValidation.error": "Invalid or expired token",
|
|
63
|
+
"ui.accountChangeMailValidation.success": "Email verified successfully",
|
|
64
|
+
"ui.accountChangeMailValidation.verifying": "Validation in progress",
|
|
65
|
+
"ui.appBar.navigation.login": "Login",
|
|
66
|
+
"ui.appBar.navigation.register": "Register",
|
|
67
|
+
"ui.composerIconButton.composer.success": "Creation succeed!",
|
|
68
|
+
"ui.composerIconButton.composer.viewContribute": "View contribute",
|
|
69
|
+
"ui.baseDialog.button.close": "Close",
|
|
70
|
+
"ui.broadcastMessages.loadMore": "See more info",
|
|
71
|
+
"ui.broadcastMessages.message.chip": "INFO",
|
|
72
|
+
"ui.categories.filterByName": "Find and add an interest",
|
|
73
|
+
"ui.categories.noResults": "No categories found",
|
|
74
|
+
"ui.categoriesPopularWidget.button.showAll": "Show All",
|
|
75
|
+
"ui.categoriesPopularWidget.noMoreResults": "No more results",
|
|
76
|
+
"ui.categoriesPopularWidget.noResults": "No results found",
|
|
77
|
+
"ui.categoriesPopularWidget.title": "Popular Categories",
|
|
78
|
+
"ui.categoriesSuggestionWidget.button.showAll": "Show More",
|
|
79
|
+
"ui.categoriesSuggestionWidget.noMoreResults": "No more results",
|
|
80
|
+
"ui.categoriesSuggestionWidget.noResults": "No results found",
|
|
81
|
+
"ui.categoriesSuggestionWidget.title": "Explore Categories",
|
|
82
|
+
"ui.category.categoryFollowers": "{total, plural, =0 {Followed by # people} one {Followed by # person} other {Followed by # people}}",
|
|
83
|
+
"ui.categoryAutocomplete.empty": "No category to assign",
|
|
84
|
+
"ui.categoryAutocomplete.label": "Category",
|
|
85
|
+
"ui.categoryFollowButton.follow": "Follow",
|
|
86
|
+
"ui.categoryFollowButton.unfollow": "Unfollow",
|
|
87
|
+
"ui.categoryFollowersButton.dialogTitle": "Followers ({total})",
|
|
88
|
+
"ui.categoryFollowersButton.noOtherFollowers": "No other followers.",
|
|
89
|
+
"ui.categoryHeader.followedBy": "{total, plural, =0 {Followed by # people} one {Followed by # person} other {Followed by # people}}",
|
|
90
|
+
"ui.categoryTrendingFeedWidget.button.showAll": "Show More",
|
|
91
|
+
"ui.categoryTrendingFeedWidget.noMoreResults": "No more results",
|
|
92
|
+
"ui.categoryTrendingFeedWidget.noResults": "No results found",
|
|
93
|
+
"ui.categoryTrendingFeedWidget.title": "Trending Feed",
|
|
94
|
+
"ui.categoryTrendingUsersWidget.button.showAll": "Show All",
|
|
95
|
+
"ui.categoryTrendingUsersWidget.noMoreResults": "No more results",
|
|
96
|
+
"ui.categoryTrendingUsersWidget.noResults": "No results found",
|
|
97
|
+
"ui.categoryTrendingUsersWidget.title": "Trending People",
|
|
98
|
+
"ui.changeCover.button.change.alertMaxSize": "Maximum size 5MB!",
|
|
99
|
+
"ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
|
|
100
|
+
"ui.changeCover.button.delete": "Delete Cover",
|
|
101
|
+
"ui.changeCover.button.upload": "Upload New Cover",
|
|
102
|
+
"ui.changeCover.button.uploadA": "Upload a new cover",
|
|
103
|
+
"ui.changeCover.dialog.msg": "Are you sure you want to delete this cover?",
|
|
104
|
+
"ui.changeCover.info": "<ul><li>Recommended dimensions: 1600 x 400 pixel</li><li>Allowed formats: JPG, PNG, GIF(not animated)</li><li>Weight: max 5MB</li></ul>",
|
|
105
|
+
"ui.changePicture.button.change": "Change image",
|
|
106
|
+
"ui.changePicture.button.finished": "Finished",
|
|
107
|
+
"ui.changePicture.button.upload": "Upload new image",
|
|
108
|
+
"ui.changePicture.button.upload.alert": "Maximum size 3MB!",
|
|
109
|
+
"ui.changePicture.button.upload.error": "Retry upload",
|
|
110
|
+
"ui.changePicture.dialog.close": "Close",
|
|
111
|
+
"ui.changePicture.dialog.confirm": "Confirm",
|
|
112
|
+
"ui.changePicture.dialog.msg": "Are you sure you want to delete this image?",
|
|
113
|
+
"ui.changePicture.info": "<ul><li>Allowed formats: gif, png, jpg, jpeg</li><li>Maximum size: 3 MB: 3 MB</li></ul>",
|
|
114
|
+
"ui.changePicture.title": "Change Profile Image",
|
|
115
|
+
"ui.commentObject.reply": "Reply",
|
|
116
|
+
"ui.commentObject.replyComment.cancel": "Cancel",
|
|
117
|
+
"ui.commentObject.replyComment.reply": "Reply",
|
|
118
|
+
"ui.commentObject.replyComment.save": "Save",
|
|
119
|
+
"ui.commentObject.viewLatestComment": "{total, plural, =0{No previous comments} one {View previous comment} other {View previous # comments}} ",
|
|
120
|
+
"ui.commentObject.showMore": "Show more",
|
|
121
|
+
"ui.commentsObject.commentNotFound": "Comment not found!",
|
|
122
|
+
"ui.commentsObject.loadMoreComments": "See more comments",
|
|
123
|
+
"ui.commentsObject.loadPreviousComments": "See previous comments",
|
|
124
|
+
"ui.commentsObject.nextComments": "Next comments",
|
|
125
|
+
"ui.commentsObject.noComments": "There are no comments yet.",
|
|
126
|
+
"ui.commentsObject.noOtherComments": "No other comments.",
|
|
127
|
+
"ui.commentsObject.numberOfComments": "{loaded} of {total}",
|
|
128
|
+
"ui.commentsObject.previousComments": "Previous comments",
|
|
129
|
+
"ui.commentsObject.title": "{total, plural, =0 {Comments} one {# Comment} other {# Comments}}",
|
|
130
|
+
"ui.common.commentWithoutText": "View comment",
|
|
131
|
+
"ui.common.discussionWithoutText": "View article",
|
|
132
|
+
"ui.common.error": "Error",
|
|
133
|
+
"ui.common.error.action": "Unfortunately, an error occurred. Please try again later.",
|
|
134
|
+
"ui.common.error.email": "Enter a valid email",
|
|
135
|
+
"ui.common.error.messageError": "The message could not be sent",
|
|
136
|
+
"ui.common.error.phone": "The phone number you entered is invalid",
|
|
137
|
+
"ui.common.error.URL": "The URL you entered is invalid",
|
|
138
|
+
"ui.common.error.username": "The username field can only consist of alphanumeric characters, including the hyphen and underscore (- and _ ).",
|
|
139
|
+
"ui.common.error.usernameOrEmail": "Please, enter a valid username (alphanumeric characters _ and - are allowed) or insert a valid email",
|
|
140
|
+
"ui.common.fileUpload.error": "Unfortunately an error occurred while uploading the file.",
|
|
141
|
+
"ui.common.nextPage": "Next page",
|
|
142
|
+
"ui.common.no": "No",
|
|
143
|
+
"ui.common.permanentLinkCopied": "Link copied!",
|
|
144
|
+
"ui.common.postWithoutText": "View post",
|
|
145
|
+
"ui.common.previousPage": "Previous page",
|
|
146
|
+
"ui.common.statusWithoutText": "View status",
|
|
147
|
+
"ui.common.userBlocked": "We're sorry, you can't report a post because your account is currently blocked",
|
|
148
|
+
"ui.common.yes": "Yes",
|
|
149
|
+
"ui.common.actionToUserBlockedByMe": "You have blocked the user. You must first unlock it to perform the action.",
|
|
150
|
+
"ui.common.actionToUserHasBlockedMe": "The user has blocked you. Action not allowed.",
|
|
151
|
+
"ui.common.actionToUserDeleted": "The user is deleted.",
|
|
152
|
+
"ui.common.confirmDialogAction": "Are you sure you want to continue?",
|
|
153
|
+
"ui.common.action.notPermitted": "This action cannot be performed.",
|
|
154
|
+
"ui.composer.content.discussion.title.label": "Write a good title...",
|
|
155
|
+
"ui.composer.content.poll": "Poll",
|
|
156
|
+
"ui.composer.content.poll.choice.add": "Add another choice",
|
|
157
|
+
"ui.composer.content.poll.choice.delete": "Delete the choice",
|
|
158
|
+
"ui.composer.content.poll.choice.delete.disabled": "You cannot have less than 2 choices",
|
|
159
|
+
"ui.composer.content.poll.choice.placeholder": "Add a choice",
|
|
160
|
+
"ui.composer.content.poll.error.invalid": "You cannot edit an already voted poll.",
|
|
161
|
+
"ui.composer.content.poll.expiration": "Close date",
|
|
162
|
+
"ui.composer.content.poll.multiple": "Multiple choices are admitted",
|
|
163
|
+
"ui.composer.content.poll.title": "Poll's title",
|
|
164
|
+
"ui.composer.edit.error.content": "This contribution is unavailable for editing",
|
|
165
|
+
"ui.composer.error.invalid": "Unfortunately an error has occurred",
|
|
166
|
+
"ui.composer.edit.error.title": "An error occurred loading the content. Please, try again.",
|
|
167
|
+
"ui.composer.layer.audience.addressing.label": "Search Tag...",
|
|
168
|
+
"ui.composer.layer.audience.all": "All",
|
|
169
|
+
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
170
|
+
"ui.composer.layer.audience.tag": "By tags",
|
|
171
|
+
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
172
|
+
"ui.composer.layer.audience.tags.empty": "No tags to address",
|
|
173
|
+
"ui.composer.layer.audience.tags.label": "Tags",
|
|
174
|
+
"ui.composer.layer.audience.title": "Filter the audience",
|
|
175
|
+
"ui.composer.layer.category.title": "Assign a category",
|
|
176
|
+
"ui.composer.layer.close.no": "No, cancel",
|
|
177
|
+
"ui.composer.layer.close.title": "Want to delete it?",
|
|
178
|
+
"ui.composer.layer.close.text": "By deleting it will you lose what you were doing?",
|
|
179
|
+
"ui.composer.layer.close.yes": "Yes, delete",
|
|
180
|
+
"ui.composer.layer.location.title": "Add location",
|
|
181
|
+
"ui.composer.layer.save": "Done",
|
|
182
|
+
"ui.composer.media.file.photo": "Camera",
|
|
183
|
+
"ui.composer.media.file.gallery": "Gallery",
|
|
184
|
+
"ui.composer.media.file.document": "Documents",
|
|
185
|
+
"ui.composer.media.link.add.error.URLError.invalid": "Please enter a valid URL.",
|
|
186
|
+
"ui.composer.media.link.add.help": "Insert a valid URL (youtube, vimeo or web page).",
|
|
187
|
+
"ui.composer.media.link.add.label": "Link URL",
|
|
188
|
+
"ui.composer.media.link.add.submit": "OK",
|
|
189
|
+
"ui.composer.media.link.layer.title": "Add links",
|
|
190
|
+
"ui.composer.submit": "Publish",
|
|
191
|
+
"ui.composer.title.error.maxlength": "The title cannot be more than 160 chars",
|
|
192
|
+
"ui.composer.typeSwitch.post": "Post",
|
|
193
|
+
"ui.composer.typeSwitch.discussion": "Article",
|
|
194
|
+
"ui.composer.typeSwitch.poll": "Poll",
|
|
195
|
+
"ui.confirmDialog.btnCancel": "No",
|
|
196
|
+
"ui.confirmDialog.btnConfirm": "Yes",
|
|
197
|
+
"ui.confirmDialog.title": "Are you sure you want to proceed?",
|
|
198
|
+
"ui.consentSolution.acceptDocumentTitle": "Accept document {label}",
|
|
199
|
+
"ui.consentSolution.backButton": "Back",
|
|
200
|
+
"ui.consentSolution.closeButton": "Close",
|
|
201
|
+
"ui.consentSolution.confirmDeleteAccountButton": "Confirm deletion",
|
|
202
|
+
"ui.consentSolution.consentSwitchDetail": "The User accepts the terms of use and undertakes to fully comply with the obligations and rules detailed in the document, for this reason, we invite the User to read this document carefully.",
|
|
203
|
+
"ui.consentSolution.consentSwitchLabel": "I have read the document and accept the conditions",
|
|
204
|
+
"ui.consentSolution.deleteAccount": "Delete account",
|
|
205
|
+
"ui.consentSolution.deleteAccountAlert": "Acceptance is necessary in order to use the service. If you do not want to accept you can proceed with the ",
|
|
206
|
+
"ui.consentSolution.deleteAccountDpSectionCheckboxLabel": "I confirm that I do not want to download or have already downloaded a copy of my information.",
|
|
207
|
+
"ui.consentSolution.deleteAccountDpSectionInfo": "<li>Your profile will be removed.</li><li>You will no longer be able to log in {communityName} with your current credentials or download a copy of your information.</li><li>Posts and comments published by you and not removed before the cancellation of your account will remain visible and with them the avatar and the username you have chosen. If you want to cancel your contributions, you must do so before canceling your account, using the appropriate functionality associated with each contribution.</li><li>Your personal data will be archived for the time necessary to comply with the relevant legal provisions.</li><li>For more information, please see terms and conditions of {communityName}.</li>",
|
|
208
|
+
"ui.consentSolution.deleteAccountDpSectionTitle": "{username}, if you decide to cancel your account:",
|
|
209
|
+
"ui.consentSolution.deleteAccountTitle": "Account deletion:",
|
|
210
|
+
"ui.consentSolution.emptyDocument": "Empty document",
|
|
211
|
+
"ui.consentSolution.logoutImmediatelyButton": "Sign out",
|
|
212
|
+
"ui.consentSolution.nextButton": "Next",
|
|
213
|
+
"ui.consentSolution.removeAccountCancelButton": "No",
|
|
214
|
+
"ui.consentSolution.removeAccountConfirm": "Are you sure you want to delete your account?",
|
|
215
|
+
"ui.consentSolution.removeAccountConfirmButton": "Yes",
|
|
216
|
+
"ui.consentSolution.removeAccountTitle": "By removing your account:",
|
|
217
|
+
"ui.consentSolutionButton.viewStateButton": "See your acceptance status",
|
|
218
|
+
"ui.contributionActionMenu.actionError": "Unfortunately a problem occurred. Please try again later. Thank you.",
|
|
219
|
+
"ui.contributionActionMenu.actionSuccess": "Operation successfully complete!",
|
|
220
|
+
"ui.contributionActionMenu.aggressive": "Aggressive",
|
|
221
|
+
"ui.contributionActionMenu.deleteContribution": "Delete",
|
|
222
|
+
"ui.contributionActionMenu.deleteContributionInfo": "The content has been successfully removed. It remains visible only to you, as long as you remain on this page, in case you want to restore it or have deleted it by mistake.",
|
|
223
|
+
"ui.contributionActionMenu.deleteContributionWithMotivation": "Delete with motivation",
|
|
224
|
+
"ui.contributionActionMenu.editContribution": "Edit",
|
|
225
|
+
"ui.contributionActionMenu.enableNotificationContribution": "Enable notifications",
|
|
226
|
+
"ui.contributionActionMenu.flagContributionWithMotivation": "Flag with motivation",
|
|
227
|
+
"ui.contributionActionMenu.footer": "Reporting is anonymous and must be compliant with rules.",
|
|
228
|
+
"ui.contributionActionMenu.hideContributionWithMotivation": "Hide with motivation",
|
|
229
|
+
"ui.contributionActionMenu.moderatedMotivation": "Motivation:",
|
|
230
|
+
"ui.contributionActionMenu.offtopic": "Offtopic",
|
|
231
|
+
"ui.contributionActionMenu.permanentLink": "Permanent link",
|
|
232
|
+
"ui.contributionActionMenu.poorContent": "Poor content",
|
|
233
|
+
"ui.contributionActionMenu.restoreContribution": "Restore",
|
|
234
|
+
"ui.contributionActionMenu.restoreFromDeleted": "Restore from deleted",
|
|
235
|
+
"ui.contributionActionMenu.restoreFromHidden": "Restore from hidden",
|
|
236
|
+
"ui.contributionActionMenu.spam": "Spam",
|
|
237
|
+
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
238
|
+
"ui.contributionActionMenu.title": "This content is:",
|
|
239
|
+
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
240
|
+
"ui.editor.placeholder": "Write your text...",
|
|
241
|
+
"ui.editor.toolbarPlugin.blockType": "Style",
|
|
242
|
+
"ui.editor.toolbarPlugin.bold": "Bold",
|
|
243
|
+
"ui.editor.toolbarPlugin.center": "Align center",
|
|
244
|
+
"ui.editor.toolbarPlugin.clear": "Clear",
|
|
245
|
+
"ui.editor.toolbarPlugin.horizontalRule": "Horizontal rule",
|
|
246
|
+
"ui.editor.toolbarPlugin.italic": "Italic",
|
|
247
|
+
"ui.editor.toolbarPlugin.justify": "Justify",
|
|
248
|
+
"ui.editor.toolbarPlugin.left": "Aligh left",
|
|
249
|
+
"ui.editor.toolbarPlugin.link": "Insert Link",
|
|
250
|
+
"ui.editor.toolbarPlugin.right": "Align right",
|
|
251
|
+
"ui.editor.toolbarPlugin.strikethrough": "Strikethrough",
|
|
252
|
+
"ui.editor.toolbarPlugin.subscript": "Subscript",
|
|
253
|
+
"ui.editor.toolbarPlugin.superscript": "Superscript",
|
|
254
|
+
"ui.editor.toolbarPlugin.underline": "Underline",
|
|
255
|
+
"ui.feed.noFeedObject": "At the moment there are no contents to display",
|
|
256
|
+
"ui.feed.noOtherFeedObject": "There are no other contents",
|
|
257
|
+
"ui.feed.refreshRelease": "↑ Release to refresh the feed",
|
|
258
|
+
"ui.feedObject.activitiesMenu.connectionsComments": "Comments from connected users",
|
|
259
|
+
"ui.feedObject.activitiesMenu.connectionsCommentsDesc": "List of comments by users connected to me.",
|
|
260
|
+
"ui.feedObject.activitiesMenu.firstComments": "First comments",
|
|
261
|
+
"ui.feedObject.activitiesMenu.firstCommentsDesc": "List of old comments.",
|
|
262
|
+
"ui.feedObject.activitiesMenu.followedComments": "Comments from followed users",
|
|
263
|
+
"ui.feedObject.activitiesMenu.followedCommentsDesc": "List of comments by followed users.",
|
|
264
|
+
"ui.feedObject.activitiesMenu.recentComments": "Recent comments",
|
|
265
|
+
"ui.feedObject.activitiesMenu.recentCommentsDesc": "List of recent comments.",
|
|
266
|
+
"ui.feedObject.activitiesMenu.relevantActivities": "Relevant activities",
|
|
267
|
+
"ui.feedObject.activitiesMenu.relevantActivitiesDesc": "List of relevant activities.",
|
|
268
|
+
"ui.feedObject.activitiesMenu.tooltipTitle": "Select the type of activity",
|
|
269
|
+
"ui.feedObject.comment": "Comment",
|
|
270
|
+
"ui.feedObject.comment.comment": "Comment",
|
|
271
|
+
"ui.feedObject.comment.comments": "{total, plural, =0 {# Comments} one {# Comment} other {# Comments}}",
|
|
272
|
+
"ui.feedObject.content.showMore": "Show more",
|
|
273
|
+
"ui.feedObject.contributors.noOtherContributors": "No other contributors.",
|
|
274
|
+
"ui.feedObject.contributors.participants": "Participants",
|
|
275
|
+
"ui.feedObject.contributors.title": "Contributors ({total})",
|
|
276
|
+
"ui.feedObject.error": "The content is not currently available",
|
|
277
|
+
"ui.feedObject.follow": "Follow",
|
|
278
|
+
"ui.feedObject.poll.choice.vote": "Vote",
|
|
279
|
+
"ui.feedObject.poll.closed": "Closed",
|
|
280
|
+
"ui.feedObject.poll.expDate": "Vote one of the following choices by ",
|
|
281
|
+
"ui.feedObject.poll.hidePoll": "Hide Poll",
|
|
282
|
+
"ui.feedObject.poll.showPoll": "View Poll",
|
|
283
|
+
"ui.feedObject.poll.voters": "{total, plural, =0 {# voters} one {# voter} other {# voters}}",
|
|
284
|
+
"ui.feedObject.poll.votes": "{total, plural, =0 {# votes} one {# vote} other {# votes}}",
|
|
285
|
+
"ui.feedObject.relevantActivities.comment": "{username} <link>commented</link> the contribution",
|
|
286
|
+
"ui.feedObject.relevantActivities.follow": "{username} follows the contribution",
|
|
287
|
+
"ui.feedObject.relevantActivities.noResults": "There aren't relevant activities to show at the moment.",
|
|
288
|
+
"ui.feedObject.relevantActivities.pollVote": "{username} voted the poll",
|
|
289
|
+
"ui.feedObject.relevantActivities.showOthers": "Show more",
|
|
290
|
+
"ui.feedObject.relevantActivities.vote": "{username} appreciated the contribution",
|
|
291
|
+
"ui.feedObject.share.facebook": "Facebook",
|
|
292
|
+
"ui.feedObject.share.linkedin": "LinkedIn",
|
|
293
|
+
"ui.feedObject.share.share": "Share this contribute",
|
|
294
|
+
"ui.feedObject.share.shareNow": "Share now",
|
|
295
|
+
"ui.feedObject.share.shares": "{total, plural, =0 {# Shares} one {# Share} other {# Shares}}",
|
|
296
|
+
"ui.feedObject.share.twitter": "Twitter",
|
|
297
|
+
"ui.feedObject.share.permanentLink": "Permanent link",
|
|
298
|
+
"ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
|
|
299
|
+
"ui.feedObject.sharesDialog.title": "Shares",
|
|
300
|
+
"ui.feedObject.unfollow": "Unfollow",
|
|
301
|
+
"ui.feedObject.visibleToAll": "Visible to all",
|
|
302
|
+
"ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
|
|
303
|
+
"ui.feedObject.notificationsDisabled": "Notifications for this contribution have been disabled",
|
|
304
|
+
"ui.feedObject.flagSent": "Report sent",
|
|
305
|
+
"ui.feedObject.flagRemoved": "Report removed",
|
|
306
|
+
"ui.feedUpdatesWidget.message": "There is an update for you!",
|
|
307
|
+
"ui.feedUpdatesWidget.reload": "Reload",
|
|
308
|
+
"ui.followUserButton.follow": "Follow",
|
|
309
|
+
"ui.followUserButton.unfollow": "Unfollow",
|
|
310
|
+
"ui.footer.customPages.cookie": "Cookies",
|
|
311
|
+
"ui.footer.customPages.explore": "Explore",
|
|
312
|
+
"ui.footer.customPages.rules": "Rules",
|
|
313
|
+
"ui.footer.legalPages.privacy": "Privacy",
|
|
314
|
+
"ui.footer.legalPages.tec": "Terms and Conditions",
|
|
315
|
+
"ui.friendshipUserButton.acceptConnection": "Accept request",
|
|
316
|
+
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel request",
|
|
317
|
+
"ui.friendshipUserButton.removeConnection": "Remove connection",
|
|
318
|
+
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
319
|
+
"ui.header.button.explore": "Explore",
|
|
320
|
+
"ui.header.notifications.button.seeMore": "See more",
|
|
321
|
+
"ui.incubator.progressBar.approved": "Approved",
|
|
322
|
+
"ui.incubator.progressBar.collectingSubscribers": "Collecting subscribers",
|
|
323
|
+
"ui.incubator.progressBar.proposal": "Proposal",
|
|
324
|
+
"ui.incubator.proposedBy": "Proposed by {username}",
|
|
325
|
+
"ui.incubator.subscribeButton.button.subscribe": "Subscribe",
|
|
326
|
+
"ui.incubator.subscribeButton.button.subscribed": "Subscribed",
|
|
327
|
+
"ui.incubatorDetail.intro": "I propose the creation of the interest \"{name}\".\n Join to reach the approval quota.",
|
|
328
|
+
"ui.incubatorDetail.shareSection.button.copy": "Copy",
|
|
329
|
+
"ui.incubatorDetail.shareSection.copied": "Copied!",
|
|
330
|
+
"ui.incubatorDetail.shareSection.invite": "Invite those you think might be interested",
|
|
331
|
+
"ui.incubatorDetail.shareSection.share": "Share this page",
|
|
332
|
+
"ui.incubatorDetail.shareSection.title": "Support the proposal",
|
|
333
|
+
"ui.incubatorDetail.subscribersSection.noMoreSubscribers": "No more results",
|
|
334
|
+
"ui.incubatorDetail.subscribersSection.title": "Subscribers",
|
|
335
|
+
"ui.incubatorListWidget.ShowAll": "View all",
|
|
336
|
+
"ui.incubatorListWidget.SuggestNewTopic": "Suggest a new topic",
|
|
337
|
+
"ui.incubatorListWidget.createIncubatorDialog.button": "Propose",
|
|
338
|
+
"ui.incubatorListWidget.createIncubatorDialog.formPlaceholder.name": "Name of the interest",
|
|
339
|
+
"ui.incubatorListWidget.createIncubatorDialog.formPlaceholder.slogan": "Description",
|
|
340
|
+
"ui.incubatorListWidget.createIncubatorDialog.propose.success": "Thanks for your contribution, we will evaluate it as soon as possible. Your proposal may be accepted, modified or declined. Check the interests incubator.",
|
|
341
|
+
"ui.incubatorListWidget.createIncubatorDialog.title": "Propose an interest",
|
|
342
|
+
"ui.incubatorListWidget.noMoreIncubators": "No more results",
|
|
343
|
+
"ui.incubatorListWidget.noResults": "No results found",
|
|
344
|
+
"ui.incubatorListWidget.popover": "Interest incubator is an area\n where users collaborate to generate\n new interests. The new interests will be\n approved based on the number of subscriptions\n and the speed with which they are collected.",
|
|
345
|
+
"ui.incubatorListWidget.title": "Interests Incubator",
|
|
346
|
+
"ui.incubatorSuggestionWidget.ShowAll": "View all",
|
|
347
|
+
"ui.incubatorSuggestionWidget.noMoreIncubators": "No more results",
|
|
348
|
+
"ui.incubatorSuggestionWidget.noResults": "No results found",
|
|
349
|
+
"ui.incubatorSuggestionWidget.title": "Suggested incubators",
|
|
350
|
+
"ui.incubatorsListDialog.createIncubatorDialog.intro": "Interest incubator is an area where users collaborate to generate new interests. \n The new interests will be approved based on the number of subscriptions and the speed with which they are collected.",
|
|
351
|
+
"ui.inlineComposerWidget.label": "Create content...",
|
|
352
|
+
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
353
|
+
"ui.locationAutocomplete.empty": "Search for location",
|
|
354
|
+
"ui.locationAutocomplete.label": "Insert a city",
|
|
355
|
+
"ui.locationAutocomplete.title": "Localize",
|
|
356
|
+
"ui.loyaltyProgramWidget.discover": "Discover more",
|
|
357
|
+
"ui.loyaltyProgramWidget.points": "Your points",
|
|
358
|
+
"ui.loyaltyProgramWidget.title": "Loyalty Program",
|
|
359
|
+
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
360
|
+
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
361
|
+
"ui.navigationSettingsIconButton.connections": "Connections",
|
|
362
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Followed articles",
|
|
363
|
+
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
364
|
+
"ui.navigationSettingsIconButton.followings": "Following",
|
|
365
|
+
"ui.navigationSettingsIconButton.interests": "Interests",
|
|
366
|
+
"ui.navigationSettingsIconButton.logout": "Logout",
|
|
367
|
+
"ui.navigationSettingsIconButton.loyalty": "My Loyalty Program",
|
|
368
|
+
"ui.navigationSettingsIconButton.moderation": "Moderation",
|
|
369
|
+
"ui.navigationSettingsIconButton.platform": "Platform",
|
|
370
|
+
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
371
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Followed posts",
|
|
372
|
+
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
373
|
+
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
374
|
+
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
375
|
+
"ui.notification.collapsedFor.collapsedForAdvertising": "A contribution of yours has been hidden because several users have flagged it as \"spam\". View the website rules for more info.",
|
|
376
|
+
"ui.notification.collapsedFor.collapsedForAdvertisingSnippet": "Contribution hidden because flagged it as \"spam\"",
|
|
377
|
+
"ui.notification.collapsedFor.collapsedForAggressive": "A contribution of yours has been hidden because several users have flagged it as \"aggressive\". View the website rules for more info.",
|
|
378
|
+
"ui.notification.collapsedFor.collapsedForAggressiveSnippet": "Contribution hidden because flagged it as \"aggressive\"",
|
|
379
|
+
"ui.notification.collapsedFor.collapsedForOfftopic": "A contribution of yours has been hidden because several users have flagged it as \"off-topic\". View the website rules for more info.",
|
|
380
|
+
"ui.notification.collapsedFor.collapsedForOfftopicSnippet": "Contribution hidden because flagged it as \"off-topic\"",
|
|
381
|
+
"ui.notification.collapsedFor.collapsedForPoor": "A contribution of yours has been hidden because several users have flagged it as \"poor content\". View the website rules for more info.",
|
|
382
|
+
"ui.notification.collapsedFor.collapsedForPoorSnippet": "Contribution hidden because flagged it as \"poor content\"",
|
|
383
|
+
"ui.notification.collapsedFor.collapsedForVulgar": "A contribution of yours has been hidden because several users have flagged it as \"vulgar\". View the website rules for more info.",
|
|
384
|
+
"ui.notification.collapsedFor.collapsedForVulgarSnippet": "Contribution hidden because flagged it as \"vulgar\"",
|
|
385
|
+
"ui.notification.collapsedFor.youWrote": "Your contribution: ",
|
|
386
|
+
"ui.notification.comment.comment": "commented on your content:< ",
|
|
387
|
+
"ui.notification.comment.nestedComment": "replied to your comment: ",
|
|
388
|
+
"ui.notification.contribution.discussion": "created a new article",
|
|
389
|
+
"ui.notification.contribution.newPostOrStatus": "created a new {contribution}",
|
|
390
|
+
"ui.notification.contribution.snippet.discussion": "created a new article:",
|
|
391
|
+
"ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
|
|
392
|
+
"ui.notification.contributionFollow.follow": "is following your contribution:",
|
|
393
|
+
"ui.notification.deletedFor.deletedForAdvertising": "A contribution of yours has been removed because several users have flagged it as \"spam\". View the website rules for more info.",
|
|
394
|
+
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contribution removed because flagged it as \"spam\"",
|
|
395
|
+
"ui.notification.deletedFor.deletedForAggressive": "A contribution of yours has been removed because several users have flagged it as \"aggressive\". View the website rules for more info.",
|
|
396
|
+
"ui.notification.deletedFor.deletedForAggressiveSnippet": "Contribution removed because flagged it as \"aggressive\"",
|
|
397
|
+
"ui.notification.deletedFor.deletedForOfftopic": "A contribution of yours has been removed because several users have flagged it as \"off-topic\". View the website rules for more info.",
|
|
398
|
+
"ui.notification.deletedFor.deletedForOfftopicSnippet": "Contribution removed because flagged it as \"off-topic\"",
|
|
399
|
+
"ui.notification.deletedFor.deletedForPoor": "A contribution of yours has been removed because several users have flagged it as \"poor content\". View the website rules for more info.",
|
|
400
|
+
"ui.notification.deletedFor.deletedForPoorSnippet": "Contribution removed because flagged it as \"poor content\"",
|
|
401
|
+
"ui.notification.deletedFor.deletedForVulgar": "A contribution of yours has been removed because several users have flagged it as \"vulgar\". View the website rules for more info.",
|
|
402
|
+
"ui.notification.deletedFor.deletedForVulgarSnippet": "Contribution removed because flagged it as \"vulgar\"",
|
|
403
|
+
"ui.notification.deletedFor.youWrote": "Your contribution: ",
|
|
404
|
+
"ui.notification.incubatorApproved.approved": "Your incubator <b>\"{name}\"</b> has been approved.",
|
|
405
|
+
"ui.notification.incubatorApproved.viewIncubator": "View category",
|
|
406
|
+
"ui.notification.kindlyNoticeFlag.kindlyNoticeFlag": "You have flagged a contribution which is not irregular. Please read website rules before further flagging.",
|
|
407
|
+
"ui.notification.kindlyNoticeFlag.kindlyNoticeFlagSnippet": "You have flagged a contribution which is not irregular",
|
|
408
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeAdvertising": "Several users have flagged your contribution as \"spam\". Please, fix it according to website rules.",
|
|
409
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeAdvertisingSnippet": "Contribution flagged as \"spam\"",
|
|
410
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeAggressive": "Several users have flagged your contribution as \"aggressive\". Please, fix it according to website rules.",
|
|
411
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeAggressiveSnippet": "Contribution flagged as \"aggressive\"",
|
|
412
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeOfftopic": "Several users have flagged your contribution as \"off-topic\". Please, fix it according to website rules.",
|
|
413
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeOfftopicSnippet": "Contribution flagged as \"off-topic\"",
|
|
414
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticePoor": "Several users have flagged your contribution as \"poor content\". Please, fix it according to website rules.",
|
|
415
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticePoorSnippet": "Contribution flagged as \"poor content\"",
|
|
416
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeVulgar": "Several users have flagged your contribution as \"vulgar\". Please, fix it according to website rules.",
|
|
417
|
+
"ui.notification.kindlyNoticeFor.kindlyNoticeVulgarSnippet": "Contribution flagged as \"vulgar\"",
|
|
418
|
+
"ui.notification.kindlyNoticeFor.youWrote": "Your contribution: ",
|
|
419
|
+
"ui.notification.mention.quotedYou": "quoted you on:",
|
|
420
|
+
"ui.notification.newNotificationsLabel": "There are new notifications for you ({count}). Do you want to see them?",
|
|
421
|
+
"ui.notification.notificationNewChip.label": "New",
|
|
422
|
+
"ui.notification.notificationSuspend": "Active notifications. Click to disable.",
|
|
423
|
+
"ui.notification.notificationSuspended": "Suspended notifications. Click to reactivate.",
|
|
424
|
+
"ui.notification.privateMessage.btnReplyLabel": "Reply",
|
|
425
|
+
"ui.notification.privateMessage.btnViewLabel": "View",
|
|
426
|
+
"ui.notification.receivePrivateMessage": "sent you {total, plural, =0 {# messages} one {a message} other {# messages}}",
|
|
427
|
+
"ui.notification.showOthers": "Show more",
|
|
428
|
+
"ui.notification.undeletedFor.restoredContent": "Your previously removed content has been restored",
|
|
429
|
+
"ui.notification.undeletedFor.restoredContentSnippet": "Your removed content has been restored",
|
|
430
|
+
"ui.notification.undeletedFor.youWrote": "Your contribution: ",
|
|
431
|
+
"ui.notification.userBlocked.accountBlocked": "Your account has been blocked",
|
|
432
|
+
"ui.notification.userBlocked.accountReactivated": "Your account has been reactivated",
|
|
433
|
+
"ui.notification.userConnection.acceptConnection": "accepted your connection request",
|
|
434
|
+
"ui.notification.userConnection.requestConnection": "sent you a connection request",
|
|
435
|
+
"ui.notification.userFollow.followUser": "started following you",
|
|
436
|
+
"ui.notification.viewRules": "View website rules.",
|
|
437
|
+
"ui.notification.voteUp.appreciated": "appreciated you on:",
|
|
438
|
+
"ui.platformWidget.adm": "Administration",
|
|
439
|
+
"ui.platformWidget.edt": "Editor",
|
|
440
|
+
"ui.platformWidget.hc": "Help Center",
|
|
441
|
+
"ui.platformWidget.mod": "Moderation",
|
|
442
|
+
"ui.platformWidget.title": "Platform Access",
|
|
443
|
+
"ui.pollSuggestionWidget.button.showAll": "Show All",
|
|
444
|
+
"ui.pollSuggestionWidget.noMoreResults": "No more results",
|
|
445
|
+
"ui.pollSuggestionWidget.pollSnippet.button.seeItem": "See",
|
|
446
|
+
"ui.pollSuggestionWidget.subtitle.noResults": "No results found",
|
|
447
|
+
"ui.pollSuggestionWidget.title": "Suggested polls",
|
|
448
|
+
"ui.privateMessage.component.delete.message.dialog.confirm": "Yes",
|
|
449
|
+
"ui.privateMessage.component.delete.message.dialog.msg": "Are you sure you want to delete this message?",
|
|
450
|
+
"ui.privateMessage.editor.button.send": "send",
|
|
451
|
+
"ui.privateMessage.editor.disabled.msg": "You cannot send messages to people who don't follow you!",
|
|
452
|
+
"ui.privateMessage.editor.disabled.deleted.msg": "You cannot send messages to deleted users!",
|
|
453
|
+
"ui.privateMessage.editor.error.send.msg": "The message could not be sent",
|
|
454
|
+
"ui.privateMessage.editor.media.uploader.msg": "Upload the attachment (max 10MB) or drag it here",
|
|
455
|
+
"ui.privateMessage.editor.placeholder": "Write your message",
|
|
456
|
+
"ui.privateMessage.snippets.button.newMessage": "Create New Message",
|
|
457
|
+
"ui.privateMessage.snippets.searchBar.placeholder": "Search among users",
|
|
458
|
+
"ui.privateMessage.thread.emptyBox.message": "Select or compose a message",
|
|
459
|
+
"ui.privateMessage.thread.error.delete.msg": "An error occurred while deleting the message",
|
|
460
|
+
"ui.privateMessage.thread.message.deleted": "Message deleted",
|
|
461
|
+
"ui.privateMessage.thread.newMessage.autocomplete.placeholder": "Username",
|
|
462
|
+
"ui.privateMessage.thread.newMessage.to": "To:",
|
|
463
|
+
"ui.privateMessage.threadItem.menu.item.delete": "Delete Message",
|
|
464
|
+
"ui.privateMessageSettingsIconButton.dialog.confirm": "Yes",
|
|
465
|
+
"ui.privateMessageSettingsIconButton.dialog.msg": "Are you sure you want to delete this conversation?",
|
|
466
|
+
"ui.privateMessageSettingsIconButton.item.delete": "Delete",
|
|
467
|
+
"ui.privateMessageSettingsIconButton.item.profile": "See Profile",
|
|
468
|
+
"ui.relatedFeedObjectsWidget.button.showMore": "Show More",
|
|
469
|
+
"ui.relatedFeedObjectsWidget.noMoreResults": "No more results",
|
|
470
|
+
"ui.relatedFeedObjectsWidget.noResults": "No results found",
|
|
471
|
+
"ui.relatedFeedObjectsWidget.title": "Related Posts",
|
|
472
|
+
"ui.searchAutocomplete.loading": "Loading...",
|
|
473
|
+
"ui.searchAutocomplete.noOptions": "No results...",
|
|
474
|
+
"ui.searchAutocomplete.placeholder": "Search on {community}",
|
|
475
|
+
"ui.shared.messageChunkUploader.error": "An error occurred while uploading {filename} file. Please try again later.",
|
|
476
|
+
"ui.shared.URLTextField.error": "Please enter a valid URL",
|
|
477
|
+
"ui.snippetNotifications.broadcastMessages": "<b>MESSAGES:</b> you have {count, plural, =0 {# messages unread. <link>See them now →</link>} one {# message unread. <link>See it now →</link>} other {# messages unread. <link>See them now →</link>}}",
|
|
478
|
+
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
479
|
+
"ui.user.ignore": "Ignore",
|
|
480
|
+
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|
|
481
|
+
"ui.userActionIconButton.hide": "Block user",
|
|
482
|
+
"ui.userActionIconButton.information": "More Informations",
|
|
483
|
+
"ui.userActionIconButton.moderate": "Moderate user",
|
|
484
|
+
"ui.userActionIconButton.show": "Unblock user",
|
|
485
|
+
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
486
|
+
"ui.userActionIconButton.dialogHideAction": "All the contents of this profile will be hidden and you will no longer be able to interact with the user. Are you sure you want to proceed?",
|
|
487
|
+
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
488
|
+
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
489
|
+
"ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
|
|
490
|
+
"ui.userConnectionsRequestsSentWidget.subtitle.noResults": "No results found",
|
|
491
|
+
"ui.userConnectionsRequestsSentWidget.title": "{total, plural, =0 {# connections requests sent} one {# connection request sent} other {# connections requests sent}}",
|
|
492
|
+
"ui.userConnectionsRequestsWidget.button.showAll": "Show All",
|
|
493
|
+
"ui.userConnectionsRequestsWidget.modal.title": "Connections Requests",
|
|
494
|
+
"ui.userConnectionsRequestsWidget.noMoreResults": "No more results",
|
|
495
|
+
"ui.userConnectionsRequestsWidget.subtitle.noResults": "No results found",
|
|
496
|
+
"ui.userConnectionsRequestsWidget.title": "{total, plural, =0 {# connections requests} one {# connection request} other {# connections requests}}",
|
|
497
|
+
"ui.userConnectionsWidget.button.showAll": "Show All",
|
|
498
|
+
"ui.userConnectionsWidget.modal.title": "Connections",
|
|
499
|
+
"ui.userConnectionsWidget.noMoreResults": "No more results",
|
|
500
|
+
"ui.userConnectionsWidget.subtitle.noResults": "No results found",
|
|
501
|
+
"ui.userConnectionsWidget.title": "{total, plural, =0 {# connections} one {# connection} other {# connections}}",
|
|
502
|
+
"ui.userCounters.categories": "<b>{count}</b> Categories followed",
|
|
503
|
+
"ui.userCounters.connections": "<b>{count}</b> Connections",
|
|
504
|
+
"ui.userCounters.followers": "<b>{count}</b> Followers",
|
|
505
|
+
"ui.userCounters.followings": "<b>{count}</b> Following",
|
|
506
|
+
"ui.userFollowedCategoriesWidget.button.showAll": "Show All",
|
|
507
|
+
"ui.userFollowedCategoriesWidget.modal.title": "Followed Categories",
|
|
508
|
+
"ui.userFollowedCategoriesWidget.noMoreResults": "No more results",
|
|
509
|
+
"ui.userFollowedCategoriesWidget.subtitle.noResults": "No results found",
|
|
510
|
+
"ui.userFollowedCategoriesWidget.title": "{total, plural, =0 {# Categories followed} one {# Category followed} other {# Categories followed}}",
|
|
511
|
+
"ui.userFollowedUsersWidget.button.showAll": "Show All",
|
|
512
|
+
"ui.userFollowedUsersWidget.modal.title": "Following",
|
|
513
|
+
"ui.userFollowedUsersWidget.noMoreResults": "No more results",
|
|
514
|
+
"ui.userFollowedUsersWidget.subtitle.noResults": "No results found",
|
|
515
|
+
"ui.userFollowedUsersWidget.title": "{total, plural, =0 {# Following} one {# Following} other {# Following}}",
|
|
516
|
+
"ui.userFollowersWidget.button.showAll": "Show All",
|
|
517
|
+
"ui.userFollowersWidget.modal.title": "Followers",
|
|
518
|
+
"ui.userFollowersWidget.noMoreResults": "No more results",
|
|
519
|
+
"ui.userFollowersWidget.subtitle.noResults": "No results found",
|
|
520
|
+
"ui.userFollowersWidget.title": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|
|
521
|
+
"ui.userInfo.bio": "Bio",
|
|
522
|
+
"ui.userInfo.companyName": "Company",
|
|
523
|
+
"ui.userInfo.companyRole": "Company role",
|
|
524
|
+
"ui.userInfo.dateJoined": "Date joined",
|
|
525
|
+
"ui.userInfo.dateOfBirth": "Date of birth",
|
|
526
|
+
"ui.userInfo.description": "Job",
|
|
527
|
+
"ui.userInfo.dialog.title": "Public informations",
|
|
528
|
+
"ui.userInfo.fieldLink": "add your {field}",
|
|
529
|
+
"ui.userInfo.gender": "Gender",
|
|
530
|
+
"ui.userInfo.location": "Location",
|
|
531
|
+
"ui.userInfo.metadata.error.invalid": "This field is mandatory.",
|
|
532
|
+
"ui.userInfo.realName": "Real name",
|
|
533
|
+
"ui.userInfo.username": "Username",
|
|
534
|
+
"ui.userInfo.website": "Website",
|
|
535
|
+
"ui.userInfo.website.error.invalid": "Please enter a valid URL.",
|
|
536
|
+
"ui.userInfoDialog.title": "Informations",
|
|
537
|
+
"ui.userInfo.button.save": "Save",
|
|
538
|
+
"ui.userInfo.save.success": "Your data has been saved",
|
|
539
|
+
"ui.publicInfo.dateOfBirth.error": "Invalid birthdate",
|
|
540
|
+
"ui.userPopupNotification.viewOther": "View others",
|
|
541
|
+
"ui.userProfileBlocked.blockedUser": "The contents are hidden because you have blocked the user.",
|
|
542
|
+
"ui.userProfileBlocked.blockedUserBy": "The contents are hidden because you have been blocked by the user.",
|
|
543
|
+
"ui.userProfileBlocked.unBlockUser": "Unblock",
|
|
544
|
+
"ui.userProfileEdit.account": "Account settings",
|
|
545
|
+
"ui.userProfileEdit.info": "Public informations",
|
|
546
|
+
"ui.userProfileEdit.notification": "Notification settings",
|
|
547
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.confirm": "Yes",
|
|
548
|
+
"ui.userProfileEditAccount.socialAssociations.dialog.msg": "Are you sure you want to delete {field} association ?",
|
|
549
|
+
"ui.userProfileEditAccount.socialAssociations.title": "Manage login methods",
|
|
550
|
+
"ui.userProfileEditAccountCredentials.changePassword": "Change Password",
|
|
551
|
+
"ui.userProfileEditAccountCredentials.confirmPassword": "confirm password",
|
|
552
|
+
"ui.userProfileEditAccountCredentials.confirmPassword.error": "Please note that Password and Confirm Password do not match.",
|
|
553
|
+
"ui.userProfileEditAccountCredentials.email": "Email",
|
|
554
|
+
"ui.userProfileEditAccountCredentials.email.error.invalid": "The new email must be different from the current email.",
|
|
555
|
+
"ui.userProfileEditAccountCredentials.email.error.newEmailError.invalid": "Enter a valid email address.",
|
|
556
|
+
"ui.userProfileEditAccountCredentials.email.success": "Your email has been successfully changed",
|
|
557
|
+
"ui.userProfileEditAccountCredentials.email.successConfirm": "Your email will be changed once you have confirmed the email address! Check your email.",
|
|
558
|
+
"ui.userProfileEditAccountCredentials.newPassword": "new password",
|
|
559
|
+
"ui.userProfileEditAccountCredentials.newPassword.error.invalid": "Password must contain at least 3 of the following types of characters: \n lowercase letters, uppercase letters, numbers \n and special characters (eg !@#$%^&).",
|
|
560
|
+
"ui.userProfileEditAccountCredentials.newPassword.error.min_length": "Password must be at least 8 characters long",
|
|
561
|
+
"ui.userProfileEditAccountCredentials.newPassword.info": "The password must be at least 8 characters long \n and contain at least 3 of the following types of characters: \n lowercase letters, uppercase letters, numbers \n and special characters (eg !@#$%^&).",
|
|
562
|
+
"ui.userProfileEditAccountCredentials.password": "password",
|
|
563
|
+
"ui.userProfileEditAccountCredentials.password.error.invalid": "The current password is not correct!",
|
|
564
|
+
"ui.userProfileEditAccountCredentials.passwordLabel": "Password",
|
|
565
|
+
"ui.userProfileEditPublicInfo.genderFemale": "Female",
|
|
566
|
+
"ui.userProfileEditPublicInfo.genderMale": "Male",
|
|
567
|
+
"ui.userProfileEditPublicInfo.genderUnspecified": "Unspecified",
|
|
568
|
+
"ui.userProfileEditSettings.interaction.daily": "One time per day",
|
|
569
|
+
"ui.userProfileEditSettings.interaction.immediatly": "Immediately",
|
|
570
|
+
"ui.userProfileEditSettings.interaction.label": "I want an email:",
|
|
571
|
+
"ui.userProfileEditSettings.interaction.never": "Never",
|
|
572
|
+
"ui.userProfileEditSettings.interaction.title": "When someone interact with me",
|
|
573
|
+
"ui.userProfileEditSettings.notification.label": "show a temporary message in the bottom left corner:",
|
|
574
|
+
"ui.userProfileEditSettings.notification.title": "When receive a notification",
|
|
575
|
+
"ui.userProfileEditSettings.notificationSound.label": "make a sound:",
|
|
576
|
+
"ui.userProfileEditSettings.privateMessage.email": "Also via email",
|
|
577
|
+
"ui.userProfileEditSettings.privateMessage.frontend": "Only here",
|
|
578
|
+
"ui.userProfileEditSettings.privateMessage.label": "I want to be advised:",
|
|
579
|
+
"ui.userProfileEditSettings.privateMessage.title": "When I receive a private message",
|
|
580
|
+
"ui.userProfileEditSettings.saved": "Settings saved",
|
|
581
|
+
"ui.userSocialAssociation.add": "add a social login:",
|
|
582
|
+
"ui.userSocialAssociation.remove": "remove social login:",
|
|
583
|
+
"ui.userSuggestionWidget.button.showAll": "Show All",
|
|
584
|
+
"ui.userSuggestionWidget.noMoreResults": "No more results",
|
|
585
|
+
"ui.userSuggestionWidget.noResults": "No results found",
|
|
586
|
+
"ui.userSuggestionWidget.title": "People Suggestion",
|
|
587
|
+
"ui.userToastNotifications.comment.addedComment": "added a comment",
|
|
588
|
+
"ui.userToastNotifications.contributionFollow.follow": "is following your contribution",
|
|
589
|
+
"ui.userToastNotifications.dismiss": "Ok",
|
|
590
|
+
"ui.userToastNotifications.goToProfile": "Go to profile",
|
|
591
|
+
"ui.userToastNotifications.incubatorApproved.approved": "Your incubator {name} has been <b>approved</b>.",
|
|
592
|
+
"ui.userToastNotifications.incubatorApproved.viewIncubator": "View category",
|
|
593
|
+
"ui.userToastNotifications.mention.quotedYou": "mentioned you about",
|
|
594
|
+
"ui.userToastNotifications.privateMessage.sentMessage": "sent you a message",
|
|
595
|
+
"ui.userToastNotifications.replyMessage": "Reply",
|
|
596
|
+
"ui.userToastNotifications.undeletedFor.restoredContent": "Your previously removed content has been restored",
|
|
597
|
+
"ui.userToastNotifications.undeletedFor.youWrote": "Your contribution: ",
|
|
598
|
+
"ui.userToastNotifications.userBlocked.accountBlocked": "Your account has been <b>blocked</b>",
|
|
599
|
+
"ui.userToastNotifications.userBlocked.accountReactivated": "Your account has been <b>reactivated</b>",
|
|
600
|
+
"ui.userToastNotifications.viewContribution": "View contribution",
|
|
601
|
+
"ui.userToastNotifications.viewMessage": "View",
|
|
602
|
+
"ui.voteAudienceButton.dialog.end": "No more votes left",
|
|
603
|
+
"ui.voteAudienceButton.dialog.tab.all": "All",
|
|
604
|
+
"ui.voteAudienceButton.dialog.title": "Votes",
|
|
605
|
+
"ui.voteAudienceButton.votedByMe": "You + {total}",
|
|
606
|
+
"ui.voteAudienceButton.votedOnlyByMe": "Only you",
|
|
607
|
+
"ui.voteAudienceButton.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
|
|
608
|
+
"ui.voteButton.voteDown": "Unlike this contribute",
|
|
609
|
+
"ui.voteButton.voteUp": "Like this contribute",
|
|
610
|
+
"ui.webPushNotification.allow": "Allow",
|
|
611
|
+
"ui.webPushNotification.block": "Block",
|
|
612
|
+
"ui.webPushNotification.requestPermission": "This website would like to send push notification",
|
|
613
|
+
"ui.languageSwitcher.selectLanguage": "Select interface language",
|
|
614
|
+
"ui.languageSwitcher.language.it": "Italian",
|
|
615
|
+
"ui.languageSwitcher.language.en": "English"
|
|
625
616
|
}
|