Skip to content

Commit

Permalink
🌐(i18n) update french translations
Browse files Browse the repository at this point in the history
In order to prepare relase 2.1.0 we have to update all french
translations.
  • Loading branch information
lunika committed May 3, 2024
1 parent 8ee6821 commit 831b64b
Show file tree
Hide file tree
Showing 12 changed files with 1,134 additions and 405 deletions.
Binary file modified src/backend/locale/es_ES/LC_MESSAGES/django.mo
Binary file not shown.
263 changes: 148 additions & 115 deletions src/backend/locale/es_ES/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified src/backend/locale/fr_CA/LC_MESSAGES/django.mo
Binary file not shown.
263 changes: 148 additions & 115 deletions src/backend/locale/fr_CA/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified src/backend/locale/fr_FR/LC_MESSAGES/django.mo
Binary file not shown.
263 changes: 148 additions & 115 deletions src/backend/locale/fr_FR/LC_MESSAGES/django.po

Large diffs are not rendered by default.

200 changes: 184 additions & 16 deletions src/frontend/admin/i18n/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,18 @@
"description": "Label for the organizations input form",
"message": "Organizations"
},
"components.templates.course.form.translations.productRelation.chooseCourse": {
"description": "Label form the course search input",
"message": "Choose your course"
},
"components.templates.course.form.translations.productRelation.chooseProduct": {
"description": "Label form the product search input",
"message": "Choose your product"
},
"components.templates.course.form.translations.productRelation.courseLabel": {
"description": "Course label for the CourseProductRelation form",
"message": "Course"
},
"components.templates.course.form.translations.productRelation.organizationsTitle": {
"description": "Title for the organizations section",
"message": "Managed by this organizations"
Expand Down Expand Up @@ -383,18 +391,6 @@
"description": "Text for the search input placeholder",
"message": "Search by title or code"
},
"components.templates.courses.form.productRelation.CourseFormProductRelationsSection.deleteRelationModalContent": {
"description": "Content for the delete relation modal",
"message": "Are you sure you want to delete this relation?"
},
"components.templates.courses.form.productRelation.CourseFormProductRelationsSection.deleteRelationModalTitle": {
"description": "Title for the delete relation modal",
"message": "Delete product relationship"
},
"components.templates.courses.form.productRelation.CourseFormProductRelationsSection.emptyList": {
"description": "Message for empty list",
"message": "No product relationships have been created for this course"
},
"components.templates.courses.form.productRelation.row.addOrderGroupButton": {
"description": "Add order group button label",
"message": "Add order group"
Expand Down Expand Up @@ -491,6 +487,98 @@
"description": "Label text for the select state input",
"message": "State"
},
"components.templates.enrollments.buttons.enrollmentActionsButton.enrollmentActionsLabel": {
"description": "Label for the actions button",
"message": "Actions"
},
"components.templates.enrollments.courseRun.id": {
"description": "Label for the course run header inside the table",
"message": "Course run"
},
"components.templates.enrollments.filters.EnrollmentFilters.isActiveLabel": {
"description": "Label for the is listed checkbox inside the Enrollment filters component",
"message": "Is active"
},
"components.templates.enrollments.filters.EnrollmentFilters.searchPlaceholder": {
"description": "Text for the search input placeholder",
"message": "Search by course run title, resource link, course code"
},
"components.templates.enrollments.input.RHFSelectEnrollmentState.state": {
"description": "Label text for the select state input",
"message": "State"
},
"components.templates.enrollments.list.isActive": {
"description": "Label for the is active header inside the table",
"message": "Is active"
},
"components.templates.enrollments.list.owner": {
"description": "Label for the owner header inside the table",
"message": "Owner"
},
"components.templates.enrollments.list.state": {
"description": "Label for the state header inside the table",
"message": "State"
},
"components.templates.enrollments.view.courseRun": {
"description": "Course run field",
"message": "Course run"
},
"components.templates.enrollments.view.isActive": {
"description": "Is active checkbox field",
"message": "Is active"
},
"components.templates.enrollments.view.isActiveHelperText": {
"description": "Is active helper text",
"message": "Checked if the user is registered for the course run."
},
"components.templates.enrollments.view.mainSectionTitle": {
"description": "Title for the main section",
"message": "Details of an enrollment"
},
"components.templates.enrollments.view.state": {
"description": "State field",
"message": "State"
},
"components.templates.enrollments.view.stateFailedMessage": {
"description": "Message displayed when the status is failed",
"message": "A problem occurred during enrollment on the LMS."
},
"components.templates.enrollments.view.user": {
"description": "User field",
"message": "User"
},
"components.templates.enrollments.view.wasCreatedForOrder": {
"description": "wasCreatedForOrder field",
"message": "Was created for an order"
},
"components.templates.enrollments.view.wasCreatedForOrderHelperText": {
"description": "wasCreatedForOrder helper text",
"message": "Checked if the enrollment was originally created as part of an order."
},
"components.templates.orders.buttons.enrollmentActionsButton.cantEnrollMessage": {
"description": "Label for the can't enroll tooltip message",
"message": "It's impossible to enroll because the course run is not opened for enrollment."
},
"components.templates.orders.buttons.enrollmentActionsButton.enroll": {
"description": "Label for the enroll enrollment action",
"message": "Enroll"
},
"components.templates.orders.buttons.enrollmentActionsButton.unroll": {
"description": "Label for the unenroll enrollment action",
"message": "unenroll"
},
"components.templates.orders.buttons.enrollmentActionsButton.validateUnrollButImpossibleToEnrollAfterModalMessage": {
"description": "Text for the validate enroll modal message when the enrollment session is close",
"message": "Are you sure you want to unenroll {username} to {courseRunTitle}? {br}The registration end was: ({enrollmentEndDate}). This date having passed, it will no longer be possible to revert this action."
},
"components.templates.orders.buttons.enrollmentActionsButton.validateUnrollModalMessage": {
"description": "Text for the validate enroll modal message when the enrollment session is open",
"message": "Are you sure you want to unenroll {username} to {courseRunTitle}? {br}You can register until registration closes ({enrollmentEndDate}). After this date, it will no longer be possible to revert this action."
},
"components.templates.orders.buttons.enrollmentActionsButton.validateUnrollModalTitle": {
"description": "Text shown when clicking on the 'unenroll' button to warn that it will not be possible to go back",
"message": "Unenroll this user"
},
"components.templates.orders.buttons.orderActionsButton.alreadyCancelTooltip": {
"description": "Text when the order has already been canceled",
"message": "The order has already been canceled"
Expand Down Expand Up @@ -935,10 +1023,6 @@
"description": "placeholder text for the contract definition input",
"message": "Search a contract definition"
},
"components.templates.products.form.translations.courseProductRelations.sectionTitle": {
"description": "Product course relation section title",
"message": "List of courses to which this product is linked"
},
"components.templates.products.form.translations.definition": {
"description": "Label for the definition input",
"message": "Certificate definition"
Expand Down Expand Up @@ -1023,6 +1107,10 @@
"description": "Title for the syllabus tab",
"message": "Syllabus"
},
"components.templates.products.form.translations.targetCourseIsGradedLabel": {
"description": "Label for the is graded switch",
"message": "Taken into account for certification"
},
"components.templates.products.form.translations.targetCourseRowSubTitle": {
"description": "Label for the use all course run checkbox",
"message": "{numPhotos, plural, =0 {All selected course_runs.} other {# course runs selected.} }"
Expand Down Expand Up @@ -1079,6 +1167,34 @@
"description": "Title for the credential product type",
"message": "Microcredential"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.addRelationButtonLabel": {
"description": "Label for the product relation subheader form",
"message": "Add relation"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.deleteRelationModalContent": {
"description": "Content for the delete relation modal",
"message": "Are you sure you want to delete this relation?"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.deleteRelationModalTitle": {
"description": "Title for the delete relation modal",
"message": "Delete product relationship"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.emptyCourseList": {
"description": "Message when the course relation product list is empty inside the course form",
"message": "No product relationships have been created for this course"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.emptyProductList": {
"description": "Message when the course relation product list is empty inside the product form",
"message": "No course relationships have been created for this product"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.titleCourseHeader": {
"description": "Title for the course relation product list inside the course form",
"message": "Relation to products"
},
"components.templates.relations.courseProductRelation.CourseProductRelationList.titleProductHeader": {
"description": "Title for the course relation product list inside the product form",
"message": "Relation to courses"
},
"hooks.useCertificateDefinitions.errorCreate": {
"description": "Error message shown to the user when certificate definition creation request fails.",
"message": "An error occurred while creating the certificate definition. Please retry later."
Expand Down Expand Up @@ -1191,6 +1307,26 @@
"description": "Error message shown to the user when course run update request fails.",
"message": "An error occurred while updating the course run. Please retry later."
},
"hooks.useEnrollments.errorCreate": {
"description": "Error message shown to the user when order creation request fails.",
"message": "An error occurred while creating the order. Please retry later."
},
"hooks.useEnrollments.errorDelete": {
"description": "Error message shown to the user when order deletion request fails.",
"message": "An error occurred while deleting the order. Please retry later."
},
"hooks.useEnrollments.errorGet": {
"description": "Error message shown to the user when orders fetch request fails.",
"message": "An error occurred while fetching orders. Please retry later."
},
"hooks.useEnrollments.errorNotFound": {
"description": "Error message shown to the user when no order matches.",
"message": "Cannot find the order"
},
"hooks.useEnrollments.errorUpdate": {
"description": "Error message shown to the user when order update request fails.",
"message": "An error occurred while updating the order. Please retry later."
},
"hooks.useOrders.errorCreate": {
"description": "Error message shown to the user when order creation request fails.",
"message": "An error occurred while creating the order. Please retry later."
Expand Down Expand Up @@ -1347,6 +1483,10 @@
"description": "Title for the Courses runs nav item",
"message": "Courses runs"
},
"layouts.dashboard.nav.config.enrollmentsNavTitle": {
"description": "Title for the Enrollment nav item",
"message": "Enrollments"
},
"layouts.dashboard.nav.config.managementSubHeader": {
"description": "Subheader for the nav management section",
"message": "Management"
Expand Down Expand Up @@ -1471,6 +1611,26 @@
"description": "Label for the courses runs list page title",
"message": "Course runs"
},
"pages.admin.enrollments.breadcrumbsTranslations.listBreadcrumb": {
"description": "Breadcrumb label for the enrollment list page",
"message": "List"
},
"pages.admin.enrollments.breadcrumbsTranslations.rootBreadcrumb": {
"description": "Breadcrumb label for the enrollment root page",
"message": "Enrollments"
},
"pages.admin.enrollments.breadcrumbsTranslations.viewBreadcrumb": {
"description": "Breadcrumb label for the enrollment view page",
"message": "View"
},
"pages.admin.enrollments.list.pageTitle": {
"description": "Label for the enrollment list page title",
"message": "Enrollments"
},
"pages.admin.enrollments.view.pageTitle": {
"description": "Label for the enrollment page title",
"message": "Enrollment view"
},
"pages.admin.home.cardHomePagesTranslation.certificateDefinitionBadge": {
"description": "Label for the badge inside certificate definition card",
"message": "Certificate definition"
Expand Down Expand Up @@ -1751,6 +1911,14 @@
"description": "Label for the TO_BE_SCHEDULED priority",
"message": "To be scheduled"
},
"translations.enrollment.state.failed": {
"description": "Label for the FAILED enrollment state",
"message": "Failed"
},
"translations.enrollment.state.set": {
"description": "Label for the SET enrollment state",
"message": "Set"
},
"translations.products.productTypesMessages.certificate": {
"description": "Label for the CERTIFICATE product type",
"message": "Certificate"
Expand Down
Loading

0 comments on commit 831b64b

Please sign in to comment.