@selfcommunity/react-i18n 0.5.0-alpha.2 → 0.5.0-alpha.3

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.
@@ -177,11 +177,6 @@
177
177
  "ui.feedObject.visibleToAll": "Visible to all",
178
178
  "ui.feedObject.comment.comment": "Comment",
179
179
  "ui.feedObject.comment.comments": "{total, plural, =0 {# Comments} one {# Comment} other {# Comments}}",
180
- "ui.feedObject.vote.voteUp": "Like this contribute",
181
- "ui.feedObject.vote.voteDown": "Unlike this contribute",
182
- "ui.feedObject.vote.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
183
- "ui.feedObject.vote.votedByOnlyMe": "Only you",
184
- "ui.feedObject.vote.votedByMe": "You + {total}",
185
180
  "ui.feedObject.share.share": "Share this contribute",
186
181
  "ui.feedObject.share.shareNow": "Share now",
187
182
  "ui.feedObject.share.facebook": "Facebook",
@@ -189,9 +184,6 @@
189
184
  "ui.feedObject.share.linkedin": "LinkedIn",
190
185
  "ui.feedObject.share.shareInCategories": "Share in {categories}",
191
186
  "ui.feedObject.share.shares": "{total, plural, =0 {# Shares} one {# Share} other {# Shares}}",
192
- "ui.feedObject.votesDialog.title": "Votes",
193
- "ui.feedObject.votesDialog.reactionsEnabled.title": "All",
194
- "ui.feedObject.votesDialog.noOtherLikes": "No other votes.",
195
187
  "ui.feedObject.sharesDialog.title": "Shares",
196
188
  "ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
197
189
  "ui.feedObject.contributors.title": "Contributors ({total})",
@@ -242,23 +234,12 @@
242
234
  "ui.commentsObject.previousComments": "Previous comments",
243
235
 
244
236
  "ui.commentObject.reply": "Reply",
245
- "ui.commentObject.voteUp": "Like",
246
- "ui.commentObject.voteDown": "Dislike",
247
- "ui.commentObject.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
248
237
  "ui.commentObject.viewLatestComment": "{total, plural, =0{No previous comments} one {View previous comment} other {View previous # comments}} ",
249
238
 
250
239
  "ui.commentObject.replyComment.reply": "Reply",
251
240
  "ui.commentObject.replyComment.save": "Save",
252
241
  "ui.commentObject.replyComment.cancel": "Cancel",
253
242
 
254
- "ui.commentObjectVotesDialog.title": "Votes",
255
- "ui.commentObjectVotesDialog.noOtherVotes": "No other votes.",
256
-
257
- "ui.commentObjectReactionsDialog.title": "All",
258
- "ui.commentObjectReactionsDialog.noOtherLikes": "No other votes.",
259
-
260
- "ui.feedObjectVotesDialog.title": "Votes",
261
-
262
243
  "ui.followCategoryButton.follow": "Follow",
263
244
  "ui.followCategoryButton.unfollow": "Unfollow",
264
245
 
@@ -347,8 +328,6 @@
347
328
  "ui.notification.userFollow.followUser": "started following you",
348
329
  "ui.notification.comment.comment": "commented on your content:< ",
349
330
  "ui.notification.comment.nestedComment": "replied to your comment: ",
350
- "ui.notification.comment.voteUp": "Like",
351
- "ui.notification.comment.voteDown": "Dislike",
352
331
  "ui.notification.userConnection.requestConnection": "sent you a connection request",
353
332
  "ui.notification.userConnection.acceptConnection": "accepted your connection request",
354
333
  "ui.notification.voteUp.appreciated": "appreciated you on:",
@@ -357,8 +336,6 @@
357
336
  "ui.notification.contribution.discussion": "created a new discussion",
358
337
  "ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
359
338
  "ui.notification.contribution.snippet.discussion": "created a new discussion:",
360
- "ui.notification.contribution.voteUp": "Like",
361
- "ui.notification.contribution.voteDown": "Dislike",
362
339
  "ui.notification.userBlocked.accountBlocked": "Your account has been blocked",
363
340
  "ui.notification.userBlocked.accountReactivated": "Your account has been reactivated",
364
341
  "ui.notification.undeletedFor.restoredContent": "Your previously removed content has been restored",
@@ -436,6 +413,7 @@
436
413
  "ui.privateMessage.editor.placeholder" : "Write your message",
437
414
  "ui.privateMessage.editor.disabled.msg" : "You cannot send messages to people who don't follow you!",
