Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88fea4f898 | ||
|
|
fdfaa63fc0 | ||
|
|
6dcfaa3304 | ||
|
|
af7b3ab7d7 | ||
|
|
9b3a31068f | ||
|
|
d68f386698 | ||
|
|
644287173f | ||
|
|
555231828b | ||
|
|
972c651fe5 | ||
|
|
0848613088 | ||
|
|
fcc16d93e1 | ||
|
|
d0b0a24819 | ||
|
|
e5894e7291 | ||
|
|
c3cc0b4286 | ||
|
|
3372a0e8fa | ||
|
|
352a09b3e2 | ||
|
|
e5911db645 | ||
|
|
627578782e | ||
|
|
7902358abd | ||
|
|
1a0366b2a1 | ||
|
|
a8b747323e | ||
|
|
ea18023a91 | ||
|
|
5cbb044637 | ||
|
|
ffed2f814f | ||
|
|
51eccd0abf | ||
|
|
44d7cf3b59 | ||
|
|
9ffdd62b8d | ||
|
|
1991a9d6ee |
@@ -1,2 +1,3 @@
|
|||||||
github: dayanch96
|
github: dayanch96
|
||||||
ko_fi: dayanch96
|
ko_fi: dayanch96
|
||||||
|
buy_me_a_coffee: dayanch96
|
||||||
|
|||||||
@@ -0,0 +1,61 @@
|
|||||||
|
name: Bug report
|
||||||
|
description: This issue template is designed to help you report problems and suggest improvements for our project.
|
||||||
|
labels: bug
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the bug
|
||||||
|
description: Describe the issue in detail here, including any relevant context or background information. Be clear and concise.
|
||||||
|
placeholder: |
|
||||||
|
Enter your description here
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: |
|
||||||
|
Steps to reproduce the behavior (bug)
|
||||||
|
placeholder: |
|
||||||
|
Example:
|
||||||
|
1. Go to Main tab
|
||||||
|
2. Tap to the video
|
||||||
|
3. See error
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Crashlog
|
||||||
|
description: |
|
||||||
|
**Do not put text from crashlog, include zipped Crashlog_File.ips instead**
|
||||||
|
|
||||||
|
**To find and attach your crashlog:**
|
||||||
|
1. Open the Analytics & Improvements section of Settings on the device.
|
||||||
|
2. Tap Analytics Data.
|
||||||
|
3. Locate the log for your app. The log name starts with YouTubeMusic_(DateTime).
|
||||||
|
4. Select the desired log.
|
||||||
|
5. Tap the Share icon, save it in the Files app, then zip saved file.
|
||||||
|
placeholder: |
|
||||||
|
Drag and drop your Crashlog.zip here.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Post Requisites
|
||||||
|
description: |
|
||||||
|
**IMPORTANT:** Read carefully before checking the box.
|
||||||
|
options:
|
||||||
|
- label: I have checked that a similar issue has not been reported before.
|
||||||
|
required: true
|
||||||
|
- label: Verified the relevance of the project and the version you are using.
|
||||||
|
required: true
|
||||||
|
- label: Provided a detailed description of the problem and have filled in all required fields.
|
||||||
|
required: true
|
||||||
|
- label: I did not answer truthfully to **ALL** the above checkboxes.
|
||||||
|
required: false
|
||||||
|
- label: By submitting this issue, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the issue being closed without discussion, and repeated violations may lead to restrict account from further participation.**
|
||||||
|
required: true
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
name: Feature request
|
||||||
|
description: This template is designed to help you suggest improvements or new features for our project.
|
||||||
|
labels: enhancement
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature request
|
||||||
|
description: Describe the feature or enhancement in detail here. Include any relevant context or background information. Be clear and concise.
|
||||||
|
placeholder: |
|
||||||
|
Enter your description here
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Post Requisites
|
||||||
|
description: |
|
||||||
|
**IMPORTANT:** Read carefully before checking the box.
|
||||||
|
options:
|
||||||
|
- label: I have checked that a similar feature request has not been reported before.
|
||||||
|
required: true
|
||||||
|
- label: Verified the relevance of the project and the version you are using.
|
||||||
|
required: true
|
||||||
|
- label: Provided a detailed description of the request and have filled in all required fields.
|
||||||
|
required: true
|
||||||
|
- label: I did not answer truthfully to **ALL** the above checkboxes.
|
||||||
|
required: false
|
||||||
|
- label: By submitting this request, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the request being closed without discussion, and repeated violations may lead to restrict account from further participation.**
|
||||||
|
required: true
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2023 dayanch96
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
@@ -5,7 +5,7 @@ endif
|
|||||||
DEBUG=0
|
DEBUG=0
|
||||||
FINALPACKAGE=1
|
FINALPACKAGE=1
|
||||||
ARCHS = arm64
|
ARCHS = arm64
|
||||||
PACKAGE_VERSION = 3.0
|
PACKAGE_VERSION = 3.0.1
|
||||||
TARGET := iphone:clang:latest:13.0
|
TARGET := iphone:clang:latest:13.0
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|||||||
+2
-1
@@ -85,7 +85,8 @@ static NSString *GetCacheSize() {
|
|||||||
else {
|
else {
|
||||||
ytlSetBool(enabled, key);
|
ytlSetBool(enabled, key);
|
||||||
|
|
||||||
if (ytlBool(@"removeLabels") || ytlBool(@"reExplore") || ytlBool(@"addExplore") || ytlBool(@"removeShorts") || ytlBool(@"removeSubscriptions") || ytlBool(@"removeUploads") || ytlBool(@"removeLibrary")) {
|
NSArray *keys = @[@"removeLabels", @"removeIndicators", @"reExplore", @"addExplore", @"removeShorts", @"removeSubscriptions", @"removeUploads", @"removeLibrary"];
|
||||||
|
if ([keys containsObject:key]) {
|
||||||
[[[%c(YTHeaderContentComboViewController) alloc] init] refreshPivotBar];
|
[[[%c(YTHeaderContentComboViewController) alloc] init] refreshPivotBar];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -213,7 +213,6 @@
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
@interface YTSegmentableInlinePlayerBarView : UIView
|
@interface YTSegmentableInlinePlayerBarView : UIView
|
||||||
@property (nonatomic, assign, readonly) CGFloat totalTime;
|
|
||||||
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|||||||
@@ -411,6 +411,20 @@ void addEndTime(YTPlayerViewController *self, YTSingleVideoController *video, YT
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void autoSkipShorts(YTPlayerViewController *self, YTSingleVideoController *video, YTSingleVideoTime *time) {
|
||||||
|
if (!ytlBool(@"autoSkipShorts")) return;
|
||||||
|
|
||||||
|
if (floor(time.time) >= floor(video.totalMediaTime)) {
|
||||||
|
if ([self.parentViewController isKindOfClass:%c(YTShortsPlayerViewController)]) {
|
||||||
|
YTShortsPlayerViewController *shortsVC = (YTShortsPlayerViewController *)self.parentViewController;
|
||||||
|
|
||||||
|
if ([shortsVC respondsToSelector:@selector(reelContentViewRequestsAdvanceToNextVideo:)]) {
|
||||||
|
[shortsVC performSelector:@selector(reelContentViewRequestsAdvanceToNextVideo:)];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
%hook YTPlayerViewController
|
%hook YTPlayerViewController
|
||||||
- (void)loadWithPlayerTransition:(id)arg1 playbackConfig:(id)arg2 {
|
- (void)loadWithPlayerTransition:(id)arg1 playbackConfig:(id)arg2 {
|
||||||
%orig;
|
%orig;
|
||||||
@@ -520,12 +534,14 @@ void addEndTime(YTPlayerViewController *self, YTSingleVideoController *video, YT
|
|||||||
%orig;
|
%orig;
|
||||||
|
|
||||||
addEndTime(self, video, time);
|
addEndTime(self, video, time);
|
||||||
|
autoSkipShorts(self, video, time);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)potentiallyMutatedSingleVideo:(YTSingleVideoController *)video currentVideoTimeDidChange:(YTSingleVideoTime *)time {
|
- (void)potentiallyMutatedSingleVideo:(YTSingleVideoController *)video currentVideoTimeDidChange:(YTSingleVideoTime *)time {
|
||||||
%orig;
|
%orig;
|
||||||
|
|
||||||
addEndTime(self, video, time);
|
addEndTime(self, video, time);
|
||||||
|
autoSkipShorts(self, video, time);
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -793,7 +809,7 @@ static BOOL isOverlayShown = YES;
|
|||||||
if (ytlBool(@"pinchToFullscreenShorts") && [self.playerViewDelegate.parentViewController isKindOfClass:NSClassFromString(@"YTShortsPlayerViewController")]) {
|
if (ytlBool(@"pinchToFullscreenShorts") && [self.playerViewDelegate.parentViewController isKindOfClass:NSClassFromString(@"YTShortsPlayerViewController")]) {
|
||||||
YTShortsPlayerViewController *shortsPlayerVC = (YTShortsPlayerViewController *)self.playerViewDelegate.parentViewController;
|
YTShortsPlayerViewController *shortsPlayerVC = (YTShortsPlayerViewController *)self.playerViewDelegate.parentViewController;
|
||||||
YTReelContentView *contentView = (YTReelContentView *)shortsPlayerVC.view;
|
YTReelContentView *contentView = (YTReelContentView *)shortsPlayerVC.view;
|
||||||
UIWindow *mainWindow = [UIApplication sharedApplication].windows.firstObject;
|
UIWindow *mainWindow = [[[UIApplication sharedApplication] delegate] window];
|
||||||
YTAppViewController *appVC = (YTAppViewController *)mainWindow.rootViewController;
|
YTAppViewController *appVC = (YTAppViewController *)mainWindow.rootViewController;
|
||||||
|
|
||||||
if (gesture.scale > 1) {
|
if (gesture.scale > 1) {
|
||||||
@@ -837,26 +853,13 @@ static BOOL isOverlayShown = YES;
|
|||||||
|
|
||||||
[[%c(YTToastResponderEvent) eventWithMessage:LOC(@"ShortsModeTurnedOff") firstResponder:[%c(YTUIUtils) topViewControllerForPresenting]] send];
|
[[%c(YTToastResponderEvent) eventWithMessage:LOC(@"ShortsModeTurnedOff") firstResponder:[%c(YTUIUtils) topViewControllerForPresenting]] send];
|
||||||
|
|
||||||
UIWindow *mainWindow = [UIApplication sharedApplication].windows.firstObject;
|
UIWindow *mainWindow = [[[UIApplication sharedApplication] delegate] window];
|
||||||
YTAppViewController *appVC = (YTAppViewController *)mainWindow.rootViewController;
|
YTAppViewController *appVC = (YTAppViewController *)mainWindow.rootViewController;
|
||||||
[appVC performSelector:@selector(showPivotBar) withObject:nil afterDelay:1.0];
|
[appVC performSelector:@selector(showPivotBar) withObject:nil afterDelay:1.0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%hook YTSegmentableInlinePlayerBarView
|
|
||||||
- (void)setScrubberTime:(CGFloat)time {
|
|
||||||
%orig;
|
|
||||||
|
|
||||||
if (ytlBool(@"autoSkipShorts") && round(time) == round(self.totalTime)) {
|
|
||||||
UIWindow *mainWindow = [UIApplication sharedApplication].windows.firstObject;
|
|
||||||
YTAppViewController *appVC = (YTAppViewController *)mainWindow.rootViewController;
|
|
||||||
|
|
||||||
[appVC.pivotBarViewController.scrubberDelegate performSelector:@selector(reelContentViewRequestsAdvanceToNextVideo:)];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
%end
|
|
||||||
|
|
||||||
static void downloadImageFromURL(UIResponder *responder, NSURL *URL, BOOL download) {
|
static void downloadImageFromURL(UIResponder *responder, NSURL *URL, BOOL download) {
|
||||||
NSString *URLString = URL.absoluteString;
|
NSString *URLString = URL.absoluteString;
|
||||||
|
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ Description: Lightweight YouTube Enhancer
|
|||||||
Maintainer: dvntm
|
Maintainer: dvntm
|
||||||
Author: dvntm
|
Author: dvntm
|
||||||
Section: Tweaks
|
Section: Tweaks
|
||||||
|
Icon: https://raw.githubusercontent.com/dayanch96/icons/main/ytlite.png
|
||||||
|
SileoDepiction: https://raw.githubusercontent.com/dayanch96/icons/main/ytlite.json
|
||||||
|
|||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "General";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "Remove ads";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "Removes in-app ads.";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "Background playback";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "Enables background playback.";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "Save post information";
|
||||||
|
"PostManagerDesc" = "Allows to copy post text and save post as image by long tap.";
|
||||||
|
"SaveProfilePhoto" = "Save profile picture";
|
||||||
|
"SaveProfilePhotoDesc" = "Saves profile picture to the Photos app by long tap.";
|
||||||
|
"CommentManager" = "Save comment information";
|
||||||
|
"CommentManagerDesc" = "Allows to copy comment text and save comment as image by long tap.";
|
||||||
|
|
||||||
"Navbar" = "Navigation bar";
|
"Navbar" = "Navigation bar";
|
||||||
"RemoveCast" = "Hide Cast button";
|
"RemoveCast" = "Hide Cast button";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "Hides Search button from the Navigation bar.";
|
"RemoveSearchDesc" = "Hides Search button from the Navigation bar.";
|
||||||
"RemoveVoiceSearch" = "Hide Voice search button";
|
"RemoveVoiceSearch" = "Hide Voice search button";
|
||||||
"RemoveVoiceSearchDesc" = "Hides Voice search button from the Navigation bar.";
|
"RemoveVoiceSearchDesc" = "Hides Voice search button from the Navigation bar.";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "Sticky Navigation bar";
|
"StickyNavbar" = "Sticky Navigation bar";
|
||||||
"StickyNavbarDesc" = "Pins the Navigation bar so that it remains visible when scrolling down.";
|
"StickyNavbarDesc" = "Pins the Navigation bar so that it remains visible when scrolling down.";
|
||||||
"NoSubbar" = "Hide Subbar";
|
"NoSubbar" = "Hide Subbar";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Set Premium YouTube logo";
|
"PremiumYTLogo" = "Set Premium YouTube logo";
|
||||||
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
||||||
|
|
||||||
"Overlay" = "Overlay";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "Remove ads";
|
||||||
|
"RemoveAdsDesc" = "Removes in-app ads.";
|
||||||
|
"HideShorts" = "Hide Shorts videos";
|
||||||
|
"HideShortsDesc" = "Hides Shorts videos from Homepage, Recommended etc.";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "Fix covers";
|
||||||
|
"FixAlbumsDesc" = "Fixes the display of covers for users from Russia.";
|
||||||
|
|
||||||
|
"Player" = "Player";
|
||||||
|
"Player.Overlay" = "Overlay";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "Hide Autoplay switch";
|
"HideAutoplay" = "Hide Autoplay switch";
|
||||||
"HideAutoplayDesc" = "Hides Autoplay switch from the overlay.";
|
"HideAutoplayDesc" = "Hides Autoplay switch from the overlay.";
|
||||||
"HideSubs" = "Hide Subtitles button";
|
"HideSubs" = "Hide Subtitles button";
|
||||||
"HideSubsDesc" = "Hides Subtitles button from the overlay.";
|
"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";
|
"HidePrevNext" = "Hide Previous and Next buttons";
|
||||||
"HidePrevNextDesc" = "Hides Previous and Next video buttons from overlay.";
|
"HidePrevNextDesc" = "Hides Previous and Next video buttons from overlay.";
|
||||||
"ReplacePrevNext" = "Fast forward and Rewind buttons";
|
"ReplacePrevNext" = "Fast forward and Rewind buttons";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "Removes overlay dark background.";
|
"NoDarkBgDesc" = "Removes overlay dark background.";
|
||||||
"NoEndScreenCards" = "Hide End screens hover cards";
|
"NoEndScreenCards" = "Hide End screens hover cards";
|
||||||
"NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos.";
|
"NoEndScreenCardsDesc" = "Hides End screens (thumbnails) at the end of videos.";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "Disable fullscreen actions";
|
"NoFullscreenActions" = "Disable fullscreen actions";
|
||||||
"NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode.";
|
"NoFullscreenActionsDesc" = "Disables actions panel in fullscreen mode.";
|
||||||
"PersistentProgressBar" = "Persistent progress bar";
|
"PersistentProgressBar" = "Persistent progress bar";
|
||||||
@@ -54,29 +79,13 @@
|
|||||||
"24hrFormat" = "24-hour format";
|
"24hrFormat" = "24-hour format";
|
||||||
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
||||||
|
|
||||||
"Player" = "Player";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "Enable mini player";
|
|
||||||
"MiniplayerDesc" = "Enables the mini player for videos that were not originally designed for it, such as videos targeted for children.";
|
|
||||||
"PortraitFullscreen" = "Portrait fullscreen mode";
|
"PortraitFullscreen" = "Portrait fullscreen mode";
|
||||||
"PortraitFullscreenDesc" = "Enables portrait fullscreen mode support.";
|
"PortraitFullscreenDesc" = "Enables portrait fullscreen mode support.";
|
||||||
"CopyWithTimestamp" = "Copy timestamped links";
|
|
||||||
"CopyWithTimestampDesc" = "Allows to copy timestamped link to the clipboard by pressing pause button.";
|
|
||||||
"DisableAutoplay" = "Disable autoplay videos";
|
|
||||||
"DisableAutoplayDesc" = "Prevents video playback after opening.";
|
|
||||||
"DisableAutoCaptions" = "Disable auto captions";
|
|
||||||
"DisableAutoCaptionsDesc" = "Prevents automatic activation of captions.";
|
|
||||||
"NoContentWarning" = "Skip content warning";
|
|
||||||
"NoContentWarningDesc" = "Skips sensitive content warning message.";
|
|
||||||
"ClassicQuality" = "Classic video quality";
|
"ClassicQuality" = "Classic video quality";
|
||||||
"ClassicQualityDesc" = "Brings back classic video quality selection menu.";
|
"ClassicQualityDesc" = "Brings back classic video quality selection menu.";
|
||||||
"ExtraSpeedOptions" = "Extra speed options";
|
"ExtraSpeedOptions" = "Extra speed options";
|
||||||
"ExtraSpeedOptionsDesc" = "Adds more video playback speed options to the player menu.";
|
"ExtraSpeedOptionsDesc" = "Adds more video playback speed options to the player menu.";
|
||||||
"DontSnap2Chapter" = "Disable snap to chapter";
|
|
||||||
"DontSnap2ChapterDesc" = "Disables skipping to the next episode by double-tap gesture.";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
|
||||||
"PauseOnOverlay" = "Pause on overlay";
|
|
||||||
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
|
||||||
"RedProgressBar" = "Red progress bar";
|
"RedProgressBar" = "Red progress bar";
|
||||||
"RedProgressBarDesc" = "Brings back red progress bar.";
|
"RedProgressBarDesc" = "Brings back red progress bar.";
|
||||||
"NoPlayerRemixButton" = "Remove remix button";
|
"NoPlayerRemixButton" = "Remove remix button";
|
||||||
@@ -85,17 +94,74 @@
|
|||||||
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
||||||
"NoPlayerDownloadButton" = "Remove download button";
|
"NoPlayerDownloadButton" = "Remove download button";
|
||||||
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "Background playback";
|
||||||
|
"BackgroundPlaybackDesc" = "Enables background playback.";
|
||||||
|
"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.";
|
||||||
|
"DisableAutoCaptions" = "Disable auto captions";
|
||||||
|
"DisableAutoCaptionsDesc" = "Prevents automatic activation of captions.";
|
||||||
|
"NoContentWarning" = "Skip content warning";
|
||||||
|
"NoContentWarningDesc" = "Skips sensitive content warning message.";
|
||||||
"NoHints" = "Disable hints";
|
"NoHints" = "Disable hints";
|
||||||
"NoHintsDesc" = "Disables hints by author which appears at the top-right corner during playback.";
|
"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.";
|
|
||||||
"AutoFullscreen" = "Play videos in fullscreen";
|
"AutoFullscreen" = "Play videos in fullscreen";
|
||||||
"AutoFullscreenDesc" = "Automatically plays videos in fullscreen mode.";
|
"AutoFullscreenDesc" = "Automatically plays videos in fullscreen mode.";
|
||||||
"ExitFullscreen" = "Exit fullscreen mode on finish";
|
"ExitFullscreen" = "Exit fullscreen mode on finish";
|
||||||
"ExitFullscreenDesc" = "Exits fullscreen mode at the end of video playback.";
|
"ExitFullscreenDesc" = "Exits fullscreen mode at the end of video playback.";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "Copy timestamped links";
|
||||||
|
"CopyWithTimestampDesc" = "Allows to copy timestamped link to the clipboard by pressing pause button.";
|
||||||
|
"PauseOnOverlay" = "Pause on overlay";
|
||||||
|
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
||||||
|
"DontSnap2Chapter" = "Disable snap to chapter";
|
||||||
|
"DontSnap2ChapterDesc" = "Disables skipping to the next episode by double-tap gesture.";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
||||||
|
"NoFreeZoom" = "Disable free zoom gesture";
|
||||||
|
"NoFreeZoomDesc" = "Disables new free zoom gestures.";
|
||||||
"NoDoubleTap2Seek" = "Disable double tap to seek";
|
"NoDoubleTap2Seek" = "Disable double tap to seek";
|
||||||
"NoDoubleTap2SeekDesc" = "Disables double tap to seek gesture.";
|
"NoDoubleTap2SeekDesc" = "Disables double tap to seek gesture.";
|
||||||
|
|
||||||
|
"Shorts" = "Shorts";
|
||||||
|
"ShortsOnlyMode" = "Shorts Only Mode";
|
||||||
|
"ShortsOnlyModeDesc" = "Limits YouTube functionality to viewing Shorts only.";
|
||||||
|
"AutoSkipShorts" = "Auto-skip Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
||||||
|
"ShortsProgress" = "Enable progress bar";
|
||||||
|
"ShortsProgressDesc" = "Displays progress bar in the Shorts overlay.";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "Pinch to Fullscreen";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Manages visibility of the overlay with pinch in and pinch out gestures, displaying Shorts in fullscreen mode.";
|
||||||
|
"ShortsToRegular" = "Shorts to regular videos";
|
||||||
|
"ShortsToRegularDesc" = "Opens Shorts videos as regular videos.";
|
||||||
|
"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.";
|
||||||
|
|
||||||
"Tabbar" = "Tab bar";
|
"Tabbar" = "Tab bar";
|
||||||
"RemoveLabels" = "Remove labels";
|
"RemoveLabels" = "Remove labels";
|
||||||
"RemoveLabelsDesc" = "Removes tab labels.";
|
"RemoveLabelsDesc" = "Removes tab labels.";
|
||||||
@@ -114,67 +180,13 @@
|
|||||||
"HideLibraryTab" = "Hide Library tab";
|
"HideLibraryTab" = "Hide Library tab";
|
||||||
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "Shorts";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "Shorts Only Mode";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "Limits YouTube functionality to viewing Shorts only.";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Auto-skip Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
|
||||||
"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.";
|
|
||||||
"PinchToFullscreenShorts" = "Pinch to Fullscreen";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Manages visibility of the overlay with pinch in and pinch out gestures, displaying Shorts in fullscreen mode.";
|
|
||||||
"ShortsToRegular" = "Shorts to regular videos";
|
|
||||||
"ShortsToRegularDesc" = "Opens Shorts videos as regular videos.";
|
|
||||||
"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.";
|
|
||||||
"HideShortsSource" = "Hide Shorts Source";
|
|
||||||
"HideShortsSourceDesc" = "Hides the Shorts sources under the channel name.";
|
|
||||||
"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.";
|
|
||||||
|
|
||||||
"Other" = "Other";
|
|
||||||
"CopyVideoInfo" = "Copy video information";
|
|
||||||
"CopyVideoInfoDesc" = "Adds button to copy video title and description into Video Description panel.";
|
|
||||||
"PostManager" = "Save post information";
|
|
||||||
"PostManagerDesc" = "Allows to copy post text and save post as image by long tap.";
|
|
||||||
"SaveProfilePhoto" = "Save profile picture";
|
|
||||||
"SaveProfilePhotoDesc" = "Saves profile picture to the Photos app by long tap.";
|
|
||||||
"CommentManager" = "Save comment information";
|
|
||||||
"CommentManagerDesc" = "Allows to copy comment text and save comment as image by long tap.";
|
|
||||||
"FixAlbums" = "Fix covers";
|
|
||||||
"FixAlbumsDesc" = "Fixes the display of covers for users from Russia.";
|
|
||||||
"NativeShare" = "Native share sheet";
|
"NativeShare" = "Native share sheet";
|
||||||
"NativeShareDesc" = "Uses system share sheet to share media";
|
"NativeShareDesc" = "Uses system share sheet to share media";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "Remove \"Play next in queue\"";
|
"RemovePlayNext" = "Remove \"Play next in queue\"";
|
||||||
"RemovePlayNextDesc" = "Removes \"Play next in queue\" option from menu.";
|
"RemovePlayNextDesc" = "Removes \"Play next in queue\" option from menu.";
|
||||||
"RemoveDownloadMenu" = "Remove \"Download\"";
|
"RemoveDownloadMenu" = "Remove \"Download\"";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "Hides sort comments header (Top, Newest) so it will never appear.";
|
"HideSortCommentsDesc" = "Hides sort comments header (Top, Newest) so it will never appear.";
|
||||||
"PlaylistOldMinibar" = "Old playlist minibar";
|
"PlaylistOldMinibar" = "Old playlist minibar";
|
||||||
"PlaylistOldMinibarDesc" = "Replaces the new floating playlist panel with the old one.";
|
"PlaylistOldMinibarDesc" = "Replaces the new floating playlist panel with the old one.";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "Disable RTL formatting";
|
"DisableRTL" = "Disable RTL formatting";
|
||||||
"DisableRTLDesc" = "Forcefully displays text in left-to-right (LTR) format for languages that are initially displayed in right-to-left (RTL).";
|
"DisableRTLDesc" = "Forcefully displays text in left-to-right (LTR) format for languages that are initially displayed in right-to-left (RTL).";
|
||||||
|
|
||||||
"HoldToSpeed" = "Hold to speed";
|
"HoldToSpeed" = "Hold to speed";
|
||||||
"Disable" = "Disable";
|
|
||||||
"Disabled" = "Disabled";
|
|
||||||
"PlaybackSpeed" = "Playback Speed";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Default playback rate";
|
"DefaultPlaybackRate" = "Default playback rate";
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
||||||
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
||||||
"SelectQuality" = "Select Quality";
|
|
||||||
"Default" = "Default";
|
|
||||||
"Best" = "Best";
|
|
||||||
|
|
||||||
"Startup" = "Startup page";
|
"Startup" = "Startup page";
|
||||||
"Home" = "Home";
|
"Home" = "Home";
|
||||||
@@ -232,11 +240,13 @@
|
|||||||
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
||||||
"Contributors" = "Contributors";
|
"Contributors" = "Contributors";
|
||||||
"OpenSourceLibs" = "Open Source Libraries";
|
"OpenSourceLibs" = "Open Source Libraries";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "Version";
|
"Version" = "Version";
|
||||||
"About" = "About";
|
"About" = "About";
|
||||||
"Credits" = "Credits";
|
"Credits" = "Credits";
|
||||||
"Developer" = "YTLite developer";
|
"Developer" = "YTLite developer";
|
||||||
"SpecialThanks" = "Special thanks";
|
"SpecialThanks" = "Special thanks";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "Chinese (Simplified) localization";
|
"ChineseSimplified" = "Chinese (Simplified) localization";
|
||||||
"ChineseTraditional" = "Chinese (Traditional) localization";
|
"ChineseTraditional" = "Chinese (Traditional) localization";
|
||||||
"French" = "French localization";
|
"French" = "French localization";
|
||||||
@@ -245,10 +255,16 @@
|
|||||||
"Vietnamese" = "Vietnamese localization";
|
"Vietnamese" = "Vietnamese localization";
|
||||||
"Advanced" = "Advanced mode";
|
"Advanced" = "Advanced mode";
|
||||||
"AdvancedDesc" = "More customizable mode";
|
"AdvancedDesc" = "More customizable mode";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "Would you like to activate Advanced mode for YTLite?\n\nThis mode provides more than 50 additional options to customize and optimize your YouTube experience. You can enable/disable it later from Settings → %@ → %@ → %@.";
|
"AdvancedModeReminder" = "Would you like to activate Advanced mode for YTLite?\n\nThis mode provides more than 50 additional options to customize and optimize your YouTube experience. You can enable/disable it later from Settings → %@ → %@ → %@.";
|
||||||
"ClearCache" = "Clear cache";
|
"ClearCache" = "Clear cache";
|
||||||
"ResetSettings" = "Reset YTLite settings";
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
"ResetMessage" = "This option will reset YTLite settings to default and close YouTube.\n\nAre you sure you want to continue?";
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
|
"ResetSettings" = "Restore default settings";
|
||||||
|
"ResetMessage" = "This action will reset YTLite settings to default and close YouTube.\n\nAre you sure you want to continue?";
|
||||||
"ShortsOnlyWarning" = "Are you sure you want to activate this mode?\n\nIn this mode, you will only be able to watch Shorts videos and won't be able to do anything else.\n\nYou can disable Shorts Only Mode by long pressing with two fingers in the Shorts player.";
|
"ShortsOnlyWarning" = "Are you sure you want to activate this mode?\n\nIn this mode, you will only be able to watch Shorts videos and won't be able to do anything else.\n\nYou can disable Shorts Only Mode by long pressing with two fingers in the Shorts player.";
|
||||||
"ShortsModeTurnedOff" = "Shorts Only Mode has been turned off";
|
"ShortsModeTurnedOff" = "Shorts Only Mode has been turned off";
|
||||||
"LibraryAdded" = "The You/Library tab has been restored";
|
"LibraryAdded" = "The You/Library tab has been restored";
|
||||||
@@ -256,9 +272,34 @@
|
|||||||
"Yes" = "Yes";
|
"Yes" = "Yes";
|
||||||
"No" = "No";
|
"No" = "No";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "Default";
|
||||||
|
"Best" = "Best";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "Disable";
|
||||||
|
"Disabled" = "Disabled";
|
||||||
|
"PlaybackSpeed" = "Playback Speed";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "Select action";
|
"SelectAction" = "Select action";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "Copy title";
|
"CopyTitle" = "Copy title";
|
||||||
"CopyDescription" = "Copy description";
|
"CopyDescription" = "Copy description";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "Copy post text";
|
"CopyPostText" = "Copy post text";
|
||||||
"SaveCurrentImage" = "Save current image";
|
"SaveCurrentImage" = "Save current image";
|
||||||
"CopyCurrentImage" = "Copy current image";
|
"CopyCurrentImage" = "Copy current image";
|
||||||
@@ -269,8 +310,35 @@
|
|||||||
"CopyCommentAsImage" = "Copy comment as image";
|
"CopyCommentAsImage" = "Copy comment as image";
|
||||||
"SaveProfilePicture" = "Save profile picture";
|
"SaveProfilePicture" = "Save profile picture";
|
||||||
"CopyProfilePicture" = "Copy profile picture";
|
"CopyProfilePicture" = "Copy profile picture";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "Cancel";
|
"Cancel" = "Cancel";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "Copied to clipboard";
|
"Copied" = "Copied to clipboard";
|
||||||
"Saved" = "Saved to Photos";
|
"Saved" = "Saved to Photos";
|
||||||
"Done" = "Done";
|
"Done" = "Done";
|
||||||
"Error" = "Error";
|
"Error" = "Error";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "General";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "Eliminar anuncios";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "Elimina los anuncios dentro de la aplicación.";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "Reproducción en segundo plano";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "Permite la reproducción en segundo plano.";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "Guardar información de post";
|
||||||
|
"PostManagerDesc" = "Permite copiar el texto de un post y guardarlo como imagen con un toque prolongado.";
|
||||||
|
"SaveProfilePhoto" = "Guardar foto de perfil";
|
||||||
|
"SaveProfilePhotoDesc" = "Guarda la imagen de perfil en la aplicación Fotos con un toque prolongado";
|
||||||
|
"CommentManager" = "Guardar información de comentarios";
|
||||||
|
"CommentManagerDesc" = "Permite copiar el texto del comentario y guardarlo como imagen pulsando prolongadamente.";
|
||||||
|
|
||||||
"Navbar" = "Barra de navegación";
|
"Navbar" = "Barra de navegación";
|
||||||
"RemoveCast" = "Ocultar botón Emitir";
|
"RemoveCast" = "Ocultar botón Emitir";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "Oculta el botón de Búsqueda de la barra de navegación.";
|
"RemoveSearchDesc" = "Oculta el botón de Búsqueda de la barra de navegación.";
|
||||||
"RemoveVoiceSearch" = "Ocultar botón de Búsqueda por voz";
|
"RemoveVoiceSearch" = "Ocultar botón de Búsqueda por voz";
|
||||||
"RemoveVoiceSearchDesc" = "Oculta el botón de Búsqueda por voz de la barra de navegación.";
|
"RemoveVoiceSearchDesc" = "Oculta el botón de Búsqueda por voz de la barra de navegación.";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "Barra de navegación fija";
|
"StickyNavbar" = "Barra de navegación fija";
|
||||||
"StickyNavbarDesc" = "Mantiene fija la barra de navegación para que permanezca visible al desplazarse hacia abajo.";
|
"StickyNavbarDesc" = "Mantiene fija la barra de navegación para que permanezca visible al desplazarse hacia abajo.";
|
||||||
"NoSubbar" = "Ocultar subbarra";
|
"NoSubbar" = "Ocultar subbarra";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Establece el logotipo Premium de YouTube";
|
"PremiumYTLogo" = "Establece el logotipo Premium de YouTube";
|
||||||
"PremiumYTLogoDesc" = "Establece el logotipo de YouTube Premium en la barra de navegación.";
|
"PremiumYTLogoDesc" = "Establece el logotipo de YouTube Premium en la barra de navegación.";
|
||||||
|
|
||||||
"Overlay" = "Superposición";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "Eliminar anuncios";
|
||||||
|
"RemoveAdsDesc" = "Elimina los anuncios dentro de la aplicación.";
|
||||||
|
"HideShorts" = "Ocultar vídeos Shorts";
|
||||||
|
"HideShortsDesc" = "Oculta los vídeos Shorts de la página de inicio, Recomendados, etc. (No se aplica al historial de reproducciones)";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "Arreglar portadas";
|
||||||
|
"FixAlbumsDesc" = "Corrige la visualización de portadas para usuarios de Rusia";
|
||||||
|
|
||||||
|
"Player" = "Reproductor";
|
||||||
|
"Player.Overlay" = "Superposición";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "Ocultar interruptor de reproducción automática";
|
"HideAutoplay" = "Ocultar interruptor de reproducción automática";
|
||||||
"HideAutoplayDesc" = "Oculta el interruptor de reproducción automática de la superposición.";
|
"HideAutoplayDesc" = "Oculta el interruptor de reproducción automática de la superposición.";
|
||||||
"HideSubs" = "Ocultar botón de subtítulos";
|
"HideSubs" = "Ocultar botón de subtítulos";
|
||||||
"HideSubsDesc" = "Oculta el botón de subtítulos de la superposición.";
|
"HideSubsDesc" = "Oculta el botón de subtítulos de la superposición.";
|
||||||
"NoHUDMsgs" = "Ocultar mensajes de HUD";
|
|
||||||
"NoHUDMsgsDesc" = "Oculta todos los mensajes de funciones del reproductor. Ejemplo: CC está activado/desactivado, Repetir video está activado, etc.";
|
|
||||||
"HidePrevNext" = "Ocultar botones Anterior y Siguiente";
|
"HidePrevNext" = "Ocultar botones Anterior y Siguiente";
|
||||||
"HidePrevNextDesc" = "Oculta los botones de video Anterior y Siguiente de la superposición.";
|
"HidePrevNextDesc" = "Oculta los botones de video Anterior y Siguiente de la superposición.";
|
||||||
"ReplacePrevNext" = "Botones de Avance rápido y Rebobinado";
|
"ReplacePrevNext" = "Botones de Avance rápido y Rebobinado";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "Elimina el fondo oscuro de la superposición.";
|
"NoDarkBgDesc" = "Elimina el fondo oscuro de la superposición.";
|
||||||
"NoEndScreenCards" = "Ocultar tarjetas emergentes de fin de pantalla";
|
"NoEndScreenCards" = "Ocultar tarjetas emergentes de fin de pantalla";
|
||||||
"NoEndScreenCardsDesc" = "Oculta las tarjetas emergentes de fin de pantalla (miniaturas) al final de los vídeos.";
|
"NoEndScreenCardsDesc" = "Oculta las tarjetas emergentes de fin de pantalla (miniaturas) al final de los vídeos.";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "Desactivar acciones en pantalla completa";
|
"NoFullscreenActions" = "Desactivar acciones en pantalla completa";
|
||||||
"NoFullscreenActionsDesc" = "Desactiva el panel de acciones en el modo de pantalla completa.";
|
"NoFullscreenActionsDesc" = "Desactiva el panel de acciones en el modo de pantalla completa.";
|
||||||
"PersistentProgressBar" = "Barra de progreso persistente";
|
"PersistentProgressBar" = "Barra de progreso persistente";
|
||||||
@@ -54,29 +79,13 @@
|
|||||||
"24hrFormat" = "Formato de 24 horas";
|
"24hrFormat" = "Formato de 24 horas";
|
||||||
"24hrFormatDesc" = "Muestra la hora de finalización en formato de 24 horas.";
|
"24hrFormatDesc" = "Muestra la hora de finalización en formato de 24 horas.";
|
||||||
|
|
||||||
"Player" = "Reproductor";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "Activar mini reproductor";
|
|
||||||
"MiniplayerDesc" = "Activa el mini reproductor para vídeos que no fueron diseñados originalmente para ello, como los vídeos dirigidos a niños.";
|
|
||||||
"PortraitFullscreen" = "Modo de pantalla completa vertical";
|
"PortraitFullscreen" = "Modo de pantalla completa vertical";
|
||||||
"PortraitFullscreenDesc" = "Activa el modo de pantalla completa vertical.";
|
"PortraitFullscreenDesc" = "Activa el modo de pantalla completa vertical.";
|
||||||
"CopyWithTimestamp" = "Copiar enlaces con marca de tiempo";
|
|
||||||
"CopyWithTimestampDesc" = "Permite copiar el enlace con marca de tiempo en el portapapeles pulsando el botón de pausa.";
|
|
||||||
"DisableAutoplay" = "Desactivar reproducción automática";
|
|
||||||
"DisableAutoplayDesc" = "Evita la reproducción automática de vídeos después de abrirlos.";
|
|
||||||
"DisableAutoCaptions" = "Desactivar subtítulos automáticos";
|
|
||||||
"DisableAutoCaptionsDesc" = "Evita la activación automática de subtítulos.";
|
|
||||||
"NoContentWarning" = "Omitir advertencia de contenido";
|
|
||||||
"NoContentWarningDesc" = "Omite el mensaje de advertencia de contenido sensible.";
|
|
||||||
"ClassicQuality" = "Calidad de vídeo clásica";
|
"ClassicQuality" = "Calidad de vídeo clásica";
|
||||||
"ClassicQualityDesc" = "Devuelve el menú clásico de selección de calidad de vídeo.";
|
"ClassicQualityDesc" = "Devuelve el menú clásico de selección de calidad de vídeo.";
|
||||||
"ExtraSpeedOptions" = "Opciones adicionales de velocidad";
|
"ExtraSpeedOptions" = "Opciones adicionales de velocidad";
|
||||||
"ExtraSpeedOptionsDesc" = "Agrega más opciones de velocidad de reproducción de vídeo al menú del reproductor.";
|
"ExtraSpeedOptionsDesc" = "Agrega más opciones de velocidad de reproducción de vídeo al menú del reproductor.";
|
||||||
"DontSnap2Chapter" = "Desactivar saltar al siguiente capítulo";
|
|
||||||
"DontSnap2ChapterDesc" = "Desactiva el salto al siguiente episodio mediante el gesto de doble toque.";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Desactivar el doble toque con dos dedos";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Desactiva el gesto de pasar a capítulo con dos dedos.";
|
|
||||||
"PauseOnOverlay" = "Pausa en la superposición";
|
|
||||||
"PauseOnOverlayDesc" = "Establece la reproducción en pausa si aparece la superposición.";
|
|
||||||
"RedProgressBar" = "Barra de progreso roja";
|
"RedProgressBar" = "Barra de progreso roja";
|
||||||
"RedProgressBarDesc" = "Devuelve la barra de progreso roja.";
|
"RedProgressBarDesc" = "Devuelve la barra de progreso roja.";
|
||||||
"NoPlayerRemixButton" = "Elimina el botón Remix";
|
"NoPlayerRemixButton" = "Elimina el botón Remix";
|
||||||
@@ -85,17 +94,74 @@
|
|||||||
"NoPlayerClipButtonDesc" = "Elimina botón de clip bajo el reproductor.";
|
"NoPlayerClipButtonDesc" = "Elimina botón de clip bajo el reproductor.";
|
||||||
"NoPlayerDownloadButton" = "Elimina el botón de descarga";
|
"NoPlayerDownloadButton" = "Elimina el botón de descarga";
|
||||||
"NoPlayerDownloadButtonDesc" = "Elimina el botón de descarga situado bajo el reproductor.";
|
"NoPlayerDownloadButtonDesc" = "Elimina el botón de descarga situado bajo el reproductor.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "Reproducción en segundo plano";
|
||||||
|
"BackgroundPlaybackDesc" = "Permite la reproducción en segundo plano.";
|
||||||
|
"Miniplayer" = "Activar mini reproductor";
|
||||||
|
"MiniplayerDesc" = "Activa el mini reproductor para vídeos que no fueron diseñados originalmente para ello, como los vídeos dirigidos a niños.";
|
||||||
|
"DisableAutoplay" = "Desactivar reproducción automática";
|
||||||
|
"DisableAutoplayDesc" = "Evita la reproducción automática de vídeos después de abrirlos.";
|
||||||
|
"DisableAutoCaptions" = "Desactivar subtítulos automáticos";
|
||||||
|
"DisableAutoCaptionsDesc" = "Evita la activación automática de subtítulos.";
|
||||||
|
"NoContentWarning" = "Omitir advertencia de contenido";
|
||||||
|
"NoContentWarningDesc" = "Omite el mensaje de advertencia de contenido sensible.";
|
||||||
"NoHints" = "Desactivar sugerencias";
|
"NoHints" = "Desactivar sugerencias";
|
||||||
"NoHintsDesc" = "Desactiva las sugerencias del autor que aparecen en la esquina superior derecha durante la reproducción.";
|
"NoHintsDesc" = "Desactiva las sugerencias del autor que aparecen en la esquina superior derecha durante la reproducción.";
|
||||||
"NoFreeZoom" = "Desactivar gesto de zoom libre";
|
|
||||||
"NoFreeZoomDesc" = "Desactiva los nuevos gestos de zoom libre.";
|
|
||||||
"AutoFullscreen" = "Reproducir vídeos en pantalla completa";
|
"AutoFullscreen" = "Reproducir vídeos en pantalla completa";
|
||||||
"AutoFullscreenDesc" = "Reproduce automáticamente los vídeos en modo de pantalla completa.";
|
"AutoFullscreenDesc" = "Reproduce automáticamente los vídeos en modo de pantalla completa.";
|
||||||
"ExitFullscreen" = "Salir del modo de pantalla completa al finalizar";
|
"ExitFullscreen" = "Salir del modo de pantalla completa al finalizar";
|
||||||
"ExitFullscreenDesc" = "Sale del modo de pantalla completa al finalizar la reproducción del vídeo.";
|
"ExitFullscreenDesc" = "Sale del modo de pantalla completa al finalizar la reproducción del vídeo.";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "Copiar enlaces con marca de tiempo";
|
||||||
|
"CopyWithTimestampDesc" = "Permite copiar el enlace con marca de tiempo en el portapapeles pulsando el botón de pausa.";
|
||||||
|
"PauseOnOverlay" = "Pausa en la superposición";
|
||||||
|
"PauseOnOverlayDesc" = "Establece la reproducción en pausa si aparece la superposición.";
|
||||||
|
"DontSnap2Chapter" = "Desactivar saltar al siguiente capítulo";
|
||||||
|
"DontSnap2ChapterDesc" = "Desactiva el salto al siguiente episodio mediante el gesto de doble toque.";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Desactivar el doble toque con dos dedos";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Desactiva el gesto de pasar a capítulo con dos dedos.";
|
||||||
|
"NoFreeZoom" = "Desactivar gesto de zoom libre";
|
||||||
|
"NoFreeZoomDesc" = "Desactiva los nuevos gestos de zoom libre.";
|
||||||
"NoDoubleTap2Seek" = "Desactivar doble toque para buscar";
|
"NoDoubleTap2Seek" = "Desactivar doble toque para buscar";
|
||||||
"NoDoubleTap2SeekDesc" = "Desactiva el gesto de doble toque para buscar.";
|
"NoDoubleTap2SeekDesc" = "Desactiva el gesto de doble toque para buscar.";
|
||||||
|
|
||||||
|
"Shorts" = "Shorts";
|
||||||
|
"ShortsOnlyMode" = "Modo sólo Shorts";
|
||||||
|
"ShortsOnlyModeDesc" = "Limita la funcionalidad de YouTube únicamente a la visualización de Shorts.";
|
||||||
|
"AutoSkipShorts" = "Salto automático de Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Pasa al vídeo siguiente cuando finaliza la reproducción del vídeo actual.";
|
||||||
|
"ShortsProgress" = "Activar barra de progreso";
|
||||||
|
"ShortsProgressDesc" = "Muestra una barra de progreso en la superposición de Shorts.";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "Pellizcar para pantalla completa";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Gestiona la visibilidad de la superposición con gestos de pellizcar para acercar y pellizcar para alejar, mostrando Shorts en modo de pantalla completa.";
|
||||||
|
"ShortsToRegular" = "De Shorts a vídeos normales";
|
||||||
|
"ShortsToRegularDesc" = "Abre los Shorts como vídeos normales.";
|
||||||
|
"HideShortsLogo" = "Ocultar el logo de Shorts";
|
||||||
|
"HideShortsLogoDesc" = "Oculta el logo de Shorts en la esquina superior izquierda.";
|
||||||
|
"HideShortsSearch" = "Ocultar botón de búsqueda";
|
||||||
|
"HideShortsSearchDesc" = "Oculta el botón de búsqueda en la superposición de Shorts.";
|
||||||
|
"HideShortsCamera" = "Ocultar botón de cámara";
|
||||||
|
"HideShortsCameraDesc" = "Oculta el botón de cámara en la superposición de Shorts.";
|
||||||
|
"HideShortsMore" = "Ocultar botón Más (⋮)";
|
||||||
|
"HideShortsMoreDesc" = "Oculta el botón Más (⋮) en la superposición de Shorts. También se puede acceder manteniendo presionada la pantalla.";
|
||||||
|
"HideShortsSubscriptions" = "Ocultar botón de Suscripciones";
|
||||||
|
"HideShortsSubscriptionsDesc" = "Oculta el botón de Suscripciones que aparece cuando se pausa un vídeo Shorts.";
|
||||||
|
|
||||||
"Tabbar" = "Barra de pestañas";
|
"Tabbar" = "Barra de pestañas";
|
||||||
"RemoveLabels" = "Eliminar etiquetas";
|
"RemoveLabels" = "Eliminar etiquetas";
|
||||||
"RemoveLabelsDesc" = "Elimina las etiquetas de las pestañas.";
|
"RemoveLabelsDesc" = "Elimina las etiquetas de las pestañas.";
|
||||||
@@ -112,69 +178,15 @@
|
|||||||
"HideUploadButton" = "Ocultar botón Subir";
|
"HideUploadButton" = "Ocultar botón Subir";
|
||||||
"HideUploadButtonDesc" = "Oculta el botón Subir de la barra de pestañas.";
|
"HideUploadButtonDesc" = "Oculta el botón Subir de la barra de pestañas.";
|
||||||
"HideLibraryTab" = "Ocultar pestaña Biblioteca";
|
"HideLibraryTab" = "Ocultar pestaña Biblioteca";
|
||||||
"HideLibraryTabDesc" = "Oculta la pestaña Biblioteca de la barra de pestañas.";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "Shorts";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "Modo sólo Shorts";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "Limita la funcionalidad de YouTube únicamente a la visualización de Shorts.";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Salto automático de Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Pasa al vídeo siguiente cuando finaliza la reproducción del vídeo actual.";
|
|
||||||
"HideShorts" = "Ocultar vídeos Shorts";
|
|
||||||
"HideShortsDesc" = "Oculta los vídeos Shorts de la página de inicio, Recomendados, etc. (No se aplica al historial de reproducciones)";
|
|
||||||
"ShortsProgress" = "Activar barra de progreso";
|
|
||||||
"ShortsProgressDesc" = "Muestra una barra de progreso en la superposición de Shorts.";
|
|
||||||
"PinchToFullscreenShorts" = "Pellizcar para pantalla completa";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Gestiona la visibilidad de la superposición con gestos de pellizcar para acercar y pellizcar para alejar, mostrando Shorts en modo de pantalla completa.";
|
|
||||||
"ShortsToRegular" = "De Shorts a vídeos normales";
|
|
||||||
"ShortsToRegularDesc" = "Abre los Shorts como vídeos normales.";
|
|
||||||
"ResumeShorts" = "No empezar desde la pestaña Shorts";
|
|
||||||
"ResumeShortsDesc" = "Evita empezar desde los vídeos Shorts al abrir la aplicación, lo cual ocurre si YouTube se cerró mientras se veían Shorts.";
|
|
||||||
"HideShortsLogo" = "Ocultar el logo de Shorts";
|
|
||||||
"HideShortsLogoDesc" = "Oculta el logo de Shorts en la esquina superior izquierda.";
|
|
||||||
"HideShortsSearch" = "Ocultar botón de búsqueda";
|
|
||||||
"HideShortsSearchDesc" = "Oculta el botón de búsqueda en la superposición de Shorts.";
|
|
||||||
"HideShortsCamera" = "Ocultar botón de cámara";
|
|
||||||
"HideShortsCameraDesc" = "Oculta el botón de cámara en la superposición de Shorts.";
|
|
||||||
"HideShortsMore" = "Ocultar botón Más (⋮)";
|
|
||||||
"HideShortsMoreDesc" = "Oculta el botón Más (⋮) en la superposición de Shorts. También se puede acceder manteniendo presionada la pantalla.";
|
|
||||||
"HideShortsSubscriptions" = "Ocultar botón de Suscripciones";
|
|
||||||
"HideShortsSubscriptionsDesc" = "Oculta el botón de Suscripciones que aparece cuando se pausa un vídeo Shorts.";
|
|
||||||
"HideShortsLike" = "Ocultar botón de Me gusta";
|
|
||||||
"HideShortsLikeDesc" = "Oculta el botón de Me gusta en la superposición de Shorts.";
|
|
||||||
"HideShortsDislike" = "Ocultar botón de No me gusta";
|
|
||||||
"HideShortsDislikeDesc" = "Oculta el botón de No me gusta en la superposición de Shorts.";
|
|
||||||
"HideShortsComments" = "Ocultar botón de Comentarios";
|
|
||||||
"HideShortsCommentsDesc" = "Oculta el botón de Comentarios en la superposición de Shorts.";
|
|
||||||
"HideShortsRemix" = "Ocultar botón de Remixer";
|
|
||||||
"HideShortsRemixDesc" = "Oculta el botón de Remixer en la superposición de Shorts.";
|
|
||||||
"HideShortsShare" = "Ocultar botón de Compartir";
|
|
||||||
"HideShortsShareDesc" = "Oculta el botón de Compartir en la superposición de Shorts.";
|
|
||||||
"HideShortsAvatars" = "Ocultar avatar de los canales";
|
|
||||||
"HideShortsAvatarsDesc" = "Oculta la imagen de perfil en la esquina inferior derecha.";
|
|
||||||
"HideShortsThanks" = "Ocultar botón de Supergracias";
|
|
||||||
"HideShortsThanksDesc" = "Oculta el botón de Supergracias (Donar) en la superposición de Shorts.";
|
|
||||||
"HideShortsSource" = "Ocultar fuente de Shorts";
|
|
||||||
"HideShortsSourceDesc" = "Oculta las fuentes Shorts bajo el nombre del canal.";
|
|
||||||
"HideShortsChannelName" = "Ocultar nombre del canal";
|
|
||||||
"HideShortsChannelNameDesc" = "Oculta el nombre del canal y el botón de Suscribirse en la superposición de Shorts.";
|
|
||||||
"HideShortsDescription" = "Ocultar descripción";
|
|
||||||
"HideShortsDescriptionDesc" = "Oculta la descripción de Shorts debajo del nombre del canal.";
|
|
||||||
"HideShortsAudioTrack" = "Ocultar pista de audio";
|
|
||||||
"HideShortsAudioTrackDesc" = "Oculta la pista de audio debajo de la descripción de Shorts.";
|
|
||||||
|
|
||||||
"Other" = "Otro";
|
|
||||||
"CopyVideoInfo" = "Copiar información de vídeo";
|
|
||||||
"CopyVideoInfoDesc" = "Añade un botón para copiar el título y la descripción del vídeo en el panel Descripción del vídeo.";
|
|
||||||
"PostManager" = "Guardar información de post";
|
|
||||||
"PostManagerDesc" = "Permite copiar el texto de un post y guardarlo como imagen con un toque prolongado.";
|
|
||||||
"SaveProfilePhoto" = "Guardar foto de perfil";
|
|
||||||
"SaveProfilePhotoDesc" = "Guarda la imagen de perfil en la aplicación Fotos con un toque prolongado";
|
|
||||||
"CommentManager" = "Guardar información de comentarios";
|
|
||||||
"CommentManagerDesc" = "Permite copiar el texto del comentario y guardarlo como imagen pulsando prolongadamente.";
|
|
||||||
"FixAlbums" = "Arreglar portadas";
|
|
||||||
"FixAlbumsDesc" = "Corrige la visualización de portadas para usuarios de Rusia";
|
|
||||||
"NativeShare" = "Hoja de acciones nativas";
|
"NativeShare" = "Hoja de acciones nativas";
|
||||||
"NativeShareDesc" = "Utiliza la hoja de uso compartido del sistema para compartir medios";
|
"NativeShareDesc" = "Utiliza la hoja de uso compartido del sistema para compartir medios";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "Eliminar \"Reproducir siguiente en cola\"";
|
"RemovePlayNext" = "Eliminar \"Reproducir siguiente en cola\"";
|
||||||
"RemovePlayNextDesc" = "Elimina la opción \"Reproducir siguiente en cola\" del menú.";
|
"RemovePlayNextDesc" = "Elimina la opción \"Reproducir siguiente en cola\" del menú.";
|
||||||
"RemoveDownloadMenu" = "Eliminar \"Descargar\"";
|
"RemoveDownloadMenu" = "Eliminar \"Descargar\"";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "Oculta la cabecera de los comentarios de ordenación (Top, Newest) para que nunca aparezca.";
|
"HideSortCommentsDesc" = "Oculta la cabecera de los comentarios de ordenación (Top, Newest) para que nunca aparezca.";
|
||||||
"PlaylistOldMinibar" = "Lista de reproducción antigua minibar";
|
"PlaylistOldMinibar" = "Lista de reproducción antigua minibar";
|
||||||
"PlaylistOldMinibarDesc" = "Sustituye el nuevo panel flotante de listas de reproducción por el antiguo.";
|
"PlaylistOldMinibarDesc" = "Sustituye el nuevo panel flotante de listas de reproducción por el antiguo.";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "Desactivar el formato RTL";
|
"DisableRTL" = "Desactivar el formato RTL";
|
||||||
"DisableRTLDesc" = "Muestra forzosamente el texto en formato de izquierda a derecha (LTR) para los idiomas que se muestran inicialmente en formato de derecha a izquierda (RTL).";
|
"DisableRTLDesc" = "Muestra forzosamente el texto en formato de izquierda a derecha (LTR) para los idiomas que se muestran inicialmente en formato de derecha a izquierda (RTL).";
|
||||||
|
|
||||||
"HoldToSpeed" = "Mantener para velocidad";
|
"HoldToSpeed" = "Mantener para velocidad";
|
||||||
"Disable" = "Desactivar";
|
|
||||||
"Disabled" = "Desactivado";
|
|
||||||
"PlaybackSpeed" = "Velocidad de reproducción";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Velocidad de reproducción predeterminada";
|
"DefaultPlaybackRate" = "Velocidad de reproducción predeterminada";
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Calidad de reproducción en WiFi";
|
"PlaybackQualityOnWiFi" = "Calidad de reproducción en WiFi";
|
||||||
"PlaybackQualityOnCellular" = "Calidad de reproducción en red móvil";
|
"PlaybackQualityOnCellular" = "Calidad de reproducción en red móvil";
|
||||||
"SelectQuality" = "Seleccionar Calidad";
|
|
||||||
"Default" = "Predeterminado";
|
|
||||||
"Best" = "Mejor";
|
|
||||||
|
|
||||||
"Startup" = "Página de inicio";
|
"Startup" = "Página de inicio";
|
||||||
"Home" = "Inicio";
|
"Home" = "Inicio";
|
||||||
@@ -232,11 +240,13 @@
|
|||||||
"SupportDevelopmentDesc" = "Si te gusta YTLite y quieres apoyar su desarrollo, puedes hacerlo utilizando cualquiera de las formas convenientes que se indican a continuación.\n¡Gracias❤!";
|
"SupportDevelopmentDesc" = "Si te gusta YTLite y quieres apoyar su desarrollo, puedes hacerlo utilizando cualquiera de las formas convenientes que se indican a continuación.\n¡Gracias❤!";
|
||||||
"Contributors" = "Colaboradores";
|
"Contributors" = "Colaboradores";
|
||||||
"OpenSourceLibs" = "Bibliotecas de código abierto";
|
"OpenSourceLibs" = "Bibliotecas de código abierto";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "Versión";
|
"Version" = "Versión";
|
||||||
"About" = "Acerca de";
|
"About" = "Acerca de";
|
||||||
"Credits" = "Créditos";
|
"Credits" = "Créditos";
|
||||||
"Developer" = "Desarrollador de YTLite";
|
"Developer" = "Desarrollador de YTLite";
|
||||||
"SpecialThanks" = "Agradecimientos especiales";
|
"SpecialThanks" = "Agradecimientos especiales";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "Traducción: Chino (Simplificado)";
|
"ChineseSimplified" = "Traducción: Chino (Simplificado)";
|
||||||
"ChineseTraditional" = "Traducción: Chino (Tradicional)";
|
"ChineseTraditional" = "Traducción: Chino (Tradicional)";
|
||||||
"French" = "Traducción: Frances";
|
"French" = "Traducción: Frances";
|
||||||
@@ -245,8 +255,14 @@
|
|||||||
"Vietnamese" = "Traducción: vietnamita";
|
"Vietnamese" = "Traducción: vietnamita";
|
||||||
"Advanced" = "Modo avanzado";
|
"Advanced" = "Modo avanzado";
|
||||||
"AdvancedDesc" = "Modo más personalizable";
|
"AdvancedDesc" = "Modo más personalizable";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "¿Desea activar el modo Avanzado para YTLite?\n\nEste modo ofrece más de 50 opciones adicionales para personalizar y optimizar tu experiencia en YouTube. Puedes activarlo/desactivarlo más tarde desde Ajustes → %@ → %@ → %@.";
|
"AdvancedModeReminder" = "¿Desea activar el modo Avanzado para YTLite?\n\nEste modo ofrece más de 50 opciones adicionales para personalizar y optimizar tu experiencia en YouTube. Puedes activarlo/desactivarlo más tarde desde Ajustes → %@ → %@ → %@.";
|
||||||
"ClearCache" = "Borrar caché";
|
"ClearCache" = "Borrar caché";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "Restablecer configuración de YTLite";
|
"ResetSettings" = "Restablecer configuración de YTLite";
|
||||||
"ResetMessage" = "Esta opción restablecerá la configuración de YTLite a los valores predeterminados y cerrará YouTube.\n\n¿Estás seguro de que deseas continuar?";
|
"ResetMessage" = "Esta opción restablecerá la configuración de YTLite a los valores predeterminados y cerrará YouTube.\n\n¿Estás seguro de que deseas continuar?";
|
||||||
"ShortsOnlyWarning" = "¿Estás seguro de que quieres activar este modo?\n\nEn este modo, sólo podrás ver Shorts y no podrás hacer nada más.\n\nPuedes desactivar el modo sólo Shorts realizando una pulsación larga con dos dedos en el reproductor de Shorts.";
|
"ShortsOnlyWarning" = "¿Estás seguro de que quieres activar este modo?\n\nEn este modo, sólo podrás ver Shorts y no podrás hacer nada más.\n\nPuedes desactivar el modo sólo Shorts realizando una pulsación larga con dos dedos en el reproductor de Shorts.";
|
||||||
@@ -256,9 +272,34 @@
|
|||||||
"Yes" = "Sí";
|
"Yes" = "Sí";
|
||||||
"No" = "No";
|
"No" = "No";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "Predeterminado";
|
||||||
|
"Best" = "Mejor";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "Desactivar";
|
||||||
|
"Disabled" = "Desactivado";
|
||||||
|
"PlaybackSpeed" = "Velocidad de reproducción";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "Seleccionar acción";
|
"SelectAction" = "Seleccionar acción";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "Copiar título";
|
"CopyTitle" = "Copiar título";
|
||||||
"CopyDescription" = "Copiar descripción";
|
"CopyDescription" = "Copiar descripción";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "Copiar texto de la publicación";
|
"CopyPostText" = "Copiar texto de la publicación";
|
||||||
"SaveCurrentImage" = "Guardar imagen actual";
|
"SaveCurrentImage" = "Guardar imagen actual";
|
||||||
"CopyCurrentImage" = "Copiar imagen actual";
|
"CopyCurrentImage" = "Copiar imagen actual";
|
||||||
@@ -269,8 +310,35 @@
|
|||||||
"CopyCommentAsImage" = "Copiar comentario como imagen";
|
"CopyCommentAsImage" = "Copiar comentario como imagen";
|
||||||
"SaveProfilePicture" = "Guardar imagen de perfil";
|
"SaveProfilePicture" = "Guardar imagen de perfil";
|
||||||
"CopyProfilePicture" = "Copiar imagen de perfil";
|
"CopyProfilePicture" = "Copiar imagen de perfil";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "Cancelar";
|
"Cancel" = "Cancelar";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "Copiado al portapapeles";
|
"Copied" = "Copiado al portapapeles";
|
||||||
"Done" = "Hecho";
|
"Done" = "Hecho";
|
||||||
"Saved" = "Guardado en Fotos";
|
"Saved" = "Guardado en Fotos";
|
||||||
"Error" = "Error";
|
"Error" = "Error";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "Général";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "Supprimer les publicités";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "Supprime les publicités intégrées.";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "Lecture en arrière-plan";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "Active la lecture en arrière-plan.";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "Gérer les publications";
|
||||||
|
"PostManagerDesc" = "Permet de copier le texte de la publication et de sauvegarder la publication en tant qu'image en maintenant le toucher.";
|
||||||
|
"SaveProfilePhoto" = "Enregistrer la photo de profil";
|
||||||
|
"SaveProfilePhotoDesc" = "Enregistre la photo de profil dans l'application Photos en appuyant longuement.";
|
||||||
|
"CommentManager" = "Gérer les commentaires";
|
||||||
|
"CommentManagerDesc" = "Permet de copier le texte des commentaires et de sauvegarder le commentaire en tant qu'image en maintenant une pression prolongée.";
|
||||||
|
|
||||||
"Navbar" = "Barre de navigation";
|
"Navbar" = "Barre de navigation";
|
||||||
"RemoveCast" = "Masquer le bouton Cast";
|
"RemoveCast" = "Masquer le bouton Cast";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "Masque le bouton Recherche de la barre de navigation.";
|
"RemoveSearchDesc" = "Masque le bouton Recherche de la barre de navigation.";
|
||||||
"RemoveVoiceSearch" = "Masquer le bouton Recherche vocale";
|
"RemoveVoiceSearch" = "Masquer le bouton Recherche vocale";
|
||||||
"RemoveVoiceSearchDesc" = "Masque le bouton Recherche vocale de la barre de navigation.";
|
"RemoveVoiceSearchDesc" = "Masque le bouton Recherche vocale de la barre de navigation.";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "Barre de navigation épinglée";
|
"StickyNavbar" = "Barre de navigation épinglée";
|
||||||
"StickyNavbarDesc" = "Épingle la barre de navigation pour qu'elle reste visible lors du défilement vers le bas.";
|
"StickyNavbarDesc" = "Épingle la barre de navigation pour qu'elle reste visible lors du défilement vers le bas.";
|
||||||
"NoSubbar" = "Masquer la sous-barre";
|
"NoSubbar" = "Masquer la sous-barre";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Set Premium YouTube logo";
|
"PremiumYTLogo" = "Set Premium YouTube logo";
|
||||||
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
||||||
|
|
||||||
"Overlay" = "Overlay";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "Supprimer les publicités";
|
||||||
|
"RemoveAdsDesc" = "Supprime les publicités intégrées.";
|
||||||
|
"HideShorts" = "Masquer les vidéos Shorts";
|
||||||
|
"HideShortsDesc" = "Masque les vidéos Shorts de la page d'accueil, des recommandations, etc. (Non appliqué à l'historique de visionnage)";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "Réparer les vignettes";
|
||||||
|
"FixAlbumsDesc" = "Répare l'affichage des vignettes pour les utilisateurs de Russie.";
|
||||||
|
|
||||||
|
"Player" = "Lecteur";
|
||||||
|
"Player.Overlay" = "Overlay";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "Masquer le toggle de lecture automatique";
|
"HideAutoplay" = "Masquer le toggle de lecture automatique";
|
||||||
"HideAutoplayDesc" = "Masque le toggle de lecture automatique de l'overlay.";
|
"HideAutoplayDesc" = "Masque le toggle de lecture automatique de l'overlay.";
|
||||||
"HideSubs" = "Masquer le bouton Sous-titres";
|
"HideSubs" = "Masquer le bouton Sous-titres";
|
||||||
"HideSubsDesc" = "Masque le bouton Sous-titres de l'overlay.";
|
"HideSubsDesc" = "Masque le bouton Sous-titres de l'overlay.";
|
||||||
"NoHUDMsgs" = "Masquer les messages HUD";
|
|
||||||
"NoHUDMsgsDesc" = "Masque tous les messages des fonctionnalités du lecteur. Exemple: les sous-titres sont activés/désactivés, la boucle vidéo est activée, etc.";
|
|
||||||
"HidePrevNext" = "Masquer les boutons Précédent et Suivant";
|
"HidePrevNext" = "Masquer les boutons Précédent et Suivant";
|
||||||
"HidePrevNextDesc" = "Masque les boutons vidéo Précédent et Suivant de l'overlay.";
|
"HidePrevNextDesc" = "Masque les boutons vidéo Précédent et Suivant de l'overlay.";
|
||||||
"ReplacePrevNext" = "Boutons Avance rapide et Retour rapide";
|
"ReplacePrevNext" = "Boutons Avance rapide et Retour rapide";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "Supprime l'arrière-plan sombre de l'overlay.";
|
"NoDarkBgDesc" = "Supprime l'arrière-plan sombre de l'overlay.";
|
||||||
"NoEndScreenCards" = "Masquer les cartes de fin d'écran";
|
"NoEndScreenCards" = "Masquer les cartes de fin d'écran";
|
||||||
"NoEndScreenCardsDesc" = "Masque les cartes de fin d'écran (vignettes) à la fin des vidéos.";
|
"NoEndScreenCardsDesc" = "Masque les cartes de fin d'écran (vignettes) à la fin des vidéos.";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "Désactiver les actions en plein écran";
|
"NoFullscreenActions" = "Désactiver les actions en plein écran";
|
||||||
"NoFullscreenActionsDesc" = "Désactive le panneau d'actions en mode plein écran.";
|
"NoFullscreenActionsDesc" = "Désactive le panneau d'actions en mode plein écran.";
|
||||||
"PersistentProgressBar" = "Barre de progression persistante";
|
"PersistentProgressBar" = "Barre de progression persistante";
|
||||||
@@ -54,48 +79,89 @@
|
|||||||
"24hrFormat" = "24-hour format";
|
"24hrFormat" = "24-hour format";
|
||||||
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
||||||
|
|
||||||
"Player" = "Lecteur";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "Activer le mini-lecteur";
|
|
||||||
"MiniplayerDesc" = "Active le mini-lecteur pour les vidéos qui n'étaient pas initialement conçues pour cela, comme les vidéos destinées aux enfants.";
|
|
||||||
"PortraitFullscreen" = "Mode plein écran en portrait";
|
"PortraitFullscreen" = "Mode plein écran en portrait";
|
||||||
"PortraitFullscreenDesc" = "Active la prise en charge du mode plein écran en portrait.";
|
"PortraitFullscreenDesc" = "Active la prise en charge du mode plein écran en portrait.";
|
||||||
"CopyWithTimestamp" = "Copier les liens avec horodatage";
|
"ClassicQuality" = "Qualité vidéo classique";
|
||||||
"CopyWithTimestampDesc" = "Permet de copier les liens avec horodatage dans le presse-papiers en appuyant sur le bouton de pause.";
|
"ClassicQualityDesc" = "Rétablit le menu de sélection de la qualité vidéo classique.";
|
||||||
|
"ExtraSpeedOptions" = "Options de vitesse supplémentaires";
|
||||||
|
"ExtraSpeedOptionsDesc" = "Ajoute des options de vitesse de lecture supplémentaires au menu de vitesse.";
|
||||||
|
"RedProgressBar" = "Barre de progression rouge";
|
||||||
|
"RedProgressBarDesc" = "Ramène la barre de progression rouge.";
|
||||||
|
"NoPlayerRemixButton" = "Supprimer le bouton de remix";
|
||||||
|
"NoPlayerRemixButtonDesc" = "Supprime le bouton de remix sous le lecteur.";
|
||||||
|
"NoPlayerClipButton" = "Supprimer le bouton de clip";
|
||||||
|
"NoPlayerClipButtonDesc" = "Supprime le bouton de clip sous le lecteur.";
|
||||||
|
"NoPlayerDownloadButton" = "Supprimer le bouton de téléchargement";
|
||||||
|
"NoPlayerDownloadButtonDesc" = "Supprime le bouton de téléchargement sous le lecteur.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "Lecture en arrière-plan";
|
||||||
|
"BackgroundPlaybackDesc" = "Active la lecture en arrière-plan.";
|
||||||
|
"Miniplayer" = "Activer le mini-lecteur";
|
||||||
|
"MiniplayerDesc" = "Active le mini-lecteur pour les vidéos qui n'étaient pas initialement conçues pour cela, comme les vidéos destinées aux enfants.";
|
||||||
"DisableAutoplay" = "Désactiver la lecture automatique des vidéos";
|
"DisableAutoplay" = "Désactiver la lecture automatique des vidéos";
|
||||||
"DisableAutoplayDesc" = "Empêche la lecture des vidéos après ouverture.";
|
"DisableAutoplayDesc" = "Empêche la lecture des vidéos après ouverture.";
|
||||||
"DisableAutoCaptions" = "Désactiver les sous-titres automatiques";
|
"DisableAutoCaptions" = "Désactiver les sous-titres automatiques";
|
||||||
"DisableAutoCaptionsDesc" = "Empêche l'activation des sous-titres automatique.";
|
"DisableAutoCaptionsDesc" = "Empêche l'activation des sous-titres automatique.";
|
||||||
"NoContentWarning" = "Passer l'avertissement de contenu";
|
"NoContentWarning" = "Passer l'avertissement de contenu";
|
||||||
"NoContentWarningDesc" = "Ignore le message d'avertissement de contenu sensible.";
|
"NoContentWarningDesc" = "Ignore le message d'avertissement de contenu sensible.";
|
||||||
"ClassicQuality" = "Qualité vidéo classique";
|
|
||||||
"ClassicQualityDesc" = "Rétablit le menu de sélection de la qualité vidéo classique.";
|
|
||||||
"ExtraSpeedOptions" = "Options de vitesse supplémentaires";
|
|
||||||
"ExtraSpeedOptionsDesc" = "Ajoute des options de vitesse de lecture supplémentaires au menu de vitesse.";
|
|
||||||
"DontSnap2Chapter" = "Désactiver la coupure au chapitre";
|
|
||||||
"DontSnap2ChapterDesc" = "Désactive le passage à l'épisode suivant en double tapant.";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
|
||||||
"PauseOnOverlay" = "Pause on overlay";
|
|
||||||
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
|
||||||
"RedProgressBar" = "Barre de progression rouge";
|
|
||||||
"RedProgressBarDesc" = "Ramène la barre de progression rouge.";
|
|
||||||
"NoPlayerRemixButton" = "Remove remix button";
|
|
||||||
"NoPlayerRemixButtonDesc" = "Removes remix button under the player.";
|
|
||||||
"NoPlayerClipButton" = "Remove clip button";
|
|
||||||
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
|
||||||
"NoPlayerDownloadButton" = "Remove download button";
|
|
||||||
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
|
||||||
"NoHints" = "Désactiver les indices";
|
"NoHints" = "Désactiver les indices";
|
||||||
"NoHintsDesc" = "Désactive les indices de l'auteur qui apparaissent dans le coin supérieur droit pendant la lecture.";
|
"NoHintsDesc" = "Désactive les indices de l'auteur qui apparaissent dans le coin supérieur droit pendant la lecture.";
|
||||||
"NoFreeZoom" = "Désactiver le geste de zoom libre";
|
|
||||||
"NoFreeZoomDesc" = "Désactive les nouveaux gestes de zoom libre.";
|
|
||||||
"AutoFullscreen" = "Lire les vidéos en plein écran";
|
"AutoFullscreen" = "Lire les vidéos en plein écran";
|
||||||
"AutoFullscreenDesc" = "Lance automatiquement les vidéos en mode plein écran.";
|
"AutoFullscreenDesc" = "Lance automatiquement les vidéos en mode plein écran.";
|
||||||
"ExitFullscreen" = "Quitter le mode plein écran à la fin";
|
"ExitFullscreen" = "Quitter le mode plein écran à la fin";
|
||||||
"ExitFullscreenDesc" = "Quitte le mode plein écran à la fin de la lecture de la vidéo.";
|
"ExitFullscreenDesc" = "Quitte le mode plein écran à la fin de la lecture de la vidéo.";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "Copier les liens avec horodatage";
|
||||||
|
"CopyWithTimestampDesc" = "Permet de copier les liens avec horodatage dans le presse-papiers en appuyant sur le bouton de pause.";
|
||||||
|
"PauseOnOverlay" = "Pause on overlay";
|
||||||
|
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
||||||
|
"DontSnap2Chapter" = "Désactiver la coupure au chapitre";
|
||||||
|
"DontSnap2ChapterDesc" = "Désactive le passage à l'épisode suivant en double tapant.";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
||||||
|
"NoFreeZoom" = "Désactiver le geste de zoom libre";
|
||||||
|
"NoFreeZoomDesc" = "Désactive les nouveaux gestes de zoom libre.";
|
||||||
"NoDoubleTap2Seek" = "Désactiver le double tap pour chercher";
|
"NoDoubleTap2Seek" = "Désactiver le double tap pour chercher";
|
||||||
"NoDoubleTap2SeekDesc" = "Désactive le geste de double tap pour chercher.";
|
"NoDoubleTap2SeekDesc" = "Désactive le geste de double tap pour chercher.";
|
||||||
|
|
||||||
|
"Shorts" = "Shorts";
|
||||||
|
"ShortsOnlyMode" = "Mode Shorts uniquement";
|
||||||
|
"ShortsOnlyModeDesc" = "Limite les fonctionnalités de YouTube à la visualisation des Shorts uniquement.";
|
||||||
|
"AutoSkipShorts" = "Auto-skip Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
||||||
|
"ShortsProgress" = "Activer la barre de progression";
|
||||||
|
"ShortsProgressDesc" = "Affiche la barre de progression dans l'overlay Shorts.";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "Pincer pour plein écran";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Gère la visibilité de l'overlay avec les gestes de pincement, affichant les Shorts en mode plein écran.";
|
||||||
|
"ShortsToRegular" = "Shorts vers vidéos normales";
|
||||||
|
"ShortsToRegularDesc" = "Ouvre les vidéos Shorts en tant que vidéos normales.";
|
||||||
|
"HideShortsLogo" = "Masquer le logo Shorts";
|
||||||
|
"HideShortsLogoDesc" = "Masque le logo Shorts dans le coin supérieur gauche.";
|
||||||
|
"HideShortsSearch" = "Masquer le bouton de recherche";
|
||||||
|
"HideShortsSearchDesc" = "Masque le bouton de recherche de l'overlay Shorts.";
|
||||||
|
"HideShortsCamera" = "Masquer le bouton de l'appareil photo";
|
||||||
|
"HideShortsCameraDesc" = "Masque le bouton de l'appareil photo de l'overlay Shorts.";
|
||||||
|
"HideShortsMore" = "Masquer le bouton Plus (⋮)";
|
||||||
|
"HideShortsMoreDesc" = "Masque le bouton Plus (⋮) de l'overlay Shorts. Il est également accessible en appuyant longuement sur l'écran.";
|
||||||
|
"HideShortsSubscriptions" = "Masquer le bouton Abonnements";
|
||||||
|
"HideShortsSubscriptionsDesc" = "Masque le bouton Abonnements qui apparaît lorsque les Shorts sont en pause.";
|
||||||
|
|
||||||
"Tabbar" = "Barre d'onglets";
|
"Tabbar" = "Barre d'onglets";
|
||||||
"RemoveLabels" = "Supprimer les sous-titres";
|
"RemoveLabels" = "Supprimer les sous-titres";
|
||||||
"RemoveLabelsDesc" = "Supprime les sous-titres des onglets.";
|
"RemoveLabelsDesc" = "Supprime les sous-titres des onglets.";
|
||||||
@@ -112,85 +178,31 @@
|
|||||||
"HideUploadButton" = "Masquer le bouton de téléchargement";
|
"HideUploadButton" = "Masquer le bouton de téléchargement";
|
||||||
"HideUploadButtonDesc" = "Masque le bouton de téléchargement de la barre d'onglets";
|
"HideUploadButtonDesc" = "Masque le bouton de téléchargement de la barre d'onglets";
|
||||||
"HideLibraryTab" = "Masquer l'onglet Bibliothèque";
|
"HideLibraryTab" = "Masquer l'onglet Bibliothèque";
|
||||||
"HideLibraryTabDesc" = "Masque l'onglet Bibliothèque de la barre d'onglets";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "Shorts";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "Mode Shorts uniquement";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "Limite les fonctionnalités de YouTube à la visualisation des Shorts uniquement.";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Auto-skip Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
|
||||||
"HideShorts" = "Masquer les vidéos Shorts";
|
|
||||||
"HideShortsDesc" = "Masque les vidéos Shorts de la page d'accueil, des recommandations, etc. (Non appliqué à l'historique de visionnage)";
|
|
||||||
"ShortsProgress" = "Activer la barre de progression";
|
|
||||||
"ShortsProgressDesc" = "Affiche la barre de progression dans l'overlay Shorts.";
|
|
||||||
"PinchToFullscreenShorts" = "Pincer pour plein écran";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Gère la visibilité de l'overlay avec les gestes de pincement, affichant les Shorts en mode plein écran.";
|
|
||||||
"ShortsToRegular" = "Shorts vers vidéos normales";
|
|
||||||
"ShortsToRegularDesc" = "Ouvre les vidéos Shorts en tant que vidéos normales.";
|
|
||||||
"ResumeShorts" = "Ne pas démarrer depuis l'onglet Shorts";
|
|
||||||
"ResumeShortsDesc" = "Empêche de démarrer depuis les vidéos Shorts lors de l'ouverture de l'application, ce qui se produit si YouTube était fermé pendant la lecture des Shorts.";
|
|
||||||
"HideShortsLogo" = "Masquer le logo Shorts";
|
|
||||||
"HideShortsLogoDesc" = "Masque le logo Shorts dans le coin supérieur gauche.";
|
|
||||||
"HideShortsSearch" = "Masquer le bouton de recherche";
|
|
||||||
"HideShortsSearchDesc" = "Masque le bouton de recherche de l'overlay Shorts.";
|
|
||||||
"HideShortsCamera" = "Masquer le bouton de l'appareil photo";
|
|
||||||
"HideShortsCameraDesc" = "Masque le bouton de l'appareil photo de l'overlay Shorts.";
|
|
||||||
"HideShortsMore" = "Masquer le bouton Plus (⋮)";
|
|
||||||
"HideShortsMoreDesc" = "Masque le bouton Plus (⋮) de l'overlay Shorts. Il est également accessible en appuyant longuement sur l'écran.";
|
|
||||||
"HideShortsSubscriptions" = "Masquer le bouton Abonnements";
|
|
||||||
"HideShortsSubscriptionsDesc" = "Masque le bouton Abonnements qui apparaît lorsque les Shorts sont en pause.";
|
|
||||||
"HideShortsLike" = "Masquer le bouton J'aime";
|
|
||||||
"HideShortsLikeDesc" = "Masque le bouton J'aime de l'overlay Shorts.";
|
|
||||||
"HideShortsDislike" = "Masquer le bouton Je n'aime pas";
|
|
||||||
"HideShortsDislikeDesc" = "Masque le bouton Je n'aime pas de l'overlay Shorts.";
|
|
||||||
"HideShortsComments" = "Masquer le bouton Commentaires";
|
|
||||||
"HideShortsCommentsDesc" = "Masque le bouton Commentaires de l'overlay Shorts.";
|
|
||||||
"HideShortsRemix" = "Masquer le bouton Remix";
|
|
||||||
"HideShortsRemixDesc" = "Masque le bouton Remix de l'overlay Shorts.";
|
|
||||||
"HideShortsShare" = "Masquer le bouton Partager";
|
|
||||||
"HideShortsShareDesc" = "Masque le bouton Partager de l'overlay Shorts.";
|
|
||||||
"HideShortsAvatars" = "Masquer les avatars des chaînes";
|
|
||||||
"HideShortsAvatarsDesc" = "Masque la photo de profil dans le coin inférieur droit.";
|
|
||||||
"HideShortsThanks" = "Masquer le bouton Superthanks";
|
|
||||||
"HideShortsThanksDesc" = "Masque le bouton Superthanks (Don) de l'overlay Shorts.";
|
|
||||||
"HideShortsSource" = "Cacher la source des Shorts";
|
|
||||||
"HideShortsSourceDesc" = "Masque les sources des Shorts sous le nom de la chaîne.";
|
|
||||||
"HideShortsChannelName" = "Masquer le nom de la chaîne";
|
|
||||||
"HideShortsChannelNameDesc" = "Masque le nom de la chaîne et le bouton S'abonner de l'overlay Shorts.";
|
|
||||||
"HideShortsDescription" = "Masquer la description";
|
|
||||||
"HideShortsDescriptionDesc" = "Masque la description des Shorts sous le nom de la chaîne.";
|
|
||||||
"HideShortsAudioTrack" = "Masquer la piste audio";
|
|
||||||
"HideShortsAudioTrackDesc" = "Masque la piste audio sous la description des Shorts.";
|
|
||||||
|
|
||||||
"Other" = "Autre";
|
|
||||||
"CopyVideoInfo" = "Copier les informations vidéo";
|
|
||||||
"CopyVideoInfoDesc" = "Ajout d'un bouton permettant de copier le titre et la description de la vidéo dans le panneau Description de la vidéo.";
|
|
||||||
"PostManager" = "Save post information";
|
|
||||||
"PostManagerDesc" = "Allows to copy post text and save post as image by long tap.";
|
|
||||||
"SaveProfilePhoto" = "Enregistrer la photo de profil";
|
|
||||||
"SaveProfilePhotoDesc" = "Enregistre la photo de profil dans l'application Photos en appuyant longuement.";
|
|
||||||
"CommentManager" = "Save comment information";
|
|
||||||
"CommentManagerDesc" = "Allows to copy comment text and save comment as image by long tap.";
|
|
||||||
"FixAlbums" = "Réparer les couvertures";
|
|
||||||
"FixAlbumsDesc" = "Répare l'affichage des couvertures pour les utilisateurs de Russie.";
|
|
||||||
"NativeShare" = "Native share sheet";
|
"NativeShare" = "Native share sheet";
|
||||||
"NativeShareDesc" = "Uses system share sheet to share media";
|
"NativeShareDesc" = "Uses system share sheet to share media";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "Supprimer \"Placer en première position dans la file d'attente\"";
|
"RemovePlayNext" = "Supprimer \"Placer en première position dans la file d'attente\"";
|
||||||
"RemovePlayNextDesc" = "Supprime l'option \"Placer en première position dans la file d'attente\" du menu.";
|
"RemovePlayNextDesc" = "Supprime l'option \"Placer en première position dans la file d'attente\" du menu.";
|
||||||
"RemoveDownloadMenu" = "Remove \"Download\"";
|
"RemoveDownloadMenu" = "Supprimer \"Télécharger\"";
|
||||||
"RemoveDownloadMenuDesc" = "Removes \"Download\" option from menu.";
|
"RemoveDownloadMenuDesc" = "Supprime l'option \"Télécharger\" du menu.";
|
||||||
"RemoveWatchLaterMenu" = "Remove \"Save to Watch Later\"";
|
"RemoveWatchLaterMenu" = "Supprimer \"Enregistrer pour plus tard\"";
|
||||||
"RemoveWatchLaterMenuDesc" = "Removes \"Save to Watch Later\" option from menu.";
|
"RemoveWatchLaterMenuDesc" = "Supprime l'option \"Enregistrer pour plus tard\" du menu.";
|
||||||
"RemoveSaveToPlaylistMenu" = "Remove \"Save to playlist\"";
|
"RemoveSaveToPlaylistMenu" = "Supprimer \"Enregistrer dans une playlist\"";
|
||||||
"RemoveSaveToPlaylistMenuDesc" = "Removes \"Save to playlist\" option from menu.";
|
"RemoveSaveToPlaylistMenuDesc" = "Supprime l'option \"Enregistrer dans une playlist\" du menu.";
|
||||||
"RemoveShareMenu" = "Remove \"Share\"";
|
"RemoveShareMenu" = "Supprimer \"Partager\"";
|
||||||
"RemoveShareMenuDesc" = "Removes \"Share\" option from menu.";
|
"RemoveShareMenuDesc" = "Supprime l'option \"Partager\" du menu.";
|
||||||
"RemoveNotInterestedMenu" = "Remove \"Not interested\"";
|
"RemoveNotInterestedMenu" = "Supprimer \"Pas intéressé\"";
|
||||||
"RemoveNotInterestedMenuDesc" = "Removes \"Not interested\" option from menu.";
|
"RemoveNotInterestedMenuDesc" = "Supprime l'option \"Pas intéressé\" du menu.";
|
||||||
"RemoveDontRecommendMenu" = "Remove \"Don't recommend channel\"";
|
"RemoveDontRecommendMenu" = "Supprimer \"Ne pas recommander la chaîne\"";
|
||||||
"RemoveDontRecommendMenuDesc" = "Removes \"Don't recommend channel\" option from menu.";
|
"RemoveDontRecommendMenuDesc" = "Supprime l'option \"Ne pas recommander la chaîne\" du menu.";
|
||||||
"RemoveReportMenu" = "Remove \"Report\"";
|
"RemoveReportMenu" = "Supprimer \"Signaler\"";
|
||||||
"RemoveReportMenuDesc" = "Removes \"Report\" option from menu.";
|
"RemoveReportMenuDesc" = "Supprime l'option \"Signaler\" du menu.";
|
||||||
"NoContinueWatching" = "Supprimer \"Continuer à regarder\"";
|
"NoContinueWatching" = "Supprimer \"Continuer à regarder\"";
|
||||||
"NoContinueWatchingDesc" = "Supprime la section \"Continuer à regarder\" contenant les vidéos inachevées de la page d'accueil.";
|
"NoContinueWatchingDesc" = "Supprime la section \"Continuer à regarder\" contenant les vidéos inachevées de la page d'accueil.";
|
||||||
"NoSearchHistory" = "Masquer l'historique de recherche";
|
"NoSearchHistory" = "Masquer l'historique de recherche";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "Masque l'en-tête de tri des commentaires (Meilleurs, Plus récents) pour qu'il n'apparaisse jamais.";
|
"HideSortCommentsDesc" = "Masque l'en-tête de tri des commentaires (Meilleurs, Plus récents) pour qu'il n'apparaisse jamais.";
|
||||||
"PlaylistOldMinibar" = "Ancienne barre latérale de lecture";
|
"PlaylistOldMinibar" = "Ancienne barre latérale de lecture";
|
||||||
"PlaylistOldMinibarDesc" = "Remplace le nouveau panneau de lecture flottant par l'ancien.";
|
"PlaylistOldMinibarDesc" = "Remplace le nouveau panneau de lecture flottant par l'ancien.";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "Désactiver le formatage de droite à gauche";
|
"DisableRTL" = "Désactiver le formatage de droite à gauche";
|
||||||
"DisableRTLDesc" = "Affiche le texte de force en format de gauche à droite (LTR) pour les langues qui sont initialement affichées de droite à gauche (RTL).";
|
"DisableRTLDesc" = "Affiche le texte de force en format de gauche à droite (LTR) pour les langues qui sont initialement affichées de droite à gauche (RTL).";
|
||||||
|
|
||||||
"HoldToSpeed" = "Hold to speed";
|
"HoldToSpeed" = "Hold to speed";
|
||||||
"Disable" = "Disable";
|
|
||||||
"Disabled" = "Disabled";
|
|
||||||
"PlaybackSpeed" = "Playback Speed";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Default playback rate";
|
"DefaultPlaybackRate" = "Default playback rate";
|
||||||
|
"PlaybackQualityOnWiFi" = "Qualité de lecture sur WiFi";
|
||||||
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
"PlaybackQualityOnCellular" = "Qualité de lecture sur réseau cellulaire";
|
||||||
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
|
||||||
"SelectQuality" = "Select Quality";
|
|
||||||
"Default" = "Default";
|
|
||||||
"Best" = "Best";
|
|
||||||
|
|
||||||
"Startup" = "Page de démarrage";
|
"Startup" = "Page de démarrage";
|
||||||
"Home" = "Accueil";
|
"Home" = "Accueil";
|
||||||
@@ -228,15 +236,17 @@
|
|||||||
"Warning" = "Avertissement";
|
"Warning" = "Avertissement";
|
||||||
"TabIsHidden" = "L'onglet masqué ne peut pas être sélectionné comme page de démarrage";
|
"TabIsHidden" = "L'onglet masqué ne peut pas être sélectionné comme page de démarrage";
|
||||||
|
|
||||||
"SupportDevelopment" = "Support development";
|
"SupportDevelopment" = "Soutenir le développement";
|
||||||
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
"SupportDevelopmentDesc" = "Si vous aimez YTLite et souhaitez soutenir son développement, vous pouvez le faire en utilisant l'une des méthodes pratiques ci-dessous.\nMerci❤";
|
||||||
"Contributors" = "Contributors";
|
"Contributors" = "Contributors";
|
||||||
"OpenSourceLibs" = "Open Source Libraries";
|
"OpenSourceLibs" = "Open Source Libraries";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "Version";
|
"Version" = "Version";
|
||||||
"About" = "À propos";
|
"About" = "À propos";
|
||||||
"Credits" = "Crédits";
|
"Credits" = "Crédits";
|
||||||
"Developer" = "Développeur YTLite";
|
"Developer" = "Développeur YTLite";
|
||||||
"SpecialThanks" = "Special thanks";
|
"SpecialThanks" = "Special thanks";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "Localisation chinoise (simplifiée)";
|
"ChineseSimplified" = "Localisation chinoise (simplifiée)";
|
||||||
"ChineseTraditional" = "Localisation chinoise (traditionnelle)";
|
"ChineseTraditional" = "Localisation chinoise (traditionnelle)";
|
||||||
"French" = "Localisation française";
|
"French" = "Localisation française";
|
||||||
@@ -244,9 +254,15 @@
|
|||||||
"Japanese" = "Localisation japonaise";
|
"Japanese" = "Localisation japonaise";
|
||||||
"Vietnamese" = "Localisation vietnamienne";
|
"Vietnamese" = "Localisation vietnamienne";
|
||||||
"Advanced" = "Mode avancé";
|
"Advanced" = "Mode avancé";
|
||||||
"AdvancedDesc" = "More customizable mode";
|
"AdvancedDesc" = "Mode plus personnalisable";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "Voulez-vous activer le mode avancé pour YTLite ?\n\nCe mode offre plus de 50 options supplémentaires pour personnaliser et optimiser votre expérience YouTube. Vous pouvez l'activer/désactiver ultérieurement depuis Paramètres → %@ → %@ → %@.";
|
"AdvancedModeReminder" = "Voulez-vous activer le mode avancé pour YTLite ?\n\nCe mode offre plus de 50 options supplémentaires pour personnaliser et optimiser votre expérience YouTube. Vous pouvez l'activer/désactiver ultérieurement depuis Paramètres → %@ → %@ → %@.";
|
||||||
"ClearCache" = "Effacer le cache";
|
"ClearCache" = "Effacer le cache";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "Réinitialiser les paramètres YTLite";
|
"ResetSettings" = "Réinitialiser les paramètres YTLite";
|
||||||
"ResetMessage" = "Cette option réinitialisera les paramètres YTLite par défaut et fermera YouTube.\n\nÊtes-vous sûr de vouloir continuer ?";
|
"ResetMessage" = "Cette option réinitialisera les paramètres YTLite par défaut et fermera YouTube.\n\nÊtes-vous sûr de vouloir continuer ?";
|
||||||
"ShortsOnlyWarning" = "Êtes-vous sûr de vouloir activer ce mode?\n\nDans ce mode, vous ne pourrez regarder que des vidéos Shorts et vous ne pourrez rien d'autre faire.\n\nVous pouvez désactiver le mode Shorts Only en appuyant longuement avec deux doigts dans le lecteur Shorts.";
|
"ShortsOnlyWarning" = "Êtes-vous sûr de vouloir activer ce mode?\n\nDans ce mode, vous ne pourrez regarder que des vidéos Shorts et vous ne pourrez rien d'autre faire.\n\nVous pouvez désactiver le mode Shorts Only en appuyant longuement avec deux doigts dans le lecteur Shorts.";
|
||||||
@@ -256,21 +272,73 @@
|
|||||||
"Yes" = "Oui";
|
"Yes" = "Oui";
|
||||||
"No" = "Non";
|
"No" = "Non";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "Par défaut";
|
||||||
|
"Best" = "Meilleure";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "Disable";
|
||||||
|
"Disabled" = "Disabled";
|
||||||
|
"PlaybackSpeed" = "Playback Speed";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "Sélectionner une action";
|
"SelectAction" = "Sélectionner une action";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "Copier le titre";
|
"CopyTitle" = "Copier le titre";
|
||||||
"CopyDescription" = "Copier la description";
|
"CopyDescription" = "Copier la description";
|
||||||
"CopyPostText" = "Copy post text";
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
|
"CopyPostText" = "Copier le texte de la publication";
|
||||||
"SaveCurrentImage" = "Save current image";
|
"SaveCurrentImage" = "Save current image";
|
||||||
"CopyCurrentImage" = "Copy current image";
|
"CopyCurrentImage" = "Copy current image";
|
||||||
"SavePostAsImage" = "Save post as image";
|
"SavePostAsImage" = "Enregistrer la publication en tant qu'image";
|
||||||
"CopyPostAsImage" = "Copy post as image";
|
"CopyPostAsImage" = "Copier la publication en tant qu'image";
|
||||||
"CopyCommentText" = "Copy comment text";
|
"CopyCommentText" = "Copier le texte du commentaire";
|
||||||
"SaveCommentAsImage" = "Save comment as image";
|
"SaveCommentAsImage" = "Enregistrer le commentaire en tant qu'image";
|
||||||
"CopyCommentAsImage" = "Copy comment as image";
|
"CopyCommentAsImage" = "Copier le commentaire en tant qu'image";
|
||||||
"SaveProfilePicture" = "Save profile picture";
|
"SaveProfilePicture" = "Enregistrer la photo de profil";
|
||||||
"CopyProfilePicture" = "Copy profile picture";
|
"CopyProfilePicture" = "Copier la photo de profil";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "Annuler";
|
"Cancel" = "Annuler";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "Copié dans le presse-papiers";
|
"Copied" = "Copié dans le presse-papiers";
|
||||||
"Saved" = "Enregistré dans Photos";
|
"Saved" = "Enregistré dans Photos";
|
||||||
"Done" = "Terminé";
|
"Done" = "Terminé";
|
||||||
"Error" = "Erreur";
|
"Error" = "Erreur";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "一般";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "広告を削除";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "アプリ内の広告を削除します";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "バックグラウンド再生";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "バックグラウンドでの再生を有効にします";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "Save post information";
|
||||||
|
"PostManagerDesc" = "Allows to copy post text and save post as image by long tap.";
|
||||||
|
"SaveProfilePhoto" = "Save profile picture";
|
||||||
|
"SaveProfilePhotoDesc" = "Saves profile picture to the Photos app by long tap.";
|
||||||
|
"CommentManager" = "Save comment information";
|
||||||
|
"CommentManagerDesc" = "Allows to copy comment text and save comment as image by long tap.";
|
||||||
|
|
||||||
"Navbar" = "ナビゲーションバー";
|
"Navbar" = "ナビゲーションバー";
|
||||||
"RemoveCast" = "キャストボタンを非表示";
|
"RemoveCast" = "キャストボタンを非表示";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "ナビゲーションバーから検索ボタンを非表示にします";
|
"RemoveSearchDesc" = "ナビゲーションバーから検索ボタンを非表示にします";
|
||||||
"RemoveVoiceSearch" = "音声検索ボタンを非表示";
|
"RemoveVoiceSearch" = "音声検索ボタンを非表示";
|
||||||
"RemoveVoiceSearchDesc" = "ナビゲーションバーから音声検索ボタンを非表示にします";
|
"RemoveVoiceSearchDesc" = "ナビゲーションバーから音声検索ボタンを非表示にします";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "ナビゲーションバーを固定";
|
"StickyNavbar" = "ナビゲーションバーを固定";
|
||||||
"StickyNavbarDesc" = "スクロール中もナビゲーションバーを固定して表示します";
|
"StickyNavbarDesc" = "スクロール中もナビゲーションバーを固定して表示します";
|
||||||
"NoSubbar" = "サブバーを非表示";
|
"NoSubbar" = "サブバーを非表示";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Set Premium YouTube logo";
|
"PremiumYTLogo" = "Set Premium YouTube logo";
|
||||||
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
||||||
|
|
||||||
"Overlay" = "オーバーレイ";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "広告を削除";
|
||||||
|
"RemoveAdsDesc" = "アプリ内の広告を削除します";
|
||||||
|
"HideShorts" = "ショート動画を非表示";
|
||||||
|
"HideShortsDesc" = "ホーム, おすすめなどからショート動画を非表示にします(視聴履歴には適用されません)";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "Fix covers";
|
||||||
|
"FixAlbumsDesc" = "Fixes the display of covers for users from Russia.";
|
||||||
|
|
||||||
|
"Player" = "プレーヤー";
|
||||||
|
"Player.Overlay" = "オーバーレイ";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "自動再生スイッチを非表示";
|
"HideAutoplay" = "自動再生スイッチを非表示";
|
||||||
"HideAutoplayDesc" = "オーバーレイから自動再生スイッチを非表示にします";
|
"HideAutoplayDesc" = "オーバーレイから自動再生スイッチを非表示にします";
|
||||||
"HideSubs" = "字幕ボタンを非表示";
|
"HideSubs" = "字幕ボタンを非表示";
|
||||||
"HideSubsDesc" = "オーバーレイから字幕ボタンを非表示にします";
|
"HideSubsDesc" = "オーバーレイから字幕ボタンを非表示にします";
|
||||||
"NoHUDMsgs" = "HUDメッセージを非表示";
|
|
||||||
"NoHUDMsgsDesc" = "プレーヤーからすべての機能メッセージを非表示にします。例:字幕がオン/オフになりました, ループ再生はオンになっています など";
|
|
||||||
"HidePrevNext" = "前へ/次へボタンを非表示";
|
"HidePrevNext" = "前へ/次へボタンを非表示";
|
||||||
"HidePrevNextDesc" = "オーバーレイから前へ/次へのビデオボタンを非表示にします";
|
"HidePrevNextDesc" = "オーバーレイから前へ/次へのビデオボタンを非表示にします";
|
||||||
"ReplacePrevNext" = "早送り/巻き戻しボタンに置き換え";
|
"ReplacePrevNext" = "早送り/巻き戻しボタンに置き換え";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "オーバーレイの暗い背景を削除します";
|
"NoDarkBgDesc" = "オーバーレイの暗い背景を削除します";
|
||||||
"NoEndScreenCards" = "エンドスクリーンのホバーカードを非表示";
|
"NoEndScreenCards" = "エンドスクリーンのホバーカードを非表示";
|
||||||
"NoEndScreenCardsDesc" = "動画の終わりに表示されるエンドスクリーン(サムネイル)を非表示にします";
|
"NoEndScreenCardsDesc" = "動画の終わりに表示されるエンドスクリーン(サムネイル)を非表示にします";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "フルスクリーンアクションを無効化";
|
"NoFullscreenActions" = "フルスクリーンアクションを無効化";
|
||||||
"NoFullscreenActionsDesc" = "フルスクリーンモードでのアクションパネルを無効にします";
|
"NoFullscreenActionsDesc" = "フルスクリーンモードでのアクションパネルを無効にします";
|
||||||
"PersistentProgressBar" = "Persistent progress bar";
|
"PersistentProgressBar" = "Persistent progress bar";
|
||||||
@@ -54,29 +79,13 @@
|
|||||||
"24hrFormat" = "24-hour format";
|
"24hrFormat" = "24-hour format";
|
||||||
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
||||||
|
|
||||||
"Player" = "プレーヤー";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "ミニプレーヤーを有効化";
|
|
||||||
"MiniplayerDesc" = "ミニプレーヤーに対応していない動画(子供向けの動画など)でもミニプレーヤーを有効にします";
|
|
||||||
"PortraitFullscreen" = "縦画面フルスクリーンモード";
|
"PortraitFullscreen" = "縦画面フルスクリーンモード";
|
||||||
"PortraitFullscreenDesc" = "縦画面フルスクリーンモードをサポートします";
|
"PortraitFullscreenDesc" = "縦画面フルスクリーンモードをサポートします";
|
||||||
"CopyWithTimestamp" = "タイムスタンプ付きリンクをコピー";
|
|
||||||
"CopyWithTimestampDesc" = "一時停止ボタンを押すことで、タイムスタンプ付きリンクをクリップボードにコピーできます";
|
|
||||||
"DisableAutoplay" = "自動再生を無効化";
|
|
||||||
"DisableAutoplayDesc" = "アプリを開いた後に動画の自動再生を防止します";
|
|
||||||
"DisableAutoCaptions" = "Disable auto captions";
|
|
||||||
"DisableAutoCaptionsDesc" = "Prevents automatic activation of captions.";
|
|
||||||
"NoContentWarning" = "コンテンツ警告をスキップ";
|
|
||||||
"NoContentWarningDesc" = "不適切なコンテンツの警告メッセージをスキップします";
|
|
||||||
"ClassicQuality" = "クラシックなビデオ品質";
|
"ClassicQuality" = "クラシックなビデオ品質";
|
||||||
"ClassicQualityDesc" = "クラシックなビデオ品質選択メニューを復元します";
|
"ClassicQualityDesc" = "クラシックなビデオ品質選択メニューを復元します";
|
||||||
"ExtraSpeedOptions" = "再生速度の追加オプション";
|
"ExtraSpeedOptions" = "再生速度の追加オプション";
|
||||||
"ExtraSpeedOptionsDesc" = "プレーヤーメニューに追加の再生速度オプションを追加します";
|
"ExtraSpeedOptionsDesc" = "プレーヤーメニューに追加の再生速度オプションを追加します";
|
||||||
"DontSnap2Chapter" = "チャプターへのスナップを無効化";
|
|
||||||
"DontSnap2ChapterDesc" = "ダブルタップジェスチャーで次のエピソードへスキップするのを無効にします";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
|
||||||
"PauseOnOverlay" = "Pause on overlay";
|
|
||||||
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
|
||||||
"RedProgressBar" = "赤いプログレスバー";
|
"RedProgressBar" = "赤いプログレスバー";
|
||||||
"RedProgressBarDesc" = "赤いプログレスバーを復元します";
|
"RedProgressBarDesc" = "赤いプログレスバーを復元します";
|
||||||
"NoPlayerRemixButton" = "Remove remix button";
|
"NoPlayerRemixButton" = "Remove remix button";
|
||||||
@@ -85,17 +94,74 @@
|
|||||||
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
||||||
"NoPlayerDownloadButton" = "Remove download button";
|
"NoPlayerDownloadButton" = "Remove download button";
|
||||||
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "バックグラウンド再生";
|
||||||
|
"BackgroundPlaybackDesc" = "バックグラウンドでの再生を有効にします";
|
||||||
|
"Miniplayer" = "ミニプレーヤーを有効化";
|
||||||
|
"MiniplayerDesc" = "ミニプレーヤーに対応していない動画(子供向けの動画など)でもミニプレーヤーを有効にします";
|
||||||
|
"DisableAutoplay" = "自動再生を無効化";
|
||||||
|
"DisableAutoplayDesc" = "アプリを開いた後に動画の自動再生を防止します";
|
||||||
|
"DisableAutoCaptions" = "Disable auto captions";
|
||||||
|
"DisableAutoCaptionsDesc" = "Prevents automatic activation of captions.";
|
||||||
|
"NoContentWarning" = "コンテンツ警告をスキップ";
|
||||||
|
"NoContentWarningDesc" = "不適切なコンテンツの警告メッセージをスキップします";
|
||||||
"NoHints" = "ヒントを無効化";
|
"NoHints" = "ヒントを無効化";
|
||||||
"NoHintsDesc" = "再生中に右上に表示される投稿者のヒントを無効にします";
|
"NoHintsDesc" = "再生中に右上に表示される投稿者のヒントを無効にします";
|
||||||
"NoFreeZoom" = "フリーズームジェスチャーを無効化";
|
|
||||||
"NoFreeZoomDesc" = "新しいフリーズームジェスチャーを無効にします";
|
|
||||||
"AutoFullscreen" = "動画をフルスクリーンで再生";
|
"AutoFullscreen" = "動画をフルスクリーンで再生";
|
||||||
"AutoFullscreenDesc" = "動画を自動的にフルスクリーンモードで再生します";
|
"AutoFullscreenDesc" = "動画を自動的にフルスクリーンモードで再生します";
|
||||||
"ExitFullscreen" = "再生終了時にフルスクリーンモードを終了";
|
"ExitFullscreen" = "再生終了時にフルスクリーンモードを終了";
|
||||||
"ExitFullscreenDesc" = "動画再生が終了したときにフルスクリーンモードを終了します";
|
"ExitFullscreenDesc" = "動画再生が終了したときにフルスクリーンモードを終了します";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "タイムスタンプ付きリンクをコピー";
|
||||||
|
"CopyWithTimestampDesc" = "一時停止ボタンを押すことで、タイムスタンプ付きリンクをクリップボードにコピーできます";
|
||||||
|
"PauseOnOverlay" = "Pause on overlay";
|
||||||
|
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
||||||
|
"DontSnap2Chapter" = "チャプターへのスナップを無効化";
|
||||||
|
"DontSnap2ChapterDesc" = "ダブルタップジェスチャーで次のエピソードへスキップするのを無効にします";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
||||||
|
"NoFreeZoom" = "フリーズームジェスチャーを無効化";
|
||||||
|
"NoFreeZoomDesc" = "新しいフリーズームジェスチャーを無効にします";
|
||||||
"NoDoubleTap2Seek" = "ダブルタップでのシークを無効化";
|
"NoDoubleTap2Seek" = "ダブルタップでのシークを無効化";
|
||||||
"NoDoubleTap2SeekDesc" = "ダブルタップでのシークジェスチャーを無効にします";
|
"NoDoubleTap2SeekDesc" = "ダブルタップでのシークジェスチャーを無効にします";
|
||||||
|
|
||||||
|
"Shorts" = "ショート";
|
||||||
|
"ShortsOnlyMode" = "Shorts Only Mode";
|
||||||
|
"ShortsOnlyModeDesc" = "Limits YouTube functionality to viewing Shorts only.";
|
||||||
|
"AutoSkipShorts" = "Auto-skip Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
||||||
|
"ShortsProgress" = "プログレスバーを有効化";
|
||||||
|
"ShortsProgressDesc" = "ショートオーバーレイにプログレスバーを表示します";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "Pinch to Fullscreen";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Manages visibility of the overlay with pinch in and pinch out gestures, displaying Shorts in fullscreen mode.";
|
||||||
|
"ShortsToRegular" = "Shorts to regular videos";
|
||||||
|
"ShortsToRegularDesc" = "Opens Shorts videos as regular videos.";
|
||||||
|
"HideShortsLogo" = "ショートロゴを非表示";
|
||||||
|
"HideShortsLogoDesc" = "左上隅のショートロゴを非表示にします";
|
||||||
|
"HideShortsSearch" = "検索ボタンを非表示";
|
||||||
|
"HideShortsSearchDesc" = "ショートオーバーレイから検索ボタンを非表示にします";
|
||||||
|
"HideShortsCamera" = "カメラボタンを非表示";
|
||||||
|
"HideShortsCameraDesc" = "ショートオーバーレイからカメラボタンを非表示にします";
|
||||||
|
"HideShortsMore" = "その他(⋮)ボタンを非表示";
|
||||||
|
"HideShortsMoreDesc" = "ショートオーバーレイからその他(⋮)ボタンを非表示にします。画面の長押しでアクセスも可能です";
|
||||||
|
"HideShortsSubscriptions" = "チャンネル登録ボタンを非表示";
|
||||||
|
"HideShortsSubscriptionsDesc" = "ショートが一時停止されたときに表示されるチャンネル登録ボタンを非表示にします";
|
||||||
|
|
||||||
"Tabbar" = "タブバー";
|
"Tabbar" = "タブバー";
|
||||||
"RemoveLabels" = "ラベルを削除";
|
"RemoveLabels" = "ラベルを削除";
|
||||||
"RemoveLabelsDesc" = "タブラベルを削除します";
|
"RemoveLabelsDesc" = "タブラベルを削除します";
|
||||||
@@ -114,67 +180,13 @@
|
|||||||
"HideLibraryTab" = "ライブラリタブを非表示";
|
"HideLibraryTab" = "ライブラリタブを非表示";
|
||||||
"HideLibraryTabDesc" = "タブバーからライブラリタブを非表示にします";
|
"HideLibraryTabDesc" = "タブバーからライブラリタブを非表示にします";
|
||||||
|
|
||||||
"Shorts" = "ショート";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "Shorts Only Mode";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "Limits YouTube functionality to viewing Shorts only.";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Auto-skip Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
|
||||||
"HideShorts" = "ショート動画を非表示";
|
|
||||||
"HideShortsDesc" = "ホーム, おすすめなどからショート動画を非表示にします(視聴履歴には適用されません)";
|
|
||||||
"ShortsProgress" = "プログレスバーを有効化";
|
|
||||||
"ShortsProgressDesc" = "ショートオーバーレイにプログレスバーを表示します";
|
|
||||||
"PinchToFullscreenShorts" = "Pinch to Fullscreen";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Manages visibility of the overlay with pinch in and pinch out gestures, displaying Shorts in fullscreen mode.";
|
|
||||||
"ShortsToRegular" = "Shorts to regular videos";
|
|
||||||
"ShortsToRegularDesc" = "Opens Shorts videos as regular videos.";
|
|
||||||
"ResumeShorts" = "ショートタブからの再開を防止";
|
|
||||||
"ResumeShortsDesc" = "ショートを視聴中にアプリを閉じた場合でも、ショートからの再開を防止します";
|
|
||||||
"HideShortsLogo" = "ショートロゴを非表示";
|
|
||||||
"HideShortsLogoDesc" = "左上隅のショートロゴを非表示にします";
|
|
||||||
"HideShortsSearch" = "検索ボタンを非表示";
|
|
||||||
"HideShortsSearchDesc" = "ショートオーバーレイから検索ボタンを非表示にします";
|
|
||||||
"HideShortsCamera" = "カメラボタンを非表示";
|
|
||||||
"HideShortsCameraDesc" = "ショートオーバーレイからカメラボタンを非表示にします";
|
|
||||||
"HideShortsMore" = "その他(⋮)ボタンを非表示";
|
|
||||||
"HideShortsMoreDesc" = "ショートオーバーレイからその他(⋮)ボタンを非表示にします。画面の長押しでアクセスも可能です";
|
|
||||||
"HideShortsSubscriptions" = "チャンネル登録ボタンを非表示";
|
|
||||||
"HideShortsSubscriptionsDesc" = "ショートが一時停止されたときに表示されるチャンネル登録ボタンを非表示にします";
|
|
||||||
"HideShortsLike" = "いいねボタンを非表示";
|
|
||||||
"HideShortsLikeDesc" = "ショートオーバーレイからいいねボタンを非表示にします";
|
|
||||||
"HideShortsDislike" = "低評価ボタンを非表示";
|
|
||||||
"HideShortsDislikeDesc" = "ショートオーバーレイから低評価ボタンを非表示にします";
|
|
||||||
"HideShortsComments" = "コメントボタンを非表示";
|
|
||||||
"HideShortsCommentsDesc" = "ショートオーバーレイからコメントボタンを非表示にします";
|
|
||||||
"HideShortsRemix" = "リミックスボタンを非表示";
|
|
||||||
"HideShortsRemixDesc" = "ショートオーバーレイからリミックスボタンを非表示にします";
|
|
||||||
"HideShortsShare" = "共有ボタンを非表示";
|
|
||||||
"HideShortsShareDesc" = "ショートオーバーレイから共有ボタンを非表示にします";
|
|
||||||
"HideShortsAvatars" = "チャンネルのアバターを非表示";
|
|
||||||
"HideShortsAvatarsDesc" = "右下隅のプロフィール画像を非表示にします";
|
|
||||||
"HideShortsThanks" = "スーパーサンクスボタンを非表示";
|
|
||||||
"HideShortsThanksDesc" = "ショートオーバーレイからスーパーサンクス(寄付)ボタンを非表示にします";
|
|
||||||
"HideShortsSource" = "Hide Shorts Source";
|
|
||||||
"HideShortsSourceDesc" = "Hides the Shorts sources under the channel name.";
|
|
||||||
"HideShortsChannelName" = "チャンネル名を非表示";
|
|
||||||
"HideShortsChannelNameDesc" = "ショートオーバーレイからチャンネル名とチャンネル登録ボタンを非表示にします";
|
|
||||||
"HideShortsDescription" = "説明を非表示";
|
|
||||||
"HideShortsDescriptionDesc" = "チャンネル名の下に表示されるショートの説明を非表示にします";
|
|
||||||
"HideShortsAudioTrack" = "オーディオトラックを非表示";
|
|
||||||
"HideShortsAudioTrackDesc" = "ショートの説明の下に表示されるオーディオトラックを非表示にします";
|
|
||||||
|
|
||||||
"Other" = "その他";
|
|
||||||
"CopyVideoInfo" = "Copy video information";
|
|
||||||
"CopyVideoInfoDesc" = "Adds button to copy video title and description into Video Description panel.";
|
|
||||||
"PostManager" = "Save post information";
|
|
||||||
"PostManagerDesc" = "Allows to copy post text and save post as image by long tap.";
|
|
||||||
"SaveProfilePhoto" = "Save profile picture";
|
|
||||||
"SaveProfilePhotoDesc" = "Saves profile picture to the Photos app by long tap.";
|
|
||||||
"CommentManager" = "Save comment information";
|
|
||||||
"CommentManagerDesc" = "Allows to copy comment text and save comment as image by long tap.";
|
|
||||||
"FixAlbums" = "Fix covers";
|
|
||||||
"FixAlbumsDesc" = "Fixes the display of covers for users from Russia.";
|
|
||||||
"NativeShare" = "Native share sheet";
|
"NativeShare" = "Native share sheet";
|
||||||
"NativeShareDesc" = "Uses system share sheet to share media";
|
"NativeShareDesc" = "Uses system share sheet to share media";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "\"次に再生\"を削除";
|
"RemovePlayNext" = "\"次に再生\"を削除";
|
||||||
"RemovePlayNextDesc" = "メニューから\"次に再生\"オプションを削除します";
|
"RemovePlayNextDesc" = "メニューから\"次に再生\"オプションを削除します";
|
||||||
"RemoveDownloadMenu" = "Remove \"Download\"";
|
"RemoveDownloadMenu" = "Remove \"Download\"";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "コメントのソートヘッダー(トップ,最新)を表示しないようにします";
|
"HideSortCommentsDesc" = "コメントのソートヘッダー(トップ,最新)を表示しないようにします";
|
||||||
"PlaylistOldMinibar" = "古いプレイリストミニバー";
|
"PlaylistOldMinibar" = "古いプレイリストミニバー";
|
||||||
"PlaylistOldMinibarDesc" = "新しいフローティングプレイリストパネルを古いものに置き換えます";
|
"PlaylistOldMinibarDesc" = "新しいフローティングプレイリストパネルを古いものに置き換えます";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "RTLフォーマットを無効化";
|
"DisableRTL" = "RTLフォーマットを無効化";
|
||||||
"DisableRTLDesc" = "RTLで表示される言語を左から右(LTR)の形式で表示するように強制します";
|
"DisableRTLDesc" = "RTLで表示される言語を左から右(LTR)の形式で表示するように強制します";
|
||||||
|
|
||||||
"HoldToSpeed" = "Hold to speed";
|
"HoldToSpeed" = "Hold to speed";
|
||||||
"Disable" = "Disable";
|
|
||||||
"Disabled" = "Disabled";
|
|
||||||
"PlaybackSpeed" = "Playback Speed";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Default playback rate";
|
"DefaultPlaybackRate" = "Default playback rate";
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
||||||
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
||||||
"SelectQuality" = "Select Quality";
|
|
||||||
"Default" = "Default";
|
|
||||||
"Best" = "Best";
|
|
||||||
|
|
||||||
"Startup" = "スタートアップページ";
|
"Startup" = "スタートアップページ";
|
||||||
"Home" = "ホーム";
|
"Home" = "ホーム";
|
||||||
@@ -232,11 +240,13 @@
|
|||||||
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
||||||
"Contributors" = "Contributors";
|
"Contributors" = "Contributors";
|
||||||
"OpenSourceLibs" = "Open Source Libraries";
|
"OpenSourceLibs" = "Open Source Libraries";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "バージョン";
|
"Version" = "バージョン";
|
||||||
"About" = "About";
|
"About" = "About";
|
||||||
"Credits" = "クレジット";
|
"Credits" = "クレジット";
|
||||||
"Developer" = "YTLiteの開発者";
|
"Developer" = "YTLiteの開発者";
|
||||||
"SpecialThanks" = "Special thanks";
|
"SpecialThanks" = "Special thanks";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "中国語(簡体字)翻訳";
|
"ChineseSimplified" = "中国語(簡体字)翻訳";
|
||||||
"ChineseTraditional" = "中国語(繁体字)翻訳";
|
"ChineseTraditional" = "中国語(繁体字)翻訳";
|
||||||
"French" = "フランス語翻訳";
|
"French" = "フランス語翻訳";
|
||||||
@@ -245,8 +255,14 @@
|
|||||||
"Vietnamese" = "Vietnamese localization";
|
"Vietnamese" = "Vietnamese localization";
|
||||||
"Advanced" = "アドバンスモード";
|
"Advanced" = "アドバンスモード";
|
||||||
"AdvancedDesc" = "More customizable mode";
|
"AdvancedDesc" = "More customizable mode";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "YTLiteでアドバンスモードを有効にしますか?\n\nこのモードでは50以上の追加オプションを使用してYouTubeのカスタマイズと最適化が可能です。後で、設定 → %@ → %@ → %@から変更できます";
|
"AdvancedModeReminder" = "YTLiteでアドバンスモードを有効にしますか?\n\nこのモードでは50以上の追加オプションを使用してYouTubeのカスタマイズと最適化が可能です。後で、設定 → %@ → %@ → %@から変更できます";
|
||||||
"ClearCache" = "Clear cache";
|
"ClearCache" = "Clear cache";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "YTLiteの設定をリセット";
|
"ResetSettings" = "YTLiteの設定をリセット";
|
||||||
"ResetMessage" = "このオプションを選択するとYTLiteの設定がデフォルトにリセットされ、アプリが終了します。\n\n続行してもよろしいですか?";
|
"ResetMessage" = "このオプションを選択するとYTLiteの設定がデフォルトにリセットされ、アプリが終了します。\n\n続行してもよろしいですか?";
|
||||||
"ShortsOnlyWarning" = "Are you sure you want to activate this mode?\n\nIn this mode, you will only be able to watch Shorts videos and won't be able to do anything else.\n\nYou can disable Shorts Only Mode by long pressing with two fingers in the Shorts player.";
|
"ShortsOnlyWarning" = "Are you sure you want to activate this mode?\n\nIn this mode, you will only be able to watch Shorts videos and won't be able to do anything else.\n\nYou can disable Shorts Only Mode by long pressing with two fingers in the Shorts player.";
|
||||||
@@ -256,9 +272,34 @@
|
|||||||
"Yes" = "はい";
|
"Yes" = "はい";
|
||||||
"No" = "いいえ";
|
"No" = "いいえ";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "Default";
|
||||||
|
"Best" = "Best";
|
||||||
|
"Disable" = "Disable";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disabled" = "Disabled";
|
||||||
|
"PlaybackSpeed" = "Playback Speed";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "Select action";
|
"SelectAction" = "Select action";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "Copy title";
|
"CopyTitle" = "Copy title";
|
||||||
"CopyDescription" = "Copy description";
|
"CopyDescription" = "Copy description";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "Copy post text";
|
"CopyPostText" = "Copy post text";
|
||||||
"SaveCurrentImage" = "Save current image";
|
"SaveCurrentImage" = "Save current image";
|
||||||
"CopyCurrentImage" = "Copy current image";
|
"CopyCurrentImage" = "Copy current image";
|
||||||
@@ -269,8 +310,35 @@
|
|||||||
"CopyCommentAsImage" = "Copy comment as image";
|
"CopyCommentAsImage" = "Copy comment as image";
|
||||||
"SaveProfilePicture" = "Save profile picture";
|
"SaveProfilePicture" = "Save profile picture";
|
||||||
"CopyProfilePicture" = "Copy profile picture";
|
"CopyProfilePicture" = "Copy profile picture";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "Cancel";
|
"Cancel" = "Cancel";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "Copied to clipboard";
|
"Copied" = "Copied to clipboard";
|
||||||
"Saved" = "Saved to Photos";
|
"Saved" = "Saved to Photos";
|
||||||
"Done" = "Done";
|
"Done" = "Done";
|
||||||
"Error" = "Error";
|
"Error" = "Error";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "Основные";
|
"Downloading" = "Загрузка";
|
||||||
"RemoveAds" = "Убрать рекламу";
|
"DownloadManager" = "Менеджер загрузок";
|
||||||
"RemoveAdsDesc" = "Убирает рекламу в приложении.";
|
"DownloadManagerDesc" = "Расширяет возможности кнопки «Скачать» под плеером, позволяя скачивать Видео, Аудио, Обложки и Копировать информацию о видео.\n\nДля возможности загружать видео в качестве 2K+ необходимо активировать твик YTUHD.";
|
||||||
"BackgroundPlayback" = "Фоновое воспроизведение";
|
"DownloadManagerYtl" = "Выделить кнопку для загрузок";
|
||||||
"BackgroundPlaybackDesc" = "Активирует фоновое воспроизведение.";
|
"DownloadManagerYtlDesc" = "Добавляет кнопку «YouTube Plus» под плеером для менеджера загрузок";
|
||||||
|
"PostManager" = "Сохранять информацию с постов";
|
||||||
|
"PostManagerDesc" = "Позволяет скопировать текст из поста или сохранить пост как фото долгим нажатием по нему.";
|
||||||
|
"SaveProfilePhoto" = "Сохранять фото профиля";
|
||||||
|
"SaveProfilePhotoDesc" = "Сохраняет фото профиля в «Фото» долгим нажатием по нему.";
|
||||||
|
"CommentManager" = "Сохранять информацию с комментариев";
|
||||||
|
"CommentManagerDesc" = "Позволяет скопировать текст из комментария или сохранить комментарий как фото долгим нажатием по нему.";
|
||||||
|
|
||||||
"Navbar" = "Панель навигации";
|
"Navbar" = "Панель навигации";
|
||||||
"RemoveCast" = "Скрыть «Трансляция»";
|
"RemoveCast" = "Скрыть «Трансляция»";
|
||||||
@@ -13,8 +19,10 @@
|
|||||||
"RemoveSearchDesc" = "Скрывает кнопку поиска с панели навигации.";
|
"RemoveSearchDesc" = "Скрывает кнопку поиска с панели навигации.";
|
||||||
"RemoveVoiceSearch" = "Скрыть «Голосовой поиск»";
|
"RemoveVoiceSearch" = "Скрыть «Голосовой поиск»";
|
||||||
"RemoveVoiceSearchDesc" = "Скрывает кнопку голосового поиска с панели навигации.";
|
"RemoveVoiceSearchDesc" = "Скрывает кнопку голосового поиска с панели навигации.";
|
||||||
|
"RemoveSponsorBlock" = "Скрыть «SponsorBlock»";
|
||||||
|
"RemoveSponsorBlockDesc" = "Скрывает кнопку «SponsorBlock» с панели навигации.";
|
||||||
"StickyNavbar" = "Закрепить панель навигации";
|
"StickyNavbar" = "Закрепить панель навигации";
|
||||||
"StickyNavbarDesc" = "Закрепляет панель навигации в верхней части экрана, запрещая ему скрываться во время скролла страницы вниз.";
|
"StickyNavbarDesc" = "Фиксирует панель навигации в верхней части экрана.";
|
||||||
"NoSubbar" = "Скрыть наклейки";
|
"NoSubbar" = "Скрыть наклейки";
|
||||||
"NoSubbarDesc" = "Скрывает панель с наклейками (Все, Новое для вас, Сейчас в эфире и т.д.) под панелью навигации.";
|
"NoSubbarDesc" = "Скрывает панель с наклейками (Все, Новое для вас, Сейчас в эфире и т.д.) под панелью навигации.";
|
||||||
"NoYTLogo" = "Скрыть логотип YouTube";
|
"NoYTLogo" = "Скрыть логотип YouTube";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Отображать Premium логотип";
|
"PremiumYTLogo" = "Отображать Premium логотип";
|
||||||
"PremiumYTLogoDesc" = "Отображает логотип Premium в панели навигации.";
|
"PremiumYTLogoDesc" = "Отображает логотип Premium в панели навигации.";
|
||||||
|
|
||||||
"Overlay" = "Настройки оверлея";
|
"Feed" = "Настройки ленты";
|
||||||
|
"RemoveAds" = "Убрать рекламу";
|
||||||
|
"RemoveAdsDesc" = "Убирает рекламу в приложении.";
|
||||||
|
"HideShorts" = "Скрыть видеоролики Shorts";
|
||||||
|
"HideShortsDesc" = "Скрывает видеоролики, помеченные как Shorts с Главного экрана, Рекомендаций и т.д. (Не применяется к истории просмотров)";
|
||||||
|
"KeepSubsShorts" = "Shorts во вкладке «Подписки»";
|
||||||
|
"KeepSubsShortsDesc" = "Запрещает удаление роликов Shorts из вкладки «Подписки».";
|
||||||
|
"RemoveCommunityPosts" = "Убрать посты сообщества";
|
||||||
|
"RemoveCommunityPostsDesc" = "Убирает посты сообщества с ленты.";
|
||||||
|
"RemoveMoreTopics" = "Убрать «Еще темы»";
|
||||||
|
"RemoveMoreTopicsDesc" = "Убирает раздел «Еще темы» с ленты.";
|
||||||
|
"FixAlbums" = "Исправить отображение обложек";
|
||||||
|
"FixAlbumsDesc" = "Исправляет отображение обложек в том случае, если вы из России.";
|
||||||
|
|
||||||
|
"Player" = "Настройки плеера";
|
||||||
|
"Player.Overlay" = "Оверлей";
|
||||||
|
"SpeedControls" = "Управление скоростью";
|
||||||
|
"SpeedControlsDesc" = "Отображает кнопки управления скоростью воспроизведения в оверлее.";
|
||||||
"HideAutoplay" = "Скрыть «Автовоспроизведение»";
|
"HideAutoplay" = "Скрыть «Автовоспроизведение»";
|
||||||
"HideAutoplayDesc" = "Скрывает тумблер «Автовоспроизведение» с оверлея плеера.";
|
"HideAutoplayDesc" = "Скрывает тумблер «Автовоспроизведение» с оверлея плеера.";
|
||||||
"HideSubs" = "Скрыть «Субтитры»";
|
"HideSubs" = "Скрыть «Субтитры»";
|
||||||
"HideSubsDesc" = "Скрывает кнопку субтитров с оверлея плеера.";
|
"HideSubsDesc" = "Скрывает кнопку субтитров с оверлея плеера.";
|
||||||
"NoHUDMsgs" = "Скрыть сообщения плеера";
|
|
||||||
"NoHUDMsgsDesc" = "Скрывает надписи YouTube, появляющиеся поверх видео.";
|
|
||||||
"HidePrevNext" = "Скрыть «След.» и «Пред.»";
|
"HidePrevNext" = "Скрыть «След.» и «Пред.»";
|
||||||
"HidePrevNextDesc" = "Убирает переключатели «Следующий» и «Предыдущий» с плеера";
|
"HidePrevNextDesc" = "Убирает переключатели «Следующий» и «Предыдущий» с плеера";
|
||||||
"ReplacePrevNext" = "Перемотка вместо «След.» и «Пред.»";
|
"ReplacePrevNext" = "Перемотка вместо «След.» и «Пред.»";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "Убирает затемнение экрана под кнопками управления плеером.";
|
"NoDarkBgDesc" = "Убирает затемнение экрана под кнопками управления плеером.";
|
||||||
"NoEndScreenCards" = "Скрыть рекомендации";
|
"NoEndScreenCards" = "Скрыть рекомендации";
|
||||||
"NoEndScreenCardsDesc" = "Скрывает эскизы, отображаемые по окончанию видеоролика.";
|
"NoEndScreenCardsDesc" = "Скрывает эскизы, отображаемые по окончанию видеоролика.";
|
||||||
|
"NoAutonavEndScreenCards" = "Скрыть окно австовоспроизведения";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Скрывает окно в котором, по окончанию воспроизведения, отображается видео, которое можно воспроизвести следующим. Включение данной опции также приведет к отключению автоперехода к следующему видео.";
|
||||||
"NoFullscreenActions" = "Отключить панель действий";
|
"NoFullscreenActions" = "Отключить панель действий";
|
||||||
"NoFullscreenActionsDesc" = "Отключает панель действий, отображающуюся под прогресс-баром плеера.";
|
"NoFullscreenActionsDesc" = "Отключает панель действий, отображающуюся под прогресс-баром плеера.";
|
||||||
"PersistentProgressBar" = "Всегда отображать прогресс-бар";
|
"PersistentProgressBar" = "Всегда отображать прогресс-бар";
|
||||||
@@ -54,29 +79,13 @@
|
|||||||
"24hrFormat" = "24-часовой формат";
|
"24hrFormat" = "24-часовой формат";
|
||||||
"24hrFormatDesc" = "Отображает время окончания в 24-часовом формате.";
|
"24hrFormatDesc" = "Отображает время окончания в 24-часовом формате.";
|
||||||
|
|
||||||
"Player" = "Настройки плеера";
|
"Player.Interface" = "Интерфейс";
|
||||||
"Miniplayer" = "Разрешить миниплеер";
|
|
||||||
"MiniplayerDesc" = "Принудительно активирует миниплеер для видео, в которых изначально не был предназначен (например, видеоролики для детей).";
|
|
||||||
"PortraitFullscreen" = "Портретный полноэкранный режим";
|
"PortraitFullscreen" = "Портретный полноэкранный режим";
|
||||||
"PortraitFullscreenDesc" = "Активирует поддержку портретного полноэкранного режима.";
|
"PortraitFullscreenDesc" = "Активирует поддержку портретного полноэкранного режима.";
|
||||||
"CopyWithTimestamp" = "Ссылки с временными отметками";
|
|
||||||
"CopyWithTimestampDesc" = "Позволяет скопировать ссылку на видео с временной отметкой в буфер обмена нажатием на кнопку паузы.";
|
|
||||||
"DisableAutoplay" = "Запретить автовоспроизведение";
|
|
||||||
"DisableAutoplayDesc" = "Принудительно запрещает автовоспроизведение видео при его открытии.";
|
|
||||||
"DisableAutoCaptions" = "Запретить автоматические субтитры";
|
|
||||||
"DisableAutoCaptionsDesc" = "Отключает включенные по умолчанию субтитры";
|
|
||||||
"NoContentWarning" = "Пропускать предупреждения";
|
|
||||||
"NoContentWarningDesc" = "Пропускает предупреждения, всплывающие перед воспроизведением некоторого контента.";
|
|
||||||
"ClassicQuality" = "Классический выбор качества";
|
"ClassicQuality" = "Классический выбор качества";
|
||||||
"ClassicQualityDesc" = "Возвращает классическое меню выбора качества в меню плеера.";
|
"ClassicQualityDesc" = "Возвращает классическое меню выбора качества в меню плеера.";
|
||||||
"ExtraSpeedOptions" = "Больше скоростей воспроизведения";
|
"ExtraSpeedOptions" = "Больше скоростей воспроизведения";
|
||||||
"ExtraSpeedOptionsDesc" = "Добавляет больше опций скорости воспроизведения в выпадающее меню плеера.";
|
"ExtraSpeedOptionsDesc" = "Добавляет больше опций скорости воспроизведения в выпадающее меню плеера.";
|
||||||
"DontSnap2Chapter" = "Не перематывать эпизоды";
|
|
||||||
"DontSnap2ChapterDesc" = "Отключает жест перемотки к следующему эпизоду двойным нажатием.";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Отключить касание двумя пальцами";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Отключает жест перемотки эпизодов двойным нажатием двумя пальцами.";
|
|
||||||
"PauseOnOverlay" = "Ставить на паузу с оверлеем";
|
|
||||||
"PauseOnOverlayDesc" = "Приостанавливает воспроизведение при появлении кнопок управления плеером.";
|
|
||||||
"RedProgressBar" = "Красный прогресс-бар";
|
"RedProgressBar" = "Красный прогресс-бар";
|
||||||
"RedProgressBarDesc" = "Возвращает красный прогресс-бар вместо нового, серого цвета.";
|
"RedProgressBarDesc" = "Возвращает красный прогресс-бар вместо нового, серого цвета.";
|
||||||
"NoPlayerRemixButton" = "Убрать кнопку «Ремикс»";
|
"NoPlayerRemixButton" = "Убрать кнопку «Ремикс»";
|
||||||
@@ -85,17 +94,74 @@
|
|||||||
"NoPlayerClipButtonDesc" = "Убирает кнопку «Создать клип» под плеером.";
|
"NoPlayerClipButtonDesc" = "Убирает кнопку «Создать клип» под плеером.";
|
||||||
"NoPlayerDownloadButton" = "Убрать кнопку «Скачать»";
|
"NoPlayerDownloadButton" = "Убрать кнопку «Скачать»";
|
||||||
"NoPlayerDownloadButtonDesc" = "Убирает кнопку «Скачать» под плеером.";
|
"NoPlayerDownloadButtonDesc" = "Убирает кнопку «Скачать» под плеером.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Поведение";
|
||||||
|
"BackgroundPlayback" = "Фоновое воспроизведение";
|
||||||
|
"BackgroundPlaybackDesc" = "Активирует фоновое воспроизведение.";
|
||||||
|
"Miniplayer" = "Разрешить миниплеер";
|
||||||
|
"MiniplayerDesc" = "Принудительно активирует миниплеер для видео, в которых изначально не был предназначен (например, видеоролики для детей).";
|
||||||
|
"DisableAutoplay" = "Запретить автовоспроизведение";
|
||||||
|
"DisableAutoplayDesc" = "Принудительно запрещает автовоспроизведение видео при его открытии.";
|
||||||
|
"DisableAutoCaptions" = "Запретить автоматические субтитры";
|
||||||
|
"DisableAutoCaptionsDesc" = "Отключает включенные по умолчанию субтитры";
|
||||||
|
"NoContentWarning" = "Пропускать предупреждения";
|
||||||
|
"NoContentWarningDesc" = "Пропускает предупреждения, всплывающие перед воспроизведением некоторого контента.";
|
||||||
"NoHints" = "Отключить подсказки";
|
"NoHints" = "Отключить подсказки";
|
||||||
"NoHintsDesc" = "Скрывает подсказки от авторов видео, появляющиеся в правом верхнем углу.";
|
"NoHintsDesc" = "Скрывает подсказки от авторов видео, появляющиеся в правом верхнем углу.";
|
||||||
"NoFreeZoom" = "Отключить жесты для зума";
|
|
||||||
"NoFreeZoomDesc" = "Отключает жесты приближения для нового зума.";
|
|
||||||
"AutoFullscreen" = "Открывать в полноэкранном режиме";
|
"AutoFullscreen" = "Открывать в полноэкранном режиме";
|
||||||
"AutoFullscreenDesc" = "Автоматически воспроизводит ролики в полноэкранном режиме.";
|
"AutoFullscreenDesc" = "Автоматически воспроизводит ролики в полноэкранном режиме.";
|
||||||
"ExitFullscreen" = "Автовыход из полноэкранного режима";
|
"ExitFullscreen" = "Автовыход из полноэкранного режима";
|
||||||
"ExitFullscreenDesc" = "Выходит из полноэкранного режима по окончанию воспроизведения.";
|
"ExitFullscreenDesc" = "Выходит из полноэкранного режима по окончанию воспроизведения.";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Жесты";
|
||||||
|
"AdjustWithFinger" = "Регулировать скорость жестами";
|
||||||
|
"AdjustWithFingerDesc" = "Позволяет регулировать скорость зажатием и вертикальным движением пальца по окну плеера";
|
||||||
|
"PreserveSpeed" = "Сохранить скорость воспроизведения";
|
||||||
|
"PreserveSpeedDesc" = "Не сбрасывает отрегулированную скорость воспроизведения после окончания жеста";
|
||||||
|
"TwoFingerTapToPause" = "Приостанавливать двумя пальцами";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Позволяет ставить на паузу/продолжать воспроизведение контента касанием плеера двумя пальцами.";
|
||||||
|
"TwoFingerPanToBrightness" = "Регулировать яркость";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Позволяет регулировать яркость экрана вертикальным скольжением двумя пальцами по плееру.";
|
||||||
|
"CopyWithTimestamp" = "Ссылки с временными отметками";
|
||||||
|
"CopyWithTimestampDesc" = "Позволяет скопировать ссылку на видео с временной отметкой в буфер обмена нажатием на кнопку паузы.";
|
||||||
|
"PauseOnOverlay" = "Ставить на паузу с оверлеем";
|
||||||
|
"PauseOnOverlayDesc" = "Приостанавливает воспроизведение при появлении кнопок управления плеером.";
|
||||||
|
"DontSnap2Chapter" = "Не перематывать эпизоды";
|
||||||
|
"DontSnap2ChapterDesc" = "Отключает жест перемотки к следующему эпизоду двойным нажатием.";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Отключить касание двумя пальцами";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Отключает жест перемотки эпизодов двойным нажатием двумя пальцами.";
|
||||||
|
"NoFreeZoom" = "Отключить жесты для зума";
|
||||||
|
"NoFreeZoomDesc" = "Отключает жесты приближения для нового зума.";
|
||||||
"NoDoubleTap2Seek" = "Отключить перемотку двойным тапом";
|
"NoDoubleTap2Seek" = "Отключить перемотку двойным тапом";
|
||||||
"NoDoubleTap2SeekDesc" = "Отключает перемотку двойным тапом в плеере.";
|
"NoDoubleTap2SeekDesc" = "Отключает перемотку двойным тапом в плеере.";
|
||||||
|
|
||||||
|
"Shorts" = "Настройки Shorts";
|
||||||
|
"ShortsOnlyMode" = "Режим Shorts";
|
||||||
|
"ShortsOnlyModeDesc" = "Ограничивает функциональность YouTube до отображения видеороликов Shorts";
|
||||||
|
"AutoSkipShorts" = "Автопереход к следующему";
|
||||||
|
"AutoSkipShortsDesc" = "Переключается на следующий Shorts по окончанию воспроизведения.";
|
||||||
|
"ShortsProgress" = "Показывать прогресс-бар";
|
||||||
|
"ShortsProgressDesc" = "Отображает прогресс-бар в плеере Shorts.";
|
||||||
|
"SpeedByLongTap" = "Ускоренное воспроизведение";
|
||||||
|
"SpeedByLongTapDesc" = "Позволяет ускорить воспроизведение долгим нажатием по определенной части экрана.";
|
||||||
|
"SpeedLocation" = "Зона активации ускорения";
|
||||||
|
"LeftSide" = "Левая часть экрана";
|
||||||
|
"RightSide" = "Правая часть экрана";
|
||||||
|
"PinchToFullscreenShorts" = "Полноэкранный режим щипком";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Скрывает панель вкладок, тем самым отображает Shorts на весь экран.";
|
||||||
|
"ShortsToRegular" = "Shorts как обычные видео";
|
||||||
|
"ShortsToRegularDesc" = "Воспроизводит видеоролики Shorts в обычном проигрывателе.";
|
||||||
|
"HideShortsLogo" = "Скрыть логотип Shorts";
|
||||||
|
"HideShortsLogoDesc" = "Скрывает логотип Shorts, расположенный в верхнем левом углу.";
|
||||||
|
"HideShortsSearch" = "Скрыть кнопку «Поиск»";
|
||||||
|
"HideShortsSearchDesc" = "Скрывает кнопку поиска с плеера Shorts.";
|
||||||
|
"HideShortsCamera" = "Скрыть кнопку «Камера»";
|
||||||
|
"HideShortsCameraDesc" = "Скрывает кнопку камеры с плеера Shorts.";
|
||||||
|
"HideShortsMore" = "Скрыть кнопку «⋮»";
|
||||||
|
"HideShortsMoreDesc" = "Скрывает кнопку «Еще» (⋮) с плеера Shorts. Данное меню также доступно долгим нажатием по экрану.";
|
||||||
|
"HideShortsSubscriptions" = "Скрыть «Подписки»";
|
||||||
|
"HideShortsSubscriptionsDesc" = "Скрывает кнопку «Подписки», появляющуюся при остановке воспроизведения.";
|
||||||
|
|
||||||
"Tabbar" = "Панель вкладок";
|
"Tabbar" = "Панель вкладок";
|
||||||
"RemoveLabels" = "Скрыть названия";
|
"RemoveLabels" = "Скрыть названия";
|
||||||
"RemoveLabelsDesc" = "Скрывает названия вкладок.";
|
"RemoveLabelsDesc" = "Скрывает названия вкладок.";
|
||||||
@@ -114,67 +180,13 @@
|
|||||||
"HideLibraryTab" = "Скрыть «Библиотеку»";
|
"HideLibraryTab" = "Скрыть «Библиотеку»";
|
||||||
"HideLibraryTabDesc" = "Скрывает вкладку «Библиотека» с панели вкладок.\n\nДанную вкладку можно восстановить долгим нажатием по вкладке «Главная»";
|
"HideLibraryTabDesc" = "Скрывает вкладку «Библиотека» с панели вкладок.\n\nДанную вкладку можно восстановить долгим нажатием по вкладке «Главная»";
|
||||||
|
|
||||||
"Shorts" = "Настройки Shorts";
|
"Interface" = "Интерфейс";
|
||||||
"ShortsOnlyMode" = "Режим Shorts";
|
"OledTheme" = "Oled режим";
|
||||||
"ShortsOnlyModeDesc" = "Ограничивает функциональность YouTube до отображения видеороликов Shorts";
|
"OledThemeDesc" = "Заменяет темные цвета черным";
|
||||||
"AutoSkipShorts" = "Автопереход к следующему";
|
|
||||||
"AutoSkipShortsDesc" = "Переключается на следующий Shorts по окончанию воспроизведения.";
|
|
||||||
"HideShorts" = "Скрыть видеоролики Shorts";
|
|
||||||
"HideShortsDesc" = "Скрывает видеоролики, помеченные как Shorts с Главного экрана, Рекомендаций и т.д. (Не применяется к истории просмотров)";
|
|
||||||
"ShortsProgress" = "Показывать прогресс-бар";
|
|
||||||
"ShortsProgressDesc" = "Отображает прогресс-бар в плеере Shorts.";
|
|
||||||
"PinchToFullscreenShorts" = "Полноэкранный режим щипком";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Скрывает панель вкладок, тем самым отображает Shorts на весь экран.";
|
|
||||||
"ShortsToRegular" = "Shorts как обычные видео";
|
|
||||||
"ShortsToRegularDesc" = "Воспроизводит видеоролики 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.";
|
|
||||||
"HideShortsSource" = "Скрыть источник Shorts";
|
|
||||||
"HideShortsSourceDesc" = "Скрывает источники Shorts под названием канала.";
|
|
||||||
"HideShortsChannelName" = "Скрыть название канала";
|
|
||||||
"HideShortsChannelNameDesc" = "Скрывает название канала и кнопку «Подписаться» с плеера Shorts.";
|
|
||||||
"HideShortsDescription" = "Скрыть описание ролика";
|
|
||||||
"HideShortsDescriptionDesc" = "Скрывает описание ролика, отображающееся под названием канала.";
|
|
||||||
"HideShortsAudioTrack" = "Скрыть аудиодорожку";
|
|
||||||
"HideShortsAudioTrackDesc" = "Скрывает информацию об аудиодорожке в нижней части плеера.";
|
|
||||||
|
|
||||||
"Other" = "Другие настройки";
|
|
||||||
"CopyVideoInfo" = "Копировать информацию о видео";
|
|
||||||
"CopyVideoInfoDesc" = "Добавляет кнопку для копирования названия и описания видео в панель описания видео.";
|
|
||||||
"PostManager" = "Сохранять информацию с постов";
|
|
||||||
"PostManagerDesc" = "Позволяет скопировать текст из поста или сохранить пост как фото долгим нажатием по нему.";
|
|
||||||
"SaveProfilePhoto" = "Сохранять фото профиля";
|
|
||||||
"SaveProfilePhotoDesc" = "Сохраняет фото профиля в «Фото» долгим нажатием по нему.";
|
|
||||||
"CommentManager" = "Сохранять информацию с комментариев";
|
|
||||||
"CommentManagerDesc" = "Позволяет скопировать текст из комментария или сохранить комментарий как фото долгим нажатием по нему.";
|
|
||||||
"NativeShare" = "Системное меню «Поделиться»";
|
"NativeShare" = "Системное меню «Поделиться»";
|
||||||
"NativeShareDesc" = "Выводит системное меню «Поделиться» при отправке контента.";
|
"NativeShareDesc" = "Выводит системное меню «Поделиться» при отправке контента.";
|
||||||
"FixAlbums" = "Исправить отображение обложек";
|
"RemoveInlineComment" = "Убрать секцию с комментарием";
|
||||||
"FixAlbumsDesc" = "Исправляет отображение обложек в том случае, если вы из России.";
|
"RemoveInlineCommentDesc" = "Убирает секцию с комментарием под плеером.";
|
||||||
"RemovePlayNext" = "Убрать «Добавить в начало очереди»";
|
"RemovePlayNext" = "Убрать «Добавить в начало очереди»";
|
||||||
"RemovePlayNextDesc" = "Убирает опцию «Добавить в начало очереди» из меню видео.";
|
"RemovePlayNextDesc" = "Убирает опцию «Добавить в начало очереди» из меню видео.";
|
||||||
"RemoveDownloadMenu" = "Убрать «Скачать»";
|
"RemoveDownloadMenu" = "Убрать «Скачать»";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "Скрывает панель сортировки комментариев.";
|
"HideSortCommentsDesc" = "Скрывает панель сортировки комментариев.";
|
||||||
"PlaylistOldMinibar" = "Отображать старую панель плейлистов";
|
"PlaylistOldMinibar" = "Отображать старую панель плейлистов";
|
||||||
"PlaylistOldMinibarDesc" = "Заменяет новую, плавающую панель плейлистов, на старую.";
|
"PlaylistOldMinibarDesc" = "Заменяет новую, плавающую панель плейлистов, на старую.";
|
||||||
|
"StartupAnimation" = "Анимация загрузки";
|
||||||
|
"StartupAnimationDesc" = "Отображает анимацию загрузки при запуске YouTube";
|
||||||
|
"OldYTUI" = "Старый интерфейс";
|
||||||
|
"OldYTUIDesc" = "Имитирует старую версию YouTube, чтобы загружался старый интерфейс";
|
||||||
"DisableRTL" = "Запретить формат «справа налево»";
|
"DisableRTL" = "Запретить формат «справа налево»";
|
||||||
"DisableRTLDesc" = "Принудительно отображает текст в формате слева направо для языков, изначально отображающихся в формате справа налево.";
|
"DisableRTLDesc" = "Принудительно отображает текст в формате слева направо для языков, изначально отображающихся в формате справа налево.";
|
||||||
|
|
||||||
"HoldToSpeed" = "Ускорение долгим нажатием";
|
"HoldToSpeed" = "Ускорение долгим нажатием";
|
||||||
"Disable" = "Отключено";
|
|
||||||
"Disabled" = "Отключить";
|
|
||||||
"PlaybackSpeed" = "Скорость воспроизведения";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Скорость воспроизведения по умолчанию";
|
"DefaultPlaybackRate" = "Скорость воспроизведения по умолчанию";
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Качество по WiFi";
|
"PlaybackQualityOnWiFi" = "Качество по WiFi";
|
||||||
"PlaybackQualityOnCellular" = "Качество по мобильной сети";
|
"PlaybackQualityOnCellular" = "Качество по мобильной сети";
|
||||||
"SelectQuality" = "Выберите качество";
|
|
||||||
"Default" = "По умолчанию";
|
|
||||||
"Best" = "Лучшее";
|
|
||||||
|
|
||||||
"Startup" = "Начальная страница";
|
"Startup" = "Начальная страница";
|
||||||
"Home" = "Главная";
|
"Home" = "Главная";
|
||||||
@@ -233,10 +241,12 @@
|
|||||||
"Contributors" = "О нас";
|
"Contributors" = "О нас";
|
||||||
"OpenSourceLibs" = "Библиотеки с исходным кодом";
|
"OpenSourceLibs" = "Библиотеки с исходным кодом";
|
||||||
"Version" = "Версия";
|
"Version" = "Версия";
|
||||||
|
"Preferences" = "Параметры %@";
|
||||||
"About" = "О твике";
|
"About" = "О твике";
|
||||||
"Credits" = "Авторы";
|
"Credits" = "Авторы";
|
||||||
"Developer" = "Разработчик твика";
|
"Developer" = "Разработчик твика";
|
||||||
"SpecialThanks" = "Особая благодарность";
|
"SpecialThanks" = "Особая благодарность";
|
||||||
|
"SpecialThanks.Test" = "Неоценимый вклад в тестирование твика";
|
||||||
"ChineseSimplified" = "Китайская (упрощенная) локализация";
|
"ChineseSimplified" = "Китайская (упрощенная) локализация";
|
||||||
"ChineseTraditional" = "Китайская (традиционная) локализация";
|
"ChineseTraditional" = "Китайская (традиционная) локализация";
|
||||||
"French" = "Французская локализация";
|
"French" = "Французская локализация";
|
||||||
@@ -245,10 +255,16 @@
|
|||||||
"Vietnamese" = "Вьетнамская локализация";
|
"Vietnamese" = "Вьетнамская локализация";
|
||||||
"Advanced" = "Расширенный режим";
|
"Advanced" = "Расширенный режим";
|
||||||
"AdvancedDesc" = "Более настраиваемый режим";
|
"AdvancedDesc" = "Более настраиваемый режим";
|
||||||
|
"AdvancedModeEnabled" = "Расширенный режим активирован";
|
||||||
|
"AdvancedModeDisabled" = "Расширенный режим отключен";
|
||||||
"AdvancedModeReminder" = "Хотите ли вы активировать расширенный режим настроек YTLite?\n\nДанный режим добавляет более 50 опций для тонкой настройки YouTube. Вы всегда сможете включить/отключить расширенный режим перейдя в Настройки → %@ → %@ → %@.";
|
"AdvancedModeReminder" = "Хотите ли вы активировать расширенный режим настроек YTLite?\n\nДанный режим добавляет более 50 опций для тонкой настройки YouTube. Вы всегда сможете включить/отключить расширенный режим перейдя в Настройки → %@ → %@ → %@.";
|
||||||
"ClearCache" = "Очистить кеш";
|
"ClearCache" = "Очистить кеш";
|
||||||
"ResetSettings" = "Сбросить настройки твика";
|
"ImportPreferences" = "Импортировать настройки";
|
||||||
"ResetMessage" = "Данное действие сбросит настройки YTLite к значениям по умолчанию и закроет YouTube.\n\nУверены, что хотите продолжить?";
|
"PreImportMessage" = "Данное действие перезапишет существующие настройки твика на те, что будут в выбираемом файле.\n\nУверены, что хотите продолжить?";
|
||||||
|
"ExportPreferences" = "Экспортировать настройки";
|
||||||
|
"ResetSettings" = "Восстановить настройки по умолчанию";
|
||||||
|
"ClearCacheMessage" = "Вы собираетесь удалить %@ кеша.\n\nХотите продолжить?";
|
||||||
|
"ResetMessage" = "Данное действие вернет настройки YTLite к значениям по умолчанию.\n\nУверены, что хотите продолжить?";
|
||||||
"ShortsOnlyWarning" = "Вы уверены, что хотите активировать данный режим?\n\nВ данном режиме вы не сможете ничего делать, кроме как смотреть видеоролики Shorts.\n\nРежим Shorts можно будет отключить зажав в плеере двумя пальцами.";
|
"ShortsOnlyWarning" = "Вы уверены, что хотите активировать данный режим?\n\nВ данном режиме вы не сможете ничего делать, кроме как смотреть видеоролики Shorts.\n\nРежим Shorts можно будет отключить зажав в плеере двумя пальцами.";
|
||||||
"ShortsModeTurnedOff" = "Режим Shorts был отключен";
|
"ShortsModeTurnedOff" = "Режим Shorts был отключен";
|
||||||
"LibraryAdded" = "Вкладка «Вы»/«Библиотека» восстановлена";
|
"LibraryAdded" = "Вкладка «Вы»/«Библиотека» восстановлена";
|
||||||
@@ -256,9 +272,34 @@
|
|||||||
"Yes" = "Да";
|
"Yes" = "Да";
|
||||||
"No" = "Нет";
|
"No" = "Нет";
|
||||||
|
|
||||||
|
"Select" = "Выбрать";
|
||||||
|
"Default" = "По умолчанию";
|
||||||
|
"Best" = "Лучшее";
|
||||||
|
"Show" = "Отображать";
|
||||||
|
"Disable" = "Отключено";
|
||||||
|
"Disabled" = "Отключить";
|
||||||
|
"PlaybackSpeed" = "Скорость воспроизведения";
|
||||||
|
"SpeedPreserved" = "Скорость сохранена";
|
||||||
|
"ResetSpeed" = "Сбросить";
|
||||||
|
|
||||||
|
"Brightness" = "Яркость";
|
||||||
|
"Toast.PlaybackSpeed" = "Скорость";
|
||||||
|
|
||||||
"SelectAction" = "Выберите действие";
|
"SelectAction" = "Выберите действие";
|
||||||
"CopyTitle" = "Скопировать название";
|
"DownloadVideo" = "Скачать видео";
|
||||||
|
"DownloadAudio" = "Скачать аудио";
|
||||||
|
"SaveImage" = "Сохранить обложку";
|
||||||
|
"CopyInformation" = "Скопировать информацию";
|
||||||
|
"CopyChannelName" = "Скопировать название канала";
|
||||||
|
"CopyTitle" = "Скопировать название видео";
|
||||||
"CopyDescription" = "Скопировать описание";
|
"CopyDescription" = "Скопировать описание";
|
||||||
|
"CopyTimestampedLink" = "Скопировать ссылку со временной отметкой";
|
||||||
|
"PlayInExternalPlayer" = "Воспроизвести в стороннем плеере";
|
||||||
|
"PlayInSystemPlayer" = "Воспроизвести в системном плеере";
|
||||||
|
"PlayInInfuse" = "Воспроизвести в Infuse";
|
||||||
|
"PlayInVLC" = "Воспроизвести в VLC";
|
||||||
|
"PlayerNotFound" = "Приложение не найдено";
|
||||||
|
"OpenAsRegularVideo" = "Открыть как обычное видео";
|
||||||
"CopyPostText" = "Скопировать текст поста";
|
"CopyPostText" = "Скопировать текст поста";
|
||||||
"SaveCurrentImage" = "Сохранить данное фото";
|
"SaveCurrentImage" = "Сохранить данное фото";
|
||||||
"CopyCurrentImage" = "Скопировать данное фото";
|
"CopyCurrentImage" = "Скопировать данное фото";
|
||||||
@@ -269,8 +310,35 @@
|
|||||||
"CopyCommentAsImage" = "Скопировать комментарий как фото";
|
"CopyCommentAsImage" = "Скопировать комментарий как фото";
|
||||||
"SaveProfilePicture" = "Сохранить фото профиля";
|
"SaveProfilePicture" = "Сохранить фото профиля";
|
||||||
"CopyProfilePicture" = "Скопировать фото профиля";
|
"CopyProfilePicture" = "Скопировать фото профиля";
|
||||||
|
"DownloadThumbnail" = "Скачать обложку";
|
||||||
|
"CopyThumbnail" = "Скопировать обложку";
|
||||||
"Cancel" = "Отмена";
|
"Cancel" = "Отмена";
|
||||||
|
"Cancelled" = "Операция отменена";
|
||||||
"Copied" = "Скопировано в буфер обмена";
|
"Copied" = "Скопировано в буфер обмена";
|
||||||
"Saved" = "Сохранено в Фото";
|
"Saved" = "Сохранено в Фото";
|
||||||
"Done" = "Готово";
|
"Done" = "Готово";
|
||||||
"Error" = "Ошибка";
|
"Error" = "Ошибка";
|
||||||
|
"Error.Clipboard" = "Ошибка. Проверьте буфер обмена для полной информации";
|
||||||
|
"Error.PathIssue" = "Ошибка. Не удалось сгенерировать конечный путь. Проблема в названии медиафайла?";
|
||||||
|
"Error.NoSpace" = "Недостаточно места на устройстве.\n\nНеобходимо еще как минимум %@. Доступно %@";
|
||||||
|
"Error.Multidownloading" = "Параллельная загрузка пока еще не доступна.";
|
||||||
|
"Error.FailedToImport" = "Не удалось импортировать настройки";
|
||||||
|
"DownloadingVideo" = "Загрузка видео";
|
||||||
|
"DownloadingAudio" = "Загрузка аудио";
|
||||||
|
"Converting" = "Конвертация";
|
||||||
|
"RetryLogin" = "Авторизация активирована.\n\nПопробуйте заново.";
|
||||||
|
"LoginInfo" = "Необходимо перезапустить приложение после успешной авторизации в аккаунт Google";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Загрузка медиа";
|
||||||
|
"Welcome.DownloadDesc" = "Скачивайте понравившийся контент, будь то Видео, Shorts, Аудио либо Фото профиля. Копируйте интересные посты и комментарии либо же сохраняйте их в качестве изображений";
|
||||||
|
"Welcome.Content" = "Настраиваемый интерфейс";
|
||||||
|
"Welcome.ContentDesc" = "Удаляйте ненужный контент и скройте ненужные элементы интерфейса. Также доступен OLED-совместимый темный режим";
|
||||||
|
"Welcome.Player" = "Настройка плеера";
|
||||||
|
"Welcome.PlayerDesc" = "Кастомизируйте поведение плеера, автовыбор качества и скорости. Управляйте жестами";
|
||||||
|
"Welcome.More" = "И даже больше...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus содержит в себе более 50 различных опций, включая такие, как сохранение настроек и очистка кеша. Настройки доступны в разделе YouTube Plus в настройках YouTube";
|
||||||
|
"SupportMe" = "Задонатить";
|
||||||
|
"Continue" = "Продолжить";
|
||||||
|
|
||||||
|
"DonationReminder" = "Ваша поддержка делает YTPlus лучше... Загляните в настройки твика";
|
||||||
|
"DontRemind" = "Откл.";
|
||||||
@@ -1,8 +1,14 @@
|
|||||||
"General" = "Chung";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "Loại bỏ các quảng cáo";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "Loại bỏ quảng cáo trong ứng dụng.";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "Phát ở chế độ nền";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "Cho phép phát ở chế độ nền.";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "Lưu bài đăng";
|
||||||
|
"PostManagerDesc" = "Cho phép sao chép văn bản bài đăng và lưu bài đăng dưới dạng hình ảnh bằng cách nhấn giữ.";
|
||||||
|
"SaveProfilePhoto" = "Lưu ảnh hồ sơ";
|
||||||
|
"SaveProfilePhotoDesc" = "Lưu ảnh hồ sơ vào ứng dụng Ảnh bằng cách nhấn và giữ.";
|
||||||
|
"CommentManager" = "Lưu bình luận";
|
||||||
|
"CommentManagerDesc" = "Cho phép sao chép văn bản bình luận và lưu bình luận dưới dạng hình ảnh bằng cách nhấn giữ.";
|
||||||
|
|
||||||
"Navbar" = "Thanh điều hướng";
|
"Navbar" = "Thanh điều hướng";
|
||||||
"RemoveCast" = "Ẩn nút Cast";
|
"RemoveCast" = "Ẩn nút Cast";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "Ẩn nút Tìm kiếm khỏi thanh Điều hướng.";
|
"RemoveSearchDesc" = "Ẩn nút Tìm kiếm khỏi thanh Điều hướng.";
|
||||||
"RemoveVoiceSearch" = "Ẩn nút tìm kiếm bằng giọng nói";
|
"RemoveVoiceSearch" = "Ẩn nút tìm kiếm bằng giọng nói";
|
||||||
"RemoveVoiceSearchDesc" = "Ẩn nút tìm kiếm bằng giọng nói khỏi thanh Điều hướng.";
|
"RemoveVoiceSearchDesc" = "Ẩn nút tìm kiếm bằng giọng nói khỏi thanh Điều hướng.";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "Thanh điều hướng cố định";
|
"StickyNavbar" = "Thanh điều hướng cố định";
|
||||||
"StickyNavbarDesc" = "Ghim thanh Điều hướng để nó vẫn hiển thị khi cuộn xuống.";
|
"StickyNavbarDesc" = "Ghim thanh Điều hướng để nó vẫn hiển thị khi cuộn xuống.";
|
||||||
"NoSubbar" = "Ẩn thanh phụ";
|
"NoSubbar" = "Ẩn thanh phụ";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Đặt biểu tượng YouTube Premium";
|
"PremiumYTLogo" = "Đặt biểu tượng YouTube Premium";
|
||||||
"PremiumYTLogoDesc" = "Đặt biểu tượng YouTube Premium trong thanh Điều hướng.";
|
"PremiumYTLogoDesc" = "Đặt biểu tượng YouTube Premium trong thanh Điều hướng.";
|
||||||
|
|
||||||
"Overlay" = "Lớp phủ";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "Loại bỏ các quảng cáo";
|
||||||
|
"RemoveAdsDesc" = "Loại bỏ quảng cáo trong ứng dụng.";
|
||||||
|
"HideShorts" = "Ẩn Shorts";
|
||||||
|
"HideShortsDesc" = "Ẩn Shorts khỏi Trang chủ, Được đề xuất, v.v. (Không áp dụng cho Lịch sử xem)";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "Sửa Albums";
|
||||||
|
"FixAlbumsDesc" = "Sửa lỗi hiển thị Albums cho người dùng Nga.";
|
||||||
|
|
||||||
|
"Player" = "Trình phát";
|
||||||
|
"Player.Overlay" = "Lớp phủ";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "Ẩn nút Tự động phát";
|
"HideAutoplay" = "Ẩn nút Tự động phát";
|
||||||
"HideAutoplayDesc" = "Ẩn nút Tự động phát trong trình phát video.";
|
"HideAutoplayDesc" = "Ẩn nút Tự động phát trong trình phát video.";
|
||||||
"HideSubs" = "Ẩn nút phụ đề";
|
"HideSubs" = "Ẩn nút phụ đề";
|
||||||
"HideSubsDesc" = "Ẩn nút Phụ đề khỏi lớp phủ.";
|
"HideSubsDesc" = "Ẩn nút Phụ đề khỏi lớp phủ.";
|
||||||
"NoHUDMsgs" = "Ẩn thông báo HUD";
|
|
||||||
"NoHUDMsgsDesc" = "Ẩn tất cả các thông báo tính năng từ người chơi. Ví dụ: CC được bật/tắt, Vòng lặp video được bật, v.v.";
|
|
||||||
"HidePrevNext" = "Ẩn nút Trước và Tiếp theo";
|
"HidePrevNext" = "Ẩn nút Trước và Tiếp theo";
|
||||||
"HidePrevNextDesc" = "Ẩn các nút Trước và Tiếp theo khỏi lớp phủ video.";
|
"HidePrevNextDesc" = "Ẩn các nút Trước và Tiếp theo khỏi lớp phủ video.";
|
||||||
"ReplacePrevNext" = "Nút tua đi và tua lại nhanh";
|
"ReplacePrevNext" = "Nút tua đi và tua lại nhanh";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "Loại bỏ nền tối của lớp phủ.";
|
"NoDarkBgDesc" = "Loại bỏ nền tối của lớp phủ.";
|
||||||
"NoEndScreenCards" = "Ẩn video dạng thumbnails";
|
"NoEndScreenCards" = "Ẩn video dạng thumbnails";
|
||||||
"NoEndScreenCardsDesc" = "Ẩn thumbnail của các video đề xuất, xuất hiện ở cuối video.";
|
"NoEndScreenCardsDesc" = "Ẩn thumbnail của các video đề xuất, xuất hiện ở cuối video.";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "Vô hiệu hóa các hành động toàn màn hình";
|
"NoFullscreenActions" = "Vô hiệu hóa các hành động toàn màn hình";
|
||||||
"NoFullscreenActionsDesc" = "Vô hiệu hóa bảng hành động ở chế độ toàn màn hình.";
|
"NoFullscreenActionsDesc" = "Vô hiệu hóa bảng hành động ở chế độ toàn màn hình.";
|
||||||
"PersistentProgressBar" = "Thanh tiến trình liên tục";
|
"PersistentProgressBar" = "Thanh tiến trình liên tục";
|
||||||
@@ -54,29 +79,13 @@
|
|||||||
"24hrFormat" = "định dạng 24 giờ";
|
"24hrFormat" = "định dạng 24 giờ";
|
||||||
"24hrFormatDesc" = "Hiển thị thời gian kết thúc ở định dạng 24 giờ.";
|
"24hrFormatDesc" = "Hiển thị thời gian kết thúc ở định dạng 24 giờ.";
|
||||||
|
|
||||||
"Player" = "Trình phát";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "Cho phép sử dụng trình phát thu nhỏ với mọi video";
|
|
||||||
"MiniplayerDesc" = "Cho phép sử dụng trình phát thu nhỏ với mọi video ban đầu không được thiết kế cho trình phát đó, chẳng hạn như các video dành cho trẻ em.";
|
|
||||||
"PortraitFullscreen" = "Chế độ toàn màn hình dọc";
|
"PortraitFullscreen" = "Chế độ toàn màn hình dọc";
|
||||||
"PortraitFullscreenDesc" = "Cho phép hỗ trợ chế độ toàn màn hình dọc.";
|
"PortraitFullscreenDesc" = "Cho phép hỗ trợ chế độ toàn màn hình dọc.";
|
||||||
"CopyWithTimestamp" = "Sao chép các liên kết có dấu thời gian";
|
|
||||||
"CopyWithTimestampDesc" = "Cho phép sao chép liên kết có dấu thời gian vào bảng tạm bằng cách nhấn nút tạm dừng.";
|
|
||||||
"DisableAutoplay" = "Tắt video Tự động phát";
|
|
||||||
"DisableAutoplayDesc" = "Ngăn chặn phát video sau khi mở.";
|
|
||||||
"DisableAutoCaptions" = "Tắt chú thích tự động";
|
|
||||||
"DisableAutoCaptionsDesc" = "Ngăn chặn việc tự động kích hoạt chú thích.";
|
|
||||||
"NoContentWarning" = "Bỏ qua cảnh báo nội dung";
|
|
||||||
"NoContentWarningDesc" = "Bỏ qua thông báo cảnh báo nội dung nhạy cảm.";
|
|
||||||
"ClassicQuality" = "Chất lượng video cổ điển";
|
"ClassicQuality" = "Chất lượng video cổ điển";
|
||||||
"ClassicQualityDesc" = "Mang lại menu lựa chọn chất lượng video cổ điển.";
|
"ClassicQualityDesc" = "Mang lại menu lựa chọn chất lượng video cổ điển.";
|
||||||
"ExtraSpeedOptions" = "Bổ sung tùy chọn tốc độ";
|
"ExtraSpeedOptions" = "Bổ sung tùy chọn tốc độ";
|
||||||
"ExtraSpeedOptionsDesc" = "Thêm nhiều tùy chọn tốc độ phát video vào menu trình phát.";
|
"ExtraSpeedOptionsDesc" = "Thêm nhiều tùy chọn tốc độ phát video vào menu trình phát.";
|
||||||
"DontSnap2Chapter" = "Tắt tự động chuyển tới chương";
|
|
||||||
"DontSnap2ChapterDesc" = "Tắt tính năng tự động chuyển tới chương gần nhất khi tua video.";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Tắt tính năng chạm 2 lần bằng 2 ngón tay";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Tắt thao tác chạm 2 lần bằng 2 ngón tay để chuyển tới chương.";
|
|
||||||
"PauseOnOverlay" = "Tạm dừng trên lớp phủ";
|
|
||||||
"PauseOnOverlayDesc" = "Đặt chế độ phát ở trạng thái tạm dừng nếu lớp phủ xuất hiện.";
|
|
||||||
"RedProgressBar" = "Thanh tiến trình màu đỏ";
|
"RedProgressBar" = "Thanh tiến trình màu đỏ";
|
||||||
"RedProgressBarDesc" = "Mang lại thanh tiến trình màu đỏ.";
|
"RedProgressBarDesc" = "Mang lại thanh tiến trình màu đỏ.";
|
||||||
"NoPlayerRemixButton" = "Xóa nút phối lại";
|
"NoPlayerRemixButton" = "Xóa nút phối lại";
|
||||||
@@ -85,17 +94,74 @@
|
|||||||
"NoPlayerClipButtonDesc" = "Xóa nút clip bên dưới trình phát.";
|
"NoPlayerClipButtonDesc" = "Xóa nút clip bên dưới trình phát.";
|
||||||
"NoPlayerDownloadButton" = "Xóa nút tải xuống";
|
"NoPlayerDownloadButton" = "Xóa nút tải xuống";
|
||||||
"NoPlayerDownloadButtonDesc" = "Xóa nút tải xuống dưới trình phát.";
|
"NoPlayerDownloadButtonDesc" = "Xóa nút tải xuống dưới trình phát.";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "Phát ở chế độ nền";
|
||||||
|
"BackgroundPlaybackDesc" = "Cho phép phát ở chế độ nền.";
|
||||||
|
"Miniplayer" = "Cho phép sử dụng trình phát thu nhỏ với mọi video";
|
||||||
|
"MiniplayerDesc" = "Cho phép sử dụng trình phát thu nhỏ với mọi video ban đầu không được thiết kế cho trình phát đó, chẳng hạn như các video dành cho trẻ em.";
|
||||||
|
"DisableAutoplay" = "Tắt video Tự động phát";
|
||||||
|
"DisableAutoplayDesc" = "Ngăn chặn phát video sau khi mở.";
|
||||||
|
"DisableAutoCaptions" = "Tắt chú thích tự động";
|
||||||
|
"DisableAutoCaptionsDesc" = "Ngăn chặn việc tự động kích hoạt chú thích.";
|
||||||
|
"NoContentWarning" = "Bỏ qua cảnh báo nội dung";
|
||||||
|
"NoContentWarningDesc" = "Bỏ qua thông báo cảnh báo nội dung nhạy cảm.";
|
||||||
"NoHints" = "Tắt gợi ý";
|
"NoHints" = "Tắt gợi ý";
|
||||||
"NoHintsDesc" = "Tắt gợi ý của tác giả xuất hiện ở góc trên bên phải trong khi phát.";
|
"NoHintsDesc" = "Tắt gợi ý của tác giả xuất hiện ở góc trên bên phải trong khi phát.";
|
||||||
"NoFreeZoom" = "Tắt tính năng chạm để thu phóng";
|
|
||||||
"NoFreeZoomDesc" = "Tắt tính năng chạm để thu phóng";
|
|
||||||
"AutoFullscreen" = "Phát video ở chế độ toàn màn hình";
|
"AutoFullscreen" = "Phát video ở chế độ toàn màn hình";
|
||||||
"AutoFullscreenDesc" = "Tự động phát video ở chế độ toàn màn hình.";
|
"AutoFullscreenDesc" = "Tự động phát video ở chế độ toàn màn hình.";
|
||||||
"ExitFullscreen" = "Thoát chế độ toàn màn hình khi hoàn tất";
|
"ExitFullscreen" = "Thoát chế độ toàn màn hình khi hoàn tất";
|
||||||
"ExitFullscreenDesc" = "Thoát khỏi chế độ toàn màn hình khi kết thúc phát video.";
|
"ExitFullscreenDesc" = "Thoát khỏi chế độ toàn màn hình khi kết thúc phát video.";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "Sao chép các liên kết có dấu thời gian";
|
||||||
|
"CopyWithTimestampDesc" = "Cho phép sao chép liên kết có dấu thời gian vào bảng tạm bằng cách nhấn nút tạm dừng.";
|
||||||
|
"PauseOnOverlay" = "Tạm dừng trên lớp phủ";
|
||||||
|
"PauseOnOverlayDesc" = "Đặt chế độ phát ở trạng thái tạm dừng nếu lớp phủ xuất hiện.";
|
||||||
|
"DontSnap2Chapter" = "Tắt tự động chuyển tới chương";
|
||||||
|
"DontSnap2ChapterDesc" = "Tắt tính năng tự động chuyển tới chương gần nhất khi tua video.";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Tắt tính năng chạm 2 lần bằng 2 ngón tay";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Tắt thao tác chạm 2 lần bằng 2 ngón tay để chuyển tới chương.";
|
||||||
|
"NoFreeZoom" = "Tắt tính năng chạm để thu phóng";
|
||||||
|
"NoFreeZoomDesc" = "Tắt tính năng chạm để thu phóng";
|
||||||
"NoDoubleTap2Seek" = "Tắt tình năng chạm 2 lần để tua";
|
"NoDoubleTap2Seek" = "Tắt tình năng chạm 2 lần để tua";
|
||||||
"NoDoubleTap2SeekDesc" = "Tắt tình năng chạm 2 lần để tua";
|
"NoDoubleTap2SeekDesc" = "Tắt tình năng chạm 2 lần để tua";
|
||||||
|
|
||||||
|
"Shorts" = "Shorts";
|
||||||
|
"ShortsOnlyMode" = "Chế độ chỉ dành cho Short";
|
||||||
|
"ShortsOnlyModeDesc" = "Giới hạn chức năng của YouTube chỉ ở chế độ Short.";
|
||||||
|
"AutoSkipShorts" = "Tự động bỏ qua Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Chuyển sang video tiếp theo khi quá trình phát video hiện tại kết thúc.";
|
||||||
|
"ShortsProgress" = "Bật thanh tiến trình";
|
||||||
|
"ShortsProgressDesc" = "Hiển thị thanh tiến trình trong lớp phủ Shorts.";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "Chụm vào toàn màn hình";
|
||||||
|
"PinchToFullscreenShortsDesc" = "Quản lý khả năng hiển thị của lớp phủ bằng cử chỉ chụm vào và kéo ra, hiển thị Shorts ở chế độ toàn màn hình.";
|
||||||
|
"ShortsToRegular" = "Từ Shorts đến video thông thường";
|
||||||
|
"ShortsToRegularDesc" = "Mở Shorts như video thông thường.";
|
||||||
|
"HideShortsLogo" = "Ẩn biểu tượng Shorts";
|
||||||
|
"HideShortsLogoDesc" = "Ẩn biểu tượng Shorts ở góc trên cùng bên trái.";
|
||||||
|
"HideShortsSearch" = "Ẩn nút Tìm kiếm";
|
||||||
|
"HideShortsSearchDesc" = "Ẩn nút Tìm kiếm khỏi lớp phủ Shorts.";
|
||||||
|
"HideShortsCamera" = "Ẩn nút Máy ảnh";
|
||||||
|
"HideShortsCameraDesc" = "Ẩn nút Máy ảnh khỏi lớp phủ Shorts.";
|
||||||
|
"HideShortsMore" = "Ẩn nút Thêm (⋮)";
|
||||||
|
"HideShortsMoreDesc" = "Ẩn nút Thêm (⋮) khỏi lớp phủ Shorts. Nó cũng có thể truy cập được bằng cách nhấn và giữ màn hình.";
|
||||||
|
"HideShortsSubscriptions" = "Ẩn nút Đăng ký";
|
||||||
|
"HideShortsSubscriptionsDesc" = "Ẩn nút Đăng ký xuất hiện khi Shorts bị tạm dừng.";
|
||||||
|
|
||||||
"Tabbar" = "Thanh tab";
|
"Tabbar" = "Thanh tab";
|
||||||
"RemoveLabels" = "Xóa nhãn";
|
"RemoveLabels" = "Xóa nhãn";
|
||||||
"RemoveLabelsDesc" = "Loại bỏ nhãn tab.";
|
"RemoveLabelsDesc" = "Loại bỏ nhãn tab.";
|
||||||
@@ -112,69 +178,15 @@
|
|||||||
"HideUploadButton" = "Ẩn nút Tải lên";
|
"HideUploadButton" = "Ẩn nút Tải lên";
|
||||||
"HideUploadButtonDesc" = "Ẩn nút Tải lên khỏi thanh Tab.";
|
"HideUploadButtonDesc" = "Ẩn nút Tải lên khỏi thanh Tab.";
|
||||||
"HideLibraryTab" = "Ẩn tab Thư viện";
|
"HideLibraryTab" = "Ẩn tab Thư viện";
|
||||||
"HideLibraryTabDesc" = "Ẩn tab Thư viện khỏi thanh Tab.";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "Shorts";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "Chế độ chỉ dành cho Short";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "Giới hạn chức năng của YouTube chỉ ở chế độ Short.";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Tự động bỏ qua Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Chuyển sang video tiếp theo khi quá trình phát video hiện tại kết thúc.";
|
|
||||||
"HideShorts" = "Ẩn Shorts";
|
|
||||||
"HideShortsDesc" = "Ẩn Shorts khỏi Trang chủ, Được đề xuất, v.v. (Không áp dụng cho Lịch sử xem)";
|
|
||||||
"ShortsProgress" = "Bật thanh tiến trình";
|
|
||||||
"ShortsProgressDesc" = "Hiển thị thanh tiến trình trong lớp phủ Shorts.";
|
|
||||||
"PinchToFullscreenShorts" = "Chụm vào toàn màn hình";
|
|
||||||
"PinchToFullscreenShortsDesc" = "Quản lý khả năng hiển thị của lớp phủ bằng cử chỉ chụm vào và kéo ra, hiển thị Shorts ở chế độ toàn màn hình.";
|
|
||||||
"ShortsToRegular" = "Từ Shorts đến video thông thường";
|
|
||||||
"ShortsToRegularDesc" = "Mở Shorts như video thông thường.";
|
|
||||||
"ResumeShorts" = "Tắt tính năng tự động tiếp tục Shorts";
|
|
||||||
"ResumeShortsDesc" = "Nếu bạn thoát YouTube trong khi đang xem video Shorts, video Shorts đó sẽ không tự động phát khi bạn mở lại YouTube.";
|
|
||||||
"HideShortsLogo" = "Ẩn biểu tượng Shorts";
|
|
||||||
"HideShortsLogoDesc" = "Ẩn biểu tượng Shorts ở góc trên cùng bên trái.";
|
|
||||||
"HideShortsSearch" = "Ẩn nút Tìm kiếm";
|
|
||||||
"HideShortsSearchDesc" = "Ẩn nút Tìm kiếm khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsCamera" = "Ẩn nút Máy ảnh";
|
|
||||||
"HideShortsCameraDesc" = "Ẩn nút Máy ảnh khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsMore" = "Ẩn nút Thêm (⋮)";
|
|
||||||
"HideShortsMoreDesc" = "Ẩn nút Thêm (⋮) khỏi lớp phủ Shorts. Nó cũng có thể truy cập được bằng cách nhấn và giữ màn hình.";
|
|
||||||
"HideShortsSubscriptions" = "Ẩn nút Đăng ký";
|
|
||||||
"HideShortsSubscriptionsDesc" = "Ẩn nút Đăng ký xuất hiện khi Shorts bị tạm dừng.";
|
|
||||||
"HideShortsLike" = "Ẩn nút Thích";
|
|
||||||
"HideShortsLikeDesc" = "Ẩn nút Thích khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsDislike" = "Ẩn nút Không thích";
|
|
||||||
"HideShortsDislikeDesc" = "Ẩn nút Không thích khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsComments" = "Ẩn nút bình luận";
|
|
||||||
"HideShortsCommentsDesc" = "Ẩn nút bình luận khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsRemix" = "Ẩn nút phối lại";
|
|
||||||
"HideShortsRemixDesc" = "Ẩn nút Phối lại khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsShare" = "Ẩn nút Chia sẻ";
|
|
||||||
"HideShortsShareDesc" = "Ẩn nút Chia sẻ khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsAvatars" = "Ẩn hình đại diện kênh";
|
|
||||||
"HideShortsAvatarsDesc" = "Ẩn hình đại diện kênh ở góc dưới bên phải.";
|
|
||||||
"HideShortsThanks" = "Ẩn nút Superthanks";
|
|
||||||
"HideShortsThanksDesc" = "Ẩn nút Superthanks (Quyên góp) khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsSource" = "Ẩn nguồn Shorts";
|
|
||||||
"HideShortsSourceDesc" = "Ẩn nguồn Shorts dưới tên kênh.";
|
|
||||||
"HideShortsChannelName" = "Ẩn tên kênh";
|
|
||||||
"HideShortsChannelNameDesc" = "Ẩn tên kênh và nút đăng ký khỏi lớp phủ Shorts.";
|
|
||||||
"HideShortsDescription" = "Ẩn mô tả";
|
|
||||||
"HideShortsDescriptionDesc" = "Ẩn phần mô tả Shorts dưới tên kênh.";
|
|
||||||
"HideShortsAudioTrack" = "Ẩn AudioTrack";
|
|
||||||
"HideShortsAudioTrackDesc" = "Ẩn AudioTrack trong phần mô tả Shorts.";
|
|
||||||
|
|
||||||
"Other" = "Khác";
|
|
||||||
"CopyVideoInfo" = "Sao chép thông tin video";
|
|
||||||
"CopyVideoInfoDesc" = "Thêm nút để sao chép tiêu đề và mô tả video vào bảng Mô tả Video.";
|
|
||||||
"PostManager" = "Lưu bài đăng";
|
|
||||||
"PostManagerDesc" = "Cho phép sao chép văn bản bài đăng và lưu bài đăng dưới dạng hình ảnh bằng cách nhấn giữ.";
|
|
||||||
"SaveProfilePhoto" = "Lưu ảnh hồ sơ";
|
|
||||||
"SaveProfilePhotoDesc" = "Lưu ảnh hồ sơ vào ứng dụng Ảnh bằng cách nhấn và giữ.";
|
|
||||||
"CommentManager" = "Lưu bình luận";
|
|
||||||
"CommentManagerDesc" = "Cho phép sao chép văn bản bình luận và lưu bình luận dưới dạng hình ảnh bằng cách nhấn giữ.";
|
|
||||||
"FixAlbums" = "Sửa Albums";
|
|
||||||
"FixAlbumsDesc" = "Sửa lỗi hiển thị Albums cho người dùng Nga.";
|
|
||||||
"NativeShare" = "Bảng chia sẻ gốc";
|
"NativeShare" = "Bảng chia sẻ gốc";
|
||||||
"NativeShareDesc" = "Sử dụng bảng chia sẻ hệ thống để chia sẻ phương tiện";
|
"NativeShareDesc" = "Sử dụng bảng chia sẻ hệ thống để chia sẻ phương tiện";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "Xóa \"Phát tiếp theo trong danh sách chờ\"";
|
"RemovePlayNext" = "Xóa \"Phát tiếp theo trong danh sách chờ\"";
|
||||||
"RemovePlayNextDesc" = "Xóa tùy chọn \"Phát tiếp theo trong danh sách chờ\" khỏi menu.";
|
"RemovePlayNextDesc" = "Xóa tùy chọn \"Phát tiếp theo trong danh sách chờ\" khỏi menu.";
|
||||||
"RemoveDownloadMenu" = "Xóa \"Tải video xuống\"";
|
"RemoveDownloadMenu" = "Xóa \"Tải video xuống\"";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "Ẩn bình luận Short, sắp xếp (Hàng đầu, Mới nhất) để nó không bao giờ xuất hiện.";
|
"HideSortCommentsDesc" = "Ẩn bình luận Short, sắp xếp (Hàng đầu, Mới nhất) để nó không bao giờ xuất hiện.";
|
||||||
"PlaylistOldMinibar" = "Danh sách phát mini bar cũ";
|
"PlaylistOldMinibar" = "Danh sách phát mini bar cũ";
|
||||||
"PlaylistOldMinibarDesc" = "Thay thế bảng điều khiển danh sách phát nổi mới bằng bảng điều khiển cũ.";
|
"PlaylistOldMinibarDesc" = "Thay thế bảng điều khiển danh sách phát nổi mới bằng bảng điều khiển cũ.";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "Tắt định dạng RTL";
|
"DisableRTL" = "Tắt định dạng RTL";
|
||||||
"DisableRTLDesc" = "Hiển thị mạnh mẽ văn bản ở định dạng từ trái sang phải (LTR) cho các ngôn ngữ ban đầu được hiển thị ở định dạng từ phải sang trái (RTL).";
|
"DisableRTLDesc" = "Hiển thị mạnh mẽ văn bản ở định dạng từ trái sang phải (LTR) cho các ngôn ngữ ban đầu được hiển thị ở định dạng từ phải sang trái (RTL).";
|
||||||
|
|
||||||
"HoldToSpeed" = "Giữ tốc độ";
|
"HoldToSpeed" = "Giữ tốc độ";
|
||||||
"Disable" = "Tắt";
|
|
||||||
"Disabled" = "Đã tắt";
|
|
||||||
"PlaybackSpeed" = "Tốc độ phát";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Tốc độ phát mặc định";
|
"DefaultPlaybackRate" = "Tốc độ phát mặc định";
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Chất lượng Video trên mạng Wi-Fi";
|
"PlaybackQualityOnWiFi" = "Chất lượng Video trên mạng Wi-Fi";
|
||||||
"PlaybackQualityOnCellular" = "Chất lượng Video trên mạng di động";
|
"PlaybackQualityOnCellular" = "Chất lượng Video trên mạng di động";
|
||||||
"SelectQuality" = "Chọn chất lượng";
|
|
||||||
"Default" = "Mặc định";
|
|
||||||
"Best" = "Tốt nhất";
|
|
||||||
|
|
||||||
"Startup" = "Trang khởi động";
|
"Startup" = "Trang khởi động";
|
||||||
"Home" = "Trang chủ";
|
"Home" = "Trang chủ";
|
||||||
@@ -232,11 +240,13 @@
|
|||||||
"SupportDevelopmentDesc" = "Nếu bạn thích YTLite và muốn hỗ trợ sự phát triển của nó, bạn có thể thực hiện bằng bất kỳ cách thuận tiện nào dưới đây.\nCảm ơn❤";
|
"SupportDevelopmentDesc" = "Nếu bạn thích YTLite và muốn hỗ trợ sự phát triển của nó, bạn có thể thực hiện bằng bất kỳ cách thuận tiện nào dưới đây.\nCảm ơn❤";
|
||||||
"Contributors" = "Người đóng góp";
|
"Contributors" = "Người đóng góp";
|
||||||
"OpenSourceLibs" = "Thư viện nguồn mở";
|
"OpenSourceLibs" = "Thư viện nguồn mở";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "Phiên bản";
|
"Version" = "Phiên bản";
|
||||||
"About" = "Giới thiệu";
|
"About" = "Giới thiệu";
|
||||||
"Credits" = "Credits";
|
"Credits" = "Credits";
|
||||||
"Developer" = "Nhà phát triển YTLite";
|
"Developer" = "Nhà phát triển YTLite";
|
||||||
"SpecialThanks" = "Cảm tạ";
|
"SpecialThanks" = "Cảm tạ";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "Tiếng Trung (giản thể)";
|
"ChineseSimplified" = "Tiếng Trung (giản thể)";
|
||||||
"ChineseTraditional" = "Tiếng Trung (phồn thể)";
|
"ChineseTraditional" = "Tiếng Trung (phồn thể)";
|
||||||
"French" = "Tiếng Pháp";
|
"French" = "Tiếng Pháp";
|
||||||
@@ -245,8 +255,14 @@
|
|||||||
"Vietnamese" = "Tiếng Việt";
|
"Vietnamese" = "Tiếng Việt";
|
||||||
"Advanced" = "Chế độ nâng cao";
|
"Advanced" = "Chế độ nâng cao";
|
||||||
"AdvancedDesc" = "Nhiều chế độ tùy chỉnh hơn";
|
"AdvancedDesc" = "Nhiều chế độ tùy chỉnh hơn";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "Bạn có muốn kích hoạt Chế độ nâng cao cho YTLite không?\n\nChế độ này cung cấp hơn 50 tùy chọn bổ sung để tùy chỉnh và tối ưu hóa trải nghiệm YouTube của bạn. Bạn có thể Bật/Tắt nó sau từ Cài đặt → %@ → %@ → %@.";
|
"AdvancedModeReminder" = "Bạn có muốn kích hoạt Chế độ nâng cao cho YTLite không?\n\nChế độ này cung cấp hơn 50 tùy chọn bổ sung để tùy chỉnh và tối ưu hóa trải nghiệm YouTube của bạn. Bạn có thể Bật/Tắt nó sau từ Cài đặt → %@ → %@ → %@.";
|
||||||
"ClearCache" = "Xóa bộ nhớ đệm";
|
"ClearCache" = "Xóa bộ nhớ đệm";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "Đặt lại cài đặt YTLite";
|
"ResetSettings" = "Đặt lại cài đặt YTLite";
|
||||||
"ResetMessage" = "Tùy chọn này sẽ đặt lại cài đặt YTLite về mặc định và đóng YouTube.\n\nBạn có chắc chắn muốn tiếp tục không?";
|
"ResetMessage" = "Tùy chọn này sẽ đặt lại cài đặt YTLite về mặc định và đóng YouTube.\n\nBạn có chắc chắn muốn tiếp tục không?";
|
||||||
"ShortsOnlyWarning" = "Bạn có chắc chắn muốn kích hoạt chế độ này?\n\nỞ chế độ này, bạn sẽ chỉ có thể xem video Shorts và không thể làm gì khác.\n\nBạn có thể tắt Chế độ chỉ Shorts bằng cách nhấn và giữ bằng hai ngón tay trong trình phát Shorts.";
|
"ShortsOnlyWarning" = "Bạn có chắc chắn muốn kích hoạt chế độ này?\n\nỞ chế độ này, bạn sẽ chỉ có thể xem video Shorts và không thể làm gì khác.\n\nBạn có thể tắt Chế độ chỉ Shorts bằng cách nhấn và giữ bằng hai ngón tay trong trình phát Shorts.";
|
||||||
@@ -256,9 +272,34 @@
|
|||||||
"Yes" = "Có";
|
"Yes" = "Có";
|
||||||
"No" = "Không";
|
"No" = "Không";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "Mặc định";
|
||||||
|
"Best" = "Tốt nhất";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "Tắt";
|
||||||
|
"Disabled" = "Đã tắt";
|
||||||
|
"PlaybackSpeed" = "Tốc độ phát";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "Chọn hành động";
|
"SelectAction" = "Chọn hành động";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "Sao chép tiêu đề";
|
"CopyTitle" = "Sao chép tiêu đề";
|
||||||
"CopyDescription" = "Sao chép mô tả";
|
"CopyDescription" = "Sao chép mô tả";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "Sao chép văn bản bài đăng";
|
"CopyPostText" = "Sao chép văn bản bài đăng";
|
||||||
"SaveCurrentImage" = "Lưu hình ảnh hiện tại";
|
"SaveCurrentImage" = "Lưu hình ảnh hiện tại";
|
||||||
"CopyCurrentImage" = "Sao chép hình ảnh hiện tại";
|
"CopyCurrentImage" = "Sao chép hình ảnh hiện tại";
|
||||||
@@ -269,8 +310,35 @@
|
|||||||
"CopyCommentAsImage" = "Sao chép bình luận dưới dạng hình ảnh";
|
"CopyCommentAsImage" = "Sao chép bình luận dưới dạng hình ảnh";
|
||||||
"SaveProfilePicture" = "Lưu ảnh hồ sơ";
|
"SaveProfilePicture" = "Lưu ảnh hồ sơ";
|
||||||
"CopyProfilePicture" = "Sao chép ảnh hồ sơ";
|
"CopyProfilePicture" = "Sao chép ảnh hồ sơ";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "Hủy bỏ";
|
"Cancel" = "Hủy bỏ";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "Sao chép vào clipboard";
|
"Copied" = "Sao chép vào clipboard";
|
||||||
"Saved" = "Đã lưu vào Ảnh";
|
"Saved" = "Đã lưu vào Ảnh";
|
||||||
"Done" = "Xong";
|
"Done" = "Xong";
|
||||||
"Error" = "Lỗi";
|
"Error" = "Lỗi";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
+212
-144
@@ -1,8 +1,14 @@
|
|||||||
"General" = "常规";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "移除广告";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "删除程序内的广告。";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "后台播放";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "启用后台播放。";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "保存帖子信息";
|
||||||
|
"PostManagerDesc" = "允许通过长按复制帖子文本并将帖子另存为图片。";
|
||||||
|
"SaveProfilePhoto" = "保存个人资料图片";
|
||||||
|
"SaveProfilePhotoDesc" = "长按个人资料图片保存到照片应用程序。";
|
||||||
|
"CommentManager" = "保存评论信息";
|
||||||
|
"CommentManagerDesc" = "允许通过长按复制评论文本并将评论保存为图片。";
|
||||||
|
|
||||||
"Navbar" = "导航栏";
|
"Navbar" = "导航栏";
|
||||||
"RemoveCast" = "隐藏投射按钮";
|
"RemoveCast" = "隐藏投射按钮";
|
||||||
@@ -13,22 +19,39 @@
|
|||||||
"RemoveSearchDesc" = "从导航栏中隐藏搜索按钮。";
|
"RemoveSearchDesc" = "从导航栏中隐藏搜索按钮。";
|
||||||
"RemoveVoiceSearch" = "隐藏语音搜索按钮";
|
"RemoveVoiceSearch" = "隐藏语音搜索按钮";
|
||||||
"RemoveVoiceSearchDesc" = "从导航栏中隐藏语音搜索按钮。";
|
"RemoveVoiceSearchDesc" = "从导航栏中隐藏语音搜索按钮。";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "固定导航栏";
|
"StickyNavbar" = "固定导航栏";
|
||||||
"StickyNavbarDesc" = "固定导航栏,使其在向下滚动时保持可见。";
|
"StickyNavbarDesc" = "固定导航栏,使其在向下滚动时保持可见。";
|
||||||
"NoSubbar" = "隐藏子栏";
|
"NoSubbar" = "隐藏子栏";
|
||||||
"NoSubbarDesc" = "隐藏导航栏下的子栏(全部、新内容、实时等)。";
|
"NoSubbarDesc" = "隐藏导航栏下的子栏(全部、新内容、实时等)。";
|
||||||
"NoYTLogo" = "删除 YouTube Logo";
|
"NoYTLogo" = "删除 YouTube Logo";
|
||||||
"NoYTLogoDesc" = "删除导航栏中的 YouTube Logo。";
|
"NoYTLogoDesc" = "删除导航栏中的 YouTube Logo。";
|
||||||
"PremiumYTLogo" = "Set Premium YouTube logo";
|
"PremiumYTLogo" = "设置 Premium Logo";
|
||||||
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
"PremiumYTLogoDesc" = "在导航栏中设置 Premium Logo。";
|
||||||
|
|
||||||
"Overlay" = "播放界面";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "移除广告";
|
||||||
|
"RemoveAdsDesc" = "删除程序内的广告。";
|
||||||
|
"HideShorts" = "隐藏短视频";
|
||||||
|
"HideShortsDesc" = "从首页、推荐等隐藏短视频(不适用于观看历史记录)。";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "修复封面";
|
||||||
|
"FixAlbumsDesc" = "修复来自俄罗斯用户的封面显示问题。";
|
||||||
|
|
||||||
|
"Player" = "播放器";
|
||||||
|
"Player.Overlay" = "播放界面";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "隐藏自动播放开关";
|
"HideAutoplay" = "隐藏自动播放开关";
|
||||||
"HideAutoplayDesc" = "从播放界面隐藏自动播放开关。";
|
"HideAutoplayDesc" = "从播放界面隐藏自动播放开关。";
|
||||||
"HideSubs" = "隐藏字幕按钮";
|
"HideSubs" = "隐藏字幕按钮";
|
||||||
"HideSubsDesc" = "从播放界面隐藏字幕按钮。";
|
"HideSubsDesc" = "从播放界面隐藏字幕按钮。";
|
||||||
"NoHUDMsgs" = "隐藏屏显信息";
|
|
||||||
"NoHUDMsgsDesc" = "隐藏播放界面的所有功能信息。示例:CC按钮打开/关闭、视频循环等。";
|
|
||||||
"HidePrevNext" = "隐藏上一个和下一个按钮";
|
"HidePrevNext" = "隐藏上一个和下一个按钮";
|
||||||
"HidePrevNextDesc" = "从播放界面中隐藏上一个和下一个视频按钮。";
|
"HidePrevNextDesc" = "从播放界面中隐藏上一个和下一个视频按钮。";
|
||||||
"ReplacePrevNext" = "快进和快退按钮";
|
"ReplacePrevNext" = "快进和快退按钮";
|
||||||
@@ -37,65 +60,108 @@
|
|||||||
"NoDarkBgDesc" = "删除播放界面的深色背景。";
|
"NoDarkBgDesc" = "删除播放界面的深色背景。";
|
||||||
"NoEndScreenCards" = "隐藏片尾画面";
|
"NoEndScreenCards" = "隐藏片尾画面";
|
||||||
"NoEndScreenCardsDesc" = "隐藏视频结尾处的片尾屏幕(缩略图)。";
|
"NoEndScreenCardsDesc" = "隐藏视频结尾处的片尾屏幕(缩略图)。";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "禁用全屏操作";
|
"NoFullscreenActions" = "禁用全屏操作";
|
||||||
"NoFullscreenActionsDesc" = "在全屏模式下禁用操作面板。";
|
"NoFullscreenActionsDesc" = "在全屏模式下禁用操作面板。";
|
||||||
"PersistentProgressBar" = "持续进度条";
|
"PersistentProgressBar" = "持续进度条";
|
||||||
"PersistentProgressBarDesc" = "始终在播放器中显示进度条。";
|
"PersistentProgressBarDesc" = "始终在播放器中显示进度条。";
|
||||||
"StockVolumeHUD" = "Stock volume HUD";
|
"StockVolumeHUD" = "原生音量 HUD";
|
||||||
"StockVolumeHUDDesc" = "Displays system volume HUD in fullscreen.";
|
"StockVolumeHUDDesc" = "全屏显示系统音量 HUD。";
|
||||||
"NoRelatedVids" = "没有相关视频";
|
"NoRelatedVids" = "没有相关视频";
|
||||||
"NoRelatedVidsDesc" = "通过向上滑动删除播放界面中显示的相关视频。";
|
"NoRelatedVidsDesc" = "通过向上滑动删除播放界面中显示的相关视频。";
|
||||||
"NoPromotionCards" = "隐藏付费";
|
"NoPromotionCards" = "隐藏付费";
|
||||||
"NoPromotionCardsDesc" = "在付费视频中隐藏“付费内容”。";
|
"NoPromotionCardsDesc" = "在付费视频中隐藏“付费内容”。";
|
||||||
"NoWatermarks" = "隐藏水印";
|
"NoWatermarks" = "隐藏水印";
|
||||||
"NoWatermarksDesc" = "隐藏播放器的频道水印。";
|
"NoWatermarksDesc" = "隐藏播放器的频道水印。";
|
||||||
"VideoEndTime" = "Show playback end time";
|
"VideoEndTime" = "显示播放结束时间";
|
||||||
"VideoEndTimeDesc" = "Adds video playback end time to the player bar.";
|
"VideoEndTimeDesc" = "将视频播放结束时间添加到播放器栏。";
|
||||||
"24hrFormat" = "24-hour format";
|
"24hrFormat" = "24 小时格式";
|
||||||
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
"24hrFormatDesc" = "以 24 小时格式显示结束时间。";
|
||||||
|
|
||||||
"Player" = "播放器";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "启用迷你播放器";
|
|
||||||
"MiniplayerDesc" = "启用迷你播放器来播放最初不是为其设计的视频,例如针对儿童的视频。";
|
|
||||||
"PortraitFullscreen" = "竖屏全屏模式";
|
"PortraitFullscreen" = "竖屏全屏模式";
|
||||||
"PortraitFullscreenDesc" = "启用竖屏全屏模式支持。";
|
"PortraitFullscreenDesc" = "启用竖屏全屏模式支持。";
|
||||||
"CopyWithTimestamp" = "复制带时间戳的链接";
|
"ClassicQuality" = "经典视频质量";
|
||||||
"CopyWithTimestampDesc" = "允许通过按下暂停按钮将带有时间戳的链接复制到剪贴板。";
|
"ClassicQualityDesc" = "加回经典的视频质量选择菜单。";
|
||||||
|
"ExtraSpeedOptions" = "扩展速度选项";
|
||||||
|
"ExtraSpeedOptionsDesc" = "在播放器菜单中添加更多视频播放速度的选项。";
|
||||||
|
"RedProgressBar" = "红色进度条";
|
||||||
|
"RedProgressBarDesc" = "加回红色进度条。";
|
||||||
|
"NoPlayerRemixButton" = "移除混剪按钮";
|
||||||
|
"NoPlayerRemixButtonDesc" = "移除播放器下方的混剪按钮。";
|
||||||
|
"NoPlayerClipButton" = "移除剪辑按钮";
|
||||||
|
"NoPlayerClipButtonDesc" = "移除播放器下方的剪辑按钮。";
|
||||||
|
"NoPlayerDownloadButton" = "移除下载按钮";
|
||||||
|
"NoPlayerDownloadButtonDesc" = "移除播放器下方的下载按钮。";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "后台播放";
|
||||||
|
"BackgroundPlaybackDesc" = "启用后台播放。";
|
||||||
|
"Miniplayer" = "启用迷你播放器";
|
||||||
|
"MiniplayerDesc" = "启用迷你播放器来播放最初不是为其设计的视频,例如针对儿童的视频。";
|
||||||
"DisableAutoplay" = "禁用自动播放视频";
|
"DisableAutoplay" = "禁用自动播放视频";
|
||||||
"DisableAutoplayDesc" = "打开后防止视频自动播放。";
|
"DisableAutoplayDesc" = "打开后防止视频自动播放。";
|
||||||
"DisableAutoCaptions" = "禁用自动字幕";
|
"DisableAutoCaptions" = "禁用自动字幕";
|
||||||
"DisableAutoCaptionsDesc" = "防止自动激活字幕。";
|
"DisableAutoCaptionsDesc" = "防止自动激活字幕。";
|
||||||
"NoContentWarning" = "跳过内容警告";
|
"NoContentWarning" = "跳过内容警告";
|
||||||
"NoContentWarningDesc" = "跳过敏感内容警告消息。";
|
"NoContentWarningDesc" = "跳过敏感内容警告消息。";
|
||||||
"ClassicQuality" = "经典视频质量";
|
|
||||||
"ClassicQualityDesc" = "加回经典的视频质量选择菜单。";
|
|
||||||
"ExtraSpeedOptions" = "扩展速度选项";
|
|
||||||
"ExtraSpeedOptionsDesc" = "在播放器菜单中添加更多视频播放速度的选项。";
|
|
||||||
"DontSnap2Chapter" = "禁用双击跳转";
|
|
||||||
"DontSnap2ChapterDesc" = "禁用通过双击手势跳到下一集。";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
|
||||||
"PauseOnOverlay" = "Pause on overlay";
|
|
||||||
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
|
||||||
"RedProgressBar" = "红色进度条";
|
|
||||||
"RedProgressBarDesc" = "加回红色进度条。";
|
|
||||||
"NoPlayerRemixButton" = "Remove remix button";
|
|
||||||
"NoPlayerRemixButtonDesc" = "Removes remix button under the player.";
|
|
||||||
"NoPlayerClipButton" = "Remove clip button";
|
|
||||||
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
|
||||||
"NoPlayerDownloadButton" = "Remove download button";
|
|
||||||
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
|
||||||
"NoHints" = "禁用提示";
|
|
||||||
"NoHintsDesc" = "禁用播放期间出现在右上角的作者提示。";
|
|
||||||
"NoFreeZoom" = "禁用自由缩放手势";
|
|
||||||
"NoFreeZoomDesc" = "禁用新的自由缩放手势。";
|
|
||||||
"AutoFullscreen" = "全屏模式";
|
"AutoFullscreen" = "全屏模式";
|
||||||
"AutoFullscreenDesc" = "自动以全屏模式播放视频。";
|
"AutoFullscreenDesc" = "自动以全屏模式播放视频。";
|
||||||
"ExitFullscreen" = "完成后退出全屏模式";
|
"ExitFullscreen" = "完成后退出全屏模式";
|
||||||
"ExitFullscreenDesc" = "在视频播放结束时退出全屏模式。";
|
"ExitFullscreenDesc" = "在视频播放结束时退出全屏模式。";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"PauseOnOverlay" = "覆盖时暂停";
|
||||||
|
"PauseOnOverlayDesc" = "当播放器控制按钮出现时暂停播放。";
|
||||||
|
"CopyWithTimestamp" = "复制带时间戳的链接";
|
||||||
|
"CopyWithTimestampDesc" = "允许通过按下暂停按钮将带有时间戳的链接复制到剪贴板。";
|
||||||
|
"DontSnap2Chapter" = "禁用双击跳转";
|
||||||
|
"DontSnap2ChapterDesc" = "禁用通过双击手势跳到下一集。";
|
||||||
|
"NoTwoFingerSnapToChapter" = "禁用双指双击";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "禁用双指双击捕捉手势。";
|
||||||
|
"NoFreeZoom" = "禁用自由缩放手势";
|
||||||
|
"NoFreeZoomDesc" = "禁用新的自由缩放手势。";
|
||||||
|
"NoHints" = "禁用提示";
|
||||||
|
"NoHintsDesc" = "禁用播放期间出现在右上角的作者提示。";
|
||||||
"NoDoubleTap2Seek" = "禁用双击搜索";
|
"NoDoubleTap2Seek" = "禁用双击搜索";
|
||||||
"NoDoubleTap2SeekDesc" = "禁用双击搜索手势。";
|
"NoDoubleTap2SeekDesc" = "禁用双击搜索手势。";
|
||||||
|
|
||||||
|
"Shorts" = "短视频";
|
||||||
|
"ShortsOnlyMode" = "仅短视频模式";
|
||||||
|
"ShortsOnlyModeDesc" = "将 YouTube 功能限制为只能观看短视频。";
|
||||||
|
"AutoSkipShorts" = "自动跳过短视频";
|
||||||
|
"AutoSkipShortsDesc" = "当前视频播放结束后跳转至下一个视频。";
|
||||||
|
"ShortsProgress" = "启用进度条";
|
||||||
|
"ShortsProgressDesc" = "在短视频播放器中显示进度条。";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "捏合至全屏";
|
||||||
|
"PinchToFullscreenShortsDesc" = "通过捏合和捏合手势管理播放界面,以全屏模式显示短视频。";
|
||||||
|
"ShortsToRegular" = "常规短视频";
|
||||||
|
"ShortsToRegularDesc" = "像打开普通视频一样打开短视频。";
|
||||||
|
"HideShortsLogo" = "隐藏短视频Logo";
|
||||||
|
"HideShortsLogoDesc" = "隐藏左上角的短视频Logo。";
|
||||||
|
"HideShortsSearch" = "隐藏搜索按钮";
|
||||||
|
"HideShortsSearchDesc" = "从短视频播放器中隐藏搜索按钮。";
|
||||||
|
"HideShortsCamera" = "隐藏相机按钮";
|
||||||
|
"HideShortsCameraDesc" = "从短视频播放器中隐藏相机按钮。";
|
||||||
|
"HideShortsMore" = "隐藏更多 (⋮) 按钮";
|
||||||
|
"HideShortsMoreDesc" = "从短视频播放器中隐藏更多 (⋮) 按钮 。也可以通过长按屏幕来访问它。";
|
||||||
|
"HideShortsSubscriptions" = "隐藏订阅按钮";
|
||||||
|
"HideShortsSubscriptionsDesc" = "隐藏短视频暂停时显示的订阅按钮。";
|
||||||
|
|
||||||
"Tabbar" = "选项卡栏";
|
"Tabbar" = "选项卡栏";
|
||||||
"RemoveLabels" = "移除标签";
|
"RemoveLabels" = "移除标签";
|
||||||
"RemoveLabelsDesc" = "删除选项卡标签。";
|
"RemoveLabelsDesc" = "删除选项卡标签。";
|
||||||
@@ -112,85 +178,31 @@
|
|||||||
"HideUploadButton" = "隐藏上传按钮";
|
"HideUploadButton" = "隐藏上传按钮";
|
||||||
"HideUploadButtonDesc" = "从选项卡栏中隐藏上传按钮。";
|
"HideUploadButtonDesc" = "从选项卡栏中隐藏上传按钮。";
|
||||||
"HideLibraryTab" = "隐藏媒体库";
|
"HideLibraryTab" = "隐藏媒体库";
|
||||||
"HideLibraryTabDesc" = "从选项卡栏中隐藏媒体库。";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "短视频";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "仅短视频模式";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "将 YouTube 功能限制为只能观看短视频。";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Auto-skip Shorts";
|
"NativeShare" = "原生共享表";
|
||||||
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
"NativeShareDesc" = "使用系统共享表共享媒体。";
|
||||||
"HideShorts" = "隐藏短视频";
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
"HideShortsDesc" = "从首页、推荐等隐藏短视频(不适用于观看历史记录)。";
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"ShortsProgress" = "启用进度条";
|
|
||||||
"ShortsProgressDesc" = "在短视频播放器中显示进度条。";
|
|
||||||
"PinchToFullscreenShorts" = "捏合至全屏";
|
|
||||||
"PinchToFullscreenShortsDesc" = "通过捏合和捏合手势管理播放界面,以全屏模式显示短视频。";
|
|
||||||
"ShortsToRegular" = "常规短视频";
|
|
||||||
"ShortsToRegularDesc" = "像打开普通视频一样打开短视频。";
|
|
||||||
"ResumeShorts" = "不要从短视频开始";
|
|
||||||
"ResumeShortsDesc" = "防止在打开应用程序时首先启动短视频,如果在观看短视频时关闭,就会发生这种情况。";
|
|
||||||
"HideShortsLogo" = "隐藏短视频Logo";
|
|
||||||
"HideShortsLogoDesc" = "隐藏左上角的短视频Logo。";
|
|
||||||
"HideShortsSearch" = "隐藏搜索按钮";
|
|
||||||
"HideShortsSearchDesc" = "从短视频播放器中隐藏搜索按钮。";
|
|
||||||
"HideShortsCamera" = "隐藏相机按钮";
|
|
||||||
"HideShortsCameraDesc" = "从短视频播放器中隐藏相机按钮。";
|
|
||||||
"HideShortsMore" = "隐藏更多 (⋮) 按钮";
|
|
||||||
"HideShortsMoreDesc" = "从短视频播放器中隐藏更多 (⋮) 按钮 。也可以通过长按屏幕来访问它。";
|
|
||||||
"HideShortsSubscriptions" = "隐藏订阅按钮";
|
|
||||||
"HideShortsSubscriptionsDesc" = "隐藏短视频暂停时显示的订阅按钮。";
|
|
||||||
"HideShortsLike" = "隐藏喜欢按钮";
|
|
||||||
"HideShortsLikeDesc" = "从短视频播放器中隐藏喜欢按钮。";
|
|
||||||
"HideShortsDislike" = "隐藏不喜欢按钮";
|
|
||||||
"HideShortsDislikeDesc" = "从短视频播放器中隐藏不喜欢按钮。";
|
|
||||||
"HideShortsComments" = "隐藏评论按钮";
|
|
||||||
"HideShortsCommentsDesc" = "从短视频播放器中隐藏评论按钮。";
|
|
||||||
"HideShortsRemix" = "隐藏混剪按钮";
|
|
||||||
"HideShortsRemixDesc" = "从短视频播放器中隐藏混剪按钮。";
|
|
||||||
"HideShortsShare" = "隐藏分享按钮";
|
|
||||||
"HideShortsShareDesc" = "从短视频播放器中隐藏分享按钮。";
|
|
||||||
"HideShortsAvatars" = "隐藏发布者头像";
|
|
||||||
"HideShortsAvatarsDesc" = "隐藏右下角的发布者个人资料头像。";
|
|
||||||
"HideShortsThanks" = "隐藏捐赠按钮";
|
|
||||||
"HideShortsThanksDesc" = "从短视频播放器中隐藏捐赠按钮。";
|
|
||||||
"HideShortsSource" = "隐藏短视频来源";
|
|
||||||
"HideShortsSourceDesc" = "在频道名称下隐藏短视频来源。";
|
|
||||||
"HideShortsChannelName" = "隐藏发布者名称";
|
|
||||||
"HideShortsChannelNameDesc" = "从短视频播放器中隐藏发布者名称和订阅按钮。";
|
|
||||||
"HideShortsDescription" = "隐藏文案";
|
|
||||||
"HideShortsDescriptionDesc" = "隐藏短视频下方的视频文案。";
|
|
||||||
"HideShortsAudioTrack" = "隐藏音轨";
|
|
||||||
"HideShortsAudioTrackDesc" = "隐藏短视频文案下方的音轨。";
|
|
||||||
|
|
||||||
"Other" = "其他";
|
|
||||||
"CopyVideoInfo" = "复制视频信息";
|
|
||||||
"CopyVideoInfoDesc" = "添加按钮从“视频说明”面板中复制视频的标题和描述。";
|
|
||||||
"PostManager" = "保存帖子信息";
|
|
||||||
"PostManagerDesc" = "允许通过长按复制帖子文本并将帖子另存为图片。";
|
|
||||||
"SaveProfilePhoto" = "保存个人资料图片";
|
|
||||||
"SaveProfilePhotoDesc" = "长按个人资料图片保存到照片应用程序。";
|
|
||||||
"CommentManager" = "保存评论信息";
|
|
||||||
"CommentManagerDesc" = "允许通过长按复制评论文本并将评论保存为图片。";
|
|
||||||
"FixAlbums" = "修复封面";
|
|
||||||
"FixAlbumsDesc" = "修复来自俄罗斯用户的封面显示问题。";
|
|
||||||
"NativeShare" = "Native share sheet";
|
|
||||||
"NativeShareDesc" = "Uses system share sheet to share media";
|
|
||||||
"RemovePlayNext" = "删除“播放队列中的下一个”";
|
"RemovePlayNext" = "删除“播放队列中的下一个”";
|
||||||
"RemovePlayNextDesc" = "从菜单中删除“播放队列中的下一个”选项。";
|
"RemovePlayNextDesc" = "从菜单中删除“播放队列中的下一个”选项。";
|
||||||
"RemoveDownloadMenu" = "Remove \"Download\"";
|
"RemoveDownloadMenu" = "删除“下载”";
|
||||||
"RemoveDownloadMenuDesc" = "Removes \"Download\" option from menu.";
|
"RemoveDownloadMenuDesc" = "从菜单中删除“下载”选项。";
|
||||||
"RemoveWatchLaterMenu" = "Remove \"Save to Watch Later\"";
|
"RemoveWatchLaterMenu" = "删除“保存到稍后观看”";
|
||||||
"RemoveWatchLaterMenuDesc" = "Removes \"Save to Watch Later\" option from menu.";
|
"RemoveWatchLaterMenuDesc" = "从菜单中删除“保存到稍后观看”选项。";
|
||||||
"RemoveSaveToPlaylistMenu" = "Remove \"Save to playlist\"";
|
"RemoveSaveToPlaylistMenu" = "删除“保存到播放列表”";
|
||||||
"RemoveSaveToPlaylistMenuDesc" = "Removes \"Save to playlist\" option from menu.";
|
"RemoveSaveToPlaylistMenuDesc" = "从菜单中删除“保存到播放列表”选项。";
|
||||||
"RemoveShareMenu" = "Remove \"Share\"";
|
"RemoveShareMenu" = "删除“分享”";
|
||||||
"RemoveShareMenuDesc" = "Removes \"Share\" option from menu.";
|
"RemoveShareMenuDesc" = "从菜单中删除“分享”选项。";
|
||||||
"RemoveNotInterestedMenu" = "Remove \"Not interested\"";
|
"RemoveNotInterestedMenu" = "删除“不感兴趣”";
|
||||||
"RemoveNotInterestedMenuDesc" = "Removes \"Not interested\" option from menu.";
|
"RemoveNotInterestedMenuDesc" = "从菜单中删除“不感兴趣”选项。";
|
||||||
"RemoveDontRecommendMenu" = "Remove \"Don't recommend channel\"";
|
"RemoveDontRecommendMenu" = "删除“不推荐此频道”";
|
||||||
"RemoveDontRecommendMenuDesc" = "Removes \"Don't recommend channel\" option from menu.";
|
"RemoveDontRecommendMenuDesc" = "从菜单中删除“不推荐此频道”选项。";
|
||||||
"RemoveReportMenu" = "Remove \"Report\"";
|
"RemoveReportMenu" = "删除“举报”";
|
||||||
"RemoveReportMenuDesc" = "Removes \"Report\" option from menu.";
|
"RemoveReportMenuDesc" = "从菜单中删除“举报”选项。";
|
||||||
"NoContinueWatching" = "删除“继续观看”";
|
"NoContinueWatching" = "删除“继续观看”";
|
||||||
"NoContinueWatchingDesc" = "从首页中删除包含未完成视频的“继续观看”部分。";
|
"NoContinueWatchingDesc" = "从首页中删除包含未完成视频的“继续观看”部分。";
|
||||||
"NoSearchHistory" = "隐藏搜索历史记录";
|
"NoSearchHistory" = "隐藏搜索历史记录";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "隐藏评论排序功能,使它永远不会出现。";
|
"HideSortCommentsDesc" = "隐藏评论排序功能,使它永远不会出现。";
|
||||||
"PlaylistOldMinibar" = "旧播放列表";
|
"PlaylistOldMinibar" = "旧播放列表";
|
||||||
"PlaylistOldMinibarDesc" = "将新的浮动播放列表面板替换为旧的浮动播放列表面板。";
|
"PlaylistOldMinibarDesc" = "将新的浮动播放列表面板替换为旧的浮动播放列表面板。";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "禁用 RTL 格式";
|
"DisableRTL" = "禁用 RTL 格式";
|
||||||
"DisableRTLDesc" = "对于最初以从右到左 (RTL) 显示的语言,强制以从左到右 (LTR) 格式显示文本。";
|
"DisableRTLDesc" = "对于最初以从右到左(RTL)显示的语言,强制以从左到右(LTR)格式显示文本。";
|
||||||
|
|
||||||
"HoldToSpeed" = "Hold to speed";
|
"HoldToSpeed" = "长按变更速度";
|
||||||
"Disable" = "Disable";
|
"DefaultPlaybackRate" = "默认播放速率";
|
||||||
"Disabled" = "Disabled";
|
"PlaybackQualityOnWiFi" = "WiFi网络播放质量";
|
||||||
"PlaybackSpeed" = "Playback Speed";
|
"PlaybackQualityOnCellular" = "蜂窝网络播放质量";
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Default playback rate";
|
|
||||||
|
|
||||||
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
|
||||||
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
|
||||||
"SelectQuality" = "Select Quality";
|
|
||||||
"Default" = "Default";
|
|
||||||
"Best" = "Best";
|
|
||||||
|
|
||||||
"Startup" = "启动页";
|
"Startup" = "启动页";
|
||||||
"Home" = "首页";
|
"Home" = "首页";
|
||||||
@@ -228,15 +236,17 @@
|
|||||||
"Warning" = "警告";
|
"Warning" = "警告";
|
||||||
"TabIsHidden" = "无法选择隐藏选项卡作为启动页。";
|
"TabIsHidden" = "无法选择隐藏选项卡作为启动页。";
|
||||||
|
|
||||||
"SupportDevelopment" = "Support development";
|
"SupportDevelopment" = "支持开发";
|
||||||
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
"SupportDevelopmentDesc" = "如果您喜欢YTLite并愿意支持其开发,可以使用以下任何便捷的方式来赞助。\n感谢❤";
|
||||||
"Contributors" = "Contributors";
|
"Contributors" = "贡献者";
|
||||||
"OpenSourceLibs" = "Open Source Libraries";
|
"OpenSourceLibs" = "开源库";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "版本";
|
"Version" = "版本";
|
||||||
"About" = "关于";
|
"About" = "关于";
|
||||||
"Credits" = "信息";
|
"Credits" = "信息";
|
||||||
"Developer" = "YTLite开发者";
|
"Developer" = "YTLite开发者";
|
||||||
"SpecialThanks" = "Special thanks";
|
"SpecialThanks" = "特别感谢";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "中文(简体)本地化";
|
"ChineseSimplified" = "中文(简体)本地化";
|
||||||
"ChineseTraditional" = "中文(繁体)本地化";
|
"ChineseTraditional" = "中文(繁体)本地化";
|
||||||
"French" = "法语本地化";
|
"French" = "法语本地化";
|
||||||
@@ -244,33 +254,91 @@
|
|||||||
"Japanese" = "日语本地化";
|
"Japanese" = "日语本地化";
|
||||||
"Vietnamese" = "越南语本地化";
|
"Vietnamese" = "越南语本地化";
|
||||||
"Advanced" = "高级模式";
|
"Advanced" = "高级模式";
|
||||||
"AdvancedDesc" = "More customizable mode";
|
"AdvancedDesc" = "更多自定义的功能";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "想为YTLite激活高级模式吗?\n\n此模式提供了50多个额外的选项来自定义和优化您的YouTube体验。\n可以稍后从设置中启用/禁用它 → %@ → %@ → %@。";
|
"AdvancedModeReminder" = "想为YTLite激活高级模式吗?\n\n此模式提供了50多个额外的选项来自定义和优化您的YouTube体验。\n可以稍后从设置中启用/禁用它 → %@ → %@ → %@。";
|
||||||
"ClearCache" = "清除缓存";
|
"ClearCache" = "清除缓存";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "重置YTLite设置";
|
"ResetSettings" = "重置YTLite设置";
|
||||||
"ResetMessage" = "此选项会将YTLite设置重置为默认值并关闭YouTube。\n\n确定要继续吗?";
|
"ResetMessage" = "此选项会将YTLite设置重置为默认值并关闭YouTube。\n\n确定要继续吗?";
|
||||||
"ShortsOnlyWarning" = "确定要激活此模式吗?\n\n在此模式下,将只能观看短视频,且无法执行任何其他操作。\n\n可以通过双指长按禁用“仅短视频模式”。";
|
"ShortsOnlyWarning" = "确定要激活此模式吗?\n\n在此模式下,将只能观看短视频,且无法执行任何其他操作。\n\n可以通过双指长按禁用“仅短视频模式”。";
|
||||||
"ShortsModeTurnedOff" = "仅短视频模式已关闭";
|
"ShortsModeTurnedOff" = "仅短视频模式已关闭";
|
||||||
"LibraryAdded" = "The You/Library tab has been restored";
|
"LibraryAdded" = "“我/媒体库”选项卡已恢复";
|
||||||
"LibraryRemoved" = "The You/Library tab has been removed";
|
"LibraryRemoved" = "“我/媒体库”选项卡已删除";
|
||||||
"Yes" = "是";
|
"Yes" = "是";
|
||||||
"No" = "不";
|
"No" = "不";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "默认";
|
||||||
|
"Best" = "最好";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "禁用";
|
||||||
|
"Disabled" = "已禁用";
|
||||||
|
"PlaybackSpeed" = "播放速度";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "选择操作";
|
"SelectAction" = "选择操作";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "复制标题";
|
"CopyTitle" = "复制标题";
|
||||||
"CopyDescription" = "复制描述";
|
"CopyDescription" = "复制描述";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "复制帖子文本";
|
"CopyPostText" = "复制帖子文本";
|
||||||
"SaveCurrentImage" = "Save current image";
|
"SaveCurrentImage" = "保存当前图片";
|
||||||
"CopyCurrentImage" = "Copy current image";
|
"CopyCurrentImage" = "复制当前图片";
|
||||||
"SavePostAsImage" = "帖子另存为图片";
|
"SavePostAsImage" = "帖子另存为图片";
|
||||||
"CopyPostAsImage" = "帖子作为图片复制";
|
"CopyPostAsImage" = "帖子作为图片复制";
|
||||||
"CopyCommentText" = "复制评论文本";
|
"CopyCommentText" = "复制评论文本";
|
||||||
"SaveCommentAsImage" = "评论另存为图片";
|
"SaveCommentAsImage" = "评论另存为图片";
|
||||||
"CopyCommentAsImage" = "评论作为图片复制";
|
"CopyCommentAsImage" = "评论作为图片复制";
|
||||||
"SaveProfilePicture" = "Save profile picture";
|
"SaveProfilePicture" = "保存个人资料图片";
|
||||||
"CopyProfilePicture" = "Copy profile picture";
|
"CopyProfilePicture" = "复制个人资料图片";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "取消";
|
"Cancel" = "取消";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "已复制到剪贴板";
|
"Copied" = "已复制到剪贴板";
|
||||||
"Saved" = "已保存到照片";
|
"Saved" = "已保存到照片";
|
||||||
"Done" = "完成";
|
"Done" = "完成";
|
||||||
"Error" = "错误";
|
"Error" = "错误";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
+192
-124
@@ -1,8 +1,14 @@
|
|||||||
"General" = "一般功能";
|
"Downloading" = "Downloading";
|
||||||
"RemoveAds" = "移除廣告";
|
"DownloadManager" = "Download manager";
|
||||||
"RemoveAdsDesc" = "移除應用程式內的廣告";
|
"DownloadManagerDesc" = "Replaces 'Download' button action under the player with a Download Manager, which allows downloading Video, Audio, Thumbnail Image, and Copying Video Information.\n\nTo download 2K+ videos, enable YTUHD tweak.";
|
||||||
"BackgroundPlayback" = "背景播放";
|
"DownloadManagerYtl" = "Add as YouTube Plus button";
|
||||||
"BackgroundPlaybackDesc" = "啟用背景播放";
|
"DownloadManagerYtlDesc" = "Adds YouTube Plus button for download manager under the player.";
|
||||||
|
"PostManager" = "儲存貼文資訊";
|
||||||
|
"PostManagerDesc" = "長按可以複製貼文內容或將貼文儲存為圖片";
|
||||||
|
"SaveProfilePhoto" = "儲存個人檔案照片";
|
||||||
|
"SaveProfilePhotoDesc" = "長按個人檔案照片儲存到照片應用";
|
||||||
|
"CommentManager" = "儲存留言資訊";
|
||||||
|
"CommentManagerDesc" = "長按可以複製留言內容或將留言儲存為圖片";
|
||||||
|
|
||||||
"Navbar" = "頂部導覽列";
|
"Navbar" = "頂部導覽列";
|
||||||
"RemoveCast" = "隱藏投放按鈕";
|
"RemoveCast" = "隱藏投放按鈕";
|
||||||
@@ -13,6 +19,8 @@
|
|||||||
"RemoveSearchDesc" = "從導覽列隱藏搜尋按鈕";
|
"RemoveSearchDesc" = "從導覽列隱藏搜尋按鈕";
|
||||||
"RemoveVoiceSearch" = "隱藏語音搜尋按鈕";
|
"RemoveVoiceSearch" = "隱藏語音搜尋按鈕";
|
||||||
"RemoveVoiceSearchDesc" = "從導覽列隱藏語音搜尋按鈕";
|
"RemoveVoiceSearchDesc" = "從導覽列隱藏語音搜尋按鈕";
|
||||||
|
"RemoveSponsorBlock" = "Hide SponsorBlock button";
|
||||||
|
"RemoveSponsorBlockDesc" = "Hides SponsorBlock button from the Navigation bar.";
|
||||||
"StickyNavbar" = "固定導覽列";
|
"StickyNavbar" = "固定導覽列";
|
||||||
"StickyNavbarDesc" = "向下滑動時保持可見狀態";
|
"StickyNavbarDesc" = "向下滑動時保持可見狀態";
|
||||||
"NoSubbar" = "隱藏子導覽列";
|
"NoSubbar" = "隱藏子導覽列";
|
||||||
@@ -22,13 +30,28 @@
|
|||||||
"PremiumYTLogo" = "Set Premium YouTube logo";
|
"PremiumYTLogo" = "Set Premium YouTube logo";
|
||||||
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
"PremiumYTLogoDesc" = "Sets Premium YouTube logo in the Navigation bar.";
|
||||||
|
|
||||||
"Overlay" = "播放介面";
|
"Feed" = "Feed";
|
||||||
|
"RemoveAds" = "移除廣告";
|
||||||
|
"RemoveAdsDesc" = "移除應用程式內的廣告";
|
||||||
|
"HideShorts" = "隱藏Shorts影片";
|
||||||
|
"HideShortsDesc" = "從首頁、推薦...等,隱藏Shorts影片(不適用於觀看紀錄)";
|
||||||
|
"KeepSubsShorts" = "Keep Shorts in Subscriptions";
|
||||||
|
"KeepSubsShortsDesc" = "Prevents removing Shorts from Subscriptions tab.";
|
||||||
|
"RemoveCommunityPosts" = "Remove community posts";
|
||||||
|
"RemoveCommunityPostsDesc" = "Removes community posts from the feed.";
|
||||||
|
"RemoveMoreTopics" = "Remove \"More topics\"";
|
||||||
|
"RemoveMoreTopicsDesc" = "Removes \"More topics\" from the feed.";
|
||||||
|
"FixAlbums" = "修復封面";
|
||||||
|
"FixAlbumsDesc" = "為俄羅斯使用者修復封面顯示問題";
|
||||||
|
|
||||||
|
"Player" = "播放器";
|
||||||
|
"Player.Overlay" = "播放介面";
|
||||||
|
"SpeedControls" = "Speed controls";
|
||||||
|
"SpeedControlsDesc" = "Shows speed control buttons on overlay";
|
||||||
"HideAutoplay" = "隱藏自動播放開關";
|
"HideAutoplay" = "隱藏自動播放開關";
|
||||||
"HideAutoplayDesc" = "隱藏播放器中的自動播放開關";
|
"HideAutoplayDesc" = "隱藏播放器中的自動播放開關";
|
||||||
"HideSubs" = "隱藏字幕按鈕";
|
"HideSubs" = "隱藏字幕按鈕";
|
||||||
"HideSubsDesc" = "隱藏播放器中的字幕按鈕";
|
"HideSubsDesc" = "隱藏播放器中的字幕按鈕";
|
||||||
"NoHUDMsgs" = "隱藏HUD訊息";
|
|
||||||
"NoHUDMsgsDesc" = "隱藏播放器中的所有功能。例如:開啟/關閉 CC、開啟循環播放...等";
|
|
||||||
"HidePrevNext" = "隱藏上一部和下一部按鈕";
|
"HidePrevNext" = "隱藏上一部和下一部按鈕";
|
||||||
"HidePrevNextDesc" = "隱藏播放器中上一部和下一部影片按鈕";
|
"HidePrevNextDesc" = "隱藏播放器中上一部和下一部影片按鈕";
|
||||||
"ReplacePrevNext" = "取代快轉和倒轉按鈕";
|
"ReplacePrevNext" = "取代快轉和倒轉按鈕";
|
||||||
@@ -37,6 +60,8 @@
|
|||||||
"NoDarkBgDesc" = "移除播放器中的深色背景";
|
"NoDarkBgDesc" = "移除播放器中的深色背景";
|
||||||
"NoEndScreenCards" = "隱藏片尾懸停影片";
|
"NoEndScreenCards" = "隱藏片尾懸停影片";
|
||||||
"NoEndScreenCardsDesc" = "隱藏當影片結束時的懸停影片(縮圖)";
|
"NoEndScreenCardsDesc" = "隱藏當影片結束時的懸停影片(縮圖)";
|
||||||
|
"NoAutonavEndScreenCards" = "Hide auto-play end screen";
|
||||||
|
"NoAutonavEndScreenCardsDesc" = "Hides the screen that shows what you can play next after playback ended. Disabling this option also disables auto-play";
|
||||||
"NoFullscreenActions" = "停用全螢幕操作";
|
"NoFullscreenActions" = "停用全螢幕操作";
|
||||||
"NoFullscreenActionsDesc" = "在全螢幕模式下停用操作面板";
|
"NoFullscreenActionsDesc" = "在全螢幕模式下停用操作面板";
|
||||||
"PersistentProgressBar" = "固定進度條";
|
"PersistentProgressBar" = "固定進度條";
|
||||||
@@ -54,48 +79,89 @@
|
|||||||
"24hrFormat" = "24-hour format";
|
"24hrFormat" = "24-hour format";
|
||||||
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
"24hrFormatDesc" = "Shows end time in 24-hour format.";
|
||||||
|
|
||||||
"Player" = "播放器";
|
"Player.Interface" = "Interface";
|
||||||
"Miniplayer" = "啟用迷你播放器";
|
|
||||||
"MiniplayerDesc" = "對於原本不支援迷你播放器的影片(例如針對兒童的影片),啟用迷你播放器";
|
|
||||||
"PortraitFullscreen" = "直向全螢幕模式";
|
"PortraitFullscreen" = "直向全螢幕模式";
|
||||||
"PortraitFullscreenDesc" = "啟用直向全螢幕模式";
|
"PortraitFullscreenDesc" = "啟用直向全螢幕模式";
|
||||||
"CopyWithTimestamp" = "複製時間標記連結";
|
"ClassicQuality" = "舊版本影片畫質";
|
||||||
"CopyWithTimestampDesc" = "透過按下暫停按鈕,將帶有時間標記的連結複製到剪貼簿";
|
"ClassicQualityDesc" = "恢復舊版本選擇影片畫質的方式";
|
||||||
|
"ExtraSpeedOptions" = "額外的播放速度選項";
|
||||||
|
"ExtraSpeedOptionsDesc" = "在播放速度選單中添加更多選項";
|
||||||
|
"RedProgressBar" = "紅色進度條";
|
||||||
|
"RedProgressBarDesc" = "恢復紅色的進度條";
|
||||||
|
"NoPlayerRemixButton" = "移除Remix按鈕";
|
||||||
|
"NoPlayerRemixButtonDesc" = "移除播放器下方的Remix按鈕";
|
||||||
|
"NoPlayerClipButton" = "移除剪輯片段按鈕";
|
||||||
|
"NoPlayerClipButtonDesc" = "移除播放器下方的剪輯片段按鈕";
|
||||||
|
"NoPlayerDownloadButton" = "移除下載按鈕";
|
||||||
|
"NoPlayerDownloadButtonDesc" = "移除播放器下方的下載按鈕";
|
||||||
|
|
||||||
|
"Player.Actions" = "Actions";
|
||||||
|
"BackgroundPlayback" = "背景播放";
|
||||||
|
"BackgroundPlaybackDesc" = "啟用背景播放";
|
||||||
|
"Miniplayer" = "啟用迷你播放器";
|
||||||
|
"MiniplayerDesc" = "對於原本不支援迷你播放器的影片(例如針對兒童的影片),啟用迷你播放器";
|
||||||
"DisableAutoplay" = "停用自動播放";
|
"DisableAutoplay" = "停用自動播放";
|
||||||
"DisableAutoplayDesc" = "在打開應用程式後防止自動播放影片";
|
"DisableAutoplayDesc" = "在打開應用程式後防止自動播放影片";
|
||||||
"DisableAutoCaptions" = "停用自動字幕";
|
"DisableAutoCaptions" = "停用自動字幕";
|
||||||
"DisableAutoCaptionsDesc" = "防止字幕自動啟用";
|
"DisableAutoCaptionsDesc" = "防止字幕自動啟用";
|
||||||
"NoContentWarning" = "略過內容警告";
|
"NoContentWarning" = "略過內容警告";
|
||||||
"NoContentWarningDesc" = "略過敏感內容警告訊息";
|
"NoContentWarningDesc" = "略過敏感內容警告訊息";
|
||||||
"ClassicQuality" = "舊版本影片畫質";
|
|
||||||
"ClassicQualityDesc" = "恢復舊版本選擇影片畫質的方式";
|
|
||||||
"ExtraSpeedOptions" = "額外的播放速度選項";
|
|
||||||
"ExtraSpeedOptionsDesc" = "在播放速度選單中添加更多選項";
|
|
||||||
"DontSnap2Chapter" = "停用跳轉到章節";
|
|
||||||
"DontSnap2ChapterDesc" = "停用點兩下手勢跳轉到下一集";
|
|
||||||
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
|
||||||
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
|
||||||
"PauseOnOverlay" = "Pause on overlay";
|
|
||||||
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
|
||||||
"RedProgressBar" = "紅色進度條";
|
|
||||||
"RedProgressBarDesc" = "恢復紅色的進度條";
|
|
||||||
"NoPlayerRemixButton" = "Remove remix button";
|
|
||||||
"NoPlayerRemixButtonDesc" = "Removes remix button under the player.";
|
|
||||||
"NoPlayerClipButton" = "Remove clip button";
|
|
||||||
"NoPlayerClipButtonDesc" = "Removes clip button under the player.";
|
|
||||||
"NoPlayerDownloadButton" = "Remove download button";
|
|
||||||
"NoPlayerDownloadButtonDesc" = "Removes download button under the player.";
|
|
||||||
"NoHints" = "停用提示";
|
"NoHints" = "停用提示";
|
||||||
"NoHintsDesc" = "在播放過程中出現在右上角的作者提示";
|
"NoHintsDesc" = "在播放過程中出現在右上角的作者提示";
|
||||||
"NoFreeZoom" = "停用自由縮放手勢";
|
|
||||||
"NoFreeZoomDesc" = "停用新的自由缩放手势";
|
|
||||||
"AutoFullscreen" = "全螢幕模式";
|
"AutoFullscreen" = "全螢幕模式";
|
||||||
"AutoFullscreenDesc" = "自動以全螢幕模式播放影片";
|
"AutoFullscreenDesc" = "自動以全螢幕模式播放影片";
|
||||||
"ExitFullscreen" = "結束時退出全螢幕模式";
|
"ExitFullscreen" = "結束時退出全螢幕模式";
|
||||||
"ExitFullscreenDesc" = "影片播放結束時退出全螢幕模式";
|
"ExitFullscreenDesc" = "影片播放結束時退出全螢幕模式";
|
||||||
|
|
||||||
|
"Player.Gestures" = "Gestures";
|
||||||
|
"AdjustWithFinger" = "Adjust speed by gestures";
|
||||||
|
"AdjustWithFingerDesc" = "Allows adjusting playback speed by long press on player and moving finger up and down";
|
||||||
|
"PreserveSpeed" = "Preserve Speed";
|
||||||
|
"PreserveSpeedDesc" = "Preserves adjusted speed after gesture completion";
|
||||||
|
"TwoFingerTapToPause" = "Pause using two fingers";
|
||||||
|
"TwoFingerTapToPauseDesc" = "Pause/Resume playback by tapping on the screen using two fingers.";
|
||||||
|
"TwoFingerPanToBrightness" = "Adjust brightness";
|
||||||
|
"TwoFingerPanToBrightnessDesc" = "Allows adjusting screen brigthness by sliding up/down using two fingers.";
|
||||||
|
"CopyWithTimestamp" = "複製時間標記連結";
|
||||||
|
"CopyWithTimestampDesc" = "透過按下暫停按鈕,將帶有時間標記的連結複製到剪貼簿";
|
||||||
|
"PauseOnOverlay" = "Pause on overlay";
|
||||||
|
"PauseOnOverlayDesc" = "Sets playback on pause if overlay appears.";
|
||||||
|
"DontSnap2Chapter" = "停用跳轉到章節";
|
||||||
|
"DontSnap2ChapterDesc" = "停用點兩下手勢跳轉到下一集";
|
||||||
|
"NoTwoFingerSnapToChapter" = "Disable two finger double tap";
|
||||||
|
"NoTwoFingerSnapToChapterDesc" = "Disables two finger double tap snap to chapter gesture.";
|
||||||
|
"NoFreeZoom" = "停用自由縮放手勢";
|
||||||
|
"NoFreeZoomDesc" = "停用新的自由缩放手势";
|
||||||
"NoDoubleTap2Seek" = "停用點兩下快轉功能";
|
"NoDoubleTap2Seek" = "停用點兩下快轉功能";
|
||||||
"NoDoubleTap2SeekDesc" = "停用點兩下手勢進行快轉";
|
"NoDoubleTap2SeekDesc" = "停用點兩下手勢進行快轉";
|
||||||
|
|
||||||
|
"Shorts" = "Shorts";
|
||||||
|
"ShortsOnlyMode" = "只看Shorts模式";
|
||||||
|
"ShortsOnlyModeDesc" = "限制YouTube功能只能觀看Shorts影片";
|
||||||
|
"AutoSkipShorts" = "Auto-skip Shorts";
|
||||||
|
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
||||||
|
"ShortsProgress" = "啟用時間進度條";
|
||||||
|
"ShortsProgressDesc" = "在Shorts底部顯示進度條";
|
||||||
|
"SpeedByLongTap" = "Increase Shorts playback rate";
|
||||||
|
"SpeedByLongTapDesc" = "Allows to speed up playback by long pressing on a certain part of the screen.";
|
||||||
|
"SpeedLocation" = "Activation location";
|
||||||
|
"LeftSide" = "Left side";
|
||||||
|
"RightSide" = "Right side";
|
||||||
|
"PinchToFullscreenShorts" = "捏合切換全螢幕";
|
||||||
|
"PinchToFullscreenShortsDesc" = "透過兩指縮放手勢,控制覆蓋層的顯示,讓Shorts以全螢幕模式播放";
|
||||||
|
"ShortsToRegular" = "Shorts轉為一般影片";
|
||||||
|
"ShortsToRegularDesc" = "將Shorts作為一般影片開啟";
|
||||||
|
"HideShortsLogo" = "隱藏Shorts圖示";
|
||||||
|
"HideShortsLogoDesc" = "左上角Shorts圖示";
|
||||||
|
"HideShortsSearch" = "隱藏搜尋按鈕";
|
||||||
|
"HideShortsSearchDesc" = "從Shorts中隱藏搜尋按鈕";
|
||||||
|
"HideShortsCamera" = "隱藏相機按鈕";
|
||||||
|
"HideShortsCameraDesc" = "從Shorts中隱藏相機按鈕";
|
||||||
|
"HideShortsMore" = "隱藏更多 (⋮) 按鈕";
|
||||||
|
"HideShortsMoreDesc" = "從Shorts中隱藏更多 (⋮) 按鈕,也可以透過長按螢幕來完成";
|
||||||
|
"HideShortsSubscriptions" = "隱藏訂閱按鈕";
|
||||||
|
"HideShortsSubscriptionsDesc" = "隱藏當Shorts暫停時顯示的訂閱按鈕";
|
||||||
|
|
||||||
"Tabbar" = "下方標籤欄";
|
"Tabbar" = "下方標籤欄";
|
||||||
"RemoveLabels" = "移除文字";
|
"RemoveLabels" = "移除文字";
|
||||||
"RemoveLabelsDesc" = "移除標籤文字";
|
"RemoveLabelsDesc" = "移除標籤文字";
|
||||||
@@ -112,85 +178,31 @@
|
|||||||
"HideUploadButton" = "隱藏+";
|
"HideUploadButton" = "隱藏+";
|
||||||
"HideUploadButtonDesc" = "從標籤欄中隱藏+標籤";
|
"HideUploadButtonDesc" = "從標籤欄中隱藏+標籤";
|
||||||
"HideLibraryTab" = "隱藏媒體庫";
|
"HideLibraryTab" = "隱藏媒體庫";
|
||||||
"HideLibraryTabDesc" = "從標籤欄中隱藏媒體庫標籤";
|
"HideLibraryTabDesc" = "Hides Library tab from the Tab bar.\n\nThis tab can be restored by long pressing Home tab.";
|
||||||
|
|
||||||
"Shorts" = "Shorts";
|
"Interface" = "Interface";
|
||||||
"ShortsOnlyMode" = "只看Shorts模式";
|
"OledTheme" = "Oled theme";
|
||||||
"ShortsOnlyModeDesc" = "限制YouTube功能只能觀看Shorts影片";
|
"OledThemeDesc" = "Turns all dark colors to black";
|
||||||
"AutoSkipShorts" = "Auto-skip Shorts";
|
|
||||||
"AutoSkipShortsDesc" = "Moves to the next video when the current video playback finishes.";
|
|
||||||
"HideShorts" = "隱藏Shorts影片";
|
|
||||||
"HideShortsDesc" = "從首頁、推薦...等,隱藏Shorts影片(不適用於觀看紀錄)";
|
|
||||||
"ShortsProgress" = "啟用時間進度條";
|
|
||||||
"ShortsProgressDesc" = "在Shorts底部顯示進度條";
|
|
||||||
"PinchToFullscreenShorts" = "捏合切換全螢幕";
|
|
||||||
"PinchToFullscreenShortsDesc" = "透過兩指縮放手勢,控制覆蓋層的顯示,讓Shorts以全螢幕模式播放";
|
|
||||||
"ShortsToRegular" = "Shorts轉為一般影片";
|
|
||||||
"ShortsToRegularDesc" = "將Shorts作為一般影片開啟";
|
|
||||||
"ResumeShorts" = "不要從Shorts開始";
|
|
||||||
"ResumeShortsDesc" = "防止重新開啟應用程式時從Shorts開始播放,如果在觀看Shorts時關閉,就會發生這種情況";
|
|
||||||
"HideShortsLogo" = "隱藏Shorts圖示";
|
|
||||||
"HideShortsLogoDesc" = "左上角Shorts圖示";
|
|
||||||
"HideShortsSearch" = "隱藏搜尋按鈕";
|
|
||||||
"HideShortsSearchDesc" = "從Shorts中隱藏搜尋按鈕";
|
|
||||||
"HideShortsCamera" = "隱藏相機按鈕";
|
|
||||||
"HideShortsCameraDesc" = "從Shorts中隱藏相機按鈕";
|
|
||||||
"HideShortsMore" = "隱藏更多 (⋮) 按鈕";
|
|
||||||
"HideShortsMoreDesc" = "從Shorts中隱藏更多 (⋮) 按鈕,也可以透過長按螢幕來完成";
|
|
||||||
"HideShortsSubscriptions" = "隱藏訂閱按鈕";
|
|
||||||
"HideShortsSubscriptionsDesc" = "隱藏當Shorts暫停時顯示的訂閱按鈕";
|
|
||||||
"HideShortsLike" = "隱藏喜歡按鈕";
|
|
||||||
"HideShortsLikeDesc" = "從Shorts中隱藏喜歡按鈕";
|
|
||||||
"HideShortsDislike" = "隱藏不喜歡按鈕";
|
|
||||||
"HideShortsDislikeDesc" = "從Shorts中隱藏不喜歡按鈕";
|
|
||||||
"HideShortsComments" = "隱藏評論按鈕";
|
|
||||||
"HideShortsCommentsDesc" = "從Shorts中隱藏評論按鈕";
|
|
||||||
"HideShortsRemix" = "隱藏Remix按鈕";
|
|
||||||
"HideShortsRemixDesc" = "從Shorts中隱藏Remix按鈕";
|
|
||||||
"HideShortsShare" = "隱藏分享按鈕";
|
|
||||||
"HideShortsShareDesc" = "從Shorts中隱藏分享按鈕";
|
|
||||||
"HideShortsAvatars" = "隱藏頻道頭像";
|
|
||||||
"HideShortsAvatarsDesc" = "隱藏右下角的頻道圖片";
|
|
||||||
"HideShortsThanks" = "隱藏超級感謝按鈕";
|
|
||||||
"HideShortsThanksDesc" = "從Shorts中隱藏超級感謝 (贊助) 按鈕";
|
|
||||||
"HideShortsSource" = "隱藏Shorts來源";
|
|
||||||
"HideShortsSourceDesc" = "在頻道名稱下隱藏Shorts來源";
|
|
||||||
"HideShortsChannelName" = "隱藏頻道名稱";
|
|
||||||
"HideShortsChannelNameDesc" = "從Shorts中隱藏頻道名稱和訂閱按鈕";
|
|
||||||
"HideShortsDescription" = "隱藏描述";
|
|
||||||
"HideShortsDescriptionDesc" = "隱藏頻道名稱下的Shorts描述";
|
|
||||||
"HideShortsAudioTrack" = "隱藏原始音效";
|
|
||||||
"HideShortsAudioTrackDesc" = "隱藏Shorts描述下的原始音效";
|
|
||||||
|
|
||||||
"Other" = "其它";
|
|
||||||
"CopyVideoInfo" = "複製影片資訊";
|
|
||||||
"CopyVideoInfoDesc" = "新增按鈕將影片標題和說明,複製到影片說明欄";
|
|
||||||
"PostManager" = "儲存貼文資訊";
|
|
||||||
"PostManagerDesc" = "長按可以複製貼文內容或將貼文儲存為圖片";
|
|
||||||
"SaveProfilePhoto" = "儲存個人檔案照片";
|
|
||||||
"SaveProfilePhotoDesc" = "長按個人檔案照片儲存到照片應用";
|
|
||||||
"CommentManager" = "儲存留言資訊";
|
|
||||||
"CommentManagerDesc" = "長按可以複製留言內容或將留言儲存為圖片";
|
|
||||||
"FixAlbums" = "修復封面";
|
|
||||||
"FixAlbumsDesc" = "為俄羅斯使用者修復封面顯示問題";
|
|
||||||
"NativeShare" = "Native share sheet";
|
"NativeShare" = "Native share sheet";
|
||||||
"NativeShareDesc" = "Uses system share sheet to share media";
|
"NativeShareDesc" = "Uses system share sheet to share media";
|
||||||
|
"RemoveInlineComment" = "Remove inline comment";
|
||||||
|
"RemoveInlineCommentDesc" = "Removes comment section under the player.";
|
||||||
"RemovePlayNext" = "移除「播放下一個」";
|
"RemovePlayNext" = "移除「播放下一個」";
|
||||||
"RemovePlayNextDesc" = "從選單移除「播放下一個」";
|
"RemovePlayNextDesc" = "從選單移除「播放下一個」";
|
||||||
"RemoveDownloadMenu" = "Remove \"Download\"";
|
"RemoveDownloadMenu" = "移除「下載影片」";
|
||||||
"RemoveDownloadMenuDesc" = "Removes \"Download\" option from menu.";
|
"RemoveDownloadMenuDesc" = "從選單移除「下載影片」選項";
|
||||||
"RemoveWatchLaterMenu" = "Remove \"Save to Watch Later\"";
|
"RemoveWatchLaterMenu" = "移除「儲存至稍後觀看清單」";
|
||||||
"RemoveWatchLaterMenuDesc" = "Removes \"Save to Watch Later\" option from menu.";
|
"RemoveWatchLaterMenuDesc" = "從選單移除「儲存至稍後觀看清單」選項";
|
||||||
"RemoveSaveToPlaylistMenu" = "Remove \"Save to playlist\"";
|
"RemoveSaveToPlaylistMenu" = "移除「儲存至播放清單」";
|
||||||
"RemoveSaveToPlaylistMenuDesc" = "Removes \"Save to playlist\" option from menu.";
|
"RemoveSaveToPlaylistMenuDesc" = "從選單移除「儲存至播放清單」選項";
|
||||||
"RemoveShareMenu" = "Remove \"Share\"";
|
"RemoveShareMenu" = "移除「分享」";
|
||||||
"RemoveShareMenuDesc" = "Removes \"Share\" option from menu.";
|
"RemoveShareMenuDesc" = "從選單中移除「分享」選項";
|
||||||
"RemoveNotInterestedMenu" = "Remove \"Not interested\"";
|
"RemoveNotInterestedMenu" = "移除「不感興趣」";
|
||||||
"RemoveNotInterestedMenuDesc" = "Removes \"Not interested\" option from menu.";
|
"RemoveNotInterestedMenuDesc" = "從選單移除「不感興趣」選項";
|
||||||
"RemoveDontRecommendMenu" = "Remove \"Don't recommend channel\"";
|
"RemoveDontRecommendMenu" = "移除「不要推薦這個頻道」";
|
||||||
"RemoveDontRecommendMenuDesc" = "Removes \"Don't recommend channel\" option from menu.";
|
"RemoveDontRecommendMenuDesc" = "從選單移除「不要推薦這個頻道」選項";
|
||||||
"RemoveReportMenu" = "Remove \"Report\"";
|
"RemoveReportMenu" = "移除「檢舉」";
|
||||||
"RemoveReportMenuDesc" = "Removes \"Report\" option from menu.";
|
"RemoveReportMenuDesc" = "從選單移除「檢舉」選項";
|
||||||
"NoContinueWatching" = "移除「繼續觀看」";
|
"NoContinueWatching" = "移除「繼續觀看」";
|
||||||
"NoContinueWatchingDesc" = "從首頁中移除包含未完成影片的「繼續觀看」部分";
|
"NoContinueWatchingDesc" = "從首頁中移除包含未完成影片的「繼續觀看」部分";
|
||||||
"NoSearchHistory" = "隱藏搜尋記錄";
|
"NoSearchHistory" = "隱藏搜尋記錄";
|
||||||
@@ -203,21 +215,17 @@
|
|||||||
"HideSortCommentsDesc" = "隱藏留言排序(熱門、最新)功能,將永不顯示";
|
"HideSortCommentsDesc" = "隱藏留言排序(熱門、最新)功能,將永不顯示";
|
||||||
"PlaylistOldMinibar" = "舊版播放清單";
|
"PlaylistOldMinibar" = "舊版播放清單";
|
||||||
"PlaylistOldMinibarDesc" = "將新版的浮動播放清單面板替換為舊版";
|
"PlaylistOldMinibarDesc" = "將新版的浮動播放清單面板替換為舊版";
|
||||||
|
"StartupAnimation" = "Startup animation";
|
||||||
|
"StartupAnimationDesc" = "Displays YouTube startup loading animation";
|
||||||
|
"OldYTUI" = "Old UI";
|
||||||
|
"OldYTUIDesc" = "Spoofs YouTube version so that it will return old interface";
|
||||||
"DisableRTL" = "停用RTL格式";
|
"DisableRTL" = "停用RTL格式";
|
||||||
"DisableRTLDesc" = "強制將初始顯示從右到左(RTL)格式的語言,改為從左到右(LTR)顯示";
|
"DisableRTLDesc" = "強制將初始顯示從右到左(RTL)格式的語言,改為從左到右(LTR)顯示";
|
||||||
|
|
||||||
"HoldToSpeed" = "Hold to speed";
|
"HoldToSpeed" = "Hold to speed";
|
||||||
"Disable" = "Disable";
|
|
||||||
"Disabled" = "Disabled";
|
|
||||||
"PlaybackSpeed" = "Playback Speed";
|
|
||||||
|
|
||||||
"DefaultPlaybackRate" = "Default playback rate";
|
"DefaultPlaybackRate" = "Default playback rate";
|
||||||
|
"PlaybackQualityOnWiFi" = "使用Wi-Fi時的影片畫質";
|
||||||
"PlaybackQualityOnWiFi" = "Playback quality on WiFi";
|
"PlaybackQualityOnCellular" = "使用行動網路時的影片畫質";
|
||||||
"PlaybackQualityOnCellular" = "Playback quality on Cellular";
|
|
||||||
"SelectQuality" = "Select Quality";
|
|
||||||
"Default" = "Default";
|
|
||||||
"Best" = "Best";
|
|
||||||
|
|
||||||
"Startup" = "啟動頁面";
|
"Startup" = "啟動頁面";
|
||||||
"Home" = "首頁";
|
"Home" = "首頁";
|
||||||
@@ -228,15 +236,17 @@
|
|||||||
"Warning" = "警告";
|
"Warning" = "警告";
|
||||||
"TabIsHidden" = "無法將隱藏的標籤選為啟動頁面";
|
"TabIsHidden" = "無法將隱藏的標籤選為啟動頁面";
|
||||||
|
|
||||||
"SupportDevelopment" = "Support development";
|
"SupportDevelopment" = "支持開發";
|
||||||
"SupportDevelopmentDesc" = "If you like YTLite and would like to support its development, you can do it using any of convenient ways below.\nThanks❤";
|
"SupportDevelopmentDesc" = "如果您喜歡 YTLite 並且願意支持開發,可以使用以下任何方便的方式支持。\n感謝❤";
|
||||||
"Contributors" = "Contributors";
|
"Contributors" = "Contributors";
|
||||||
"OpenSourceLibs" = "Open Source Libraries";
|
"OpenSourceLibs" = "Open Source Libraries";
|
||||||
|
"Preferences" = "%@ preferences";
|
||||||
"Version" = "版本";
|
"Version" = "版本";
|
||||||
"About" = "關於";
|
"About" = "關於";
|
||||||
"Credits" = "貢獻";
|
"Credits" = "貢獻";
|
||||||
"Developer" = "YTLite開發者";
|
"Developer" = "YTLite開發者";
|
||||||
"SpecialThanks" = "Special thanks";
|
"SpecialThanks" = "Special thanks";
|
||||||
|
"SpecialThanks.Test" = "Invaluable contribution to tweak testing";
|
||||||
"ChineseSimplified" = "簡體中文在地化";
|
"ChineseSimplified" = "簡體中文在地化";
|
||||||
"ChineseTraditional" = "繁體中文在地化";
|
"ChineseTraditional" = "繁體中文在地化";
|
||||||
"French" = "法文在地化";
|
"French" = "法文在地化";
|
||||||
@@ -244,9 +254,15 @@
|
|||||||
"Japanese" = "日本語在地化";
|
"Japanese" = "日本語在地化";
|
||||||
"Vietnamese" = "越南語在地化";
|
"Vietnamese" = "越南語在地化";
|
||||||
"Advanced" = "進階模式";
|
"Advanced" = "進階模式";
|
||||||
"AdvancedDesc" = "More customizable mode";
|
"AdvancedDesc" = "更多自訂功能";
|
||||||
|
"AdvancedModeEnabled" = "Advanced mode has been enabled";
|
||||||
|
"AdvancedModeDisabled" = "Advanced mode has been disabled";
|
||||||
"AdvancedModeReminder" = "您是否想啟用YTLite的進階模式?\n\n這個模式提供了50多個額外的選項,可以自訂義和優化您的YouTube使用體驗。您稍後可以在「設定」中 → %@ → %@ → %@ 啟用或停用它。";
|
"AdvancedModeReminder" = "您是否想啟用YTLite的進階模式?\n\n這個模式提供了50多個額外的選項,可以自訂義和優化您的YouTube使用體驗。您稍後可以在「設定」中 → %@ → %@ → %@ 啟用或停用它。";
|
||||||
"ClearCache" = "清除快取";
|
"ClearCache" = "清除快取";
|
||||||
|
"ClearCacheMessage" = "You're about to clear %@ of cache.\n\nDo you want to continue?";
|
||||||
|
"ImportPreferences" = "Import preferences";
|
||||||
|
"PreImportMessage" = "This action will replace the current preferences with those from the selected file.\n\nAre you sure you want to continue?";
|
||||||
|
"ExportPreferences" = "Export preferences";
|
||||||
"ResetSettings" = "重置YTLite設定";
|
"ResetSettings" = "重置YTLite設定";
|
||||||
"ResetMessage" = "這個選項會將YTLite重置為預設值,並關閉Youtube\n\n您確定要繼續嗎?";
|
"ResetMessage" = "這個選項會將YTLite重置為預設值,並關閉Youtube\n\n您確定要繼續嗎?";
|
||||||
"ShortsOnlyWarning" = "您確定要開啟此模式嗎?\n\n在此模式下,您只能觀看Shorts影片,無法進行其它操作。\n\n您可以在Shorts播放器中使用兩指長按來停用只看Shorts模式。";
|
"ShortsOnlyWarning" = "您確定要開啟此模式嗎?\n\n在此模式下,您只能觀看Shorts影片,無法進行其它操作。\n\n您可以在Shorts播放器中使用兩指長按來停用只看Shorts模式。";
|
||||||
@@ -256,21 +272,73 @@
|
|||||||
"Yes" = "是";
|
"Yes" = "是";
|
||||||
"No" = "否";
|
"No" = "否";
|
||||||
|
|
||||||
|
"Select" = "Select";
|
||||||
|
"Default" = "預設";
|
||||||
|
"Best" = "最佳";
|
||||||
|
"Show" = "Show";
|
||||||
|
"Disable" = "Disable";
|
||||||
|
"Disabled" = "Disabled";
|
||||||
|
"PlaybackSpeed" = "Playback Speed";
|
||||||
|
"SpeedPreserved" = "Speed preserved";
|
||||||
|
"ResetSpeed" = "Reset";
|
||||||
|
|
||||||
|
"Brightness" = "Brightness";
|
||||||
|
"Toast.PlaybackSpeed" = "Playback Speed";
|
||||||
|
|
||||||
"SelectAction" = "選擇動作";
|
"SelectAction" = "選擇動作";
|
||||||
|
"DownloadVideo" = "Download video";
|
||||||
|
"DownloadAudio" = "Download audio";
|
||||||
|
"SaveImage" = "Save image";
|
||||||
|
"CopyInformation" = "Copy information";
|
||||||
|
"CopyChannelName" = "Copy channel name";
|
||||||
"CopyTitle" = "複製標題";
|
"CopyTitle" = "複製標題";
|
||||||
"CopyDescription" = "複製說明";
|
"CopyDescription" = "複製說明";
|
||||||
|
"CopyTimestampedLink" = "Copy link with timestamp";
|
||||||
|
"PlayInExternalPlayer" = "Play in external player";
|
||||||
|
"PlayInSystemPlayer" = "Play in system player";
|
||||||
|
"PlayInInfuse" = "Play in Infuse";
|
||||||
|
"PlayInVLC" = "Play in VLC";
|
||||||
|
"PlayerNotFound" = "Player not found";
|
||||||
|
"OpenAsRegularVideo" = "Open as regular video";
|
||||||
"CopyPostText" = "複製貼文內容";
|
"CopyPostText" = "複製貼文內容";
|
||||||
"SaveCurrentImage" = "Save current image";
|
"SaveCurrentImage" = "儲存當前圖片";
|
||||||
"CopyCurrentImage" = "Copy current image";
|
"CopyCurrentImage" = "複製當前圖片";
|
||||||
"SavePostAsImage" = "儲存貼文為圖片";
|
"SavePostAsImage" = "儲存貼文為圖片";
|
||||||
"CopyPostAsImage" = "複製貼文為圖片";
|
"CopyPostAsImage" = "複製貼文為圖片";
|
||||||
"CopyCommentText" = "複製留言內容";
|
"CopyCommentText" = "複製留言內容";
|
||||||
"SaveCommentAsImage" = "留言儲存為圖片";
|
"SaveCommentAsImage" = "留言儲存為圖片";
|
||||||
"CopyCommentAsImage" = "複製留言為圖片";
|
"CopyCommentAsImage" = "複製留言為圖片";
|
||||||
"SaveProfilePicture" = "Save profile picture";
|
"SaveProfilePicture" = "儲存個人檔案照片";
|
||||||
"CopyProfilePicture" = "Copy profile picture";
|
"CopyProfilePicture" = "複製個人檔案照片";
|
||||||
|
"DownloadThumbnail" = "Save thumbnail";
|
||||||
|
"CopyThumbnail" = "Copy thumbnail";
|
||||||
"Cancel" = "取消";
|
"Cancel" = "取消";
|
||||||
|
"Cancelled" = "Cancelled";
|
||||||
"Copied" = "已複製到剪貼簿";
|
"Copied" = "已複製到剪貼簿";
|
||||||
"Saved" = "已儲存到照片應用";
|
"Saved" = "已儲存到照片應用";
|
||||||
"Done" = "Done";
|
"Done" = "Done";
|
||||||
"Error" = "發生錯誤";
|
"Error" = "發生錯誤";
|
||||||
|
"Error.Clipboard" = "Error. Check clipboard for more info";
|
||||||
|
"Error.PathIssue" = "Error. Problem with generating final path. Issue with media title?";
|
||||||
|
"Error.NoSpace" = "Insufficient space on the device.\n\nAt least %@ additional free space is required. Available free space: %@";
|
||||||
|
"Error.Multidownloading" = "Multi-downloading not available yet.";
|
||||||
|
"Error.FailedToImport" = "Failed to import preferences";
|
||||||
|
"DownloadingVideo" = "Downloading video";
|
||||||
|
"DownloadingAudio" = "Downloading audio";
|
||||||
|
"Converting" = "Converting";
|
||||||
|
"RetryLogin" = "Workaround activated.\n\nPlease try again.";
|
||||||
|
"LoginInfo" = "App restart required after successful signing into Google account";
|
||||||
|
|
||||||
|
"Welcome.Download" = "Download Media";
|
||||||
|
"Welcome.DownloadDesc" = "Download your favorite content, whether it's Videos, Shorts, Audio, or Profile photos. Copy interesting posts and comments or save them as images";
|
||||||
|
"Welcome.Content" = "Adjust Interface";
|
||||||
|
"Welcome.ContentDesc" = "Remove unwanted content and interface elements. Enable true OLED dark mode";
|
||||||
|
"Welcome.Player" = "Setup Player Behavior";
|
||||||
|
"Welcome.PlayerDesc" = "Сustomize the player's behavior, auto-select quality and playback speed. Control using gestures";
|
||||||
|
"Welcome.More" = "And even more...";
|
||||||
|
"Welcome.MoreDesc" = "YouTube Plus includes over 50 different options, including features like saving preferences and clearing cache. Settings are available in the YouTube Plus section under YouTube settings";
|
||||||
|
"SupportMe" = "Support me";
|
||||||
|
"Continue" = "Continue";
|
||||||
|
|
||||||
|
"DonationReminder" = "Your support makes YTPlus better... Support through tweak settings";
|
||||||
|
"DontRemind" = "Turn off";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user