richie-education 3.4.1-dev17 → 3.4.1-dev18
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/i18n/locales/ar-SA.json +58 -6
- package/i18n/locales/es-ES.json +58 -6
- package/i18n/locales/fa-IR.json +58 -6
- package/i18n/locales/fr-CA.json +58 -6
- package/i18n/locales/fr-FR.json +55 -3
- package/i18n/locales/ko-KR.json +58 -6
- package/i18n/locales/pt-PT.json +58 -6
- package/i18n/locales/ru-RU.json +58 -6
- package/i18n/locales/vi-VN.json +58 -6
- package/js/translations/ar-SA.json +1 -1
- package/js/translations/es-ES.json +1 -1
- package/js/translations/fa-IR.json +1 -1
- package/js/translations/fr-CA.json +1 -1
- package/js/translations/fr-FR.json +1 -1
- package/js/translations/ko-KR.json +1 -1
- package/js/translations/pt-PT.json +1 -1
- package/js/translations/ru-RU.json +1 -1
- package/js/translations/vi-VN.json +1 -1
- package/package.json +1 -1
package/i18n/locales/ar-SA.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Address"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signed by the organization on {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Agreement"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "Waiting for the organization to counter-sign the agreement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Bank transfer"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Email"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} enrolled participants"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Load {count} more"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "No student matches your search."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Student name"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Enrollment"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "First name"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} seats"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} seats"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "الوصول إلى إعدادات ملفك الشخصي"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Download agreement"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Downloading..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Export CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Generating export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "No participants have claimed their seat yet. The export will be available once at least one participant has enrolled."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Download"
|
|
@@ -2137,7 +2189,7 @@
|
|
|
2137
2189
|
},
|
|
2138
2190
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2139
2191
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2140
|
-
"message": "You
|
|
2192
|
+
"message": "You’ll be able to start your training once the first installment has been paid, or once access opens if no payment is required."
|
|
2141
2193
|
},
|
|
2142
2194
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2143
2195
|
"description": "Message to confirm that order has been created",
|
|
@@ -2457,7 +2509,7 @@
|
|
|
2457
2509
|
},
|
|
2458
2510
|
"components.TeacherDashboard.TeacherDashboardRoutes.course.product.learnerList.label": {
|
|
2459
2511
|
"description": "Label to display the product's learner list view.",
|
|
2460
|
-
"message": "
|
|
2512
|
+
"message": "Buyers"
|
|
2461
2513
|
},
|
|
2462
2514
|
"components.TeacherDashboard.TeacherDashboardRoutes.generalInformation.label": {
|
|
2463
2515
|
"description": "Label of the course general information view.",
|
|
@@ -2489,7 +2541,7 @@
|
|
|
2489
2541
|
},
|
|
2490
2542
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.course.product.learnerList.label": {
|
|
2491
2543
|
"description": "Label to display the organization product's learner list view.",
|
|
2492
|
-
"message": "
|
|
2544
|
+
"message": "Buyers"
|
|
2493
2545
|
},
|
|
2494
2546
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.courses.label": {
|
|
2495
2547
|
"description": "Label of the organization courses view.",
|
package/i18n/locales/es-ES.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Address"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signed by the organization on {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Agreement"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "Waiting for the organization to counter-sign the agreement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Bank transfer"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Email"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} enrolled participants"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Load {count} more"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "No student matches your search."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Student name"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Enrollment"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "First name"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} seats"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} seats"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "Acceso a la configuración de su perfil"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Download agreement"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Downloading..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Export CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Generating export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "No participants have claimed their seat yet. The export will be available once at least one participant has enrolled."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Download"
|
|
@@ -2137,7 +2189,7 @@
|
|
|
2137
2189
|
},
|
|
2138
2190
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2139
2191
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2140
|
-
"message": "You
|
|
2192
|
+
"message": "You’ll be able to start your training once the first installment has been paid, or once access opens if no payment is required."
|
|
2141
2193
|
},
|
|
2142
2194
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2143
2195
|
"description": "Message to confirm that order has been created",
|
|
@@ -2457,7 +2509,7 @@
|
|
|
2457
2509
|
},
|
|
2458
2510
|
"components.TeacherDashboard.TeacherDashboardRoutes.course.product.learnerList.label": {
|
|
2459
2511
|
"description": "Label to display the product's learner list view.",
|
|
2460
|
-
"message": "
|
|
2512
|
+
"message": "Buyers"
|
|
2461
2513
|
},
|
|
2462
2514
|
"components.TeacherDashboard.TeacherDashboardRoutes.generalInformation.label": {
|
|
2463
2515
|
"description": "Label of the course general information view.",
|
|
@@ -2489,7 +2541,7 @@
|
|
|
2489
2541
|
},
|
|
2490
2542
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.course.product.learnerList.label": {
|
|
2491
2543
|
"description": "Label to display the organization product's learner list view.",
|
|
2492
|
-
"message": "
|
|
2544
|
+
"message": "Buyers"
|
|
2493
2545
|
},
|
|
2494
2546
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.courses.label": {
|
|
2495
2547
|
"description": "Label of the organization courses view.",
|
package/i18n/locales/fa-IR.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Address"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signed by the organization on {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Agreement"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "Waiting for the organization to counter-sign the agreement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Bank transfer"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Email"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} enrolled participants"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Load {count} more"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "No student matches your search."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Student name"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Enrollment"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "First name"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} seats"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} seats"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "Access to your profile settings"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Download agreement"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Downloading..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Export CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Generating export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "No participants have claimed their seat yet. The export will be available once at least one participant has enrolled."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Download"
|
|
@@ -2137,7 +2189,7 @@
|
|
|
2137
2189
|
},
|
|
2138
2190
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2139
2191
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2140
|
-
"message": "You
|
|
2192
|
+
"message": "You’ll be able to start your training once the first installment has been paid, or once access opens if no payment is required."
|
|
2141
2193
|
},
|
|
2142
2194
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2143
2195
|
"description": "Message to confirm that order has been created",
|
|
@@ -2457,7 +2509,7 @@
|
|
|
2457
2509
|
},
|
|
2458
2510
|
"components.TeacherDashboard.TeacherDashboardRoutes.course.product.learnerList.label": {
|
|
2459
2511
|
"description": "Label to display the product's learner list view.",
|
|
2460
|
-
"message": "
|
|
2512
|
+
"message": "Buyers"
|
|
2461
2513
|
},
|
|
2462
2514
|
"components.TeacherDashboard.TeacherDashboardRoutes.generalInformation.label": {
|
|
2463
2515
|
"description": "Label of the course general information view.",
|
|
@@ -2489,7 +2541,7 @@
|
|
|
2489
2541
|
},
|
|
2490
2542
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.course.product.learnerList.label": {
|
|
2491
2543
|
"description": "Label to display the organization product's learner list view.",
|
|
2492
|
-
"message": "
|
|
2544
|
+
"message": "Buyers"
|
|
2493
2545
|
},
|
|
2494
2546
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.courses.label": {
|
|
2495
2547
|
"description": "Label of the organization courses view.",
|
package/i18n/locales/fr-CA.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Address"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signed by the organization on {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Agreement"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "Waiting for the organization to counter-sign the agreement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Bank transfer"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Email"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} enrolled participants"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Load {count} more"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "No student matches your search."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Student name"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Enrollment"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "First name"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} seats"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} seats"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "Accéder aux préférences de votre profil"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Download agreement"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Downloading..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Export CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Generating export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "No participants have claimed their seat yet. The export will be available once at least one participant has enrolled."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Télécharger"
|
|
@@ -2137,7 +2189,7 @@
|
|
|
2137
2189
|
},
|
|
2138
2190
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2139
2191
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2140
|
-
"message": "You
|
|
2192
|
+
"message": "You’ll be able to start your training once the first installment has been paid, or once access opens if no payment is required."
|
|
2141
2193
|
},
|
|
2142
2194
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2143
2195
|
"description": "Message to confirm that order has been created",
|
|
@@ -2457,7 +2509,7 @@
|
|
|
2457
2509
|
},
|
|
2458
2510
|
"components.TeacherDashboard.TeacherDashboardRoutes.course.product.learnerList.label": {
|
|
2459
2511
|
"description": "Label to display the product's learner list view.",
|
|
2460
|
-
"message": "
|
|
2512
|
+
"message": "Buyers"
|
|
2461
2513
|
},
|
|
2462
2514
|
"components.TeacherDashboard.TeacherDashboardRoutes.generalInformation.label": {
|
|
2463
2515
|
"description": "Label of the course general information view.",
|
|
@@ -2489,7 +2541,7 @@
|
|
|
2489
2541
|
},
|
|
2490
2542
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.course.product.learnerList.label": {
|
|
2491
2543
|
"description": "Label to display the organization product's learner list view.",
|
|
2492
|
-
"message": "
|
|
2544
|
+
"message": "Buyers"
|
|
2493
2545
|
},
|
|
2494
2546
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.courses.label": {
|
|
2495
2547
|
"description": "Label of the organization courses view.",
|
package/i18n/locales/fr-FR.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Adresse"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signée par l’établissement le {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Convention"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "En attente de contre-signature par l’établissement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Virement bancaire direct"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Courriel"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} participants inscrits"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Charger {count} de plus"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "Aucun participant ne correspond à votre recherche."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Nom de participant"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Inscription"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "Prénom"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} places"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} places"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "Accéder aux préférences de votre profil"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Télécharger la convention"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Téléchargement en cours..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Exporter au format CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Génération de l'export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "Aucun participant n’a encore pris sa place. L’export sera disponible dès qu’au moins un participant sera inscrit."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Télécharger"
|
package/i18n/locales/ko-KR.json
CHANGED
|
@@ -27,6 +27,18 @@
|
|
|
27
27
|
"description": "Label for the field asking the company address",
|
|
28
28
|
"message": "Address"
|
|
29
29
|
},
|
|
30
|
+
"batchOrder.agreement.organizationSignedOn": {
|
|
31
|
+
"description": "Label displayed once the organization has counter-signed the agreement",
|
|
32
|
+
"message": "Signed by the organization on {date}."
|
|
33
|
+
},
|
|
34
|
+
"batchOrder.agreement.title": {
|
|
35
|
+
"description": "Step label for the agreement document in the batch order detail",
|
|
36
|
+
"message": "Agreement"
|
|
37
|
+
},
|
|
38
|
+
"batchOrder.agreement.waitingOrganization": {
|
|
39
|
+
"description": "Label displayed when the agreement is waiting for the organization counter-signature",
|
|
40
|
+
"message": "Waiting for the organization to counter-sign the agreement."
|
|
41
|
+
},
|
|
30
42
|
"batchOrder.bankTransfer": {
|
|
31
43
|
"description": "Option label for selecting bank transfer payment",
|
|
32
44
|
"message": "Bank transfer"
|
|
@@ -59,6 +71,26 @@
|
|
|
59
71
|
"description": "Label for the field asking the email address of the contact person",
|
|
60
72
|
"message": "Email"
|
|
61
73
|
},
|
|
74
|
+
"batchOrder.enrollmentManagement.enrolledParticipants": {
|
|
75
|
+
"description": "Progress label showing enrolled participants out of total seats",
|
|
76
|
+
"message": "{seats_owned}/{nb_seats} enrolled participants"
|
|
77
|
+
},
|
|
78
|
+
"batchOrder.enrollmentManagement.loadMore": {
|
|
79
|
+
"description": "Button to load more seats",
|
|
80
|
+
"message": "Load {count} more"
|
|
81
|
+
},
|
|
82
|
+
"batchOrder.enrollmentManagement.noResults": {
|
|
83
|
+
"description": "Message shown when the student search returns no results",
|
|
84
|
+
"message": "No student matches your search."
|
|
85
|
+
},
|
|
86
|
+
"batchOrder.enrollmentManagement.searchPlaceholder": {
|
|
87
|
+
"description": "Placeholder for the seat search input (student name or voucher)",
|
|
88
|
+
"message": "Student name"
|
|
89
|
+
},
|
|
90
|
+
"batchOrder.enrollmentManagement.title": {
|
|
91
|
+
"description": "Title for enrollment management section",
|
|
92
|
+
"message": "Enrollment"
|
|
93
|
+
},
|
|
62
94
|
"batchOrder.firstName": {
|
|
63
95
|
"description": "Label for the field asking the first name of the contact person",
|
|
64
96
|
"message": "First name"
|
|
@@ -197,11 +229,11 @@
|
|
|
197
229
|
},
|
|
198
230
|
"batchOrder.seats": {
|
|
199
231
|
"description": "Text displayed for seats value in batch order",
|
|
200
|
-
"message": "
|
|
232
|
+
"message": "{nb_seats} seats"
|
|
201
233
|
},
|
|
202
234
|
"batchOrder.seatsCount": {
|
|
203
|
-
"description": "Text displayed for seats count
|
|
204
|
-
"message": "{
|
|
235
|
+
"description": "Text displayed for seats count in batch order (owned / total)",
|
|
236
|
+
"message": "{seats_owned}/{nb_seats} seats"
|
|
205
237
|
},
|
|
206
238
|
"batchOrder.status.assigned": {
|
|
207
239
|
"description": "Status label for an assigned batch order",
|
|
@@ -1371,6 +1403,26 @@
|
|
|
1371
1403
|
"description": "Accessible label for user menu button",
|
|
1372
1404
|
"message": "Access to your profile settings"
|
|
1373
1405
|
},
|
|
1406
|
+
"components.DownloadAgreementButton.download": {
|
|
1407
|
+
"description": "Label for the button to download a signed agreement PDF",
|
|
1408
|
+
"message": "Download agreement"
|
|
1409
|
+
},
|
|
1410
|
+
"components.DownloadAgreementButton.generating": {
|
|
1411
|
+
"description": "Accessible label displayed while agreement PDF is being downloaded.",
|
|
1412
|
+
"message": "Downloading..."
|
|
1413
|
+
},
|
|
1414
|
+
"components.DownloadBatchOrderSeatsButton.download": {
|
|
1415
|
+
"description": "Label for the button to export batch order seats as CSV",
|
|
1416
|
+
"message": "Export CSV"
|
|
1417
|
+
},
|
|
1418
|
+
"components.DownloadBatchOrderSeatsButton.generating": {
|
|
1419
|
+
"description": "Accessible label displayed while CSV export is being generated.",
|
|
1420
|
+
"message": "Generating export..."
|
|
1421
|
+
},
|
|
1422
|
+
"components.DownloadBatchOrderSeatsButton.noSeatsOwned": {
|
|
1423
|
+
"description": "Error message displayed when trying to export seats but no seats are owned yet.",
|
|
1424
|
+
"message": "No participants have claimed their seat yet. The export will be available once at least one participant has enrolled."
|
|
1425
|
+
},
|
|
1374
1426
|
"components.DownloadCertificateButton.download": {
|
|
1375
1427
|
"description": "Label for the download button of a certificate",
|
|
1376
1428
|
"message": "Download"
|
|
@@ -2137,7 +2189,7 @@
|
|
|
2137
2189
|
},
|
|
2138
2190
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2139
2191
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2140
|
-
"message": "You
|
|
2192
|
+
"message": "You’ll be able to start your training once the first installment has been paid, or once access opens if no payment is required."
|
|
2141
2193
|
},
|
|
2142
2194
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2143
2195
|
"description": "Message to confirm that order has been created",
|
|
@@ -2457,7 +2509,7 @@
|
|
|
2457
2509
|
},
|
|
2458
2510
|
"components.TeacherDashboard.TeacherDashboardRoutes.course.product.learnerList.label": {
|
|
2459
2511
|
"description": "Label to display the product's learner list view.",
|
|
2460
|
-
"message": "
|
|
2512
|
+
"message": "Buyers"
|
|
2461
2513
|
},
|
|
2462
2514
|
"components.TeacherDashboard.TeacherDashboardRoutes.generalInformation.label": {
|
|
2463
2515
|
"description": "Label of the course general information view.",
|
|
@@ -2489,7 +2541,7 @@
|
|
|
2489
2541
|
},
|
|
2490
2542
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.course.product.learnerList.label": {
|
|
2491
2543
|
"description": "Label to display the organization product's learner list view.",
|
|
2492
|
-
"message": "
|
|
2544
|
+
"message": "Buyers"
|
|
2493
2545
|
},
|
|
2494
2546
|
"components.TeacherDashboard.TeacherDashboardRoutes.organization.courses.label": {
|
|
2495
2547
|
"description": "Label of the organization courses view.",
|