@selfcommunity/react-i18n 0.8.0-alpha.2 → 0.8.0-alpha.20

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.
@@ -6,6 +6,12 @@
6
6
  "templates.groupFeed.tab.members.label": "Members",
7
7
  "templates.groupFeed.tab.messages.label": "Messages",
8
8
  "templates.eventFeed.composer.label": "Create content for the event...",
9
+ "templates.lesson.number": "Lesson {from} of {to}",
10
+ "templates.lesson.button.completed": "Completed",
11
+ "templates.lesson.button.complete": "I have completed the lesson",
12
+ "templates.lesson.save.success": "Save completed!",
13
+ "templates.lesson.save.error": "An error occurred!",
14
+ "templates.lesson.previewMode": "You are previewing the Course as a student. <link>Edit this lesson</link> or <linkBack>go back to the course dashboard.</linkBack>",
9
15
  "templates.loyaltyProgramDetail.button.more": "Find out more",
10
16
  "templates.loyaltyProgramDetail.button.request": "Request Now",
11
17
  "templates.loyaltyProgramDetail.community": "Participating in the Community rewards you!",
@@ -41,6 +47,11 @@
41
47
  "ui.acceptRequestUserEventButton.dialog.msg": "Do you want to allow the user to access the event content?",
42
48
  "ui.acceptRequestUserEventButton.dialog.title": "Accept request",
43
49
  "ui.acceptRequestUserEventButton.snackbar.success": "Request accepted",
50
+ "ui.acceptRequestUserGroupButton.accept": "Accept",
51
+ "ui.acceptRequestUserGroupButton.dialog.confirm": "Yes",
52
+ "ui.acceptRequestUserGroupButton.dialog.msg": "Do you want to allow the user to access the group content?",
53
+ "ui.acceptRequestUserGroupButton.dialog.title": "Accept request",
54
+ "ui.acceptRequestUserGroupButton.snackbar.success": "Request accepted",
44
55
  "ui.accountRecover.email.error.exist": "This email address is not associated with any account. Check that it is the one used to register",
45
56
  "ui.accountRecover.email.error.invalid": "Enter a valid email address",
46
57
  "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.",
@@ -72,11 +83,18 @@
72
83
  "ui.accountChangeMailValidation.error": "Invalid or expired token",
73
84
  "ui.accountChangeMailValidation.success": "Email verified successfully",
74
85
  "ui.accountChangeMailValidation.verifying": "Validation in progress",
86
+ "ui.addUserButton.autocomplete.loading": "Loading...",
87
+ "ui.addUserButton.autocomplete.noResults": "There are no users to add!",
88
+ "ui.addUserButton.dialog.confirm": "Add",
89
+ "ui.addUserButton.dialog.searchBar.placeholder": "Add user",
90
+ "ui.addUserButton.dialog.title": "Add user",
75
91
  "ui.appBar.navigation.login": "Login",
76
92
  "ui.appBar.navigation.register": "Register",
77
93
  "ui.composerIconButton.composer.success": "Content published",
94
+ "ui.composer.scheduled.success": "Content successfully scheduled",
78
95
  "ui.composerIconButton.composer.viewContribute": "View content",
79
96
  "ui.composerIconButton.list.content": "Create a content",
97
+ "ui.composerIconButton.list.course": "Create a course",
80
98
  "ui.composerIconButton.list.event": "Create an event",
81
99
  "ui.composerIconButton.list.group": "Create a group",
82
100
  "ui.composerIconButton.list.liveStream": "Create a live stream",
@@ -110,7 +128,7 @@
110
128
  "ui.categoryTrendingUsersWidget.noResults": "No results found",
111
129
  "ui.categoryTrendingUsersWidget.title": "Trending People",
112
130
  "ui.changeCover.button.change.alertMaxSize": "Maximum size 5MB!",
113
- "ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
131
+ "ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
114
132
  "ui.changeCover.button.delete": "Delete Cover",
115
133
  "ui.changeCover.button.upload": "Upload New Cover",
116
134
  "ui.changeCover.button.uploadA": "Upload a new cover",
@@ -118,7 +136,7 @@
118
136
  "ui.changeCover.info": "<ul><li>Recommended dimensions: 1600 x 400 pixel</li><li>Allowed formats: JPG, PNG, GIF(not animated)</li><li>Weight: max 5MB</li></ul>",
119
137
  "ui.changeGroupPicture.alert": "The group picture must be a squared image with a minimum size of 600x600!",
120
138
  "ui.changeGroupCover.alert": "The group cover must be a landscape format image of at least 1920 px!",
121
- "ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed.",
139
+ "ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
122
140
  "ui.changeGroupCover.button.delete": "Delete Cover",
123
141
  "ui.changeGroupCover.button.upload": "Upload New Cover",
124
142
  "ui.changeGroupCover.button.uploadA": "Upload a new cover",
@@ -192,11 +210,13 @@
192
210
  "ui.composer.layer.audience.all": "All",
193
211
  "ui.composer.layer.audience.all.message": "Your post will be visible to all users.",
194
212
  "ui.composer.layer.audience.tag": "By tags",
213
+ "ui.composer.layer.audience.users": "By users",
195
214
  "ui.composer.layer.audience.event": "Events",
196
215
  "ui.composer.layer.audience.event.message": "Your post will be visible to all users in the selected event",
197
216
  "ui.composer.layer.audience.group": "Groups",
198
217
  "ui.composer.layer.audience.group.message": "Your post will be visible to all users in the selected group",
199
218
  "ui.composer.layer.audience.tag.message": "Your post will be visible to those users with at least one of the selected tags.",
219
+ "ui.composer.layer.audience.users.message": "Your post will only be visible to the selected users.",
200
220
  "ui.composer.layer.audience.tags.empty": "No tags to address",
201
221
  "ui.composer.layer.audience.tags.label": "Tags",
202
222
  "ui.composer.layer.audience.title": "Filter the audience",
@@ -207,16 +227,26 @@
207
227
  "ui.composer.layer.close.yes": "Yes, discard",
208
228
  "ui.composer.layer.location.title": "Add location",
209
229
  "ui.composer.layer.save": "Done",
230
+ "ui.composer.layer.scheduled.title": "Schedule Publishing",
231
+ "ui.composer.layer.scheduled.submit": "Enable scheduling",
210
232
  "ui.composer.media.file.photo": "Camera",
211
233
  "ui.composer.media.file.gallery": "Gallery",
212
234
  "ui.composer.media.file.document": "Documents",
235
+ "ui.composer.media.file.error": "Please upload an image or PDF file",
213
236
  "ui.composer.media.link.add.error.urlError.invalid": "Please enter a valid URL.",
237
+ "ui.composer.media.link.add.error.validationError": "Please enter a valid URL.",
214
238
  "ui.composer.media.link.add.help": "Insert a valid URL (youtube or web page).",
215
239
  "ui.composer.media.link.add.label": "Link URL",
216
240
  "ui.composer.media.link.add.submit": "OK",
217
241
  "ui.composer.media.link.layer.title": "Add links",
218
242
  "ui.composer.submit": "Publish",
243
+ "ui.composer.submit.now": "Publish now",
244
+ "ui.composer.submit.scheduled": "Enable scheduling",
245
+ "ui.composer.layer.scheduled.message": "Choose the future date and time you want to publish the content.",
219
246
  "ui.composer.title.error.maxlength": "The title cannot be more than 160 chars",
247
+ "ui.composer.categories.error.missing": "You must enter at least one category",
248
+ "ui.composer.addressing.error.missing": "You must enter at least one tag",
249
+ "ui.composer.addressingRecipients.error.missing": "You must enter at least one tag or username",
220
250
  "ui.composer.typeSwitch.post": "Post",
