2025-09-04 13:39:41 +03:00

117 lines
3.8 KiB
Python

translation_strings = {
"ABOUT": "关于",
"AUTOPLAY": "自动播放",
"About": "关于",
"Add a ": "添加一个",
"Browse your files": "浏览文件",
"COMMENT": "评论",
"Categories": "分类",
"Category": "类别",
"Change Language": "更改语言",
"Change password": "更改密码",
"Click 'Start Recording' and select the screen or tab to record. Once recording is finished, click 'Stop Recording,' and the recording will be uploaded.": "点击“开始录制”并选择要录制的屏幕或标签页。录制完成后,点击“停止录制”,录制内容将被上传。",
"Comment": "评论",
"Comments": "评论",
"Comments are disabled": "评论已禁用",
"Contact": "联系",
"DELETE MEDIA": "删除媒体",
"DOWNLOAD": "下载",
"Drag and drop files": "拖放文件",
"EDIT MEDIA": "编辑媒体",
"EDIT PROFILE": "编辑个人资料",
"EDIT SUBTITLE": "编辑字幕",
"Edit media": "编辑媒体",
"Edit profile": "编辑个人资料",
"Edit subtitle": "编辑字幕",
"Featured": "精选",
"Go": "",
"History": "历史",
"Home": "主页",
"Language": "语言",
"Latest": "最新",
"Liked media": "喜欢的媒体",
"Manage comments": "管理评论",
"Manage media": "管理媒体",
"Manage users": "管理用户",
"Media": "媒体",
"Media was edited": "媒体已编辑",
"Members": "成员",
"My media": "我的媒体",
"My playlists": "我的播放列表",
"No": "",
"No comment yet": "还没有评论",
"No comments yet": "还没有评论",
"No results for": "没有结果",
"PLAYLISTS": "播放列表",
"Playlists": "播放列表",
"Powered by": "由...提供技术支持",
"Publish": "发布",
"Published on": "发布于",
"Recommended": "推荐",
"Record Screen": "录制屏幕",
"Register": "注册",
"SAVE": "保存",
"SEARCH": "搜索",
"SHARE": "分享",
"SHOW MORE": "显示更多",
"SUBMIT": "提交",
"Search": "搜索",
"Select": "选择",
"Sign in": "登录",
"Sign out": "登出",
"Start Recording": "开始录制",
"Stop Recording": "停止录制",
"Subtitle was added": "字幕已添加",
"Subtitles": "字幕",
"Tags": "标签",
"Terms": "条款",
"This works in Chrome, Safari and Edge browsers.": "此功能适用于 Chrome、Safari 和 Edge 浏览器。",
"Trim": "修剪",
"UPLOAD": "上传",
"Up next": "接下来",
"Upload": "上传",
"Upload media": "上传媒体",
"Uploads": "上传",
"VIEW ALL": "查看全部",
"View all": "查看全部",
"View media": "查看媒体",
"comment": "评论",
"is a modern, fully featured open source video and media CMS. It is developed to meet the needs of modern web platforms for viewing and sharing media": "是一个现代化、功能齐全的开源视频和媒体CMS。它是为了满足现代网络平台观看和分享媒体的需求而开发的",
"media in category": "类别中的媒体",
"media in tag": "标签中的媒体",
"or": "",
"view": "查看",
"views": "查看",
"yet": "",
}
replacement_strings = {
"Apr": "四月",
"Aug": "八月",
"Dec": "十二月",
"Feb": "二月",
"Jan": "一月",
"Jul": "七月",
"Jun": "六月",
"Mar": "三月",
"May": "五月",
"Nov": "十一月",
"Oct": "十月",
"Sep": "九月",
"day ago": "天前",
"days ago": "天前",
"hour ago": "小时前",
"hours ago": "小时前",
"just now": "刚刚",
"minute ago": "分钟前",
"minutes ago": "分钟前",
"month ago": "月前",
"months ago": "月前",
"second ago": "秒前",
"seconds ago": "秒前",
"week ago": "周前",
"weeks ago": "周前",
"year ago": "年前",
"years ago": "年前",
}