Skip to content

Commit b30e6a5

Browse files
committed
Language: #add missing and #fix language terms
1 parent dfcc92b commit b30e6a5

File tree

4 files changed

+362
-8
lines changed

4 files changed

+362
-8
lines changed

assets/vue/composables/sidebarMenu.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ export function useSidebarMenu() {
233233
if (showTabs.value.indexOf("diagnostics") > -1) {
234234
const subItems = [
235235
{
236-
label: t("Diagnosis Management"),
236+
label: t("Diagnosis management"),
237237
url: "/main/search/load_search.php",
238238
visible: securityStore.isStudentBoss,
239239
},
240240
{
241-
label: t("Diagnostic Form"),
241+
label: t("Diagnosis"),
242242
url: "/main/search/search.php",
243243
},
244244
].filter((item) => item.visible !== false)
@@ -279,7 +279,7 @@ export function useSidebarMenu() {
279279
class: "pl-4",
280280
},
281281
{
282-
label: t("Courses to restart"),
282+
label: t("Restartable courses"),
283283
route: { name: "AdminRestartCourses" },
284284
icon: "mdi mdi-history",
285285
class: "pl-4",
@@ -288,7 +288,7 @@ export function useSidebarMenu() {
288288

289289
items.push({
290290
icon: "mdi mdi-account-cog",
291-
label: t("Session admin"),
291+
label: t("Session administrator"),
292292
items: sessionAdminItems,
293293
})
294294
}

assets/vue/views/course/CourseHome.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,28 @@
8585
v-if="isAllowedToEdit && documentAutoLaunch === 1"
8686
class="text-sm text-gray-600"
8787
>
88-
{{ t("Document auto-launch is enabled for students") }}
88+
{{ t("The document auto-launch feature configuration is enabled. Learners will be automatically redirected to document tool.") }}
8989
</p>
9090

9191
<p
9292
v-if="isAllowedToEdit && (exerciseAutoLaunch === 1 || exerciseAutoLaunch === 2)"
9393
class="text-sm text-gray-600"
9494
>
95-
{{ t("Exercise auto-launch is enabled for students") }}
95+
{{ t("The exercises auto-launch feature configuration is enabled. Learners will be automatically redirected to the selected exercise.") }}
9696
</p>
9797

9898
<p
9999
v-if="isAllowedToEdit && (lpAutoLaunch === 1 || lpAutoLaunch === 2)"
100100
class="text-sm text-gray-600"
101101
>
102-
{{ t("LP auto-launch is enabled for students") }}
102+
{{ t("The learning path auto-launch setting is ON. When learners enter this course, they will be automatically redirected to the learning path marked as auto-launch.") }}
103103
</p>
104104

105105
<p
106106
v-if="isAllowedToEdit && (forumAutoLaunch === 1 || forumAutoLaunch === 2)"
107107
class="text-sm text-gray-600"
108108
>
109-
{{ t("Forum auto-launch is enabled for students") }}
109+
{{ t("The forum's auto-launch setting is on. Students will be redirected to the forum tool when entering this course.") }}
110110
</p>
111111

112112
<div class="grow-0">

translations/messages.en.po

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29983,3 +29983,180 @@ msgstr "Event"
2998329983

2998429984
msgid "Go to session"
2998529985
msgstr "Go to session"
29986+
29987+
msgid "Add your first link to this course"
29988+
msgstr "Add your first link to this course"
29989+
29990+
msgid "There are no links in this category"
29991+
msgstr "There are no links in this category"
29992+
29993+
msgid "With links"
29994+
msgstr "With links"
29995+
29996+
msgid "Link deleted"
29997+
msgstr "Link deleted"
29998+
29999+
msgid "Could not delete link"
30000+
msgstr "Could not delete link"
30001+
30002+
msgid "Link visibility updated"
30003+
msgstr "Link visibility updated"
30004+
30005+
msgid "Could not change visibility of link"
30006+
msgstr "Could not change visibility of link"
30007+
30008+
msgid "Link moved up"
30009+
msgstr "Link moved up"
30010+
30011+
msgid "Could not move link up"
30012+
msgstr "Could not move link up"
30013+
30014+
msgid "Link moved down"
30015+
msgstr "Link moved down"
30016+
30017+
msgid "Could not move link down"
30018+
msgstr "Could not move link down"
30019+
30020+
msgid "Could not delete category"
30021+
msgstr "Could not delete category"
30022+
30023+
msgid "Visibility of category changed"
30024+
msgstr "Visibility of category changed"
30025+
30026+
msgid "Could not change visibility of category"
30027+
msgstr "Could not change visibility of category"
30028+
30029+
msgid "Could not retrieve links"
30030+
msgstr "Could not retrieve links"
30031+
30032+
msgid "Update category"
30033+
msgstr "Update category"
30034+
30035+
msgid "Update link"
30036+
msgstr "Update link"
30037+
30038+
msgid "Matching courses"
30039+
msgstr "Matching courses"
30040+
30041+
msgid "Apply advanced filters"
30042+
msgstr "Apply advanced filters"
30043+
30044+
msgid "Filter by title"
30045+
msgstr "Filter by title"
30046+
30047+
msgid "Filter by category"
30048+
msgstr "Filter by category"
30049+
30050+
msgid "Filter by language"
30051+
msgstr "Filter by language"
30052+
30053+
msgid "Loading more courses..."
30054+
msgstr "Loading more courses..."
30055+
30056+
msgid "Total number of sessions"
30057+
msgstr "Total number of sessions"
30058+
30059+
msgid "Matching sessions"
30060+
msgstr "Matching sessions"
30061+
30062+
msgid "Searching by"
30063+
msgstr "Searching by"
30064+
30065+
msgid "Loading sessions. Please wait."
30066+
msgstr "Loading sessions. Please wait."
30067+
30068+
msgid "No session available"
30069+
msgstr "No session available"
30070+
30071+
msgid "Loading more sessions..."
30072+
msgstr "Loading more sessions..."
30073+
30074+
msgid "Course ID is missing. Unable to navigate to the course home page."
30075+
msgstr "Course ID is missing. Unable to navigate to the course home page."
30076+
30077+
msgid "An unexpected error occurred."
30078+
msgstr "An unexpected error occurred."
30079+
30080+
msgid "Incomplete courses"
30081+
msgstr "Incomplete courses"
30082+
30083+
msgid "Session period"
30084+
msgstr "Session period"
30085+
30086+
msgid "Search student"
30087+
msgstr "Search student"
30088+
30089+
msgid "Create new user"
30090+
msgstr "Create new user"
30091+
30092+
msgid "Matching students"
30093+
msgstr "Matching students"
30094+
30095+
msgid "Local user"
30096+
msgstr "Local user"
30097+
30098+
msgid "External user"
30099+
msgstr "External user"
30100+
30101+
msgid "Send course invitation"
30102+
msgstr "Send course invitation"
30103+
30104+
msgid "Password (leave blank to auto)"
30105+
msgstr "Password (leave blank to auto)"
30106+
30107+
msgid "Send access details to user by email"
30108+
msgstr "Send access details to user by email"
30109+
30110+
msgid "Course sent to"
30111+
msgstr "Course sent to"
30112+
30113+
msgid "An error occurred while sending the course."
30114+
msgstr "An error occurred while sending the course."
30115+
30116+
msgid "User created"
30117+
msgstr "User created"
30118+
30119+
msgid "Could not create user"
30120+
msgstr "Could not create user"
30121+
30122+
msgid "Completed courses"
30123+
msgstr "Completed courses"
30124+
30125+
msgid "Issued at"
30126+
msgstr "Issued at"
30127+
30128+
msgid "Load more"
30129+
msgstr "Load more"
30130+
30131+
msgid "Restartable courses"
30132+
msgstr "Restartable courses"
30133+
30134+
msgid "Ended"
30135+
msgstr "Ended"
30136+
30137+
msgid "Extend one week"
30138+
msgstr "Extend one week"
30139+
30140+
msgid "Could not load data"
30141+
msgstr "Could not load data"
30142+
30143+
msgid "Session extended"
30144+
msgstr "Session extended"
30145+
30146+
msgid "Action failed"
30147+
msgstr "Action failed"
30148+
30149+
msgid "Available courses in this URL"
30150+
msgstr "Available courses in this URL"
30151+
30152+
msgid "Loading courses..."
30153+
msgstr "Loading courses..."
30154+
30155+
msgid "No courses available."
30156+
msgstr "No courses available."
30157+
30158+
msgid "Favorite courses"
30159+
msgstr "Favorite courses"
30160+
30161+
msgid "No favorite courses."
30162+
msgstr "No favorite courses."

0 commit comments

Comments
 (0)