438
415
  "ui.privateMessage.editor.media.uploader.msg" : "Upload the attachment (max 10MB) or drag it here",
416
+ "ui.privateMessage.editor.media.uploader.error.msg" :"The selected file is too large, the maximum size allowed is 10 MB",
439
417
 
440
418
  "ui.privateMessage.threadItem.menu.item.delete" : "Delete Message",
441
419
  "ui.privateMessage.thread.newMessage.to" : "To:",
@@ -592,6 +570,17 @@
592
570
 
593
571
  "ui.consentSolutionButton.viewStateButton": "See your acceptance status",
594
572
 
573
+ "ui.voteButton.voteDown": "Unlike this contribute",
574
+ "ui.voteButton.voteUp": "Like this contribute",
575
+
576
+ "ui.voteAudienceButton.votedByMe": "You + {total}",
577
+ "ui.voteAudienceButton.votedOnlyByMe": "Only you",
578
+ "ui.voteAudienceButton.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
579
+
580
+ "ui.voteAudienceButton.dialog.title": "Votes",
581
+ "ui.voteAudienceButton.dialog.tab.all": "All",
582
+ "ui.voteAudienceButton.dialog.end": "No more votes left",
583
+
595
584
  "templates.userProfile.dateJoined": "Joined {date}",
596
585
  "templates.userProfile.edit": "Edit",
597
586
  "templates.userProfile.moderate": "Moderate user",
@@ -180,11 +180,6 @@
180
180
  "ui.feedObject.visibleToAll": "Visibile a tutti",
181
181
  "ui.feedObject.comment.comment": "Commenta",
182
182
  "ui.feedObject.comment.comments": "{total, plural, =0 {# Commenti} one {# Commento} other {# Commenti}}",
183
- "ui.feedObject.vote.voteUp": "Mi piace",
184
- "ui.feedObject.vote.voteDown": "Rimuovi il tuo like",
185
- "ui.feedObject.vote.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
186
- "ui.feedObject.vote.votedByOnlyMe": "Solo tu",
187
- "ui.feedObject.vote.votedByMe": "Tu + {total}",
188
183
  "ui.feedObject.share.share": "Condividi il contributo",
189
184
  "ui.feedObject.share.shareNow": "Condividi ora",
190
185
  "ui.feedObject.share.facebook": "Facebook",
@@ -192,9 +187,6 @@
192
187
  "ui.feedObject.share.linkedin": "LinkedIn",
193
188
  "ui.feedObject.share.shareInCategories": "Condividi in {categories}",
194
189
  "ui.feedObject.share.shares": "{total, plural, =0 {# Condivisioni} one {# Condivisione} other {# Condivisioni}}",
195
- "ui.feedObject.votesDialog.title": "Voti",
196
- "ui.feedObject.votesDialog.reactionsEnabled.title": "Tutti",
197
- "ui.feedObject.votesDialog.noOtherLikes": "Non ci sono altri voti.",
198
190
  "ui.feedObject.sharesDialog.title": "Condivisioni",
199
191
  "ui.feedObject.sharesDialog.noOtherLikes": "Non ci sono altre condivisioni.",
200
192
  "ui.feedObject.contributors.title": "{total, plural, =0 {# Partecipanti} one {# Partecipante} other {# Partecipanti}}",
@@ -245,23 +237,17 @@
245
237
  "ui.commentsObject.previousComments": "Commenti precedenti",
246
238
 
247
239
  "ui.commentObject.reply": "Replica",
248
- "ui.commentObject.voteUp": "Apprezza",
249
- "ui.commentObject.voteDown": "Non apprezzare",
250
- "ui.commentObject.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
251
240
  "ui.commentObject.viewLatestComment": "{total, plural, =0{Nessun commento precedente} one{Vedi un commento precedente} other{Vedi # commenti precedenti}} ",
252
241
 
253
242
  "ui.commentObject.replyComment.reply": "Replica",
254
243
  "ui.commentObject.replyComment.save": "Save",
255
244
  "ui.commentObject.replyComment.cancel": "Cancel",
256
245
 
257
- "ui.commentObjectVotesDialog.title": "Voti",
258
246
  "ui.commentObjectVotesDialog.noOtherVotes": "Non ci sono altri voti.",
259
247
 
260
248
  "ui.commentObjectReactionsDialog.title": "Tutti",
261
249
  "ui.commentObjectReactionsDialog.noOtherLikes": "Non ci sono altri voti.",