221
251
  "ui.composer.typeSwitch.discussion": "Article",
222
252
  "ui.composer.typeSwitch.poll": "Poll",
@@ -258,6 +288,7 @@
258
288
  "ui.contributionActionMenu.moderatedMotivation": "Motivation:",
259
289
  "ui.contributionActionMenu.offtopic": "Offtopic",
260
290
  "ui.contributionActionMenu.permanentLink": "Permanent link",
291
+ "ui.contributionActionMenu.downloadCSV": "Download views and clicks csv",
261
292
  "ui.contributionActionMenu.poorContent": "Poor content",
262
293
  "ui.contributionActionMenu.restoreContribution": "Restore",
263
294
  "ui.contributionActionMenu.restoreFromDeleted": "Restore from deleted",
@@ -267,10 +298,120 @@
267
298
  "ui.contributionActionMenu.suspendNotificationEvent": "Suspend event notifications",
268
299
  "ui.contributionActionMenu.title": "This content is:",
269
300
  "ui.contributionActionMenu.vulgar": "Vulgar",
301
+ "ui.contributionActionMenu.publishContribution": "Publish now",
302
+ "ui.contributionActionMenu.publishContributionInfo": "The content will be published immediately",
270
303
  "ui.createEvent.title": "Create your Event now!",
271
304
  "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!",
305
+ "ui.course.accordionLessons.date": "Available from {date} hour {hour}",
306
+ "ui.course.accordionLessons.empty": "No content present",
307
+ "ui.course.completedDialog.btn.label": "Back to Courses",
308
+ "ui.course.completedDialog.description.pt1": "Congratulations!",
309
+ "ui.course.completedDialog.description.pt2": "You have completed <span>{courseName}</span>",
310
+ "ui.course.completedDialog.title": "You have completed the Course",
311
+ "ui.course.dashboard.header.user.creator": "Creator",
312
+ "ui.course.dashboard.student.button.cancel": "Request Cancel",
313
+ "ui.course.dashboard.student.button.continue": "Continue the Course",
314
+ "ui.course.dashboard.student.button.dashboard": "Go to Dashboard",
315
+ "ui.course.dashboard.student.button.signUp": "Sign up for the Course",
316
+ "ui.course.dashboard.student.button.request": "Request Access",
317
+ "ui.course.dashboard.student.button.review": "Review the Course",
318
+ "ui.course.dashboard.student.button.start": "Start the Course",
319
+ "ui.course.dashboard.student.completed": "You have completed the Course!",
320
+ "ui.course.dashboard.student.contents": "Course Contents",
321
+ "ui.course.dashboard.student.description": "Course Description",
322
+ "ui.course.dashboard.student.progress": "Course Progress",
323
+ "ui.course.dashboard.student.progress.described": "Completed {progress} of {end} Lessons",
324
+ "ui.course.dashboard.student.progress.percentage": "{percentage}% completed",
325
+ "ui.course.dashboard.student.snackbar.success.cancel": "Request canceled!",
326
+ "ui.course.dashboard.student.snackbar.success.enroll": "Enroll completed!",
327
+ "ui.course.dashboard.student.snackbar.success.request": "Request invited!",
328
+ "ui.course.dashboard.teacher.btn.label": "Edit",
329
+ "ui.course.dashboard.teacher.info.completion": "Average completion rate",
330
+ "ui.course.dashboard.teacher.info.students": "Students",
331
+ "ui.course.dashboard.teacher.tab.comments": "Comments",
332
+ "ui.course.dashboard.teacher.tab.comments.btn.label": "See more",
333
+ "ui.course.dashboard.teacher.tab.comments.empty": "There are no comments at the moment",
334
+ "ui.course.dashboard.teacher.tab.comments.lessons.btn.label": "Other comments",
335
+ "ui.course.dashboard.teacher.tab.comments.number": "{commentsNumber, plural, =0 {# Comments} one {# Comment} other {# Comments}}",
336
+ "ui.course.dashboard.teacher.tab.students": "Students",
337
+ "ui.course.dashboard.teacher.tab.students.table.header.latestActivity": "Latest activity",
338
+ "ui.course.dashboard.teacher.tab.students.table.header.name": "Name",
339
+ "ui.course.dashboard.teacher.tab.students.table.header.progress": "Progress",
340
+ "ui.course.dashboard.teacher.tab.students.table.header.registration": "registration",
341
+ "ui.course.label": "Course {privacy}",
342
+ "ui.course.paid": "Paid course",
343
+ "ui.course.status.new": "New",
344
+ "ui.course.status.published": "Published",
345
+ "ui.course.status.completed": "Completed",
346
+ "ui.course.status.draft": "Draft",
347
+ "ui.course.status.joined": "You have joined",
348
+ "ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
349
+ "ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
350
+ "ui.course.type": "Type of course: {typeOfCourse}",
351
+ "ui.course.type.self-paced": "Self-Paced",
352
+ "ui.course.type.scheduled": "Scheduled",
353
+ "ui.course.type.structured": "Structured",
354
+ "ui.course.userProfileSnippet.students": "{students, plural, =0 {# Students} one {# Student} other {# Students}}",
355
+ "ui.courseUsersTable.action.btn.label": "See",
356
+ "ui.courseUsersTable.btn.label": "See more",
357
+ "ui.courseUsersTable.changeStatus.snackbar.success": "State saved successfully!",
358
+ "ui.courseUsersTable.dialog.btn.label": "Message",
359
+ "ui.courseUsersTable.dialog.info.text1: ": "Lessons completed: {lessonsCompleted}",
360
+ "ui.courseUsersTable.dialog.info.text2: ": "Course completed: {courseCompleted}%",
361
+ "ui.courseUsersTable.dialog.title": "Corso progress",
362
+ "ui.courseUsersTable.empty.requests.title": "There are currently no requests from users for the Course",
363
+ "ui.courseUsersTable.empty.search.description": "We invite you to try with another name",
364
+ "ui.courseUsersTable.empty.search.title": "There are currently no users with the name you are looking for",
365
+ "ui.courseUsersTable.empty.users.description": "We invite you to add users to the list",
366
+ "ui.courseUsersTable.empty.users.title": "There are currently no Users invited to the Course",
367
+ "ui.courseUsersTable.searchBar.placeholder": "Search users",
368
+ "ui.editCourse.tab.customize": "Customize",
369
+ "ui.editCourse.tab.customize.snackbar.save": "Save completed!",
370
+ "ui.editCourse.tab.lessons": "Lessons",
371
+ "ui.editCourse.tab.lessons.status": "Status: <b>{status}</b>",
372
+ "ui.editCourse.tab.lessons.table.empty.description": "Start by adding a course section, then add lessons",
373
+ "ui.editCourse.tab.lessons.table.empty.title": "Create your Course content",
374
+ "ui.editCourse.tab.lessons.table.header.actions": "Actions",
375
+ "ui.editCourse.tab.lessons.table.header.calendar": "Calendar",
376
+ "ui.editCourse.tab.lessons.table.header.lessonName": "Lesson name",
377
+ "ui.editCourse.tab.lessons.table.lesson": "Lesson",
378
+ "ui.editCourse.tab.lessons.table.menu.delete": "Delete",
379
+ "ui.editCourse.tab.lessons.table.menu.edit": "Edit",
380
+ "ui.editCourse.tab.lessons.table.menu.rename": "Rename",
381
+ "ui.editCourse.tab.lessons.table.menu.preview": "Preview",
382
+ "ui.editCourse.tab.lessons.table.newLesson": "Lesson {num} - without title",
383
+ "ui.editCourse.tab.lessons.table.newSection": "Section {num} - without title",
384
+ "ui.editCourse.tab.lessons.table.section": "Section",
385
+ "ui.editCourse.tab.lessons.table.select.draft": "Draft",
386
+ "ui.editCourse.tab.lessons.table.select.published": "Published",
387
+ "ui.editCourse.tab.lessons.table.snackbar.delete": "Delete completed!",
388
+ "ui.editCourse.tab.lessons.table.snackbar.save": "Save completed!",
389
+ "ui.editCourse.tab.options": "Options",
390
+ "ui.editCourse.tab.options.button.save": "Save Changes",
391
+ "ui.editCourse.tab.options.description": "Students enrolled in a course must complete each lesson in the prescribed order before moving on to the next.",
392
+ "ui.editCourse.tab.options.notifications": "Notifications",
393
+ "ui.editCourse.tab.options.notifications.description": "Notify course administrators of new lesson comments.",
394
+ "ui.editCourse.tab.options.permissions": "Permissions",
395
+ "ui.editCourse.tab.options.permissions.description": "Hide the number of participating users.",
396
+ "ui.editCourse.tab.requests": "Requests",
397
+ "ui.editCourse.tab.requests.table.snackbar.accepted": "User successfully accepted!",
398
+ "ui.editCourse.tab.requests.table.snackbar.rejected": "User successfully rejected!",
399
+ "ui.editCourse.tab.requests.title": "{requestsNumber, plural, =0 {# Course Requests} one {# Course Request} other {# Course Requests}}",
400
+ "ui.editCourse.tab.users": "Users",
401
+ "ui.editCourse.tab.users.addUsersButton.label": "Add users to the course",
402
+ "ui.editCourse.tab.users.table.header.latestActivity": "Latest activity",
403
+ "ui.editCourse.tab.users.table.header.name": "Name",
404
+ "ui.editCourse.tab.users.table.header.registration": "Registration",
405
+ "ui.editCourse.tab.users.table.header.role": "Role",
406
+ "ui.editCourse.tab.users.table.select.creator": "Creator",
407
+ "ui.editCourse.tab.users.table.select.joined": "User",
408
+ "ui.editCourse.tab.users.table.select.manager": "Manager",
409
+ "ui.editCourse.tab.requests.table.snackbar.removed": "User successfully removed!",
410
+ "ui.editCourse.tab.users.table.snackbar.success": "Users added to the course successfully!",
411
+ "ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
272
412
  "ui.event.see": "See",
