@selfcommunity/react-i18n 0.8.0-alpha.12 → 0.8.0-alpha.14
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 +464 -2
- package/lib/cjs/locales/en.json +233 -3
- package/lib/cjs/locales/it.json +235 -3
- package/lib/esm/index.d.ts +464 -2
- package/lib/esm/locales/en.json +233 -3
- package/lib/esm/locales/it.json +235 -3
- package/lib/types/index.d.ts +464 -2
- package/lib/types/locales/en.json +233 -3
- package/lib/types/locales/it.json +235 -3
- package/lib/types/tsconfig.build.tsbuildinfo +1 -1
- package/lib/umd/react-i18n.js +1 -1
- package/package.json +2 -2
|
@@ -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!",
|
|
@@ -72,11 +78,17 @@
|
|
|
72
78
|
"ui.accountChangeMailValidation.error": "Invalid or expired token",
|
|
73
79
|
"ui.accountChangeMailValidation.success": "Email verified successfully",
|
|
74
80
|
"ui.accountChangeMailValidation.verifying": "Validation in progress",
|
|
81
|
+
"ui.addUserButton.autocomplete.loading": "Loading...",
|
|
82
|
+
"ui.addUserButton.autocomplete.noResults": "There are no users to add!",
|
|
83
|
+
"ui.addUserButton.dialog.confirm": "Add",
|
|
84
|
+
"ui.addUserButton.dialog.searchBar.placeholder": "Add user",
|
|
85
|
+
"ui.addUserButton.dialog.title": "Add user",
|
|
75
86
|
"ui.appBar.navigation.login": "Login",
|
|
76
87
|
"ui.appBar.navigation.register": "Register",
|
|
77
88
|
"ui.composerIconButton.composer.success": "Content published",
|
|
78
89
|
"ui.composerIconButton.composer.viewContribute": "View content",
|
|
79
90
|
"ui.composerIconButton.list.content": "Create a content",
|
|
91
|
+
"ui.composerIconButton.list.course": "Create a course",
|
|
80
92
|
"ui.composerIconButton.list.event": "Create an event",
|
|
81
93
|
"ui.composerIconButton.list.group": "Create a group",
|
|
82
94
|
"ui.composerIconButton.list.liveStream": "Create a live stream",
|
|
@@ -110,7 +122,7 @@
|
|
|
110
122
|
"ui.categoryTrendingUsersWidget.noResults": "No results found",
|
|
111
123
|
"ui.categoryTrendingUsersWidget.title": "Trending People",
|
|
112
124
|
"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.",
|
|
125
|
+
"ui.changeCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
|
|
114
126
|
"ui.changeCover.button.delete": "Delete Cover",
|
|
115
127
|
"ui.changeCover.button.upload": "Upload New Cover",
|
|
116
128
|
"ui.changeCover.button.uploadA": "Upload a new cover",
|
|
@@ -118,7 +130,7 @@
|
|
|
118
130
|
"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
131
|
"ui.changeGroupPicture.alert": "The group picture must be a squared image with a minimum size of 600x600!",
|
|
120
132
|
"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.",
|
|
133
|
+
"ui.changeGroupCover.button.change.alertErrorImage": "The image fails to load. Check that it is of the maximum format and size allowed (5MB).",
|
|
122
134
|
"ui.changeGroupCover.button.delete": "Delete Cover",
|
|
123
135
|
"ui.changeGroupCover.button.upload": "Upload New Cover",
|
|
124
136
|
"ui.changeGroupCover.button.uploadA": "Upload a new cover",
|
|
@@ -270,6 +282,112 @@
|
|
|
270
282
|
"ui.contributionActionMenu.vulgar": "Vulgar",
|
|
271
283
|
"ui.createEvent.title": "Create your Event now!",
|
|
272
284
|
"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!",
|
|
285
|
+
"ui.course.accordionLessons.date": "Available from {date} hour {hour}",
|
|
286
|
+
"ui.course.accordionLessons.empty": "No content present",
|
|
287
|
+
"ui.course.completedDialog.btn.label": "Back to Courses",
|
|
288
|
+
"ui.course.completedDialog.description.pt1": "Congratulations!",
|
|
289
|
+
"ui.course.completedDialog.description.pt2": "You have completed <span>{courseName}</span>",
|
|
290
|
+
"ui.course.completedDialog.title": "You have completed the Course",
|
|
291
|
+
"ui.course.dashboard.header.user.creator": "Creator",
|
|
292
|
+
"ui.course.dashboard.student.button.cancel": "Request Cancel",
|
|
293
|
+
"ui.course.dashboard.student.button.continue": "Continue the Course",
|
|
294
|
+
"ui.course.dashboard.student.button.dashboard": "Go to Dashboard",
|
|
295
|
+
"ui.course.dashboard.student.button.signUp": "Sign up for the Course",
|
|
296
|
+
"ui.course.dashboard.student.button.request": "Request Access",
|
|
297
|
+
"ui.course.dashboard.student.button.review": "Review the Course",
|
|
298
|
+
"ui.course.dashboard.student.button.start": "Start the Course",
|
|
299
|
+
"ui.course.dashboard.student.completed": "You have completed the Course!",
|
|
300
|
+
"ui.course.dashboard.student.contents": "Course Contents",
|
|
301
|
+
"ui.course.dashboard.student.description": "Course Description",
|
|
302
|
+
"ui.course.dashboard.student.progress": "Course Progress",
|
|
303
|
+
"ui.course.dashboard.student.progress.described": "Completed {progress} of {end} Lessons",
|
|
304
|
+
"ui.course.dashboard.student.progress.percentage": "{percentage}% completed",
|
|
305
|
+
"ui.course.dashboard.student.snackbar.success.cancel": "Request canceled!",
|
|
306
|
+
"ui.course.dashboard.student.snackbar.success.enroll": "Enroll completed!",
|
|
307
|
+
"ui.course.dashboard.student.snackbar.success.request": "Request invited!",
|
|
308
|
+
"ui.course.dashboard.teacher.btn.label": "Edit",
|
|
309
|
+
"ui.course.dashboard.teacher.info.completion": "Average completion rate",
|
|
310
|
+
"ui.course.dashboard.teacher.info.students": "Students",
|
|
311
|
+
"ui.course.dashboard.teacher.tab.comments": "Comments",
|
|
312
|
+
"ui.course.dashboard.teacher.tab.comments.btn.label": "See more",
|
|
313
|
+
"ui.course.dashboard.teacher.tab.comments.empty": "There are no comments at the moment",
|
|
314
|
+
"ui.course.dashboard.teacher.tab.comments.lessons.btn.label": "Other comments",
|
|
315
|
+
"ui.course.dashboard.teacher.tab.comments.number": "{commentsNumber, plural, =0 {# Comments} one {# Comment} other {# Comments}}",
|
|
316
|
+
"ui.course.dashboard.teacher.tab.students": "Students",
|
|
317
|
+
"ui.course.dashboard.teacher.tab.students.table.header.latestActivity": "Latest activity",
|
|
318
|
+
"ui.course.dashboard.teacher.tab.students.table.header.name": "Name",
|
|
319
|
+
"ui.course.dashboard.teacher.tab.students.table.header.progress": "Progress",
|
|
320
|
+
"ui.course.dashboard.teacher.tab.students.table.header.registration": "registration",
|
|
321
|
+
"ui.course.label": "Course {privacy}",
|
|
322
|
+
"ui.course.status.new": "New",
|
|
323
|
+
"ui.course.status.published": "Published",
|
|
324
|
+
"ui.course.status.completed": "Completed",
|
|
325
|
+
"ui.course.status.draft": "Draft",
|
|
326
|
+
"ui.course.status.joined": "You have joined",
|
|
327
|
+
"ui.course.table.lessons.title": "{lessonsNumber, plural, =0 {# Lessons} one {# Lesson} other {# Lessons}}",
|
|
328
|
+
"ui.course.table.sections.title": "{sectionsNumber, plural, =0 {# Sezioni} one {# Sezione} other {# Sezioni}}",
|
|
329
|
+
"ui.course.type": "Type of course: {typeOfCourse}",
|
|
330
|
+
"ui.course.type.self-paced": "Self-Paced",
|
|
331
|
+
"ui.course.type.scheduled": "Scheduled",
|
|
332
|
+
"ui.course.type.structured": "Structured",
|
|
333
|
+
"ui.course.userProfileSnippet.students": "{students, plural, =0 {# Students} one {# Student} other {# Students}}",
|
|
334
|
+
"ui.courseUsersTable.action.btn.label": "See",
|
|
335
|
+
"ui.courseUsersTable.btn.label": "See more",
|
|
336
|
+
"ui.courseUsersTable.changeStatus.snackbar.success": "State saved successfully!",
|
|
337
|
+
"ui.courseUsersTable.dialog.btn.label": "Message",
|
|
338
|
+
"ui.courseUsersTable.dialog.info.text1: ": "Lessons completed: {lessonsCompleted}",
|
|
339
|
+
"ui.courseUsersTable.dialog.info.text2: ": "Course completed: {courseCompleted}%",
|
|
340
|
+
"ui.courseUsersTable.dialog.title": "Corso progress",
|
|
341
|
+
"ui.courseUsersTable.empty.requests.title": "There are currently no requests from users for the Course",
|
|
342
|
+
"ui.courseUsersTable.empty.search.description": "We invite you to try with another name",
|
|
343
|
+
"ui.courseUsersTable.empty.search.title": "There are currently no users with the name you are looking for",
|
|
344
|
+
"ui.courseUsersTable.empty.users.description": "We invite you to add users to the list",
|
|
345
|
+
"ui.courseUsersTable.empty.users.title": "There are currently no Users invited to the Course",
|
|
346
|
+
"ui.courseUsersTable.searchBar.placeholder": "Search users",
|
|
347
|
+
"ui.editCourse.tab.customize": "Customize",
|
|
348
|
+
"ui.editCourse.tab.customize.snackbar.save": "Save completed!",
|
|
349
|
+
"ui.editCourse.tab.lessons": "Lessons",
|
|
350
|
+
"ui.editCourse.tab.lessons.status": "Status: <b>{status}</b>",
|
|
351
|
+
"ui.editCourse.tab.lessons.table.empty.description": "Start by adding a course section, then add lessons",
|
|
352
|
+
"ui.editCourse.tab.lessons.table.empty.title": "Create your Course content",
|
|
353
|
+
"ui.editCourse.tab.lessons.table.header.actions": "Actions",
|
|
354
|
+
"ui.editCourse.tab.lessons.table.header.calendar": "Calendar",
|
|
355
|
+
"ui.editCourse.tab.lessons.table.header.lessonName": "Lesson name",
|
|
356
|
+
"ui.editCourse.tab.lessons.table.lesson": "Lesson",
|
|
357
|
+
"ui.editCourse.tab.lessons.table.menu.delete": "Delete",
|
|
358
|
+
"ui.editCourse.tab.lessons.table.menu.edit": "Edit",
|
|
359
|
+
"ui.editCourse.tab.lessons.table.menu.rename": "Rename",
|
|
360
|
+
"ui.editCourse.tab.lessons.table.menu.preview": "Preview",
|
|
361
|
+
"ui.editCourse.tab.lessons.table.newLesson": "Lesson {num} - without title",
|
|
362
|
+
"ui.editCourse.tab.lessons.table.newSection": "Section {num} - without title",
|
|
363
|
+
"ui.editCourse.tab.lessons.table.section": "Section",
|
|
364
|
+
"ui.editCourse.tab.lessons.table.select.draft": "Draft",
|
|
365
|
+
"ui.editCourse.tab.lessons.table.select.published": "Published",
|
|
366
|
+
"ui.editCourse.tab.lessons.table.snackbar.delete": "Delete completed!",
|
|
367
|
+
"ui.editCourse.tab.lessons.table.snackbar.save": "Save completed!",
|
|
368
|
+
"ui.editCourse.tab.options": "Options",
|
|
369
|
+
"ui.editCourse.tab.options.button.save": "Save Changes",
|
|
370
|
+
"ui.editCourse.tab.options.description": "Students enrolled in a course must complete each lesson in the prescribed order before moving on to the next.",
|
|
371
|
+
"ui.editCourse.tab.options.notifications": "Notifications",
|
|
372
|
+
"ui.editCourse.tab.options.notifications.description": "Notify course administrators of new lesson comments.",
|
|
373
|
+
"ui.editCourse.tab.options.permissions": "Permissions",
|
|
374
|
+
"ui.editCourse.tab.options.permissions.description": "Hide the number of participating users.",
|
|
375
|
+
"ui.editCourse.tab.requests": "Requests",
|
|
376
|
+
"ui.editCourse.tab.requests.table.snackbar.accepted": "User successfully accepted!",
|
|
377
|
+
"ui.editCourse.tab.requests.table.snackbar.rejected": "User successfully rejected!",
|
|
378
|
+
"ui.editCourse.tab.requests.title": "{requestsNumber, plural, =0 {# Course Requests} one {# Course Request} other {# Course Requests}}",
|
|
379
|
+
"ui.editCourse.tab.users": "Users",
|
|
380
|
+
"ui.editCourse.tab.users.addUsersButton.label": "Add users to the course",
|
|
381
|
+
"ui.editCourse.tab.users.table.header.latestActivity": "Latest activity",
|
|
382
|
+
"ui.editCourse.tab.users.table.header.name": "Name",
|
|
383
|
+
"ui.editCourse.tab.users.table.header.registration": "Registration",
|
|
384
|
+
"ui.editCourse.tab.users.table.header.role": "Role",
|
|
385
|
+
"ui.editCourse.tab.users.table.select.creator": "Creator",
|
|
386
|
+
"ui.editCourse.tab.users.table.select.joined": "User",
|
|
387
|
+
"ui.editCourse.tab.users.table.select.manager": "Manager",
|
|
388
|
+
"ui.editCourse.tab.requests.table.snackbar.removed": "User successfully removed!",
|
|
389
|
+
"ui.editCourse.tab.users.table.snackbar.success": "Users added to the course successfully!",
|
|
390
|
+
"ui.editCourse.tab.users.title": "{usersNumber, plural, =0 {# Course Users} one {# Course User} other {# Course Users}}",
|
|
273
391
|
"ui.event.see": "See",
|
|
274
392
|
"ui.event.inProgress": "In progress",
|
|
275
393
|
"ui.event.finished": "Finished",
|
|
@@ -404,6 +522,77 @@
|
|
|
404
522
|
"ui.eventSubscribeButton.notGoing": "Not going",
|
|
405
523
|
"ui.eventSubscribeButton.requestParticipation": "Request to attend",
|
|
406
524
|
"ui.eventSubscribeButton.waitingApproval": "Cancel request",
|
|
525
|
+
"ui.course.privacy.private": "Private",
|
|
526
|
+
"ui.course.privacy.open": "Open",
|
|
527
|
+
"ui.course.privacy.secret": "Secret",
|
|
528
|
+
"ui.course.privacy.draft": "Draft",
|
|
529
|
+
"ui.course.enroll": "Start the course",
|
|
530
|
+
"ui.course.completed": "Completed",
|
|
531
|
+
"ui.course.completion.percentage": "{percentage} completed",
|
|
532
|
+
"ui.course.see": "Go to the course",
|
|
533
|
+
"ui.courseForm.edit.dialog.title": "Publish the Course",
|
|
534
|
+
"ui.courseForm.edit.dialog.btn": "Publish the Course",
|
|
535
|
+
"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.",
|
|
536
|
+
"ui.courseForm.edit.title.general": "General",
|
|
537
|
+
"ui.courseForm.edit.access.section.title": "Access",
|
|
538
|
+
"ui.courseForm.edit.access.info.title": "Your Course is in Draft Mode",
|
|
539
|
+
"ui.courseForm.edit.access.info.subtitle": "Choose access settings and publish the Course to make it active.",
|
|
540
|
+
"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.",
|
|
541
|
+
"ui.courseForm.edit.access.info.visibility": "<icon>visibility_off</icon>Visibility: no one can see or access this Course except you and other administrators.",
|
|
542
|
+
"ui.courseForm.edit.publication.title": "Publish Your Course",
|
|
543
|
+
"ui.courseForm.edit.publication.subtitle": "When you're ready to publish your Course, select the access settings below:",
|
|
544
|
+
"ui.courseForm.edit.publication.subtitle.info": "Remember that you must have at least one lesson published in order to proceed.",
|
|
545
|
+
"ui.courseForm.edit.publication.option.open.title": "Open",
|
|
546
|
+
"ui.courseForm.edit.publication.option.open.access": "<icon>private</icon>Access: open. All users in your Community can view this course and participate.",
|
|
547
|
+
"ui.courseForm.edit.publication.option.open.visibility": "<icon>visibility</icon>Visibility: Visible to all members of your Community.",
|
|
548
|
+
"ui.courseForm.edit.publication.option.private.title": "Private",
|
|
549
|
+
"ui.courseForm.edit.publication.option.private.access": "<icon>private</icon>Access: closed. Only users invited by you or other administrators can access this Course.",
|
|
550
|
+
"ui.courseForm.edit.publication.option.private.visibility": "<icon>visibility</icon>Visibility: invited users only. Uninvited users will see a lock screen.",
|
|
551
|
+
"ui.courseForm.edit.publication.option.secret.title": "Secret",
|
|
552
|
+
"ui.courseForm.edit.publication.option.secret.access": "<icon>private</icon>Access: closed. Only users invited by you or other administrators can access this Course.",
|
|
553
|
+
"ui.courseForm.edit.publication.option.secret.visibility": "<icon>visibility</icon>Visibility: invited users only. Uninvited users will not see that this Course exists.",
|
|
554
|
+
"ui.courseForm.edit.action.save": "Save Changes",
|
|
555
|
+
"ui.courseForm.button.next": "Next",
|
|
556
|
+
"ui.courseForm.button.create": "Create Course",
|
|
557
|
+
"ui.courseForm.title.general": "Choose the Course type",
|
|
558
|
+
"ui.courseForm.title.customization": "Create your {courseType} Course",
|
|
559
|
+
"ui.courseForm.title.edit": "Edit Course",
|
|
560
|
+
"ui.courseForm.self-paced.title": "Self-Paced",
|
|
561
|
+
"ui.courseForm.self-paced.info": "The course starts as soon as the user completes the subscription.\nAll content is immediately available.",
|
|
562
|
+
"ui.courseForm.scheduled.title": "Scheduled",
|
|
563
|
+
"ui.courseForm.scheduled.info": "The course starts on a specific date.\nThe content, divided into sections, becomes progressively available according to a predefined schedule.",
|
|
564
|
+
"ui.courseForm.structured.title": "Planned",
|
|
565
|
+
"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.",
|
|
566
|
+
"ui.courseForm.name.placeholder": "Give your course a name",
|
|
567
|
+
"ui.courseForm.description.placeholder": "Add a description",
|
|
568
|
+
"ui.courseForm.required": "Required Field",
|
|
569
|
+
"ui.courseForm.date.placeholder": "Start Date",
|
|
570
|
+
"ui.courseForm.date.title": "Select Date",
|
|
571
|
+
"ui.courseForm.time.placeholder": "Start Time",
|
|
572
|
+
"ui.courseForm.date.end.placeholder": "End Date",
|
|
573
|
+
"ui.courseForm.time.end.placeholder": "End Time",
|
|
574
|
+
"ui.courseForm.category.placeholder.empty": "Assign categories (optional)",
|
|
575
|
+
"ui.courseForm.category.placeholder": "Categories",
|
|
576
|
+
"ui.courseForm.name.error.maxLength": "Please shorten this text to 50 characters or fewer. Currently, it’s too long",
|
|
577
|
+
"ui.courseForm.name.error.unique": "This course name is already taken. Please choose a different one.",
|
|
578
|
+
"ui.courseForm.description.error.maxLength": "Please shorten this text to 500 characters or fewer. Currently, it’s too long",
|
|
579
|
+
"ui.courseForm.comingSoon.chip": "Available Soon",
|
|
580
|
+
"ui.courseJoinButton.waitingApproval": "Waiting for approval",
|
|
581
|
+
"ui.courseJoinButton.join": "Start the course",
|
|
582
|
+
"ui.courseJoinButton.leave": "Leave the course",
|
|
583
|
+
"ui.courseJoinButton.accept": "Accept",
|
|
584
|
+
"ui.courseJoinButton.requestAccess": "Request Access",
|
|
585
|
+
"ui.courses.empty.title": "There are currently no Courses available",
|
|
586
|
+
"ui.courses.empty.info": "We invite you to suggest starting Courses in the Community",
|
|
587
|
+
"ui.courses.noMore": "There are no other Courses at the moment.",
|
|
588
|
+
"ui.courses.filterByManagedByMe": "Managed by me",
|
|
589
|
+
"ui.courses.filterByName": "Search Course",
|
|
590
|
+
"ui.courses.filterByMine": "My Courses",
|
|
591
|
+
"ui.courses.endMessage": "There is no other content. <button>Scroll up</button>",
|
|
592
|
+
"ui.courseParticipantsButton.participants": "{total, plural, =0 {# participants} one {# participant} other {# participants}}",
|
|
593
|
+
"ui.courseParticipantsButton.dialogTitle": "Participants ({total})",
|
|
594
|
+
"ui.courseParticipantsButton.noOtherParticipants": "No other participants",
|
|
595
|
+
"ui.createCourseButton": "Create Course",
|
|
407
596
|
"ui.createGroupButton": "Create",
|
|
408
597
|
"ui.createEventButton": "Create Event",
|
|
409
598
|
"ui.editEventButton": "Edit",
|
|
@@ -527,7 +716,7 @@
|
|
|
527
716
|
"ui.groups.noGroups.title.onlyStaff": "Join a Group",
|
|
528
717
|
"ui.groups.noGroups.subtitle.onlyStaff": "Make your activity in the Community even more interesting by joining a group.",
|
|
529
718
|
"ui.groups.noGroups.subtitle": "Make your activity in the Community even more interesting with the people you prefer.",
|
|
530
|
-
"ui.groups.
|
|
719
|
+
"ui.groups.noResults": "There are no results matching your search",
|
|
531
720
|
"ui.groups.filterByName": "Search Group...",
|
|
532
721
|
"ui.groups.endMessage": "There is no other content. <button>Scroll up</button>",
|
|
533
722
|
"ui.groupSubscribeButton.enter": "Join the Group",
|
|
@@ -594,8 +783,38 @@
|
|
|
594
783
|
"ui.infoEventWidget.title": "Event information",
|
|
595
784
|
"ui.inlineComposerWidget.label": "Create content...",
|
|
596
785
|
"ui.inlineComposerWidget.success": "The creation was successful!",
|
|
786
|
+
"ui.lessonAppbar.button.save": "Save",
|
|
787
|
+
"ui.lessonDrawer.comments": "Comments",
|
|
788
|
+
"ui.lessonDrawer.lessons": "Lessons",
|
|
789
|
+
"ui.lessonDrawer.settings": "Settings",
|
|
790
|
+
"ui.lessonEditForm.button.save": "Save",
|
|
791
|
+
"ui.lessonEditForm.status.title": "Status",
|
|
792
|
+
"ui.lessonEditForm.status.draft": "Draft",
|
|
793
|
+
"ui.lessonEditForm.status.published": "Published",
|
|
794
|
+
"ui.lessonEditForm.settings.title": "Settings",
|
|
795
|
+
"ui.lessonEditForm.settings.enableComments": "Enable comments",
|
|
597
796
|
"ui.inviteUserEventButton.invite": "Invite",
|
|
598
797
|
"ui.inviteUserEventButton.remove": "Remove",
|
|
798
|
+
"ui.lessonCommentActionMenu.actionError": "Unfortunately a problem occurred. Please try again later. Thank you.",
|
|
799
|
+
"ui.lessonCommentActionMenu.actionSuccess": "Operation successfully complete!",
|
|
800
|
+
"ui.lessonCommentActionMenu.delete": "Delete",
|
|
801
|
+
"ui.lessonCommentActionMenu.edit": "Edit",
|
|
802
|
+
"ui.lessonCommentObjects.editor.placeholder": "Write your comment...",
|
|
803
|
+
"ui.lessonReleaseMenu.scheduled.label": "Select release date",
|
|
804
|
+
"ui.lessonReleaseMenu.scheduled.picker.placeholder": "Select date and time",
|
|
805
|
+
"ui.lessonReleaseMenu.scheduled.picker.ok": "Confirm",
|
|
806
|
+
"ui.lessonReleaseMenu.scheduled.picker.cancel": "Back",
|
|
807
|
+
"ui.lessonReleaseMenu.scheduled.picker.clear": "Clear",
|
|
808
|
+
"ui.lessonReleaseMenu.now.label": "Immediately after registration",
|
|
809
|
+
"ui.lessonReleaseMenu.structured.label.days": "{total, plural, =0 {# days} one {one day} other {# days}} after registration",
|
|
810
|
+
"ui.lessonReleaseMenu.structured.label.weeks": "{total, plural, =0 {# weeks} one {one week} other {# weeks}} after registration",
|
|
811
|
+
"ui.lessonReleaseMenu.dialog.title": "Lesson Release",
|
|
812
|
+
"ui.lessonReleaseMenu.dialog.days": "Days",
|
|
813
|
+
"ui.lessonReleaseMenu.dialog.weeks": "Weeks",
|
|
814
|
+
"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",
|
|
815
|
+
"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",
|
|
816
|
+
"ui.lessonReleaseMenu.dialog.info.now": "This section will be published immediately after a user registers for the course.",
|
|
817
|
+
"ui.lessonReleaseMenu.dialog.button.done": "Done",
|
|
599
818
|
"ui.locationAutocomplete.empty": "Search for location",
|
|
600
819
|
"ui.locationAutocomplete.label": "Insert a city",
|
|
601
820
|
"ui.locationAutocomplete.title": "Localize",
|
|
@@ -686,6 +905,13 @@
|
|
|
686
905
|
"ui.notification.user_requested_to_join_event": "requested to join the event:",
|
|
687
906
|
"ui.notification.user_accepted_to_join_event": "accepted to join the event:",
|
|
688
907
|
"ui.notification.user_added_to_event": "accepted your request for the event:",
|
|
908
|
+
"ui.notification.course.button.see": "See",
|
|
909
|
+
"ui.notification.course.user_invited_to_join_course": "invited you to the course: <link>{name}</link>",
|
|
910
|
+
"ui.notification.course.user_requested_to_join_course": "requested to join the course: <link>{name}</link>",
|
|
911
|
+
"ui.notification.course.user_accepted_to_join_course": "accepted to join the course: <link>{name}</link>",
|
|
912
|
+
"ui.notification.course.user_added_to_course": "added you to the course: <link>{name}</link>",
|
|
913
|
+
"ui.notification.course.manager_added_to_course": "added you as a manager of the course: <link>{name}</link>",
|
|
914
|
+
"ui.notification.course.user_commented_a_course_lesson": "commented the lesson: <link>{name}</link>",
|
|
689
915
|
"ui.notification.event.user_invited_to_join_event": "invited you to the event: <icon>CalendarIcon</icon> <link>{event}</link>",
|
|
690
916
|
"ui.notification.event.user_requested_to_join_event": "requested to join <link>{event}</link> event",
|
|
691
917
|
"ui.notification.event.user_accepted_to_join_event": "accepted to join <link>{event}</link> event",
|
|
@@ -861,6 +1087,10 @@
|
|
|
861
1087
|
"ui.userActionIconButton.show": "Unblock user",
|
|
862
1088
|
"ui.userActionIconButton.dialogShowAction": "All the contents of this profile will be made visible. Are you sure you want to proceed?",
|
|
863
1089
|
"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?",
|
|
1090
|
+
"ui.userCreatedCoursesWidget.title": "{total, plural, =0 {Created # courses} one {Created # course} other {Created # courses}}",
|
|
1091
|
+
"ui.userCreatedCoursesWidget.subtitle.noResults": "No results found",
|
|
1092
|
+
"ui.userCreatedCoursesWidget.button.showAll": "Show All",
|
|
1093
|
+
"ui.userCreatedCoursesWidget.noMoreResults": "No more results",
|
|
864
1094
|
"ui.userConnectionsRequestsSentWidget.button.showAll": "Show All",
|
|
865
1095
|
"ui.userConnectionsRequestsSentWidget.modal.title": "Connections Requests Sent",
|
|
866
1096
|
"ui.userConnectionsRequestsSentWidget.noMoreResults": "No more results",
|