262
250
 
263
- "ui.feedObjectVotesDialog.title": "Votes",
264
-
265
251
  "ui.followCategoryButton.follow": "Segui",
266
252
  "ui.followCategoryButton.unfollow": "Non seguire",
267
253
 
@@ -349,8 +335,6 @@
349
335
  "ui.notification.userFollow.followUser": "ti sta seguendo",
350
336
  "ui.notification.comment.comment": "ha commentato il tuo contenuto: ",
351
337
  "ui.notification.comment.nestedComment": "ha replicato al tuo commento: ",
352
- "ui.notification.comment.voteUp": "Mi piace",
353
- "ui.notification.comment.voteDown": "Rimuovi il tuo like",
354
338
  "ui.notification.userConnection.requestConnection": "ti ha inviato una richiesta di connessione",
355
339
  "ui.notification.userConnection.acceptConnection": "ha accettato la tua richiesta di connessione",
356
340
  "ui.notification.voteUp.appreciated": "ti ha apprezzato su:",
@@ -359,8 +343,6 @@
359
343
  "ui.notification.contribution.discussion": "ha scritto una nuova discussione",
360
344
  "ui.notification.contribution.snippet.newPostOrStatus": "ha scritto un nuovo {contribution}:",
361
345
  "ui.notification.contribution.snippet.discussion": "ha scritto una nuova discussione:",
362
- "ui.notification.contribution.voteUp": "Mi piace",
363
- "ui.notification.contribution.voteDown": "Rimuovi il tuo like",
364
346
  "ui.notification.userBlocked.accountBlocked": "Il tuo account è stato bloccato",
365
347
  "ui.notification.userBlocked.accountReactivated": "Il tuo accont è stato sbloccato",
366
348
  "ui.notification.undeletedFor.restoredContent": "Un tuo contenuto, precedentemente rimosso, è stato ripristinato",
@@ -438,6 +420,7 @@
438
420
  "ui.privateMessage.editor.placeholder" : "Scrivi il tuo messagio",
439
421
  "ui.privateMessage.editor.disabled.msg" : "Non puoi inviare messaggi a chi non ti segue!",
440
422
  "ui.privateMessage.editor.media.uploader.msg" : "Carica l'allegato (max 10MB) oppure trascinalo qui",
423
+ "ui.privateMessage.editor.media.uploader.error.msg" :"Il file selezionato è troppo grande, la dimensione massima consentita è 10 MB",
441
424
 
442
425
  "ui.privateMessage.threadItem.menu.item.delete" : "Elimina Messaggio",
443
426
  "ui.privateMessage.thread.newMessage.to" : "A:",
@@ -593,6 +576,17 @@
593
576
 
594
577
  "ui.consentSolutionButton.viewStateButton": "Vedi il tuo stato di accettazione",
595
578
 
579
+ "ui.voteButton.voteDown": "Rimuovi il tuo like",
580
+ "ui.voteButton.voteUp": "Mi piace",
581
+
582
+ "ui.voteAudienceButton.votedByMe": "Tu + {total}",
583
+ "ui.voteAudienceButton.votedOnlyByMe": "Solo tu",
584
+ "ui.voteAudienceButton.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
585
+
586
+ "ui.voteAudienceButton.dialog.title": "Voti",
587
+ "ui.voteAudienceButton.dialog.tab.all": "Tutti",
588
+ "ui.voteAudienceButton.dialog.end": "Non ci sono altri votanti",
589
+
596
590
  "templates.userProfile.dateJoined": "Iscritto da {date}",
597
591
  "templates.userProfile.edit": "Modifica",
598
592
  "templates.userProfile.moderate": "Modera utente",
@@ -177,11 +177,6 @@
177
177
  "ui.feedObject.visibleToAll": "Visible to all",
178
178
  "ui.feedObject.comment.comment": "Comment",
179
179
  "ui.feedObject.comment.comments": "{total, plural, =0 {# Comments} one {# Comment} other {# Comments}}",
180
- "ui.feedObject.vote.voteUp": "Like this contribute",
181
- "ui.feedObject.vote.voteDown": "Unlike this contribute",
182
- "ui.feedObject.vote.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
183
- "ui.feedObject.vote.votedByOnlyMe": "Only you",
184
- "ui.feedObject.vote.votedByMe": "You + {total}",
185
180
  "ui.feedObject.share.share": "Share this contribute",
186
181
  "ui.feedObject.share.shareNow": "Share now",