273
413
  "ui.event.inProgress": "In progress",
414
+ "ui.event.finished": "Finished",
274
415
  "ui.eventHeader.visibility.private": "Private Event",
275
416
  "ui.eventHeader.visibility.public": "Public Event",
276
417
  "ui.eventHeader.location.live": "Live",
@@ -281,6 +422,9 @@
281
422
  "ui.eventHeader.user.manager": "Manager",
282
423
  "ui.eventHeader.inProgress": "In progress",
283
424
  "ui.eventHeader.finished": "Finished",
425
+ "ui.eventHeader.paid": "Paid Event",
426
+ "ui.events.myEvents.title": "My Events",
427
+ "ui.events.allEvents.title": "All events",
284
428
  "ui.events.filterByName": "Search Event",
285
429
  "ui.events.filterByDate": "Event Date",
286
430
  "ui.events.select.any": "Any Date",
@@ -295,8 +439,9 @@
295
439
  "ui.events.filterByFollowedInterest": "People I Follow",
296
440
  "ui.events.filterByCreatedByMe": "Created by me",
297
441
  "ui.events.filterByPastEvents": "Past Events",
442
+ "ui.events.filterByOngoingEvents": "Scheduled events",
298
443
  "ui.events.button.seeMore": "See More",
299
- "ui.events.noEvents.title.personal": "The events you attend will be visible here.",
444
+ "ui.events.noEvents.title.personal": "No matching events.",
300
445
  "ui.events.noEvents.title": "All events will be visible here.",
301
446
  "ui.events.skeleton.action.add": "Add Event",
302
447
  "ui.eventForm.title": "Create Event",
@@ -399,6 +544,77 @@
399
544
  "ui.eventSubscribeButton.notGoing": "Not going",
400
545
  "ui.eventSubscribeButton.requestParticipation": "Request to attend",
401
546
  "ui.eventSubscribeButton.waitingApproval": "Cancel request",
