@selfcommunity/react-i18n 0.8.0-alpha.15 → 0.8.0-alpha.17
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 +12 -0
- package/lib/cjs/locales/en.json +13 -7
- package/lib/cjs/locales/it.json +13 -7
- package/lib/esm/index.d.ts +12 -0
- package/lib/esm/locales/en.json +13 -7
- package/lib/esm/locales/it.json +13 -7
- package/lib/types/index.d.ts +12 -0
- package/lib/types/locales/en.json +13 -7
- package/lib/types/locales/it.json +13 -7
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -211,11 +211,13 @@ declare const locales: {
|
|
|
211
211
|
"ui.composer.layer.audience.all": string;
|
|
212
212
|
"ui.composer.layer.audience.all.message": string;
|
|
213
213
|
"ui.composer.layer.audience.tag": string;
|
|
214
|
+
"ui.composer.layer.audience.users": string;
|
|
214
215
|
"ui.composer.layer.audience.event": string;
|
|
215
216
|
"ui.composer.layer.audience.event.message": string;
|
|
216
217
|
"ui.composer.layer.audience.group": string;
|
|
217
218
|
"ui.composer.layer.audience.group.message": string;
|
|
218
219
|
"ui.composer.layer.audience.tag.message": string;
|
|
220
|
+
"ui.composer.layer.audience.users.message": string;
|
|
219
221
|
"ui.composer.layer.audience.tags.empty": string;
|
|
220
222
|
"ui.composer.layer.audience.tags.label": string;
|
|
221
223
|
"ui.composer.layer.audience.title": string;
|
|
@@ -1454,6 +1456,10 @@ declare const locales: {
|
|
|
1454
1456
|
"ui.paywallsConfigurator.noProducts": string;
|
|
1455
1457
|
"ui.paywallsConfigurator.filterByName": string;
|
|
1456
1458
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
1459
|
+
"ui.userAutocomplete.label": string;
|
|
1460
|
+
"ui.userAutocomplete.empty": string;
|
|
1461
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
1462
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
1457
1463
|
"ui.userBillingInfo.infoLabel": string;
|
|
1458
1464
|
"ui.userBillingInfo.name": string;
|
|
1459
1465
|
"ui.userBillingInfo.phone": string;
|
|
@@ -1726,11 +1732,13 @@ declare const locales: {
|
|
|
1726
1732
|
"ui.composer.layer.audience.all": string;
|
|
1727
1733
|
"ui.composer.layer.audience.all.message": string;
|
|
1728
1734
|
"ui.composer.layer.audience.tag": string;
|
|
1735
|
+
"ui.composer.layer.audience.users": string;
|
|
1729
1736
|
"ui.composer.layer.audience.event": string;
|
|
1730
1737
|
"ui.composer.layer.audience.event.message": string;
|
|
1731
1738
|
"ui.composer.layer.audience.group": string;
|
|
1732
1739
|
"ui.composer.layer.audience.group.message": string;
|
|
1733
1740
|
"ui.composer.layer.audience.tag.message": string;
|
|
1741
|
+
"ui.composer.layer.audience.users.message": string;
|
|
1734
1742
|
"ui.composer.layer.audience.tags.empty": string;
|
|
1735
1743
|
"ui.composer.layer.audience.tags.label": string;
|
|
1736
1744
|
"ui.composer.layer.audience.title": string;
|
|
@@ -2971,6 +2979,10 @@ declare const locales: {
|
|
|
2971
2979
|
"ui.paywallsConfigurator.noProducts": string;
|
|
2972
2980
|
"ui.paywallsConfigurator.filterByName": string;
|
|
2973
2981
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
2982
|
+
"ui.userAutocomplete.label": string;
|
|
2983
|
+
"ui.userAutocomplete.empty": string;
|
|
2984
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
2985
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
2974
2986
|
"ui.userBillingInfo.infoLabel": string;
|
|
2975
2987
|
"ui.userBillingInfo.name": string;
|
|
2976
2988
|
"ui.userBillingInfo.phone": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -210,11 +210,13 @@
|
|
|
210
210
|
"ui.composer.layer.audience.all": "All",
|
|
211
211
|
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
212
212
|
"ui.composer.layer.audience.tag": "By tags",
|
|
213
|
+
"ui.composer.layer.audience.users": "By users",
|
|
213
214
|
"ui.composer.layer.audience.event": "Events",
|
|
214
215
|
"ui.composer.layer.audience.event.message": "Your post will be visible to all users in the selected event",
|
|
215
216
|
"ui.composer.layer.audience.group": "Groups",
|
|
216
217
|
"ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
|
|
217
218
|
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
219
|
+
"ui.composer.layer.audience.users.message": "Your post will only be visible to the selected users.",
|
|
218
220
|
"ui.composer.layer.audience.tags.empty": "No tags to address",
|
|
219
221
|
"ui.composer.layer.audience.tags.label": "Tags",
|
|
220
222
|
"ui.composer.layer.audience.title": "Filter the audience",
|
|
@@ -656,7 +658,7 @@
|
|
|
656
658
|
"ui.feedObject.contributors.participants": "Participants",
|
|
657
659
|
"ui.feedObject.contributors.title": "Contributors ({total})",
|
|
658
660
|
"ui.feedObject.error": "The content is not currently available",
|
|
659
|
-
"ui.feedObject.follow": "
|
|
661
|
+
"ui.feedObject.follow": "Save",
|
|
660
662
|
"ui.feedObject.poll.choice.vote": "Vote",
|
|
661
663
|
"ui.feedObject.poll.closed": "Closed",
|
|
662
664
|
"ui.feedObject.poll.expDate": "Vote one of the following choices by ",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
"ui.feedObject.poll.voters": "{total, plural, =0 {# voters} one {# voter} other {# voters}}",
|
|
666
668
|
"ui.feedObject.poll.votes": "{total, plural, =0 {# votes} one {# vote} other {# votes}}",
|
|
667
669
|
"ui.feedObject.relevantActivities.comment": "{username} <link>commented</link> the contribution",
|
|
668
|
-
"ui.feedObject.relevantActivities.follow": "{username}
|
|
670
|
+
"ui.feedObject.relevantActivities.follow": "{username} saved the contribution",
|
|
669
671
|
"ui.feedObject.relevantActivities.noResults": "There aren't relevant activities to show at the moment.",
|
|
670
672
|
"ui.feedObject.relevantActivities.pollVote": "{username} voted the poll",
|
|
671
673
|
"ui.feedObject.relevantActivities.showOthers": "Show more",
|
|
@@ -679,7 +681,7 @@
|
|
|
679
681
|
"ui.feedObject.share.permanentLink": "Permanent link",
|
|
680
682
|
"ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
|
|
681
683
|
"ui.feedObject.sharesDialog.title": "Shares",
|
|
682
|
-
"ui.feedObject.unfollow": "
|
|
684
|
+
"ui.feedObject.unfollow": "Don't save anymore",
|
|
683
685
|
"ui.feedObject.visibleToAll": "Visible to all",
|
|
684
686
|
"ui.feedObject.visibleToGroup": "Visible to {group} group",
|
|
685
687
|
"ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
|
|
@@ -855,7 +857,7 @@
|
|
|
855
857
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
856
858
|
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
857
859
|
"ui.navigationSettingsIconButton.connections": "Connections",
|
|
858
|
-
"ui.navigationSettingsIconButton.discussionsFollowed": "
|
|
860
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Saved articles",
|
|
859
861
|
"ui.navigationSettingsIconButton.discussionsScheduled": "Scheduled articles",
|
|
860
862
|
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
861
863
|
"ui.navigationSettingsIconButton.followings": "Following",
|
|
@@ -867,7 +869,7 @@
|
|
|
867
869
|
"ui.navigationSettingsIconButton.platform": "Console",
|
|
868
870
|
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
869
871
|
"ui.navigationSettingsIconButton.postsScheduled": "Scheduled posts",
|
|
870
|
-
"ui.navigationSettingsIconButton.postsFollowed": "
|
|
872
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Saved posts",
|
|
871
873
|
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
872
874
|
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
873
875
|
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
@@ -890,7 +892,7 @@
|
|
|
890
892
|
"ui.notification.contribution.newPostOrStatus": "created a new {contribution}",
|
|
891
893
|
"ui.notification.contribution.snippet.discussion": "created a new article:",
|
|
892
894
|
"ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
|
|
893
|
-
"ui.notification.contributionFollow.follow": "is
|
|
895
|
+
"ui.notification.contributionFollow.follow": "is saving your contribution:",
|
|
894
896
|
"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.",
|
|
895
897
|
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contribution removed because flagged it as \"spam\"",
|
|
896
898
|
"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.",
|
|
@@ -1224,7 +1226,7 @@
|
|
|
1224
1226
|
"ui.userSuggestionWidget.noResults": "No results found",
|
|
1225
1227
|
"ui.userSuggestionWidget.title": "People Suggestion",
|
|
1226
1228
|
"ui.userToastNotifications.comment.addedComment": "added a comment",
|
|
1227
|
-
"ui.userToastNotifications.contributionFollow.follow": "is
|
|
1229
|
+
"ui.userToastNotifications.contributionFollow.follow": "is saving your post",
|
|
1228
1230
|
"ui.userToastNotifications.dismiss": "Ok",
|
|
1229
1231
|
"ui.userToastNotifications.goToProfile": "Go to profile",
|
|
1230
1232
|
"ui.userToastNotifications.incubatorApproved.approved": "Your incubator {name} has been <b>approved</b>.",
|
|
@@ -1453,6 +1455,10 @@
|
|
|
1453
1455
|
"ui.paywallsConfigurator.noProducts": "No products",
|
|
1454
1456
|
"ui.paywallsConfigurator.filterByName": "Filter by name",
|
|
1455
1457
|
"ui.paywallsConfigurator.openPriceslist": "Add selecting price from list",
|
|
1458
|
+
"ui.userAutocomplete.label": "Select users",
|
|
1459
|
+
"ui.userAutocomplete.empty": "No user found",
|
|
1460
|
+
"ui.userAutocomplete.textarea.label": "Selected Users",
|
|
1461
|
+
"ui.userAutocomplete.textarea.info": "<icon>info</icon> Paste the usernames below, separated by spaces, commas, or newlines",
|
|
1456
1462
|
"ui.userBillingInfo.infoLabel": "Billing address",
|
|
1457
1463
|
"ui.userBillingInfo.name": "Full Name",
|
|
1458
1464
|
"ui.userBillingInfo.phone": "Phone",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -210,11 +210,13 @@
|
|
|
210
210
|
"ui.composer.layer.audience.all": "Tutti",
|
|
211
211
|
"ui.composer.layer.audience.all.message": "Il tuo post sarà visibile da tutti.",
|
|
212
212
|
"ui.composer.layer.audience.tag": "Per tag",
|
|
213
|
+
"ui.composer.layer.audience.users": "Per utenti",
|
|
213
214
|
"ui.composer.layer.audience.event": "Eventi",
|
|
214
215
|
"ui.composer.layer.audience.event.message": "Il tuo post sarà visibile solo dagli utenti sottoscritti all'evento selezionato.",
|
|
215
216
|
"ui.composer.layer.audience.group": "Gruppi",
|
|
216
217
|
"ui.composer.layer.audience.group.message": "Il tuo post sarà visibile solo dagli utenti che fanno parte del gruppo selezionato.",
|
|
217
218
|
"ui.composer.layer.audience.tag.message": "Il tuo post sarà visibile solo dagli utenti che seguono almeno uno dei tag selezionati.",
|
|
219
|
+
"ui.composer.layer.audience.users.message": "Il tuo post sarà visibile solo dagli utenti selezionati.",
|
|
218
220
|
"ui.composer.layer.audience.tags.empty": "Nessun tag selezionabile",
|
|
219
221
|
"ui.composer.layer.audience.tags.label": "Tag",
|
|
220
222
|
"ui.composer.layer.audience.title": "Filtra il pubblico",
|
|
@@ -657,7 +659,7 @@
|
|
|
657
659
|
"ui.feedObject.contributors.participants": "Partecipanti",
|
|
658
660
|
"ui.feedObject.contributors.title": "{total, plural, =0 {# Partecipanti} one {# Partecipante} other {# Partecipanti}}",
|
|
659
661
|
"ui.feedObject.error": "Il contenuto non è disponibile al momento",
|
|
660
|
-
"ui.feedObject.follow": "
|
|
662
|
+
"ui.feedObject.follow": "Salva",
|
|
661
663
|
"ui.feedObject.poll.choice.vote": "Vota",
|
|
662
664
|
"ui.feedObject.poll.closed": "Chiuso",
|
|
663
665
|
"ui.feedObject.poll.expDate": "Vota una delle seguenti scelte entro il ",
|
|
@@ -666,7 +668,7 @@
|
|
|
666
668
|
"ui.feedObject.poll.voters": "{total, plural, =0 {# votanti} one {# votante} other {# votanti}}",
|
|
667
669
|
"ui.feedObject.poll.votes": "{total, plural, =0 {# voti} one {# voto} other {# voti}}",
|
|
668
670
|
"ui.feedObject.relevantActivities.comment": "{username} ha <link>commentato</link> il contributo",
|
|
669
|
-
"ui.feedObject.relevantActivities.follow": "{username}
|
|
671
|
+
"ui.feedObject.relevantActivities.follow": "{username} ha salvato il contributo",
|
|
670
672
|
"ui.feedObject.relevantActivities.noResults": "Non ci sono attività rilevanti da vedere al momento.",
|
|
671
673
|
"ui.feedObject.relevantActivities.pollVote": "{username} ha votato il sondaggio",
|
|
672
674
|
"ui.feedObject.relevantActivities.showOthers": "Vedi altre",
|
|
@@ -680,7 +682,7 @@
|
|
|
680
682
|
"ui.feedObject.share.permanentLink": "Link permanente",
|
|
681
683
|
"ui.feedObject.sharesDialog.noOtherLikes": "Non ci sono altre condivisioni.",
|
|
682
684
|
"ui.feedObject.sharesDialog.title": "Condivisioni",
|
|
683
|
-
"ui.feedObject.unfollow": "Non
|
|
685
|
+
"ui.feedObject.unfollow": "Non salvare più",
|
|
684
686
|
"ui.feedObject.visibleToAll": "Visibile a tutti",
|
|
685
687
|
"ui.feedObject.visibleToGroup": "Visibile al gruppo {group}",
|
|
686
688
|
"ui.feedObject.notificationsEnabled": "Le notifiche di questo contributo sono state abilitate",
|
|
@@ -856,7 +858,7 @@
|
|
|
856
858
|
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
857
859
|
"ui.navigationSettingsIconButton.communityTour": "Community Tour",
|
|
858
860
|
"ui.navigationSettingsIconButton.connections": "Connessioni",
|
|
859
|
-
"ui.navigationSettingsIconButton.discussionsFollowed": "Articoli
|
|
861
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Articoli salvati",
|
|
860
862
|
"ui.navigationSettingsIconButton.discussionsScheduled": "Articoli pianificati",
|
|
861
863
|
"ui.navigationSettingsIconButton.followers": "Utenti che mi seguono",
|
|
862
864
|
"ui.navigationSettingsIconButton.followings": "Utenti che seguo",
|
|
@@ -868,7 +870,7 @@
|
|
|
868
870
|
"ui.navigationSettingsIconButton.platform": "Console",
|
|
869
871
|
"ui.navigationSettingsIconButton.posts": "I miei post",
|
|
870
872
|
"ui.navigationSettingsIconButton.postsScheduled": "Post pianificati",
|
|
871
|
-
"ui.navigationSettingsIconButton.postsFollowed": "Post
|
|
873
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Post salvati",
|
|
872
874
|
"ui.navigationSettingsIconButton.privateMessages": "Messaggi privati",
|
|
873
875
|
"ui.navigationSettingsIconButton.profile": "Profilo",
|
|
874
876
|
"ui.navigationSettingsIconButton.settings": "Impostazioni",
|
|
@@ -891,7 +893,7 @@
|
|
|
891
893
|
"ui.notification.contribution.newPostOrStatus": "ha scritto un nuovo {contribution}",
|
|
892
894
|
"ui.notification.contribution.snippet.discussion": "ha scritto un nuovo articolo:",
|
|
893
895
|
"ui.notification.contribution.snippet.newPostOrStatus": "ha scritto un nuovo {contribution}:",
|
|
894
|
-
"ui.notification.contributionFollow.follow": "sta
|
|
896
|
+
"ui.notification.contributionFollow.follow": "sta salvando il tuo contributo:",
|
|
895
897
|
"ui.notification.deletedFor.deletedForAdvertising": "Il tuo contributo è stato rimosso perché la Community lo ha segnalato come \"spam\". Vedi il regolamento per ulteriori informazioni.",
|
|
896
898
|
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contributo rimosso perché segnalato come \"spam\"",
|
|
897
899
|
"ui.notification.deletedFor.deletedForAggressive": "Il tuo contributo è stato rimosso perché la Community lo ha segnalato come \"spam\". Vedi il regolamento per ulteriori informazioni.",
|
|
@@ -1226,7 +1228,7 @@
|
|
|
1226
1228
|
"ui.userSuggestionWidget.noResults": "Nessun risultato",
|
|
1227
1229
|
"ui.userSuggestionWidget.title": "Persone che potresti conoscere",
|
|
1228
1230
|
"ui.userToastNotifications.comment.addedComment": "ha aggiunto un commento",
|
|
1229
|
-
"ui.userToastNotifications.contributionFollow.follow": "sta
|
|
1231
|
+
"ui.userToastNotifications.contributionFollow.follow": "sta salvando il tuo post",
|
|
1230
1232
|
"ui.userToastNotifications.dismiss": "Ok",
|
|
1231
1233
|
"ui.userToastNotifications.goToProfile": "Vai al profilo",
|
|
1232
1234
|
"ui.userToastNotifications.incubatorApproved.approved": "Il tuo incubatore {name} è stato <b>approvato</b>.",
|
|
@@ -1455,6 +1457,10 @@
|
|
|
1455
1457
|
"ui.paywallsConfigurator.noProducts": "Nessun prodotto selezionabile",
|
|
1456
1458
|
"ui.paywallsConfigurator.filterByName": "Filtra per nome",
|
|
1457
1459
|
"ui.paywallsConfigurator.openPriceslist": "Seleziona prezzi",
|
|
1460
|
+
"ui.userAutocomplete.label": "Seleziona utenti",
|
|
1461
|
+
"ui.userAutocomplete.empty": "Nessun utente trovato",
|
|
1462
|
+
"ui.userAutocomplete.textarea.label": "Utenti selezionati",
|
|
1463
|
+
"ui.userAutocomplete.textarea.info": "<icon>info</icon> Incolla qui sotto i nomi utente, separati da spazi, virgole oppure a capo",
|
|
1458
1464
|
"ui.userBillingInfo.infoLabel": "Indirizzo di fatturazione",
|
|
1459
1465
|
"ui.userBillingInfo.name": "Nome e Cognome",
|
|
1460
1466
|
"ui.userBillingInfo.phone": "Telefono",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -211,11 +211,13 @@ declare const locales: {
|
|
|
211
211
|
"ui.composer.layer.audience.all": string;
|
|
212
212
|
"ui.composer.layer.audience.all.message": string;
|
|
213
213
|
"ui.composer.layer.audience.tag": string;
|
|
214
|
+
"ui.composer.layer.audience.users": string;
|
|
214
215
|
"ui.composer.layer.audience.event": string;
|
|
215
216
|
"ui.composer.layer.audience.event.message": string;
|
|
216
217
|
"ui.composer.layer.audience.group": string;
|
|
217
218
|
"ui.composer.layer.audience.group.message": string;
|
|
218
219
|
"ui.composer.layer.audience.tag.message": string;
|
|
220
|
+
"ui.composer.layer.audience.users.message": string;
|
|
219
221
|
"ui.composer.layer.audience.tags.empty": string;
|
|
220
222
|
"ui.composer.layer.audience.tags.label": string;
|
|
221
223
|
"ui.composer.layer.audience.title": string;
|
|
@@ -1454,6 +1456,10 @@ declare const locales: {
|
|
|
1454
1456
|
"ui.paywallsConfigurator.noProducts": string;
|
|
1455
1457
|
"ui.paywallsConfigurator.filterByName": string;
|
|
1456
1458
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
1459
|
+
"ui.userAutocomplete.label": string;
|
|
1460
|
+
"ui.userAutocomplete.empty": string;
|
|
1461
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
1462
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
1457
1463
|
"ui.userBillingInfo.infoLabel": string;
|
|
1458
1464
|
"ui.userBillingInfo.name": string;
|
|
1459
1465
|
"ui.userBillingInfo.phone": string;
|
|
@@ -1726,11 +1732,13 @@ declare const locales: {
|
|
|
1726
1732
|
"ui.composer.layer.audience.all": string;
|
|
1727
1733
|
"ui.composer.layer.audience.all.message": string;
|
|
1728
1734
|
"ui.composer.layer.audience.tag": string;
|
|
1735
|
+
"ui.composer.layer.audience.users": string;
|
|
1729
1736
|
"ui.composer.layer.audience.event": string;
|
|
1730
1737
|
"ui.composer.layer.audience.event.message": string;
|
|
1731
1738
|
"ui.composer.layer.audience.group": string;
|
|
1732
1739
|
"ui.composer.layer.audience.group.message": string;
|
|
1733
1740
|
"ui.composer.layer.audience.tag.message": string;
|
|
1741
|
+
"ui.composer.layer.audience.users.message": string;
|
|
1734
1742
|
"ui.composer.layer.audience.tags.empty": string;
|
|
1735
1743
|
"ui.composer.layer.audience.tags.label": string;
|
|
1736
1744
|
"ui.composer.layer.audience.title": string;
|
|
@@ -2971,6 +2979,10 @@ declare const locales: {
|
|
|
2971
2979
|
"ui.paywallsConfigurator.noProducts": string;
|
|
2972
2980
|
"ui.paywallsConfigurator.filterByName": string;
|
|
2973
2981
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
2982
|
+
"ui.userAutocomplete.label": string;
|
|
2983
|
+
"ui.userAutocomplete.empty": string;
|
|
2984
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
2985
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
2974
2986
|
"ui.userBillingInfo.infoLabel": string;
|
|
2975
2987
|
"ui.userBillingInfo.name": string;
|
|
2976
2988
|
"ui.userBillingInfo.phone": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -210,11 +210,13 @@
|
|
|
210
210
|
"ui.composer.layer.audience.all": "All",
|
|
211
211
|
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
212
212
|
"ui.composer.layer.audience.tag": "By tags",
|
|
213
|
+
"ui.composer.layer.audience.users": "By users",
|
|
213
214
|
"ui.composer.layer.audience.event": "Events",
|
|
214
215
|
"ui.composer.layer.audience.event.message": "Your post will be visible to all users in the selected event",
|
|
215
216
|
"ui.composer.layer.audience.group": "Groups",
|
|
216
217
|
"ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
|
|
217
218
|
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
219
|
+
"ui.composer.layer.audience.users.message": "Your post will only be visible to the selected users.",
|
|
218
220
|
"ui.composer.layer.audience.tags.empty": "No tags to address",
|
|
219
221
|
"ui.composer.layer.audience.tags.label": "Tags",
|
|
220
222
|
"ui.composer.layer.audience.title": "Filter the audience",
|
|
@@ -656,7 +658,7 @@
|
|
|
656
658
|
"ui.feedObject.contributors.participants": "Participants",
|
|
657
659
|
"ui.feedObject.contributors.title": "Contributors ({total})",
|
|
658
660
|
"ui.feedObject.error": "The content is not currently available",
|
|
659
|
-
"ui.feedObject.follow": "
|
|
661
|
+
"ui.feedObject.follow": "Save",
|
|
660
662
|
"ui.feedObject.poll.choice.vote": "Vote",
|
|
661
663
|
"ui.feedObject.poll.closed": "Closed",
|
|
662
664
|
"ui.feedObject.poll.expDate": "Vote one of the following choices by ",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
"ui.feedObject.poll.voters": "{total, plural, =0 {# voters} one {# voter} other {# voters}}",
|
|
666
668
|
"ui.feedObject.poll.votes": "{total, plural, =0 {# votes} one {# vote} other {# votes}}",
|
|
667
669
|
"ui.feedObject.relevantActivities.comment": "{username} <link>commented</link> the contribution",
|
|
668
|
-
"ui.feedObject.relevantActivities.follow": "{username}
|
|
670
|
+
"ui.feedObject.relevantActivities.follow": "{username} saved the contribution",
|
|
669
671
|
"ui.feedObject.relevantActivities.noResults": "There aren't relevant activities to show at the moment.",
|
|
670
672
|
"ui.feedObject.relevantActivities.pollVote": "{username} voted the poll",
|
|
671
673
|
"ui.feedObject.relevantActivities.showOthers": "Show more",
|
|
@@ -679,7 +681,7 @@
|
|
|
679
681
|
"ui.feedObject.share.permanentLink": "Permanent link",
|
|
680
682
|
"ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
|
|
681
683
|
"ui.feedObject.sharesDialog.title": "Shares",
|
|
682
|
-
"ui.feedObject.unfollow": "
|
|
684
|
+
"ui.feedObject.unfollow": "Don't save anymore",
|
|
683
685
|
"ui.feedObject.visibleToAll": "Visible to all",
|
|
684
686
|
"ui.feedObject.visibleToGroup": "Visible to {group} group",
|
|
685
687
|
"ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
|
|
@@ -855,7 +857,7 @@
|
|
|
855
857
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
856
858
|
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
857
859
|
"ui.navigationSettingsIconButton.connections": "Connections",
|
|
858
|
-
"ui.navigationSettingsIconButton.discussionsFollowed": "
|
|
860
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Saved articles",
|
|
859
861
|
"ui.navigationSettingsIconButton.discussionsScheduled": "Scheduled articles",
|
|
860
862
|
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
861
863
|
"ui.navigationSettingsIconButton.followings": "Following",
|
|
@@ -867,7 +869,7 @@
|
|
|
867
869
|
"ui.navigationSettingsIconButton.platform": "Console",
|
|
868
870
|
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
869
871
|
"ui.navigationSettingsIconButton.postsScheduled": "Scheduled posts",
|
|
870
|
-
"ui.navigationSettingsIconButton.postsFollowed": "
|
|
872
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Saved posts",
|
|
871
873
|
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
872
874
|
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
873
875
|
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
@@ -890,7 +892,7 @@
|
|
|
890
892
|
"ui.notification.contribution.newPostOrStatus": "created a new {contribution}",
|
|
891
893
|
"ui.notification.contribution.snippet.discussion": "created a new article:",
|
|
892
894
|
"ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
|
|
893
|
-
"ui.notification.contributionFollow.follow": "is
|
|
895
|
+
"ui.notification.contributionFollow.follow": "is saving your contribution:",
|
|
894
896
|
"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.",
|
|
895
897
|
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contribution removed because flagged it as \"spam\"",
|
|
896
898
|
"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.",
|
|
@@ -1224,7 +1226,7 @@
|
|
|
1224
1226
|
"ui.userSuggestionWidget.noResults": "No results found",
|
|
1225
1227
|
"ui.userSuggestionWidget.title": "People Suggestion",
|
|
1226
1228
|
"ui.userToastNotifications.comment.addedComment": "added a comment",
|
|
1227
|
-
"ui.userToastNotifications.contributionFollow.follow": "is
|
|
1229
|
+
"ui.userToastNotifications.contributionFollow.follow": "is saving your post",
|
|
1228
1230
|
"ui.userToastNotifications.dismiss": "Ok",
|
|
1229
1231
|
"ui.userToastNotifications.goToProfile": "Go to profile",
|
|
1230
1232
|
"ui.userToastNotifications.incubatorApproved.approved": "Your incubator {name} has been <b>approved</b>.",
|
|
@@ -1453,6 +1455,10 @@
|
|
|
1453
1455
|
"ui.paywallsConfigurator.noProducts": "No products",
|
|
1454
1456
|
"ui.paywallsConfigurator.filterByName": "Filter by name",
|
|
1455
1457
|
"ui.paywallsConfigurator.openPriceslist": "Add selecting price from list",
|
|
1458
|
+
"ui.userAutocomplete.label": "Select users",
|
|
1459
|
+
"ui.userAutocomplete.empty": "No user found",
|
|
1460
|
+
"ui.userAutocomplete.textarea.label": "Selected Users",
|
|
1461
|
+
"ui.userAutocomplete.textarea.info": "<icon>info</icon> Paste the usernames below, separated by spaces, commas, or newlines",
|
|
1456
1462
|
"ui.userBillingInfo.infoLabel": "Billing address",
|
|
1457
1463
|
"ui.userBillingInfo.name": "Full Name",
|
|
1458
1464
|
"ui.userBillingInfo.phone": "Phone",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -210,11 +210,13 @@
|
|
|
210
210
|
"ui.composer.layer.audience.all": "Tutti",
|
|
211
211
|
"ui.composer.layer.audience.all.message": "Il tuo post sarà visibile da tutti.",
|
|
212
212
|
"ui.composer.layer.audience.tag": "Per tag",
|
|
213
|
+
"ui.composer.layer.audience.users": "Per utenti",
|
|
213
214
|
"ui.composer.layer.audience.event": "Eventi",
|
|
214
215
|
"ui.composer.layer.audience.event.message": "Il tuo post sarà visibile solo dagli utenti sottoscritti all'evento selezionato.",
|
|
215
216
|
"ui.composer.layer.audience.group": "Gruppi",
|
|
216
217
|
"ui.composer.layer.audience.group.message": "Il tuo post sarà visibile solo dagli utenti che fanno parte del gruppo selezionato.",
|
|
217
218
|
"ui.composer.layer.audience.tag.message": "Il tuo post sarà visibile solo dagli utenti che seguono almeno uno dei tag selezionati.",
|
|
219
|
+
"ui.composer.layer.audience.users.message": "Il tuo post sarà visibile solo dagli utenti selezionati.",
|
|
218
220
|
"ui.composer.layer.audience.tags.empty": "Nessun tag selezionabile",
|
|
219
221
|
"ui.composer.layer.audience.tags.label": "Tag",
|
|
220
222
|
"ui.composer.layer.audience.title": "Filtra il pubblico",
|
|
@@ -657,7 +659,7 @@
|
|
|
657
659
|
"ui.feedObject.contributors.participants": "Partecipanti",
|
|
658
660
|
"ui.feedObject.contributors.title": "{total, plural, =0 {# Partecipanti} one {# Partecipante} other {# Partecipanti}}",
|
|
659
661
|
"ui.feedObject.error": "Il contenuto non è disponibile al momento",
|
|
660
|
-
"ui.feedObject.follow": "
|
|
662
|
+
"ui.feedObject.follow": "Salva",
|
|
661
663
|
"ui.feedObject.poll.choice.vote": "Vota",
|
|
662
664
|
"ui.feedObject.poll.closed": "Chiuso",
|
|
663
665
|
"ui.feedObject.poll.expDate": "Vota una delle seguenti scelte entro il ",
|
|
@@ -666,7 +668,7 @@
|
|
|
666
668
|
"ui.feedObject.poll.voters": "{total, plural, =0 {# votanti} one {# votante} other {# votanti}}",
|
|
667
669
|
"ui.feedObject.poll.votes": "{total, plural, =0 {# voti} one {# voto} other {# voti}}",
|
|
668
670
|
"ui.feedObject.relevantActivities.comment": "{username} ha <link>commentato</link> il contributo",
|
|
669
|
-
"ui.feedObject.relevantActivities.follow": "{username}
|
|
671
|
+
"ui.feedObject.relevantActivities.follow": "{username} ha salvato il contributo",
|
|
670
672
|
"ui.feedObject.relevantActivities.noResults": "Non ci sono attività rilevanti da vedere al momento.",
|
|
671
673
|
"ui.feedObject.relevantActivities.pollVote": "{username} ha votato il sondaggio",
|
|
672
674
|
"ui.feedObject.relevantActivities.showOthers": "Vedi altre",
|
|
@@ -680,7 +682,7 @@
|
|
|
680
682
|
"ui.feedObject.share.permanentLink": "Link permanente",
|
|
681
683
|
"ui.feedObject.sharesDialog.noOtherLikes": "Non ci sono altre condivisioni.",
|
|
682
684
|
"ui.feedObject.sharesDialog.title": "Condivisioni",
|
|
683
|
-
"ui.feedObject.unfollow": "Non
|
|
685
|
+
"ui.feedObject.unfollow": "Non salvare più",
|
|
684
686
|
"ui.feedObject.visibleToAll": "Visibile a tutti",
|
|
685
687
|
"ui.feedObject.visibleToGroup": "Visibile al gruppo {group}",
|
|
686
688
|
"ui.feedObject.notificationsEnabled": "Le notifiche di questo contributo sono state abilitate",
|
|
@@ -856,7 +858,7 @@
|
|
|
856
858
|
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
857
859
|
"ui.navigationSettingsIconButton.communityTour": "Community Tour",
|
|
858
860
|
"ui.navigationSettingsIconButton.connections": "Connessioni",
|
|
859
|
-
"ui.navigationSettingsIconButton.discussionsFollowed": "Articoli
|
|
861
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Articoli salvati",
|
|
860
862
|
"ui.navigationSettingsIconButton.discussionsScheduled": "Articoli pianificati",
|
|
861
863
|
"ui.navigationSettingsIconButton.followers": "Utenti che mi seguono",
|
|
862
864
|
"ui.navigationSettingsIconButton.followings": "Utenti che seguo",
|
|
@@ -868,7 +870,7 @@
|
|
|
868
870
|
"ui.navigationSettingsIconButton.platform": "Console",
|
|
869
871
|
"ui.navigationSettingsIconButton.posts": "I miei post",
|
|
870
872
|
"ui.navigationSettingsIconButton.postsScheduled": "Post pianificati",
|
|
871
|
-
"ui.navigationSettingsIconButton.postsFollowed": "Post
|
|
873
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Post salvati",
|
|
872
874
|
"ui.navigationSettingsIconButton.privateMessages": "Messaggi privati",
|
|
873
875
|
"ui.navigationSettingsIconButton.profile": "Profilo",
|
|
874
876
|
"ui.navigationSettingsIconButton.settings": "Impostazioni",
|
|
@@ -891,7 +893,7 @@
|
|
|
891
893
|
"ui.notification.contribution.newPostOrStatus": "ha scritto un nuovo {contribution}",
|
|
892
894
|
"ui.notification.contribution.snippet.discussion": "ha scritto un nuovo articolo:",
|
|
893
895
|
"ui.notification.contribution.snippet.newPostOrStatus": "ha scritto un nuovo {contribution}:",
|
|
894
|
-
"ui.notification.contributionFollow.follow": "sta
|
|
896
|
+
"ui.notification.contributionFollow.follow": "sta salvando il tuo contributo:",
|
|
895
897
|
"ui.notification.deletedFor.deletedForAdvertising": "Il tuo contributo è stato rimosso perché la Community lo ha segnalato come \"spam\". Vedi il regolamento per ulteriori informazioni.",
|
|
896
898
|
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contributo rimosso perché segnalato come \"spam\"",
|
|
897
899
|
"ui.notification.deletedFor.deletedForAggressive": "Il tuo contributo è stato rimosso perché la Community lo ha segnalato come \"spam\". Vedi il regolamento per ulteriori informazioni.",
|
|
@@ -1226,7 +1228,7 @@
|
|
|
1226
1228
|
"ui.userSuggestionWidget.noResults": "Nessun risultato",
|
|
1227
1229
|
"ui.userSuggestionWidget.title": "Persone che potresti conoscere",
|
|
1228
1230
|
"ui.userToastNotifications.comment.addedComment": "ha aggiunto un commento",
|
|
1229
|
-
"ui.userToastNotifications.contributionFollow.follow": "sta
|
|
1231
|
+
"ui.userToastNotifications.contributionFollow.follow": "sta salvando il tuo post",
|
|
1230
1232
|
"ui.userToastNotifications.dismiss": "Ok",
|
|
1231
1233
|
"ui.userToastNotifications.goToProfile": "Vai al profilo",
|
|
1232
1234
|
"ui.userToastNotifications.incubatorApproved.approved": "Il tuo incubatore {name} è stato <b>approvato</b>.",
|
|
@@ -1455,6 +1457,10 @@
|
|
|
1455
1457
|
"ui.paywallsConfigurator.noProducts": "Nessun prodotto selezionabile",
|
|
1456
1458
|
"ui.paywallsConfigurator.filterByName": "Filtra per nome",
|
|
1457
1459
|
"ui.paywallsConfigurator.openPriceslist": "Seleziona prezzi",
|
|
1460
|
+
"ui.userAutocomplete.label": "Seleziona utenti",
|
|
1461
|
+
"ui.userAutocomplete.empty": "Nessun utente trovato",
|
|
1462
|
+
"ui.userAutocomplete.textarea.label": "Utenti selezionati",
|
|
1463
|
+
"ui.userAutocomplete.textarea.info": "<icon>info</icon> Incolla qui sotto i nomi utente, separati da spazi, virgole oppure a capo",
|
|
1458
1464
|
"ui.userBillingInfo.infoLabel": "Indirizzo di fatturazione",
|
|
1459
1465
|
"ui.userBillingInfo.name": "Nome e Cognome",
|
|
1460
1466
|
"ui.userBillingInfo.phone": "Telefono",
|
package/lib/types/index.d.ts
CHANGED
|
@@ -211,11 +211,13 @@ declare const locales: {
|
|
|
211
211
|
"ui.composer.layer.audience.all": string;
|
|
212
212
|
"ui.composer.layer.audience.all.message": string;
|
|
213
213
|
"ui.composer.layer.audience.tag": string;
|
|
214
|
+
"ui.composer.layer.audience.users": string;
|
|
214
215
|
"ui.composer.layer.audience.event": string;
|
|
215
216
|
"ui.composer.layer.audience.event.message": string;
|
|
216
217
|
"ui.composer.layer.audience.group": string;
|
|
217
218
|
"ui.composer.layer.audience.group.message": string;
|
|
218
219
|
"ui.composer.layer.audience.tag.message": string;
|
|
220
|
+
"ui.composer.layer.audience.users.message": string;
|
|
219
221
|
"ui.composer.layer.audience.tags.empty": string;
|
|
220
222
|
"ui.composer.layer.audience.tags.label": string;
|
|
221
223
|
"ui.composer.layer.audience.title": string;
|
|
@@ -1454,6 +1456,10 @@ declare const locales: {
|
|
|
1454
1456
|
"ui.paywallsConfigurator.noProducts": string;
|
|
1455
1457
|
"ui.paywallsConfigurator.filterByName": string;
|
|
1456
1458
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
1459
|
+
"ui.userAutocomplete.label": string;
|
|
1460
|
+
"ui.userAutocomplete.empty": string;
|
|
1461
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
1462
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
1457
1463
|
"ui.userBillingInfo.infoLabel": string;
|
|
1458
1464
|
"ui.userBillingInfo.name": string;
|
|
1459
1465
|
"ui.userBillingInfo.phone": string;
|
|
@@ -1726,11 +1732,13 @@ declare const locales: {
|
|
|
1726
1732
|
"ui.composer.layer.audience.all": string;
|
|
1727
1733
|
"ui.composer.layer.audience.all.message": string;
|
|
1728
1734
|
"ui.composer.layer.audience.tag": string;
|
|
1735
|
+
"ui.composer.layer.audience.users": string;
|
|
1729
1736
|
"ui.composer.layer.audience.event": string;
|
|
1730
1737
|
"ui.composer.layer.audience.event.message": string;
|
|
1731
1738
|
"ui.composer.layer.audience.group": string;
|
|
1732
1739
|
"ui.composer.layer.audience.group.message": string;
|
|
1733
1740
|
"ui.composer.layer.audience.tag.message": string;
|
|
1741
|
+
"ui.composer.layer.audience.users.message": string;
|
|
1734
1742
|
"ui.composer.layer.audience.tags.empty": string;
|
|
1735
1743
|
"ui.composer.layer.audience.tags.label": string;
|
|
1736
1744
|
"ui.composer.layer.audience.title": string;
|
|
@@ -2971,6 +2979,10 @@ declare const locales: {
|
|
|
2971
2979
|
"ui.paywallsConfigurator.noProducts": string;
|
|
2972
2980
|
"ui.paywallsConfigurator.filterByName": string;
|
|
2973
2981
|
"ui.paywallsConfigurator.openPriceslist": string;
|
|
2982
|
+
"ui.userAutocomplete.label": string;
|
|
2983
|
+
"ui.userAutocomplete.empty": string;
|
|
2984
|
+
"ui.userAutocomplete.textarea.label": string;
|
|
2985
|
+
"ui.userAutocomplete.textarea.info": string;
|
|
2974
2986
|
"ui.userBillingInfo.infoLabel": string;
|
|
2975
2987
|
"ui.userBillingInfo.name": string;
|
|
2976
2988
|
"ui.userBillingInfo.phone": string;
|
|
@@ -210,11 +210,13 @@
|
|
|
210
210
|
"ui.composer.layer.audience.all": "All",
|
|
211
211
|
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
212
212
|
"ui.composer.layer.audience.tag": "By tags",
|
|
213
|
+
"ui.composer.layer.audience.users": "By users",
|
|
213
214
|
"ui.composer.layer.audience.event": "Events",
|
|
214
215
|
"ui.composer.layer.audience.event.message": "Your post will be visible to all users in the selected event",
|
|
215
216
|
"ui.composer.layer.audience.group": "Groups",
|
|
216
217
|
"ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
|
|
217
218
|
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
219
|
+
"ui.composer.layer.audience.users.message": "Your post will only be visible to the selected users.",
|
|
218
220
|
"ui.composer.layer.audience.tags.empty": "No tags to address",
|
|
219
221
|
"ui.composer.layer.audience.tags.label": "Tags",
|
|
220
222
|
"ui.composer.layer.audience.title": "Filter the audience",
|
|
@@ -656,7 +658,7 @@
|
|
|
656
658
|
"ui.feedObject.contributors.participants": "Participants",
|
|
657
659
|
"ui.feedObject.contributors.title": "Contributors ({total})",
|
|
658
660
|
"ui.feedObject.error": "The content is not currently available",
|
|
659
|
-
"ui.feedObject.follow": "
|
|
661
|
+
"ui.feedObject.follow": "Save",
|
|
660
662
|
"ui.feedObject.poll.choice.vote": "Vote",
|
|
661
663
|
"ui.feedObject.poll.closed": "Closed",
|
|
662
664
|
"ui.feedObject.poll.expDate": "Vote one of the following choices by ",
|
|
@@ -665,7 +667,7 @@
|
|
|
665
667
|
"ui.feedObject.poll.voters": "{total, plural, =0 {# voters} one {# voter} other {# voters}}",
|
|
666
668
|
"ui.feedObject.poll.votes": "{total, plural, =0 {# votes} one {# vote} other {# votes}}",
|
|
667
669
|
"ui.feedObject.relevantActivities.comment": "{username} <link>commented</link> the contribution",
|
|
668
|
-
"ui.feedObject.relevantActivities.follow": "{username}
|
|
670
|
+
"ui.feedObject.relevantActivities.follow": "{username} saved the contribution",
|
|
669
671
|
"ui.feedObject.relevantActivities.noResults": "There aren't relevant activities to show at the moment.",
|
|
670
672
|
"ui.feedObject.relevantActivities.pollVote": "{username} voted the poll",
|
|
671
673
|
"ui.feedObject.relevantActivities.showOthers": "Show more",
|
|
@@ -679,7 +681,7 @@
|
|
|
679
681
|
"ui.feedObject.share.permanentLink": "Permanent link",
|
|
680
682
|
"ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
|
|
681
683
|
"ui.feedObject.sharesDialog.title": "Shares",
|
|
682
|
-
"ui.feedObject.unfollow": "
|
|
684
|
+
"ui.feedObject.unfollow": "Don't save anymore",
|
|
683
685
|
"ui.feedObject.visibleToAll": "Visible to all",
|
|
684
686
|
"ui.feedObject.visibleToGroup": "Visible to {group} group",
|
|
685
687
|
"ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
|
|
@@ -855,7 +857,7 @@
|
|
|
855
857
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
856
858
|
"ui.navigationSettingsIconButton.communityTour": "Community tour",
|
|
857
859
|
"ui.navigationSettingsIconButton.connections": "Connections",
|
|
858
|
-
"ui.navigationSettingsIconButton.discussionsFollowed": "
|
|
860
|
+
"ui.navigationSettingsIconButton.discussionsFollowed": "Saved articles",
|
|
859
861
|
"ui.navigationSettingsIconButton.discussionsScheduled": "Scheduled articles",
|
|
860
862
|
"ui.navigationSettingsIconButton.followers": "Followers",
|
|
861
863
|
"ui.navigationSettingsIconButton.followings": "Following",
|
|
@@ -867,7 +869,7 @@
|
|
|
867
869
|
"ui.navigationSettingsIconButton.platform": "Console",
|
|
868
870
|
"ui.navigationSettingsIconButton.posts": "My posts",
|
|
869
871
|
"ui.navigationSettingsIconButton.postsScheduled": "Scheduled posts",
|
|
870
|
-
"ui.navigationSettingsIconButton.postsFollowed": "
|
|
872
|
+
"ui.navigationSettingsIconButton.postsFollowed": "Saved posts",
|
|
871
873
|
"ui.navigationSettingsIconButton.privateMessages": "Private messages",
|
|
872
874
|
"ui.navigationSettingsIconButton.profile": "Profile",
|
|
873
875
|
"ui.navigationSettingsIconButton.settings": "Settings",
|
|
@@ -890,7 +892,7 @@
|
|
|
890
892
|
"ui.notification.contribution.newPostOrStatus": "created a new {contribution}",
|
|
891
893
|
"ui.notification.contribution.snippet.discussion": "created a new article:",
|
|
892
894
|
"ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
|
|
893
|
-
"ui.notification.contributionFollow.follow": "is
|
|
895
|
+
"ui.notification.contributionFollow.follow": "is saving your contribution:",
|
|
894
896
|
"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.",
|
|
895
897
|
"ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contribution removed because flagged it as \"spam\"",
|
|
896
898
|
"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.",
|
|
@@ -1224,7 +1226,7 @@
|
|
|
1224
1226
|
"ui.userSuggestionWidget.noResults": "No results found",
|
|
1225
1227
|
"ui.userSuggestionWidget.title": "People Suggestion",
|
|
1226
1228
|
"ui.userToastNotifications.comment.addedComment": "added a comment",
|
|
1227
|
-
"ui.userToastNotifications.contributionFollow.follow": "is
|
|
1229
|
+
"ui.userToastNotifications.contributionFollow.follow": "is saving your post",
|
|
1228
1230
|
"ui.userToastNotifications.dismiss": "Ok",
|
|
1229
1231
|
"ui.userToastNotifications.goToProfile": "Go to profile",
|
|
1230
1232
|
"ui.userToastNotifications.incubatorApproved.approved": "Your incubator {name} has been <b>approved</b>.",
|
|
@@ -1453,6 +1455,10 @@
|
|
|
1453
1455
|
"ui.paywallsConfigurator.noProducts": "No products",
|
|
1454
1456
|
"ui.paywallsConfigurator.filterByName": "Filter by name",
|
|
1455
1457
|
"ui.paywallsConfigurator.openPriceslist": "Add selecting price from list",
|
|
1458
|
+
"ui.userAutocomplete.label": "Select users",
|
|
1459
|
+
"ui.userAutocomplete.empty": "No user found",
|
|
1460
|
+
"ui.userAutocomplete.textarea.label": "Selected Users",
|
|
1461
|
+
"ui.userAutocomplete.textarea.info": "<icon>info</icon> Paste the usernames below, separated by spaces, commas, or newlines",
|
|
1456
1462
|
"ui.userBillingInfo.infoLabel": "Billing address",
|
|
1457
1463
|
"ui.userBillingInfo.name": "Full Name",
|
|
1458
1464
|
"ui.userBillingInfo.phone": "Phone",
|