187
182
  "ui.feedObject.share.facebook": "Facebook",
@@ -189,9 +184,6 @@
189
184
  "ui.feedObject.share.linkedin": "LinkedIn",
190
185
  "ui.feedObject.share.shareInCategories": "Share in {categories}",
191
186
  "ui.feedObject.share.shares": "{total, plural, =0 {# Shares} one {# Share} other {# Shares}}",
192
- "ui.feedObject.votesDialog.title": "Votes",
193
- "ui.feedObject.votesDialog.reactionsEnabled.title": "All",
194
- "ui.feedObject.votesDialog.noOtherLikes": "No other votes.",
195
187
  "ui.feedObject.sharesDialog.title": "Shares",
196
188
  "ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
197
189
  "ui.feedObject.contributors.title": "Contributors ({total})",
@@ -242,23 +234,12 @@
242
234
  "ui.commentsObject.previousComments": "Previous comments",
243
235
 
244
236
  "ui.commentObject.reply": "Reply",
245
- "ui.commentObject.voteUp": "Like",
246
- "ui.commentObject.voteDown": "Dislike",
247
- "ui.commentObject.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
248
237
  "ui.commentObject.viewLatestComment": "{total, plural, =0{No previous comments} one {View previous comment} other {View previous # comments}} ",
249
238
 
250
239
  "ui.commentObject.replyComment.reply": "Reply",
251
240
  "ui.commentObject.replyComment.save": "Save",
252
241
  "ui.commentObject.replyComment.cancel": "Cancel",
253
242
 
254
- "ui.commentObjectVotesDialog.title": "Votes",
255
- "ui.commentObjectVotesDialog.noOtherVotes": "No other votes.",
256
-
257
- "ui.commentObjectReactionsDialog.title": "All",
258
- "ui.commentObjectReactionsDialog.noOtherLikes": "No other votes.",
259
-
260
- "ui.feedObjectVotesDialog.title": "Votes",
261
-
262
243
  "ui.followCategoryButton.follow": "Follow",
263
244
  "ui.followCategoryButton.unfollow": "Unfollow",
264
245
 
@@ -347,8 +328,6 @@
347
328
  "ui.notification.userFollow.followUser": "started following you",
348
329
  "ui.notification.comment.comment": "commented on your content:< ",
349
330
  "ui.notification.comment.nestedComment": "replied to your comment: ",
350
- "ui.notification.comment.voteUp": "Like",
351
- "ui.notification.comment.voteDown": "Dislike",
352
331
  "ui.notification.userConnection.requestConnection": "sent you a connection request",
353
332
  "ui.notification.userConnection.acceptConnection": "accepted your connection request",
354
333
  "ui.notification.voteUp.appreciated": "appreciated you on:",
@@ -357,8 +336,6 @@
357
336
  "ui.notification.contribution.discussion": "created a new discussion",
358
337
  "ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
359
338
  "ui.notification.contribution.snippet.discussion": "created a new discussion:",
360
- "ui.notification.contribution.voteUp": "Like",
361
- "ui.notification.contribution.voteDown": "Dislike",
362
339
  "ui.notification.userBlocked.accountBlocked": "Your account has been blocked",
363
340
  "ui.notification.userBlocked.accountReactivated": "Your account has been reactivated",
364
341
  "ui.notification.undeletedFor.restoredContent": "Your previously removed content has been restored",
@@ -436,6 +413,7 @@
436
413
  "ui.privateMessage.editor.placeholder" : "Write your message",
437
414
  "ui.privateMessage.editor.disabled.msg" : "You cannot send messages to people who don't follow you!",
438
415
  "ui.privateMessage.editor.media.uploader.msg" : "Upload the attachment (max 10MB) or drag it here",
416
+ "ui.privateMessage.editor.media.uploader.error.msg" :"The selected file is too large, the maximum size allowed is 10 MB",
439
417
 
440
418
  "ui.privateMessage.threadItem.menu.item.delete" : "Delete Message",
441
419
  "ui.privateMessage.thread.newMessage.to" : "To:",
@@ -592,6 +570,17 @@
592
570
 
593
571
  "ui.consentSolutionButton.viewStateButton": "See your acceptance status",
594
572
 
