mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:33:57 -04:00 
			
		
		
		
	added files via upload
This commit is contained in:
		| @@ -0,0 +1,24 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||||
| <plist version="1.0"> | ||||
| <dict> | ||||
| 	<key>CFBundleShortVersionString</key> | ||||
| 	<string>1.0.0</string> | ||||
| 	<key>CFBundleIdentifier</key> | ||||
| 	<string>com.dvntm.ytlite</string> | ||||
| 	<key>CFBundleSignature</key> | ||||
| 	<string>????</string> | ||||
| 	<key>CFBundleInfoDictionaryVersion</key> | ||||
| 	<string>6.0</string> | ||||
| 	<key>CFBundleDevelopmentRegion</key> | ||||
| 	<string>English</string> | ||||
| 	<key>CFBundleExecutable</key> | ||||
| 	<string>YTLite</string> | ||||
| 	<key>CFBundlePackageType</key> | ||||
| 	<string>BNDL</string> | ||||
| 	<key>CFBundleVersion</key> | ||||
| 	<string>1.0</string> | ||||
| 	<key>NSPrincipalClass</key> | ||||
| 	<string>YTLite</string> | ||||
| </dict> | ||||
| </plist> | ||||
| @@ -0,0 +1,136 @@ | ||||
| "General" = "General"; | ||||
| "RemoveAds" = "Remove ads"; | ||||
| "RemoveAdsDesc" = "Removes in-app ads."; | ||||
| "BackgroundPlayback" = "Background playback"; | ||||
| "BackgroundPlaybackDesc" = "Enables background playback."; | ||||
|  | ||||
| "Navbar" = "Navigation bar"; | ||||
| "RemoveCast" = "Hide Cast button"; | ||||
| "RemoveCastDesc" = "Hides Cast button from the Navigation bar."; | ||||
| "RemoveNotifications" = "Hide Notifications button"; | ||||
| "RemoveNotificationsDesc" = "Hides Notifications button from the Navigation bar."; | ||||
| "RemoveSearch" = "Hide Search button"; | ||||
| "RemoveSearchDesc" = "Hides Search button from the Navigation bar."; | ||||
| "StickyNavbar" = "Sticky Navigation bar"; | ||||
| "StickyNavbarDesc" = "Pins the Navigation bar so that it remains visible when scrolling down."; | ||||
| "NoSubbar" = "Hide Subbar"; | ||||
| "NoSubbarDesc" = "Hides Subbar (All, New to you, Live etc.) under the Navigation bar."; | ||||
| "NoYTLogo" = "Remove YouTube logo"; | ||||
| "NoYTLogoDesc" = "Removes YouTube logo in the Navigation bar."; | ||||
|  | ||||
| "Overlay" = "Overlay"; | ||||
| "HideAutoplay" = "Hide Autoplay switch"; | ||||
| "HideAutoplayDesc" = "Hides Autoplay switch from the overlay."; | ||||
| "HideSubs" = "Hide Subtitles button"; | ||||
| "HideSubsDesc" = "Hides Subtitles button from the overlay."; | ||||
| "NoHUDMsgs" = "Hide HUD Messages"; | ||||
| "NoHUDMsgsDesc" = "Hides all feature messages from the player. Example: CC is turned on/off, Video loop is on, etc."; | ||||
| "HidePrevNext" = "Hide Previous and Next buttons"; | ||||
| "HidePrevNextDesc" = "Hides Previous and Next video buttons from overlay."; | ||||
| "ReplacePrevNext" = "Fast forward and Rewind buttons"; | ||||
| "ReplacePrevNextDesc" = "Replaces Previous and Next video buttons to Fast forward and Rewind buttons in overlay."; | ||||
| "NoDarkBg" = "Remove dark background"; | ||||
| "NoDarkBgDesc" = "Removes overlay dark background."; | ||||
| "NoEndScreenCards" = "Hide End screens hover cards"; | ||||
| "NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos."; | ||||
| "NoFullscreenActions" = "Disable fullscreen actions"; | ||||
| "NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode."; | ||||
| "NoRelatedVids" = "No related videos in overlay"; | ||||
| "NoRelatedVidsDesc" = "Removes related videos displayed in the overlay by swiping up."; | ||||
| "NoPromotionCards" = "Hide Paid Promotion cards"; | ||||
| "NoPromotionCardsDesc" = "Hides \"Includes Paid Promotions\" card in promotions included videos."; | ||||
| "NoWatermarks" = "Hide Watermarks"; | ||||
| "NoWatermarksDesc" = "Hides channel watermarks from the player."; | ||||
|  | ||||
| "Player" = "Player"; | ||||
| "Miniplayer" = "Enable mini player"; | ||||
| "MiniplayerDesc" = "Enables the mini player for videos that were not originally designed for it, such as videos targeted for children."; | ||||
| "DisableAutoplay" = "Disable Autoplay videos"; | ||||
| "DisableAutoplayDesc" = "Prevents video playback after opening."; | ||||
| "NoContentWarning" = "Skip content warning"; | ||||
| "NoContentWarningDesc" = "Skips sensitive content warning message."; | ||||
| "ClassicQuality" = "Classic video quality"; | ||||
| "ClassicQualityDesc" = "Brings back classic video quality selection menu."; | ||||
| "DontSnap2Chapter" = "Disable snap to chapter"; | ||||
| "DontSnap2ChapterDesc" = "Disables skipping to the next episode by double-tap gesture."; | ||||
| "RedProgressBar" = "Red progress bar"; | ||||
| "RedProgressBarDesc" = "Brings back red progress bar."; | ||||
| "NoHints" = "Disable hints"; | ||||
| "NoHintsDesc" = "Disables hints by author which appears at the top-right corner during playback."; | ||||
| "NoFreeZoom" = "Disable free zoom gesture"; | ||||
| "NoFreeZoomDesc" = "Disables new free zoom gestures."; | ||||
| "ExitFullscreen" = "Exit fullscreen mode on finish"; | ||||
| "ExitFullscreenDesc" = "Exits fullscreen mode at the end of video playback."; | ||||
| "NoDoubleTap2Seek" = "Disable double tap to seek"; | ||||
| "NoDoubleTap2SeekDesc" = "Disables double tap to seek gesture."; | ||||
|  | ||||
| "Tabbar" = "Tab bar"; | ||||
| "RemoveLabels" = "Remove labels"; | ||||
| "RemoveLabelsDesc" = "Removes tab labels."; | ||||
| "ReExplore" = "Replace Shorts tab with Explore tab"; | ||||
| "ReExploreDesc" = "Shows Explore tab instead of Shorts tab as on old YouTube versions."; | ||||
| "HideShortsTab" = "Hide Shorts tab"; | ||||
| "HideShortsTabDesc" = "Hides Shorts tab from the Tab bar"; | ||||
| "HideSubscriptionsTab" = "Hide Subscriptions tab"; | ||||
| "HideSubscriptionsTabDesc" = "Hides Subscriptions tab from the Tab bar"; | ||||
| "HideUploadButton" = "Hide Upload button"; | ||||
| "HideUploadButtonDesc" = "Hides Upload button from the Tab bar"; | ||||
| "HideLibraryTab" = "Hide Library tab"; | ||||
| "HideLibraryTabDesc" = "Hides Library tab from the Tab bar"; | ||||
|  | ||||
| "Shorts" = "Shorts"; | ||||
| "HideShorts" = "Hide Shorts videos"; | ||||
| "HideShortsDesc" = "Hides Shorts videos from Homepage, Recommended etc. (Not applied to Watch history)"; | ||||
| "ShortsProgress" = "Enable progress bar"; | ||||
| "ShortsProgressDesc" = "Displays progress bar in the Shorts overlay."; | ||||
| "ResumeShorts" = "Don't start from Shorts tab"; | ||||
| "ResumeShortsDesc" = "Prevents starting from Shorts videos at the opening app, which happens if YouTube was closed while watching Shorts."; | ||||
| "HideShortsLogo" = "Hide Shorts logo"; | ||||
| "HideShortsLogoDesc" = "Hides Shorts logo in the top left corner."; | ||||
| "HideShortsSearch" = "Hide Search button"; | ||||
| "HideShortsSearchDesc" = "Hides Search button from the Shorts overlay."; | ||||
| "HideShortsCamera" = "Hide Camera button"; | ||||
| "HideShortsCameraDesc" = "Hides Camera button from the Shorts overlay."; | ||||
| "HideShortsMore" = "Hide More (⋮) button"; | ||||
| "HideShortsMoreDesc" = "Hides More (⋮) button from the Shorts overlay. It's also accessible by long-pressing the screen."; | ||||
| "HideShortsSubscriptions" = "Hide Subscriptions button"; | ||||
| "HideShortsSubscriptionsDesc" = "Hides Subscriptions button which appears when Shorts paused."; | ||||
| "HideShortsLike" = "Hide Like button"; | ||||
| "HideShortsLikeDesc" = "Hides Like button from the Shorts overlay."; | ||||
| "HideShortsDislike" = "Hide Dislike button"; | ||||
| "HideShortsDislikeDesc" = "Hides Dislike button from the Shorts overlay."; | ||||
| "HideShortsComments" = "Hide Comments button"; | ||||
| "HideShortsCommentsDesc" = "Hides Comments button from the Shorts overlay."; | ||||
| "HideShortsRemix" = "Hide Remix button"; | ||||
| "HideShortsRemixDesc" = "Hides Remix button from the Shorts overlay."; | ||||
| "HideShortsShare" = "Hide Share button"; | ||||
| "HideShortsShareDesc" = "Hides Share button from the Shorts overlay."; | ||||
| "HideShortsAvatars" = "Hide channels avatar"; | ||||
| "HideShortsAvatarsDesc" = "Hides profile picture in the bottom right corner."; | ||||
| "HideShortsThanks" = "Hide Superthanks button"; | ||||
| "HideShortsThanksDesc" = "Hides Superthanks (Donate) button from the Shorts overlay."; | ||||
| "HideShortsChannelName" = "Hide Channel name"; | ||||
| "HideShortsChannelNameDesc" = "Hides Channel name and Subscribe button from the Shorts overlay."; | ||||
| "HideShortsDescription" = "Hide Description"; | ||||
| "HideShortsDescriptionDesc" = "Hides Shorts description under channel name."; | ||||
| "HideShortsAudioTrack" = "Hide AudioTrack"; | ||||
| "HideShortsAudioTrackDesc" = "Hides AudioTrack under Shorts description."; | ||||
|  | ||||
| "Startup" = "Startup page"; | ||||
| "Home" = "Home"; | ||||
| "Explore" = "Explore"; | ||||
| "ShortsTab" = "Shorts"; | ||||
| "Subscriptions" = "Subscriptions"; | ||||
| "Library" = "Library"; | ||||
| "Warning" = "Warning"; | ||||
| "TabIsHidden" = "Hidden tab cannot be selected as startup page"; | ||||
|  | ||||
| "Version" = "Version"; | ||||
| "About" = "About"; | ||||
| "Credits" = "Credits"; | ||||
| "Developer" = "YTLite developer"; | ||||
| "Advanced" = "Advanced mode"; | ||||
| "ResetSettings" = "Reset YTLite settings"; | ||||
| "ResetMessage" = "This option will reset YTLite settings to default and close YouTube.\n\nAre you sure you want to continue?"; | ||||
| "Yes" = "Yes"; | ||||
| "No" = "No"; | ||||
| @@ -0,0 +1,136 @@ | ||||
| "General" = "Основные"; | ||||
| "RemoveAds" = "Убрать рекламу"; | ||||
| "RemoveAdsDesc" = "Убирает рекламу в приложении."; | ||||
| "BackgroundPlayback" = "Фоновое воспроизведение"; | ||||
| "BackgroundPlaybackDesc" = "Активирует фоновое воспроизведение."; | ||||
|  | ||||
| "Navbar" = "Панель навигации"; | ||||
| "RemoveCast" = "Скрыть «Трансляция»"; | ||||
| "RemoveCastDesc" = "Скрывает кнопку трансляции с панели навигации."; | ||||
| "RemoveNotifications" = "Скрыть «Уведомления»"; | ||||
| "RemoveNotificationsDesc" = "Скрывает кнопку уведомлений с панели навигации."; | ||||
| "RemoveSearch" = "Скрыть «Поиск»"; | ||||
| "RemoveSearchDesc" = "Скрвыает кнопку поиска с панели навигации."; | ||||
| "StickyNavbar" = "Закрепить панель навигации"; | ||||
| "StickyNavbarDesc" = "Закрепляет панель навигации в верхней части экрана, запрещая ему скрываться во время скролла страницы вниз."; | ||||
| "NoSubbar" = "Скрыть наклейки"; | ||||
| "NoSubbarDesc" = "Скрывает панель с наклейками (Все, Новое для вас, Сейчас в эфире и т.д.) под панелью навигации."; | ||||
| "NoYTLogo" = "Скрыть логотип YouTube"; | ||||
| "NoYTLogoDesc" = "Убирает логотип YouTube с панели навигации."; | ||||
|  | ||||
| "Overlay" = "Настройки оверлея"; | ||||
| "HideAutoplay" = "Скрыть «Автовоспроизведение»"; | ||||
| "HideAutoplayDesc" = "Скрывает тумблер «Автовоспроизведение» с оверлея плеера."; | ||||
| "HideSubs" = "Скрыть «Субтитры»"; | ||||
| "HideSubsDesc" = "Скрывает кнопку субтитров с оверлея плеера."; | ||||
| "NoHUDMsgs" = "Скрыть сообщения плеера"; | ||||
| "NoHUDMsgsDesc" = "Скрывает надписи YouTube, появляющиеся поверх видео."; | ||||
| "HidePrevNext" = "Скрыть «След.» и «Пред.»"; | ||||
| "HidePrevNextDesc" = "Убирает переключатели «Следующий» и «Предыдущий» с плеера"; | ||||
| "ReplacePrevNext" = "Перемотка вместо «След.» и «Пред.»"; | ||||
| "ReplacePrevNextDesc" = "Заменяет переключатели «Следующий» и «Предыдущий» на перемотку на 10 сек. в окне плеера."; | ||||
| "NoDarkBg" = "Не затемнять фон плеера"; | ||||
| "NoDarkBgDesc" = "Убирает затемнение экрана под кнопками управления плеером."; | ||||
| "NoEndScreenCards" = "Скрыть рекомендации"; | ||||
| "NoEndScreenCardsDesc" = "Скрывает эскизы, отображаемые по окончанию видеоролика."; | ||||
| "NoFullscreenActions" = "Отключить панель действий"; | ||||
| "NoFullscreenActionsDesc" = "Отключает панель действий, отображающуюся под прогресс-баром плеера."; | ||||
| "NoRelatedVids" = "Скрыть рекомендации в оверлее"; | ||||
| "NoRelatedVidsDesc" = "Скрывает рекомендации, отображаемые по свайпу вверх в плеере."; | ||||
| "NoPromotionCards" = "Скрыть сообщение «Есть реклама»"; | ||||
| "NoPromotionCardsDesc" = "Скрывает всплывающее сообщение «Есть реклама» в роликах со спонсорской рекламой."; | ||||
| "NoWatermarks" = "Скрыть водяные знаки"; | ||||
| "NoWatermarksDesc" = "Скрывает значки каналов в плеере."; | ||||
|  | ||||
| "Player" = "Настройки плеера"; | ||||
| "Miniplayer" = "Разрешить миниплеер"; | ||||
| "MiniplayerDesc" = "Принудительно активирует миниплеер для видео, в которых изначально не был предназначен (например, видеоролики для детей)."; | ||||
| "DisableAutoplay" = "Запретить автовоспроизведение"; | ||||
| "DisableAutoplayDesc" = "Принудительно запрещает автовоспроизведение видео при его открытии."; | ||||
| "NoContentWarning" = "Пропускать предупреждения"; | ||||
| "NoContentWarningDesc" = "Пропускает предупреждения, всплывающие перед воспроизведением некоторого контента."; | ||||
| "ClassicQuality" = "Классический выбор качества"; | ||||
| "ClassicQualityDesc" = "Возвращает классическое меню выбора качества в меню плеера."; | ||||
| "DontSnap2Chapter" = "Не перематывать эпизоды"; | ||||
| "DontSnap2ChapterDesc" = "Отключает жест перемотки к следующему эпизоду двойным нажатием."; | ||||
| "RedProgressBar" = "Красный прогресс-бар"; | ||||
| "RedProgressBarDesc" = "Возвращает красный прогресс-бар вместо нового, серого цвета."; | ||||
| "NoHints" = "Отключить подсказки"; | ||||
| "NoHintsDesc" = "Скрывает подсказки от авторов видео, появляющиеся в правом верхнем углу."; | ||||
| "NoFreeZoom" = "Отключить жесты для зума"; | ||||
| "NoFreeZoomDesc" = "Отключает жесты приближения для нового зума."; | ||||
| "ExitFullscreen" = "Автовыход из полноэкранного режима"; | ||||
| "ExitFullscreenDesc" = "Выходит из полноэкранного режима по окончанию воспроизведения."; | ||||
| "NoDoubleTap2Seek" = "Отключить перемотку двойным тапом"; | ||||
| "NoDoubleTap2SeekDesc" = "Отключает перемотку двойным тапом в плеере."; | ||||
|  | ||||
| "Tabbar" = "Панель вкладок"; | ||||
| "RemoveLabels" = "Скрыть названия"; | ||||
| "RemoveLabelsDesc" = "Скрывает названия вкладок."; | ||||
| "ReExplore" = "Вкладка «Навигация» вместо «Shorts»"; | ||||
| "ReExploreDesc" = "Заменяет вкладку «Shorts» на привычную нам «Навигацию»."; | ||||
| "HideShortsTab" = "Скрыть «Shorts»"; | ||||
| "HideShortsTabDesc" = "Скрывает вкладку «Shorts» с панели вкладок."; | ||||
| "HideSubscriptionsTab" = "Скрыть «Подписки»"; | ||||
| "HideSubscriptionsTabDesc" = "Скрывает вкладку «Подписки» с панели вкладок."; | ||||
| "HideUploadButton" = "Скрыть «Создать» (+)"; | ||||
| "HideUploadButtonDesc" = "Скрывает кнопку «Создать» с панели вкладок."; | ||||
| "HideLibraryTab" = "Скрыть «Библиотеку»"; | ||||
| "HideLibraryTabDesc" = "Скрывает вкладку «Библиотека» с панели вкладок."; | ||||
|  | ||||
| "Shorts" = "Настройки Shorts"; | ||||
| "HideShorts" = "Скрыть видеоролики Shorts"; | ||||
| "HideShortsDesc" = "Скрывает видеоролики, помеченные как Shorts с Главного экрана, Рекомендаций и т.д. (Не применяется к истории просмотров)"; | ||||
| "ShortsProgress" = "Показывать прогресс-бар"; | ||||
| "ShortsProgressDesc" = "Отображает прогресс-бар в плеере Shorts."; | ||||
| "ResumeShorts" = "Всегда запускать с Главной страницы"; | ||||
| "ResumeShortsDesc" = "Предотвращает запуск видеороликов Shorts при открытии YouTube. Это происходит, если закрыть YouTube при просмотре Shorts."; | ||||
| "HideShortsLogo" = "Скрыть логотип Shorts"; | ||||
| "HideShortsLogoDesc" = "Скрывает логотип Shorts, расположенный в верхнем левом углу."; | ||||
| "HideShortsSearch" = "Скрыть кнопку «Поиск»"; | ||||
| "HideShortsSearchDesc" = "Скрывает кнопку поиска с плеера Shorts."; | ||||
| "HideShortsCamera" = "Скрыть кнопку «Камера»"; | ||||
| "HideShortsCameraDesc" = "Скрывает кнопку камеры с плеера Shorts."; | ||||
| "HideShortsMore" = "Скрыть кнопку «⋮»"; | ||||
| "HideShortsMoreDesc" = "Скрывает кнопку «Еще» (⋮) с плеера Shorts. Данное меню также доступно долгим нажатием по экрану."; | ||||
| "HideShortsSubscriptions" = "Скрыть «Подписки»"; | ||||
| "HideShortsSubscriptionsDesc" = "Скрывает кнопку «Подписки», появляющуюся при остановке воспроизведения."; | ||||
| "HideShortsLike" = "Скрыть кнопку «Лайк»"; | ||||
| "HideShortsLikeDesc" = "Скрывает кнопку лайка с плеера Shorts."; | ||||
| "HideShortsDislike" = "Скрыть кнопку «Дизлайк»"; | ||||
| "HideShortsDislikeDesc" = "Скрывает кнопку дизлайка с плеера Shorts."; | ||||
| "HideShortsComments" = "Скрыть кнопку «Комментарии»"; | ||||
| "HideShortsCommentsDesc" = "Скрывает кнопку комментариев с плеера Shorts."; | ||||
| "HideShortsRemix" = "Скрыть кнопку «Ремикс»"; | ||||
| "HideShortsRemixDesc" = "Скрывает кнопку для создания ремикса с плеера Shorts."; | ||||
| "HideShortsShare" = "Скрыть кнопку «Поделиться»"; | ||||
| "HideShortsShareDesc" = "Скрывает кнопку поделиться с плеера Shorts."; | ||||
| "HideShortsAvatars" = "Скрыть аватарку"; | ||||
| "HideShortsAvatarsDesc" = "Скрывает аватарку пользователя в правом нижнем углу."; | ||||
| "HideShortsThanks" = "Скрыть «Суперспасибо»"; | ||||
| "HideShortsThanksDesc" = "Скрывает кнопку отправки доната (суперспасибо) с плеера Shorts."; | ||||
| "HideShortsChannelName" = "Скрыть название канала"; | ||||
| "HideShortsChannelNameDesc" = "Скрывает название канала и кнопку «Подписаться» с плеера Shorts."; | ||||
| "HideShortsDescription" = "Скрыть описание ролика"; | ||||
| "HideShortsDescriptionDesc" = "Скрывает описание ролика, отображающееся под названием канала."; | ||||
| "HideShortsAudioTrack" = "Скрыть аудиодорожку"; | ||||
| "HideShortsAudioTrackDesc" = "Скрывает информацию об аудиодорожке в нижней части плеера."; | ||||
|  | ||||
| "Startup" = "Начальная страница"; | ||||
| "Home" = "Главная"; | ||||
| "Explore" = "Навигация"; | ||||
| "ShortsTab" = "Shorts"; | ||||
| "Subscriptions" = "Подписки"; | ||||
| "Library" = "Библиотека"; | ||||
| "Warning" = "Внимание"; | ||||
| "TabIsHidden" = "Скрытая вкладка не может быть выбрана в качестве начальной страницы"; | ||||
|  | ||||
| "Version" = "Версия"; | ||||
| "About" = "О твике"; | ||||
| "Credits" = "Авторы"; | ||||
| "Developer" = "Разработчик твика"; | ||||
| "Advanced" = "Расширенный режим"; | ||||
| "ResetSettings" = "Сбросить настройки твика"; | ||||
| "ResetMessage" = "Данное действие сбросит настройки YTLite к значениям по умолчанию и закроет YouTube.\n\nУверены, что хотите продолжить?"; | ||||
| "Yes" = "Да"; | ||||
| "No" = "Нет"; | ||||
| @@ -0,0 +1,136 @@ | ||||
| "General" = "常规"; | ||||
| "RemoveAds" = "移除广告"; | ||||
| "RemoveAdsDesc" = "删除程序内的广告"; | ||||
| "BackgroundPlayback" = "后台播放"; | ||||
| "BackgroundPlaybackDesc" = "启用后台播放"; | ||||
|  | ||||
| "Navbar" = "导航栏"; | ||||
| "RemoveCast" = "隐藏投射按钮"; | ||||
| "RemoveCastDesc" = "从导航栏中隐藏投射按钮"; | ||||
| "RemoveNotifications" = "隐藏通知按钮"; | ||||
| "RemoveNotificationsDesc" = "从导航栏中隐藏通知按钮"; | ||||
| "RemoveSearch" = "隐藏搜索按钮"; | ||||
| "RemoveSearchDesc" = "从导航栏中隐藏搜索按钮"; | ||||
| "StickyNavbar" = "Sticky Navigation bar"; | ||||
| "StickyNavbarDesc" = "Pins the Navigation bar so that it remains visible when scrolling down."; | ||||
| "NoSubbar" = "Hide Subbar"; | ||||
| "NoSubbarDesc" = "Hides Subbar (All, New to you, Live etc.) under the Navigation bar."; | ||||
| "NoYTLogo" = "Remove YouTube logo"; | ||||
| "NoYTLogoDesc" = "Removes YouTube logo in the Navigation bar."; | ||||
|  | ||||
| "Overlay" = "Overlay"; | ||||
| "HideAutoplay" = "Hide Autoplay switch"; | ||||
| "HideAutoplayDesc" = "Hides Autoplay switch from the overlay."; | ||||
| "HideSubs" = "Hide Subtitles button"; | ||||
| "HideSubsDesc" = "Hides Subtitles button from the overlay."; | ||||
| "NoHUDMsgs" = "Hide HUD Messages"; | ||||
| "NoHUDMsgsDesc" = "Hides all feature messages from the player. Example: CC is turned on/off, Video loop is on, etc."; | ||||
| "HidePrevNext" = "Hide Previous and Next buttons"; | ||||
| "HidePrevNextDesc" = "Hides Previous and Next video buttons from overlay."; | ||||
| "ReplacePrevNext" = "Fast forward and Rewind buttons"; | ||||
| "ReplacePrevNextDesc" = "Replaces Previous and Next video buttons to Fast forward and Rewind buttons in overlay."; | ||||
| "NoDarkBg" = "Remove dark background"; | ||||
| "NoDarkBgDesc" = "Removes overlay dark background."; | ||||
| "NoEndScreenCards" = "Hide End screens hover cards"; | ||||
| "NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos."; | ||||
| "NoFullscreenActions" = "Disable fullscreen actions"; | ||||
| "NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode."; | ||||
| "NoRelatedVids" = "No related videos in overlay"; | ||||
| "NoRelatedVidsDesc" = "Removes related videos displayed in the overlay by swiping up."; | ||||
| "NoPromotionCards" = "Hide Paid Promotion cards"; | ||||
| "NoPromotionCardsDesc" = "Hides \"Includes Paid Promotions\" card in promotions included videos."; | ||||
| "NoWatermarks" = "Hide Watermarks"; | ||||
| "NoWatermarksDesc" = "Hides channel watermarks from the player."; | ||||
|  | ||||
| "Player" = "Player"; | ||||
| "Miniplayer" = "Enable mini player"; | ||||
| "MiniplayerDesc" = "Enables the mini player for videos that were not originally designed for it, such as videos targeted for children."; | ||||
| "DisableAutoplay" = "Disable Autoplay videos"; | ||||
| "DisableAutoplayDesc" = "Prevents video playback after opening."; | ||||
| "NoContentWarning" = "Skip content warning"; | ||||
| "NoContentWarningDesc" = "Skips sensitive content warning message."; | ||||
| "ClassicQuality" = "Classic video quality"; | ||||
| "ClassicQualityDesc" = "Brings back classic video quality selection menu."; | ||||
| "DontSnap2Chapter" = "Disable snap to chapter"; | ||||
| "DontSnap2ChapterDesc" = "Disables skipping to the next episode by double-tap gesture."; | ||||
| "RedProgressBar" = "Red progress bar"; | ||||
| "RedProgressBarDesc" = "Brings back red progress bar."; | ||||
| "NoHints" = "Disable hints"; | ||||
| "NoHintsDesc" = "Disables hints by author which appears at the top-right corner during playback."; | ||||
| "NoFreeZoom" = "Disable free zoom gesture"; | ||||
| "NoFreeZoomDesc" = "Disables new free zoom gestures."; | ||||
| "ExitFullscreen" = "Exit fullscreen mode on finish"; | ||||
| "ExitFullscreenDesc" = "Exits fullscreen mode at the end of video playback."; | ||||
| "NoDoubleTap2Seek" = "Disable double tap to seek"; | ||||
| "NoDoubleTap2SeekDesc" = "Disables double tap to seek gesture."; | ||||
|  | ||||
| "Tabbar" = "选项卡栏"; | ||||
| "RemoveLabels" = "移除标签"; | ||||
| "RemoveLabelsDesc" = "删除选项卡标签"; | ||||
| "ReExplore" = "Replace Shorts tab with Explore tab"; | ||||
| "ReExploreDesc" = "Shows Explore tab instead of Shorts tab as on old YouTube versions."; | ||||
| "HideShortsTab" = "隐藏短视频"; | ||||
| "HideShortsTabDesc" = "从选项卡栏中隐藏短视频"; | ||||
| "HideSubscriptionsTab" = "隐藏订阅内容"; | ||||
| "HideSubscriptionsTabDesc" = "从选项卡栏中隐藏订阅内容"; | ||||
| "HideUploadButton" = "隐藏上传按钮"; | ||||
| "HideUploadButtonDesc" = "从选项卡栏中隐藏上传按钮"; | ||||
| "HideLibraryTab" = "隐藏媒体库"; | ||||
| "HideLibraryTabDesc" = "从选项卡栏中隐藏媒体库"; | ||||
|  | ||||
| "Shorts" = "Shorts"; | ||||
| "HideShorts" = "Hide Shorts videos"; | ||||
| "HideShortsDesc" = "Hides Shorts videos from Homepage, Recommended etc. (Not applied to Watch history)"; | ||||
| "ShortsProgress" = "Enable progress bar"; | ||||
| "ShortsProgressDesc" = "Displays progress bar in the Shorts overlay."; | ||||
| "ResumeShorts" = "Don't start from Shorts tab"; | ||||
| "ResumeShortsDesc" = "Prevents starting from Shorts videos at the opening app, which happens if YouTube was closed while watching Shorts."; | ||||
| "HideShortsLogo" = "Hide Shorts logo"; | ||||
| "HideShortsLogoDesc" = "Hides Shorts logo in the top left corner."; | ||||
| "HideShortsSearch" = "Hide Search button"; | ||||
| "HideShortsSearchDesc" = "Hides Search button from the Shorts overlay."; | ||||
| "HideShortsCamera" = "Hide Camera button"; | ||||
| "HideShortsCameraDesc" = "Hides Camera button from the Shorts overlay."; | ||||
| "HideShortsMore" = "Hide More (⋮) button"; | ||||
| "HideShortsMoreDesc" = "Hides More (⋮) button from the Shorts overlay. It's also accessible by long-pressing the screen."; | ||||
| "HideShortsSubscriptions" = "Hide Subscriptions button"; | ||||
| "HideShortsSubscriptionsDesc" = "Hides Subscriptions button which appears when Shorts paused."; | ||||
| "HideShortsLike" = "Hide Like button"; | ||||
| "HideShortsLikeDesc" = "Hides Like button from the Shorts overlay."; | ||||
| "HideShortsDislike" = "Hide Dislike button"; | ||||
| "HideShortsDislikeDesc" = "Hides Dislike button from the Shorts overlay."; | ||||
| "HideShortsComments" = "Hide Comments button"; | ||||
| "HideShortsCommentsDesc" = "Hides Comments button from the Shorts overlay."; | ||||
| "HideShortsRemix" = "Hide Remix button"; | ||||
| "HideShortsRemixDesc" = "Hides Remix button from the Shorts overlay."; | ||||
| "HideShortsShare" = "Hide Share button"; | ||||
| "HideShortsShareDesc" = "Hides Share button from the Shorts overlay."; | ||||
| "HideShortsAvatars" = "Hide channels avatar"; | ||||
| "HideShortsAvatarsDesc" = "Hides profile picture in the bottom right corner."; | ||||
| "HideShortsThanks" = "Hide Superthanks button"; | ||||
| "HideShortsThanksDesc" = "Hides Superthanks (Donate) button from the Shorts overlay."; | ||||
| "HideShortsChannelName" = "Hide Channel name"; | ||||
| "HideShortsChannelNameDesc" = "Hides Channel name and Subscribe button from the Shorts overlay."; | ||||
| "HideShortsDescription" = "Hide Description"; | ||||
| "HideShortsDescriptionDesc" = "Hides Shorts description under channel name."; | ||||
| "HideShortsAudioTrack" = "Hide AudioTrack"; | ||||
| "HideShortsAudioTrackDesc" = "Hides AudioTrack under Shorts description."; | ||||
|  | ||||
| "Startup" = "Startup page"; | ||||
| "Home" = "Home"; | ||||
| "Explore" = "Explore"; | ||||
| "ShortsTab" = "Shorts"; | ||||
| "Subscriptions" = "Subscriptions"; | ||||
| "Library" = "Library"; | ||||
| "Warning" = "Warning"; | ||||
| "TabIsHidden" = "Hidden tab cannot be selected as startup page"; | ||||
|  | ||||
| "Version" = "版本"; | ||||
| "About" = "关于"; | ||||
| "Credits" = "信息"; | ||||
| "Developer" = "YTLite开发者"; | ||||
| "Advanced" = "Advanced mode"; | ||||
| "ResetSettings" = "Reset YTLite settings"; | ||||
| "ResetMessage" = "This option will reset YTLite settings to default and close YouTube.\n\nAre you sure you want to continue?"; | ||||
| "Yes" = "Yes"; | ||||
| "No" = "No"; | ||||
		Reference in New Issue
	
	Block a user
	 Balackburn
					Balackburn