mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-06-11 19:05:19 -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