573
+ "ui.voteButton.voteDown": "Unlike this contribute",
574
+ "ui.voteButton.voteUp": "Like this contribute",
575
+
576
+ "ui.voteAudienceButton.votedByMe": "You + {total}",
577
+ "ui.voteAudienceButton.votedOnlyByMe": "Only you",
578
+ "ui.voteAudienceButton.votes": "{total, plural, =0 {# Likes} one {# Like} other {# Likes}}",
579
+
580
+ "ui.voteAudienceButton.dialog.title": "Votes",
581
+ "ui.voteAudienceButton.dialog.tab.all": "All",
582
+ "ui.voteAudienceButton.dialog.end": "No more votes left",
583
+
595
584
  "templates.userProfile.dateJoined": "Joined {date}",
596
585
  "templates.userProfile.edit": "Edit",
597
586
  "templates.userProfile.moderate": "Moderate user",
@@ -180,11 +180,6 @@
180
180
  "ui.feedObject.visibleToAll": "Visibile a tutti",
181
181
  "ui.feedObject.comment.comment": "Commenta",
182
182
  "ui.feedObject.comment.comments": "{total, plural, =0 {# Commenti} one {# Commento} other {# Commenti}}",
183
- "ui.feedObject.vote.voteUp": "Mi piace",
184
- "ui.feedObject.vote.voteDown": "Rimuovi il tuo like",
185
- "ui.feedObject.vote.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
186
- "ui.feedObject.vote.votedByOnlyMe": "Solo tu",
187
- "ui.feedObject.vote.votedByMe": "Tu + {total}",
188
183
  "ui.feedObject.share.share": "Condividi il contributo",
189
184
  "ui.feedObject.share.shareNow": "Condividi ora",
190
185
  "ui.feedObject.share.facebook": "Facebook",
@@ -192,9 +187,6 @@
192
187
  "ui.feedObject.share.linkedin": "LinkedIn",
193
188
  "ui.feedObject.share.shareInCategories": "Condividi in {categories}",
194
189
  "ui.feedObject.share.shares": "{total, plural, =0 {# Condivisioni} one {# Condivisione} other {# Condivisioni}}",
195
- "ui.feedObject.votesDialog.title": "Voti",
196
- "ui.feedObject.votesDialog.reactionsEnabled.title": "Tutti",
197
- "ui.feedObject.votesDialog.noOtherLikes": "Non ci sono altri voti.",
198
190
  "ui.feedObject.sharesDialog.title": "Condivisioni",
199
191
  "ui.feedObject.sharesDialog.noOtherLikes": "Non ci sono altre condivisioni.",
200
192
  "ui.feedObject.contributors.title": "{total, plural, =0 {# Partecipanti} one {# Partecipante} other {# Partecipanti}}",
@@ -245,23 +237,17 @@
245
237
  "ui.commentsObject.previousComments": "Commenti precedenti",
246
238
 
247
239
  "ui.commentObject.reply": "Replica",
248
- "ui.commentObject.voteUp": "Apprezza",
249
- "ui.commentObject.voteDown": "Non apprezzare",
250
- "ui.commentObject.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
251
240
  "ui.commentObject.viewLatestComment": "{total, plural, =0{Nessun commento precedente} one{Vedi un commento precedente} other{Vedi # commenti precedenti}} ",
252
241
 
253
242
  "ui.commentObject.replyComment.reply": "Replica",
254
243
  "ui.commentObject.replyComment.save": "Save",
255
244
  "ui.commentObject.replyComment.cancel": "Cancel",
256
245
 
257
- "ui.commentObjectVotesDialog.title": "Voti",
258
246
  "ui.commentObjectVotesDialog.noOtherVotes": "Non ci sono altri voti.",
259
247
 
260
248
  "ui.commentObjectReactionsDialog.title": "Tutti",
261
249
  "ui.commentObjectReactionsDialog.noOtherLikes": "Non ci sono altri voti.",
262
250
 
263
- "ui.feedObjectVotesDialog.title": "Votes",
264
-
265
251
  "ui.followCategoryButton.follow": "Segui",
266
252
  "ui.followCategoryButton.unfollow": "Non seguire",
267
253
 
@@ -349,8 +335,6 @@
349
335
  "ui.notification.userFollow.followUser": "ti sta seguendo",
350
336
  "ui.notification.comment.comment": "ha commentato il tuo contenuto: ",
351
337
  "ui.notification.comment.nestedComment": "ha replicato al tuo commento: ",
352
- "ui.notification.comment.voteUp": "Mi piace",
353
- "ui.notification.comment.voteDown": "Rimuovi il tuo like",
354
338
  "ui.notification.userConnection.requestConnection": "ti ha inviato una richiesta di connessione",
