Update lang files
parent
ef3b6d65c2
commit
9e464ce406
|
@ -114,13 +114,24 @@
|
||||||
"disableTokenFile": false,
|
"disableTokenFile": false,
|
||||||
"iconsPrefixes": {
|
"iconsPrefixes": {
|
||||||
"font-awesome": {
|
"font-awesome": {
|
||||||
"brands": ["fab"],
|
"brands": [
|
||||||
"regular": ["far"],
|
"fab"
|
||||||
"solid": ["fa", "fas"]
|
],
|
||||||
|
"regular": [
|
||||||
|
"far"
|
||||||
|
],
|
||||||
|
"solid": [
|
||||||
|
"fa",
|
||||||
|
"fas"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"moodle": {
|
"moodle": {
|
||||||
"font-awesome": ["fam"],
|
"font-awesome": [
|
||||||
"moodle": ["moodle"]
|
"fam"
|
||||||
|
],
|
||||||
|
"moodle": [
|
||||||
|
"moodle"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
"grade": "Grade",
|
"grade": "Grade",
|
||||||
"graded": "Graded",
|
"graded": "Graded",
|
||||||
"gradedby": "Graded by",
|
"gradedby": "Graded by",
|
||||||
"gradedfollowupsubmit": "Graded - follow-up submission received",
|
"gradedfollowupsubmit": "Graded - resubmitted",
|
||||||
"gradedon": "Graded on",
|
"gradedon": "Graded on",
|
||||||
"gradelocked": "This grade is locked or overridden in the gradebook.",
|
"gradelocked": "This grade is locked or overridden in the gradebook.",
|
||||||
"gradenotsynced": "Grade not synced",
|
"gradenotsynced": "Grade not synced",
|
||||||
|
|
|
@ -27,10 +27,10 @@
|
||||||
"noparticipants": "No participants to display",
|
"noparticipants": "No participants to display",
|
||||||
"offlinedisabledwarning": "You need to be online to view the H5P package.",
|
"offlinedisabledwarning": "You need to be online to view the H5P package.",
|
||||||
"outcome": "Outcome",
|
"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_fill-in": "Fill-in text",
|
||||||
"result_other": "Unknown interaction type",
|
"result_other": "Unknown interaction type",
|
||||||
"review_user_attempts": "View user attempts ({{$a}})",
|
"review_user_attempts": "View ({{$a}})",
|
||||||
"score": "Score",
|
"score": "Score",
|
||||||
"score_out_of": "{{$a.rawscore}} out of {{$a.maxscore}}",
|
"score_out_of": "{{$a.rawscore}} out of {{$a.maxscore}}",
|
||||||
"startdate": "Start date",
|
"startdate": "Start date",
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
"section": "Section",
|
"section": "Section",
|
||||||
"startdate": "Course start date",
|
"startdate": "Course start date",
|
||||||
"studentsmust": "Students must",
|
"studentsmust": "Students must",
|
||||||
"thisweek": "This week",
|
"thisweek": "Current week",
|
||||||
"todo": "To do",
|
"todo": "To do",
|
||||||
"tour_navigation_course_index_student_content": "Browse through activities and track your progress.",
|
"tour_navigation_course_index_student_content": "Browse through activities and track your progress.",
|
||||||
"tour_navigation_course_index_student_title": "Find your way around",
|
"tour_navigation_course_index_student_title": "Find your way around",
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
"reconnectsupportsubject": "Need help reconnecting",
|
"reconnectsupportsubject": "Need help reconnecting",
|
||||||
"reconnecttosite": "Reconnect to the site",
|
"reconnecttosite": "Reconnect to the site",
|
||||||
"removeaccount": "Remove account",
|
"removeaccount": "Remove account",
|
||||||
"resendemail": "Resend email",
|
"resendemail": "Resend confirmation email",
|
||||||
"searchby": "Search by:",
|
"searchby": "Search by:",
|
||||||
"security_question": "Security question",
|
"security_question": "Security question",
|
||||||
"selectacountry": "Select a country",
|
"selectacountry": "Select a country",
|
||||||
|
|
|
@ -312,8 +312,8 @@
|
||||||
"startingtime": "Starting time: {{$a}}",
|
"startingtime": "Starting time: {{$a}}",
|
||||||
"storingfiles": "Storing files",
|
"storingfiles": "Storing files",
|
||||||
"strftimedate": "%d %B %Y",
|
"strftimedate": "%d %B %Y",
|
||||||
"strftimedatemonthabbr": "%d %b %Y",
|
|
||||||
"strftimedatefullshort": "%d/%m/%y",
|
"strftimedatefullshort": "%d/%m/%y",
|
||||||
|
"strftimedatemonthabbr": "%d %b %Y",
|
||||||
"strftimedateshort": "%d %B",
|
"strftimedateshort": "%d %B",
|
||||||
"strftimedatetime": "%d %B %Y, %I:%M %p",
|
"strftimedatetime": "%d %B %Y, %I:%M %p",
|
||||||
"strftimedatetimeshort": "%d/%m/%y, %H:%M",
|
"strftimedatetimeshort": "%d/%m/%y, %H:%M",
|
||||||
|
|
Loading…
Reference in New Issue