mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Added Simplified Chinese translation
This commit is contained in:
parent
58488a1d89
commit
9bd31e7189
1 changed files with 61 additions and 0 deletions
61
lang/uYouPlus.bundle/zh_cn.lproj/Localizable.strings
Normal file
61
lang/uYouPlus.bundle/zh_cn.lproj/Localizable.strings
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
// How to translate uYouPlus to your language:
|
||||
//
|
||||
// 1. Fork uYouPlus repo
|
||||
// 2. Duplicate the template.lproj folder, and edit the duplicated folder's name to your <lang_code>.lproj id.
|
||||
// For example: <ru.lproj> for Russia. For more details, visit: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
// 3. Translate each line below after each =
|
||||
// 4. Open a Pull Request
|
||||
//
|
||||
// If your language already exists then feel free to check it and/or improve it!
|
||||
// You can also add your localization to YouPiP here, the process is the same
|
||||
// https://github.com/PoomSmart/YouPiP/tree/main/layout/Library/Application%20Support/YouPiP.bundle
|
||||
//
|
||||
// Settings
|
||||
|
||||
"KILL_APP" = "关闭YouTube";
|
||||
"KILL_APP_DESC" = "点击此处关闭YouTube!";
|
||||
|
||||
"HIDE_PREVIOUS_AND_NEXT_BUTTON" = "隐藏上一个/下一个按钮";
|
||||
"HIDE_PREVIOUS_AND_NEXT_BUTTON_DESC" = "隐藏视频播放器控制界面上的上一个/下一个按钮。";
|
||||
|
||||
"YT_MINIPLAYER" = "为所有YouTube视频启用迷你播放器";
|
||||
"YT_MINIPLAYER_DESC" = "例如:面向儿童的视频。";
|
||||
|
||||
"CAST_CONFIRM" = "投屏前确认 (YTCastConfirm)";
|
||||
"CAST_CONFIRM_DESC" = "在投屏前显示确认对话框以防意外劫屏。";
|
||||
|
||||
"HIDE_HOVER_CARD" = "隐藏片尾画面悬浮卡片 (YTNoHoverCards)";
|
||||
"HIDE_HOVER_CARD_DESC" = "隐藏视频结尾处的创作者片尾画面元素(缩略图)。";
|
||||
|
||||
"NEW_MINIPLAYER_STYLE" = "新迷你播放器风格 (BigYTMiniPlayer)";
|
||||
"NEW_MINIPLAYER_STYLE_DESC" = "更改本设置需要重启App。";
|
||||
|
||||
"YT_RE_EXPLORE" = "将Shorts选项卡替换成探索选项卡 (YTReExplore)";
|
||||
"YT_RE_EXPLORE_DESC" = "更改本设置需要重启App。";
|
||||
|
||||
"HIDE_SUBTITLES_BUTTON" = "隐藏字幕按钮";
|
||||
"HIDE_SUBTITLES_BUTTON_DESC" = "隐藏视频播放器控制界面上的字幕按钮。";
|
||||
|
||||
"HIDE_AUTOPLAY_SWITCH" = "隐藏自动播放模式开关";
|
||||
"HIDE_AUTOPLAY_SWITCH_DESC" = "隐藏视频播放器控制界面上的自动播放开关。";
|
||||
|
||||
"AUTO_FULLSCREEN" = "自动全屏 (YTAutoFullScreen)";
|
||||
"AUTO_FULLSCREEN_DESC" = "自动全屏播放视频。";
|
||||
|
||||
"HIDE_HUD_MESSAGES" = "隐藏系统提醒";
|
||||
"HIDE_HUD_MESSAGES_DESC" = "例如:\"已启用/停用字幕\"、\"已开启/关闭视频循环播放\"等。";
|
||||
|
||||
"OLED_DARKMODE" = "OLED 深色模式(实验性功能)";
|
||||
"OLED_DARKMODE_DESC" = "在某些情况下可能不会正常工作;更改本设置需要重启App。";
|
||||
|
||||
"OLED_KEYBOARD" = "OLED 键盘(实验性功能)";
|
||||
"OLED_KEYBOARD_DESC" = "在某些情况下可能不会正常工作;更改本设置需要重启App。";
|
||||
|
||||
"HIDE_PAID_PROMOTION_CARDS" = "隐藏付费宣传内容提醒横幅";
|
||||
"HIDE_PAID_PROMOTION_CARDS_DESC" = "隐藏出现在部分视频中的\"包含付费宣传内容\"横幅。";
|
||||
|
||||
// YTCastConfirm
|
||||
"CASTING" = "正在投屏";
|
||||
"MSG_ARE_YOU_SURE" = "您确定要开始投屏吗?";
|
||||
"MSG_YES" = "确定";
|
||||
"MSG_CANCEL" = "取消";
|
||||
Loading…
Reference in a new issue