Skip to content

Language: #add missing and #fix legacy language terms #6574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/vue/components/course/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!--BaseAutocomplete
id="template"
v-model="courseTemplate"
:label="t('Select Template')"
:label="t('Course template')"
:search="searchTemplates"
/-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion assets/vue/components/course/NextCourseSequence.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<span
v-else
class="text-red-700 cursor-not-allowed opacity-60"
:title="t('Course is locked due to prerequisites')"
:title="t('This course is locked. You must complete the prerequisite(s) first.')"
>
{{ course.name }}
</span>
Expand Down
2 changes: 1 addition & 1 deletion assets/vue/components/links/LinkCategoryForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@click="emit('backPressed')"
/>
<BaseButton
:label="t('Save category')"
:label="t('Save the category')"
icon="send"
type="success"
@click="submitCategoryForm"
Expand Down
30 changes: 30 additions & 0 deletions translations/messages.en.po
Original file line number Diff line number Diff line change
Expand Up @@ -29170,3 +29170,33 @@ msgstr "Link is not valid"

msgid "Toggle visibility"
msgstr "Toggle visibility"

msgid "Unmark favorite"
msgstr "Unmark favorite"

msgid "Mark favorite"
msgstr "Mark favorite"

msgid "Register student"
msgstr "Register student"

msgid "Ends tomorrow"
msgstr "Ends tomorrow"

msgid "Ends today"
msgstr "Ends today"

msgid "Write a short and striking course name, For example: Innovation Management"
msgstr "Write a short and striking course name, For example: Innovation Management"

msgid "Introduction updated successfully!"
msgstr "Introduction updated successfully!"

msgid "Introduction created successfully!"
msgstr "Introduction created successfully!"

msgid "Free"
msgstr "Free"

msgid "No description available"
msgstr "No description available"
30 changes: 30 additions & 0 deletions translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -29138,3 +29138,33 @@ msgstr ""

msgid "Toggle visibility"
msgstr ""

msgid "Unmark favorite"
msgstr ""

msgid "Mark favorite"
msgstr ""

msgid "Register student"
msgstr ""

msgid "Ends tomorrow"
msgstr ""

msgid "Ends today"
msgstr ""

msgid "Write a short and striking course name, For example: Innovation Management"
msgstr ""

msgid "Introduction updated successfully!"
msgstr ""

msgid "Introduction created successfully!"
msgstr ""

msgid "Free"
msgstr ""

msgid "No description available"
msgstr ""
Loading