Update lang files
parent
ef3b6d65c2
commit
9e464ce406
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue