Skip to content

Commit fde621f

Browse files
committed
Language: #add missing and #fix legacy language terms
1 parent 48b31dc commit fde621f

File tree

5 files changed

+63
-3
lines changed

5 files changed

+63
-3
lines changed

assets/vue/components/course/Form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!--BaseAutocomplete
5252
id="template"
5353
v-model="courseTemplate"
54-
:label="t('Select Template')"
54+
:label="t('Course template')"
5555
:search="searchTemplates"
5656
/-->
5757
</div>

assets/vue/components/course/NextCourseSequence.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<span
3737
v-else
3838
class="text-red-700 cursor-not-allowed opacity-60"
39-
:title="t('Course is locked due to prerequisites')"
39+
:title="t('This course is locked. You must complete the prerequisite(s) first.')"
4040
>
4141
{{ course.name }}
4242
</span>

assets/vue/components/links/LinkCategoryForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
@click="emit('backPressed')"
2121
/>
2222
<BaseButton
23-
:label="t('Save category')"
23+
:label="t('Save the category')"
2424
icon="send"
2525
type="success"
2626
@click="submitCategoryForm"

translations/messages.en.po

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29170,3 +29170,33 @@ msgstr "Link is not valid"
2917029170

2917129171
msgid "Toggle visibility"
2917229172
msgstr "Toggle visibility"
29173+
29174+
msgid "Unmark favorite"
29175+
msgstr "Unmark favorite"
29176+
29177+
msgid "Mark favorite"
29178+
msgstr "Mark favorite"
29179+
29180+
msgid "Register student"
29181+
msgstr "Register student"
29182+
29183+
msgid "Ends tomorrow"
29184+
msgstr "Ends tomorrow"
29185+
29186+
msgid "Ends today"
29187+
msgstr "Ends today"
29188+
29189+
msgid "Write a short and striking course name, For example: Innovation Management"
29190+
msgstr "Write a short and striking course name, For example: Innovation Management"
29191+
29192+
msgid "Introduction updated successfully!"
29193+
msgstr "Introduction updated successfully!"
29194+
29195+
msgid "Introduction created successfully!"
29196+
msgstr "Introduction created successfully!"
29197+
29198+
msgid "Free"
29199+
msgstr "Free"
29200+
29201+
msgid "No description available"
29202+
msgstr "No description available"

translations/messages.pot

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29138,3 +29138,33 @@ msgstr ""
2913829138

2913929139
msgid "Toggle visibility"
2914029140
msgstr ""
29141+
29142+
msgid "Unmark favorite"
29143+
msgstr ""
29144+
29145+
msgid "Mark favorite"
29146+
msgstr ""
29147+
29148+
msgid "Register student"
29149+
msgstr ""
29150+
29151+
msgid "Ends tomorrow"
29152+
msgstr ""
29153+
29154+
msgid "Ends today"
29155+
msgstr ""
29156+
29157+
msgid "Write a short and striking course name, For example: Innovation Management"
29158+
msgstr ""
29159+
29160+
msgid "Introduction updated successfully!"
29161+
msgstr ""
29162+
29163+
msgid "Introduction created successfully!"
29164+
msgstr ""
29165+
29166+
msgid "Free"
29167+
msgstr ""
29168+
29169+
msgid "No description available"
29170+
msgstr ""

0 commit comments

Comments
 (0)