355
339
  "ui.notification.userConnection.acceptConnection": "ha accettato la tua richiesta di connessione",
356
340
  "ui.notification.voteUp.appreciated": "ti ha apprezzato su:",
@@ -359,8 +343,6 @@
359
343
  "ui.notification.contribution.discussion": "ha scritto una nuova discussione",
360
344
  "ui.notification.contribution.snippet.newPostOrStatus": "ha scritto un nuovo {contribution}:",
361
345
  "ui.notification.contribution.snippet.discussion": "ha scritto una nuova discussione:",
362
- "ui.notification.contribution.voteUp": "Mi piace",
363
- "ui.notification.contribution.voteDown": "Rimuovi il tuo like",
364
346
  "ui.notification.userBlocked.accountBlocked": "Il tuo account è stato bloccato",
365
347
  "ui.notification.userBlocked.accountReactivated": "Il tuo accont è stato sbloccato",
366
348
  "ui.notification.undeletedFor.restoredContent": "Un tuo contenuto, precedentemente rimosso, è stato ripristinato",
@@ -438,6 +420,7 @@
438
420
  "ui.privateMessage.editor.placeholder" : "Scrivi il tuo messagio",
439
421
  "ui.privateMessage.editor.disabled.msg" : "Non puoi inviare messaggi a chi non ti segue!",
440
422
  "ui.privateMessage.editor.media.uploader.msg" : "Carica l'allegato (max 10MB) oppure trascinalo qui",
423
+ "ui.privateMessage.editor.media.uploader.error.msg" :"Il file selezionato è troppo grande, la dimensione massima consentita è 10 MB",
441
424
 
442
425
  "ui.privateMessage.threadItem.menu.item.delete" : "Elimina Messaggio",
443
426
  "ui.privateMessage.thread.newMessage.to" : "A:",
@@ -593,6 +576,17 @@
593
576
 
594
577
  "ui.consentSolutionButton.viewStateButton": "Vedi il tuo stato di accettazione",
595
578
 
579
+ "ui.voteButton.voteDown": "Rimuovi il tuo like",
580
+ "ui.voteButton.voteUp": "Mi piace",
581
+
582
+ "ui.voteAudienceButton.votedByMe": "Tu + {total}",
583
+ "ui.voteAudienceButton.votedOnlyByMe": "Solo tu",
584
+ "ui.voteAudienceButton.votes": "{total, plural, =0 {# Voti} one {# Voto} other {# Voti}}",
585
+
586
+ "ui.voteAudienceButton.dialog.title": "Voti",
587
+ "ui.voteAudienceButton.dialog.tab.all": "Tutti",
588
+ "ui.voteAudienceButton.dialog.end": "Non ci sono altri votanti",
589
+
596
590
  "templates.userProfile.dateJoined": "Iscritto da {date}",
597
591
  "templates.userProfile.edit": "Modifica",
598
592
  "templates.userProfile.moderate": "Modera utente",
