mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-21 22:07:59 -05:00
feat: translations support
This commit is contained in:
104
files/frontend_translations/zh_hans.py
Normal file
104
files/frontend_translations/zh_hans.py
Normal file
@@ -0,0 +1,104 @@
|
||||
translation_strings = {
|
||||
"ABOUT": "关于",
|
||||
"AUTOPLAY": "自动播放",
|
||||
"About": "",
|
||||
"Add a ": "添加一个",
|
||||
"COMMENT": "评论",
|
||||
"Categories": "分类",
|
||||
"Category": "类别",
|
||||
"Change Language": "更改语言",
|
||||
"Change password": "更改密码",
|
||||
"Comment": "评论",
|
||||
"Comments": "评论",
|
||||
"Comments are disabled": "评论已禁用",
|
||||
"Contact": "联系",
|
||||
"DELETE MEDIA": "删除媒体",
|
||||
"DOWNLOAD": "下载",
|
||||
"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": "由...提供技术支持",
|
||||
"Published on": "发布于",
|
||||
"Recommended": "推荐",
|
||||
"Register": "注册",
|
||||
"SAVE": "保存",
|
||||
"SEARCH": "搜索",
|
||||
"SHARE": "分享",
|
||||
"SHOW MORE": "显示更多",
|
||||
"SUBMIT": "提交",
|
||||
"Search": "搜索",
|
||||
"Select": "选择",
|
||||
"Sign in": "登录",
|
||||
"Sign out": "登出",
|
||||
"Subtitle was added": "字幕已添加",
|
||||
"Tags": "标签",
|
||||
"Terms": "条款",
|
||||
"UPLOAD": "上传",
|
||||
"Up next": "接下来",
|
||||
"Upload": "上传",
|
||||
"Upload media": "上传媒体",
|
||||
"Uploads": "上传",
|
||||
"VIEW ALL": "查看全部",
|
||||
"View all": "查看全部",
|
||||
"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": "标签中的媒体",
|
||||
"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": "年前",
|
||||
}
|
||||
Reference in New Issue
Block a user