@selfcommunity/react-i18n 0.5.50-alpha.1 → 0.5.50-events.100
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 +398 -6
- package/lib/cjs/locales/en.json +199 -3
- package/lib/cjs/locales/it.json +200 -4
- package/lib/esm/index.d.ts +398 -6
- package/lib/esm/locales/en.json +199 -3
- package/lib/esm/locales/it.json +200 -4
- package/lib/types/index.d.ts +398 -6
- package/lib/types/locales/en.json +199 -3
- package/lib/types/locales/it.json +200 -4
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
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!",
|
|
@@ -35,6 +36,11 @@
|
|
|
35
36
|
"templates.usersList.followers": "Followers",
|
|
36
37
|
"templates.usersList.followings": "Following",
|
|
37
38
|
"templates.usersList.noMoreResults": "No more results",
|
|
39
|
+
"ui.acceptRequestUserEventButton.accept": "Accept",
|
|
40
|
+
"ui.acceptRequestUserEventButton.dialog.confirm": "Yes",
|
|
41
|
+
"ui.acceptRequestUserEventButton.dialog.msg": "Do you want to allow the user to access the event content?",
|
|
42
|
+
"ui.acceptRequestUserEventButton.dialog.title": "Accept request",
|
|
43
|
+
"ui.acceptRequestUserEventButton.snackbar.success": "Request accepted",
|
|
38
44
|
"ui.accountRecover.email.error.exist": "This email address is not associated with any account. Check that it is the one used to register",
|
|
39
45
|
"ui.accountRecover.email.error.invalid": "Enter a valid email address",
|
|
40
46
|
"ui.accountDataPortability.generatedInfo": "You have requested the generation of the data portability file on {date} at {time}. You can request the file creation at maximum every 24h.",
|
|
@@ -145,7 +151,7 @@
|
|
|
145
151
|
"ui.common.error.email": "Enter a valid email",
|
|
146
152
|
"ui.common.error.messageError": "The message could not be sent",
|
|
147
153
|
"ui.common.error.phone": "The phone number you entered is invalid",
|
|
148
|
-
"ui.common.error.
|
|
154
|
+
"ui.common.error.url": "The URL you entered is invalid",
|
|
149
155
|
"ui.common.error.username": "The username field can only consist of alphanumeric characters, including the hyphen and underscore (- and _ ).",
|
|
150
156
|
"ui.common.error.usernameOrEmail": "Please, enter a valid username (alphanumeric characters _ and - are allowed) or insert a valid email",
|
|
151
157
|
"ui.common.fileUpload.error": "Unfortunately an error occurred while uploading the file.",
|
|
@@ -180,6 +186,8 @@
|
|
|
180
186
|
"ui.composer.layer.audience.all": "All",
|
|
181
187
|
"ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
|
|
182
188
|
"ui.composer.layer.audience.tag": "By tags",
|
|
189
|
+
"ui.composer.layer.audience.event": "Events",
|
|
190
|
+
"ui.composer.layer.audience.event.message": "Your post will be visible to all users in the selected event",
|
|
183
191
|
"ui.composer.layer.audience.group": "Groups",
|
|
184
192
|
"ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
|
|
185
193
|
"ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
|
|
@@ -251,6 +259,73 @@
|
|
|
251
259
|
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
252
260
|
"ui.contributionActionMenu.title": "This content is:",
|
|
253
261
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
262
|
+
"ui.createEvent.title": "Create your Event now!",
|
|
263
|
+
"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!",
|
|
264
|
+
"ui.event.see": "See",
|
|
265
|
+
"ui.eventHeader.visibility.private": "Private Event",
|
|
266
|
+
"ui.eventHeader.visibility.public": "Public Event",
|
|
267
|
+
"ui.eventHeader.location.live": "Live",
|
|
268
|
+
"ui.eventHeader.location.online": "Online",
|
|
269
|
+
"ui.eventHeader.dateTime": "{date} - From {hour}",
|
|
270
|
+
"ui.eventHeader.startEndTime": "{date} From {start} Until {end}",
|
|
271
|
+
"ui.eventHeader.startEndTimeDiff": "{startDate} From {startTime} - {endDate} Until {endTime}",
|
|
272
|
+
"ui.eventHeader.user.manager": "Manager",
|
|
273
|
+
"ui.eventHeader.inProgress": "In progress",
|
|
274
|
+
"ui.eventHeader.finished": "Finished",
|
|
275
|
+
"ui.events.filterByName": "Search Event",
|
|
276
|
+
"ui.events.filterByDate": "Event Date",
|
|
277
|
+
"ui.events.select.any": "Any Date",
|
|
278
|
+
"ui.events.select.today": "Today",
|
|
279
|
+
"ui.events.select.tomorrow": "Tomorrow",
|
|
280
|
+
"ui.events.select.thisWeek": "This Week",
|
|
281
|
+
"ui.events.select.nextWeek": "Next Week",
|
|
282
|
+
"ui.events.select.thisMonth": "This Month",
|
|
283
|
+
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
284
|
+
"ui.events.filterByPastEvents": "Past Events",
|
|
285
|
+
"ui.events.button.seeMore": "See More",
|
|
286
|
+
"ui.events.noEvents.title.onlyStaff": "The Events you are organizing will be visible here.\nStart by creating a new Event.",
|
|
287
|
+
"ui.events.noEvents.title": "The Events you will participate in and those you will be invited to will be visible here.",
|
|
288
|
+
"ui.events.skeleton.action.add": "Add Event",
|
|
289
|
+
"ui.eventForm.title": "Create Event",
|
|
290
|
+
"ui.eventForm.title.edit": "Edit Event",
|
|
291
|
+
"ui.eventForm.name.placeholder": "Event name",
|
|
292
|
+
"ui.eventForm.name.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
|
|
293
|
+
"ui.eventForm.name.error.unique": "Please choose another name for the event",
|
|
294
|
+
"ui.eventForm.description.placeholder": "Add a description...",
|
|
295
|
+
"ui.eventForm.description.error.maxLength": "Please shorten this text to 150 characters or fewer. Currently, it’s too long",
|
|
296
|
+
"ui.eventForm.date.placeholder": "Start Date",
|
|
297
|
+
"ui.eventForm.date.title": "Select Date",
|
|
298
|
+
"ui.eventForm.time.placeholder": "Start Time",
|
|
299
|
+
"ui.eventForm.date.end.placeholder": "End Date",
|
|
300
|
+
"ui.eventForm.time.end.placeholder": "End Time",
|
|
301
|
+
"ui.eventForm.time.end.title": "Select Time",
|
|
302
|
+
"ui.eventForm.frequency.label": "Frequency",
|
|
303
|
+
"ui.eventForm.frequency.never.placeholder": "No Frequency",
|
|
304
|
+
"ui.eventForm.frequency.daily.placeholder": "Daily",
|
|
305
|
+
"ui.eventForm.frequency.weekly.placeholder": "Weekly",
|
|
306
|
+
"ui.eventForm.frequency.monthly.placeholder": "Monthly",
|
|
307
|
+
"ui.eventForm.dateTime.placeholder": "{symbol} End Date and Time",
|
|
308
|
+
"ui.eventForm.address.live.label": "In Person",
|
|
309
|
+
"ui.eventForm.address.live.placeholder": "Enter an address",
|
|
310
|
+
"ui.eventForm.address.live.noResults": "No results",
|
|
311
|
+
"ui.eventForm.address.online.label": "Online",
|
|
312
|
+
"ui.eventForm.address.online.placeholder": "Enter the event link",
|
|
313
|
+
"ui.eventForm.address.online.help": "Enter a valid URL (e.g., YouTube - Vimeo)",
|
|
314
|
+
"ui.eventForm.privacy.public": "Public",
|
|
315
|
+
"ui.eventForm.privacy.public.info": "It can be seen by the entire Community and anyone who receives the event link.",
|
|
316
|
+
"ui.eventForm.privacy.private": "Private",
|
|
317
|
+
"ui.eventForm.privacy.private.info": "Only invited people can access. Invitations can be requested.",
|
|
318
|
+
"ui.eventForm.button.create": "Create Event",
|
|
319
|
+
"ui.eventForm.button.edit": "Edit",
|
|
320
|
+
"ui.eventLocationWidget.title": "Location",
|
|
321
|
+
"ui.eventMembersWidget.invited": "Invited",
|
|
322
|
+
"ui.eventMembersWidget.noMoreResults": "No more results",
|
|
323
|
+
"ui.eventMembersWidget.noOtherRequests": "There are no other requests",
|
|
324
|
+
"ui.eventMembersWidget.noParticipants": "No participants",
|
|
325
|
+
"ui.eventMembersWidget.participants": "Participants",
|
|
326
|
+
"ui.eventMembersWidget.requests": "Requests",
|
|
327
|
+
"ui.eventMembersWidget.showAll": "Show all",
|
|
328
|
+
"ui.eventMembersWidget.title": "People Suggestion",
|
|
254
329
|
"ui.groupForm.title": "Create Group",
|
|
255
330
|
"ui.groupForm.title.edit": "Edit Group",
|
|
256
331
|
"ui.groupForm.header": "Add an avatar and a cover image for your group",
|
|
@@ -272,7 +347,32 @@
|
|
|
272
347
|
"ui.groupForm.visibility.visible.info": "<b>Visible: </b>Anyone can find this group.",
|
|
273
348
|
"ui.groupForm.button.create": "Create",
|
|
274
349
|
"ui.groupForm.button.edit": "Edit",
|
|
350
|
+
"ui.eventInfoDetails.location.inPerson": "In Person",
|
|
351
|
+
"ui.eventInfoDetails.location.virtual": "Virtual",
|
|
352
|
+
"ui.eventInfoDetails.privacy.public": "Pubblic",
|
|
353
|
+
"ui.eventInfoDetails.privacy.private": "Private by invitation only",
|
|
354
|
+
"ui.eventInfoDetails.date.startEndTime": "{date} - {start}",
|
|
355
|
+
"ui.eventInfoDetails.date.create": "{date}",
|
|
356
|
+
"ui.eventInfoDetails.frequency.never.placeholder": "No Frequency",
|
|
357
|
+
"ui.eventInfoDetails.frequency.daily.placeholder": "Daily",
|
|
358
|
+
"ui.eventInfoDetails.frequency.weekly.placeholder": "Weekly",
|
|
359
|
+
"ui.eventInfoDetails.frequency.monthly.placeholder": "Monthly",
|
|
360
|
+
"ui.eventInviteButton": "Invite to your Event",
|
|
361
|
+
"ui.eventInviteButton.dialog.title": "Invite to the event",
|
|
362
|
+
"ui.eventInviteButton.dialog.content.search.placeholder": "Search for people to invite",
|
|
363
|
+
"ui.eventInviteButton.dialog.content.list": "Suggested",
|
|
364
|
+
"ui.eventInviteButton.dialog.button.end": "Invite",
|
|
365
|
+
"ui.eventInviteButton.searchBar.placeholder": "Search for people to invite",
|
|
366
|
+
"ui.eventInviteButton.list.suggested": "Suggested",
|
|
367
|
+
"ui.eventSubscribeButton.label": "Would you like to attend?",
|
|
368
|
+
"ui.eventSubscribeButton.accept": "Accept",
|
|
369
|
+
"ui.eventSubscribeButton.going": "Going",
|
|
370
|
+
"ui.eventSubscribeButton.notGoing": "Not going",
|
|
371
|
+
"ui.eventSubscribeButton.requestParticipation": "Request to attend",
|
|
372
|
+
"ui.eventSubscribeButton.waitingApproval": "Request sent",
|
|
275
373
|
"ui.createGroupButton": "Create",
|
|
374
|
+
"ui.createEventButton": "Create Event",
|
|
375
|
+
"ui.editEventButton": "Edit",
|
|
276
376
|
"ui.editGroupButton": "Edit",
|
|
277
377
|
"ui.editor.placeholder": "Write your text...",
|
|
278
378
|
"ui.editor.toolbarPlugin.blockType": "Style",
|
|
@@ -289,6 +389,10 @@
|
|
|
289
389
|
"ui.editor.toolbarPlugin.subscript": "Subscript",
|
|
290
390
|
"ui.editor.toolbarPlugin.superscript": "Superscript",
|
|
291
391
|
"ui.editor.toolbarPlugin.underline": "Underline",
|
|
392
|
+
"ui.eventCard.participants": "{participants} Participants",
|
|
393
|
+
"ui.eventParticipantsButton.dialogTitle": "Participants ({total})",
|
|
394
|
+
"ui.eventParticipantsButton.noOtherParticipants": "No other participants.",
|
|
395
|
+
"ui.eventParticipantsButton.participants": "Participants",
|
|
292
396
|
"ui.feed.noFeedObject": "At the moment there are no contents to display",
|
|
293
397
|
"ui.feed.noOtherFeedObject": "There are no other contents",
|
|
294
398
|
"ui.feed.refreshRelease": "↑ Release to refresh the feed",
|
|
@@ -354,6 +458,8 @@
|
|
|
354
458
|
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel request",
|
|
355
459
|
"ui.friendshipUserButton.removeConnection": "Remove",
|
|
356
460
|
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
461
|
+
"ui.eventAutocomplete.label": "Events",
|
|
462
|
+
"ui.eventAutocomplete.empty": "No events available",
|
|
357
463
|
"ui.groupAutocomplete.label": "Groups",
|
|
358
464
|
"ui.groupAutocomplete.empty": "No groups available",
|
|
359
465
|
"ui.group.status.discover": "Discover",
|
|
@@ -443,14 +549,23 @@
|
|
|
443
549
|
"ui.incubatorSuggestionWidget.noResults": "No results found",
|
|
444
550
|
"ui.incubatorSuggestionWidget.title": "Suggested incubators",
|
|
445
551
|
"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.",
|
|
552
|
+
"ui.infoEventWidget.privacy.public": "Public",
|
|
553
|
+
"ui.infoEventWidget.privacy.private": "Private by invitation only",
|
|
554
|
+
"ui.infoEventWidget.showMore": "More",
|
|
555
|
+
"ui.infoEventWidget.title": "Event information",
|
|
446
556
|
"ui.inlineComposerWidget.label": "Create content...",
|
|
447
557
|
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
558
|
+
"ui.inviteUserEventButton.invite": "Invite",
|
|
559
|
+
"ui.inviteUserEventButton.remove": "Remove",
|
|
448
560
|
"ui.locationAutocomplete.empty": "Search for location",
|
|
449
561
|
"ui.locationAutocomplete.label": "Insert a city",
|
|
450
562
|
"ui.locationAutocomplete.title": "Localize",
|
|
451
563
|
"ui.loyaltyProgramWidget.discover": "Discover more",
|
|
452
564
|
"ui.loyaltyProgramWidget.points": "Your points",
|
|
453
565
|
"ui.loyaltyProgramWidget.title": "Loyalty Program",
|
|
566
|
+
"ui.myEventsWidget.planner": "Planner",
|
|
567
|
+
"ui.myEventsWidget.title": "My Events",
|
|
568
|
+
"ui.myEventsWidget.showAll": "Show all",
|
|
454
569
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "See all",
|
|
455
570
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categories",
|
|
456
571
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
@@ -521,6 +636,20 @@
|
|
|
521
636
|
"ui.notification.privateMessage.btnReplyLabel": "Reply",
|
|
522
637
|
"ui.notification.privateMessage.btnViewLabel": "View",
|
|
523
638
|
"ui.notification.receivePrivateMessage": "sent you {total, plural, =0 {# messages} one {a message} other {# messages}}",
|
|
639
|
+
"ui.notification.user_invited_to_join_event": "invited you to the Event:",
|
|
640
|
+
"ui.notification.user_requested_to_join_event": "requested to join the Event:",
|
|
641
|
+
"ui.notification.user_accepted_to_join_event": "accepted to join the Event:",
|
|
642
|
+
"ui.notification.user_added_to_event": "accepted your request for the Event:",
|
|
643
|
+
"ui.notification.event.user_invited_to_join_event": "invited you to the Event: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
644
|
+
"ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
|
|
645
|
+
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
646
|
+
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
647
|
+
"ui.notification.event.button.see": "See",
|
|
648
|
+
"ui.notification.event.privacy.public": "Public",
|
|
649
|
+
"ui.notification.event.privacy.private": "Private",
|
|
650
|
+
"ui.notification.event.address.live.label": "In Person",
|
|
651
|
+
"ui.notification.event.address.online.label": "Online",
|
|
652
|
+
"ui.notification.event.dateTime": "{date} - From {hour}",
|
|
524
653
|
"ui.notification.user_invited_to_join_group": "invited you to join <link>{group}</link> group",
|
|
525
654
|
"ui.notification.user_requested_to_join_group": "requested to join <link>{group}</link> group",
|
|
526
655
|
"ui.notification.user_accepted_to_join_group": "accepted to join <link>{group}</link> group",
|
|
@@ -537,10 +666,67 @@
|
|
|
537
666
|
"ui.notification.userFollow.followUser": "started following you",
|
|
538
667
|
"ui.notification.viewRules": "View website rules.",
|
|
539
668
|
"ui.notification.voteUp.appreciated": "appreciated you on:",
|
|
540
|
-
"ui.
|
|
669
|
+
"ui.onBoardingWidget.accordion.collapsed": "<icon>ai_stars</icon> <b>Getting Started</b>Bring your Community to life",
|
|
670
|
+
"ui.onBoardingWidget.accordion.expanded.title": "Getting Started",
|
|
671
|
+
"ui.onBoardingWidget.accordion.expanded.title.mobile": "<b>Getting Started</b>",
|
|
672
|
+
"ui.onBoardingWidget.accordion.expanded.subtitle": "Bring your Community to life",
|
|
673
|
+
"ui.onBoardingWidget.accordion.expanded.summary": "Let <b>AI Self <icon>magic_wand</icon></b> help you take the first steps in customizing, enriching, and populating your Community.",
|
|
674
|
+
"ui.onBoardingWidget.contents": "Contents",
|
|
675
|
+
"ui.onBoardingWidget.categories": "Categories",
|
|
676
|
+
"ui.onBoardingWidget.appearance": "Appearance",
|
|
677
|
+
"ui.onBoardingWidget.profile": "My Profile",
|
|
678
|
+
"ui.onBoardingWidget.invite": "Invite users",
|
|
679
|
+
"ui.onBoardingWidget.app": "Download the app",
|
|
680
|
+
"ui.onBoardingWidget.step.content.summary": "Generate relevant content for each thematic category of the Community.\n Wait a few seconds, and you will see them appear below in your Home feed ↓",
|
|
681
|
+
"ui.onBoardingWidget.step.content.button": "Generate",
|
|
682
|
+
"ui.onBoardingWidget.step.contents.loading": "We are generating the contents...",
|
|
683
|
+
"ui.onBoardingWidget.step.contents.success": "Content generated successfully",
|
|
684
|
+
"ui.onBoardingWidget.step.category.summary": "Generate the presentation images and slogan for the thematic categories of your Community.",
|
|
685
|
+
"ui.onBoardingWidget.step.category.generation.steps": "<iconA>Large Image</iconA> <iconB>Slogan Image</iconB> <iconC>Thumbnail</iconC>",
|
|
686
|
+
"ui.onBoardingWidget.step.category.button": "Generate",
|
|
687
|
+
"ui.onBoardingWidget.step.categories.loading": "We are generating the categories...",
|
|
688
|
+
"ui.onBoardingWidget.step.categories.success": "Categories successfully generated",
|
|
689
|
+
"ui.onBoardingWidget.step.categories.success.link": "See your console",
|
|
690
|
+
"ui.onBoardingWidget.step.appearance.summary": "It's time to make your Community truly yours! Choose your brand colors, set the logo. Finalize the title, tagline, and images for your user registration page.",
|
|
691
|
+
"ui.onBoardingWidget.step.appearance.header.title": "Theme",
|
|
692
|
+
"ui.onBoardingWidget.step.appearance.colors.title": "Colors",
|
|
693
|
+
"ui.onBoardingWidget.step.appearance.logo.title": "Logo",
|
|
694
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.title": "Title and Slogan",
|
|
695
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.title": "Title",
|
|
696
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.slogan": "Slogan",
|
|
697
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.button": "Save",
|
|
698
|
+
"ui.onBoardingWidget.step.appearance.button": "Set Appearance",
|
|
699
|
+
"ui.onBoardingWidget.step.profile.summary": "Tell your users a bit about yourself by setting your real name, bio, and other information.",
|
|
700
|
+
"ui.onBoardingWidget.step.profile.button": "Set Profile",
|
|
701
|
+
"ui.onBoardingWidget.step.invite.email.title": "• Invite them via email",
|
|
702
|
+
"ui.onBoardingWidget.step.invite.email.subtitle": "It's time to invite your contacts.",
|
|
703
|
+
"ui.onBoardingWidget.step.invite.social.title": "• Make your community known across your social channels",
|
|
704
|
+
"ui.onBoardingWidget.step.invite.social.subtitle": "If your Community is Public let everyone know.",
|
|
705
|
+
"ui.onBoardingWidget.step.invite.button": "Invite Users",
|
|
706
|
+
"ui.onBoardingWidget.step.app.tab.ios": "iOS",
|
|
707
|
+
"ui.onBoardingWidget.step.app.tab.android": "Android",
|
|
708
|
+
"ui.onBoardingWidget.step.app.title": "Download and let your users download the app. Just one tap!",
|
|
709
|
+
"ui.onBoardingWidget.step.app.summary": "Your Community is a fully responsive Progressive Web App (PWA). \n This ensures a native user experience on all devices, including push notifications, useful for continuous and immediate user engagement.",
|
|
710
|
+
"ui.onBoardingWidget.step.app.ios": "Log in and access your Community directly from the browser on your mobile device. \n Install the Web app for quick access in one tap.",
|
|
711
|
+
"ui.onBoardingWidget.step.app.ios.a": "1) Press <b><icon>box_arrow_up</icon>Share</b> in the navigation bar.",
|
|
712
|
+
"ui.onBoardingWidget.step.app.ios.b": "2) Press <b><icon>add_square</icon>Add to Home Screen</b>",
|
|
713
|
+
"ui.onBoardingWidget.step.app.android": "Log in and access your Community directly from the browser on your mobile device. \n Install the Web app for quick access in one tap.",
|
|
714
|
+
"ui.onBoardingWidget.step.app.android.a": "1) Press <b><icon>more_vert</icon>Menu</b> in the navigation bar.",
|
|
715
|
+
"ui.onBoardingWidget.step.app.android.b": "2) Press <b><icon>add_to_home</icon>Install App</b>",
|
|
541
716
|
"ui.platformWidget.edt": "Editor",
|
|
717
|
+
"ui.platformWidget.adm": "Console",
|
|
542
718
|
"ui.platformWidget.mod": "Moderation",
|
|
543
|
-
"ui.platformWidget.
|
|
719
|
+
"ui.platformWidget.hub": "Hub",
|
|
720
|
+
"ui.platformWidget.contactUs": "Contact Us",
|
|
721
|
+
"ui.platformWidget.title.tooltip": "Widget only for Community Staff (visible only to you)",
|
|
722
|
+
"ui.platformWidget.tutorial.next": "Next",
|
|
723
|
+
"ui.platformWidget.tutorial.previous": "Previous",
|
|
724
|
+
"ui.platformWidget.tutorial.close": "Close",
|
|
725
|
+
"ui.platformWidget.tutorial.skip": "Skip",
|
|
726
|
+
"ui.platformWidget.adm.desc": "From here you can access the Community management center. In a unified interface, you will find everything you need to control every aspect, function, data, content, and user of the Community.",
|
|
727
|
+
"ui.platformWidget.mod.desc": "Directly access the moderation functions that allow you to monitor and manage users, content and reports, promoting positive and constructive interactions. Automated reporting of non-compliant content or behaviour is available, supported by artificial intelligence (AI).",
|
|
728
|
+
"ui.platformWidget.hub.desc": "This is the place where you can consult our Tutorial and manage your Account settings, including payments, billing information, invoices, and support contacts. You will also find SelfCommunity service updates and the latest news.",
|
|
729
|
+
"ui.platformWidget.contactUs.desc": "Access the form to request support, information, and advice on Community configuration, available features.",
|
|
544
730
|
"ui.pollSuggestionWidget.button.showAll": "Show All",
|
|
545
731
|
"ui.pollSuggestionWidget.noMoreResults": "No more results",
|
|
546
732
|
"ui.pollSuggestionWidget.pollSnippet.button.seeItem": "See",
|
|
@@ -567,6 +753,9 @@
|
|
|
567
753
|
"ui.privateMessageSettingsIconButton.item.delete": "Delete",
|
|
568
754
|
"ui.privateMessageSettingsIconButton.item.profile": "See Profile",
|
|
569
755
|
"ui.privateMessageSettingsIconButton.item.group": "See Group",
|
|
756
|
+
"ui.relatedEventsWidget.noMoreResults": "No more results",
|
|
757
|
+
"ui.relatedEventsWidget.showAll": "Show all",
|
|
758
|
+
"ui.relatedEventsWidget.title": "Other events of {user}",
|
|
570
759
|
"ui.relatedFeedObjectsWidget.button.showMore": "Show More",
|
|
571
760
|
"ui.relatedFeedObjectsWidget.noMoreResults": "No more results",
|
|
572
761
|
"ui.relatedFeedObjectsWidget.noResults": "No results found",
|
|
@@ -576,8 +765,15 @@
|
|
|
576
765
|
"ui.searchAutocomplete.placeholder": "Search on {community}",
|
|
577
766
|
"ui.shared.messageChunkUploader.error": "An error occurred while uploading {filename} file. Please try again later.",
|
|
578
767
|
"ui.shared.URLTextField.error": "Please enter a valid URL",
|
|
768
|
+
"ui.shared.eventActionsMenu.item.link": "Copy Event link",
|
|
769
|
+
"ui.shared.eventActionsMenu.item.calendar": "Add to Calendar",
|
|
770
|
+
"ui.shared.eventActionsMenu.item.cancel": "Cancel Event",
|
|
771
|
+
"ui.shared.eventActionsMenu.dialog.confirm": "Yes",
|
|
772
|
+
"ui.shared.eventActionsMenu.dialog.msg": "Are you sure you want to cancel the event?",
|
|
579
773
|
"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>}}",
|
|
580
774
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
775
|
+
"ui.suggestedEventsWidget.title": "Suggested Events",
|
|
776
|
+
"ui.suggestedEventsWidget.showAll": "Show all",
|
|
581
777
|
"ui.user.group.admin": "Admin",
|
|
582
778
|
"ui.user.ignore": "Ignore",
|
|
583
779
|
"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!",
|
|
@@ -35,6 +36,11 @@
|
|
|
35
36
|
"templates.usersList.followers": "I miei follower",
|
|
36
37
|
"templates.usersList.followings": "Seguiti",
|
|
37
38
|
"templates.usersList.noMoreResults": "Nessun altro risultato",
|
|
39
|
+
"ui.acceptRequestUserEventButton.accept": "Accetta",
|
|
40
|
+
"ui.acceptRequestUserEventButton.dialog.confirm": "Si",
|
|
41
|
+
"ui.acceptRequestUserEventButton.dialog.msg": "Vuoi consentire all'utente di accedere ai contenuti dell'evento?",
|
|
42
|
+
"ui.acceptRequestUserEventButton.dialog.title": "Accetta richiesta",
|
|
43
|
+
"ui.acceptRequestUserEventButton.snackbar.success": "Richiesta accettata",
|
|
38
44
|
"ui.accountRecover.email.error.exist": "Questo indirizzo email non è associato ad alcun account.Verifica sia quello usato per registrarti",
|
|
39
45
|
"ui.accountRecover.email.error.invalid": "Inserisci un indirizzo email valido",
|
|
40
46
|
"ui.accountDataPortability.generatedInfo": "Hai richiesto la generazione del file di portabilità dei dati il {date} alle {time}. Puoi richiedere la creazione del file al massimo ogni 24h.",
|
|
@@ -145,7 +151,7 @@
|
|
|
145
151
|
"ui.common.error.email": "Inserisci un indirizzo email valido.",
|
|
146
152
|
"ui.common.error.messageError": "Non è stato possibile inviare il messaggio",
|
|
147
153
|
"ui.common.error.phone": "Il numero di telefono inserito non è valido",
|
|
148
|
-
"ui.common.error.
|
|
154
|
+
"ui.common.error.url": "L'URL inserito non è valido",
|
|
149
155
|
"ui.common.error.username": "Il campo username può essere composto solo da caratteri alfanumerici, inclusi il trattino e il trattino basso (- e _).",
|
|
150
156
|
"ui.common.error.usernameOrEmail": "Inserisci uno username valido. Sono permessi caratteri alfanumerici, inclusi il trattino e il trattino basso (- e _). Oppure inserisci una email valida",
|
|
151
157
|
"ui.common.fileUpload.error": "Purtroppo si è verificato un errore durante il caricamento del file.",
|
|
@@ -180,6 +186,8 @@
|
|
|
180
186
|
"ui.composer.layer.audience.all": "Tutti",
|
|
181
187
|
"ui.composer.layer.audience.all.message": "Il tuo post sarà visibile da tutti.",
|
|
182
188
|
"ui.composer.layer.audience.tag": "Per tag",
|
|
189
|
+
"ui.composer.layer.audience.event": "Eventi",
|
|
190
|
+
"ui.composer.layer.audience.event.message": "Il tuo post sarà visibile solo dagli utenti sottoscritti all'evento selezionato.",
|
|
183
191
|
"ui.composer.layer.audience.group": "Gruppi",
|
|
184
192
|
"ui.composer.layer.audience.group.message": "Il tuo post sarà visibile solo dagli utenti che fanno parte del gruppo selezionato.",
|
|
185
193
|
"ui.composer.layer.audience.tag.message": "Il tuo post sarà visibile solo dagli utenti che seguono almeno uno dei tag selezionati.",
|
|
@@ -251,6 +259,65 @@
|
|
|
251
259
|
"ui.contributionActionMenu.suspendNotificationContribution": "Sospendi notifiche",
|
|
252
260
|
"ui.contributionActionMenu.title": "Questo contenuto è:",
|
|
253
261
|
"ui.contributionActionMenu.vulgar": "Volgare",
|
|
262
|
+
"ui.createEvent.title": "Crea il tuo Evento adesso!",
|
|
263
|
+
"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!",
|
|
264
|
+
"ui.event.see": "Vedi",
|
|
265
|
+
"ui.eventHeader.visibility.private": "Evento Privato",
|
|
266
|
+
"ui.eventHeader.visibility.public": "Evento Pubblico",
|
|
267
|
+
"ui.eventHeader.location.live": "Di persona",
|
|
268
|
+
"ui.eventHeader.location.online": "Online",
|
|
269
|
+
"ui.eventHeader.dateTime": "{date} - ore {hour}",
|
|
270
|
+
"ui.eventHeader.startEndTime": "{date} dalle ore {start} alle ore {end}",
|
|
271
|
+
"ui.eventHeader.startEndTimeDiff": "{startDate} dalle ore {startTime} - {endDate} alle ore {endTime}",
|
|
272
|
+
"ui.eventHeader.user.manager": "Organizzatore",
|
|
273
|
+
"ui.eventHeader.inProgress": "In corso",
|
|
274
|
+
"ui.eventHeader.finished": "Terminato",
|
|
275
|
+
"ui.events.filterByName": "Cerca Evento",
|
|
276
|
+
"ui.events.filterByDate": "Data Evento",
|
|
277
|
+
"ui.events.select.any": "Qualsiasi data",
|
|
278
|
+
"ui.events.select.today": "Oggi",
|
|
279
|
+
"ui.events.select.tomorrow": "Domani",
|
|
280
|
+
"ui.events.select.thisWeek": "Questa settimana",
|
|
281
|
+
"ui.events.select.nextWeek": "Prossima settimana",
|
|
282
|
+
"ui.events.select.thisMonth": "Questo Mese",
|
|
283
|
+
"ui.events.filterByFollowedInterest": "Persone che seguo",
|
|
284
|
+
"ui.events.filterByPastEvents": "Eventi passati",
|
|
285
|
+
"ui.events.button.seeMore": "Vedi di più",
|
|
286
|
+
"ui.events.noEvents.title.onlyStaff": "Gli Eventi che stai organizzando saranno visibili qui.\nInizia creando un nuovo Evento.",
|
|
287
|
+
"ui.events.noEvents.title": "Gli eventi a cui parteciperai e quelli a cui sarai invitato saranno visibili qui.",
|
|
288
|
+
"ui.events.skeleton.action.add": "Aggiungi Evento",
|
|
289
|
+
"ui.eventForm.title": "Crea Evento",
|
|
290
|
+
"ui.eventForm.title.edit": "Modifica Evento",
|
|
291
|
+
"ui.eventForm.name.placeholder": "Nome dell'evento",
|
|
292
|
+
"ui.eventForm.name.error.maxLength": "Si raccomanda di accorciare il testo a un massimo di 50 caratteri. Attualmente è troppo lungo",
|
|
293
|
+
"ui.eventForm.name.error.unique": "Si prega di scegliere un altro nome per l'evento",
|
|
294
|
+
"ui.eventForm.description.placeholder": "Aggiungi una descrizione...",
|
|
295
|
+
"ui.eventForm.description.error.maxLength": "Si raccomanda di accorciare il testo a un massimo di 150 caratteri. Attualmente è troppo lungo",
|
|
296
|
+
"ui.eventForm.date.placeholder": "Data di inizio",
|
|
297
|
+
"ui.eventForm.date.title": "Seleziona Data",
|
|
298
|
+
"ui.eventForm.time.placeholder": "Ora di inizio",
|
|
299
|
+
"ui.eventForm.time.title": "Seleziona Orario",
|
|
300
|
+
"ui.eventForm.date.end.placeholder": "Data di fine",
|
|
301
|
+
"ui.eventForm.time.end.placeholder": "Ora di fine",
|
|
302
|
+
"ui.eventForm.frequency.label": "Frequenza",
|
|
303
|
+
"ui.eventForm.frequency.never.placeholder": "Nessuna Frequenza",
|
|
304
|
+
"ui.eventForm.frequency.daily.placeholder": "Giornaliera",
|
|
305
|
+
"ui.eventForm.frequency.weekly.placeholder": "Settimanale",
|
|
306
|
+
"ui.eventForm.frequency.monthly.placeholder": "Mensile",
|
|
307
|
+
"ui.eventForm.dateTime.placeholder": "{symbol} Data e Ora di fine",
|
|
308
|
+
"ui.eventForm.address.live.label": "Di Persona",
|
|
309
|
+
"ui.eventForm.address.live.placeholder": "Inserisci un indirizzo",
|
|
310
|
+
"ui.eventForm.address.live.noResults": "Nessun risultato",
|
|
311
|
+
"ui.eventForm.address.online.label": "Online",
|
|
312
|
+
"ui.eventForm.address.online.placeholder": "Inserisci il link all’Evento",
|
|
313
|
+
"ui.eventForm.address.online.help": "Inserisci URL valido (es: YouTube - Vimeo)",
|
|
314
|
+
"ui.eventForm.privacy.public": "Pubblico",
|
|
315
|
+
"ui.eventForm.privacy.public.info": "Potrà essere visto da tutta la Community e chiunque riceva il link dell’evento.",
|
|
316
|
+
"ui.eventForm.privacy.private": "Privato",
|
|
317
|
+
"ui.eventForm.privacy.private.info": "Potranno accedere solo le persone invitate. È possibile richiedere l’invito.",
|
|
318
|
+
"ui.eventForm.button.create": "Crea Evento",
|
|
319
|
+
"ui.eventForm.button.edit": "Modifica",
|
|
320
|
+
"ui.eventLocationWidget.title": "Luogo",
|
|
254
321
|
"ui.groupForm.title": "Crea il gruppo",
|
|
255
322
|
"ui.groupForm.title.edit": "Modifica il gruppo",
|
|
256
323
|
"ui.groupForm.header": "Assegna un avatar e una immagine di copertina al tuo Gruppo",
|
|
@@ -272,7 +339,40 @@
|
|
|
272
339
|
"ui.groupForm.visibility.visible.info": "<b>Visibile: </b>chiunque può trovare questo gruppo.",
|
|
273
340
|
"ui.groupForm.button.create": "Crea il Gruppo",
|
|
274
341
|
"ui.groupForm.button.edit": "Modifica il Gruppo",
|
|
342
|
+
"ui.eventInfoDetails.location.inPerson": "Di Persona",
|
|
343
|
+
"ui.eventInfoDetails.location.virtual": "Virtuale",
|
|
344
|
+
"ui.eventInfoDetails.privacy.public": "Pubblico",
|
|
345
|
+
"ui.eventInfoDetails.privacy.private": "Privato solo su invito",
|
|
346
|
+
"ui.eventInfoDetails.date.startEndTime": "{date} - Ore {start}",
|
|
347
|
+
"ui.eventInfoDetails.date.create": "{date}",
|
|
348
|
+
"ui.eventInfoDetails.frequency.never.placeholder": "Nessuna Frequenza",
|
|
349
|
+
"ui.eventInfoDetails.frequency.daily.placeholder": "Giornaliera",
|
|
350
|
+
"ui.eventInfoDetails.frequency.weekly.placeholder": "Settimanale",
|
|
351
|
+
"ui.eventInfoDetails.frequency.monthly.placeholder": "Mensile",
|
|
352
|
+
"ui.eventInviteButton": "Invita al tuo Evento",
|
|
353
|
+
"ui.eventInviteButton.dialog.title": "Invita all'Evento",
|
|
354
|
+
"ui.eventInviteButton.dialog.content.search.placeholder": "Cerca persone da invitare",
|
|
355
|
+
"ui.eventInviteButton.dialog.content.list": "Suggeriti",
|
|
356
|
+
"ui.eventInviteButton.dialog.button.end": "Invita",
|
|
357
|
+
"ui.eventInviteButton.searchBar.placeholder": "Cerca persone da invitare",
|
|
358
|
+
"ui.eventInviteButton.list.suggested": "Suggeriti",
|
|
359
|
+
"ui.eventMembersWidget.invited": "Invitati",
|
|
360
|
+
"ui.eventMembersWidget.noMoreResults": "Nessun altro risultato",
|
|
361
|
+
"ui.eventMembersWidget.noOtherRequests": "Non ci sono altre richieste",
|
|
362
|
+
"ui.eventMembersWidget.noParticipants": "Nessun partecipante",
|
|
363
|
+
"ui.eventMembersWidget.participants": "Partecipanti",
|
|
364
|
+
"ui.eventMembersWidget.requests": "Richieste",
|
|
365
|
+
"ui.eventMembersWidget.showAll": "Mostra tutti",
|
|
366
|
+
"ui.eventMembersWidget.title": "Persone che potresti conoscere",
|
|
367
|
+
"ui.eventSubscribeButton.label": "Vuoi partecipare?",
|
|
368
|
+
"ui.eventSubscribeButton.accept": "Accetta",
|
|
369
|
+
"ui.eventSubscribeButton.going": "Parteciperò",
|
|
370
|
+
"ui.eventSubscribeButton.notGoing": "Non parteciperò",
|
|
371
|
+
"ui.eventSubscribeButton.requestParticipation": "Richiedi di partecipare",
|
|
372
|
+
"ui.eventSubscribeButton.waitingApproval": "Richiesta inviata",
|
|
373
|
+
"ui.createEventButton": "Crea Evento",
|
|
275
374
|
"ui.createGroupButton": "Crea",
|
|
375
|
+
"ui.editEventButton": "Modifica",
|
|
276
376
|
"ui.editGroupButton": "Modifica",
|
|
277
377
|
"ui.editor.placeholder": "Scrivi il tuo testo...",
|
|
278
378
|
"ui.editor.toolbarPlugin.blockType": "Stile",
|
|
@@ -289,6 +389,10 @@
|
|
|
289
389
|
"ui.editor.toolbarPlugin.subscript": "Pedice",
|
|
290
390
|
"ui.editor.toolbarPlugin.superscript": "Apice",
|
|
291
391
|
"ui.editor.toolbarPlugin.underline": "Sottolineato",
|
|
392
|
+
"ui.eventCard.participants": "{participants} Partecipanti",
|
|
393
|
+
"ui.eventParticipantsButton.dialogTitle": "Partecipanti ({total})",
|
|
394
|
+
"ui.eventParticipantsButton.noOtherParticipants": "Non ci sono altri partecipanti.",
|
|
395
|
+
"ui.eventParticipantsButton.participants": "Partecipanti",
|
|
292
396
|
"ui.feed.noFeedObject": "Al momento non ci sono contenuti da visualizzare",
|
|
293
397
|
"ui.feed.noOtherFeedObject": "Non ci sono altri contenuti",
|
|
294
398
|
"ui.feed.refreshRelease": "↑ Rilascia per ricaricare",
|
|
@@ -354,6 +458,8 @@
|
|
|
354
458
|
"ui.friendshipUserButton.cancelConnectionRequest": "Cancella richiesta",
|
|
355
459
|
"ui.friendshipUserButton.removeConnection": "Rimuovi",
|
|
356
460
|
"ui.friendshipUserButton.requestConnection": "Connettiti",
|
|
461
|
+
"ui.eventAutocomplete.label": "Eventi",
|
|
462
|
+
"ui.eventAutocomplete.empty": "Nessun evento disponibile",
|
|
357
463
|
"ui.groupAutocomplete.label": "Gruppi",
|
|
358
464
|
"ui.groupAutocomplete.empty": "Nessun gruppo disponibile",
|
|
359
465
|
"ui.group.status.discover": "Scopri",
|
|
@@ -443,14 +549,23 @@
|
|
|
443
549
|
"ui.incubatorSuggestionWidget.noResults": "Nessun risultato",
|
|
444
550
|
"ui.incubatorSuggestionWidget.title": "Incubatori suggeriti",
|
|
445
551
|
"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.",
|
|
552
|
+
"ui.infoEventWidget.privacy.public": "Pubblico",
|
|
553
|
+
"ui.infoEventWidget.privacy.private": "Privato solo su invito",
|
|
554
|
+
"ui.infoEventWidget.showMore": "Altro",
|
|
555
|
+
"ui.infoEventWidget.title": "Informazioni sull'Evento",
|
|
446
556
|
"ui.inlineComposerWidget.label": "Crea un contenuto...",
|
|
447
557
|
"ui.inlineComposerWidget.success": "La creazione è andata a buon fine!",
|
|
558
|
+
"ui.inviteUserEventButton.invite": "Invita",
|
|
559
|
+
"ui.inviteUserEventButton.remove": "Rimuovi",
|
|
448
560
|
"ui.locationAutocomplete.empty": "Seleziona località",
|
|
449
561
|
"ui.locationAutocomplete.label": "Inserisci una città",
|
|
450
562
|
"ui.locationAutocomplete.title": "Localizza",
|
|
451
563
|
"ui.loyaltyProgramWidget.discover": "Scopri di più",
|
|
452
564
|
"ui.loyaltyProgramWidget.points": "I tuoi punti",
|
|
453
565
|
"ui.loyaltyProgramWidget.title": "Programma Fedeltà",
|
|
566
|
+
"ui.myEventsWidget.planner": "Organizzatore",
|
|
567
|
+
"ui.myEventsWidget.showAll": "Vedi tutti",
|
|
568
|
+
"ui.myEventsWidget.title": "Miei Eventi",
|
|
454
569
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "Vedi tutte",
|
|
455
570
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categorie",
|
|
456
571
|
"ui.navigationSettingsIconButton.comments": "I miei commenti",
|
|
@@ -521,6 +636,20 @@
|
|
|
521
636
|
"ui.notification.privateMessage.btnReplyLabel": "Rispondi",
|
|
522
637
|
"ui.notification.privateMessage.btnViewLabel": "Vedi",
|
|
523
638
|
"ui.notification.receivePrivateMessage": "ti ha inviato {total, plural, =0 {# messaggi} one {un messaggio} other {# messaggi}}",
|
|
639
|
+
"ui.notification.user_invited_to_join_event": "ti ha invitato all'Evento:",
|
|
640
|
+
"ui.notification.user_requested_to_join_event": "ha richiesto di partecipare all'Evento:",
|
|
641
|
+
"ui.notification.user_accepted_to_join_event": "ha accettato di partecipare all'Evento:",
|
|
642
|
+
"ui.notification.user_added_to_event": "ha accettato la tua richiesta per l'Evento:",
|
|
643
|
+
"ui.notification.event.button.see": "Vedi",
|
|
644
|
+
"ui.notification.event.user_invited_to_join_event": "ti ha invitato all'Evento: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
645
|
+
"ui.notification.event.user_requested_to_join_event": "ha richiesto di partecipare all'evento <link>{event}</link>",
|
|
646
|
+
"ui.notification.event.user_accepted_to_join_event": "ha accettato di partecipare all'evento <link>{event}</link>",
|
|
647
|
+
"ui.notification.event.user_added_to_event": "ha accettato la tua richiesta per l'evento <link>{event}</link>",
|
|
648
|
+
"ui.notification.event.privacy.public": "Pubblico",
|
|
649
|
+
"ui.notification.event.privacy.private": "Privato",
|
|
650
|
+
"ui.notification.event.address.live.label": "Di Persona",
|
|
651
|
+
"ui.notification.event.address.online.label": "Online",
|
|
652
|
+
"ui.notification.event.dateTime": "{date} - Ore {hour}",
|
|
524
653
|
"ui.notification.user_invited_to_join_group": "ti ha invitato a partecipare al gruppo <link>{group}</link>",
|
|
525
654
|
"ui.notification.user_requested_to_join_group": "ha richiesto di partecipare al gruppo <link>{group}</link>",
|
|
526
655
|
"ui.notification.user_accepted_to_join_group": "ha accettato di partecipare al gruppo <link>{group}</link>",
|
|
@@ -537,10 +666,67 @@
|
|
|
537
666
|
"ui.notification.userFollow.followUser": "ti sta seguendo",
|
|
538
667
|
"ui.notification.viewRules": "Vedi il regolamento",
|
|
539
668
|
"ui.notification.voteUp.appreciated": "ti ha apprezzato su:",
|
|
540
|
-
"ui.
|
|
669
|
+
"ui.onBoardingWidget.accordion.collapsed": "<icon>ai_stars</icon> <b>Inizia da qui</b> Dai vita alla tua Community",
|
|
670
|
+
"ui.onBoardingWidget.accordion.expanded.title": "Inizia da qui",
|
|
671
|
+
"ui.onBoardingWidget.accordion.expanded.title.mobile": "<b>Inizia da qui</b>",
|
|
672
|
+
"ui.onBoardingWidget.accordion.expanded.subtitle": "Dai vita alla tua Community",
|
|
673
|
+
"ui.onBoardingWidget.accordion.expanded.summary": "Lascia che <b> AI Self <icon>magic_wand</icon></b> ti aiuti a muovere i primi passi nel personalizzare, arricchire e popolare la tua Community.",
|
|
674
|
+
"ui.onBoardingWidget.contents": "Contenuti",
|
|
675
|
+
"ui.onBoardingWidget.categories": "Categorie",
|
|
676
|
+
"ui.onBoardingWidget.appearance": "Aspetto",
|
|
677
|
+
"ui.onBoardingWidget.profile": "Mio Profilo",
|
|
678
|
+
"ui.onBoardingWidget.invite": "Invita gli Utenti",
|
|
679
|
+
"ui.onBoardingWidget.app": "Scarica l'app",
|
|
680
|
+
"ui.onBoardingWidget.step.content.summary": "Genera un contenuto pertinente per ogni categoria tematica della Community.\n Attendi qualche secondo e li vedrai apparire qui sotto, nel tuo feed Home ↓",
|
|
681
|
+
"ui.onBoardingWidget.step.content.button": "Genera",
|
|
682
|
+
"ui.onBoardingWidget.step.contents.loading": "Stiamo generando i contenuti...",
|
|
683
|
+
"ui.onBoardingWidget.step.contents.success": "Contenuti generati con successo",
|
|
684
|
+
"ui.onBoardingWidget.step.category.summary": "Genera le immagini e lo slogan di presentazione per le categorie tematiche della tua Community.",
|
|
685
|
+
"ui.onBoardingWidget.step.category.generation.steps": "<iconA>Immagine grande</iconA> <iconB>Slogan Immagine</iconB> <iconC>Miniatura</iconC>",
|
|
686
|
+
"ui.onBoardingWidget.step.category.button": "Genera",
|
|
687
|
+
"ui.onBoardingWidget.step.categories.loading": "Stiamo generando le categorie...",
|
|
688
|
+
"ui.onBoardingWidget.step.categories.success": "Categorie generate con successo",
|
|
689
|
+
"ui.onBoardingWidget.step.categories.success.link": "Vedi la tua console",
|
|
690
|
+
"ui.onBoardingWidget.step.appearance.summary": "È il momento di rendere la tua Community davvero tua! Scegli i colori del tuo brand, imposta il logo. Finalizza titolo, slogan e immagini per la pagina di registrazione dei tuoi utenti.",
|
|
691
|
+
"ui.onBoardingWidget.step.appearance.header.title": "Tema",
|
|
692
|
+
"ui.onBoardingWidget.step.appearance.colors.title": "Colori",
|
|
693
|
+
"ui.onBoardingWidget.step.appearance.logo.title": "Logo",
|
|
694
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.title": "Titolo e Slogan",
|
|
695
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.title": "Titolo",
|
|
696
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.slogan": "Slogan",
|
|
697
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.button": "Salva",
|
|
698
|
+
"ui.onBoardingWidget.step.appearance.button": "Imposta Aspetto",
|
|
699
|
+
"ui.onBoardingWidget.step.profile.summary": "Racconta qualcosa di te ai tuoi utenti impostando il tuo nome reale, la biografia e altre informazioni.",
|
|
700
|
+
"ui.onBoardingWidget.step.profile.button": "Imposta Profilo",
|
|
701
|
+
"ui.onBoardingWidget.step.invite.email.title": "• Invitali via Email",
|
|
702
|
+
"ui.onBoardingWidget.step.invite.email.subtitle": "È arrivato il momento di invitare i tuoi contatti.",
|
|
703
|
+
"ui.onBoardingWidget.step.invite.social.title": "• Fai conoscere la tua Community nei tuoi canali social",
|
|
704
|
+
"ui.onBoardingWidget.step.invite.social.subtitle": "Se la tua Community è Pubblica fallo sapere a tutti.",
|
|
705
|
+
"ui.onBoardingWidget.step.invite.button": "Invita Utenti",
|
|
706
|
+
"ui.onBoardingWidget.step.app.tab.ios": "iOS",
|
|
707
|
+
"ui.onBoardingWidget.step.app.tab.android": "Android",
|
|
708
|
+
"ui.onBoardingWidget.step.app.title": "Scarica e fai scaricare ai tuoi utenti la app. Basta un tap!",
|
|
709
|
+
"ui.onBoardingWidget.step.app.summary": "La tua Community è una Progressive Web App (PWA) completamente responsiva. \n Ciò garantisce un’esperienza utente nativa su tutti i dispositivi, incluse le notifiche push, utili per avere un coinvolgimento continuo e immediato degli utenti.",
|
|
710
|
+
"ui.onBoardingWidget.step.app.ios": "Accedi e fai accedere alla tua Community direttamente dal browser sul dispositivo mobile. \n Installa l’app Web per avere l’accesso rapido in un tap.",
|
|
711
|
+
"ui.onBoardingWidget.step.app.ios.a": "1) Premi <b><icon>box_arrow_up</icon>Condividi</b> nella barra di navigazione.",
|
|
712
|
+
"ui.onBoardingWidget.step.app.ios.b": "2) Premi <b><icon>add_square</icon>Aggiungi alla schermata Home</b>",
|
|
713
|
+
"ui.onBoardingWidget.step.app.android": "Accedi e fai accedere alla tua Community direttamente dal browser sul dispositivo mobile. \n Installa l’app Web per avere l’accesso rapido in un tap.",
|
|
714
|
+
"ui.onBoardingWidget.step.app.android.a": "1) Premi <b><icon>more_vert</icon>Menu</b> nella barra di navigazione.",
|
|
715
|
+
"ui.onBoardingWidget.step.app.android.b": "2) Premi <b><icon>add_to_home</icon>Installa App</b>",
|
|
541
716
|
"ui.platformWidget.edt": "Editor",
|
|
717
|
+
"ui.platformWidget.adm": "Console",
|
|
542
718
|
"ui.platformWidget.mod": "Moderazione",
|
|
543
|
-
"ui.platformWidget.
|
|
719
|
+
"ui.platformWidget.hub": "Hub",
|
|
720
|
+
"ui.platformWidget.contactUs": "Contattaci",
|
|
721
|
+
"ui.platformWidget.title.tooltip": "Widget per Community Staff (visibile solo a te)",
|
|
722
|
+
"ui.platformWidget.tutorial.next": "Avanti",
|
|
723
|
+
"ui.platformWidget.tutorial.previous": "Precedente",
|
|
724
|
+
"ui.platformWidget.tutorial.close": "Chiudi",
|
|
725
|
+
"ui.platformWidget.tutorial.skip": "Più tardi",
|
|
726
|
+
"ui.platformWidget.adm.desc": "Da qui accedi al centro di gestione della Community. In un’interfaccia unificata trovi tutto ciò di cui hai bisogno per controllare ogni aspetto, funzione, dato, contenuto e utente della Community.",
|
|
727
|
+
"ui.platformWidget.mod.desc": "Accedi direttamente alle funzioni di moderazione che ti consentono di monitorare e gestire utenti, contenuti e segnalazioni, favorendo interazioni positive e costruttive. È disponibile la segnalazione automatizzata di contenuti o comportamenti non conformi, supportata dall’intelligenza artificiale (AI).",
|
|
728
|
+
"ui.platformWidget.hub.desc": "È l’ambiente a tua disposizione per consultare il nostro Tutorial e gestire le impostazioni del tuo Account, compresi i pagamenti, le informazioni di fatturazione, le fatture e i contatti dell’assistenza. Inoltre troverai gli aggiornamenti del servizio SelfCommunity e le ultime novità.",
|
|
729
|
+
"ui.platformWidget.contactUs.desc": "Accedi alla form per richiedere supporto, informazioni e consigli sulla configurazione della Community e sulle varie funzionalità a disposizione.",
|
|
544
730
|
"ui.pollSuggestionWidget.button.showAll": "Vedi tutti",
|
|
545
731
|
"ui.pollSuggestionWidget.noMoreResults": "Nessun altro risultato",
|
|
546
732
|
"ui.pollSuggestionWidget.pollSnippet.button.seeItem": "Vedi",
|
|
@@ -567,6 +753,9 @@
|
|
|
567
753
|
"ui.privateMessageSettingsIconButton.item.delete": "Elimina",
|
|
568
754
|
"ui.privateMessageSettingsIconButton.item.profile": "Vedi Profilo",
|
|
569
755
|
"ui.privateMessageSettingsIconButton.item.group": "Vedi Gruppo",
|
|
756
|
+
"ui.relatedEventsWidget.noMoreResults": "Nessun altro risultato",
|
|
757
|
+
"ui.relatedEventsWidget.showAll": "Mostra tutti",
|
|
758
|
+
"ui.relatedEventsWidget.title": "Altri eventi di {user}",
|
|
570
759
|
"ui.relatedFeedObjectsWidget.button.showMore": "Vedi di più",
|
|
571
760
|
"ui.relatedFeedObjectsWidget.noMoreResults": "Nessun altro risultato",
|
|
572
761
|
"ui.relatedFeedObjectsWidget.noResults": "Nessun risultato",
|
|
@@ -576,8 +765,15 @@
|
|
|
576
765
|
"ui.searchAutocomplete.placeholder": "Cerca su {community}",
|
|
577
766
|
"ui.shared.messageChunkUploader.error": "Si è verificato un errore durante il caricamento del file {filename}. Riprova più tardi.",
|
|
578
767
|
"ui.shared.URLTextField.error": "Inserisci un URL valido",
|
|
768
|
+
"ui.shared.eventActionsMenu.item.link": "Copia link Evento",
|
|
769
|
+
"ui.shared.eventActionsMenu.item.calendar": "Aggiungi al tuo Calendario",
|
|
770
|
+
"ui.shared.eventActionsMenu.item.cancel": "Annulla Evento",
|
|
771
|
+
"ui.shared.eventActionsMenu.dialog.confirm": "Sì",
|
|
772
|
+
"ui.shared.eventActionsMenu.dialog.msg": "Sei sicuro di voler annullare l'evento?",
|
|
579
773
|
"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>}}",
|
|
580
774
|
"ui.snippetNotifications.noNotifications": "Al momento non ci sono notifiche",
|
|
775
|
+
"ui.suggestedEventsWidget.title": "Eventi in evidenza",
|
|
776
|
+
"ui.suggestedEventsWidget.showAll": "Vedi tutti",
|
|
581
777
|
"ui.user.group.admin": "Amministratore",
|
|
582
778
|
"ui.user.ignore": "Ignora",
|
|
583
779
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|