@selfcommunity/react-i18n 0.5.50-events.39 → 0.5.50-events.40
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 +40 -0
- package/lib/cjs/locales/en.json +20 -0
- package/lib/cjs/locales/it.json +21 -1
- package/lib/esm/index.d.ts +40 -0
- package/lib/esm/locales/en.json +20 -0
- package/lib/esm/locales/it.json +21 -1
- package/lib/types/index.d.ts +40 -0
- package/lib/types/locales/en.json +20 -0
- package/lib/types/locales/it.json +21 -1
- 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
|
@@ -6,6 +6,7 @@ declare const locales: {
|
|
|
6
6
|
"templates.groupFeed.tab.home.label": string;
|
|
7
7
|
"templates.groupFeed.tab.members.label": string;
|
|
8
8
|
"templates.groupFeed.tab.messages.label": string;
|
|
9
|
+
"templates.eventFeed.composer.label": string;
|
|
9
10
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
10
11
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
11
12
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -252,6 +253,8 @@ declare const locales: {
|
|
|
252
253
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
253
254
|
"ui.contributionActionMenu.title": string;
|
|
254
255
|
"ui.contributionActionMenu.vulgar": string;
|
|
256
|
+
"ui.createEvent.title": string;
|
|
257
|
+
"ui.createEvent.description": string;
|
|
255
258
|
"ui.event.see": string;
|
|
256
259
|
"ui.eventHeader.visibility.private": string;
|
|
257
260
|
"ui.eventHeader.visibility.public": string;
|
|
@@ -326,6 +329,10 @@ declare const locales: {
|
|
|
326
329
|
"ui.groupForm.visibility.visible.info": string;
|
|
327
330
|
"ui.groupForm.button.create": string;
|
|
328
331
|
"ui.groupForm.button.edit": string;
|
|
332
|
+
"ui.eventInfoDetails.location.inPerson": string;
|
|
333
|
+
"ui.eventInfoDetails.location.virtual": string;
|
|
334
|
+
"ui.eventInfoDetails.privacy.public": string;
|
|
335
|
+
"ui.eventInfoDetails.privacy.private": string;
|
|
329
336
|
"ui.eventInviteButton": string;
|
|
330
337
|
"ui.eventInviteButton.dialog.title": string;
|
|
331
338
|
"ui.eventInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -358,6 +365,10 @@ declare const locales: {
|
|
|
358
365
|
"ui.editor.toolbarPlugin.subscript": string;
|
|
359
366
|
"ui.editor.toolbarPlugin.superscript": string;
|
|
360
367
|
"ui.editor.toolbarPlugin.underline": string;
|
|
368
|
+
"ui.eventCard.partecipants": string;
|
|
369
|
+
"ui.eventPartecipantsButton.dialogTitle": string;
|
|
370
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": string;
|
|
371
|
+
"ui.eventPartecipantsButton.partecipants": string;
|
|
361
372
|
"ui.feed.noFeedObject": string;
|
|
362
373
|
"ui.feed.noOtherFeedObject": string;
|
|
363
374
|
"ui.feed.refreshRelease": string;
|
|
@@ -512,6 +523,10 @@ declare const locales: {
|
|
|
512
523
|
"ui.incubatorSuggestionWidget.noResults": string;
|
|
513
524
|
"ui.incubatorSuggestionWidget.title": string;
|
|
514
525
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": string;
|
|
526
|
+
"ui.infoEventWidget.privacy.public": string;
|
|
527
|
+
"ui.infoEventWidget.privacy.private": string;
|
|
528
|
+
"ui.infoEventWidget.showMore": string;
|
|
529
|
+
"ui.infoEventWidget.title": string;
|
|
515
530
|
"ui.inlineComposerWidget.label": string;
|
|
516
531
|
"ui.inlineComposerWidget.success": string;
|
|
517
532
|
"ui.locationAutocomplete.empty": string;
|
|
@@ -520,6 +535,9 @@ declare const locales: {
|
|
|
520
535
|
"ui.loyaltyProgramWidget.discover": string;
|
|
521
536
|
"ui.loyaltyProgramWidget.points": string;
|
|
522
537
|
"ui.loyaltyProgramWidget.title": string;
|
|
538
|
+
"ui.myEventsWidget.planner": string;
|
|
539
|
+
"ui.myEventsWidget.title": string;
|
|
540
|
+
"ui.myEventsWidget.showAll": string;
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": string;
|
|
524
542
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": string;
|
|
525
543
|
"ui.navigationSettingsIconButton.comments": string;
|
|
@@ -656,6 +674,8 @@ declare const locales: {
|
|
|
656
674
|
"ui.shared.URLTextField.error": string;
|
|
657
675
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
658
676
|
"ui.snippetNotifications.noNotifications": string;
|
|
677
|
+
"ui.suggestedEventsWidget.title": string;
|
|
678
|
+
"ui.suggestedEventsWidget.showAll": string;
|
|
659
679
|
"ui.user.group.admin": string;
|
|
660
680
|
"ui.user.ignore": string;
|
|
661
681
|
"ui.user.userFollowers": string;
|
|
@@ -806,6 +826,7 @@ declare const locales: {
|
|
|
806
826
|
"templates.groupFeed.tab.home.label": string;
|
|
807
827
|
"templates.groupFeed.tab.members.label": string;
|
|
808
828
|
"templates.groupFeed.tab.messages.label": string;
|
|
829
|
+
"templates.eventFeed.composer.label": string;
|
|
809
830
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
810
831
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
811
832
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1052,6 +1073,8 @@ declare const locales: {
|
|
|
1052
1073
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
1053
1074
|
"ui.contributionActionMenu.title": string;
|
|
1054
1075
|
"ui.contributionActionMenu.vulgar": string;
|
|
1076
|
+
"ui.createEvent.title": string;
|
|
1077
|
+
"ui.createEvent.description": string;
|
|
1055
1078
|
"ui.event.see": string;
|
|
1056
1079
|
"ui.eventHeader.visibility.private": string;
|
|
1057
1080
|
"ui.eventHeader.visibility.public": string;
|
|
@@ -1126,6 +1149,10 @@ declare const locales: {
|
|
|
1126
1149
|
"ui.groupForm.visibility.visible.info": string;
|
|
1127
1150
|
"ui.groupForm.button.create": string;
|
|
1128
1151
|
"ui.groupForm.button.edit": string;
|
|
1152
|
+
"ui.eventInfoDetails.location.inPerson": string;
|
|
1153
|
+
"ui.eventInfoDetails.location.virtual": string;
|
|
1154
|
+
"ui.eventInfoDetails.privacy.public": string;
|
|
1155
|
+
"ui.eventInfoDetails.privacy.private": string;
|
|
1129
1156
|
"ui.eventInviteButton": string;
|
|
1130
1157
|
"ui.eventInviteButton.dialog.title": string;
|
|
1131
1158
|
"ui.eventInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -1158,6 +1185,10 @@ declare const locales: {
|
|
|
1158
1185
|
"ui.editor.toolbarPlugin.subscript": string;
|
|
1159
1186
|
"ui.editor.toolbarPlugin.superscript": string;
|
|
1160
1187
|
"ui.editor.toolbarPlugin.underline": string;
|
|
1188
|
+
"ui.eventCard.partecipants": string;
|
|
1189
|
+
"ui.eventPartecipantsButton.dialogTitle": string;
|
|
1190
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": string;
|
|
1191
|
+
"ui.eventPartecipantsButton.partecipants": string;
|
|
1161
1192
|
"ui.feed.noFeedObject": string;
|
|
1162
1193
|
"ui.feed.noOtherFeedObject": string;
|
|
1163
1194
|
"ui.feed.refreshRelease": string;
|
|
@@ -1312,6 +1343,10 @@ declare const locales: {
|
|
|
1312
1343
|
"ui.incubatorSuggestionWidget.noResults": string;
|
|
1313
1344
|
"ui.incubatorSuggestionWidget.title": string;
|
|
1314
1345
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": string;
|
|
1346
|
+
"ui.infoEventWidget.privacy.public": string;
|
|
1347
|
+
"ui.infoEventWidget.privacy.private": string;
|
|
1348
|
+
"ui.infoEventWidget.showMore": string;
|
|
1349
|
+
"ui.infoEventWidget.title": string;
|
|
1315
1350
|
"ui.inlineComposerWidget.label": string;
|
|
1316
1351
|
"ui.inlineComposerWidget.success": string;
|
|
1317
1352
|
"ui.locationAutocomplete.empty": string;
|
|
@@ -1320,6 +1355,9 @@ declare const locales: {
|
|
|
1320
1355
|
"ui.loyaltyProgramWidget.discover": string;
|
|
1321
1356
|
"ui.loyaltyProgramWidget.points": string;
|
|
1322
1357
|
"ui.loyaltyProgramWidget.title": string;
|
|
1358
|
+
"ui.myEventsWidget.planner": string;
|
|
1359
|
+
"ui.myEventsWidget.showAll": string;
|
|
1360
|
+
"ui.myEventsWidget.title": string;
|
|
1323
1361
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": string;
|
|
1324
1362
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": string;
|
|
1325
1363
|
"ui.navigationSettingsIconButton.comments": string;
|
|
@@ -1456,6 +1494,8 @@ declare const locales: {
|
|
|
1456
1494
|
"ui.shared.URLTextField.error": string;
|
|
1457
1495
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
1458
1496
|
"ui.snippetNotifications.noNotifications": string;
|
|
1497
|
+
"ui.suggestedEventsWidget.title": string;
|
|
1498
|
+
"ui.suggestedEventsWidget.showAll": string;
|
|
1459
1499
|
"ui.user.group.admin": string;
|
|
1460
1500
|
"ui.user.ignore": string;
|
|
1461
1501
|
"ui.user.userFollowers": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"templates.groupFeed.tab.home.label": "Home",
|
|
6
6
|
"templates.groupFeed.tab.members.label": "Members",
|
|
7
7
|
"templates.groupFeed.tab.messages.label": "Messages",
|
|
8
|
+
"templates.eventFeed.composer.label": "Create content for the event...",
|
|
8
9
|
"templates.loyaltyProgramDetail.button.more": "Find out more",
|
|
9
10
|
"templates.loyaltyProgramDetail.button.request": "Request Now",
|
|
10
11
|
"templates.loyaltyProgramDetail.community": "Participating in the Community rewards you!",
|
|
@@ -251,6 +252,8 @@
|
|
|
251
252
|
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
252
253
|
"ui.contributionActionMenu.title": "This content is:",
|
|
253
254
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
255
|
+
"ui.createEvent.title": "Create your Event now!",
|
|
256
|
+
"ui.createEvent.description": "Engage your Community with an Event: whether it’s a link for a virtual Event or an address to meet in person. Decide if it will be open to everyone or accessible by invitation only. Discover how easy it is to engage your Community!",
|
|
254
257
|
"ui.event.see": "See",
|
|
255
258
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
256
259
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
@@ -325,6 +328,10 @@
|
|
|
325
328
|
"ui.groupForm.visibility.visible.info": "<b>Visible: </b>Anyone can find this group.",
|
|
326
329
|
"ui.groupForm.button.create": "Create",
|
|
327
330
|
"ui.groupForm.button.edit": "Edit",
|
|
331
|
+
"ui.eventInfoDetails.location.inPerson": "In Person",
|
|
332
|
+
"ui.eventInfoDetails.location.virtual": "Virtual",
|
|
333
|
+
"ui.eventInfoDetails.privacy.public": "Pubblic",
|
|
334
|
+
"ui.eventInfoDetails.privacy.private": "Private by invitation only",
|
|
328
335
|
"ui.eventInviteButton": "Invite to your Event",
|
|
329
336
|
"ui.eventInviteButton.dialog.title": "Invite to the event",
|
|
330
337
|
"ui.eventInviteButton.dialog.content.search.placeholder": "Search for people to invite",
|
|
@@ -357,6 +364,10 @@
|
|
|
357
364
|
"ui.editor.toolbarPlugin.subscript": "Subscript",
|
|
358
365
|
"ui.editor.toolbarPlugin.superscript": "Superscript",
|
|
359
366
|
"ui.editor.toolbarPlugin.underline": "Underline",
|
|
367
|
+
"ui.eventCard.partecipants": "{partecipants} Partecipants",
|
|
368
|
+
"ui.eventPartecipantsButton.dialogTitle": "Partecipants ({total})",
|
|
369
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": "No other partecipants.",
|
|
370
|
+
"ui.eventPartecipantsButton.partecipants": "Partecipants",
|
|
360
371
|
"ui.feed.noFeedObject": "At the moment there are no contents to display",
|
|
361
372
|
"ui.feed.noOtherFeedObject": "There are no other contents",
|
|
362
373
|
"ui.feed.refreshRelease": "↑ Release to refresh the feed",
|
|
@@ -511,6 +522,10 @@
|
|
|
511
522
|
"ui.incubatorSuggestionWidget.noResults": "No results found",
|
|
512
523
|
"ui.incubatorSuggestionWidget.title": "Suggested incubators",
|
|
513
524
|
"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.",
|
|
525
|
+
"ui.infoEventWidget.privacy.public": "Public",
|
|
526
|
+
"ui.infoEventWidget.privacy.private": "Private by invitation only",
|
|
527
|
+
"ui.infoEventWidget.showMore": "More",
|
|
528
|
+
"ui.infoEventWidget.title": "Event information",
|
|
514
529
|
"ui.inlineComposerWidget.label": "Create content...",
|
|
515
530
|
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
516
531
|
"ui.locationAutocomplete.empty": "Search for location",
|
|
@@ -519,6 +534,9 @@
|
|
|
519
534
|
"ui.loyaltyProgramWidget.discover": "Discover more",
|
|
520
535
|
"ui.loyaltyProgramWidget.points": "Your points",
|
|
521
536
|
"ui.loyaltyProgramWidget.title": "Loyalty Program",
|
|
537
|
+
"ui.myEventsWidget.planner": "Planner",
|
|
538
|
+
"ui.myEventsWidget.title": "My Events",
|
|
539
|
+
"ui.myEventsWidget.showAll": "Show all",
|
|
522
540
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "See all",
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categories",
|
|
524
542
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
@@ -655,6 +673,8 @@
|
|
|
655
673
|
"ui.shared.URLTextField.error": "Please enter a valid URL",
|
|
656
674
|
"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>}}",
|
|
657
675
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
676
|
+
"ui.suggestedEventsWidget.title": "Suggested Events",
|
|
677
|
+
"ui.suggestedEventsWidget.showAll": "Show all",
|
|
658
678
|
"ui.user.group.admin": "Admin",
|
|
659
679
|
"ui.user.ignore": "Ignore",
|
|
660
680
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"templates.feedObjectDetail.contributionNotFound": "Il contenuto non è stato trovato oppure non hai i permessi per vederlo.",
|
|
3
3
|
"templates.feedObjsList.noMoreResults": "Non ci sono altri risultati",
|
|
4
|
-
"templates.groupFeed.composer.label": "Crea un contenuto nel gruppo
|
|
4
|
+
"templates.groupFeed.composer.label": "Crea un contenuto nel gruppo...",
|
|
5
5
|
"templates.groupFeed.tab.home.label": "Home",
|
|
6
6
|
"templates.groupFeed.tab.members.label": "Members",
|
|
7
7
|
"templates.groupFeed.tab.messages.label": "Messages",
|
|
8
|
+
"templates.eventFeed.composer.label": "Crea un contenuto per questo evento...",
|
|
8
9
|
"templates.loyaltyProgramDetail.button.more": "Scopri di più",
|
|
9
10
|
"templates.loyaltyProgramDetail.button.request": "Richiedi Ora",
|
|
10
11
|
"templates.loyaltyProgramDetail.community": "Partecipare alla Community ti premia!",
|
|
@@ -251,6 +252,8 @@
|
|
|
251
252
|
"ui.contributionActionMenu.suspendNotificationContribution": "Sospendi notifiche",
|
|
252
253
|
"ui.contributionActionMenu.title": "Questo contenuto è:",
|
|
253
254
|
"ui.contributionActionMenu.vulgar": "Volgare",
|
|
255
|
+
"ui.createEvent.title": "Crea il tuo Evento adesso!",
|
|
256
|
+
"ui.createEvent.description": "Coinvolgi la tua Community con un Evento: sia che si tratti di un link per un Evento virtuale o di un indirizzo per incontrarsi di persona. Decidi se renderlo aperto a tutti o accessibile solo su invito. Scopri quanto è semplice coinvolgere la tua Community!",
|
|
254
257
|
"ui.event.see": "Vedi",
|
|
255
258
|
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
256
259
|
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
@@ -325,6 +328,10 @@
|
|
|
325
328
|
"ui.groupForm.visibility.visible.info": "<b>Visibile: </b>chiunque può trovare questo gruppo.",
|
|
326
329
|
"ui.groupForm.button.create": "Crea il Gruppo",
|
|
327
330
|
"ui.groupForm.button.edit": "Modifica il Gruppo",
|
|
331
|
+
"ui.eventInfoDetails.location.inPerson": "Di Persona",
|
|
332
|
+
"ui.eventInfoDetails.location.virtual": "Virtuale",
|
|
333
|
+
"ui.eventInfoDetails.privacy.public": "Pubblico",
|
|
334
|
+
"ui.eventInfoDetails.privacy.private": "Privato solo su invito",
|
|
328
335
|
"ui.eventInviteButton": "Invita al tuo Evento",
|
|
329
336
|
"ui.eventInviteButton.dialog.title": "Invita all' Evento",
|
|
330
337
|
"ui.eventInviteButton.dialog.content.search.placeholder": "Cerca persone da invitare",
|
|
@@ -357,6 +364,10 @@
|
|
|
357
364
|
"ui.editor.toolbarPlugin.subscript": "Pedice",
|
|
358
365
|
"ui.editor.toolbarPlugin.superscript": "Apice",
|
|
359
366
|
"ui.editor.toolbarPlugin.underline": "Sottolineato",
|
|
367
|
+
"ui.eventCard.partecipants": "{partecipants} Partecipanti",
|
|
368
|
+
"ui.eventPartecipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
369
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": "Non ci sono altri partecipanti.",
|
|
370
|
+
"ui.eventPartecipantsButton.partecipants": "Partecipanti",
|
|
360
371
|
"ui.feed.noFeedObject": "Al momento non ci sono contenuti da visualizzare",
|
|
361
372
|
"ui.feed.noOtherFeedObject": "Non ci sono altri contenuti",
|
|
362
373
|
"ui.feed.refreshRelease": "↑ Rilascia per ricaricare",
|
|
@@ -511,6 +522,10 @@
|
|
|
511
522
|
"ui.incubatorSuggestionWidget.noResults": "Nessun risultato",
|
|
512
523
|
"ui.incubatorSuggestionWidget.title": "Incubatori suggeriti",
|
|
513
524
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": "L'incubatore interessi è un'area dove gli utenti collaborano per far nascere nuovi interessi.\n I nuovi interessi saranno resi operativi in base al numero di adesioni e alla rapidità con cui vengono raccolte.",
|
|
525
|
+
"ui.infoEventWidget.privacy.public": "Pubblico",
|
|
526
|
+
"ui.infoEventWidget.privacy.private": "Privato solo su invito",
|
|
527
|
+
"ui.infoEventWidget.showMore": "Altro",
|
|
528
|
+
"ui.infoEventWidget.title": "Informazioni sull'Evento",
|
|
514
529
|
"ui.inlineComposerWidget.label": "Crea un contenuto...",
|
|
515
530
|
"ui.inlineComposerWidget.success": "La creazione è andata a buon fine!",
|
|
516
531
|
"ui.locationAutocomplete.empty": "Seleziona località",
|
|
@@ -519,6 +534,9 @@
|
|
|
519
534
|
"ui.loyaltyProgramWidget.discover": "Scopri di più",
|
|
520
535
|
"ui.loyaltyProgramWidget.points": "I tuoi punti",
|
|
521
536
|
"ui.loyaltyProgramWidget.title": "Programma Fedeltà",
|
|
537
|
+
"ui.myEventsWidget.planner": "Organizzatore",
|
|
538
|
+
"ui.myEventsWidget.showAll": "Vedi tutti",
|
|
539
|
+
"ui.myEventsWidget.title": "Miei Eventi",
|
|
522
540
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "Vedi tutte",
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categorie",
|
|
524
542
|
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
@@ -655,6 +673,8 @@
|
|
|
655
673
|
"ui.shared.URLTextField.error": "Inserisci un URL valido",
|
|
656
674
|
"ui.snippetNotifications.broadcastMessages": "<b>IN EVIDENZA:</b> hai {count, plural, =0 {# messaggi non ancora visti. <link>Guardali ora →</link>} one {# messaggio non ancora visto. <link>Guardalo ora →</link>} other {# messaggi non ancora visti. <link>Guardali ora →</link>}}",
|
|
657
675
|
"ui.snippetNotifications.noNotifications": "Al momento non ci sono notifiche",
|
|
676
|
+
"ui.suggestedEventsWidget.title": "Eventi in evidenza",
|
|
677
|
+
"ui.suggestedEventsWidget.showAll": "Vedi tutti",
|
|
658
678
|
"ui.user.group.admin": "Amministratore",
|
|
659
679
|
"ui.user.ignore": "Ignora",
|
|
660
680
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ declare const locales: {
|
|
|
6
6
|
"templates.groupFeed.tab.home.label": string;
|
|
7
7
|
"templates.groupFeed.tab.members.label": string;
|
|
8
8
|
"templates.groupFeed.tab.messages.label": string;
|
|
9
|
+
"templates.eventFeed.composer.label": string;
|
|
9
10
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
10
11
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
11
12
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -252,6 +253,8 @@ declare const locales: {
|
|
|
252
253
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
253
254
|
"ui.contributionActionMenu.title": string;
|
|
254
255
|
"ui.contributionActionMenu.vulgar": string;
|
|
256
|
+
"ui.createEvent.title": string;
|
|
257
|
+
"ui.createEvent.description": string;
|
|
255
258
|
"ui.event.see": string;
|
|
256
259
|
"ui.eventHeader.visibility.private": string;
|
|
257
260
|
"ui.eventHeader.visibility.public": string;
|
|
@@ -326,6 +329,10 @@ declare const locales: {
|
|
|
326
329
|
"ui.groupForm.visibility.visible.info": string;
|
|
327
330
|
"ui.groupForm.button.create": string;
|
|
328
331
|
"ui.groupForm.button.edit": string;
|
|
332
|
+
"ui.eventInfoDetails.location.inPerson": string;
|
|
333
|
+
"ui.eventInfoDetails.location.virtual": string;
|
|
334
|
+
"ui.eventInfoDetails.privacy.public": string;
|
|
335
|
+
"ui.eventInfoDetails.privacy.private": string;
|
|
329
336
|
"ui.eventInviteButton": string;
|
|
330
337
|
"ui.eventInviteButton.dialog.title": string;
|
|
331
338
|
"ui.eventInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -358,6 +365,10 @@ declare const locales: {
|
|
|
358
365
|
"ui.editor.toolbarPlugin.subscript": string;
|
|
359
366
|
"ui.editor.toolbarPlugin.superscript": string;
|
|
360
367
|
"ui.editor.toolbarPlugin.underline": string;
|
|
368
|
+
"ui.eventCard.partecipants": string;
|
|
369
|
+
"ui.eventPartecipantsButton.dialogTitle": string;
|
|
370
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": string;
|
|
371
|
+
"ui.eventPartecipantsButton.partecipants": string;
|
|
361
372
|
"ui.feed.noFeedObject": string;
|
|
362
373
|
"ui.feed.noOtherFeedObject": string;
|
|
363
374
|
"ui.feed.refreshRelease": string;
|
|
@@ -512,6 +523,10 @@ declare const locales: {
|
|
|
512
523
|
"ui.incubatorSuggestionWidget.noResults": string;
|
|
513
524
|
"ui.incubatorSuggestionWidget.title": string;
|
|
514
525
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": string;
|
|
526
|
+
"ui.infoEventWidget.privacy.public": string;
|
|
527
|
+
"ui.infoEventWidget.privacy.private": string;
|
|
528
|
+
"ui.infoEventWidget.showMore": string;
|
|
529
|
+
"ui.infoEventWidget.title": string;
|
|
515
530
|
"ui.inlineComposerWidget.label": string;
|
|
516
531
|
"ui.inlineComposerWidget.success": string;
|
|
517
532
|
"ui.locationAutocomplete.empty": string;
|
|
@@ -520,6 +535,9 @@ declare const locales: {
|
|
|
520
535
|
"ui.loyaltyProgramWidget.discover": string;
|
|
521
536
|
"ui.loyaltyProgramWidget.points": string;
|
|
522
537
|
"ui.loyaltyProgramWidget.title": string;
|
|
538
|
+
"ui.myEventsWidget.planner": string;
|
|
539
|
+
"ui.myEventsWidget.title": string;
|
|
540
|
+
"ui.myEventsWidget.showAll": string;
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": string;
|
|
524
542
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": string;
|
|
525
543
|
"ui.navigationSettingsIconButton.comments": string;
|
|
@@ -656,6 +674,8 @@ declare const locales: {
|
|
|
656
674
|
"ui.shared.URLTextField.error": string;
|
|
657
675
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
658
676
|
"ui.snippetNotifications.noNotifications": string;
|
|
677
|
+
"ui.suggestedEventsWidget.title": string;
|
|
678
|
+
"ui.suggestedEventsWidget.showAll": string;
|
|
659
679
|
"ui.user.group.admin": string;
|
|
660
680
|
"ui.user.ignore": string;
|
|
661
681
|
"ui.user.userFollowers": string;
|
|
@@ -806,6 +826,7 @@ declare const locales: {
|
|
|
806
826
|
"templates.groupFeed.tab.home.label": string;
|
|
807
827
|
"templates.groupFeed.tab.members.label": string;
|
|
808
828
|
"templates.groupFeed.tab.messages.label": string;
|
|
829
|
+
"templates.eventFeed.composer.label": string;
|
|
809
830
|
"templates.loyaltyProgramDetail.button.more": string;
|
|
810
831
|
"templates.loyaltyProgramDetail.button.request": string;
|
|
811
832
|
"templates.loyaltyProgramDetail.community": string;
|
|
@@ -1052,6 +1073,8 @@ declare const locales: {
|
|
|
1052
1073
|
"ui.contributionActionMenu.suspendNotificationContribution": string;
|
|
1053
1074
|
"ui.contributionActionMenu.title": string;
|
|
1054
1075
|
"ui.contributionActionMenu.vulgar": string;
|
|
1076
|
+
"ui.createEvent.title": string;
|
|
1077
|
+
"ui.createEvent.description": string;
|
|
1055
1078
|
"ui.event.see": string;
|
|
1056
1079
|
"ui.eventHeader.visibility.private": string;
|
|
1057
1080
|
"ui.eventHeader.visibility.public": string;
|
|
@@ -1126,6 +1149,10 @@ declare const locales: {
|
|
|
1126
1149
|
"ui.groupForm.visibility.visible.info": string;
|
|
1127
1150
|
"ui.groupForm.button.create": string;
|
|
1128
1151
|
"ui.groupForm.button.edit": string;
|
|
1152
|
+
"ui.eventInfoDetails.location.inPerson": string;
|
|
1153
|
+
"ui.eventInfoDetails.location.virtual": string;
|
|
1154
|
+
"ui.eventInfoDetails.privacy.public": string;
|
|
1155
|
+
"ui.eventInfoDetails.privacy.private": string;
|
|
1129
1156
|
"ui.eventInviteButton": string;
|
|
1130
1157
|
"ui.eventInviteButton.dialog.title": string;
|
|
1131
1158
|
"ui.eventInviteButton.dialog.content.search.placeholder": string;
|
|
@@ -1158,6 +1185,10 @@ declare const locales: {
|
|
|
1158
1185
|
"ui.editor.toolbarPlugin.subscript": string;
|
|
1159
1186
|
"ui.editor.toolbarPlugin.superscript": string;
|
|
1160
1187
|
"ui.editor.toolbarPlugin.underline": string;
|
|
1188
|
+
"ui.eventCard.partecipants": string;
|
|
1189
|
+
"ui.eventPartecipantsButton.dialogTitle": string;
|
|
1190
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": string;
|
|
1191
|
+
"ui.eventPartecipantsButton.partecipants": string;
|
|
1161
1192
|
"ui.feed.noFeedObject": string;
|
|
1162
1193
|
"ui.feed.noOtherFeedObject": string;
|
|
1163
1194
|
"ui.feed.refreshRelease": string;
|
|
@@ -1312,6 +1343,10 @@ declare const locales: {
|
|
|
1312
1343
|
"ui.incubatorSuggestionWidget.noResults": string;
|
|
1313
1344
|
"ui.incubatorSuggestionWidget.title": string;
|
|
1314
1345
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": string;
|
|
1346
|
+
"ui.infoEventWidget.privacy.public": string;
|
|
1347
|
+
"ui.infoEventWidget.privacy.private": string;
|
|
1348
|
+
"ui.infoEventWidget.showMore": string;
|
|
1349
|
+
"ui.infoEventWidget.title": string;
|
|
1315
1350
|
"ui.inlineComposerWidget.label": string;
|
|
1316
1351
|
"ui.inlineComposerWidget.success": string;
|
|
1317
1352
|
"ui.locationAutocomplete.empty": string;
|
|
@@ -1320,6 +1355,9 @@ declare const locales: {
|
|
|
1320
1355
|
"ui.loyaltyProgramWidget.discover": string;
|
|
1321
1356
|
"ui.loyaltyProgramWidget.points": string;
|
|
1322
1357
|
"ui.loyaltyProgramWidget.title": string;
|
|
1358
|
+
"ui.myEventsWidget.planner": string;
|
|
1359
|
+
"ui.myEventsWidget.showAll": string;
|
|
1360
|
+
"ui.myEventsWidget.title": string;
|
|
1323
1361
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": string;
|
|
1324
1362
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": string;
|
|
1325
1363
|
"ui.navigationSettingsIconButton.comments": string;
|
|
@@ -1456,6 +1494,8 @@ declare const locales: {
|
|
|
1456
1494
|
"ui.shared.URLTextField.error": string;
|
|
1457
1495
|
"ui.snippetNotifications.broadcastMessages": string;
|
|
1458
1496
|
"ui.snippetNotifications.noNotifications": string;
|
|
1497
|
+
"ui.suggestedEventsWidget.title": string;
|
|
1498
|
+
"ui.suggestedEventsWidget.showAll": string;
|
|
1459
1499
|
"ui.user.group.admin": string;
|
|
1460
1500
|
"ui.user.ignore": string;
|
|
1461
1501
|
"ui.user.userFollowers": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"templates.groupFeed.tab.home.label": "Home",
|
|
6
6
|
"templates.groupFeed.tab.members.label": "Members",
|
|
7
7
|
"templates.groupFeed.tab.messages.label": "Messages",
|
|
8
|
+
"templates.eventFeed.composer.label": "Create content for the event...",
|
|
8
9
|
"templates.loyaltyProgramDetail.button.more": "Find out more",
|
|
9
10
|
"templates.loyaltyProgramDetail.button.request": "Request Now",
|
|
10
11
|
"templates.loyaltyProgramDetail.community": "Participating in the Community rewards you!",
|
|
@@ -251,6 +252,8 @@
|
|
|
251
252
|
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
252
253
|
"ui.contributionActionMenu.title": "This content is:",
|
|
253
254
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
255
|
+
"ui.createEvent.title": "Create your Event now!",
|
|
256
|
+
"ui.createEvent.description": "Engage your Community with an Event: whether it’s a link for a virtual Event or an address to meet in person. Decide if it will be open to everyone or accessible by invitation only. Discover how easy it is to engage your Community!",
|
|
254
257
|
"ui.event.see": "See",
|
|
255
258
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
256
259
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
@@ -325,6 +328,10 @@
|
|
|
325
328
|
"ui.groupForm.visibility.visible.info": "<b>Visible: </b>Anyone can find this group.",
|
|
326
329
|
"ui.groupForm.button.create": "Create",
|
|
327
330
|
"ui.groupForm.button.edit": "Edit",
|
|
331
|
+
"ui.eventInfoDetails.location.inPerson": "In Person",
|
|
332
|
+
"ui.eventInfoDetails.location.virtual": "Virtual",
|
|
333
|
+
"ui.eventInfoDetails.privacy.public": "Pubblic",
|
|
334
|
+
"ui.eventInfoDetails.privacy.private": "Private by invitation only",
|
|
328
335
|
"ui.eventInviteButton": "Invite to your Event",
|
|
329
336
|
"ui.eventInviteButton.dialog.title": "Invite to the event",
|
|
330
337
|
"ui.eventInviteButton.dialog.content.search.placeholder": "Search for people to invite",
|
|
@@ -357,6 +364,10 @@
|
|
|
357
364
|
"ui.editor.toolbarPlugin.subscript": "Subscript",
|
|
358
365
|
"ui.editor.toolbarPlugin.superscript": "Superscript",
|
|
359
366
|
"ui.editor.toolbarPlugin.underline": "Underline",
|
|
367
|
+
"ui.eventCard.partecipants": "{partecipants} Partecipants",
|
|
368
|
+
"ui.eventPartecipantsButton.dialogTitle": "Partecipants ({total})",
|
|
369
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": "No other partecipants.",
|
|
370
|
+
"ui.eventPartecipantsButton.partecipants": "Partecipants",
|
|
360
371
|
"ui.feed.noFeedObject": "At the moment there are no contents to display",
|
|
361
372
|
"ui.feed.noOtherFeedObject": "There are no other contents",
|
|
362
373
|
"ui.feed.refreshRelease": "↑ Release to refresh the feed",
|
|
@@ -511,6 +522,10 @@
|
|
|
511
522
|
"ui.incubatorSuggestionWidget.noResults": "No results found",
|
|
512
523
|
"ui.incubatorSuggestionWidget.title": "Suggested incubators",
|
|
513
524
|
"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.",
|
|
525
|
+
"ui.infoEventWidget.privacy.public": "Public",
|
|
526
|
+
"ui.infoEventWidget.privacy.private": "Private by invitation only",
|
|
527
|
+
"ui.infoEventWidget.showMore": "More",
|
|
528
|
+
"ui.infoEventWidget.title": "Event information",
|
|
514
529
|
"ui.inlineComposerWidget.label": "Create content...",
|
|
515
530
|
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
516
531
|
"ui.locationAutocomplete.empty": "Search for location",
|
|
@@ -519,6 +534,9 @@
|
|
|
519
534
|
"ui.loyaltyProgramWidget.discover": "Discover more",
|
|
520
535
|
"ui.loyaltyProgramWidget.points": "Your points",
|
|
521
536
|
"ui.loyaltyProgramWidget.title": "Loyalty Program",
|
|
537
|
+
"ui.myEventsWidget.planner": "Planner",
|
|
538
|
+
"ui.myEventsWidget.title": "My Events",
|
|
539
|
+
"ui.myEventsWidget.showAll": "Show all",
|
|
522
540
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "See all",
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categories",
|
|
524
542
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
@@ -655,6 +673,8 @@
|
|
|
655
673
|
"ui.shared.URLTextField.error": "Please enter a valid URL",
|
|
656
674
|
"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>}}",
|
|
657
675
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
676
|
+
"ui.suggestedEventsWidget.title": "Suggested Events",
|
|
677
|
+
"ui.suggestedEventsWidget.showAll": "Show all",
|
|
658
678
|
"ui.user.group.admin": "Admin",
|
|
659
679
|
"ui.user.ignore": "Ignore",
|
|
660
680
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"templates.feedObjectDetail.contributionNotFound": "Il contenuto non è stato trovato oppure non hai i permessi per vederlo.",
|
|
3
3
|
"templates.feedObjsList.noMoreResults": "Non ci sono altri risultati",
|
|
4
|
-
"templates.groupFeed.composer.label": "Crea un contenuto nel gruppo
|
|
4
|
+
"templates.groupFeed.composer.label": "Crea un contenuto nel gruppo...",
|
|
5
5
|
"templates.groupFeed.tab.home.label": "Home",
|
|
6
6
|
"templates.groupFeed.tab.members.label": "Members",
|
|
7
7
|
"templates.groupFeed.tab.messages.label": "Messages",
|
|
8
|
+
"templates.eventFeed.composer.label": "Crea un contenuto per questo evento...",
|
|
8
9
|
"templates.loyaltyProgramDetail.button.more": "Scopri di più",
|
|
9
10
|
"templates.loyaltyProgramDetail.button.request": "Richiedi Ora",
|
|
10
11
|
"templates.loyaltyProgramDetail.community": "Partecipare alla Community ti premia!",
|
|
@@ -251,6 +252,8 @@
|
|
|
251
252
|
"ui.contributionActionMenu.suspendNotificationContribution": "Sospendi notifiche",
|
|
252
253
|
"ui.contributionActionMenu.title": "Questo contenuto è:",
|
|
253
254
|
"ui.contributionActionMenu.vulgar": "Volgare",
|
|
255
|
+
"ui.createEvent.title": "Crea il tuo Evento adesso!",
|
|
256
|
+
"ui.createEvent.description": "Coinvolgi la tua Community con un Evento: sia che si tratti di un link per un Evento virtuale o di un indirizzo per incontrarsi di persona. Decidi se renderlo aperto a tutti o accessibile solo su invito. Scopri quanto è semplice coinvolgere la tua Community!",
|
|
254
257
|
"ui.event.see": "Vedi",
|
|
255
258
|
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
256
259
|
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
@@ -325,6 +328,10 @@
|
|
|
325
328
|
"ui.groupForm.visibility.visible.info": "<b>Visibile: </b>chiunque può trovare questo gruppo.",
|
|
326
329
|
"ui.groupForm.button.create": "Crea il Gruppo",
|
|
327
330
|
"ui.groupForm.button.edit": "Modifica il Gruppo",
|
|
331
|
+
"ui.eventInfoDetails.location.inPerson": "Di Persona",
|
|
332
|
+
"ui.eventInfoDetails.location.virtual": "Virtuale",
|
|
333
|
+
"ui.eventInfoDetails.privacy.public": "Pubblico",
|
|
334
|
+
"ui.eventInfoDetails.privacy.private": "Privato solo su invito",
|
|
328
335
|
"ui.eventInviteButton": "Invita al tuo Evento",
|
|
329
336
|
"ui.eventInviteButton.dialog.title": "Invita all' Evento",
|
|
330
337
|
"ui.eventInviteButton.dialog.content.search.placeholder": "Cerca persone da invitare",
|
|
@@ -357,6 +364,10 @@
|
|
|
357
364
|
"ui.editor.toolbarPlugin.subscript": "Pedice",
|
|
358
365
|
"ui.editor.toolbarPlugin.superscript": "Apice",
|
|
359
366
|
"ui.editor.toolbarPlugin.underline": "Sottolineato",
|
|
367
|
+
"ui.eventCard.partecipants": "{partecipants} Partecipanti",
|
|
368
|
+
"ui.eventPartecipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
369
|
+
"ui.eventPartecipantsButton.noOtherPartecipants": "Non ci sono altri partecipanti.",
|
|
370
|
+
"ui.eventPartecipantsButton.partecipants": "Partecipanti",
|
|
360
371
|
"ui.feed.noFeedObject": "Al momento non ci sono contenuti da visualizzare",
|
|
361
372
|
"ui.feed.noOtherFeedObject": "Non ci sono altri contenuti",
|
|
362
373
|
"ui.feed.refreshRelease": "↑ Rilascia per ricaricare",
|
|
@@ -511,6 +522,10 @@
|
|
|
511
522
|
"ui.incubatorSuggestionWidget.noResults": "Nessun risultato",
|
|
512
523
|
"ui.incubatorSuggestionWidget.title": "Incubatori suggeriti",
|
|
513
524
|
"ui.incubatorsListDialog.createIncubatorDialog.intro": "L'incubatore interessi è un'area dove gli utenti collaborano per far nascere nuovi interessi.\n I nuovi interessi saranno resi operativi in base al numero di adesioni e alla rapidità con cui vengono raccolte.",
|
|
525
|
+
"ui.infoEventWidget.privacy.public": "Pubblico",
|
|
526
|
+
"ui.infoEventWidget.privacy.private": "Privato solo su invito",
|
|
527
|
+
"ui.infoEventWidget.showMore": "Altro",
|
|
528
|
+
"ui.infoEventWidget.title": "Informazioni sull'Evento",
|
|
514
529
|
"ui.inlineComposerWidget.label": "Crea un contenuto...",
|
|
515
530
|
"ui.inlineComposerWidget.success": "La creazione è andata a buon fine!",
|
|
516
531
|
"ui.locationAutocomplete.empty": "Seleziona località",
|
|
@@ -519,6 +534,9 @@
|
|
|
519
534
|
"ui.loyaltyProgramWidget.discover": "Scopri di più",
|
|
520
535
|
"ui.loyaltyProgramWidget.points": "I tuoi punti",
|
|
521
536
|
"ui.loyaltyProgramWidget.title": "Programma Fedeltà",
|
|
537
|
+
"ui.myEventsWidget.planner": "Organizzatore",
|
|
538
|
+
"ui.myEventsWidget.showAll": "Vedi tutti",
|
|
539
|
+
"ui.myEventsWidget.title": "Miei Eventi",
|
|
522
540
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "Vedi tutte",
|
|
523
541
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categorie",
|
|
524
542
|
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
@@ -655,6 +673,8 @@
|
|
|
655
673
|
"ui.shared.URLTextField.error": "Inserisci un URL valido",
|
|
656
674
|
"ui.snippetNotifications.broadcastMessages": "<b>IN EVIDENZA:</b> hai {count, plural, =0 {# messaggi non ancora visti. <link>Guardali ora →</link>} one {# messaggio non ancora visto. <link>Guardalo ora →</link>} other {# messaggi non ancora visti. <link>Guardali ora →</link>}}",
|
|
657
675
|
"ui.snippetNotifications.noNotifications": "Al momento non ci sono notifiche",
|
|
676
|
+
"ui.suggestedEventsWidget.title": "Eventi in evidenza",
|
|
677
|
+
"ui.suggestedEventsWidget.showAll": "Vedi tutti",
|
|
658
678
|
"ui.user.group.admin": "Amministratore",
|
|
659
679
|
"ui.user.ignore": "Ignora",
|
|
660
680
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|