@@ -151,11 +151,6 @@ declare const _default: {
151
151
  "ui.feedObject.visibleToAll": string;
152
152
  "ui.feedObject.comment.comment": string;
153
153
  "ui.feedObject.comment.comments": string;
154
- "ui.feedObject.vote.voteUp": string;
155
- "ui.feedObject.vote.voteDown": string;
156
- "ui.feedObject.vote.votes": string;
157
- "ui.feedObject.vote.votedByOnlyMe": string;
158
- "ui.feedObject.vote.votedByMe": string;
159
154
  "ui.feedObject.share.share": string;
160
155
  "ui.feedObject.share.shareNow": string;
161
156
  "ui.feedObject.share.facebook": string;
@@ -163,9 +158,6 @@ declare const _default: {
163
158
  "ui.feedObject.share.linkedin": string;
164
159
  "ui.feedObject.share.shareInCategories": string;
165
160
  "ui.feedObject.share.shares": string;
166
- "ui.feedObject.votesDialog.title": string;
167
- "ui.feedObject.votesDialog.reactionsEnabled.title": string;
168
- "ui.feedObject.votesDialog.noOtherLikes": string;
169
161
  "ui.feedObject.sharesDialog.title": string;
170
162
  "ui.feedObject.sharesDialog.noOtherLikes": string;
171
163
  "ui.feedObject.contributors.title": string;
@@ -209,18 +201,10 @@ declare const _default: {
209
201
  "ui.commentsObject.nextComments": string;
210
202
  "ui.commentsObject.previousComments": string;
211
203
  "ui.commentObject.reply": string;
212
- "ui.commentObject.voteUp": string;
213
- "ui.commentObject.voteDown": string;
214
- "ui.commentObject.votes": string;
215
204
  "ui.commentObject.viewLatestComment": string;
216
205
  "ui.commentObject.replyComment.reply": string;
217
206
  "ui.commentObject.replyComment.save": string;
218
207
  "ui.commentObject.replyComment.cancel": string;
219
- "ui.commentObjectVotesDialog.title": string;
220
- "ui.commentObjectVotesDialog.noOtherVotes": string;
221
- "ui.commentObjectReactionsDialog.title": string;
222
- "ui.commentObjectReactionsDialog.noOtherLikes": string;
223
- "ui.feedObjectVotesDialog.title": string;
224
208
  "ui.followCategoryButton.follow": string;
225
209
  "ui.followCategoryButton.unfollow": string;
226
210
  "ui.followUserButton.follow": string;
@@ -293,8 +277,6 @@ declare const _default: {
293
277
  "ui.notification.userFollow.followUser": string;
294
278
  "ui.notification.comment.comment": string;
295
279
  "ui.notification.comment.nestedComment": string;
296
- "ui.notification.comment.voteUp": string;
297
- "ui.notification.comment.voteDown": string;
298
280
  "ui.notification.userConnection.requestConnection": string;
299
281
  "ui.notification.userConnection.acceptConnection": string;
300
282
  "ui.notification.voteUp.appreciated": string;
@@ -303,8 +285,6 @@ declare const _default: {
303
285
  "ui.notification.contribution.discussion": string;
304
286
  "ui.notification.contribution.snippet.newPostOrStatus": string;
305
287
  "ui.notification.contribution.snippet.discussion": string;
306
- "ui.notification.contribution.voteUp": string;
307
- "ui.notification.contribution.voteDown": string;
308
288
  "ui.notification.userBlocked.accountBlocked": string;
309
289
  "ui.notification.userBlocked.accountReactivated": string;
310
290
  "ui.notification.undeletedFor.restoredContent": string;
@@ -375,6 +355,7 @@ declare const _default: {
375
355
  "ui.privateMessage.editor.placeholder": string;
376
356
  "ui.privateMessage.editor.disabled.msg": string;
377
357
  "ui.privateMessage.editor.media.uploader.msg": string;
358
+ "ui.privateMessage.editor.media.uploader.error.msg": string;
378
359
  "ui.privateMessage.threadItem.menu.item.delete": string;
379
360
  "ui.privateMessage.thread.newMessage.to": string;
380
361
  "ui.privateMessage.thread.newMessage.autocomplete.placeholder": string;
@@ -509,6 +490,14 @@ declare const _default: {
509
490
  "ui.consentSolution.removeAccountConfirmButton": string;
510
491
  "ui.consentSolution.removeAccountCancelButton": string;
511
492
  "ui.consentSolutionButton.viewStateButton": string;
493
+ "ui.voteButton.voteDown": string;
494
+ "ui.voteButton.voteUp": string;
495
+ "ui.voteAudienceButton.votedByMe": string;
496
+ "ui.voteAudienceButton.votedOnlyByMe": string;
497
+ "ui.voteAudienceButton.votes": string;
498
+ "ui.voteAudienceButton.dialog.title": string;
499
+ "ui.voteAudienceButton.dialog.tab.all": string;
500
+ "ui.voteAudienceButton.dialog.end": string;
512
501
  "templates.userProfile.dateJoined": string;
513
502
  "templates.userProfile.edit": string;
514
503
  "templates.userProfile.moderate": string;
@@ -673,11 +662,6 @@ declare const _default: {
673
662
  "ui.feedObject.visibleToAll": string;
674
663
  "ui.feedObject.comment.comment": string;
675
664
  "ui.feedObject.comment.comments": string;
676
- "ui.feedObject.vote.voteUp": string;
677
- "ui.feedObject.vote.voteDown": string;
678
- "ui.feedObject.vote.votes": string;
679
- "ui.feedObject.vote.votedByOnlyMe": string;
680
- "ui.feedObject.vote.votedByMe": string;
681
665
  "ui.feedObject.share.share": string;
682
666
  "ui.feedObject.share.shareNow": string;
683
667
  "ui.feedObject.share.facebook": string;
@@ -685,9 +669,6 @@ declare const _default: {
685
669
  "ui.feedObject.share.linkedin": string;
686
670
  "ui.feedObject.share.shareInCategories": string;
687
671
  "ui.feedObject.share.shares": string;
688
- "ui.feedObject.votesDialog.title": string;
689
- "ui.feedObject.votesDialog.reactionsEnabled.title": string;
690
- "ui.feedObject.votesDialog.noOtherLikes": string;
691
672
  "ui.feedObject.sharesDialog.title": string;
692
673
  "ui.feedObject.sharesDialog.noOtherLikes": string;
693
674
  "ui.feedObject.contributors.title": string;
@@ -731,18 +712,13 @@ declare const _default: {
731
712
  "ui.commentsObject.nextComments": string;
732
713
  "ui.commentsObject.previousComments": string;
733
714
  "ui.commentObject.reply": string;
734
- "ui.commentObject.voteUp": string;
735
- "ui.commentObject.voteDown": string;
736
- "ui.commentObject.votes": string;
737
715
  "ui.commentObject.viewLatestComment": string;
738
716
  "ui.commentObject.replyComment.reply": string;
739
717
  "ui.commentObject.replyComment.save": string;
740
718
  "ui.commentObject.replyComment.cancel": string;
741
- "ui.commentObjectVotesDialog.title": string;
742
719
  "ui.commentObjectVotesDialog.noOtherVotes": string;
743
720
  "ui.commentObjectReactionsDialog.title": string;
744
721
  "ui.commentObjectReactionsDialog.noOtherLikes": string;
745
- "ui.feedObjectVotesDialog.title": string;
746
722
  "ui.followCategoryButton.follow": string;
747
723
  "ui.followCategoryButton.unfollow": string;
748
724
  "ui.followUserButton.follow": string;
@@ -815,8 +791,6 @@ declare const _default: {
815
791
  "ui.notification.userFollow.followUser": string;
816
792
  "ui.notification.comment.comment": string;
817
793
  "ui.notification.comment.nestedComment": string;
818
- "ui.notification.comment.voteUp": string;
819
- "ui.notification.comment.voteDown": string;
820
794
  "ui.notification.userConnection.requestConnection": string;
821
795
  "ui.notification.userConnection.acceptConnection": string;
822
796
  "ui.notification.voteUp.appreciated": string;
@@ -825,8 +799,6 @@ declare const _default: {
825
799
  "ui.notification.contribution.discussion": string;
826
800
  "ui.notification.contribution.snippet.newPostOrStatus": string;
827
801
  "ui.notification.contribution.snippet.discussion": string;
828
- "ui.notification.contribution.voteUp": string;
829
- "ui.notification.contribution.voteDown": string;
830
802
  "ui.notification.userBlocked.accountBlocked": string;
831
803
  "ui.notification.userBlocked.accountReactivated": string;
832
804
  "ui.notification.undeletedFor.restoredContent": string;
@@ -898,6 +870,7 @@ declare const _default: {
898
870
  "ui.privateMessage.editor.placeholder": string;
899
871
  "ui.privateMessage.editor.disabled.msg": string;
900
872
  "ui.privateMessage.editor.media.uploader.msg": string;
873
+ "ui.privateMessage.editor.media.uploader.error.msg": string;
901
874
  "ui.privateMessage.threadItem.menu.item.delete": string;
902
875
  "ui.privateMessage.thread.newMessage.to": string;
903
876
  "ui.privateMessage.thread.newMessage.autocomplete.placeholder": string;
@@ -1032,6 +1005,14 @@ declare const _default: {
1032
1005
  "ui.consentSolution.removeAccountConfirmButton": string;
1033
1006
  "ui.consentSolution.removeAccountCancelButton": string;
1034
1007
  "ui.consentSolutionButton.viewStateButton": string;
1008
+ "ui.voteButton.voteDown": string;
1009
+ "ui.voteButton.voteUp": string;
1010
+ "ui.voteAudienceButton.votedByMe": string;
1011
+ "ui.voteAudienceButton.votedOnlyByMe": string;
1012
+ "ui.voteAudienceButton.votes": string;
1013
+ "ui.voteAudienceButton.dialog.title": string;
1014
+ "ui.voteAudienceButton.dialog.tab.all": string;
1015
+ "ui.voteAudienceButton.dialog.end": string;
1035
1016
  "templates.userProfile.dateJoined": string;
1036
1017
  "templates.userProfile.edit": string;
1037
1018
  "templates.userProfile.moderate": string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAAwB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAAwB"}