mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-06-11 02:47:33 -04:00
feat: LTI support and Moodle plugin
This commit is contained in:
@@ -48,6 +48,7 @@ translation_strings = {
|
||||
"DELETE MEDIA": "УДАЛИТЬ МЕДИА",
|
||||
"DOWNLOAD": "СКАЧАТЬ",
|
||||
"DURATION": "ДЛИТЕЛЬНОСТЬ",
|
||||
"Delete Comments": "",
|
||||
"Delete Media": "Удалить медиа",
|
||||
"Delete media": "Удалить медиа",
|
||||
"Disable Comments": "Отключить комментарии",
|
||||
@@ -70,6 +71,7 @@ translation_strings = {
|
||||
"Failed to change owner. Please try again.": "Не удалось изменить владельца. Пожалуйста, попробуйте снова.",
|
||||
"Failed to copy media.": "Не удалось скопировать медиа.",
|
||||
"Failed to create playlist": "Не удалось создать плейлист",
|
||||
"Failed to delete comments.": "",
|
||||
"Failed to delete media. Please try again.": "Не удалось удалить медиа. Пожалуйста, попробуйте снова.",
|
||||
"Failed to disable comments.": "Не удалось отключить комментарии.",
|
||||
"Failed to disable download.": "Не удалось отключить загрузку.",
|
||||
@@ -101,6 +103,9 @@ translation_strings = {
|
||||
"Filter existing users...": "Фильтровать существующих пользователей...",
|
||||
"Filter playlists...": "Фильтровать плейлисты...",
|
||||
"Filters": "Фильтры",
|
||||
"Give users editor permissions to your media by adding them to the below list.": "",
|
||||
"Give users owner permissions to your media, except for deleting the media, by adding them to the below list.": "",
|
||||
"Give users viewer permissions to your media by adding them to the below list.": "",
|
||||
"Go": "Перейти",
|
||||
"History": "История",
|
||||
"Home": "Главная",
|
||||
@@ -121,6 +126,7 @@ translation_strings = {
|
||||
"Manage comments": "Управление комментариями",
|
||||
"Manage media": "Управление медиа",
|
||||
"Manage users": "Управление пользователями",
|
||||
"Management": "",
|
||||
"Media": "Медиа",
|
||||
"Media I own": "Медиа, которыми я владею",
|
||||
"Media was edited": "Медиа было отредактировано",
|
||||
@@ -137,6 +143,7 @@ translation_strings = {
|
||||
"No results for": "Нет результатов для",
|
||||
"No tags": "Нет тегов",
|
||||
"No users to add": "Нет пользователей для добавления",
|
||||
"Organization": "",
|
||||
"PLAYLISTS": "ПЛЕЙЛИСТЫ",
|
||||
"PUBLISH STATE": "СОСТОЯНИЕ ПУБЛИКАЦИИ",
|
||||
"Pdf": "PDF",
|
||||
@@ -156,12 +163,17 @@ translation_strings = {
|
||||
"Published on": "Опубликовано",
|
||||
"Recent uploads": "Недавние загрузки",
|
||||
"Recommended": "Рекомендуемое",
|
||||
"Record": "",
|
||||
"Record Screen": "Запись экрана",
|
||||
"Record Screen with Audio": "",
|
||||
"Register": "Регистрация",
|
||||
"Remove category": "Удалить категорию",
|
||||
"Remove from list": "Удалить из списка",
|
||||
"Remove tag": "Удалить тег",
|
||||
"Remove user": "Удалить пользователя",
|
||||
"Remove users from the list to remove editor permissions": "",
|
||||
"Remove users from the list to remove owner permissions": "",
|
||||
"Remove users from the list to remove viewer permissions": "",
|
||||
"Replace": "",
|
||||
"SAVE": "СОХРАНИТЬ",
|
||||
"SEARCH": "ПОИСК",
|
||||
@@ -178,14 +190,22 @@ translation_strings = {
|
||||
"Select all media": "Выбрать все медиа",
|
||||
"Select publish state:": "Выберите состояние публикации:",
|
||||
"Selected": "Выбрано",
|
||||
"Settings": "",
|
||||
"Share with": "",
|
||||
"Share with Co-Editors": "",
|
||||
"Share with Co-Owners": "",
|
||||
"Share with Co-Viewers": "",
|
||||
"Share with Course Members": "",
|
||||
"Shared by me": "Мной поделено",
|
||||
"Shared with me": "Поделено со мной",
|
||||
"Sharing": "",
|
||||
"Sign in": "Войти",
|
||||
"Sign out": "Выйти",
|
||||
"Sort By": "Сортировать по",
|
||||
"Start Recording": "Начать запись",
|
||||
"Start uploading media and sharing your work. Media that you upload will show up here.": "Начните загружать медиа и делиться своей работой. Загруженные медиа появятся здесь.",
|
||||
"Stop Recording": "Остановить запись",
|
||||
"Students will get viewer permissions, while lecturers will get co-owner permissions (same as owner, but cannot delete the media)": "",
|
||||
"Submit": "Отправить",
|
||||
"Subtitle was added": "Субтитры были добавлены",
|
||||
"Subtitles": "Субтитры",
|
||||
@@ -196,6 +216,7 @@ translation_strings = {
|
||||
"Successfully Enabled comments": "Комментарии успешно включены",
|
||||
"Successfully changed owner": "Владелец успешно изменен",
|
||||
"Successfully deleted": "Успешно удалено",
|
||||
"Successfully deleted comments": "",
|
||||
"Successfully updated": "Успешно обновлено",
|
||||
"Successfully updated categories": "Категории успешно обновлены",
|
||||
"Successfully updated playlist membership": "Членство в плейлисте успешно обновлено",
|
||||
@@ -232,6 +253,9 @@ translation_strings = {
|
||||
"Upload media": "Загрузить медиа",
|
||||
"Uploads": "Загрузки",
|
||||
"Users": "Пользователи",
|
||||
"Users can edit your media via: My Media > Shared with Me > particular media > Edit...": "",
|
||||
"Users can manage your media via: My Media > Shared with Me > particular media > ...": "",
|
||||
"Users can view your media via: My Media > Shared with Me > particular media > ...": "",
|
||||
"VIEW ALL": "ПОКАЗАТЬ ВСЕ",
|
||||
"Video": "Видео",
|
||||
"View all": "Показать все",
|
||||
@@ -240,6 +264,7 @@ translation_strings = {
|
||||
"Welcome": "Добро пожаловать",
|
||||
"You are going to copy": "Вы собираетесь скопировать",
|
||||
"You are going to delete": "Вы собираетесь удалить",
|
||||
"You are going to delete all comments from": "",
|
||||
"You are going to disable comments to": "Вы собираетесь отключить комментарии для",
|
||||
"You are going to disable download for": "Вы собираетесь отключить загрузку для",
|
||||
"You are going to enable comments to": "Вы собираетесь включить комментарии для",
|
||||
|
||||
Reference in New Issue
Block a user