@selfcommunity/react-i18n 0.8.0-alpha.10 → 0.8.0-alpha.12
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 +7 -1
- package/lib/cjs/locales/it.json +7 -1
- package/lib/esm/index.d.ts +12 -0
- package/lib/esm/locales/en.json +7 -1
- package/lib/esm/locales/it.json +7 -1
- package/lib/types/index.d.ts +12 -0
- package/lib/types/locales/en.json +7 -1
- package/lib/types/locales/it.json +7 -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
|
@@ -273,6 +273,7 @@ declare const locales: {
|
|
|
273
273
|
"ui.createEvent.description": string;
|
|
274
274
|
"ui.event.see": string;
|
|
275
275
|
"ui.event.inProgress": string;
|
|
276
|
+
"ui.event.finished": string;
|
|
276
277
|
"ui.eventHeader.visibility.private": string;
|
|
277
278
|
"ui.eventHeader.visibility.public": string;
|
|
278
279
|
"ui.eventHeader.location.live": string;
|
|
@@ -283,6 +284,8 @@ declare const locales: {
|
|
|
283
284
|
"ui.eventHeader.user.manager": string;
|
|
284
285
|
"ui.eventHeader.inProgress": string;
|
|
285
286
|
"ui.eventHeader.finished": string;
|
|
287
|
+
"ui.events.myEvents.title": string;
|
|
288
|
+
"ui.events.allEvents.title": string;
|
|
286
289
|
"ui.events.filterByName": string;
|
|
287
290
|
"ui.events.filterByDate": string;
|
|
288
291
|
"ui.events.select.any": string;
|
|
@@ -297,6 +300,7 @@ declare const locales: {
|
|
|
297
300
|
"ui.events.filterByFollowedInterest": string;
|
|
298
301
|
"ui.events.filterByCreatedByMe": string;
|
|
299
302
|
"ui.events.filterByPastEvents": string;
|
|
303
|
+
"ui.events.filterByOngoingEvents": string;
|
|
300
304
|
"ui.events.button.seeMore": string;
|
|
301
305
|
"ui.events.noEvents.title.personal": string;
|
|
302
306
|
"ui.events.noEvents.title": string;
|
|
@@ -688,6 +692,8 @@ declare const locales: {
|
|
|
688
692
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
689
693
|
"ui.notification.event.user_added_to_event": string;
|
|
690
694
|
"ui.notification.event.button.see": string;
|
|
695
|
+
"ui.notification.event.button.accept": string;
|
|
696
|
+
"ui.notification.event.button.accepted": string;
|
|
691
697
|
"ui.notification.event.privacy.public": string;
|
|
692
698
|
"ui.notification.event.privacy.private": string;
|
|
693
699
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1362,6 +1368,7 @@ declare const locales: {
|
|
|
1362
1368
|
"ui.createEvent.description": string;
|
|
1363
1369
|
"ui.event.see": string;
|
|
1364
1370
|
"ui.event.inProgress": string;
|
|
1371
|
+
"ui.event.finished": string;
|
|
1365
1372
|
"ui.eventHeader.visibility.private": string;
|
|
1366
1373
|
"ui.eventHeader.visibility.public": string;
|
|
1367
1374
|
"ui.eventHeader.location.live": string;
|
|
@@ -1372,6 +1379,8 @@ declare const locales: {
|
|
|
1372
1379
|
"ui.eventHeader.user.manager": string;
|
|
1373
1380
|
"ui.eventHeader.inProgress": string;
|
|
1374
1381
|
"ui.eventHeader.finished": string;
|
|
1382
|
+
"ui.events.myEvents.title": string;
|
|
1383
|
+
"ui.events.allEvents.title": string;
|
|
1375
1384
|
"ui.events.filterByName": string;
|
|
1376
1385
|
"ui.events.filterByDate": string;
|
|
1377
1386
|
"ui.events.select.any": string;
|
|
@@ -1386,6 +1395,7 @@ declare const locales: {
|
|
|
1386
1395
|
"ui.events.filterByFollowedInterest": string;
|
|
1387
1396
|
"ui.events.filterByCreatedByMe": string;
|
|
1388
1397
|
"ui.events.filterByPastEvents": string;
|
|
1398
|
+
"ui.events.filterByOngoingEvents": string;
|
|
1389
1399
|
"ui.events.button.seeMore": string;
|
|
1390
1400
|
"ui.events.noEvents.title.personal": string;
|
|
1391
1401
|
"ui.events.noEvents.title": string;
|
|
@@ -1773,6 +1783,8 @@ declare const locales: {
|
|
|
1773
1783
|
"ui.notification.user_accepted_to_join_event": string;
|
|
1774
1784
|
"ui.notification.user_added_to_event": string;
|
|
1775
1785
|
"ui.notification.event.button.see": string;
|
|
1786
|
+
"ui.notification.event.button.accept": string;
|
|
1787
|
+
"ui.notification.event.button.accepted": string;
|
|
1776
1788
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
1777
1789
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
1778
1790
|
"ui.notification.event.user_accepted_to_join_event": string;
|
package/lib/cjs/locales/en.json
CHANGED
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "See",
|
|
274
274
|
"ui.event.inProgress": "In progress",
|
|
275
|
+
"ui.event.finished": "Finished",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
277
278
|
"ui.eventHeader.location.live": "Live",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Manager",
|
|
283
284
|
"ui.eventHeader.inProgress": "In progress",
|
|
284
285
|
"ui.eventHeader.finished": "Finished",
|
|
286
|
+
"ui.events.myEvents.title": "My Events",
|
|
287
|
+
"ui.events.allEvents.title": "All events",
|
|
285
288
|
"ui.events.filterByName": "Search Event",
|
|
286
289
|
"ui.events.filterByDate": "Event Date",
|
|
287
290
|
"ui.events.select.any": "Any Date",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Created by me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Past Events",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Scheduled events",
|
|
299
303
|
"ui.events.button.seeMore": "See More",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "No matching events.",
|
|
301
305
|
"ui.events.noEvents.title": "All events will be visible here.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Add Event",
|
|
303
307
|
"ui.eventForm.title": "Create Event",
|
|
@@ -687,6 +691,8 @@
|
|
|
687
691
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
688
692
|
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
689
693
|
"ui.notification.event.button.see": "See",
|
|
694
|
+
"ui.notification.event.button.accept": "Accept",
|
|
695
|
+
"ui.notification.event.button.accepted": "Accepted",
|
|
690
696
|
"ui.notification.event.privacy.public": "Public",
|
|
691
697
|
"ui.notification.event.privacy.private": "Private",
|
|
692
698
|
"ui.notification.event.address.live.label": "In Person",
|
package/lib/cjs/locales/it.json
CHANGED
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "Vedi",
|
|
274
274
|
"ui.event.inProgress": "In corso",
|
|
275
|
+
"ui.event.finished": "Terminato",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
277
278
|
"ui.eventHeader.location.live": "Di persona",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
283
284
|
"ui.eventHeader.inProgress": "In corso",
|
|
284
285
|
"ui.eventHeader.finished": "Terminato",
|
|
286
|
+
"ui.events.myEvents.title": "I miei eventi",
|
|
287
|
+
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
285
288
|
"ui.events.filterByName": "Cerca Evento",
|
|
286
289
|
"ui.events.filterByDate": "Data Evento",
|
|
287
290
|
"ui.events.select.any": "Qualsiasi data",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "Persone che seguo",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Creati da me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Eventi passati",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Eventi in programma",
|
|
299
303
|
"ui.events.button.seeMore": "Vedi di più",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
|
|
301
305
|
"ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Aggiungi Evento",
|
|
303
307
|
"ui.eventForm.title": "Crea Evento",
|
|
@@ -683,6 +687,8 @@
|
|
|
683
687
|
"ui.notification.user_accepted_to_join_event": "ha accettato di partecipare all'evento:",
|
|
684
688
|
"ui.notification.user_added_to_event": "ha accettato la tua richiesta per l'evento:",
|
|
685
689
|
"ui.notification.event.button.see": "Vedi",
|
|
690
|
+
"ui.notification.event.button.accept": "Accetta",
|
|
691
|
+
"ui.notification.event.button.accepted": "Accettato",
|
|
686
692
|
"ui.notification.event.user_invited_to_join_event": "ti ha invitato all'evento: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
687
693
|
"ui.notification.event.user_requested_to_join_event": "ha richiesto di partecipare all'evento: <link>{event}</link>",
|
|
688
694
|
"ui.notification.event.user_accepted_to_join_event": "ha accettato di partecipare all'evento: <link>{event}</link>",
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const locales: {
|
|
|
273
273
|
"ui.createEvent.description": string;
|
|
274
274
|
"ui.event.see": string;
|
|
275
275
|
"ui.event.inProgress": string;
|
|
276
|
+
"ui.event.finished": string;
|
|
276
277
|
"ui.eventHeader.visibility.private": string;
|
|
277
278
|
"ui.eventHeader.visibility.public": string;
|
|
278
279
|
"ui.eventHeader.location.live": string;
|
|
@@ -283,6 +284,8 @@ declare const locales: {
|
|
|
283
284
|
"ui.eventHeader.user.manager": string;
|
|
284
285
|
"ui.eventHeader.inProgress": string;
|
|
285
286
|
"ui.eventHeader.finished": string;
|
|
287
|
+
"ui.events.myEvents.title": string;
|
|
288
|
+
"ui.events.allEvents.title": string;
|
|
286
289
|
"ui.events.filterByName": string;
|
|
287
290
|
"ui.events.filterByDate": string;
|
|
288
291
|
"ui.events.select.any": string;
|
|
@@ -297,6 +300,7 @@ declare const locales: {
|
|
|
297
300
|
"ui.events.filterByFollowedInterest": string;
|
|
298
301
|
"ui.events.filterByCreatedByMe": string;
|
|
299
302
|
"ui.events.filterByPastEvents": string;
|
|
303
|
+
"ui.events.filterByOngoingEvents": string;
|
|
300
304
|
"ui.events.button.seeMore": string;
|
|
301
305
|
"ui.events.noEvents.title.personal": string;
|
|
302
306
|
"ui.events.noEvents.title": string;
|
|
@@ -688,6 +692,8 @@ declare const locales: {
|
|
|
688
692
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
689
693
|
"ui.notification.event.user_added_to_event": string;
|
|
690
694
|
"ui.notification.event.button.see": string;
|
|
695
|
+
"ui.notification.event.button.accept": string;
|
|
696
|
+
"ui.notification.event.button.accepted": string;
|
|
691
697
|
"ui.notification.event.privacy.public": string;
|
|
692
698
|
"ui.notification.event.privacy.private": string;
|
|
693
699
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1362,6 +1368,7 @@ declare const locales: {
|
|
|
1362
1368
|
"ui.createEvent.description": string;
|
|
1363
1369
|
"ui.event.see": string;
|
|
1364
1370
|
"ui.event.inProgress": string;
|
|
1371
|
+
"ui.event.finished": string;
|
|
1365
1372
|
"ui.eventHeader.visibility.private": string;
|
|
1366
1373
|
"ui.eventHeader.visibility.public": string;
|
|
1367
1374
|
"ui.eventHeader.location.live": string;
|
|
@@ -1372,6 +1379,8 @@ declare const locales: {
|
|
|
1372
1379
|
"ui.eventHeader.user.manager": string;
|
|
1373
1380
|
"ui.eventHeader.inProgress": string;
|
|
1374
1381
|
"ui.eventHeader.finished": string;
|
|
1382
|
+
"ui.events.myEvents.title": string;
|
|
1383
|
+
"ui.events.allEvents.title": string;
|
|
1375
1384
|
"ui.events.filterByName": string;
|
|
1376
1385
|
"ui.events.filterByDate": string;
|
|
1377
1386
|
"ui.events.select.any": string;
|
|
@@ -1386,6 +1395,7 @@ declare const locales: {
|
|
|
1386
1395
|
"ui.events.filterByFollowedInterest": string;
|
|
1387
1396
|
"ui.events.filterByCreatedByMe": string;
|
|
1388
1397
|
"ui.events.filterByPastEvents": string;
|
|
1398
|
+
"ui.events.filterByOngoingEvents": string;
|
|
1389
1399
|
"ui.events.button.seeMore": string;
|
|
1390
1400
|
"ui.events.noEvents.title.personal": string;
|
|
1391
1401
|
"ui.events.noEvents.title": string;
|
|
@@ -1773,6 +1783,8 @@ declare const locales: {
|
|
|
1773
1783
|
"ui.notification.user_accepted_to_join_event": string;
|
|
1774
1784
|
"ui.notification.user_added_to_event": string;
|
|
1775
1785
|
"ui.notification.event.button.see": string;
|
|
1786
|
+
"ui.notification.event.button.accept": string;
|
|
1787
|
+
"ui.notification.event.button.accepted": string;
|
|
1776
1788
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
1777
1789
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
1778
1790
|
"ui.notification.event.user_accepted_to_join_event": string;
|
package/lib/esm/locales/en.json
CHANGED
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "See",
|
|
274
274
|
"ui.event.inProgress": "In progress",
|
|
275
|
+
"ui.event.finished": "Finished",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
277
278
|
"ui.eventHeader.location.live": "Live",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Manager",
|
|
283
284
|
"ui.eventHeader.inProgress": "In progress",
|
|
284
285
|
"ui.eventHeader.finished": "Finished",
|
|
286
|
+
"ui.events.myEvents.title": "My Events",
|
|
287
|
+
"ui.events.allEvents.title": "All events",
|
|
285
288
|
"ui.events.filterByName": "Search Event",
|
|
286
289
|
"ui.events.filterByDate": "Event Date",
|
|
287
290
|
"ui.events.select.any": "Any Date",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Created by me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Past Events",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Scheduled events",
|
|
299
303
|
"ui.events.button.seeMore": "See More",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "No matching events.",
|
|
301
305
|
"ui.events.noEvents.title": "All events will be visible here.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Add Event",
|
|
303
307
|
"ui.eventForm.title": "Create Event",
|
|
@@ -687,6 +691,8 @@
|
|
|
687
691
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
688
692
|
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
689
693
|
"ui.notification.event.button.see": "See",
|
|
694
|
+
"ui.notification.event.button.accept": "Accept",
|
|
695
|
+
"ui.notification.event.button.accepted": "Accepted",
|
|
690
696
|
"ui.notification.event.privacy.public": "Public",
|
|
691
697
|
"ui.notification.event.privacy.private": "Private",
|
|
692
698
|
"ui.notification.event.address.live.label": "In Person",
|
package/lib/esm/locales/it.json
CHANGED
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "Vedi",
|
|
274
274
|
"ui.event.inProgress": "In corso",
|
|
275
|
+
"ui.event.finished": "Terminato",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
277
278
|
"ui.eventHeader.location.live": "Di persona",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
283
284
|
"ui.eventHeader.inProgress": "In corso",
|
|
284
285
|
"ui.eventHeader.finished": "Terminato",
|
|
286
|
+
"ui.events.myEvents.title": "I miei eventi",
|
|
287
|
+
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
285
288
|
"ui.events.filterByName": "Cerca Evento",
|
|
286
289
|
"ui.events.filterByDate": "Data Evento",
|
|
287
290
|
"ui.events.select.any": "Qualsiasi data",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "Persone che seguo",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Creati da me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Eventi passati",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Eventi in programma",
|
|
299
303
|
"ui.events.button.seeMore": "Vedi di più",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
|
|
301
305
|
"ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Aggiungi Evento",
|
|
303
307
|
"ui.eventForm.title": "Crea Evento",
|
|
@@ -683,6 +687,8 @@
|
|
|
683
687
|
"ui.notification.user_accepted_to_join_event": "ha accettato di partecipare all'evento:",
|
|
684
688
|
"ui.notification.user_added_to_event": "ha accettato la tua richiesta per l'evento:",
|
|
685
689
|
"ui.notification.event.button.see": "Vedi",
|
|
690
|
+
"ui.notification.event.button.accept": "Accetta",
|
|
691
|
+
"ui.notification.event.button.accepted": "Accettato",
|
|
686
692
|
"ui.notification.event.user_invited_to_join_event": "ti ha invitato all'evento: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
687
693
|
"ui.notification.event.user_requested_to_join_event": "ha richiesto di partecipare all'evento: <link>{event}</link>",
|
|
688
694
|
"ui.notification.event.user_accepted_to_join_event": "ha accettato di partecipare all'evento: <link>{event}</link>",
|
package/lib/types/index.d.ts
CHANGED
|
@@ -273,6 +273,7 @@ declare const locales: {
|
|
|
273
273
|
"ui.createEvent.description": string;
|
|
274
274
|
"ui.event.see": string;
|
|
275
275
|
"ui.event.inProgress": string;
|
|
276
|
+
"ui.event.finished": string;
|
|
276
277
|
"ui.eventHeader.visibility.private": string;
|
|
277
278
|
"ui.eventHeader.visibility.public": string;
|
|
278
279
|
"ui.eventHeader.location.live": string;
|
|
@@ -283,6 +284,8 @@ declare const locales: {
|
|
|
283
284
|
"ui.eventHeader.user.manager": string;
|
|
284
285
|
"ui.eventHeader.inProgress": string;
|
|
285
286
|
"ui.eventHeader.finished": string;
|
|
287
|
+
"ui.events.myEvents.title": string;
|
|
288
|
+
"ui.events.allEvents.title": string;
|
|
286
289
|
"ui.events.filterByName": string;
|
|
287
290
|
"ui.events.filterByDate": string;
|
|
288
291
|
"ui.events.select.any": string;
|
|
@@ -297,6 +300,7 @@ declare const locales: {
|
|
|
297
300
|
"ui.events.filterByFollowedInterest": string;
|
|
298
301
|
"ui.events.filterByCreatedByMe": string;
|
|
299
302
|
"ui.events.filterByPastEvents": string;
|
|
303
|
+
"ui.events.filterByOngoingEvents": string;
|
|
300
304
|
"ui.events.button.seeMore": string;
|
|
301
305
|
"ui.events.noEvents.title.personal": string;
|
|
302
306
|
"ui.events.noEvents.title": string;
|
|
@@ -688,6 +692,8 @@ declare const locales: {
|
|
|
688
692
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
689
693
|
"ui.notification.event.user_added_to_event": string;
|
|
690
694
|
"ui.notification.event.button.see": string;
|
|
695
|
+
"ui.notification.event.button.accept": string;
|
|
696
|
+
"ui.notification.event.button.accepted": string;
|
|
691
697
|
"ui.notification.event.privacy.public": string;
|
|
692
698
|
"ui.notification.event.privacy.private": string;
|
|
693
699
|
"ui.notification.event.address.live.label": string;
|
|
@@ -1362,6 +1368,7 @@ declare const locales: {
|
|
|
1362
1368
|
"ui.createEvent.description": string;
|
|
1363
1369
|
"ui.event.see": string;
|
|
1364
1370
|
"ui.event.inProgress": string;
|
|
1371
|
+
"ui.event.finished": string;
|
|
1365
1372
|
"ui.eventHeader.visibility.private": string;
|
|
1366
1373
|
"ui.eventHeader.visibility.public": string;
|
|
1367
1374
|
"ui.eventHeader.location.live": string;
|
|
@@ -1372,6 +1379,8 @@ declare const locales: {
|
|
|
1372
1379
|
"ui.eventHeader.user.manager": string;
|
|
1373
1380
|
"ui.eventHeader.inProgress": string;
|
|
1374
1381
|
"ui.eventHeader.finished": string;
|
|
1382
|
+
"ui.events.myEvents.title": string;
|
|
1383
|
+
"ui.events.allEvents.title": string;
|
|
1375
1384
|
"ui.events.filterByName": string;
|
|
1376
1385
|
"ui.events.filterByDate": string;
|
|
1377
1386
|
"ui.events.select.any": string;
|
|
@@ -1386,6 +1395,7 @@ declare const locales: {
|
|
|
1386
1395
|
"ui.events.filterByFollowedInterest": string;
|
|
1387
1396
|
"ui.events.filterByCreatedByMe": string;
|
|
1388
1397
|
"ui.events.filterByPastEvents": string;
|
|
1398
|
+
"ui.events.filterByOngoingEvents": string;
|
|
1389
1399
|
"ui.events.button.seeMore": string;
|
|
1390
1400
|
"ui.events.noEvents.title.personal": string;
|
|
1391
1401
|
"ui.events.noEvents.title": string;
|
|
@@ -1773,6 +1783,8 @@ declare const locales: {
|
|
|
1773
1783
|
"ui.notification.user_accepted_to_join_event": string;
|
|
1774
1784
|
"ui.notification.user_added_to_event": string;
|
|
1775
1785
|
"ui.notification.event.button.see": string;
|
|
1786
|
+
"ui.notification.event.button.accept": string;
|
|
1787
|
+
"ui.notification.event.button.accepted": string;
|
|
1776
1788
|
"ui.notification.event.user_invited_to_join_event": string;
|
|
1777
1789
|
"ui.notification.event.user_requested_to_join_event": string;
|
|
1778
1790
|
"ui.notification.event.user_accepted_to_join_event": string;
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "See",
|
|
274
274
|
"ui.event.inProgress": "In progress",
|
|
275
|
+
"ui.event.finished": "Finished",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Private Event",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Public Event",
|
|
277
278
|
"ui.eventHeader.location.live": "Live",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Manager",
|
|
283
284
|
"ui.eventHeader.inProgress": "In progress",
|
|
284
285
|
"ui.eventHeader.finished": "Finished",
|
|
286
|
+
"ui.events.myEvents.title": "My Events",
|
|
287
|
+
"ui.events.allEvents.title": "All events",
|
|
285
288
|
"ui.events.filterByName": "Search Event",
|
|
286
289
|
"ui.events.filterByDate": "Event Date",
|
|
287
290
|
"ui.events.select.any": "Any Date",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Created by me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Past Events",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Scheduled events",
|
|
299
303
|
"ui.events.button.seeMore": "See More",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "No matching events.",
|
|
301
305
|
"ui.events.noEvents.title": "All events will be visible here.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Add Event",
|
|
303
307
|
"ui.eventForm.title": "Create Event",
|
|
@@ -687,6 +691,8 @@
|
|
|
687
691
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
688
692
|
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
689
693
|
"ui.notification.event.button.see": "See",
|
|
694
|
+
"ui.notification.event.button.accept": "Accept",
|
|
695
|
+
"ui.notification.event.button.accepted": "Accepted",
|
|
690
696
|
"ui.notification.event.privacy.public": "Public",
|
|
691
697
|
"ui.notification.event.privacy.private": "Private",
|
|
692
698
|
"ui.notification.event.address.live.label": "In Person",
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
"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!",
|
|
273
273
|
"ui.event.see": "Vedi",
|
|
274
274
|
"ui.event.inProgress": "In corso",
|
|
275
|
+
"ui.event.finished": "Terminato",
|
|
275
276
|
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
276
277
|
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
277
278
|
"ui.eventHeader.location.live": "Di persona",
|
|
@@ -282,6 +283,8 @@
|
|
|
282
283
|
"ui.eventHeader.user.manager": "Organizzatore",
|
|
283
284
|
"ui.eventHeader.inProgress": "In corso",
|
|
284
285
|
"ui.eventHeader.finished": "Terminato",
|
|
286
|
+
"ui.events.myEvents.title": "I miei eventi",
|
|
287
|
+
"ui.events.allEvents.title": "Tutti gli eventi",
|
|
285
288
|
"ui.events.filterByName": "Cerca Evento",
|
|
286
289
|
"ui.events.filterByDate": "Data Evento",
|
|
287
290
|
"ui.events.select.any": "Qualsiasi data",
|
|
@@ -296,8 +299,9 @@
|
|
|
296
299
|
"ui.events.filterByFollowedInterest": "Persone che seguo",
|
|
297
300
|
"ui.events.filterByCreatedByMe": "Creati da me",
|
|
298
301
|
"ui.events.filterByPastEvents": "Eventi passati",
|
|
302
|
+
"ui.events.filterByOngoingEvents": "Eventi in programma",
|
|
299
303
|
"ui.events.button.seeMore": "Vedi di più",
|
|
300
|
-
"ui.events.noEvents.title.personal": "
|
|
304
|
+
"ui.events.noEvents.title.personal": "Nessun evento corrispondente.",
|
|
301
305
|
"ui.events.noEvents.title": "Tutti gli eventi saranno visibili qui.",
|
|
302
306
|
"ui.events.skeleton.action.add": "Aggiungi Evento",
|
|
303
307
|
"ui.eventForm.title": "Crea Evento",
|
|
@@ -683,6 +687,8 @@
|
|
|
683
687
|
"ui.notification.user_accepted_to_join_event": "ha accettato di partecipare all'evento:",
|
|
684
688
|
"ui.notification.user_added_to_event": "ha accettato la tua richiesta per l'evento:",
|
|
685
689
|
"ui.notification.event.button.see": "Vedi",
|
|
690
|
+
"ui.notification.event.button.accept": "Accetta",
|
|
691
|
+
"ui.notification.event.button.accepted": "Accettato",
|
|
686
692
|
"ui.notification.event.user_invited_to_join_event": "ti ha invitato all'evento: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
687
693
|
"ui.notification.event.user_requested_to_join_event": "ha richiesto di partecipare all'evento: <link>{event}</link>",
|
|
688
694
|
"ui.notification.event.user_accepted_to_join_event": "ha accettato di partecipare all'evento: <link>{event}</link>",
|