547
+ "ui.course.privacy.private": "Private",
548
+ "ui.course.privacy.open": "Open",
549
+ "ui.course.privacy.secret": "Secret",
550
+ "ui.course.privacy.draft": "Draft",
551
+ "ui.course.enroll": "Start the course",
552
+ "ui.course.completed": "Completed",
553
+ "ui.course.completion.percentage": "{percentage} completed",
554
+ "ui.course.see": "Go to the course",
555
+ "ui.courseForm.edit.dialog.title": "Publish the Course",
556
+ "ui.courseForm.edit.dialog.btn": "Publish the Course",
557
+ "ui.courseForm.edit.dialog.description": "Once published, your Course will be open and visible to Community users. You can change your access settings at any time, but you will not be able to return to draft mode.",
558
+ "ui.courseForm.edit.title.general": "General",
559
+ "ui.courseForm.edit.access.section.title": "Access",
560
+ "ui.courseForm.edit.access.info.title": "Your Course is in Draft Mode",
561
+ "ui.courseForm.edit.access.info.subtitle": "Choose access settings and publish the Course to make it active.",
562
+ "ui.courseForm.edit.access.info.access": "<icon>private</icon>Access: visible only to you and other administrators. Members on the waiting list cannot see or access the Course until you publish it.",
563
+ "ui.courseForm.edit.access.info.visibility": "<icon>visibility_off</icon>Visibility: no one can see or access this Course except you and other administrators.",
564
+ "ui.courseForm.edit.publication.title": "Publish Your Course",
565
+ "ui.courseForm.edit.publication.subtitle": "When you're ready to publish your Course, select the access settings below:",
566
+ "ui.courseForm.edit.publication.subtitle.info": "Remember that you must have at least one lesson published in order to proceed.",
567
+ "ui.courseForm.edit.publication.option.open.title": "Open",
568
+ "ui.courseForm.edit.publication.option.open.access": "<icon>private</icon>Access: open. All users in your Community can view this course and participate.",
569
+ "ui.courseForm.edit.publication.option.open.visibility": "<icon>visibility</icon>Visibility: Visible to all members of your Community.",
570
+ "ui.courseForm.edit.publication.option.private.title": "Private",
571
+ "ui.courseForm.edit.publication.option.private.access": "<icon>private</icon>Access: closed. Only users invited by you or other administrators can access this Course.",
572
+ "ui.courseForm.edit.publication.option.private.visibility": "<icon>visibility</icon>Visibility: invited users only. Uninvited users will see a lock screen.",
573
+ "ui.courseForm.edit.publication.option.secret.title": "Secret",
574
+ "ui.courseForm.edit.publication.option.secret.access": "<icon>private</icon>Access: closed. Only users invited by you or other administrators can access this Course.",
575
+ "ui.courseForm.edit.publication.option.secret.visibility": "<icon>visibility</icon>Visibility: invited users only. Uninvited users will not see that this Course exists.",
576
+ "ui.courseForm.edit.action.save": "Save Changes",
577
+ "ui.courseForm.button.next": "Next",
578
+ "ui.courseForm.button.create": "Create Course",
579
+ "ui.courseForm.title.general": "Choose the Course type",
580
+ "ui.courseForm.title.customization": "Create your {courseType} Course",
581
+ "ui.courseForm.title.edit": "Edit Course",
582
+ "ui.courseForm.self-paced.title": "Self-Paced",
583
+ "ui.courseForm.self-paced.info": "The course starts as soon as the user completes the subscription.\nAll content is immediately available.",
584
+ "ui.courseForm.scheduled.title": "Scheduled",
585
+ "ui.courseForm.scheduled.info": "The course starts on a specific date.\nThe content, divided into sections, becomes progressively available according to a predefined schedule.",
586
+ "ui.courseForm.structured.title": "Planned",
587
+ "ui.courseForm.structured.info": "The course starts as soon as the user completes the subscription.\nThe course sections are released progressively based on the start date.",
588
+ "ui.courseForm.name.placeholder": "Give your course a name",
589
+ "ui.courseForm.description.placeholder": "Add a description",
590
+ "ui.courseForm.required": "Required Field",
591
+ "ui.courseForm.date.placeholder": "Start Date",
592
+ "ui.courseForm.date.title": "Select Date",
593
+ "ui.courseForm.time.placeholder": "Start Time",
594
+ "ui.courseForm.date.end.placeholder": "End Date",
595
+ "ui.courseForm.time.end.placeholder": "End Time",
596
+ "ui.courseForm.category.placeholder.empty": "Assign categories (optional)",
597
+ "ui.courseForm.category.placeholder": "Categories",
598
+ "ui.courseForm.name.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
599
+ "ui.courseForm.name.error.unique": "This course name is already taken. Please choose a different one.",
600
+ "ui.courseForm.description.error.maxLength": "Please shorten this text to 500 characters or fewer. Currently, it’s too long",
601
+ "ui.courseForm.comingSoon.chip": "Available Soon",
602
+ "ui.courseJoinButton.waitingApproval": "Waiting for approval",
603
+ "ui.courseJoinButton.join": "Start the course",
604
+ "ui.courseJoinButton.leave": "Leave the course",
605
+ "ui.courseJoinButton.accept": "Accept",
606
+ "ui.courseJoinButton.requestAccess": "Request Access",
607
+ "ui.courses.empty.title": "There are currently no Courses available",
608
+ "ui.courses.empty.info": "We invite you to suggest starting Courses in the Community",
609
+ "ui.courses.noMore": "There are no other Courses at the moment.",
610
+ "ui.courses.filterByManagedByMe": "Managed by me",
611
+ "ui.courses.filterByName": "Search Course",
612
+ "ui.courses.filterByMine": "My Courses",
613
+ "ui.courses.endMessage": "There is no other content. <button>Scroll up</button>",
614
+ "ui.courseParticipantsButton.participants": "{total, plural, =0 {# participants} one {# participant} other {# participants}}",
615
+ "ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
616
+ "ui.courseParticipantsButton.noOtherParticipants": "No other participants",
617
+ "ui.createCourseButton": "Create Course",
402
618
  "ui.createGroupButton": "Create",
403
619
  "ui.createEventButton": "Create Event",
404
620
  "ui.editEventButton": "Edit",
@@ -444,7 +660,7 @@
444
660
  "ui.feedObject.contributors.participants": "Participants",
445
661
  "ui.feedObject.contributors.title": "Contributors ({total})",
446
662
  "ui.feedObject.error": "The content is not currently available",
447
- "ui.feedObject.follow": "Follow",
663
+ "ui.feedObject.follow": "Save",
448
664
  "ui.feedObject.poll.choice.vote": "Vote",
449
665
  "ui.feedObject.poll.closed": "Closed",
450
666
  "ui.feedObject.poll.expDate": "Vote one of the following choices by ",
@@ -453,7 +669,7 @@
453
669
  "ui.feedObject.poll.voters": "{total, plural, =0 {# voters} one {# voter} other {# voters}}",
454
670
  "ui.feedObject.poll.votes": "{total, plural, =0 {# votes} one {# vote} other {# votes}}",
455
671
  "ui.feedObject.relevantActivities.comment": "{username} <link>commented</link> the contribution",
456
- "ui.feedObject.relevantActivities.follow": "{username} follows the contribution",
672
+ "ui.feedObject.relevantActivities.follow": "{username} saved the contribution",
457
673
  "ui.feedObject.relevantActivities.noResults": "There aren't relevant activities to show at the moment.",
458
674
  "ui.feedObject.relevantActivities.pollVote": "{username} voted the poll",
459
675
  "ui.feedObject.relevantActivities.showOthers": "Show more",
@@ -467,9 +683,10 @@
467
683
  "ui.feedObject.share.permanentLink": "Permanent link",
468
684
  "ui.feedObject.sharesDialog.noOtherLikes": "No other shares.",
469
685
  "ui.feedObject.sharesDialog.title": "Shares",
470
- "ui.feedObject.unfollow": "Unfollow",
686
+ "ui.feedObject.unfollow": "Don't save anymore",
471
687
  "ui.feedObject.visibleToAll": "Visible to all",
472
688
  "ui.feedObject.visibleToGroup": "Visible to {group} group",
689
+ "ui.feedObject.visibleToRecipients": "Visible only to recipients",
473
690
  "ui.feedObject.notificationsEnabled": "Notifications for this contribution have been enabled",
474
691
  "ui.feedObject.notificationsDisabled": "Notifications for this contribution have been disabled",
475
692
  "ui.feedObject.flagSent": "Report sent",
@@ -483,8 +700,8 @@
483
700
  "ui.footer.customPages.rules": "Rules",
484
701
  "ui.footer.legalPages.privacy": "Privacy",
485
702
  "ui.footer.legalPages.tec": "Terms and Conditions",
486
- "ui.friendshipUserButton.acceptConnection": "Accept request",
487
- "ui.friendshipUserButton.cancelConnectionRequest": "Cancel request",
703
+ "ui.friendshipUserButton.acceptConnection": "Accept",
704
+ "ui.friendshipUserButton.cancelConnectionRequest": "Cancel",
488
705
  "ui.friendshipUserButton.removeConnection": "Remove",
489
706
  "ui.friendshipUserButton.requestConnection": "Connect",
490
707
  "ui.eventAutocomplete.label": "Events",
@@ -504,6 +721,7 @@
504
721
  "ui.groupHeader.visibility.public": "Public group",
505
722
  "ui.groupHeader.visibility.visible": "Visible",
506
723
  "ui.groupHeader.visibility.hidden": "Hidden",
724
+ "ui.groupHeader.paid": "Paid Group",
507
725
  "ui.groupInvitedWidget.title": "Invited Users",
508
726
  "ui.groupInvitedWidget.button.showMore": "Show more",
509
727
  "ui.groupInvitedWidget.dialogTitle": "{total} Users Invited",
@@ -518,11 +736,12 @@
518
736
  "ui.groupRequestsWidget.button.showMore": "Show more",
519
737
  "ui.groupRequestsWidget.dialogTitle": "{total} Requests",
520
738
  "ui.groupRequestsWidget.noMoreResults": "No more results",
739
+ "ui.groupRequestsWidget.noRequests": "At the moment there is no request for access to the group",
521
740
  "ui.groups.noGroups.title": "Create your first Group yourself.",
522
741
  "ui.groups.noGroups.title.onlyStaff": "Join a Group",
523
742
  "ui.groups.noGroups.subtitle.onlyStaff": "Make your activity in the Community even more interesting by joining a group.",
