Skip to content

Commit 70ea2ae

Browse files
committed
Merge branch 'master' of github.com:chamilo/chamilo-lms
2 parents bba11aa + b30e6a5 commit 70ea2ae

File tree

19 files changed

+787
-43
lines changed

19 files changed

+787
-43
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/admin/ThirdPartyManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<BaseIcon :icon="data.recruiter ? 'check' : 'minus'" />
3030
</template>
3131
</Column>
32-
<Column :header="t('Data Exchange')">
32+
<Column :header="t('Data exchange')">
3333
<template #body="{ data }">
3434
<BaseIcon :icon="data.dataExchangeParty ? 'check' : 'minus'" />
3535
</template>

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">

assets/vue/views/coursecategory/Show.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
<tbody>
3030
<tr>
3131
<td>
32-
<strong>{{ $t("name") }}</strong>
32+
<strong>{{ $t("Name") }}</strong>
3333
</td>
3434
<td>
3535
{{ item["title"] }}
3636
</td>
3737

3838
<td>
39-
<strong>{{ $t("code") }}</strong>
39+
<strong>{{ $t("Code") }}</strong>
4040
</td>
4141
<td>
4242
{{ item["code"] }}
@@ -45,7 +45,7 @@
4545

4646
<tr>
4747
<td>
48-
<strong>{{ $t("description") }}</strong>
48+
<strong>{{ $t("Description") }}</strong>
4949
</td>
5050
<td>
5151
{{ item["description"] }}

assets/vue/views/ctoolintro/Show.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
<tbody>
2828
<tr>
2929
<td>
30-
<strong>{{ $t("title") }}</strong>
30+
<strong>{{ $t("Title") }}</strong>
3131
</td>
3232
<td>
3333
{{ item["title"] }}
3434
</td>
3535

3636
<td>
37-
<strong>{{ $t("code") }}</strong>
37+
<strong>{{ $t("Code") }}</strong>
3838
</td>
3939
<td>
4040
{{ item["code"] }}
@@ -50,7 +50,7 @@
5050
</td>
5151

5252
<td>
53-
<strong>{{ $t("category") }}</strong>
53+
<strong>{{ $t("Category") }}</strong>
5454
</td>
5555
<td>
5656
<div v-if="item['category']">
@@ -62,7 +62,7 @@
6262

6363
<tr>
6464
<td>
65-
<strong>{{ $t("visibility") }}</strong>
65+
<strong>{{ $t("Visibility") }}</strong>
6666
</td>
6767
<td>
6868
{{ $n(item["visibility"]) }}

assets/vue/views/filemanager/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="px-4 py-2 -mb-px font-semibold border-b-2"
1010
@click="changeTab('personalFiles')"
1111
>
12-
{{ t("Personal Files") }}
12+
{{ t("My files") }}
1313
</button>
1414
<button
1515
v-if="isAllowedToEdit && courseIsSet"

assets/vue/views/glossary/GlossaryList.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<BaseInputText
3838
v-model="searchTerm"
39-
:label="t('Search term...')"
39+
:label="t('Search term')"
4040
class="mb-4"
4141
@update:model-value="debouncedSearch"
4242
/>
@@ -201,7 +201,7 @@ async function confirmDeleteTerm(term) {
201201
async function deleteTerm() {
202202
try {
203203
await glossaryService.deleteTerm(termToDelete.value.iid)
204-
notifications.showSuccessNotification(t("Term deleted"))
204+
notifications.showSuccessNotification(t("Term removed"))
205205
termToDelete.value = null
206206
isDeleteItemDialogVisible.value = false
207207
await fetchGlossaries()

assets/vue/views/pageLayout/Create.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<SectionHeader :title="t('Create Page Layout')">
2+
<SectionHeader :title="t('Create page layout')">
33
<BaseButton
44
icon="back"
55
type="gray"
@@ -46,7 +46,7 @@
4646

4747
<div class="md:col-span-2">
4848
<label class="block text-gray-700 font-semibold mb-1">
49-
{{ t("Layout Template") }}
49+
{{ t("Layout template") }}
5050
</label>
5151
<div
5252
v-if="loadingTemplates"

assets/vue/views/pageLayout/CreateTemplate.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<SectionHeader :title="t('Create Layout Template')">
2+
<SectionHeader :title="t('Create layout template')">
33
<BaseButton
44
icon="back"
55
type="gray"
@@ -17,11 +17,11 @@
1717
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 w-full">
1818
<div class="md:col-span-2">
1919
<label class="block text-gray-700 font-semibold mb-1">
20-
{{ t("Layout Template Name") }}
20+
{{ t("Layout template name") }}
2121
</label>
2222
<BaseInputText
2323
v-model.trim="templateName"
24-
:placeholder="t('e.g. 3 Columns Layout')"
24+
:placeholder="t('e.g. 3 columns layout')"
2525
:error="submitted && !templateName"
2626
label=""
2727
/>
@@ -35,7 +35,7 @@
3535

3636
<div class="md:col-span-2">
3737
<label class="block text-gray-700 font-semibold mb-1">
38-
{{ t("Layout Type") }}
38+
{{ t("Layout type") }}
3939
</label>
4040
<BaseSelect
4141
v-model="selectedTemplateId"
@@ -62,7 +62,7 @@
6262
<BaseButton
6363
type="success"
6464
icon="save"
65-
:label="t('Save Template')"
65+
:label="t('Save template')"
6666
@click="saveTemplate"
6767
/>
6868
</div>

assets/vue/views/pageLayout/Edit.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<SectionHeader :title="t('Edit Page Layout')">
2+
<SectionHeader :title="t('Edit page layout')">
33
<BaseButton
44
icon="back"
55
type="gray"
@@ -46,7 +46,7 @@
4646

4747
<div class="md:col-span-2">
4848
<label class="block text-gray-700 font-semibold mb-1">
49-
{{ t("Layout Template") }}
49+
{{ t("Layout template") }}
5050
</label>
5151
<div
5252
v-if="loadingTemplates"

0 commit comments

Comments
 (0)