@selfcommunity/react-i18n 0.5.55 → 0.6.0-alpha.0
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 +404 -2
- package/lib/cjs/locales/en.json +202 -1
- package/lib/cjs/locales/it.json +203 -2
- package/lib/esm/index.d.ts +404 -2
- package/lib/esm/locales/en.json +202 -1
- package/lib/esm/locales/it.json +203 -2
- package/lib/types/index.d.ts +404 -2
- package/lib/types/locales/en.json +202 -1
- package/lib/types/locales/it.json +203 -2
- 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.",
|
|
@@ -237,6 +245,7 @@
|
|
|
237
245
|
"ui.contributionActionMenu.deleteContributionWithMotivation": "Delete with motivation",
|
|
238
246
|
"ui.contributionActionMenu.editContribution": "Edit",
|
|
239
247
|
"ui.contributionActionMenu.enableNotificationContribution": "Enable notifications",
|
|
248
|
+
"ui.contributionActionMenu.enableNotificationEvent": "Enable event notifications",
|
|
240
249
|
"ui.contributionActionMenu.flagContributionWithMotivation": "Flag with motivation",
|
|
241
250
|
"ui.contributionActionMenu.footer": "Reporting is anonymous and must be compliant with rules.",
|
|
242
251
|
"ui.contributionActionMenu.hideContributionWithMotivation": "Hide with motivation",
|
|
@@ -249,8 +258,78 @@
|
|
|
249
258
|
"ui.contributionActionMenu.restoreFromHidden": "Restore from hidden",
|
|
250
259
|
"ui.contributionActionMenu.spam": "Spam",
|
|
251
260
|
"ui.contributionActionMenu.suspendNotificationContribution": "Suspend notifications",
|
|
261
|
+
"ui.contributionActionMenu.suspendNotificationEvent": "Suspend event notifications",
|
|
252
262
|
"ui.contributionActionMenu.title": "This content is:",
|
|
253
263
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
264
|
+
"ui.createEvent.title": "Create your Event now!",
|
|
265
|
+
"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!",
|
|
266
|
+
"ui.event.see": "See",
|
|
267
|
+
"ui.event.inProgress": "In progress",
|
|
268
|
+
"ui.eventHeader.visibility.private": "Private Event",
|
|
269
|
+
"ui.eventHeader.visibility.public": "Public Event",
|
|
270
|
+
"ui.eventHeader.location.live": "Live",
|
|
271
|
+
"ui.eventHeader.location.online": "Online",
|
|
272
|
+
"ui.eventHeader.dateTime": "{date} - From {hour}",
|
|
273
|
+
"ui.eventHeader.startEndTime": "{date} From {start} Until {end}",
|
|
274
|
+
"ui.eventHeader.startEndTimeDiff": "{startDate} From {startTime} - {endDate} Until {endTime}",
|
|
275
|
+
"ui.eventHeader.user.manager": "Manager",
|
|
276
|
+
"ui.eventHeader.inProgress": "In progress",
|
|
277
|
+
"ui.eventHeader.finished": "Finished",
|
|
278
|
+
"ui.events.filterByName": "Search Event",
|
|
279
|
+
"ui.events.filterByDate": "Event Date",
|
|
280
|
+
"ui.events.select.any": "Any Date",
|
|
281
|
+
"ui.events.select.today": "Today",
|
|
282
|
+
"ui.events.select.tomorrow": "Tomorrow",
|
|
283
|
+
"ui.events.select.thisWeek": "This Week",
|
|
284
|
+
"ui.events.select.nextWeek": "Next Week",
|
|
285
|
+
"ui.events.select.thisMonth": "This Month",
|
|
286
|
+
"ui.events.filterByFollowedInterest": "People I Follow",
|
|
287
|
+
"ui.events.filterByCreatedByMe": "Created by me",
|
|
288
|
+
"ui.events.filterByPastEvents": "Past Events",
|
|
289
|
+
"ui.events.button.seeMore": "See More",
|
|
290
|
+
"ui.events.noEvents.title.onlyStaff": "The Events you are organizing will be visible here.\nStart by creating a new Event.",
|
|
291
|
+
"ui.events.noEvents.title": "The Events you will participate in and those you will be invited to will be visible here.",
|
|
292
|
+
"ui.events.skeleton.action.add": "Add Event",
|
|
293
|
+
"ui.eventForm.title": "Create Event",
|
|
294
|
+
"ui.eventForm.title.edit": "Edit Event",
|
|
295
|
+
"ui.eventForm.name.placeholder": "Event name",
|
|
296
|
+
"ui.eventForm.name.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
|
|
297
|
+
"ui.eventForm.name.error.unique": "Please choose another name for the event",
|
|
298
|
+
"ui.eventForm.description.placeholder": "Add a description...",
|
|
299
|
+
"ui.eventForm.description.error.maxLength": "Please shorten this text to 150 characters or fewer. Currently, it’s too long",
|
|
300
|
+
"ui.eventForm.date.placeholder": "Start Date",
|
|
301
|
+
"ui.eventForm.date.title": "Select Date",
|
|
302
|
+
"ui.eventForm.time.placeholder": "Start Time",
|
|
303
|
+
"ui.eventForm.date.end.placeholder": "End Date",
|
|
304
|
+
"ui.eventForm.time.end.placeholder": "End Time",
|
|
305
|
+
"ui.eventForm.time.end.title": "Select Time",
|
|
306
|
+
"ui.eventForm.frequency.label": "Frequency",
|
|
307
|
+
"ui.eventForm.frequency.never.placeholder": "No Frequency",
|
|
308
|
+
"ui.eventForm.frequency.daily.placeholder": "Daily",
|
|
309
|
+
"ui.eventForm.frequency.weekly.placeholder": "Weekly",
|
|
310
|
+
"ui.eventForm.frequency.monthly.placeholder": "Monthly",
|
|
311
|
+
"ui.eventForm.dateTime.placeholder": "{symbol} End Date and Time",
|
|
312
|
+
"ui.eventForm.address.live.label": "In Person",
|
|
313
|
+
"ui.eventForm.address.live.placeholder": "Enter an address",
|
|
314
|
+
"ui.eventForm.address.live.noResults": "No results",
|
|
315
|
+
"ui.eventForm.address.online.label": "Online",
|
|
316
|
+
"ui.eventForm.address.online.placeholder": "Enter the event link",
|
|
317
|
+
"ui.eventForm.address.online.help": "Enter a valid URL (e.g., YouTube - Vimeo)",
|
|
318
|
+
"ui.eventForm.privacy.public": "Public",
|
|
319
|
+
"ui.eventForm.privacy.public.info": "It can be seen by the entire Community and anyone who receives the event link.",
|
|
320
|
+
"ui.eventForm.privacy.private": "Private",
|
|
321
|
+
"ui.eventForm.privacy.private.info": "Only invited people can access. Invitations can be requested.",
|
|
322
|
+
"ui.eventForm.button.create": "Create Event",
|
|
323
|
+
"ui.eventForm.button.edit": "Edit",
|
|
324
|
+
"ui.eventLocationWidget.title": "Location",
|
|
325
|
+
"ui.eventMembersWidget.invited": "Invited",
|
|
326
|
+
"ui.eventMembersWidget.noMoreResults": "No more results",
|
|
327
|
+
"ui.eventMembersWidget.noOtherRequests": "There are no other requests",
|
|
328
|
+
"ui.eventMembersWidget.noParticipants": "No participants",
|
|
329
|
+
"ui.eventMembersWidget.participants": "Participants",
|
|
330
|
+
"ui.eventMembersWidget.requests": "Requests",
|
|
331
|
+
"ui.eventMembersWidget.showAll": "Show all",
|
|
332
|
+
"ui.eventMembersWidget.title": "People Suggestion",
|
|
254
333
|
"ui.groupForm.title": "Create Group",
|
|
255
334
|
"ui.groupForm.title.edit": "Edit Group",
|
|
256
335
|
"ui.groupForm.header": "Add an avatar and a cover image for your group",
|
|
@@ -269,10 +348,37 @@
|
|
|
269
348
|
"ui.groupForm.visibility.hidden": "Hidden",
|
|
270
349
|
"ui.groupForm.visibility.hidden.info": "<b>Hidden: </b>Only members can find this group and join by invitation only.",
|
|
271
350
|
"ui.groupForm.visibility.visible": "Visible",
|
|
351
|
+
"ui.eventInfoDetails.deleted.tooltip": "Event deleted",
|
|
272
352
|
"ui.groupForm.visibility.visible.info": "<b>Visible: </b>Anyone can find this group.",
|
|
273
353
|
"ui.groupForm.button.create": "Create",
|
|
274
354
|
"ui.groupForm.button.edit": "Edit",
|
|
355
|
+
"ui.eventInfoDetails.inProgress": "Event in progress",
|
|
356
|
+
"ui.eventInfoDetails.location.inPerson": "In Person",
|
|
357
|
+
"ui.eventInfoDetails.location.virtual": "Virtual",
|
|
358
|
+
"ui.eventInfoDetails.privacy.public": "Pubblic",
|
|
359
|
+
"ui.eventInfoDetails.privacy.private": "Private by invitation only",
|
|
360
|
+
"ui.eventInfoDetails.date.startEndTime": "{date} - {start}",
|
|
361
|
+
"ui.eventInfoDetails.date.create": "{date}",
|
|
362
|
+
"ui.eventInfoDetails.frequency.never.placeholder": "No Frequency",
|
|
363
|
+
"ui.eventInfoDetails.frequency.daily.placeholder": "Daily",
|
|
364
|
+
"ui.eventInfoDetails.frequency.weekly.placeholder": "Weekly",
|
|
365
|
+
"ui.eventInfoDetails.frequency.monthly.placeholder": "Monthly",
|
|
366
|
+
"ui.eventInviteButton": "Invite to your Event",
|
|
367
|
+
"ui.eventInviteButton.dialog.title": "Invite to the event",
|
|
368
|
+
"ui.eventInviteButton.dialog.content.search.placeholder": "Search for people to invite",
|
|
369
|
+
"ui.eventInviteButton.dialog.content.list": "Suggested",
|
|
370
|
+
"ui.eventInviteButton.dialog.button.end": "Invite",
|
|
371
|
+
"ui.eventInviteButton.searchBar.placeholder": "Search for people to invite",
|
|
372
|
+
"ui.eventInviteButton.list.suggested": "Suggested",
|
|
373
|
+
"ui.eventSubscribeButton.label": "Would you like to attend?",
|
|
374
|
+
"ui.eventSubscribeButton.accept": "Accept",
|
|
375
|
+
"ui.eventSubscribeButton.going": "Going",
|
|
376
|
+
"ui.eventSubscribeButton.notGoing": "Not going",
|
|
377
|
+
"ui.eventSubscribeButton.requestParticipation": "Request to attend",
|
|
378
|
+
"ui.eventSubscribeButton.waitingApproval": "Cancel request",
|
|
275
379
|
"ui.createGroupButton": "Create",
|
|
380
|
+
"ui.createEventButton": "Create Event",
|
|
381
|
+
"ui.editEventButton": "Edit",
|
|
276
382
|
"ui.editGroupButton": "Edit",
|
|
277
383
|
"ui.editor.placeholder": "Write your text...",
|
|
278
384
|
"ui.editor.toolbarPlugin.blockType": "Style",
|
|
@@ -289,6 +395,10 @@
|
|
|
289
395
|
"ui.editor.toolbarPlugin.subscript": "Subscript",
|
|
290
396
|
"ui.editor.toolbarPlugin.superscript": "Superscript",
|
|
291
397
|
"ui.editor.toolbarPlugin.underline": "Underline",
|
|
398
|
+
"ui.eventCard.participants": "{participants} Participants",
|
|
399
|
+
"ui.eventParticipantsButton.dialogTitle": "Participants ({total})",
|
|
400
|
+
"ui.eventParticipantsButton.noOtherParticipants": "No other participants.",
|
|
401
|
+
"ui.eventParticipantsButton.participants": "Participants",
|
|
292
402
|
"ui.feed.noFeedObject": "At the moment there are no contents to display",
|
|
293
403
|
"ui.feed.noOtherFeedObject": "There are no other contents",
|
|
294
404
|
"ui.feed.refreshRelease": "↑ Release to refresh the feed",
|
|
@@ -354,6 +464,8 @@
|
|
|
354
464
|
"ui.friendshipUserButton.cancelConnectionRequest": "Cancel request",
|
|
355
465
|
"ui.friendshipUserButton.removeConnection": "Remove",
|
|
356
466
|
"ui.friendshipUserButton.requestConnection": "Connect",
|
|
467
|
+
"ui.eventAutocomplete.label": "Events",
|
|
468
|
+
"ui.eventAutocomplete.empty": "No events available",
|
|
357
469
|
"ui.groupAutocomplete.label": "Groups",
|
|
358
470
|
"ui.groupAutocomplete.empty": "No groups available",
|
|
359
471
|
"ui.group.status.discover": "Discover",
|
|
@@ -443,14 +555,23 @@
|
|
|
443
555
|
"ui.incubatorSuggestionWidget.noResults": "No results found",
|
|
444
556
|
"ui.incubatorSuggestionWidget.title": "Suggested incubators",
|
|
445
557
|
"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.",
|
|
558
|
+
"ui.infoEventWidget.privacy.public": "Public",
|
|
559
|
+
"ui.infoEventWidget.privacy.private": "Private by invitation only",
|
|
560
|
+
"ui.infoEventWidget.showMore": "More",
|
|
561
|
+
"ui.infoEventWidget.title": "Event information",
|
|
446
562
|
"ui.inlineComposerWidget.label": "Create content...",
|
|
447
563
|
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
564
|
+
"ui.inviteUserEventButton.invite": "Invite",
|
|
565
|
+
"ui.inviteUserEventButton.remove": "Remove",
|
|
448
566
|
"ui.locationAutocomplete.empty": "Search for location",
|
|
449
567
|
"ui.locationAutocomplete.label": "Insert a city",
|
|
450
568
|
"ui.locationAutocomplete.title": "Localize",
|
|
451
569
|
"ui.loyaltyProgramWidget.discover": "Discover more",
|
|
452
570
|
"ui.loyaltyProgramWidget.points": "Your points",
|
|
453
571
|
"ui.loyaltyProgramWidget.title": "Loyalty Program",
|
|
572
|
+
"ui.myEventsWidget.planner": "Planner",
|
|
573
|
+
"ui.myEventsWidget.title": "My Events",
|
|
574
|
+
"ui.myEventsWidget.showAll": "Show all",
|
|
454
575
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.seeAll": "See all",
|
|
455
576
|
"ui.navigationMenuIconButton.defaultDrawerContent.category.title": "Categories",
|
|
456
577
|
"ui.navigationSettingsIconButton.comments": "My comments",
|
|
@@ -521,6 +642,20 @@
|
|
|
521
642
|
"ui.notification.privateMessage.btnReplyLabel": "Reply",
|
|
522
643
|
"ui.notification.privateMessage.btnViewLabel": "View",
|
|
523
644
|
"ui.notification.receivePrivateMessage": "sent you {total, plural, =0 {# messages} one {a message} other {# messages}}",
|
|
645
|
+
"ui.notification.user_invited_to_join_event": "invited you to the event:",
|
|
646
|
+
"ui.notification.user_requested_to_join_event": "requested to join the event:",
|
|
647
|
+
"ui.notification.user_accepted_to_join_event": "accepted to join the event:",
|
|
648
|
+
"ui.notification.user_added_to_event": "accepted your request for the event:",
|
|
649
|
+
"ui.notification.event.user_invited_to_join_event": "invited you to the event: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
650
|
+
"ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
|
|
651
|
+
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
652
|
+
"ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
|
|
653
|
+
"ui.notification.event.button.see": "See",
|
|
654
|
+
"ui.notification.event.privacy.public": "Public",
|
|
655
|
+
"ui.notification.event.privacy.private": "Private",
|
|
656
|
+
"ui.notification.event.address.live.label": "In Person",
|
|
657
|
+
"ui.notification.event.address.online.label": "Online",
|
|
658
|
+
"ui.notification.event.dateTime": "{date} - From {hour}",
|
|
524
659
|
"ui.notification.user_invited_to_join_group": "invited you to join <link>{group}</link> group",
|
|
525
660
|
"ui.notification.user_requested_to_join_group": "requested to join <link>{group}</link> group",
|
|
526
661
|
"ui.notification.user_accepted_to_join_group": "accepted to join <link>{group}</link> group",
|
|
@@ -537,6 +672,62 @@
|
|
|
537
672
|
"ui.notification.userFollow.followUser": "started following you",
|
|
538
673
|
"ui.notification.viewRules": "View website rules.",
|
|
539
674
|
"ui.notification.voteUp.appreciated": "appreciated you on:",
|
|
675
|
+
"ui.onBoardingWidget.accordion.collapsed": "<icon>ai_stars</icon> <b>Getting Started</b>Bring your Community to life",
|
|
676
|
+
"ui.onBoardingWidget.accordion.expanded.title": "Getting Started",
|
|
677
|
+
"ui.onBoardingWidget.accordion.expanded.title.mobile": "<b>Getting Started</b>",
|
|
678
|
+
"ui.onBoardingWidget.accordion.expanded.subtitle": "Bring your Community to life",
|
|
679
|
+
"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.",
|
|
680
|
+
"ui.onBoardingWidget.contents": "Contents",
|
|
681
|
+
"ui.onBoardingWidget.categories": "Categories",
|
|
682
|
+
"ui.onBoardingWidget.appearance": "Appearance",
|
|
683
|
+
"ui.onBoardingWidget.profile": "My Profile",
|
|
684
|
+
"ui.onBoardingWidget.invite": "Invite users",
|
|
685
|
+
"ui.onBoardingWidget.app": "Download the app",
|
|
686
|
+
"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 ↓",
|
|
687
|
+
"ui.onBoardingWidget.step.content.button": "Generate",
|
|
688
|
+
"ui.onBoardingWidget.step.contents.loading.a": "We are starting the generation process...",
|
|
689
|
+
"ui.onBoardingWidget.step.contents.loading.b": "We are analyzing the type of Community...",
|
|
690
|
+
"ui.onBoardingWidget.step.contents.loading.c": "Processing the relevant information...",
|
|
691
|
+
"ui.onBoardingWidget.step.contents.loading.d": "Optimizing the language and structure of the text...",
|
|
692
|
+
"ui.onBoardingWidget.step.contents.loading.e": "Reviewing the content completion.",
|
|
693
|
+
"ui.onBoardingWidget.step.contents.success": "Content generated successfully",
|
|
694
|
+
"ui.onBoardingWidget.step.category.summary": "Generate the presentation images and slogan for the thematic categories of your Community.",
|
|
695
|
+
"ui.onBoardingWidget.step.category.generation.steps": "<iconA>Large Image</iconA> <iconB>Slogan Image</iconB> <iconC>Thumbnail</iconC>",
|
|
696
|
+
"ui.onBoardingWidget.step.category.button": "Generate",
|
|
697
|
+
"ui.onBoardingWidget.step.categories.loading.a": "We are starting the generation process...",
|
|
698
|
+
"ui.onBoardingWidget.step.categories.loading.b": "We are analyzing the categories...",
|
|
699
|
+
"ui.onBoardingWidget.step.categories.loading.c": "We are processing the relevant information...",
|
|
700
|
+
"ui.onBoardingWidget.step.categories.loading.d": "We are generating the requested content...",
|
|
701
|
+
"ui.onBoardingWidget.step.categories.loading.e": "We are reviewing the content completion.",
|
|
702
|
+
"ui.onBoardingWidget.step.categories.success": "Categories successfully generated",
|
|
703
|
+
"ui.onBoardingWidget.step.categories.success.link": "See your console",
|
|
704
|
+
"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.",
|
|
705
|
+
"ui.onBoardingWidget.step.appearance.header.title": "Theme",
|
|
706
|
+
"ui.onBoardingWidget.step.appearance.colors.title": "Colors",
|
|
707
|
+
"ui.onBoardingWidget.step.appearance.logo.title": "Logo",
|
|
708
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.title": "Title and Slogan",
|
|
709
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.title": "Title",
|
|
710
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.field.slogan": "Slogan",
|
|
711
|
+
"ui.onBoardingWidget.step.appearance.titleSlogan.button": "Save",
|
|
712
|
+
"ui.onBoardingWidget.step.appearance.button": "Set Appearance",
|
|
713
|
+
"ui.onBoardingWidget.step.profile.summary": "Tell your users a bit about yourself by setting your real name, bio, and other information.",
|
|
714
|
+
"ui.onBoardingWidget.step.profile.button": "Set Profile",
|
|
715
|
+
"ui.onBoardingWidget.step.invite.email.title": "• Invite them via email",
|
|
716
|
+
"ui.onBoardingWidget.step.invite.email.subtitle": "It's time to invite your contacts.",
|
|
717
|
+
"ui.onBoardingWidget.step.invite.social.title": "• Make your community known across your social channels",
|
|
718
|
+
"ui.onBoardingWidget.step.invite.social.subtitle": "If your Community is Public let everyone know.",
|
|
719
|
+
"ui.onBoardingWidget.step.invite.button": "Invite Users",
|
|
720
|
+
"ui.onBoardingWidget.step.app.tab.ios": "iOS",
|
|
721
|
+
"ui.onBoardingWidget.step.app.tab.android": "Android",
|
|
722
|
+
"ui.onBoardingWidget.step.app.title": "Download and let your users download the app. Just one tap!",
|
|
723
|
+
"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.",
|
|
724
|
+
"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.",
|
|
725
|
+
"ui.onBoardingWidget.step.app.ios.a": "1) Press <b><icon>box_arrow_up</icon>Share</b> in the navigation bar.",
|
|
726
|
+
"ui.onBoardingWidget.step.app.ios.b": "2) Press <b><icon>add_square</icon>Add to Home Screen</b>",
|
|
727
|
+
"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.",
|
|
728
|
+
"ui.onBoardingWidget.step.app.android.a": "1) Press <b><icon>more_vert</icon>Menu</b> in the navigation bar.",
|
|
729
|
+
"ui.onBoardingWidget.step.app.android.b": "2) Press <b><icon>add_to_home</icon>Install App</b>",
|
|
730
|
+
"ui.platformWidget.edt": "Editor",
|
|
540
731
|
"ui.platformWidget.adm": "Console",
|
|
541
732
|
"ui.platformWidget.mod": "Moderation",
|
|
542
733
|
"ui.platformWidget.hub": "Hub",
|
|
@@ -576,6 +767,9 @@
|
|
|
576
767
|
"ui.privateMessageSettingsIconButton.item.delete": "Delete",
|
|
577
768
|
"ui.privateMessageSettingsIconButton.item.profile": "See Profile",
|
|
578
769
|
"ui.privateMessageSettingsIconButton.item.group": "See Group",
|
|
770
|
+
"ui.relatedEventsWidget.noMoreResults": "No more results",
|
|
771
|
+
"ui.relatedEventsWidget.showAll": "Show all",
|
|
772
|
+
"ui.relatedEventsWidget.title": "Other events of {user}",
|
|
579
773
|
"ui.relatedFeedObjectsWidget.button.showMore": "Show More",
|
|
580
774
|
"ui.relatedFeedObjectsWidget.noMoreResults": "No more results",
|
|
581
775
|
"ui.relatedFeedObjectsWidget.noResults": "No results found",
|
|
@@ -585,8 +779,15 @@
|
|
|
585
779
|
"ui.searchAutocomplete.placeholder": "Search on {community}",
|
|
586
780
|
"ui.shared.messageChunkUploader.error": "An error occurred while uploading {filename} file. Please try again later.",
|
|
587
781
|
"ui.shared.URLTextField.error": "Please enter a valid URL",
|
|
782
|
+
"ui.shared.eventActionsMenu.item.link": "Copy Event link",
|
|
783
|
+
"ui.shared.eventActionsMenu.item.calendar": "Add to Calendar",
|
|
784
|
+
"ui.shared.eventActionsMenu.item.cancel": "Cancel Event",
|
|
785
|
+
"ui.shared.eventActionsMenu.dialog.confirm": "Yes",
|
|
786
|
+
"ui.shared.eventActionsMenu.dialog.msg": "Are you sure you want to cancel the event?",
|
|
588
787
|
"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>}}",
|
|
589
788
|
"ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
|
|
789
|
+
"ui.suggestedEventsWidget.title": "Suggested Events",
|
|
790
|
+
"ui.suggestedEventsWidget.showAll": "Show all",
|
|
590
791
|
"ui.user.group.admin": "Admin",
|
|
591
792
|
"ui.user.ignore": "Ignore",
|
|
592
793
|
"ui.user.userFollowers": "{total, plural, =0 {# Followers} one {# Follower} other {# Followers}}",
|