524
743
  "ui.groups.noGroups.subtitle": "Make your activity in the Community even more interesting with the people you prefer.",
525
- "ui.groups.noOtherGroups": "There are no other contents",
744
+ "ui.groups.noResults": "There are no results matching your search",
526
745
  "ui.groups.filterByName": "Search Group...",
527
746
  "ui.groups.endMessage": "There is no other content. <button>Scroll up</button>",
528
747
  "ui.groupSubscribeButton.enter": "Join the Group",
@@ -589,8 +808,38 @@
589
808
  "ui.infoEventWidget.title": "Event information",
590
809
  "ui.inlineComposerWidget.label": "Create content...",
591
810
  "ui.inlineComposerWidget.success": "The creation was successful!",
811
+ "ui.lessonAppbar.button.save": "Save",
812
+ "ui.lessonDrawer.comments": "Comments",
813
+ "ui.lessonDrawer.lessons": "Lessons",
814
+ "ui.lessonDrawer.settings": "Settings",
815
+ "ui.lessonEditForm.button.save": "Save",
816
+ "ui.lessonEditForm.status.title": "Status",
817
+ "ui.lessonEditForm.status.draft": "Draft",
818
+ "ui.lessonEditForm.status.published": "Published",
819
+ "ui.lessonEditForm.settings.title": "Settings",
820
+ "ui.lessonEditForm.settings.enableComments": "Enable comments",
592
821
  "ui.inviteUserEventButton.invite": "Invite",
593
822
  "ui.inviteUserEventButton.remove": "Remove",
823
+ "ui.lessonCommentActionMenu.actionError": "Unfortunately a problem occurred. Please try again later. Thank you.",
824
+ "ui.lessonCommentActionMenu.actionSuccess": "Operation successfully complete!",
825
+ "ui.lessonCommentActionMenu.delete": "Delete",
826
+ "ui.lessonCommentActionMenu.edit": "Edit",
827
+ "ui.lessonCommentObjects.editor.placeholder": "Write your comment...",
828
+ "ui.lessonReleaseMenu.scheduled.label": "Select release date",
829
+ "ui.lessonReleaseMenu.scheduled.picker.placeholder": "Select date and time",
830
+ "ui.lessonReleaseMenu.scheduled.picker.ok": "Confirm",
831
+ "ui.lessonReleaseMenu.scheduled.picker.cancel": "Back",
832
+ "ui.lessonReleaseMenu.scheduled.picker.clear": "Clear",
833
+ "ui.lessonReleaseMenu.now.label": "Immediately after registration",
834
+ "ui.lessonReleaseMenu.structured.label.days": "{total, plural, =0 {# days} one {one day} other {# days}} after registration",
835
+ "ui.lessonReleaseMenu.structured.label.weeks": "{total, plural, =0 {# weeks} one {one week} other {# weeks}} after registration",
836
+ "ui.lessonReleaseMenu.dialog.title": "Lesson Release",
837
+ "ui.lessonReleaseMenu.dialog.days": "Days",
838
+ "ui.lessonReleaseMenu.dialog.weeks": "Weeks",
839
+ "ui.lessonReleaseMenu.dialog.info.structured.days": "This section will be published {total, plural, =0 {# days} one {one day} other {# days}} after a user registers for the course",
840
+ "ui.lessonReleaseMenu.dialog.info.structured.weeks": "This section will be published {total, plural, =0 {# weeks} one {one week} other {# weeks}} after a user registers for the course",
841
+ "ui.lessonReleaseMenu.dialog.info.now": "This section will be published immediately after a user registers for the course.",
842
+ "ui.lessonReleaseMenu.dialog.button.done": "Done",
594
843
  "ui.locationAutocomplete.empty": "Search for location",
595
844
  "ui.locationAutocomplete.label": "Insert a city",
596
845
  "ui.locationAutocomplete.title": "Localize",
@@ -611,7 +860,8 @@
611
860
  "ui.navigationSettingsIconButton.comments": "My comments",
612
861
  "ui.navigationSettingsIconButton.communityTour": "Community tour",
613
862
  "ui.navigationSettingsIconButton.connections": "Connections",
614
- "ui.navigationSettingsIconButton.discussionsFollowed": "Followed articles",
863
+ "ui.navigationSettingsIconButton.discussionsFollowed": "Saved articles",
864
+ "ui.navigationSettingsIconButton.discussionsScheduled": "Scheduled articles",
615
865
  "ui.navigationSettingsIconButton.followers": "Followers",
616
866
  "ui.navigationSettingsIconButton.followings": "Following",
617
867
  "ui.navigationSettingsIconButton.interests": "Interests",
@@ -621,10 +871,13 @@
621
871
  "ui.navigationSettingsIconButton.onboarding": "Start Guide",
622
872
  "ui.navigationSettingsIconButton.platform": "Console",
623
873
  "ui.navigationSettingsIconButton.posts": "My posts",
624
- "ui.navigationSettingsIconButton.postsFollowed": "Followed posts",
874
+ "ui.navigationSettingsIconButton.postsScheduled": "Scheduled posts",
875
+ "ui.navigationSettingsIconButton.postsFollowed": "Saved posts",
625
876
  "ui.navigationSettingsIconButton.privateMessages": "Private messages",
626
877
  "ui.navigationSettingsIconButton.profile": "Profile",
627
878
  "ui.navigationSettingsIconButton.settings": "Settings",
879
+ "ui.navigationSettingsIconButton.historyOrders": "My orders",
880
+ "ui.navigationSettingsIconButton.myPaymentMethods": "My payment methods",
628
881
  "ui.notification.collapsedFor.collapsedForAdvertising": "A contribution of yours has been hidden because several users have flagged it as \"spam\". View the website rules for more info.",
629
882
  "ui.notification.collapsedFor.collapsedForAdvertisingSnippet": "Contribution hidden because flagged it as \"spam\"",
630
883
  "ui.notification.collapsedFor.collapsedForAggressive": "A contribution of yours has been hidden because several users have flagged it as \"aggressive\". View the website rules for more info.",
@@ -642,7 +895,7 @@
642
895
  "ui.notification.contribution.newPostOrStatus": "created a new {contribution}",
643
896
  "ui.notification.contribution.snippet.discussion": "created a new article:",
644
897
  "ui.notification.contribution.snippet.newPostOrStatus": "created a new {contribution}:",
645
- "ui.notification.contributionFollow.follow": "is following your contribution:",
898
+ "ui.notification.contributionFollow.follow": "is saving your contribution:",
646
899
  "ui.notification.deletedFor.deletedForAdvertising": "A contribution of yours has been removed because several users have flagged it as \"spam\". View the website rules for more info.",
647
900
  "ui.notification.deletedFor.deletedForAdvertisingSnippet": "Contribution removed because flagged it as \"spam\"",
648
901
  "ui.notification.deletedFor.deletedForAggressive": "A contribution of yours has been removed because several users have flagged it as \"aggressive\". View the website rules for more info.",
@@ -681,11 +934,20 @@
681
934
  "ui.notification.user_requested_to_join_event": "requested to join the event:",
682
935
  "ui.notification.user_accepted_to_join_event": "accepted to join the event:",
683
936
  "ui.notification.user_added_to_event": "accepted your request for the event:",
