From 9e464ce406b7a90b4d46165be8177b09755580f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:10:09 +0000 Subject: [PATCH] Update lang files --- moodle.config.json | 21 ++++++++++++++++----- src/addons/mod/assign/lang.json | 2 +- src/addons/mod/h5pactivity/lang.json | 4 ++-- src/core/features/course/lang.json | 2 +- src/core/features/login/lang.json | 2 +- src/core/lang.json | 2 +- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/moodle.config.json b/moodle.config.json index fc2e939e3..f96e33bfb 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -114,13 +114,24 @@ "disableTokenFile": false, "iconsPrefixes": { "font-awesome": { - "brands": ["fab"], - "regular": ["far"], - "solid": ["fa", "fas"] + "brands": [ + "fab" + ], + "regular": [ + "far" + ], + "solid": [ + "fa", + "fas" + ] }, "moodle": { - "font-awesome": ["fam"], - "moodle": ["moodle"] + "font-awesome": [ + "fam" + ], + "moodle": [ + "moodle" + ] } } } diff --git a/src/addons/mod/assign/lang.json b/src/addons/mod/assign/lang.json index 116924c0b..6806d8ad0 100644 --- a/src/addons/mod/assign/lang.json +++ b/src/addons/mod/assign/lang.json @@ -40,7 +40,7 @@ "grade": "Grade", "graded": "Graded", "gradedby": "Graded by", - "gradedfollowupsubmit": "Graded - follow-up submission received", + "gradedfollowupsubmit": "Graded - resubmitted", "gradedon": "Graded on", "gradelocked": "This grade is locked or overridden in the gradebook.", "gradenotsynced": "Grade not synced", diff --git a/src/addons/mod/h5pactivity/lang.json b/src/addons/mod/h5pactivity/lang.json index e3d710888..d2002d54f 100644 --- a/src/addons/mod/h5pactivity/lang.json +++ b/src/addons/mod/h5pactivity/lang.json @@ -27,10 +27,10 @@ "noparticipants": "No participants to display", "offlinedisabledwarning": "You need to be online to view the H5P package.", "outcome": "Outcome", - "previewmode": "This content is displayed in preview mode. No attempt tracking will be stored.", + "previewmode": "You are in preview mode.", "result_fill-in": "Fill-in text", "result_other": "Unknown interaction type", - "review_user_attempts": "View user attempts ({{$a}})", + "review_user_attempts": "View ({{$a}})", "score": "Score", "score_out_of": "{{$a.rawscore}} out of {{$a.maxscore}}", "startdate": "Start date", diff --git a/src/core/features/course/lang.json b/src/core/features/course/lang.json index 11b455eaf..0717512b9 100644 --- a/src/core/features/course/lang.json +++ b/src/core/features/course/lang.json @@ -57,7 +57,7 @@ "section": "Section", "startdate": "Course start date", "studentsmust": "Students must", - "thisweek": "This week", + "thisweek": "Current week", "todo": "To do", "tour_navigation_course_index_student_content": "Browse through activities and track your progress.", "tour_navigation_course_index_student_title": "Find your way around", diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index c79e9ab95..015fa398a 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -99,7 +99,7 @@ "reconnectsupportsubject": "Need help reconnecting", "reconnecttosite": "Reconnect to the site", "removeaccount": "Remove account", - "resendemail": "Resend email", + "resendemail": "Resend confirmation email", "searchby": "Search by:", "security_question": "Security question", "selectacountry": "Select a country", diff --git a/src/core/lang.json b/src/core/lang.json index 0ba0d5224..749bea4b6 100644 --- a/src/core/lang.json +++ b/src/core/lang.json @@ -312,8 +312,8 @@ "startingtime": "Starting time: {{$a}}", "storingfiles": "Storing files", "strftimedate": "%d %B %Y", - "strftimedatemonthabbr": "%d %b %Y", "strftimedatefullshort": "%d/%m/%y", + "strftimedatemonthabbr": "%d %b %Y", "strftimedateshort": "%d %B", "strftimedatetime": "%d %B %Y, %I:%M %p", "strftimedatetimeshort": "%d/%m/%y, %H:%M",