-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
{ | ||
"use_proxy": "你想使用代理吗?", | ||
"not_proxy_error": "无效输入。默认不使用代理。", | ||
"old_version": "您正在使用旧版本。\n最新版本是", | ||
"suggest_latest": "请下载最新版本以获取额外功能。", | ||
"latest": "您正在使用最新版本。", | ||
"server_one": "正在使用服务器 1", | ||
"cooking": "请稍等,我在处理中... 可能需要一些时间...", | ||
"not_exist": "{self.search} 不存在或未找到。", | ||
"diff_server": "请尝试其他服务器。", | ||
"download_number": "输入您要下载的种子编号(用空格分隔),或者输入 'e' 退出", | ||
"invalid_input": "无效输入 {r}。跳过。", | ||
"selection_error": "无有效选择。请输入有效编号。", | ||
"patience": "请耐心等待。您的下载将在几秒钟内开始。", | ||
"selection_mistake": "无效输入。请输入以空格分隔的有效编号。", | ||
"torrent_error": "添加种子失败。", | ||
"exit_message": "退出应用程序。感谢使用软件! 😘", | ||
"disclaimer": "请负责任地使用,我不对您的任何非法行为负责。", | ||
"audio": "音频 🎵", | ||
"movie": "电影/视频 🎥", | ||
"software": "软件", | ||
"games": "游戏 🎮", | ||
"porn": "色情 🔞", | ||
"other": "其他", | ||
"ask": "您想下载什么 > ", | ||
"incorrect_movie_name": "请输入正确的电影名称。", | ||
"continue": "按回车继续...", | ||
"movie_doesnt_exist": "不存在或未找到。", | ||
"exit_option": "e - 退出应用程序", | ||
"what_to_watch": "\n请输入您要观看的选项 > ", | ||
"invalid_number": "无效输入。请输入有效的数字。", | ||
"season_selection": "请输入要浏览的季数编号:", | ||
"episode_selection": "\n请输入要浏览的剧集编号:", | ||
"invalid_season_number": "选择的季数编号无效。", | ||
"inavlid_episode_number": "选择的剧集编号无效。", | ||
"movie_search_server": "正在使用最佳服务器获取电影", | ||
"source_extraction": "完成提取源,请等待几秒钟\n抱歉耽搁", | ||
"anime_web_error": "如果加载时间过长,请确保您输入了正确的动漫名称或尝试使用字幕而非配音。", | ||
"sub_dub_selection_error": "抱歉,无效的字幕/配音选择。", | ||
"open_web_watch": " 如果没有弹出窗口,请打开此链接", | ||
"all_internet_message": "搜索所有互联网,请稍候,可能需要一些时间", | ||
"tamilrockers_database": "搜索所有Tamilrockers数据库...", | ||
"wait_": "请稍候,可能需要一些时间", | ||
"not_available_error": "抱歉,电影不可用或已被删除 :(", | ||
"server": "Torrent下载服务器:", | ||
"1": "1. 服务器 1(几乎任何使用Torrents的内容)", | ||
"2": "2. 动漫服务器(下载动漫)", | ||
"web": "\n\n在线观看服务器(仅限电影):", | ||
"3": "\n3. 在线观看(所有语言电影可用,无配音)", | ||
"4": "\n4. 印地电影(仅限电影,但所有配音均可用)", | ||
"5": "\n5. 泰米尔电影/系列(配音)", | ||
"6": "\n6. 动漫(字幕/配音)", | ||
"more": "更多功能即将推出", | ||
"enter": "\n输入您的选择:", | ||
"movie_name": "输入电影名称", | ||
"Thanks": "\n下载完成。感谢您使用我的软件! 😘", | ||
"soon": "即将推出", | ||
"movie_series_name": "输入电影/系列名称 > ", | ||
"under_development": "抱歉,此功能仍在开发中,即将推出。", | ||
"sub_dub": "您想如何观看?字幕还是配音(s/d)> ", | ||
"anime_name": "输入动漫名称(请勿拼写错误) > ", | ||
"ep_no": "输入剧集编号 > ", | ||
"server_selection_error": "无效选择。请输入 1、2、3、4、5 或 6", | ||
"chrome_isnt_installed": "请安装Chrome以运行代码。", | ||
"qbittorrent_isnt_installed": "请安装qBittorrent以运行代码。", | ||
"check_message": "请确保您已安装Chrome和qBittorrent。", | ||
"main_menu": "您想返回主菜单吗(y/n)> ", | ||
"server_running": "服务器已经在运行", | ||
"kill": "\n\n结束不必要的Chrome进程", | ||
"chrome_driver": "\n7. 结束 chrome.exe 和 chromedriver.exe(如果您仅使用在线观看服务器)" | ||
} |