937
+ "ui.notification.course.button.see": "See",
938
+ "ui.notification.course.user_invited_to_join_course": "invited you to the course: <link>{name}</link>",
939
+ "ui.notification.course.user_requested_to_join_course": "requested to join the course: <link>{name}</link>",
940
+ "ui.notification.course.user_accepted_to_join_course": "accepted to join the course: <link>{name}</link>",
941
+ "ui.notification.course.user_added_to_course": "added you to the course: <link>{name}</link>",
942
+ "ui.notification.course.manager_added_to_course": "added you as a manager of the course: <link>{name}</link>",
943
+ "ui.notification.course.user_commented_a_course_lesson": "commented the lesson: <link>{name}</link>",
684
944
  "ui.notification.event.user_invited_to_join_event": "invited you to the event: <icon>CalendarIcon</icon> <link>{event}</link>",
685
945
  "ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
686
946
  "ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
687
947
  "ui.notification.event.user_added_to_event": "accepted your request for the event <link>{event}</link>",
688
948
  "ui.notification.event.button.see": "See",
949
+ "ui.notification.event.button.accept": "Accept",
950
+ "ui.notification.event.button.accepted": "Accepted",
689
951
  "ui.notification.event.privacy.public": "Public",
690
952
  "ui.notification.event.privacy.private": "Private",
691
953
  "ui.notification.event.address.live.label": "In Person",
@@ -841,6 +1103,8 @@
841
1103
  "ui.shared.eventActionsMenu.dialog.msg": "Are you sure you want to cancel the event?",
842
1104
  "ui.shared.copyTextField.textToCopy": "Copy text",
843
1105
  "ui.shared.copyTextField.textCopied": "Text copied",
1106
+ "ui.shared.hiddenPurchasableContent.title": "Paid content",
1107
+ "ui.shared.hiddenPurchasableContent.content": "You can only see the content if you purchase it",
844
1108
  "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>}}",
845
1109
  "ui.snippetNotifications.noNotifications": "At the moment, there aren't notifications",
846
1110
  "ui.suggestedEventsWidget.title": "Suggested Events",
@@ -854,6 +1118,10 @@
854
1118
  "ui.userActionIconButton.show": "Unblock user",
855
1119
  "ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
856
1120
  "ui.userActionIconButton.dialogHideAction": "All the contents of this profile will be hidden and you will no longer be able to interact with the user. Are you sure you want to proceed?",
1121
+ "ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
1122
+ "ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
1123
+ "ui.userCreatedCoursesWidget.button.showAll": "Show All",
1124
+ "ui.userCreatedCoursesWidget.noMoreResults": "No more results",
857
1125
  "ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
858
1126
  "ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
859
1127
  "ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
@@ -961,7 +1229,7 @@
961
1229
  "ui.userSuggestionWidget.noResults": "No results found",
962
1230
  "ui.userSuggestionWidget.title": "People Suggestion",
963
1231
  "ui.userToastNotifications.comment.addedComment": "added a comment",
964
- "ui.userToastNotifications.contributionFollow.follow": "is following your contribution",
1232
+ "ui.userToastNotifications.contributionFollow.follow": "is saving your post",
965
1233
  "ui.userToastNotifications.dismiss": "Ok",
966
1234
  "ui.userToastNotifications.goToProfile": "Go to profile",
967
1235
  "ui.userToastNotifications.incubatorApproved.approved": "Your incubator {name} has been <b>approved</b>.",
@@ -1005,10 +1273,10 @@
1005
1273
  "ui.liveStreamForm.hideParticipantsList": "Hide participants list",
1006
1274
  "ui.liveStreamForm.automaticallyNotifyFollowers": "Notify people you're in contact with once you go live",
1007
1275
  "ui.liveStreamForm.showInProfile": "Show the live stream in your profile when you are live",
1008
- "ui.liveStreamForm.muteParticipants": "Mute participants",
1009
- "ui.liveStreamForm.disableShareScreen": "Disable participants share screen",
1010
- "ui.liveStreamForm.disableChat": "Disable participants chat",
1011
- "ui.liveStreamForm.disableVideo": "Disable participants video",
1276
+ "ui.liveStreamForm.muteParticipants": "Enable participants microphone",
1277
+ "ui.liveStreamForm.disableShareScreen": "Enable participants share screen",
1278
+ "ui.liveStreamForm.disableChat": "Enable participants chat",
1279
+ "ui.liveStreamForm.disableVideo": "Enable participants video",
1012
1280
  "ui.liveStreamForm.view.label": "View",
1013
1281
  "ui.liveStreamForm.view.gallery": "Gallery",
1014
1282
  "ui.liveStreamForm.view.speaker": "Speaker",
@@ -1022,9 +1290,9 @@
1022
1290
  "ui.liveStreamForm.selector.scheduleLiveStreamItem2": "Talk to each other with audio/video",
1023
1291
  "ui.liveStreamForm.selector.scheduleLiveStreamItem3": "Participants can chat with others",
1024
1292
  "ui.liveStreamForm.selector.next": "Next",
1025
- "ui.liveStreamForm.selector.warningRemainingMinutes": "You have a few minutes {minutes} to do live broadcasts.",
1026
- "ui.liveStreamForm.selector.warningMinutesExausted": "You've run out of time to do live broadcasts.",
1027
- "ui.liveStreamForm.selector.warningSubscriptionRequired": "You have not currently subscribed to any <link>plan</link> for your community. To start a live stream, subscribe for a plan.",
1293
+ "ui.liveStreamForm.selector.warningRemainingMinutes": "Only a few minutes({minutes}) remain available to do live broadcasts.",
1294
+ "ui.liveStreamForm.selector.warningMinutesExausted": "The time available to do live broadcasts is exhausted.",
1295
+ "ui.liveStreamForm.selector.warningSubscriptionRequired": "At the moment the community does not have an active plan. To start a live stream, you need to subscribe for a one. <link>See available plans</link>",
1028
1296
  "ui.liveStreamForm.view.gallery.description": "The default streaming view will be set to \"gallery mode\", allowing participants to see multiple people at once.",
1029
1297
  "ui.liveStreamForm.view.speaker.description": "The default streaming view will be set to \"speaker mode\", highlighting the organizer or main speaker for all participants.",
1030
1298
  "ui.liveStreamForm.title.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
@@ -1063,10 +1331,194 @@
1063
1331
  "ui.liveStreamRoom.participantTileActions.banRoomUser": "Remove & ban the user",
1064
1332
  "ui.liveStreamRoom.live.terminate": "Are you sure you want to exit the live?",
1065
1333
  "ui.liveStreamRoom.live.terminatePermanently": "Set this live as permanently closed",
1334
+ "ui.liveStreamRoom.noParticipants": "No participants",
1335
+ "ui.liveStreamRoom.controlBar.microphone": "Microphone",
1336
+ "ui.liveStreamRoom.controlBar.camera": "Camera",
1337
+ "ui.liveStreamRoom.controlBar.chat": "Chat",
1338
+ "ui.liveStreamRoom.controlBar.shareScreen": "Share screen",
1339
+ "ui.liveStreamRoom.controlBar.stopShareScreen": "Stop screen share",
1340
+ "ui.liveStreamRoom.controlBar.settings": "Settings",
1341
+ "ui.liveStreamRoom.controlBar.leave": "Leave",
1342
+ "ui.liveStreamRoom.settingsMenu.visualEffect": "Visual effect",
1343
+ "ui.liveStreamRoom.settingsMenu.visualEffect.blurEffect": "Apply blur to the video",
1344
+ "ui.liveStreamRoom.settingsMenu.recordMeeting": "Record Meeting",
1345
+ "ui.liveStreamRoom.settingsMenu.currentlyBeingRecorded": "Meeting is currently being recorded",
1346
+ "ui.liveStreamRoom.settingsMenu.noActiveRecording": "No active recordings for this meeting",
1347
+ "ui.liveStreamRoom.settingsMenu.startRecording": "Start recording",
1348
+ "ui.liveStreamRoom.settingsMenu.stopRecording": "Stop recording",
1349
+ "ui.liveStreamRoom.errorApplyVideoEffect": "The effect could not be applied to the video. Feature not available for this browser.",
1066
1350
  "ui.upScalingTierBadge.go": "GO",
