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

117 lines
3.9 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": "這是一個現代化且功能完整的開源影音內容管理系統,專為現代網路平台的觀賞與分享需求所打造。",
"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": "年前",
}