1067
1351
  "ui.upScalingTierBadge.professional": "PROFESSIONAL",
1068
1352
  "ui.upScalingTierBadge.enterprise": "ENTERPRISE",
1069
1353
  "ui.upScalingTierBadge.goFeature": "This setting is only available if the community has subscribed to at least a Go plan.",
1070
1354
  "ui.upScalingTierBadge.professionalFeature": "This setting is only available if the community has subscribed to a Professional plan.",
1071
- "ui.upScalingTierBadge.enterpriseFeature": "This setting is only available if the community has subscribed to an Enterprise plan."
1355
+ "ui.upScalingTierBadge.enterpriseFeature": "This setting is only available if the community has subscribed to an Enterprise plan.",
1356
+ "ui.buyButton.buy": "Buy",
1357
+ "ui.buyButton.buyEvent": "Buy event",
1358
+ "ui.buyButton.buyGroup": "Buy",
1359
+ "ui.buyButton.buyCategory": "Buy",
1360
+ "ui.buyButton.buyCourse": "Buy course",
1361
+ "ui.buyButton.purchased": "Purchased",
1362
+ "ui.buyButton.subscribed": "Subscribed",
1363
+ "ui.buyButton.disabled": "At the moment it is not possible to buy this content. You can do it later.",
1364
+ "ui.buyButton.free": "Free access",
1365
+ "ui.paywalls.priceNotIncluded": "Your purchase refers to a product that is no longer available.",
1366
+ "ui.paywalls.contentPurchasedAt": "Content purchased on {purchasedAt} at the price of {price}.",
1367
+ "ui.paywallsDialog.title": "Select your purchase",
1368
+ "ui.paywallsDialog.title.purchased": "Your payment",
1369
+ "ui.paymentProduct.action.buy": "Buy",
1370
+ "ui.paymentProduct.action.subscribe": "Subscribe",
1371
+ "ui.paymentProduct.action.subscribed": "Subscribed",
1372
+ "ui.paymentProduct.action.purchased": "Purchased",
1373
+ "ui.paymentProduct.action.purchasedAt": "Content purchased on {purchasedAt}.",
1374
+ "ui.paymentProduct.price.day": "day",
1375
+ "ui.paymentProduct.price.week": "week",
1376
+ "ui.paymentProduct.price.month": "month",
1377
+ "ui.paymentProduct.price.year": "year",
1378
+ "ui.checkout.contentDesc.title": "Purchase Your Content",
1379
+ "ui.checkout.contentDesc.subTitle": "You're just one step away from accessing your exclusive content! Complete your payment securely and get instant access.",
1380
+ "ui.checkout.contentDesc.title.event": "Buy Your Event Ticket",
1381
+ "ui.checkout.contentDesc.title.event.recurring": "Subscribe to the Event",
1382
+ "ui.checkout.contentDesc.subTitle.event": "Your spot at the Event is waiting!\nComplete your secure payment below to instantly unlock your personal access to the Event.",
1383
+ "ui.checkout.contentDesc.title.group": "Buy Your Access to the Group",
1384
+ "ui.checkout.contentDesc.title.group.recurring": "Subscribe to the Group",
1385
+ "ui.checkout.contentDesc.subTitle.group": "Your exclusive space is ready!\nComplete your secure payment below to instantly unlock your personal access to the Group.",
1386
+ "ui.checkout.contentDesc.title.course": "Buy Your Access to the Course",
1387
+ "ui.checkout.contentDesc.title.course.recurring": "Subscribe to the Course",
1388
+ "ui.checkout.contentDesc.subTitle.course": "Your spot in the Course is waiting!!\nComplete your secure payment below to instantly unlock your personal access to the Course.",
1389
+ "ui.checkout.paymentOrder": "Content already purchased!",
1390
+ "ui.checkoutReturnDialog.title": "Thanks!",
1391
+ "ui.checkoutReturnDialog.payment.success": "Your payment has been successfully processed.",
1392
+ "ui.checkoutReturnDialog.buy": "You purchased:",
1393
+ "ui.checkoutReturnDialog.buy.community": "You have purchased your access to the Community",
1394
+ "ui.checkoutReturnDialog.buy.recurrent.community": "You have purchased your {frequency} access to the Community",
1395
+ "ui.checkoutReturnDialog.buy.group": "You have purchased your access to the Group",
1396
+ "ui.checkoutReturnDialog.buy.recurrent.group": "You have purchased your {frequency} access to the Group",
1397
+ "ui.checkoutReturnDialog.buy.course": "You have purchased your access to the Course",
1398
+ "ui.checkoutReturnDialog.buy.recurrent.course": "You have purchased your {frequency} access to the Course",
1399
+ "ui.checkoutReturnDialog.buy.event": "You have purchased your access to the Event",
1400
+ "ui.checkoutReturnDialog.buy.recurrent.event": "You have purchased your {frequency} access to the Event",
1401
+ "ui.checkoutReturnDialog.event.button": "Go to the event",
1402
+ "ui.checkoutReturnDialog.category.button": "Go to the category",
1403
+ "ui.checkoutReturnDialog.community.button": "Go to community",
1404
+ "ui.checkoutReturnDialog.group.button": "Go to the group",
1405
+ "ui.checkoutReturnDialog.course.button": "View course",
1406
+ "ui.paymentDetailDialog.title": "Detail purchase",
1407
+ "ui.paymentDetailDialog.content": "Content purchased.",
1408
+ "ui.paymentOrders.number": "ID",
1409
+ "ui.paymentOrders.contentType": "Type",
1410
+ "ui.paymentOrders.content": "Content",
1411
+ "ui.paymentOrders.price": "Total",
1412
+ "ui.paymentOrders.createdAt": "Created at",
1413
+ "ui.paymentOrders.expired_at": "Expired at",
1414
+ "ui.paymentOrders.status": "Status",
1415
+ "ui.paymentOrders.status.paid": "Paid",
1416
+ "ui.paymentOrders.actions": "Actions",
1417
+ "ui.paymentOrders.actions.pay": "Pay",
1418
+ "ui.paymentOrders.noOrders": "No orders at the moment",
1419
+ "ui.paymentOrders.search": "Search order",
1420
+ "ui.paymentOrders.contentTypeFilter": "Content Type",
1421
+ "ui.paymentOrders.contentType.course": "Course",
1422
+ "ui.paymentOrders.contentType.community": "Community",
1423
+ "ui.paymentOrders.contentType.event": "Event",
1424
+ "ui.paymentOrders.contentType.group": "Group",
1425
+ "ui.paymentOrders.contentType.all": "All",
1426
+ "ui.paymentOrders.dateFrom": "Date from",
1427
+ "ui.paymentOrders.dateTo": "Date to",
1428
+ "ui.paymentOrders.picker.cancel": "Back",
1429
+ "ui.paymentOrders.picker.clear": "Clear",
1430
+ "ui.paymentOrders.picker.date": "Select Date",
1431
+ "ui.createPaymentProductForm.title": "Add a payment product",
1432
+ "ui.createPaymentProductForm.name": "Name",
1433
+ "ui.createPaymentProductForm.error.name.required": "Name is a eequired field",
1434
+ "ui.createPaymentProductForm.description": "Description",
1435
+ "ui.createPaymentProductForm.price": "Price",
1436
+ "ui.createPaymentProductForm.minPrice": "Minimum price {min}€",
1437
+ "ui.createPaymentProductForm.error.price.required": "Price is required. Minimum is {min}€.",
1438
+ "ui.createPaymentProductForm.btn.cancel": "Cancel",
1439
+ "ui.createPaymentProductForm.btn.create": "Add",
1440
+ "ui.createPaymentProductForm.error": "An error occurred while create the product. Please try again later.",
1441
+ "ui.paywallsConfigurator.selectAccessType": "Select content access type",
1442
+ "ui.paywallsConfigurator.free": "FREE",
1443
+ "ui.paywallsConfigurator.free.label": "free content",
1444
+ "ui.paywallsConfigurator.free.info": "A free content is accessible without any cost to the user. No paywall is applied, and no payment or subscription is required.",
1445
+ "ui.paywallsConfigurator.paid": "PAID",
1446
+ "ui.paywallsConfigurator.paid.label": "paid content",
1447
+ "ui.paywallsConfigurator.paid.info": "The content is only accessible after a payment, which may be a one-time purchase or a subscription.",
1448
+ "ui.paywallsConfigurator.connected.products": "Associated prices",
1449
+ "ui.paywallsConfigurator.connected.products.content": "Prices applicable to content",
1450
+ "ui.paywallsConfigurator.connected.addFromList": "Add price from list",
1451
+ "ui.paywallsConfigurator.connected.products.btnNew": "New",
1452
+ "ui.paywallsConfigurator.connected.products.btnRemove": "Remove",
1453
+ "ui.paywallsConfigurator.connected.products.prices": "Prices: ",
1454
+ "ui.paywallsConfigurator.connected.products.others": "+ {count}",
1455
+ "ui.paywallsConfigurator.connected.noProducts": "No associated prices at the moment",
1456
+ "ui.paywallsConfigurator.popper.title": "Prices applicable to the content",
1457
+ "ui.paywallsConfigurator.popper.btnConfirm": "Confirm",
1458
+ "ui.paywallsConfigurator.noProducts": "No products",
1459
+ "ui.paywallsConfigurator.filterByName": "Filter by name",
1460
+ "ui.paywallsConfigurator.openPriceslist": "Add selecting price from list",
1461
+ "ui.userAutocomplete.label": "Select users",
1462
+ "ui.userAutocomplete.empty": "No user found",
1463
+ "ui.userAutocomplete.textarea.label": "Selected Users",
1464
+ "ui.userAutocomplete.textarea.info": "<icon>info</icon> Paste the usernames below, separated by spaces, commas, or newlines",
1465
+ "ui.userBillingInfo.infoLabel": "Billing address",
1466
+ "ui.userBillingInfo.name": "Full Name",
1467
+ "ui.userBillingInfo.phone": "Phone",
1468
+ "ui.userBillingInfo.company": "Company",
1469
+ "ui.userBillingInfo.address1": "Address",
1470
+ "ui.userBillingInfo.address2": "Address (optional)",
1471
+ "ui.userBillingInfo.postalCode": "Zip Code",
1472
+ "ui.userBillingInfo.city": "City",
1473
+ "ui.userBillingInfo.state": "State / Province",
1474
+ "ui.userBillingInfo.country": "Country",
1475
+ "ui.userBillingInfo.taxCode": "TAX CODE (TIN/CF)",
1476
+ "ui.userBillingInfo.accountBusiness": "I am purchasing as a business",
1477
+ "ui.userBillingInfo.taxId": "VAT",
1478
+ "ui.userBillingInfo.taxCheckPending": "<b>*VAT checker*</b><br/>We are verifying your data!",
1479
+ "ui.userBillingInfo.taxCheckWarning": "<b>*VAT checker*</b><br/>Are you sure you entered the correct data?",
1480
+ "ui.userBillingInfo.sdi": "SDI",
1481
+ "ui.userBillingInfo.pec": "@PEC",
1482
+ "ui.userBillingInfo.field.optional": "(optional)",
1483
+ "ui.userBillingInfo.requiredFormat": "Required format: ",
1484
+ "ui.userBillingInfo.error": "Field required",
1485
+ "ui.userBillingInfo.errors": "Some fields are required or not valid",
1486
+ "ui.userBillingInfo.vatError": "Invalid VAT.",
1487
+ "ui.userBillingInfo.sdiPecError": "SDI or PEC are required",
1488
+ "ui.userBillingInfo.pecError": "Invalid PEC",
1489
+ "ui.userBillingInfo.save": "Save",
1490
+ "ui.userBillingInfo.back": "Back",
1491
+ "ui.userBillingInfo.noInfo": "No billing info yet",
1492
+ "ui.userPaymentMethods.btnAdd": "Add",
1493
+ "ui.userPaymentMethods.typeMethod": "Type",
1494
+ "ui.userPaymentMethods.brand": "Brand",
1495
+ "ui.userPaymentMethods.expiration": "Expiration",
1496
+ "ui.userPaymentMethods.billingDetails": "Billing details",
1497
+ "ui.userPaymentMethods.default": "Is default",
1498
+ "ui.userPaymentMethods.actions": "Actions",
1499
+ "ui.userPaymentMethods.btnRemove": "Remove",
1500
+ "ui.userPaymentMethods.noPaymentMethods": "No payment methods added to your account yet. If you wish to add one or more payment methods and then use them when purchasing subscriptions, click on \"Add\".",
1501
+ "ui.userPaymentMethods.error.unableToRemoveMethod": "Unable to remove payment method",
1502
+ "ui.userPaymentMethods.error.unableToUpdateMethod": "Unable to update payment method",
1503
+ "ui.userPaymentMethods.error.unableToManageMethod": "Unable to reset your payment method",
1504
+ "ui.userPaymentMethods.error.unableToRemoveMethodSubscription": "Unable to remove the payment method because it is associated with a subscription in use\n",
1505
+ "ui.userPaymentMethods.error.unableToSetMethodAsDefault": "Unable to set the payment method as default\n",
1506
+ "ui.userPaymentMethods.methodRemoved": "Payment method removed",
1507
+ "ui.userPaymentMethods.methodUpdated": "Updated payment method",
1508
+ "ui.userPaymentMethods.methodDefaultConfigured": "Payment method set as default",
1509
+ "ui.userPaymentMethods.methodDefaultRemoved": "Payment method removed as default",
1510
+ "ui.userPaymentMethods.dialog.confirmDeleteTitle": "Confirm to delete payment method",
1511
+ "ui.userPaymentMethods.dialog.confirmDeleteDescription": "Are you sure you want to proceed?",
1512
+ "ui.userChangeAddressDialog.title": "Change billing address",
1513
+ "ui.userAddPaymentMethodDialog.title": "Add a payment method",
1514
+ "ui.userAddPaymentMethodForm.useDefaultMethod": "Use default method",
1515
+ "ui.userAddPaymentMethodForm.addButton": "Add",
1516
+ "ui.userAddPaymentMethodForm.cancelButton": "Cancel",
1517
+ "ui.paymentOrder.buy": "You purchased:",
1518
+ "ui.paymentOrder.date": "Date purchase: {date}",
1519
+ "ui.paymentOrder.price": "Price: {price}",
1520
+ "ui.paymentOrder.status": "Status:",
1521
+ "ui.paymentOrder.status.paid": "Paid",
1522
+ "ui.paymentOrder.ticket.view": "View ticket",
1523
+ "ui.paymentOrderPdfButton.disabled": "At the moment it is not possible to view this content."
1072
1524
  }