diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 98bab5b40..a69e9544a 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -8,57 +8,315 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Hide end screen cards", + "on": "Show end screen cards" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." }, "success": { "saved": "Options saved." @@ -67,288 +325,611 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } + "title": "Custom CSS settings" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } }, - "title": "Button Placement Settings" + "title": "YouTube deep dark settings" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } }, - "title": "Custom CSS Settings" + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } }, - "title": "Language" + "title": "Mini Player settings" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { "enable": { "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, "screenshotButton": { "enable": { "label": "Screenshot button", "title": "Adds a button to the player to take a screenshot of the video" }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } }, "title": "Screenshot settings" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } }, "title": "Scroll wheel speed control settings" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Scroll wheel volume control", "title": "Lets you use the scroll wheel to control the volume of the video you're watching" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} key" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" } }, "title": "Scroll wheel volume control settings" @@ -358,35 +939,43 @@ "label": "Track watched videos", "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } } }, "title": "Video history settings" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Volume boost", "title": "Enable volume boost" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } } }, "title": "Volume boost settings" diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 8d54ca80e..154594b9b 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -2,394 +2,983 @@ "langCode": "cs-CZ", "langName": "Čeština", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Obnovení videa na {{VIDEO_TIME}}", + "settingVolume": "Nastavení zesílení hlasitosti na {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Manipulace se zvukem Mono", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Původní zvuk" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Překlopit video vodorovně" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Překlopit video svisle" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Kopírovat URL videa s časovou značkou" + }, + "extras": { + "copied": "Zkopírováno!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Nabídka funkcí" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Rychlé vpřed {{TIME}}" + }, + "rewindButton": { + "label": "Převrátit od {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Skrýt karty na konci obrazovky", + "toggle": { + "off": "Skrýt karty na konci obrazovky", + "on": "Zobrazit karty na konci obrazovky" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Smyčka", + "toggle": { + "off": "Smyčka vypnuta", + "on": "Smyčka zapnuta" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximalizovat vypnuto", + "on": "Maximalizovat na" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini přehrávač", + "toggle": { + "off": "Mini přehrávač vypnut", + "on": "Mini přehrávač zapnut" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Otevřít přepis" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Snížit rychlost na {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zvýšit rychlost na {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Nelze snížit další ({{SPEED}})", + "increaseLimit": "Nelze zvýšit další ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Celková délka nemusí být přesná, pokud jsou některá videa skrytá nebo pokud jste nenačetli dostatek videí, abyste získali celou délku." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Nepodařilo se označit video jako nezhlédnuté", + "failedToRemoveVideo": "Nepodařilo se odstranit video", + "markAsUnwatched": "Označit jako nezhlédnuté", + "markingAsUnwatched": "Označování jako nezhlédnuté…", + "removeVideo": "Odstranit video", + "removingVideo": "Odstraňování videa…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Nepodařilo se uložit video do hodinek později", + "saveVideo": "Uložit do sledování později", + "savingVideo": "Ukládání do sledování později…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Snímek obrazovky" + }, + "extras": { + "copiedToClipboard": "Snímek obrazovky zkopírován do schránky" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Pokračovat", + "resumePromptClose": "Zavřít" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Zvýšení hlasitosti ({{value}} dB)", + "toggle": { + "off": "Zesílení hlasitosti vypnuto", + "on": "Zvýšení hlasitosti ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Vymaže všechna data, která toto rozšíření uložilo na vašem počítači", + "value": "Vymazat data" + }, + "confirm": { + "title": "Potvrdit obnovení nastavení", + "value": "Potvrdit" + }, + "openTab": { + "title": "Otevřít nastavení rozšíření na nové kartě" + }, + "reset": { + "title": "Obnoví všechna nastavení na jejich výchozí nastavení, klikněte na tlačítko Potvrdit pro uložení změn", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopírovat URL videa pomocí tlačítka časové značky", + "decreasePlaybackSpeedButton": "Tlačítko Snížit rychlost", + "forwardButton": "Tlačítko rychlého přesměrování", + "hideEndScreenCardsButton": "Skrýt tlačítko \"Koncové obrazovky\"", + "increasePlaybackSpeedButton": "Tlačítko Zvyšovat rychlost", + "loopButton": "Tlačítko smyčky", + "maximizePlayerButton": "Maximalizovat tlačítko", + "miniPlayerButton": "Tlačítko Mini přehrávač", + "openTranscriptButton": "Otevřít tlačítko přepsání", + "rewindButton": "Tlačítko znovu", + "screenshotButton": "Tlačítko snímku obrazovky", + "volumeBoostButton": "Tlačítko Zrychlení hlasitosti", + "flipVideoVerticalButton": "Překlopit video svisle tlačítko", + "flipVideoHorizontalButton": "Překlopit video vodorovným tlačítkem", + "monoToStereoButton": "Mono až Stereo tlačítko" + }, + "options": { + "below_player": { + "placement": "pod ovládacími prvky hráče", + "value": "Pod hráčem" + }, + "feature_menu": { + "placement": "v nabídce funkce", + "value": "Nabídka funkcí" + }, + "player_controls_left": { + "placement": "na levé straně ovládacích prvků hráče", + "value": "Levé ovládací prvky" + }, + "player_controls_right": { + "placement": "na pravé straně ovládacích prvků hráče", + "value": "Pravé ovládací prvky" + }, + "same": { + "placement": "ve stejné pozici", + "value": "Stejné jako normální" + } + }, + "title": "Umístěte {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Při celé obrazovce umístěte {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Celá obrazovka", + "normalLabel": "Normální" + }, + "title": "Nastavení umístění tlačítek" + }, + "clearData": { + "allDataDeleted": "Všechna data byla smazána.", + "confirmAlert": "Tímto smažete všechna data rozšíření týkající se možností. Pokračovat?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Typ aktivace nabídky", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Vyberte metodu pro aktivaci nabídky funkce" + }, + "title": "Nastavení nabídky funkcí" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Nastavení úspěšně exportováno", + "title": "Exportovat nastavení do souboru JSON", + "value": "Nastavení exportu" + }, + "importButton": { + "error": { + "unknown": "Chyba při importu nastavení. Zkontrolujte formát souboru.\nDošlo k neznámé chybě.", + "validation": "Chyba při importu nastavení. Zkontrolujte prosím formát souboru.\n{{ERROR_MESSAGE}}" + }, + "success": "Nastavení úspěšně importováno", + "title": "Importovat nastavení ze souboru JSON", + "value": "Importovat nastavení" + } + }, + "language": { + "select": { + "label": "Jazyk", + "title": "Jazyk, který má být použit pro rozšíření" + }, + "title": "Jazyk" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Otevřít stránku nastavení při aktualizaci", + "title": "Otevře stránku s nastavením, když je nainstalována hlavní nebo menší verze YouTube Enhancer" + }, + "optionDisabled": { + "either": { + "label": "Pro konfiguraci této volby povolte {{OPTIONS}}", + "separator": " nebo " + }, + "plural": { + "label": "Pro konfiguraci této volby povolte {{OPTIONS}}", + "separator": " a " + }, + "singular": "Povolte '{{OPTION}}' pro konfiguraci této volby", + "specificOption": { + "featureMenu": "Nakonfigurujte alespoň jedno tlačítko, které bude umístěno v nabídce funkcí pro konfiguraci této možnosti.", + "globalVolume": "Zakažte 'Zapamatovat si poslední hlasitost' pro nastavení této volby", + "rememberVolume": "Zakažte 'Globální hlasitost' pro nastavení této volby", + "screenshotButtonFileFormat": "Pro nastavení této volby nastavte typ uložení snímku obrazovky na 'Soubor' nebo 'Both'" + } + }, + "settingSearch": { + "placeholder": "Hledat nastavení" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Můžete získat jeden odsud", + "input": { + "label": "API klíč", + "title": "Zadejte svůj YouTube Data API klíč V3." + }, + "title": "YouTube API V3 klíč" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Použít", + "cancel": "Zrušit", + "enabledConflict": { + "description": "'{{FEATURE_A}}' a '{{FEATURE_B}}' nelze povolit. Vyberte, který z nich chcete zachovat." + }, + "keepFirst": "Ponechat {{FEATURE}}", + "keepSecond": "Ponechat {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' a '{{FEATURE_B}}' nemůže použít stejný modifikační klíč.", + "selectNewKey": "Změnit klíč modifikátoru:" + }, + "resolveConflict": "Před podáním žádosti vyřešte všechny konflikty.", + "title": "Zjištěny konflikty importu" + }, + "optionConflict": "Tuto možnost nelze povolit, pokud je '{{OPTION}}' povoleno.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Modifikátor řízení rychlosti kol nemůže být stejný jako modifikátor ovládání hlasitosti posuvu.", + "volumeControl": "Modifikátor ovládání hlasitosti posuvníku kola nemůže být stejný jako modifikátor otáček kolečka." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Všechny možnosti byly resetovány na jejich výchozí hodnoty.\nNyní můžete uložit změny kliknutím na tlačítko \"Potvrdit\" nebo je zahodit zavřením této stránky nebo ignorováním tohoto oznámení." }, "success": { - "saved": "Options saved." + "saved": "Možnosti uloženy." } } } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Custom CSS", + "title": "Umožňuje použít vlastní CSS na stránku" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Sbalit editor", + "expand": "Rozbalit editor", + "noProblems": "Nenalezeny žádné problémy." }, - "title": "Automatic quality settings" + "title": "Vlastní nastavení CSS" }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Hluboký tmavý motiv", + "title": "Aktivovat vybraný motiv pro stránku" + }, + "extras": { + "author": "Autor", + "co-authors": "Spoluautoři" + }, + "settings": { + "colorShadow": { + "label": "Barva stínu", + "title": "Barva pro stíny" + }, + "dimmerText": { + "label": "Barva sekundárního textu", + "title": "Barva pro sekundární text" + }, + "hoverBackground": { + "label": "Barva pozadí při přechodu", + "title": "Barva pro přejetí na pozadí" + }, + "mainBackground": { + "label": "Hlavní barva pozadí", + "title": "Barva pro hlavní pozadí" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainColor": { + "label": "Barva zvýraznění", + "title": "Barva pro zvýraznění" + }, + "mainText": { + "label": "Hlavní barva textu", + "title": "Barva pro hlavní text" + }, + "secondBackground": { + "label": "Barva sekundárního pozadí", + "title": "Barva pro sekundární pozadí" + }, + "theme": { + "select": { + "label": "Vybrat motiv", + "title": "Vyberte motiv, který bude použit na stránku" + } + } }, - "title": "Button Placement Settings" + "title": "Nastavení hlubokého tmavého YouTube" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Tlačítka Vpřed/Vrátit zpět", + "title": "Přidá tlačítka vpřed a znovu převrátit do video přehrávače" }, + "settings": { + "time": { + "label": "Doba převodu/převrácení", + "title": "Časový limit dopředu/rewind videa od" + } + }, + "title": "Nastavení tlačítek Vpřed/Vrátit zpět" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Vždy spouštět videa s touto hlasitostí", + "title": "Automaticky spustí všechna videa při vybrané hlasitosti" + }, + "settings": { + "amount": { + "label": "Počáteční hlasitost videa", + "title": "Hlasitost aplikovaná na každé video při jeho přehrávání" + } }, - "title": "Custom CSS Settings" + "title": "Přepsání globální hlasitosti" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Tlačítko Mini přehrávač", + "title": "Přidá tlačítko, které otevře Mini přehrávač" + }, + "enable": { + "label": "Otevřít Mini přehrávač při prohlížení komentářů", + "title": "Automaticky otevře Mini přehrávač při posouvání na komentáře." + }, + "settings": { + "position": { + "select": { + "label": "Výchozí pozice Mini přehrávače", + "options": { + "bottomCenter": "Dolní střed", + "bottomLeft": "Vlevo dole", + "bottomRight": "Dolní pravé", + "topCenter": "Nahoře uprostřed", + "topLeft": "Vlevo nahoře", + "topRight": "Vpravo nahoře" + }, + "title": "Nastaví počáteční pozici před přesunem mini přehrávače." + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Výchozí velikost mini přehrávače", + "title": "Nastaví počáteční velikost před změnou velikosti Mini Player." + } }, - "title": "Language" + "title": "Nastavení mini přehrávače" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatický mód divadla", + "title": "Automaticky povolit divadelní mód při načtení videa" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automaticky zakázat ambientní režim", + "title": "Automaticky vypne ambientní režim, když nahrajete video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automaticky zakázat automatické přehrávání", + "title": "Automaticky zakáže automatické přehrávání při načtení videa" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automaticky zakázat uzavřené titulky", + "title": "Automaticky zakáže zavřené titulky při načtení videa" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automaticky povolit uzavřené titulky", + "title": "Automaticky povolit zavřené titulky při načtení videa" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automaticky maximalizovat přehrávač", + "title": "Automaticky maximalizuje přehrávač při načtení videa" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automaticky zobrazit více videí na konci obrazovky", + "title": "Automaticky zobrazit více videí na konečné obrazovce při načtení videa" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Hledání klíče blokového čísla", + "title": "Zabraňuje přeskakování 0-9 na procento videa" + } + }, + "hidePosts": { + "enable": { + "label": "Skrýt příspěvky", + "title": "Skryje příspěvky z domovské stránky" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Kopírovat URL videa pomocí tlačítka časové značky", + "title": "Kopírovat URL videa s časovým razítkem (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Výchozí původní zvuková stopa", + "title": "Vždy výchozí k původní zvukové stopě" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Skrýt karty na konci obrazovky", + "title": "Skryje karty na konci videa" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Skrýt tlačítko \"Koncové obrazovky\"", + "title": "Přidá tlačítko pro zobrazení/skrytí karet na konci videa" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Skrýt chat živého streamu", + "title": "Skryje živý stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Skrýt videa pouze pro členy", + "title": "Skryje videa, která jsou viditelná pouze pro členy" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono až Stereo tlačítko", + "title": "Přidá tlačítko pro převod mono zvuku na stereo. Stereo stopy zůstávají nezměněny." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Skrýt oficiální videa umělců", + "title": "Skrýt oficiální videa umělců z domovské stránky" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Skrýt placený propagační banner", + "title": "Skryje banner, který se objeví při sledování videa, které má placené akce" + } + }, + "hidePlayables": { + "enable": { + "label": "Skrýt přehrávače", + "title": "Skryje všechny přehrávače" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Skrýt seznamy skladeb z domovské stránky", + "title": "Zbavte se seznamu skladeb z domovské stránky" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Skryje posuvník stránek" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Skrýt doporučená videa", + "title": "Skryje postranní panel, který doporučuje videa" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Skrýt tlačítko překladu komentáře", + "title": "Skryje tlačítko 'Přeložit do jazyka' pod komentáři" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Tlačítko smyčky", + "title": "Přidá tlačítko do nabídky funkcí pro smyčku videa, které sledujete" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maximalizovat tlačítko přehrávače", + "title": "Přidá tlačítko do nabídky funkcí pro maximalizaci přehrávače" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Otevřít tlačítko přepisu", + "title": "Přidá tlačítko do nabídky funkcí pro otevření přepisu videa, které sledujete" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Otevřít nastavení YouTube při přejetí myší", + "title": "Otevře nabídku nastavení YouTube při přejetí tlačítka nastavení" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pozastavit hráče na pozadí", + "title": "Pozastaví video přehrávače na pozadí při spuštění nového přehrávače v popředí" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Zbývající čas", + "title": "Zobrazí zbývající čas videa, které sledujete" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Zapamatovat poslední hlasitost", + "title": "Pamatuje si hlasitost posledního videa, které jsi sledoval, a nastaví ho při otevření nového videa" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Odstranit YouTube /přesměrování URL", + "title": "Nahradí přesměrování YouTube pomocí aktuálních URL, přeskočení dialogu varování přesměrováním" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Obnovit posouvání přes celou obrazovku", + "title": "Obnovit posun v režimu celé obrazovky" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Povolit uložení na tlačítko Později", + "title": "Přidá tlačítko do domovské a odebírací videa pro uložení videa do playlistu 'Sledujte později'" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Zkrátit odkaz na sdílení videa na YouTube", + "title": "Zkrátí YouTube odkaz pro sdílení videa (youtu.be) odstraněním parametrů si/feature parametrů" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Zkratky automatického posouvání", + "title": "Automaticky posouvat na další krátkou pozici" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Přeskočit \"Video je pozastaveno. Pokračovat ve sledování?\"", + "title": "Přeskočí nečinný dialog, který pozastaví přehrávání videa" + } + }, + "timestampPeek": { + "enable": { + "label": "Náhled časového razítka", + "title": "Náhled videa zobrazením časového razítka. Klepnutím na náhled začnete přehrávat od tohoto okamžiku." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontální tlačítko otočení videa", + "title": "Přidá tlačítko pro horizontální otočení videa" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertikální video otočení", + "title": "Přidá tlačítko pro otočení videa svisle" + } } }, - "title": "Miscellaneous settings" + "title": "Různá nastavení" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Skrýt krátké", + "settings": { + "sidebar": { + "label": "Skrýt v postranním panelu", + "title": "Odstraní tlačítko Krátky z postranního panelu" + }, + "home": { + "label": "Skrýt na domovském kanálu", + "title": "Odstraní krátkou sekci z domovského kanálu" + }, + "channel": { + "label": "Skrýt na stránkách kanálů", + "title": "Odstraní zkrácený plášť a záložku na kanálech" + }, + "search": { + "label": "Skrýt ve výsledcích hledání", + "title": "Odstraní krátká videa z výsledků vyhledávání" + }, + "videos": { + "label": "Skrýt na stránkách hodinek", + "title": "Odstraní krátká videa z doporučení na hodinkách" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Barva", + "select": { + "options": { + "blue": "Modrá", + "green": "Zelená", + "orange": "Oranžová", + "pink": "Růžová", + "purple": "Fialová", + "red": "Červená", + "white": "Bílý", + "yellow": "Žlutá" + } + }, + "title": "Vyberte barvu pro zobrazení na obrazovce" + }, + "hide": { + "label": "Skrýt zpoždění", + "title": "Určete čas, v milisekundách před automatickým skrýváním displeje na obrazovce" + }, + "opacity": { + "label": "Neprůhlednost", + "title": "Nastavení průhlednosti displeje na obrazovce" + }, + "padding": { + "label": "Padding", + "title": "Upravte mezery kolem displeje na obrazovce v pixelech. To se týká konkrétně rohů na displeji." + }, + "position": { + "label": "Pozice", + "select": { + "options": { + "bottom_left": "Vlevo dole", + "bottom_right": "Vpravo dole", + "center": "Střed", + "top_left": "Vlevo nahoře", + "top_right": "Vpravo nahoře" + } + }, + "title": "Vyberte pozici displeje na obrazovce" + }, + "type": { + "label": "Typ", + "select": { + "options": { + "circle": "Kruh", + "line": "Řádek", + "no_display": "Žádné zobrazení", + "text": "Text" + } + }, + "title": "Vyberte typ displeje na obrazovce" + } + }, + "title": "Nastavení zobrazení na obrazovce" + }, + "playerQuality": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Automatická úprava kvality", + "title": "Automaticky přizpůsobí kvalitu videa na vybranou úroveň." + }, + "settings": { + "quality": { + "select": { + "label": "Kvalita přehrávače", + "title": "Kvalita pro nastavení videa na" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Strategie zabezpečení kvality", + "options": { + "higher": "Vyšší", + "lower": "Nižší" + }, + "title": "Strategie, která se použije, když vybraná kvalita není k dispozici" + } + } }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "title": "Automatické nastavení kvality" + }, + "playerSpeed": { + "enable": { + "label": "Vynucená rychlost přehrávání", + "title": "Nastaví rychlost videa podle toho, co si vyberete níže" + }, + "settings": { + "buttons": { + "label": "Tlačítka rychlosti přehrávání", + "select": { + "label": "Rychlost přehrávání tlačítek", + "title": "Velikost rychlosti, která má být změněna na kliknutí" + }, + "title": "Přidá tlačítka pro zvýšení nebo snížení rychlosti přehrávání videa, které sledujete" + }, + "speed": { + "select": { + "label": "Rychlost hráče", + "title": "Rychlost nastavení videa na" + } + } }, - "title": "Playback speed settings" + "title": "Nastavení rychlosti přehrávání" }, - "screenshotButton": { + "playlistLength": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "Zobrazit informace o délce playlistu", + "title": "Zobrazuje celkovou délku seznamu skladeb, kolik bylo sledováno a kolik zůstává." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metoda pro získání délky playlistu", + "title": "Způsob, jak získat informace o délce playlistu (API metoda se vrátí na HTML, pokud dojde k chybě)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metoda sledování času", + "options": { + "duration": "Délka videa", + "youtube": "Čas přehrávání videa" + }, + "title": "Způsob, jak získat množství sledovaného času (typ Video Délka se používá pouze na stránce hodinek)" + } + } }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "title": "Nastavení délky playlistu" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Označit jako nezhlédnuté tlačítko", + "title": "Přidá tlačítko pro označení videí jako nezhlédnuté" + } + }, + "removeVideoButton": { + "enable": { + "label": "Odstranit video tlačítko", + "title": "Přidá tlačítko pro odstranění videí ze seznamu skladeb" + } + } }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "title": "Nastavení správy playlistu" + }, + "screenshotButton": { + "enable": { + "label": "Tlačítko snímku obrazovky", + "title": "Přidá do přehrávače tlačítko pro pořízení snímku videa" }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Formát snímku obrazovky", + "title": "Formát pro uložení snímku obrazovky do" + }, + "saveAs": { + "select": { + "label": "Typ snímku obrazovky", + "options": { + "both": "Obojí (soubor i schránka)", + "clipboard": "Schránka", + "file": "Soubor" + }, + "title": "Typ snímku obrazovky" + } + } }, - "title": "Screenshot settings" + "title": "Nastavení snímku obrazovky" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Ovládání otáček kola", + "title": "Stisknutím modifikátoru povolíte úpravu rychlosti pomocí posuvného kola." }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} klíč" }, - "title": "Scroll wheel speed control settings" + "settings": { + "adjustmentSteps": { + "label": "Změna rychlosti za posun", + "title": "Upravte změnu rychlosti na posun" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "Modifikační klíč k použití" + } + } + }, + "title": "Nastavení řízení rychlosti posunu kola" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Ovládání hlasitosti posunu kola", + "title": "Umožňuje použít kolečko pro ovládání hlasitosti videa, které sledujete" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} klíč" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Změna hlasitosti na posun", + "title": "Upravte změnu hlasitosti na posun" + }, + "holdModifierKey": { + "label": "Když držíte klíč modifikátoru", + "select": { + "label": "Modifier key", + "title": "Modifikační klíč k použití" + }, + "title": "Stisknutím modifikátoru povolíte úpravu hlasitosti pomocí posuvného kola." + }, + "holdRightClick": { + "label": "Při podržení klikněte pravým tlačítkem", + "title": "Podržením pravého tlačítka myši povolíte ovládání hlasitosti kol" } }, - "title": "Scroll wheel volume control settings" + "title": "Nastavení ovládání hlasitosti posunu kol" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Sledovat zhlédnuté videa", + "title": "Sleduje místo, kde jste skončili na videích, která jste sledovali, a umožňuje obnovení přehrávání" + }, + "settings": { + "resumeType": { + "select": { + "label": "Pokračovat v typu", + "options": { + "automatic": "Automaticky", + "prompt": "Prompt" + }, + "title": "Vyberte, jak chcete obnovit videa" + } } }, - "title": "Video history settings" + "title": "Nastavení historie videa" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Zesílení hlasitosti", + "title": "Povolit zesílení hlasitosti" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Hodnota zvýšení hlasitosti (dB)", + "title": "Množství pro zesílení hlasitosti. Můžete také posunout přes tlačítko zvýšení hlasitosti (Shift/Ctrl pro větší kroky) jej upravit." + }, + "amount_global_only": { + "label": "Hodnota zvýšení hlasitosti (dB)", + "title": "Částka pro zvýšení hlasitosti." + }, + "mode": { + "select": { + "label": "Režim zesílení hlasitosti", + "options": { + "global": "Globální", + "perVideo": "Na video" + }, + "title": "Zvolte, jak se použije zrychlení hlasitosti. \"Na jedno video\" umožňuje zvýšit hlasitost každého videa v nabídce funkce. 'Globální' znamená zesílení všech videí, když je povoleno zvýšení hlasitosti." + } } }, - "title": "Volume boost settings" + "title": "Nastavení zesílení hlasitosti" } } } diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 05f53cbb4..5559edd00 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -8,52 +8,310 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original-Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Video horizontal spiegeln" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Video vertikal spiegeln" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Video URL mit Zeitstempel kopieren" + }, + "extras": { + "copied": "Kopiert!" + } + }, "featureMenu": { - "label": "Funktions-Menü" + "button": { + "label": "Merkmalsmenü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Schnelle Weiterleitung von {{TIME}}" + }, + "rewindButton": { + "label": "Von {{TIME}} zurückweichen" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Endkarte ausblenden", + "toggle": { + "off": "Endkarte ausblenden", + "on": "Zeige Endbildschirm-Karten" + } + } }, "loopButton": { - "label": "Dauerschleife", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Schleife", + "toggle": { + "off": "Schleife aus", + "on": "Schleife an" + } } }, "maximizePlayerButton": { - "label": "Vergrößern", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximieren aus", + "on": "Maximieren an" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini-Player", + "toggle": { + "off": "Mini Player aus", + "on": "Mini Player an" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Transkript öffnen" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verringere Geschwindigkeit auf {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Geschwindigkeit auf {{SPEED}} erhöhen" + } + }, + "extras": { + "decreaseLimit": "Geringer nicht möglich ({{SPEED}})", + "increaseLimit": "Kann nicht weiter steigen ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Die Gesamtlänge kann ungenau sein, wenn einige Videos ausgeblendet sind oder wenn Sie nicht genug Videos geladen haben, um die volle Länge zu erhalten." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Video konnte nicht als ungesehen markiert werden", + "failedToRemoveVideo": "Fehler beim Entfernen des Videos", + "markAsUnwatched": "Als ungesehen markieren", + "markingAsUnwatched": "Als ungesehen… markieren", + "removeVideo": "Video entfernen", + "removingVideo": "Video… wird entfernt" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Fehler beim Speichern des Videos in Später ansehen", + "saveVideo": "Später speichern", + "savingVideo": "Zur Beobachtung speichern…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot in Zwischenablage kopiert", - "label": "Bildschirmfoto" + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" + } }, "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" + "extras": { + "resumeButton": "Fortsetzen", + "resumePromptClose": "Schließen" } }, "volumeBoostButton": { - "label": "Lautsärke Verstärkung", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Volumen-Boost ({{value}} dB)", + "toggle": { + "off": "Lautstärke-Boost aus", + "on": "Lautstärkeregelung ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", + "value": "Daten löschen" + }, + "confirm": { + "title": "Einstellungen zurücksetzen", + "value": "Bestätigen" + }, + "openTab": { + "title": "Erweiterungseinstellungen in einem neuen Tab öffnen" + }, + "reset": { + "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", + "value": "Zurücksetzen" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video-URL mit Timestamp kopieren", + "decreasePlaybackSpeedButton": "Geschwindigkeit verringern", + "forwardButton": "Schnelle Weiterleitung Taste", + "hideEndScreenCardsButton": "End-Screen Karte verstecken", + "increasePlaybackSpeedButton": "Geschwindigkeit erhöhen", + "loopButton": "Loop", + "maximizePlayerButton": "Maximieren", + "miniPlayerButton": "Mini Player Button", + "openTranscriptButton": "Transkript-Schaltfläche öffnen", + "rewindButton": "Zurückkehren-Schaltfläche", + "screenshotButton": "Screenshot", + "volumeBoostButton": "Lautstärke-Boost", + "flipVideoVerticalButton": "Video vertikal spiegeln", + "flipVideoHorizontalButton": "Video horizontal spiegeln", + "monoToStereoButton": "Mono to Stereo Taste" + }, + "options": { + "below_player": { + "placement": "unterhalb der Video-Steuerung", + "value": "Unter dem Player" + }, + "feature_menu": { + "placement": "im Eigenschaftsmenü", + "value": "Feature-Menü" + }, + "player_controls_left": { + "placement": "auf der linken Seite der Video-Steuerung", + "value": "Linke Steuerung" + }, + "player_controls_right": { + "placement": "auf der rechten Seite der Video-Steuerung", + "value": "Rechte Steuerung" + }, + "same": { + "placement": "in der gleichen Position", + "value": "Wie normal" + } + }, + "title": "Platziere {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Wenn im Vollbild, platziere den {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Vollbild", + "normalLabel": "Normal" + }, + "title": "Einstellungen für Tastenplatzierung" + }, + "clearData": { + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivierungstyp", + "options": { + "click": "Klick", + "hover": "Hover" + }, + "title": "Wählen Sie die Methode, um das Feature-Menü zu aktivieren" + }, + "title": "Feature-Menüeinstellungen" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Einstellungen erfolgreich exportiert", + "title": "Einstellungen in eine JSON-Datei exportieren", + "value": "Export-Einstellungen" + }, + "importButton": { + "error": { + "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", + "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" + }, + "success": "Einstellungen erfolgreich importiert", + "title": "Einstellungen aus einer JSON-Datei importieren", + "value": "Import-Einstellungen" + } + }, + "language": { + "select": { + "label": "Sprache", + "title": "Die Sprache für die Erweiterung" + }, + "title": "Sprache" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Einstellungsseite beim Update öffnen", + "title": "Öffnet die Einstellungsseite, wenn eine Haupt- oder Nebenversion von YouTube Enhancer installiert ist" + }, + "optionDisabled": { + "either": { + "label": "Aktiviere {{OPTIONS}} um diese Option zu konfigurieren", + "separator": " oder " + }, + "plural": { + "label": "Aktiviere {{OPTIONS}} um diese Option zu konfigurieren", + "separator": " und " + }, + "singular": "Aktiviere '{{OPTION}}' um diese Option zu konfigurieren", + "specificOption": { + "featureMenu": "Konfigurieren Sie mindestens eine Schaltfläche im Feature-Menü um diese Option zu konfigurieren.", + "globalVolume": "Deaktiviere 'Letzten Lautstärke speichern' um diese Option zu konfigurieren", + "rememberVolume": "Deaktiviere 'Globales Volumen', um diese Option zu konfigurieren", + "screenshotButtonFileFormat": "Bildschirmfoto Speichertyp auf 'Datei' oder 'Beiden' setzen, um diese Option zu konfigurieren" + } + }, + "settingSearch": { + "placeholder": "Nach einer Einstellung suchen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Du kannst eine von hier erhalten", + "input": { + "label": "API Schlüssel", + "title": "Gib deinen YouTube Data API V3 Schlüssel ein." + }, + "title": "YouTube API V3 Schlüssel" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Anwenden", + "cancel": "Abbrechen", + "enabledConflict": { + "description": "'{{FEATURE_A}}' und '{{FEATURE_B}}' können nicht beide aktiviert werden. Wählen Sie aus, welche beibehalten werden soll." + }, + "keepFirst": "{{FEATURE}} behalten", + "keepSecond": "{{FEATURE}} behalten", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' und '{{FEATURE_B}}' können nicht den gleichen Modifikatorschlüssel verwenden.", + "selectNewKey": "Modifikationstaste ändern:" + }, + "resolveConflict": "Bitte lösen Sie alle Konflikte, bevor Sie sich bewerben.", + "title": "Importkonflikte erkannt" + }, + "optionConflict": "Diese Option kann nicht aktiviert werden, wenn '{{OPTION}}' aktiviert ist.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Die Bedientaste für die Geschwindigkeitsregelung für das Scrollen kann nicht identisch sein mit der Änderungstaste für die Lautstärkeregelung des Mausrades.", + "volumeControl": "Die Taste zur Lautstärkeregelung des Scrollrades kann nicht identisch sein mit der Modifikationstaste für die Drehzahlregelung des Scrollrads." } } }, @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + "label": "Benutzerdefiniertes CSS", + "title": "Aktiviert benutzerdefiniertes CSS für die Seite" }, - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" + "extras": { + "collapse": "Editor einklappen", + "expand": "Editor vergrößern", + "noProblems": "Keine Probleme gefunden." }, - "title": "Automatische Qualitätseinstellungen" + "title": "Eigene CSS-Einstellungen" }, - "bottomButtons": { - "clear": { - "title": "Löscht alle Daten, die diese Erweiterung auf Ihrem Rechner gespeichert hat", - "value": "Daten löschen" - }, - "confirm": { - "title": "Einstellungen zurücksetzen", - "value": "Bestätigen" - }, - "reset": { - "title": "Setzt alle Einstellungen auf ihre Standardwerte zurück. Klicken Sie auf die Bestätigungs-Schaltfläche, um die Änderungen zu speichern", - "value": "Zurücksetzen" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Tiefdunkles Thema", + "title": "Ausgewähltes Theme für die Seite aktivieren" + }, + "extras": { + "author": "Ersteller", + "co-authors": "Mitersteller" + }, + "settings": { + "colorShadow": { + "label": "Schattenfarbe", + "title": "Farbe für Schatten" + }, + "dimmerText": { + "label": "Sekundäre Textfarbe", + "title": "Farbe für sekundären Text" + }, + "hoverBackground": { + "label": "Hintergrundfarbe beim Hovern", + "title": "Farbe für den Hintergrund beim Hovern" + }, + "mainBackground": { + "label": "Haupthintergrundfarbe", + "title": "Farbe für Haupthintergrund" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainColor": { + "label": "Akzentfarbe", + "title": "Farbe für die Akzente" + }, + "mainText": { + "label": "Haupttextfarbe", + "title": "Farbe für Haupttext" + }, + "secondBackground": { + "label": "Sekundäre Hintergrundfarbe", + "title": "Farbe für sekundären Hintergrund" + }, + "theme": { + "select": { + "label": "Theme auswählen", + "title": "Wählen Sie ein Theme aus, das auf die Seite angewendet werden soll" + } + } }, - "title": "Button Placement Settings" + "title": "YouTube dunkle Einstellungen" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Vorwärts/Zurückwärts-Buttons", + "title": "Fügt dem Videoplayer Schaltflächen vorwärts und zurück" }, + "settings": { + "time": { + "label": "Vorwärts/Rückwärtszeit", + "title": "Die Zeit, um das Video weiterzuleiten/zurückzusenden von" + } + }, + "title": "Vorwärts/Zurückwärts-Button Einstellungen" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Videos mit dieser Lautstärke immer starten", + "title": "Lässt alle Videos automatisch an der gewählten Lautstärke beginnen" + }, + "settings": { + "amount": { + "label": "Video-Startlautstärke", + "title": "Die Lautstärke, die auf jedes Video angewendet wird, wenn es mit der Wiedergabe beginnt" + } }, - "title": "Custom CSS Settings" + "title": "Globale Lautstärke Überschreibung" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Mini Player Button", + "title": "Fügt einen Button hinzu, der den Mini Player öffnet" + }, + "enable": { + "label": "Mini-Player beim Betrachten von Kommentaren öffnen", + "title": "Öffnet automatisch den Mini Player, wenn Sie zu Kommentaren scrollen." + }, + "settings": { + "position": { + "select": { + "label": "Standard Mini-Player-Position", + "options": { + "bottomCenter": "Unten mittig", + "bottomLeft": "Unten links", + "bottomRight": "Unten rechts", + "topCenter": "Oben mittig", + "topLeft": "Oben links", + "topRight": "Oben rechts" + }, + "title": "Legt die Startposition fest, bevor Sie den Mini Player bewegen." + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Einstellungen erfolgreich exportiert", - "title": "Einstellungen zu JSON-Datei exportieren", - "value": "Eistellungen exportieren" - }, - "importButton": { - "error": { - "unknown": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\nEin unbekannter Fehler ist aufgetreten.", - "validation": "Fehler beim Importieren der Einstellungen. Bitte überprüfen Sie das Dateiformat.\n{{ERROR_MESSAGE}}" - }, - "success": "Einstellungen erfolgreich importiert", - "title": "Einstellungen aus JSON-Datei importieren", - "value": "Einstellungen importieren" - } - }, - "language": { - "select": { - "label": "Sprache", - "title": "Die Sprache dieser Erweiterung" + "size": { + "label": "Standard Mini Player Größe", + "title": "Legt die Anfangsgröße fest, bevor du die Größe des Mini Players änderst." + } }, - "title": "Sprache" + "title": "Mini Player Einstellungen" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + "enable": { + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Ambient-Modus automatisch deaktivieren", + "title": "Deaktiviert automatisch den Ambient-Modus, wenn du ein Video lädst" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Autoplay automatisch deaktivieren", + "title": "Automatisch deaktiviert, wenn ein Video geladen wird" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Untertitel automatisch deaktivieren", + "title": "Deaktiviert automatisch Untertitel, wenn du ein Video lädst" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Untertitel automatisch aktivieren", + "title": "Aktiviert die Untertitel automatisch, wenn du ein Video lädst" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Spieler automatisch maximieren", + "title": "Maximiert automatisch den Player beim Laden eines Videos" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Weitere Videos automatisch auf dem Bildschirm anzeigen", + "title": "Beim Laden eines Videos automatisch weitere Videos am Ende des Bildschirms anzeigen" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Nummernsuche blockieren", + "title": "Verhindert das Drücken von 0-9 auf einen Prozentsatz des Videos springen" + } + }, + "hidePosts": { + "enable": { + "label": "Beiträge ausblenden", + "title": "Versteckt Beiträge von der Startseite" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Video-URL mit Zeitstempel kopieren", + "title": "Kopiert die Video-URL mit Zeitstempel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Standard auf originale Audiospur", + "title": "Immer standardmäßig auf die ursprüngliche Audiospur" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Endkarte ausblenden", + "title": "Versteckt die Karten am Ende des Videos" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Endkartenschaltfläche ausblenden", + "title": "Fügt einen Button hinzu, um die Karten am Ende des Videos anzuzeigen/auszublenden" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Live-Stream-Chat ausblenden", + "title": "Versteckt den Live-Stream Chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Nur-Mitglieder Videos ausblenden", + "title": "Versteckt Videos, die nur für Mitglieder sichtbar sind" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to Stereo Taste", + "title": "Fügt einen Button hinzu, um Mono-Audio in Stereo umzuwandeln. Stereo-Tracks bleiben unverändert." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Offizielle Artist Videos ausblenden", + "title": "Offizielle Artist Videos auf der Startseite ausblenden" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Bezahltes Werbebanner ausblenden", + "title": "Versteckt den Banner, der erscheint, wenn du ein Video siehst, das eine bezahlte Werbung hat" + } + }, + "hidePlayables": { + "enable": { + "label": "Playables ausblenden", + "title": "Versteckt alle Spielbare" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Wiedergabelisten von Startseite ausblenden", + "title": "Entferne Playlists von der Homepage" + } }, "hideScrollbar": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" + "enable": { + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Empfohlene Videos ausblenden", + "title": "Versteckt die Seitenleiste, die Videos empfiehlt" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Übersetzungs-Kommentar-Button ausblenden", + "title": "Versteckt die Schaltfläche \"In Sprache übersetzen\" unter Kommentaren" + } }, "loopButton": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Dauerschleife-Button", + "title": "Fügt dem Feature-Menü eine Schaltfläche hinzu, um das Video zu schleppen, das du siehst" + } }, "maximizePlayerButton": { - "label": "Player-Button maximieren", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Player-Button maximieren", + "title": "Fügt dem Eigenschaftsmenü eine Schaltfläche hinzu, um den Video-Player zu maximieren" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Transkript-Button", + "title": "Fügt eine Schaltfläche zum Feature-Menü hinzu, um das Protokoll des Videos zu öffnen, das du siehst" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "YouTube-Einstellungen beim Hover öffnen", + "title": "Öffnet die YouTube Einstellungen, wenn du über den Einstellungs-Button fährst" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Hintergrundspieler pausieren", + "title": "Pausiert Video-Player in Hintergrund-Registerkarten, wenn Sie einen neuen Player im Vordergrund starten" + } }, "remainingTime": { - "label": "Verbleibende Zeit", - "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + "enable": { + "label": "Verbleibende Zeit", + "title": "Zeigt die verbleibende Zeit des Videos, das du siehst" + } }, - "rememberLastVolume": { - "label": "Letzte Lautstärke merken", - "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + "rememberVolume": { + "enable": { + "label": "Letzte Lautstärke merken", + "title": "Speichere die Lautstärke des letzten Videos, das du gesehen hast und setze es beim Öffnen eines neuen Videos" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "YouTube/Umleitungs-URLs entfernen", + "title": "Ersetzt YouTube-Weiterleitung durch aktuelle URLs, Überspringe Umleitungsdialog" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Vollbild-Scrollen wiederherstellen", + "title": "Scrollen im Vollbildmodus wiederherstellen" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "\"Später speichern\"-Button aktivieren", + "title": "Fügt einen Button zu Home- und Abonnementvideos hinzu, um das Video zur \"Später beobachten\"-Wiedergabeliste zu speichern" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "YouTube Video Link kürzen", + "title": "Verkürzt den YouTube Video Link (youtu.be) indem si/Feature-Parameter entfernt wird" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Shorts automatisch scrollen", + "title": "Scrollen Sie automatisch im nächsten Short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Überspringe \"Video ist pausiert. Weiter ansehen?\"", + "title": "Überspringt den Leerlauf-Dialog, der die Videowiedergabe pausiert" + } + }, + "timestampPeek": { + "enable": { + "label": "Zeitstempel Vorschau", + "title": "Vorschau des Videos durch die Überschreitung eines Zeitstempels. Klicken Sie auf die Vorschau um ab diesem Zeitpunkt die Wiedergabe zu starten." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Horizontaler Video-Drehknopf", + "title": "Fügt einen Button hinzu, um das Video horizontal zu drehen" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Vertikale Video-Drehknopf", + "title": "Fügt einen Button hinzu, um das Video vertikal zu drehen" + } } }, "title": "Weitere Einstellungen" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Shorts ausblenden", + "settings": { + "sidebar": { + "label": "In der Seitenleiste verstecken", + "title": "Entfernt die Shorts Taste aus der Seitenleiste" + }, + "home": { + "label": "Im Home Feed ausblenden", + "title": "Entfernt den Abschnitt Shorts vom Home Feed" + }, + "channel": { + "label": "Auf Kanalseiten ausblenden", + "title": "Entfernt das Kurzregal und den Tab auf Kanalseiten" + }, + "search": { + "label": "In Suchergebnissen ausblenden", + "title": "Entfernt Kurzvideos von Suchergebnissen" + }, + "videos": { + "label": "Auf Beobachtungsseiten ausblenden", + "title": "Entfernt Kurzvideos von Empfehlungen auf Beobachtungsseiten" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Farbe", + "select": { + "options": { + "blue": "Blau", + "green": "Grün", + "orange": "Orange", + "pink": "Rosa", + "purple": "Lila", + "red": "Rot", + "white": "Weiß", + "yellow": "Gelb" + } + }, + "title": "Farbe für den On-Screen Display wählen" + }, + "hide": { + "label": "Verstecke Verzögerung", + "title": "Geben Sie die Uhrzeit in Millisekunden an, bevor Sie die Anzeige auf dem Bildschirm automatisch ausblenden" + }, + "opacity": { + "label": "Transparenz", + "title": "Die Transparenz der Bildschirmanzeige anpassen" + }, + "padding": { + "label": "Innenabstand", + "title": "Passe den Abstand rund um die Bildschirmanzeige in Pixeln an. Dies gilt speziell für die Bildschirmanzeige in den Ecken." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Unten links", + "bottom_right": "Unten rechts", + "center": "Zentriert", + "top_left": "Oben links", + "top_right": "Oben rechts" + } + }, + "title": "Wählen Sie die Position der Bildschirmdarstellung" + }, + "type": { + "label": "Typ", + "select": { + "options": { + "circle": "Kreis", + "line": "Balken", + "no_display": "Keine Anzeige", + "text": "Text" + } + }, + "title": "Wählen Sie den Typ der Bildschirmdarstellung" + } + }, + "title": "Bildschirmanzeige Einstellungen" + }, + "playerQuality": { + "enable": { + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + }, + "settings": { + "quality": { + "select": { + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Qualitätsfallback-Strategie", + "options": { + "higher": "Höher", + "lower": "Unterer" + }, + "title": "Die Strategie, die verwendet wird, wenn die gewählte Qualität nicht verfügbar ist" + } + } + }, + "title": "Automatische Qualitätseinstellungen" + }, + "playerSpeed": { "enable": { "label": "Erzwungene Wiedergabegeschwindigkeit", "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" }, - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" + "settings": { + "buttons": { + "label": "Wiedergabegeschwindigkeit Tasten", + "select": { + "label": "Wiedergabetasten Geschwindigkeit", + "title": "Anzahl der zu ändernden Geschwindigkeit pro Klick" + }, + "title": "Fügt Schaltflächen hinzu, um die Wiedergabegeschwindigkeit des Videos zu erhöhen oder zu verringern" + }, + "speed": { + "select": { + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" + } + } }, "title": "Wiedergabegeschwindigkeit Einstellungen" }, + "playlistLength": { + "enable": { + "label": "Zeige die Länge der Wiedergabeliste", + "title": "Zeigt die Gesamtlänge der Wiedergabeliste, wie viel und wie viel noch übrig ist." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Methode um die Playlist-Länge zu erhalten", + "title": "Der Weg, um Informationen über die Länge der Wiedergabeliste zu erhalten (API-Methode wird auf HTML zurückfallen, falls ein Fehler auftritt)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Methode um beobachtete Zeit zu erhalten", + "options": { + "duration": "Videolänge", + "youtube": "Videoüberwachungszeit" + }, + "title": "Die Art und Weise, wie die angezeigte Zeit angezeigt wird (Video-Länge nur auf der Beobachtungsseite verwendet)" + } + } + }, + "title": "Playlist-Längeneinstellungen" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Als ungesehene Schaltfläche markieren", + "title": "Fügt einen Button hinzu, um Videos als ungesehen zu markieren" + } + }, + "removeVideoButton": { + "enable": { + "label": "Videoschaltfläche entfernen", + "title": "Fügt einen Button hinzu, um Videos aus der Wiedergabeliste zu entfernen" + } + } + }, + "title": "Playlist-Management-Einstellungen" + }, "screenshotButton": { "enable": { "label": "Screenshot-Taste", "title": "Fügt dem Player einen Button hinzu, um einen Screenshot des Videos zu machen" }, - "saveAs": { - "clipboard": "Zwischenablage", - "file": "Datei" - }, - "selectFormat": { - "label": "Screenshot-Format", - "title": "Das Format zum Speichern des Screenshots" - }, - "selectSaveAs": { - "label": "Screenshot-Speicherart", - "title": "Der Screenshot-Speichertyp" + "settings": { + "format": { + "label": "Screenshot-Format", + "title": "Das Format zum Speichern des Screenshots" + }, + "saveAs": { + "select": { + "label": "Screenshot-Speicherart", + "options": { + "both": "Beides (Datei und Zwischenablage)", + "clipboard": "Zwischenablage", + "file": "Datei" + }, + "title": "Der Screenshot-Speichertyp" + } + } }, "title": "Screenshot-Einstellungen" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Scrollrad Geschwindigkeitsregelung", + "title": "Drücken Sie eine Änderntaste, um die Lautstärkeregelung mit dem Mausrad zu aktivieren." }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} Schlüssel" }, - "title": "Scroll wheel speed control settings" + "settings": { + "adjustmentSteps": { + "label": "Geschwindigkeitsänderung durch Mausrad", + "title": "Geschwindigkeitsänderung durch Mausrad anpassen" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "Die zu verwendende Modifikator-Taste" + } + } + }, + "title": "Einstellungen für Radgeschwindigkeit scrollen" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Lautstärke durch Mausrad ändern", "title": "Lässt dich das Scrollrad verwenden, um die Lautstärke des Videos zu steuern, das du siehst" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "{{KEY}} Taste" + }, + "settings": { + "adjustmentSteps": { + "label": "Volumenänderung pro Scroll", + "title": "Lautstärkeregler pro Scroll anpassen" + }, + "holdModifierKey": { "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", + "select": { + "label": "Modifikator-Taste", + "title": "Die zu verwendende Modifikator-Taste" + }, "title": "Drücken Sie eine Modifikator-Taste, um die Lautstärkeregelung mit dem Scrollrad zu aktivieren." }, - "optionLabel": "{{KEY}} Taste", - "select": { - "label": "Modifikator-Taste", - "title": "Die zu verwendende Modifikator-Taste" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "Aktivieren, wenn Rechtsklick gedrückt wird", "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" } @@ -355,38 +936,46 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Gesehene Videos protokollieren", + "title": "Hält den Überblick darüber, wo du aufgehört hast, wenn du Videos anschaust und aktiviert das Fortfahren der Wiedergabe" + }, + "settings": { + "resumeType": { + "select": { + "label": "Fortsetzungstyp", + "options": { + "automatic": "Automatisch", + "prompt": "Prompt" + }, + "title": "Wählen Sie, wie Sie die Videos fortsetzen möchten" + } } }, - "title": "Video history settings" + "title": "Videoverlauf Einstellungen" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Lautstärken-Boost", - "title": "Enable volume boost" + "title": "Lautstärke-Boost aktivieren" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Volumen-Boost (dB)", + "title": "Der Betrag, um den die Lautstärke erhöht werden soll. Sie können auch über den Lautstärkeschalter (Shift/Strg für größere Schritte) scrollen, um sie anzupassen." + }, + "amount_global_only": { + "label": "Volumen-Boost (dB)", + "title": "Der Betrag, um den das Volumen erhöht wird." + }, + "mode": { + "select": { + "label": "Lautstärke-Modus", + "options": { + "global": "Globale", + "perVideo": "Pro Video" + }, + "title": "Wählen Sie aus, wie Lautstärke-Boost angewendet wird. 'Pro Video' erlaubt es, jedes Video individuell im Feature-Menü zu aktivieren. 'Global' erhöht alle Videos, wenn die Lautstärkesteigerung aktiviert ist." + } } }, "title": "´Lautstärke-Boost Einstellungen" diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json new file mode 100644 index 000000000..76b343cf9 --- /dev/null +++ b/public/locales/en-GB.json @@ -0,0 +1,985 @@ +{ + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Hide end screen cards", + "on": "Show end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global volume override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } + }, + "title": "Mini Player settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } + } + }, + "title": "Miscellaneous settings" + }, + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Colour", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the colour for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Centre", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d6f4e4502..b04559a5a 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -8,57 +8,315 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Manejo de audio Mono", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Audio original" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Voltear vídeo horizontalmente" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Voltear vídeo verticalmente" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL de vídeo con marca de tiempo" + }, + "extras": { + "copied": "¡Copiado!" + } + }, "featureMenu": { - "label": "Menú de funciones" + "button": { + "label": "Menú de funciones" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanzar rápidamente por {{TIME}}" + }, + "rewindButton": { + "label": "Rebobinar por {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar tarjetas de pantalla final", + "toggle": { + "off": "Ocultar tarjetas de pantalla final", + "on": "Mostrar tarjetas de pantalla final" + } + } }, "loopButton": { - "label": "Bucle", - "toggle": { - "off": "Desactivar repetición", - "on": "Activar repetición" + "button": { + "label": "Bucle", + "toggle": { + "off": "Desactivar repetición", + "on": "Activar repetición" + } } }, "maximizePlayerButton": { - "label": "Maximizar", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximizar apagado", + "on": "Maximizar en" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Jugador", + "toggle": { + "off": "Mini jugador apagado", + "on": "Mini jugador en" + } } }, "openTranscriptButton": { - "label": "Abrir transcripción" + "button": { + "label": "Abrir transcripción" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Disminuye la velocidad a {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta la velocidad a {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "No se puede disminuir más ({{SPEED}})", + "increaseLimit": "No se puede aumentar más ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Puede que la longitud total no sea exacta si se ocultan algunos vídeos o si no ha cargado suficientes vídeos para obtener la longitud completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "No se pudo marcar el vídeo como no visto", + "failedToRemoveVideo": "Error al eliminar el vídeo", + "markAsUnwatched": "Marcar como no visto", + "markingAsUnwatched": "Marcando como no visto…", + "removeVideo": "Eliminar vídeo", + "removingVideo": "Eliminando vídeo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "No se pudo guardar el vídeo para ver más tarde", + "saveVideo": "Guardar para ver más tarde", + "savingVideo": "Guardando para ver más tarde…" + } }, "screenshotButton": { - "copiedToClipboard": "Captura de pantalla copiada al portapapeles", - "label": "Capturar pantalla" + "button": { + "label": "Captura de pantalla" + }, + "extras": { + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" + } }, "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" + "extras": { + "resumeButton": "Reanudar", + "resumePromptClose": "Cerrar" } }, "volumeBoostButton": { - "label": "Potenciar volumen", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Boost de volumen ({{value}} dB)", + "toggle": { + "off": "Desactivar potenciador de volumen", + "on": "Mejora de volumen ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Limpia todos los datos que esta extensión ha almacenado en su máquina", + "value": "Limpiar datos" + }, + "confirm": { + "title": "Confirmar restablecimiento de ajustes", + "value": "Confirmar" + }, + "openTab": { + "title": "Abrir configuración de extensión en una nueva pestaña" + }, + "reset": { + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón confirmar para guardar los cambios", + "value": "Reestablecer" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Botón para copiar la URL del vídeo con marca de tiempo", + "decreasePlaybackSpeedButton": "Botón para reducir la velocidad", + "forwardButton": "Botón de avance rápido", + "hideEndScreenCardsButton": "Ocultar botón de tarjetas de pantalla final", + "increasePlaybackSpeedButton": "Botón para aumentar la velocidad", + "loopButton": "Botón de repetición", + "maximizePlayerButton": "Botón para maximizar", + "miniPlayerButton": "Botón Mini Player", + "openTranscriptButton": "Abrir botón Transcripción", + "rewindButton": "Botón rebobinar", + "screenshotButton": "Botón de captura de pantalla", + "volumeBoostButton": "Botón para aumentar el volumen", + "flipVideoVerticalButton": "Voltear el botón vertical del vídeo", + "flipVideoHorizontalButton": "Voltear el botón horizontal del vídeo", + "monoToStereoButton": "Botón Mono a Stereo" + }, + "options": { + "below_player": { + "placement": "debajo de los controles del reproductor", + "value": "Debajo del reproductor" + }, + "feature_menu": { + "placement": "en el menú de funciones", + "value": "Menú de funciones" + }, + "player_controls_left": { + "placement": "a la izquierda de los controles del reproductor", + "value": "Controles izquierdos" + }, + "player_controls_right": { + "placement": "a la derecha de los controles del reproductor", + "value": "Controles derecho" + }, + "same": { + "placement": "en la misma posición", + "value": "Igual que normal" + } + }, + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}", + "fullscreenTitle": "Cuando esté en pantalla completa, coloque la {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Pantalla completa", + "normalLabel": "Normal" + }, + "title": "Ajustes de ubicación de botones" + }, + "clearData": { + "allDataDeleted": "Todos los datos han sido eliminados.", + "confirmAlert": "Esto eliminará todos los datos de extensión relacionados con las opciones. ¿Continuar?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo de activación del menú", + "options": { + "click": "Hacer clic", + "hover": "Pasar el cursor por encima" + }, + "title": "Seleccione el método para activar el menú de características" + }, + "title": "Ajustes del menú de características" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Configuración exportada con éxito", + "title": "Exportar ajustes a un archivo JSON", + "value": "Exportar ajustes" + }, + "importButton": { + "error": { + "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nSe ha producido un error desconocido.", + "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" + }, + "success": "Configuración importada correctamente", + "title": "Importar ajustes desde un archivo JSON", + "value": "Importar ajustes" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "El idioma a usar para la extensión" + }, + "title": "Idioma" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Abrir página de configuración al actualizar", + "title": "Abre la página de configuración cuando una versión principal o menor de YouTube Enhancer está instalada" + }, + "optionDisabled": { + "either": { + "label": "Activar {{OPTIONS}} para configurar esta opción", + "separator": " o " + }, + "plural": { + "label": "Habilitar {{OPTIONS}} para configurar esta opción", + "separator": " y " + }, + "singular": "Habilitar '{{OPTION}}' para configurar esta opción", + "specificOption": { + "featureMenu": "Configure al menos un botón para colocarse en el menú de funciones para configurar esta opción.", + "globalVolume": "Desactivar 'Recordar último volumen' para configurar esta opción", + "rememberVolume": "Desactivar 'Volumen global' para configurar esta opción", + "screenshotButtonFileFormat": "Establecer el tipo de guardado de captura de pantalla a 'Archivo' o 'Ambos' para configurar esta opción" + } + }, + "settingSearch": { + "placeholder": "Buscar un ajuste" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Puedes obtener uno de aquí", + "input": { + "label": "Clave API", + "title": "Introduce tu clave API de Youtube Data V3." + }, + "title": "Clave YouTube API V3" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Aplicar", + "cancel": "Cancelar", + "enabledConflict": { + "description": "'{{FEATURE_A}}' y '{{FEATURE_B}}' no pueden estar habilitados. Elige cuál mantener." + }, + "keepFirst": "Mantener {{FEATURE}}", + "keepSecond": "Mantener {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' y '{{FEATURE_B}}' no pueden usar la misma tecla modificadora.", + "selectNewKey": "Cambiar tecla modificador:" + }, + "resolveConflict": "Por favor, resuelva todos los conflictos antes de aplicar.", + "title": "Importar conflictos detectados" + }, + "optionConflict": "Esta opción no se puede activar mientras '{{OPTION}}' está habilitada.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "La tecla del modificador de control de velocidad de rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de volumen de la rueda.", + "volumeControl": "La tecla del modificador del control de volumen de la rueda de desplazamiento no puede ser la misma que la tecla del modificador del control de velocidad de la rueda." } } }, "info": { - "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardarlas haciendo clic en el botón \"Confirmar\" o descartarlas cerrando esta página o ignorando esta notificación." + "reset": "Todas las opciones han sido preestablecidas a sus valores de por defecto.\nAhora puedes guardar los cambios haciendo clic en el botón \"Confirmar\" o descartarlos cerrando esta página o ignorando esta notificación." }, "success": { "saved": "Opciones guardadas." @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Todos los datos han sido eliminados.", - "confirmAlert": "Esto eliminará todos los datos de la extensión relacionados con las opciones. ¿Continuar?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" }, - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" + "extras": { + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." }, - "title": "Ajustes de calidad automáticos" - }, - "bottomButtons": { - "clear": { - "title": "Limpia todos los datos que esta extensión ha almacenado en su equipo", - "value": "Limpiar datos" - }, - "confirm": { - "title": "Confirma el restablecimiento de los ajustes", - "value": "Confirmar" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } + "title": "Ajustes de CSS personalizados" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Botón de repetición", - "maximizePlayerButton": "Maximizar botón", - "openTranscriptButton": "Abrir botón de transcripción", - "screenshotButton": "Botón de captura de pantalla", - "volumeBoostButton": "Botón Aumento de Volumen" - }, - "options": { - "below_player": { - "placement": "debajo de los controles del reproductor", - "value": "Debajo del reproductor" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Menú de funciones" - }, - "player_controls_left": { - "placement": "a la izquierda de los controles del reproductor", - "value": "Controles a la izquierda" - }, - "player_controls_right": { - "placement": "a la derecha de los controles del reproductor", - "value": "Controles a la derecha" - } + "deepDarkCSS": { + "enable": { + "label": "Tema oscuro profundo", + "title": "Activar el tema seleccionado para la página" + }, + "extras": { + "author": "Autor", + "co-authors": "Coautores" + }, + "settings": { + "colorShadow": { + "label": "Color de sombra", + "title": "Color para las sombras" + }, + "dimmerText": { + "label": "Color secundario de texto", + "title": "Color para el texto secundario" }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" + "hoverBackground": { + "label": "Color de fondo", + "title": "Color del fondo del ratón" + }, + "mainBackground": { + "label": "Color de fondo principal", + "title": "Color del fondo principal" + }, + "mainColor": { + "label": "Color destacado", + "title": "Color para destacados" + }, + "mainText": { + "label": "Color del texto principal", + "title": "Color del texto principal" + }, + "secondBackground": { + "label": "Color de fondo secundario", + "title": "Color del fondo secundario" + }, + "theme": { + "select": { + "label": "Seleccionar tema", + "title": "Seleccione un tema a aplicar a la página" + } + } }, - "title": "Ajustes de posición de los botones" + "title": "Ajustes de tono muy oscuro de YouTube" }, - "customCSS": { - "editor": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." + "forwardRewindButtons": { + "enable": { + "label": "Botones de avance/retroceso", + "title": "Añade botones de avance y retroceso al reproductor de vídeo" }, + "settings": { + "time": { + "label": "Adelantar/rebobinar tiempo", + "title": "La cantidad de tiempo para avanzar/retroceder el video" + } + }, + "title": "Ajustes del botón avanzar/retroceder" + }, + "globalVolume": { "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" + "label": "Iniciar siempre vídeos con este volumen", + "title": "Hace que todos los vídeos comiencen automáticamente en el volumen seleccionado" }, - "title": "Ajustes de CSS personalizados" + "settings": { + "amount": { + "label": "Volumen de inicio de vídeo", + "title": "El volumen aplicado a cada vídeo cuando comienza a reproducir" + } + }, + "title": "Anulación del volumen global" }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de activación del menú", - "options": { - "click": "Click", - "hover": "Pasar el cursor por encima" - }, - "title": "Selecciona el método para abrir el menú" + "miniPlayer": { + "button": { + "label": "Botón Mini Player", + "title": "Añade un botón que abre el Mini Player" + }, + "enable": { + "label": "Abrir Mini Player al ver comentarios", + "title": "Abre automáticamente el Mini Player cuando te desplazas a los comentarios." + }, + "settings": { + "position": { + "select": { + "label": "Posición por defecto del Mini Player", + "options": { + "bottomCenter": "Principal", + "bottomLeft": "Bottom izquierdo", + "bottomRight": "Botón derecho", + "topCenter": "Centro superior", + "topLeft": "Arriba izquierda", + "topRight": "Arriba derecha" + }, + "title": "Establece la posición inicial antes de mover el Mini Jugador." + } }, - "title": "Configuración del menú" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Ajustes exportados correctamente", - "title": "Exportar ajustes a un archivo JSON", - "value": "Exportar Ajustes" - }, - "importButton": { - "error": { - "unknown": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\nUn error desconocido se ha producido.", - "validation": "Error al importar la configuración. Por favor, compruebe el formato del archivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Ajustes importados correctamente", - "title": "Importar ajustes desde un archivo JSON", - "value": "Importar Ajustes" - } - }, - "language": { - "select": { - "label": "Idioma", - "title": "El idioma a usar para la extensión" + "size": { + "label": "Tamaño por defecto del Mini Player", + "title": "Establece el tamaño inicial antes de cambiar el tamaño del Mini Jugador." + } }, - "title": "Idioma" + "title": "Ajustes de Mini Player" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" + "enable": { + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Desactivar automáticamente el modo ambiente", + "title": "Desactiva automáticamente el modo ambiente al cargar un vídeo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Desactivar automáticamente la reproducción automática", + "title": "Deshabilita automáticamente la reproducción automática al cargar un vídeo" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Desactivar los subtítulos automáticamente", + "title": "Desactivar los subtítulos automáticamente cuando se carga un video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Activar automáticamente subtítulos", + "title": "Activa automáticamente los subtítulos al cargar un vídeo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automáticamente maximizar el reproductor", + "title": "Automáticamente maximizar el reproductor cuando se carga un video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automáticamente mostrar más videos", + "title": "Automáticamente mostrar más videos en la pantalla final, al terminar un video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Bloquear clave numérica", + "title": "Evita pulsar 0-9 de saltar a un porcentaje del video" + } + }, + "hidePosts": { + "enable": { + "label": "Ocultar mensajes", + "title": "Oculta los mensajes de la página de inicio" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Botón para copiar la URL con marca de tiempo", + "title": "Copia el video con una marca de tiempo (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Usar pista de audio original por defecto", + "title": "Siempre usar pista de audio original" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Ocultar tarjetas de pantalla final", + "title": "Oculta las tarjetas al final del vídeo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Botón para ocultar las tarjetas de pantalla final", + "title": "Añade un botón para mostrar/ocultar las tarjetas al final del vídeo" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Ocultar chat de transmisión en vivo", + "title": "Oculta el chat en una transmisión en vivo" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Ocultar vídeos solo para miembros", + "title": "Oculta los vídeos que solo son visibles para los miembros" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Botón Mono a Stereo", + "title": "Añade un botón para convertir audio mono a stereo. Las pistas de Stereo permanecen sin cambios." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Ocultar Videos Oficiales del Artista", + "title": "Ocultar los vídeos oficiales del artista de la página de inicio" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ocultar banner de promociones pagas", + "title": "Oculta el banner que aparece cuando ves un video que tiene una promoción de pago" + } + }, + "hidePlayables": { + "enable": { + "label": "Ocultar reproducibles", + "title": "Oculta todos los reproducibles" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ocultar listas de reproducción de la página de inicio", + "title": "Oculta las listas de reproducción que aparecen en la página de inicio" + } }, "hideScrollbar": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" + "enable": { + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta la barra lateral de vídeos recomendados" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Ocultar botón de traducir comentario", + "title": "Oculta el botón 'Traducir al idioma' bajo los comentarios" + } }, "loopButton": { - "label": "Botón de bucle", - "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" + "enable": { + "label": "Botón de bucle", + "title": "Añade un botón al menú para poner en bucle el vídeo que estás viendo" + } }, "maximizePlayerButton": { - "label": "Botón de maximizar en el reproductor", - "title": "Añade un botón al menú para maximizar el reproductor" + "enable": { + "label": "Botón de maximizar en el reproductor", + "title": "Añade un botón al menú para maximizar el reproductor" + } }, "openTranscriptButton": { - "label": "Botón \"Abrir transcripción\"", - "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" + "enable": { + "label": "Botón para abrir transcripción", + "title": "Añade un botón al menú para abrir la transcripción del video que estás viendo" + } }, "openYouTubeSettingsOnHover": { - "label": "Abrir ajustes de YouTube al pasar el cursor", - "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" + "enable": { + "label": "Abrir ajustes de YouTube al pasar el cursor", + "title": "Abre el menú de configuración de YouTube cuando pasa el cursor por encima del botón de ajustes" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausar reproductores de fondo", + "title": "Pausa los reproductores de vídeo en pestañas de fondo cuando inicias un nuevo reproductor en la pestaña de inicio" + } }, "remainingTime": { - "label": "Tiempo restante", - "title": "Muestra el tiempo restante del vídeo que estás viendo" + "enable": { + "label": "Tiempo restante", + "title": "Muestra el tiempo restante del vídeo que estás viendo" + } }, - "rememberLastVolume": { - "label": "Recordar el nivel de volumen", - "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + "rememberVolume": { + "enable": { + "label": "Recordar el nivel de volumen", + "title": "Recuerda el volumen del último vídeo que estabas viendo y lo establece cuando abres un nuevo vídeo" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remover URLs de redireccionamiento (/redirect)", + "title": "Reemplaza la URLs de redirección de YouTube por URLs reales, omitiendo el diálogo de advertencia de redirección" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restaurar desplazamiento a pantalla completa", + "title": "Restaurar desplazamiento en modo pantalla completa" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Habiliar el boton para ver mas tarde", + "title": "Agregar botón a los vídeos de Inicio y Suscripciones para guardar el vídeo en la lista de reproducción 'Ver más tarde'" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Acorta el enlace para compartir vídeos de YouTube", + "title": "Acorta el enlace de compartir vídeo de YouTube (youtu.be) despojando de él parámetros si/función" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Auto desplazamiento corto", + "title": "Desplazar automáticamente al siguiente corto" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Omitir \"Video en pausa. ¿Continuar observando?\"", + "title": "Salta el diálogo inactivo que pausa la reproducción de vídeo" + } + }, + "timestampPeek": { + "enable": { + "label": "Vista previa de fecha", + "title": "Vista previa del vídeo pasando por encima de una marca de tiempo. Haga clic en la vista previa para comenzar la reproducción desde ese momento." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Botón de giro de vídeo horizontal", + "title": "Añade un botón para voltear el vídeo horizontalmente" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Botón vertical de giro de vídeo", + "title": "Añade un botón para voltear el vídeo verticalmente" + } } }, "title": "Ajustes varios" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Naranja", - "pink": "Rosa", - "purple": "Morado", - "red": "Rojo", - "white": "Blanco", - "yellow": "Amarillo" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Oculta el retardo", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacidad", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Margen", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Posición", - "options": { - "bottom_left": "Parte inferior izquierda", - "bottom_right": "Parte inferior derecha", - "center": "Centrado", - "top_left": "Parte superior izquierda", - "top_right": "Parte superior derecha" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Tipo", - "options": { - "line": "Línea", - "no_display": "No mostrar", - "round": "Round", - "text": "Texto" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Ocultar breves", + "settings": { + "sidebar": { + "label": "Ocultar en la barra lateral", + "title": "Elimina el botón de breves de la barra lateral" + }, + "home": { + "label": "Ocultar en la fuente de inicio", + "title": "Elimina la sección de Acortes del feed de inicio" + }, + "channel": { + "label": "Ocultar en páginas del canal", + "title": "Elimina la estantería y pestaña de las páginas del canal" + }, + "search": { + "label": "Ocultar en resultados de búsqueda", + "title": "Eliminar los videos cortos de los resultados de la búsqueda" + }, + "videos": { + "label": "Ocultar en páginas de reloj", + "title": "Elimina los videos cortos de las recomendaciones en las páginas de seguimiento" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Naranja", + "pink": "Rosa", + "purple": "Morado", + "red": "Rojo", + "white": "Blanco", + "yellow": "Amarillo" + } + }, + "title": "Seleccione el color de la pantalla en pantalla" + }, + "hide": { + "label": "Oculta el retardo", + "title": "Especifique el tiempo, en milisegundos, antes de ocultar automáticamente la pantalla en pantalla" + }, + "opacity": { + "label": "Opacidad", + "title": "Ajustar la transparencia de la pantalla en pantalla" + }, + "padding": { + "label": "Margen", + "title": "Ajuste el espacio alrededor de las esquinas de la pantalla en píxeles. Esto se aplica específicamente al redondeado en las esquinas de la pantalla." + }, + "position": { + "label": "Posición", + "select": { + "options": { + "bottom_left": "Parte inferior izquierda", + "bottom_right": "Parte inferior derecha", + "center": "Centrado", + "top_left": "Parte superior izquierda", + "top_right": "Parte superior derecha" + } + }, + "title": "Seleccione la posición de la pantalla en pantalla" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Círculo", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" + } + }, + "title": "Selecciona el estilo del visualizador en pantalla" + } + }, + "title": "Ajustes de pantalla" + }, + "playerQuality": { + "enable": { + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + }, + "settings": { + "quality": { + "select": { + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Estrategia de calidad de contingencia", + "options": { + "higher": "Superior", + "lower": "Inferior" + }, + "title": "La estrategia a utilizar cuando la calidad seleccionada no está disponible" + } + } + }, + "title": "Ajustes de calidad automáticos" + }, + "playerSpeed": { "enable": { "label": "Velocidad de reproducción forzada", "title": "Establece la velocidad del video a lo que elijas a continuación" }, - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" + "settings": { + "buttons": { + "label": "Botones de velocidad de reproducción", + "select": { + "label": "Velocidad de los botones de reproducción", + "title": "Cantidad de velocidad a cambiar por clic" + }, + "title": "Añade botones para aumentar o disminuir la velocidad de reproducción del vídeo que estás viendo" + }, + "speed": { + "select": { + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" + } + } }, "title": "Ajustes de velocidad de reproducción" }, - "screenshotButton": { + "playlistLength": { "enable": { - "label": "Botón de captura de pantalla", - "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" + "label": "Mostrar información de la lista de reproducción", + "title": "Muestra la longitud total de la lista de reproducción, cuánto ha sido visto y cuánto queda." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Método para obtener longitud de lista de reproducción", + "title": "La forma de obtener información de longitud de la lista de reproducción (método API retornará a HTML si ocurre un error)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Método para ver el tiempo", + "options": { + "duration": "Duración del Video", + "youtube": "Tiempo de reloj de vídeo" + }, + "title": "La manera de obtener la cantidad de tiempo visto (tipo de longitud de vídeo sólo se utiliza en la página de reloj)" + } + } }, - "saveAs": { - "clipboard": "Portapapeles", - "file": "Archivo" + "title": "Configuración de la lista de reproducción" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Marcar como botón no visto", + "title": "Añade un botón para marcar vídeos como no vistos" + } + }, + "removeVideoButton": { + "enable": { + "label": "Quitar botón de vídeo", + "title": "Añade un botón para eliminar vídeos de la lista de reproducción" + } + } }, - "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" + "title": "Configuración de gestión de lista de reproducción" + }, + "screenshotButton": { + "enable": { + "label": "Botón para capturar la pantalla", + "title": "Añade un botón al reproductor para capturar la pantalal del vídeo que estás viendo" }, - "selectSaveAs": { - "label": "Método de guardado de captura de pantalla", - "title": "Método de guardado sobre el que se guardará la captura de pantalla" + "settings": { + "format": { + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" + }, + "saveAs": { + "select": { + "label": "Método de guardado de captura de pantalla", + "options": { + "both": "(Archivo y portapapeles)", + "clipboard": "Portapapeles", + "file": "Archivo" + }, + "title": "Método de guardado sobre el que se guardará la captura de pantalla" + } + } }, "title": "Ajustes de captura de pantalla" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Volumen cambiado por cada scroll con la rueda del ratón", - "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" - }, "enable": { "label": "Control de velocidad con la rueda", "title": "Pulsa una tecla para activar el ajuste de velocidad con la rueda del ratón." }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "Tecla a usar" + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Volumen cambiado por cada scroll con la rueda del ratón", + "title": "Ajustar la velocidad que cambia por el scroll de la rueda del ratón" + }, + "modifierKey": { + "select": { + "label": "Tecla modificadora", + "title": "Tecla a usar" + } + } }, "title": "Ajustes sobre el control de velocidad con la rueda del ratón" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Velocidad cambiada por cada scroll con la rueda del ratón", - "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" - }, "enable": { "label": "Control de volumen con la rueda", "title": "Te permite usar la rueda del ratón para controlar el volumen del vídeo que estás viendo" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "Tecla {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Velocidad cambiada por cada scroll con la rueda del ratón", + "title": "Ajustar el volumen que cambia por el scroll de la rueda del ratón" + }, + "holdModifierKey": { "label": "Activar al mantener pulsada la tecla modificadora", + "select": { + "label": "Tecla modificadora", + "title": "La tecla del modificador a usar" + }, "title": "Presione una tecla modificadora para activar el ajuste de volumen con la rueda del ratón." }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "La tecla del modificador a usar" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "Activar al mantener pulsado el botón derecho", "title": "Mantenga pulsado el botón derecho para activar el control de volumen con la rueda del ratón" } @@ -355,38 +936,46 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Rastrear vídeos vistos", + "title": "Mantiene un seguimiento de dónde dejó los vídeos que estaba viendo y permite reanudar la reproducción" + }, + "settings": { + "resumeType": { + "select": { + "label": "Reanudar tipo", + "options": { + "automatic": "Automático", + "prompt": "Prompt" + }, + "title": "Selecciona cómo quieres reanudar los vídeos" + } } }, - "title": "Video history settings" + "title": "Ajustes del historial de vídeo" }, "volumeBoost": { - "boostAmount": { - "label": "Incremento de volumen (dB)", - "title": "Cuantos decibelios quieres aumentar el volumen" - }, "enable": { "label": "Potenciador de volumen", "title": "Activar incremento de volumen" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." + "settings": { + "amount": { + "label": "Incremento de volumen (dB)", + "title": "La cantidad para aumentar el volumen. También puede desplazarse sobre el botón de aumento de volumen (Shift/Ctrl para pasos más grandes) para ajustarlo." + }, + "amount_global_only": { + "label": "Cantidad de impulso de volumen (dB)", + "title": "La cantidad para aumentar el volumen." + }, + "mode": { + "select": { + "label": "Modo de impulso de volumen", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Elegir cómo se aplica el aumento de volumen. 'Por vídeo' permite activar optimización para cada video individualmente en el menú de características. 'Global' aplica el boost a todos los vídeos cuando el aumento de volumen está activado." + } } }, "title": "Ajustes de potenciado de volumen" diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 4b53f5970..ad6351161 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -8,57 +8,315 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Hide end screen cards", + "on": "Show end screen cards" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." }, "success": { "saved": "Options saved." @@ -67,288 +325,611 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } + "title": "Custom CSS settings" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } }, - "title": "Button Placement Settings" + "title": "YouTube deep dark settings" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } }, - "title": "Custom CSS Settings" + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } }, - "title": "Language" + "title": "Mini Player settings" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { "enable": { "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, "screenshotButton": { "enable": { "label": "Screenshot button", "title": "Adds a button to the player to take a screenshot of the video" }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } }, "title": "Screenshot settings" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } }, "title": "Scroll wheel speed control settings" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Scroll wheel volume control", "title": "Lets you use the scroll wheel to control the volume of the video you're watching" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} key" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" } }, "title": "Scroll wheel volume control settings" @@ -358,35 +939,43 @@ "label": "Track watched videos", "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } } }, "title": "Video history settings" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Volume boost", "title": "Enable volume boost" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } } }, "title": "Volume boost settings" diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index bc23e0c43..594dfceab 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -8,48 +8,306 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Gestion audio mono", + "toggle": { + "on": "Sortie mono → stéréo", + "off": "Audio original" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Retourner la vidéo horizontalement" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Retourner la vidéo verticalement" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copier l'URL de la vidéo avec le timestamp" + }, + "extras": { + "copied": "Copié !" + } + }, "featureMenu": { - "label": "Menu des fonctionnalités" + "button": { + "label": "Menu des fonctionnalités" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avancer de {{TIME}}" + }, + "rewindButton": { + "label": "Reculer de {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Masquer les cartes de fin", + "toggle": { + "off": "Masquer les cartes de fin", + "on": "Afficher les cartes de fin" + } + } }, "loopButton": { - "label": "Lire en boucle", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Boucle", + "toggle": { + "off": "Boucle désactivée", + "on": "Boucle activée" + } } }, "maximizePlayerButton": { - "label": "Agrandir", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Agrandir", + "toggle": { + "off": "Agrandissement désactivé", + "on": "Agrandissement activé" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini-lecteur", + "toggle": { + "off": "Mini-lecteur désactivé", + "on": "Mini-lecteur activé" + } } }, "openTranscriptButton": { - "label": "Ouvrir la transcription" + "button": { + "label": "Ouvrir la transcription" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Réduire la vitesse à {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Augmenter la vitesse à {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Impossible de réduire davantage ({{SPEED}})", + "increaseLimit": "Impossible d'augmenter davantage ({{SPEED}})" + } + }, + "playlistLength": { + "title": "La durée totale peut être inexacte si certaines vidéos sont masquées ou si vous n'avez pas chargé suffisamment de vidéos pour obtenir la durée complète." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Échec du marquage de la vidéo comme non visionnée", + "failedToRemoveVideo": "Échec de la suppression de la vidéo", + "markAsUnwatched": "Marquer comme non visionnée", + "markingAsUnwatched": "Marquage comme non visionnée…", + "removeVideo": "Supprimer la vidéo", + "removingVideo": "Suppression de la vidéo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Échec de l'enregistrement dans À regarder plus tard", + "saveVideo": "Enregistrer dans À regarder plus tard", + "savingVideo": "Enregistrement dans À regarder plus tard…" + } }, "screenshotButton": { - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers", - "label": "Capture d'écran" + "button": { + "label": "Capture d'écran" + }, + "extras": { + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" + } }, "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" + "extras": { + "resumeButton": "Reprendre", + "resumePromptClose": "Fermer" } }, "volumeBoostButton": { - "label": "Gain sonore", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Amplification du volume ({{value}} dB)", + "toggle": { + "off": "Amplification du volume désactivée", + "on": "Amplification du volume ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", + "value": "Effacer les données" + }, + "confirm": { + "title": "Confirmer la réinitialisation des paramètres", + "value": "Confirmer" + }, + "openTab": { + "title": "Ouvrir les paramètres de l'extension dans un nouvel onglet" + }, + "reset": { + "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", + "value": "Réinitialiser" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Bouton copier l'URL avec timestamp", + "decreasePlaybackSpeedButton": "Bouton Réduire la vitesse", + "forwardButton": "Bouton Avancer", + "hideEndScreenCardsButton": "Bouton Masquer les cartes de fin", + "increasePlaybackSpeedButton": "Bouton Augmenter la vitesse", + "loopButton": "Bouton Boucle", + "maximizePlayerButton": "Bouton Agrandir", + "miniPlayerButton": "Bouton Mini-lecteur", + "openTranscriptButton": "Bouton Ouvrir la transcription", + "rewindButton": "Bouton Reculer", + "screenshotButton": "Bouton Capture d'écran", + "volumeBoostButton": "Bouton Amplification du volume", + "flipVideoVerticalButton": "Bouton Retourner la vidéo verticalement", + "flipVideoHorizontalButton": "Bouton Retourner la vidéo horizontalement", + "monoToStereoButton": "Bouton Mono vers stéréo" + }, + "options": { + "below_player": { + "placement": "sous les contrôles du lecteur", + "value": "Sous le lecteur" + }, + "feature_menu": { + "placement": "dans le menu des fonctionnalités", + "value": "Menu des fonctionnalités" + }, + "player_controls_left": { + "placement": "à gauche des contrôles du lecteur", + "value": "Contrôles à gauche" + }, + "player_controls_right": { + "placement": "à droite des contrôles du lecteur", + "value": "Contrôles à droite" + }, + "same": { + "placement": "à la même position", + "value": "Identique au mode normal" + } + }, + "title": "Placer le {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "En plein écran, placer le {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Plein écran", + "normalLabel": "Normal" + }, + "title": "Paramètres de placement des boutons" + }, + "clearData": { + "allDataDeleted": "Toutes les données ont été supprimées.", + "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. Continuer ?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Action d'activation du menu", + "options": { + "click": "Clic", + "hover": "Survol" + }, + "title": "Sélectionnez la méthode pour activer le menu des fonctionnalités" + }, + "title": "Paramètres du menu des fonctionnalités" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Paramètres exportés avec succès", + "title": "Exporter les paramètres vers un fichier JSON", + "value": "Paramètres d'exportation" + }, + "importButton": { + "error": { + "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", + "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" + }, + "success": "Paramètres importés avec succès", + "title": "Importer les paramètres depuis un fichier JSON", + "value": "Importer les paramètres" + } + }, + "language": { + "select": { + "label": "Langue", + "title": "La langue à utiliser pour l'extension" + }, + "title": "Langue" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Ouvrir la page des paramètres lors d'une mise à jour", + "title": "Ouvre la page des paramètres lorsqu'une version majeure ou mineure de YouTube Enhancer est installée" + }, + "optionDisabled": { + "either": { + "label": "Activez {{OPTIONS}} pour configurer cette option", + "separator": " ou " + }, + "plural": { + "label": "Activez {{OPTIONS}} pour configurer cette option", + "separator": " et " + }, + "singular": "Activez « {{OPTION}} » pour configurer cette option", + "specificOption": { + "featureMenu": "Configurez au moins un bouton à placer dans le menu des fonctionnalités pour configurer cette option.", + "globalVolume": "Désactivez « Mémoriser le dernier volume » pour configurer cette option", + "rememberVolume": "Désactivez « Volume global » pour configurer cette option", + "screenshotButtonFileFormat": "Définissez le type d'enregistrement de capture d'écran sur « Fichier » ou « Les deux » pour configurer cette option" + } + }, + "settingSearch": { + "placeholder": "Rechercher un paramètre" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Vous pouvez en obtenir une ici", + "input": { + "label": "Clé API", + "title": "Saisissez votre clé YouTube Data API V3." + }, + "title": "Clé API YouTube V3" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Appliquer", + "cancel": "Annuler", + "enabledConflict": { + "description": "« {{FEATURE_A}} » et « {{FEATURE_B}} » ne peuvent pas être activés en même temps. Choisissez lequel conserver." + }, + "keepFirst": "Conserver {{FEATURE}}", + "keepSecond": "Conserver {{FEATURE}}", + "modifierKeyConflict": { + "description": "« {{FEATURE_A}} » et « {{FEATURE_B}} » ne peuvent pas utiliser la même touche modificatrice.", + "selectNewKey": "Modifier la touche modificatrice :" + }, + "resolveConflict": "Veuillez résoudre tous les conflits avant d'appliquer.", + "title": "Conflits d'importation détectés" + }, + "optionConflict": "Cette option ne peut pas être activée tant que « {{OPTION}} » est activée.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "La touche de contrôle de la vitesse de la molette ne peut pas être la même que la touche de contrôle du volume par la molette de défilement.", @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Toutes les données ont été supprimées.", - "confirmAlert": "Ceci supprimera toutes les données d'extension liées aux options. On continue ?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + "label": "CSS personnalisé", + "title": "Permet d'appliquer un CSS personnalisé à la page" }, - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" + "extras": { + "collapse": "Réduire l'éditeur", + "expand": "Développer l'éditeur", + "noProblems": "Aucun problème détecté." }, - "title": "Paramètres de qualité automatique" - }, - "bottomButtons": { - "clear": { - "title": "Efface toutes les données stockées par cette extension sur votre ordinateur", - "value": "Effacer les données" - }, - "confirm": { - "title": "Confirmer la réinitialisation des réglages", - "value": "Confirmer" - }, - "reset": { - "title": "Réinitialise tous les paramètres par défaut, cliquez sur le bouton de confirmation pour enregistrer les modifications", - "value": "Réinitialiser" - } + "title": "Paramètres CSS personnalisé" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Thème Deep Dark", + "title": "Activer le thème sélectionné pour la page" + }, + "extras": { + "author": "Auteur", + "co-authors": "Co-auteurs" + }, + "settings": { + "colorShadow": { + "label": "Couleur des ombres", + "title": "Couleur appliquée aux ombres" + }, + "dimmerText": { + "label": "Couleur du texte secondaire", + "title": "Couleur appliquée au texte secondaire" + }, + "hoverBackground": { + "label": "Couleur d'arrière-plan au survol", + "title": "Couleur appliquée à l'arrière-plan au survol" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainBackground": { + "label": "Couleur d'arrière-plan principal", + "title": "Couleur appliquée à l'arrière-plan principal" + }, + "mainColor": { + "label": "Couleur d'accentuation", + "title": "Couleur appliquée aux accents" + }, + "mainText": { + "label": "Couleur du texte principal", + "title": "Couleur appliquée au texte principal" + }, + "secondBackground": { + "label": "Couleur d'arrière-plan secondaire", + "title": "Couleur appliquée à l'arrière-plan secondaire" + }, + "theme": { + "select": { + "label": "Sélectionner le thème", + "title": "Sélectionner un thème à appliquer à la page" + } + } }, - "title": "Button Placement Settings" + "title": "Paramètres YouTube Deep Dark" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." + "forwardRewindButtons": { + "enable": { + "label": "Boutons Avancer/Reculer", + "title": "Ajoute des boutons Avancer et Reculer au lecteur vidéo" + }, + "settings": { + "time": { + "label": "Durée d'avance/recul", + "title": "Durée du saut avant/arrière dans la vidéo" + } }, + "title": "Paramètres des boutons Avancer/Reculer" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Toujours démarrer les vidéos à ce volume", + "title": "Lance automatiquement toutes les vidéos au volume sélectionné" }, - "title": "Custom CSS Settings" + "settings": { + "amount": { + "label": "Volume de démarrage vidéo", + "title": "Volume appliqué à chaque vidéo au début de la lecture" + } + }, + "title": "Forçage du volume global" }, - "featureMenu": { - "openType": { - "select": { - "label": "Action d'activation du menu", - "options": { - "click": "Clic", - "hover": "Survol" - }, - "title": "Sélectionnez la méthode pour activer le menu de fonctionnalités" + "miniPlayer": { + "button": { + "label": "Bouton Mini-lecteur", + "title": "Ajoute un bouton qui ouvre le mini-lecteur" + }, + "enable": { + "label": "Ouvrir le mini-lecteur lors de la consultation des commentaires", + "title": "Ouvre automatiquement le mini-lecteur lorsque vous faites défiler jusqu'aux commentaires." + }, + "settings": { + "position": { + "select": { + "label": "Position par défaut du mini-lecteur", + "options": { + "bottomCenter": "En bas au centre", + "bottomLeft": "En bas à gauche", + "bottomRight": "En bas à droite", + "topCenter": "En haut au centre", + "topLeft": "En haut à gauche", + "topRight": "En haut à droite" + }, + "title": "Définit la position initiale avant que vous ne déplaciez le mini-lecteur." + } }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Réglages exportés avec succès", - "title": "Exporter les paramètres vers un fichier JSON", - "value": "Exporter les paramètres" - }, - "importButton": { - "error": { - "unknown": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\nUne erreur inconnue s'est produite.", - "validation": "Erreur lors de l'importation des paramètres. Veuillez vérifier le format du fichier.\n{{ERROR_MESSAGE}}" - }, - "success": "Paramètres importés avec succès", - "title": "Importer les paramètres depuis un fichier JSON", - "value": "Importer les paramètres" - } - }, - "language": { - "select": { - "label": "Langue", - "title": "La langue à utiliser pour l'extension" + "size": { + "label": "Taille par défaut du mini-lecteur", + "title": "Définit la taille initiale avant que vous ne redimensionniez le mini-lecteur." + } }, - "title": "Langue" + "title": "Paramètres du mini-lecteur" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + "enable": { + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Désactiver automatiquement le mode ambiant", + "title": "Désactive automatiquement le mode ambiant lors du chargement d'une vidéo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Désactiver automatiquement la lecture automatique", + "title": "Désactive automatiquement la lecture automatique lors du chargement d'une vidéo" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Désactiver automatiquement les sous-titres", + "title": "Désactive automatiquement les sous-titres lors du chargement d'une vidéo" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Activer automatiquement les sous-titres", + "title": "Active automatiquement les sous-titres lors du chargement d'une vidéo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Agrandir automatiquement le lecteur", + "title": "Agrandit automatiquement le lecteur lors du chargement d'une vidéo" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Afficher automatiquement plus de vidéos sur l'écran de fin", + "title": "Affiche automatiquement plus de vidéos sur l'écran de fin lors du chargement d'une vidéo" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Bloquer la navigation par touches numériques", + "title": "Empêche les touches 0 à 9 de faire sauter à un pourcentage de la vidéo" + } + }, + "hidePosts": { + "enable": { + "label": "Masquer les publications", + "title": "Masque les publications sur la page d'accueil" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Bouton de copie de l'URL avec timestamp", + "title": "Copie l'URL de la vidéo avec le timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Utiliser la piste audio originale par défaut", + "title": "Toujours utiliser la piste audio originale par défaut" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Masquer les cartes de fin", + "title": "Masque les cartes à la fin de la vidéo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Bouton Masquer les cartes de fin", + "title": "Ajoute un bouton pour afficher/masquer les cartes à la fin de la vidéo" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Masquer le chat en direct", + "title": "Masque le chat en direct" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Masquer les vidéos réservées aux membres", + "title": "Masque les vidéos uniquement visibles par les membres" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Bouton Mono vers stéréo", + "title": "Ajoute un bouton pour convertir l'audio mono en stéréo. Les pistes stéréo restent inchangées." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Masquer les vidéos d'artistes officiels", + "title": "Masquer les vidéos d'artistes officiels de la page d'accueil" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Masquer la bannière de promotion payée", + "title": "Masque la bannière affichée lorsque vous regardez une vidéo avec promotion payée" + } + }, + "hidePlayables": { + "enable": { + "label": "Masquer les playables", + "title": "Masque tous les playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Masquer les playlists de la page d'accueil", + "title": "Supprimer les playlists de la page d'accueil" + } }, "hideScrollbar": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" + "enable": { + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Masquer les vidéos recommandées", + "title": "Masque la barre latérale qui recommande des vidéos" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Masquer le bouton « Traduire le commentaire »", + "title": "Masque le bouton 'Traduire en Langue' dans les commentaires" + } }, "loopButton": { - "label": "Bouton de boucle", - "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" + "enable": { + "label": "Bouton de boucle", + "title": "Ajoute un bouton au menu de fonctionnalité pour regarder la vidéo en boucle" + } }, "maximizePlayerButton": { - "label": "Agrandir les boutons du lecteur", - "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" + "enable": { + "label": "Agrandir les boutons du lecteur", + "title": "Ajoute un bouton au menu de fonctionnalité pour agrandir le lecteur" + } }, "openTranscriptButton": { - "label": "Bouton d'ouverture de la transcription", - "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" + "enable": { + "label": "Bouton d'ouverture de la transcription", + "title": "Ajoute un bouton au menu fonctionnalités pour ouvrir la transcription de la vidéo que vous regardez" + } }, "openYouTubeSettingsOnHover": { - "label": "Ouvrir les paramètres YouTube au survol", - "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" + "enable": { + "label": "Ouvrir les paramètres YouTube au survol", + "title": "Ouvre le menu des paramètres YouTube lorsque vous survolez le bouton des paramètres" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Mettre en pause les lecteurs en arrière-plan", + "title": "Met en pause les lecteurs vidéo dans les onglets en arrière-plan lorsque vous lancez un nouveau lecteur dans l'onglet au premier plan" + } }, "remainingTime": { - "label": "Temps restant", - "title": "Affiche le temps restant de la vidéo que vous regardez" + "enable": { + "label": "Temps restant", + "title": "Affiche le temps restant de la vidéo que vous regardez" + } }, - "rememberLastVolume": { - "label": "Sauvegarder le volume précédent", - "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + "rememberVolume": { + "enable": { + "label": "Sauvegarder le volume précédent", + "title": "Se souvenir du volume de la dernière vidéo que vous regardiez et définissez-le lorsque vous ouvrez une nouvelle vidéo" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Supprimer les URLs YouTube /redirect", + "title": "Remplace les redirections YouTube par les URLs réelles, en évitant la boîte de dialogue d'avertissement" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restaurer le défilement en plein écran", + "title": "Restaure le défilement en mode plein écran" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Activer le bouton « Enregistrer dans À regarder plus tard »", + "title": "Ajoute un bouton sur les vidéos de l'Accueil et des Abonnements pour les enregistrer dans la playlist « À regarder plus tard »" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Raccourcir le lien de partage de vidéo YouTube", + "title": "Raccourcit le lien de partage de vidéo YouTube (youtu.be) en supprimant les paramètres si/feature" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Défilement automatique des Shorts", + "title": "Défile automatiquement vers le Short suivant" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Ignorer « La vidéo est en pause. Voulez-vous continuer à regarder ? »", + "title": "Ignore la boîte de dialogue d'inactivité qui met la vidéo en pause" + } + }, + "timestampPeek": { + "enable": { + "label": "Aperçu d'horodatage", + "title": "Affichez un aperçu de la vidéo en survolant un horodatage. Cliquez sur l'aperçu pour lancer la lecture à ce moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Bouton de retournement horizontal de la vidéo", + "title": "Ajoute un bouton pour retourner la vidéo horizontalement" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Bouton de retournement vertical de la vidéo", + "title": "Ajoute un bouton pour retourner la vidéo verticalement" + } } }, "title": "Autre paramètres" }, - "onScreenDisplaySettings": { - "color": { - "label": "Couleur ", - "options": { - "blue": "Bleu", - "green": "Vert", - "orange": "Orange", - "pink": "Rose", - "purple": "Violet", - "red": "Rouge", - "white": "Blanc", - "yellow": "Jaune" - }, - "title": "Sélectionnez la couleur pour l'affichage On-Screen" - }, - "hide": { - "label": "Délai d'effacement", - "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" - }, - "opacity": { - "label": "Opacité", - "title": "Ajuster la transparence de l'affichage On-Screen" - }, - "padding": { - "label": "Marges interne", - "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "En bas à gauche", - "bottom_right": "En bas à droite", - "center": "Centre", - "top_left": "En haut à gauche", - "top_right": "En Haut à Droite" - }, - "title": "Sélectionnez la position de l'affichage On-Screen" - }, - "title": "Paramètres de l'affichage On-Screen", - "type": { - "label": "Type", - "options": { - "line": "Ligne", - "no_display": "Cacher", - "round": "Arrondi", - "text": "Texte" - }, - "title": "Sélectionnez le type d'affichage à l'écran" + "hideShorts": { + "title": "Masquer les Shorts", + "settings": { + "sidebar": { + "label": "Masquer dans la barre latérale", + "title": "Supprime le bouton Shorts de la barre latérale" + }, + "home": { + "label": "Masquer sur la page d'accueil", + "title": "Supprime la section Shorts de la page d'accueil" + }, + "channel": { + "label": "Masquer sur les pages de chaîne", + "title": "Supprime la section et l'onglet Shorts sur les pages de chaîne" + }, + "search": { + "label": "Masquer dans les résultats de recherche", + "title": "Supprime les vidéos Shorts des résultats de recherche" + }, + "videos": { + "label": "Masquer sur les pages de lecture", + "title": "Supprime les vidéos Shorts des recommandations sur les pages de lecture" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Couleur ", + "select": { + "options": { + "blue": "Bleu", + "green": "Vert", + "orange": "Orange", + "pink": "Rose", + "purple": "Violet", + "red": "Rouge", + "white": "Blanc", + "yellow": "Jaune" + } + }, + "title": "Sélectionnez la couleur pour l'affichage On-Screen" + }, + "hide": { + "label": "Délai d'effacement", + "title": "Spécifiez le temps, en millisecondes, avant de masquer automatiquement l'affichage à l'écran" + }, + "opacity": { + "label": "Opacité", + "title": "Ajuster la transparence de l'affichage On-Screen" + }, + "padding": { + "label": "Marges interne", + "title": "Ajustez l'espacement autour de l'affichage On-Screen. Cela s'applique spécifiquement à l'affichage On-Screen dans l'angle à l'écran." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "En bas à gauche", + "bottom_right": "En bas à droite", + "center": "Centre", + "top_left": "En haut à gauche", + "top_right": "En Haut à Droite" + } + }, + "title": "Sélectionnez la position de l'affichage On-Screen" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Cercle", + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" + } + }, + "title": "Sélectionnez le type d'affichage à l'écran" + } + }, + "title": "Paramètres d'affichage à l'écran" + }, + "playerQuality": { + "enable": { + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + }, + "settings": { + "quality": { + "select": { + "label": "Résolution", + "title": "La vidéo aura cette résolution" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Stratégie de repli de qualité", + "options": { + "higher": "Supérieure", + "lower": "Inférieure" + }, + "title": "Stratégie à utiliser lorsque la qualité sélectionnée n'est pas disponible" + } + } + }, + "title": "Paramètres de qualité automatique" + }, + "playerSpeed": { "enable": { "label": "Vitesse de lecture forcée", "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" }, - "select": { - "label": "Vitesse de la vidéo", - "title": "La vitesse à laquelle la vidéo est définie" + "settings": { + "buttons": { + "label": "Boutons de vitesse de lecture", + "select": { + "label": "Pas des boutons de vitesse", + "title": "Variation de vitesse par clic" + }, + "title": "Ajoute des boutons pour augmenter ou diminuer la vitesse de lecture de la vidéo en cours" + }, + "speed": { + "select": { + "label": "Vitesse de la vidéo", + "title": "La vitesse à laquelle la vidéo est définie" + } + } }, "title": "Réglages de vitesse de lecture" }, + "playlistLength": { + "enable": { + "label": "Afficher les informations de durée de playlist", + "title": "Affiche les informations de durée totale, temps visionné, et durée restante, pour la playlist" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Méthode pour obtenir la durée de la playlist", + "title": "Méthode utilisée pour obtenir les informations de durée de la playlist (la méthode API se rabattra sur HTML en cas d'erreur)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Méthode pour obtenir le temps visionné", + "options": { + "duration": "Durée de la vidéo", + "youtube": "Temps de visionnage" + }, + "title": "Méthode utilisée pour obtenir le temps visionné (le type Durée de la vidéo n'est utilisé que sur la page de lecture)" + } + } + }, + "title": "Paramètres de durée de playlist" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Bouton Marquer comme non visionnée", + "title": "Ajoute un bouton pour marquer les vidéos comme non visionnées" + } + }, + "removeVideoButton": { + "enable": { + "label": "Bouton Supprimer la vidéo", + "title": "Ajoute un bouton pour supprimer des vidéos de la playlist" + } + } + }, + "title": "Paramètres de gestion de playlist" + }, "screenshotButton": { "enable": { "label": "Bouton de capture d'écran", "title": "Ajoute un bouton au lecteur pour prendre une capture d'écran de la vidéo" }, - "saveAs": { - "clipboard": "Presse-papiers", - "file": "Fichier" - }, - "selectFormat": { - "label": "Format de la capture d'écran", - "title": "Le format dans lequel enregistrer la capture d'écran" - }, - "selectSaveAs": { - "label": "Type de sauvegarde de la capture d'écran", - "title": "Le type de sauvegarde de la capture d'écran" + "settings": { + "format": { + "label": "Format de la capture d'écran", + "title": "Le format dans lequel enregistrer la capture d'écran" + }, + "saveAs": { + "select": { + "label": "Type de sauvegarde de la capture d'écran", + "options": { + "both": "Les deux (Fichier et Presse-papier)", + "clipboard": "Presse-papiers", + "file": "Fichier" + }, + "title": "Le type de sauvegarde de la capture d'écran" + } + } }, "title": "Paramètres de capture d’écran" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Vitesse de défilement", - "title": "Ajuste la vitesse de défilement" - }, "enable": { "label": "Contrôle de la vitesse de défilement", "title": "Appuyez sur la touche de modification pour activer le réglage de la vitesse de défilement de la molette." }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" + "extras": { + "optionLabel": "touche {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Vitesse de défilement", + "title": "Ajuste la vitesse de défilement" + }, + "modifierKey": { + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + } + } }, "title": "Paramètres de contrôle de la vitesse de défilement" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Pas de volume par défilement", - "title": "Ajuster le changement de volume par défilement" - }, "enable": { "label": "Contrôle du volume avec la molette de défilement", "title": "Permet d'utiliser la molette de défilement pour contrôler le volume de la vidéo que vous regardez" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "touche {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Pas de volume par défilement", + "title": "Ajuster le changement de volume par défilement" + }, + "holdModifierKey": { "label": "Activer lorsqu'une touche est maintenue", + "select": { + "label": "Touche de clavier", + "title": "La touche de clavier à utiliser" + }, "title": "Appuyez sur une touche pour activer le réglage du volume à l'aide de la molette de défilement." }, - "optionLabel": "touche {{KEY}}", - "select": { - "label": "Touche de clavier", - "title": "La touche de clavier à utiliser" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "Activer lorsque le clic droit est enfoncé", "title": "Maintenez le clic droit pour activer le contrôle du volume par la molette de défilement" } @@ -355,38 +936,46 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Suivre les vidéos visionnées", + "title": "Mémorise où vous vous êtes arrêté dans les vidéos en cours et permet de reprendre la lecture" + }, + "settings": { + "resumeType": { + "select": { + "label": "Type de reprise", + "options": { + "automatic": "Automatique", + "prompt": "Demander" + }, + "title": "Sélectionnez comment reprendre les vidéos" + } } }, - "title": "Video history settings" + "title": "Paramètres de l'historique vidéo" }, "volumeBoost": { - "boostAmount": { - "label": "Gain du volume (dB)", - "title": "La quantité de gain pour le volume" - }, "enable": { "label": "Gain du volume", "title": "Activer le gain du volume" }, - "mode": { - "select": { - "label": "Mode du gain du volume", - "options": { - "global": "Global", - "perVideo": "Par vidéo" - }, - "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." + "settings": { + "amount": { + "label": "Gain du volume (dB)", + "title": "Quantité d'amplification du volume. Vous pouvez aussi utiliser la molette sur le bouton d'amplification du volume (Maj/Ctrl pour des pas plus importants) pour l'ajuster." + }, + "amount_global_only": { + "label": "Quantité d'amplification du volume (dB)", + "title": "Quantité d'amplification par laquelle le volume augmente à chaque pas." + }, + "mode": { + "select": { + "label": "Mode du gain du volume", + "options": { + "global": "Global", + "perVideo": "Par vidéo" + }, + "title": "Choisissez comment le gain du volume est appliquée. 'Par vidéo' permet d'activer le gain pour chaque vidéo individuellement dans le menu des paramètres. 'Global' applique le gain à toutes les vidéos lorsque le gain du volume est activée." + } } }, "title": "Réglages de du gain du volume" diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 5a972baa2..e40ea94a2 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -8,57 +8,315 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Hide end screen cards", + "on": "Show end screen cards" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." }, "success": { "saved": "Options saved." @@ -67,288 +325,611 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } + "title": "Custom CSS settings" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } }, - "title": "Button Placement Settings" + "title": "YouTube deep dark settings" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } }, - "title": "Custom CSS Settings" + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } }, - "title": "Language" + "title": "Mini Player settings" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { "enable": { "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, "screenshotButton": { "enable": { "label": "Screenshot button", "title": "Adds a button to the player to take a screenshot of the video" }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } }, "title": "Screenshot settings" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } }, "title": "Scroll wheel speed control settings" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Scroll wheel volume control", "title": "Lets you use the scroll wheel to control the volume of the video you're watching" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} key" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" } }, "title": "Scroll wheel volume control settings" @@ -358,35 +939,43 @@ "label": "Track watched videos", "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } } }, "title": "Video history settings" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Volume boost", "title": "Enable volume boost" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } } }, "title": "Volume boost settings" diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index d8290dcb7..1cefe4ebc 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -2,63 +2,321 @@ "langCode": "hi-IN", "langName": "Hindi", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "{{VIDEO_TIME}} पर वीडियो पुनः आरंभ किया जा रहा है", + "settingVolume": "ध्वनि प्रवर्धन को {{VOLUME_BOOST_AMOUNT}} पर सेट किया जा रहा है" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "टाइमस्टैम्प सहित वीडियो URL कॉपी करें" + }, + "extras": { + "copied": "कॉपी किया गया!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "सुविधा मेनू" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} तक तेज़ी से आगे बढ़ाएँ" + }, + "rewindButton": { + "label": "{{TIME}} तक पीछे ले जाएँ" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "अंतिम स्क्रीन कार्ड छिपाएँ", + "toggle": { + "off": "अंतिम स्क्रीन कार्ड छिपाएँ", + "on": "अंतिम स्क्रीन कार्ड दिखाएँ" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "दोहराव", + "toggle": { + "off": "दोहराव बंद", + "on": "दोहराव चालू" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "अधिकतम करें", + "toggle": { + "off": "अधिकतम बंद", + "on": "अधिकतम चालू" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "सेटिंग्स को JSON फ़ाइल में निर्यात करें", + "value": "निर्यात सेटिंग्स" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." }, "success": { "saved": "Options saved." @@ -67,288 +325,611 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." }, - "title": "Automatic quality settings" - }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } + "title": "Custom CSS settings" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } }, - "title": "Button Placement Settings" + "title": "YouTube deep dark settings" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } }, - "title": "Custom CSS Settings" + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } }, - "title": "Language" + "title": "Mini Player settings" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "Miscellaneous settings" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { "enable": { "label": "Forced playback speed", "title": "Sets the video speed to what you choose below" }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } }, "title": "Playback speed settings" }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, "screenshotButton": { "enable": { "label": "Screenshot button", "title": "Adds a button to the player to take a screenshot of the video" }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" - }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" - }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } }, "title": "Screenshot settings" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } }, "title": "Scroll wheel speed control settings" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Scroll wheel volume control", "title": "Lets you use the scroll wheel to control the volume of the video you're watching" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} key" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" } }, "title": "Scroll wheel volume control settings" @@ -358,35 +939,43 @@ "label": "Track watched videos", "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } } }, "title": "Video history settings" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Volume boost", "title": "Enable volume boost" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } } }, "title": "Volume boost settings" diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 85b23f30e..7510afc95 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -2,394 +2,983 @@ "langCode": "it-IT", "langName": "Italiano", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Gestione audio mono", + "toggle": { + "on": "Audio mono/stereo", + "off": "Audio originale" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Ribalta video orizzontalmente" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Ribalta video verticalmente" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copia URL video con temporizzazione" + }, + "extras": { + "copied": "Copiato!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Menu' funzioni" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avanti veloce di {{TIME}}" + }, + "rewindButton": { + "label": "Riavvolgi di {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Nascondi le schede finali", + "toggle": { + "off": "Nascondi schede di fine schermo", + "on": "Mostra schede di fine schermo" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza spento", + "on": "Massimizza il" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini riproduttore", + "toggle": { + "off": "Mini riproduttore inattivo", + "on": "Mini riproduttore attivo" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{SPEED}})" + } + }, + "playlistLength": { + "title": "La lunghezza totale può non essere accurata se alcuni video sono nascosti o se non hai caricato abbastanza video per ottenere la lunghezza completa." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Impossibile contrassegnare il video come non visto", + "failedToRemoveVideo": "Impossibile rimuovere il video", + "markAsUnwatched": "Contrassegna come non visto", + "markingAsUnwatched": "Contrassegno come non visto…", + "removeVideo": "Rimuovi video", + "removingVideo": "Rimozione video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Impossibile salvare il video in Guarda più tardi", + "saveVideo": "Salva per guardare più tardi", + "savingVideo": "Salvataggio per guardare più tardi…" + } }, "screenshotButton": { - "copiedToClipboard": "Screenshot copied to clipboard", - "label": "Screenshot" + "button": { + "label": "Schermata" + }, + "extras": { + "copiedToClipboard": "Schermata copiata negli Appunti" + } }, "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" + "extras": { + "resumeButton": "Riprendi", + "resumePromptClose": "Chiudi" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Potenziamento volume ({{value}} dB)", + "toggle": { + "off": "Aumento volume NO", + "on": "Potenziamento volume ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Cancella tutti i dati che questa estensione ha memorizzato sulla tua macchina", + "value": "Cancella dati" + }, + "confirm": { + "title": "Conferma ripristino impostazioni", + "value": "Conferma" + }, + "openTab": { + "title": "Apri le impostazioni delle estensioni in una nuova scheda" + }, + "reset": { + "title": "Reimposta tutte le impostazioni ai valori predefiniti, fare clic sul pulsante di conferma per salvare le modifiche", + "value": "Reimposta" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Pulsante \"Copia URL video con temporizzazione\"", + "decreasePlaybackSpeedButton": "Pulsante Riduci velocità", + "forwardButton": "Pulsante Avanti veloce", + "hideEndScreenCardsButton": "Pulsante Nascondi schede finali", + "increasePlaybackSpeedButton": "Pulsante Aumenta velocità", + "loopButton": "Pulsante Ripeti", + "maximizePlayerButton": "Pulsante Massimizza", + "miniPlayerButton": "Pulsante Mini riproduttore", + "openTranscriptButton": "Apri pulsante Trascrizione", + "rewindButton": "Pulsante riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume", + "flipVideoVerticalButton": "Pulsante 'Ribalta video verticalmente'", + "flipVideoHorizontalButton": "Pulsante 'Ribalta video orizzontalmente'", + "monoToStereoButton": "Pulsante da mono a stereo" + }, + "options": { + "below_player": { + "placement": "sotto i controlli del riproduttore", + "value": "Sotto il riproduttore" + }, + "feature_menu": { + "placement": "nel menu' delle funzioni", + "value": "Menu' funzioni" + }, + "player_controls_left": { + "placement": "alla sinistra dei controlli di riproduzione", + "value": "Controlli A Sinistra" + }, + "player_controls_right": { + "placement": "alla destra dei controlli di riproduzione", + "value": "Controlli Destri" + }, + "same": { + "placement": "nella stessa posizione", + "value": "Come normale" + } + }, + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Quando a schermo intero, posiziona l' {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Schermo", + "normalLabel": "Normale" + }, + "title": "Impostazioni posizione pulsanti" + }, + "clearData": { + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati relativi alle estensioni relative alle opzioni. Continuare?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo attivazione menu'", + "options": { + "click": "Clic", + "hover": "Sorvola" + }, + "title": "Seleziona il metodo per attivare il menu funzionalità" + }, + "title": "Impostazioni menu funzionalità" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Impostazioni esportate con successo", + "title": "Esporta le impostazioni in un file JSON", + "value": "Esporta Impostazioni" + }, + "importButton": { + "error": { + "unknown": "Errore nell'importazione delle impostazioni. Si prega di controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controlla il formato del file.\n{{ERROR_MESSAGE}}" + }, + "success": "Impostazioni importate con successo", + "title": "Importa le impostazioni da un file JSON", + "value": "Impostazioni Di Importazione" + } + }, + "language": { + "select": { + "label": "Lingua", + "title": "La lingua da usare per l'estensione" + }, + "title": "Lingua" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Apri la pagina delle impostazioni dopo l'aggiornamento", + "title": "Apre la pagina delle impostazioni quando è installata una versione più recente o antecedente di YouTube Enhancer" + }, + "optionDisabled": { + "either": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " o " + }, + "plural": { + "label": "Abilita {{OPTIONS}} per configurare questa opzione", + "separator": " e " + }, + "singular": "Abilita '{{OPTION}}' per configurare questa opzione", + "specificOption": { + "featureMenu": "Configura almeno un pulsante da posizionare nel menu' delle funzioni per configurare questa opzione.", + "globalVolume": "Disabilita 'Ricorda ultimo volume' per configurare questa opzione", + "rememberVolume": "Disabilita 'Volume globale' per configurare questa opzione", + "screenshotButtonFileFormat": "Imposta il tipo di salvataggio della schermata su 'File' o 'Entrambi' per configurare questa opzione" + } + }, + "settingSearch": { + "placeholder": "Cerca un'impostazione" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Puoi ottenerne una da qui", + "input": { + "label": "Chiave API", + "title": "Inserisci la tua chiave Youtube API V3." + }, + "title": "Chiave API V3 di YouTube" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Applica", + "cancel": "Annulla", + "enabledConflict": { + "description": "'{{FEATURE_A}}' e '{{FEATURE_B}}' non possono essere abilitati entrambi. Scegli quale mantenere." + }, + "keepFirst": "Mantieni {{FEATURE}}", + "keepSecond": "Mantieni {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' non può usare la stessa chiave modificatore.", + "selectNewKey": "Cambia tasto modificatore:" + }, + "resolveConflict": "Si prega di risolvere tutti i conflitti prima di applicare.", + "title": "Importa Conflitti Rilevati" + }, + "optionConflict": "Questa opzione non può essere abilitata mentre '{{OPTION}}' è abilitato.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Il tasto per modificare la velocità della rotellina del mouse non può essere lo stesso che modifica il volume con la rotellina del mouse.", + "volumeControl": "Il tasto che modifica il volume con la rotellina del mouse non può essere lo stesso che modifica la velocità della rotellina del mouse." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Le opzioni sono state reimpostate ai valori predefiniti.\nPuoi salvare le modifiche cliccando il pulsante \"Conferma\" o scartarle chiudendo la pagina oppure ignorando questa notifica." }, "success": { - "saved": "Options saved." + "saved": "Opzioni salvate." } } } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." }, - "title": "Automatic quality settings" + "title": "Impostazioni CSS personalizzate" }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" + }, + "extras": { + "author": "Autore", + "co-authors": "Co-autori" + }, + "settings": { + "colorShadow": { + "label": "Colore ombra", + "title": "Colore per le ombre" + }, + "dimmerText": { + "label": "Colore secondario del testo", + "title": "Colore del testo secondario" + }, + "hoverBackground": { + "label": "Colore sfondo quando puntato", + "title": "Colore per lo sfondo al passaggio" + }, + "mainBackground": { + "label": "Colore sfondo principale", + "title": "Colore per lo sfondo principale" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainColor": { + "label": "Colore accento", + "title": "Colore per accento" + }, + "mainText": { + "label": "Colore testo principale", + "title": "Colore per il testo principale" + }, + "secondBackground": { + "label": "Colore sfondo secondario", + "title": "Colore per lo sfondo secondario" + }, + "theme": { + "select": { + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" + } + } }, - "title": "Button Placement Settings" + "title": "Impostazioni scure di YouTube" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" }, + "settings": { + "time": { + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" + } + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Avvia sempre video usando questo volume", + "title": "Inizia automaticamente tutti i video usando il volume selezionato" + }, + "settings": { + "amount": { + "label": "Volume iniziale video", + "title": "Il volume assegnato a ogni video quando inizia la riproduzione" + } }, - "title": "Custom CSS Settings" + "title": "Sovrascrittura volume globale" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Pulsante Mini riproduttore", + "title": "Aggiunge un pulsante che apre il mini riproduttore" + }, + "enable": { + "label": "Apri Mini riproduttore quando si visualizzano i commenti", + "title": "Apre automaticamente il Mini riproduttore quando scorri verso i commenti." + }, + "settings": { + "position": { + "select": { + "label": "Posizione del mini riproduttore predefinita", + "options": { + "bottomCenter": "In basso al centro", + "bottomLeft": "In basso a sinistra", + "bottomRight": "In basso a destra", + "topCenter": "In alto al centro", + "topLeft": "Alto - sinistra", + "topRight": "In alto a destra" + }, + "title": "Imposta la posizione di partenza prima di spostare il Mini riproduttore." + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Dimensione predefinita del mini riproduttore", + "title": "Imposta la dimensione iniziale prima di ridimensionare il mini riproduttore." + } }, - "title": "Language" + "title": "Impostazioni mini riproduttore" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Disabilita automaticamente la modalità ambiente", + "title": "Disabilita automaticamente la modalità ambiente quando si carica un video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Disabilita automaticamente la riproduzione automatica", + "title": "Disabilita automaticamente la riproduzione automatica quando carichi un video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Disabilita automaticamente le didascalie chiuse", + "title": "Disabilita automaticamente le didascalie chiuse quando si carica un video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Abilita automaticamente le didascalie chiuse", + "title": "Abilita automaticamente le didascalie chiuse quando si carica un video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Massimizza automaticamente il riproduttore", + "title": "Massimizza automaticamente il riproduttore quando carichi un video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Mostra automaticamente altri video sulla schermata finale", + "title": "Mostra automaticamente più video sulla schermata finale quando si carica un video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Blocca ricerca chiave numero", + "title": "Impedisce alla pressione 0-9 di attuare salti a una percentuale del video" + } + }, + "hidePosts": { + "enable": { + "label": "Nascondi post", + "title": "Nasconde i post dalla pagina iniziale" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Traccia audio originale predefinita", + "title": "Traccia audio originale sempre predefinita" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Nascondi i video dei membri", + "title": "Nasconde i video che sono visibili solo ai membri" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Pulsante da mono a stereo", + "title": "Aggiunge un pulsante per convertire l'audio mono in stereo. Le tracce stereo rimangono invariate." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Nascondi video ufficiali dell'artista", + "title": "Nascondi video ufficiali dell'artista dalla pagina iniziale" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" + } + }, + "hidePlayables": { + "enable": { + "label": "Nascondi giocabili", + "title": "Nasconde tutti i giocabili" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Nascondi liste riproduzioni dalla pagina iniziale", + "title": "Elimina le liste riproduzioni dalla pagina iniziale" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Nascondi i video raccomandati", + "title": "Nasconde la barra laterale che raccomanda i video" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Apri le impostazioni di YouTube al sorvolo", + "title": "Apre il menu' delle impostazioni di YouTube quando si passa sopra il pulsante delle impostazioni" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Metti in pausa riproduttori in secondo piano", + "title": "Mette in pausa i riproduttori video nelle schede nascoste quando si avvia un nuovo riproduttore nella scheda aperta" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Ricorda l'ultimo volume", + "title": "Ricorda il volume dell'ultimo video che hai guardato e lo imposta quando apri un nuovo video" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Ripristina scorrimento a schermo intero", + "title": "Ripristina lo scorrimento nella modalità schermo intero" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Abilita il pulsante del salvataggio per guardare più tardi", + "title": "Aggiunge un pulsante ai video Home e Abbonamenti per salvare il video nella lista riproduzioni 'Guarda più tardi'" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Abbrevia il collegamento di condivisione video di YouTube", + "title": "Riduce il collegamento di condivisione video di YouTube (youtu.be) eliminando da esso i parametri si/feature" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" + } + }, + "timestampPeek": { + "enable": { + "label": "Anteprima marcatura oraria", + "title": "Mostra in anteprima il video puntando un marcatore temporale. Clicca l'anteprima per iniziare la riproduzione da quel momento." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Pulsante capovolgimento video orizzontale", + "title": "Aggiunge un pulsante per capovolgere il video orizzontalmente" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Pulsante capovolgimento video verticale", + "title": "Aggiunge un pulsante per capovolgere il video verticalmente" + } } }, - "title": "Miscellaneous settings" + "title": "Impostazioni varie" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Nascondi corti", + "settings": { + "sidebar": { + "label": "Nascondi nella barra laterale", + "title": "Rimuove il pulsante dei corti dalla barra laterale" + }, + "home": { + "label": "Nascondi su feed Inizio", + "title": "Rimuove la sezione dei corti dal feed Inizio" + }, + "channel": { + "label": "Nascondi nelle pagine dei canali", + "title": "Rimuove lo scaffale e la scheda dei corti nelle pagine dei canali" + }, + "search": { + "label": "Nascondi nei risultati della ricerca", + "title": "Rimuove i video dei corti dai risultati della ricerca" + }, + "videos": { + "label": "Nascondi nelle pagine dell'orologio", + "title": "Rimuove i video dei corti dai consigli nelle pagine dell'orologio" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Colore", + "select": { + "options": { + "blue": "Blu", + "green": "Verde", + "orange": "Arancione", + "pink": "Rosa", + "purple": "Viola", + "red": "Rosso", + "white": "Bianco", + "yellow": "Giallo" + } + }, + "title": "Seleziona il colore per lo schermo interattivo" + }, + "hide": { + "label": "Ritardo sparizione", + "title": "Specifica il tempo, in millisecondi, prima di nascondere automaticamente le parti interattive" + }, + "opacity": { + "label": "Opacità", + "title": "Regola l'opacità delle parti interattive" + }, + "padding": { + "label": "Bordatura", + "title": "Regola la bordatura dello schermo in pixel. Questo si applica specificamente agli angoli dello schermo." + }, + "position": { + "label": "Posizione", + "select": { + "options": { + "bottom_left": "In basso a sinistra", + "bottom_right": "In basso a destra", + "center": "Centro", + "top_left": "Alto a sinistra", + "top_right": "In alto a destra" + } + }, + "title": "Seleziona la posizione dello schermo interattivo" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" + } + }, + "title": "Seleziona il tipo di schermo interattivo" + } + }, + "title": "Impostazioni schermo" + }, + "playerQuality": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." + }, + "settings": { + "quality": { + "select": { + "label": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Strategia ripiego qualità", + "options": { + "higher": "Più alta", + "lower": "Più bassa" + }, + "title": "La strategia da usare quando la qualità selezionata non è disponibile" + } + } }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "title": "Impostazioni qualità automatiche" + }, + "playerSpeed": { + "enable": { + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" + }, + "settings": { + "buttons": { + "label": "Pulsanti velocità riproduzione", + "select": { + "label": "Velocità ai pulsanti di riproduzione", + "title": "Quantità di velocità che il clic modifica" + }, + "title": "Aggiunge pulsanti per aumentare o diminuire la velocità di riproduzione del video che stai guardando" + }, + "speed": { + "select": { + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" + } + } }, - "title": "Playback speed settings" + "title": "Impostazioni velocità riproduzione" }, - "screenshotButton": { + "playlistLength": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "Mostra informazioni lunghezza lista riproduzioni", + "title": "Mostra la lunghezza totale della lista riproduzioni, quanto è stato guardato e quanto ne rimane." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metodo per ottenere la lunghezza della lista riproduzioni", + "title": "Il modo per ottenere informazioni sulla lunghezza della lista riproduzioni (il metodo API sarà ripiegato in HTML se si verificasse un errore)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metodo per ottenere il tempo già riprodotto", + "options": { + "duration": "Durata del video", + "youtube": "Tempo in riproduzione" + }, + "title": "Il modo per ottenere la quantità di tempo guardato (tipo di lunghezza video usato solo nella pagina di riproduzione)" + } + } }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "title": "Impostazioni lunghezza lista riproduzioni" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Marca come pulsante non visto", + "title": "Aggiunge un pulsante per marcare i video come non visti" + } + }, + "removeVideoButton": { + "enable": { + "label": "Rimuovi pulsante video", + "title": "Aggiunge un pulsante per rimuovere i video dalla lista riproduzioni" + } + } }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "title": "Impostazioni gestione scaletta" + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" + }, + "saveAs": { + "select": { + "label": "Tipo salvataggio schermata", + "options": { + "both": "Entrambi (File e Appunti)", + "clipboard": "Appunti", + "file": "File" + }, + "title": "Il tipo di salvataggio della schermata" + } + } }, - "title": "Screenshot settings" + "title": "Impostazioni schermata" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "Tasto {{KEY}}" }, - "title": "Scroll wheel speed control settings" + "settings": { + "adjustmentSteps": { + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" + }, + "modifierKey": { + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + } + } + }, + "title": "Impostazioni controllo velocità con rotellina" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Controllo volume con rotellina", + "title": "Permette di usare la rotellina di scorrimento per controllare il volume del video che stai guardando" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "Tasto {{KEY}}" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" + }, + "holdModifierKey": { + "label": "Abilita tenendo premuto il tasto modificatore", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + }, + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." + }, + "holdRightClick": { + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" } }, - "title": "Scroll wheel volume control settings" + "title": "Impostazioni controllo volume con rotellina" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "settings": { + "resumeType": { + "select": { + "label": "Tipo ripresa", + "options": { + "automatic": "Automatico", + "prompt": "Mostra" + }, + "title": "Seleziona come vuoi riprendere i video" + } } }, - "title": "Video history settings" + "title": "Impostazioni cronologia video" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Aumento volume", + "title": "Abilita aumento volume" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Aumento volume (dB)", + "title": "La quantità di aumento per il volume. È anche possibile scorrere sopra il pulsante del volume (Maiusc/Ctrl per incrementi maggiori) per regolarlo." + }, + "amount_global_only": { + "label": "Incremento volume (dB)", + "title": "La quantità da aggiungere al volume." + }, + "mode": { + "select": { + "label": "Modalità aumento volume", + "options": { + "global": "Globale", + "perVideo": "Per video" + }, + "title": "Scegli come l'aumento del volume è applicato. 'Per video' permette di abilitare la spinta per ogni video singolarmente nel menu' delle funzioni. 'Globale' applica la spinta a tutti i video quando l'amplificazione del volume è abilitata." + } } }, - "title": "Volume boost settings" + "title": "Impostazioni aumento volume" } } } diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 7c8ffef68..0153a06ae 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -8,48 +8,306 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "モノラルオーディオの処理", + "toggle": { + "on": "Mono → Stereo Output", + "off": "元のオーディオ" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "ビデオを水平方向に反転" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "ビデオを垂直方向に反転" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "タイムスタンプ付きの動画URLをコピーする" + }, + "extras": { + "copied": "コピー完了!" + } + }, "featureMenu": { - "label": "フィーチャー・メニュー" + "button": { + "label": "フィーチャー・メニュー" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}}で早送する" + }, + "rewindButton": { + "label": "巻き戻し: {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "終了画面のカードを非表示にする", + "toggle": { + "off": "終了画面のカードを隠す", + "on": "終了画面のカードを表示" + } + } }, "loopButton": { - "label": "ループ", - "toggle": { - "off": "ループオフ", - "on": "ループオン" + "button": { + "label": "ループ", + "toggle": { + "off": "ループオフ", + "on": "ループオン" + } } }, "maximizePlayerButton": { - "label": "最大表示", - "toggle": { - "off": "最大表示オフ", - "on": "最大表示オン" + "button": { + "label": "最大表示", + "toggle": { + "off": "最大表示オフ", + "on": "最大化" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "文字起こしを見せる" + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "extras": { + "decreaseLimit": "再生速度を下げるはできまっせん ({{SPEED}})", + "increaseLimit": "再生速度を上げるはできまっせん ({{SPEED}})" + } + }, + "playlistLength": { + "title": "一部の動画が非表示になっている場合、または完全な長さを得るために十分な動画を読み込んでいない場合、合計長さが正確でない可能性があります。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "ビデオを未視聴としてマークできませんでした", + "failedToRemoveVideo": "動画を削除できませんでした", + "markAsUnwatched": "未視聴にする", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "ビデオを削除", + "removingVideo": "ビデオの削除..." + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "後で見ることに失敗しました", + "saveVideo": "後でウォッチに保存", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました", - "label": "スクリーンショット" + "button": { + "label": "スクリーンショット" + }, + "extras": { + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" + } }, "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" + "extras": { + "resumeButton": "レジューム", + "resumePromptClose": "終了" } }, "volumeBoostButton": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" + "button": { + "label": "音量ブースト({{value}} dB)", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブースト ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "この拡張機能がマシンに保存されているすべてのデータを消去します", + "value": "データの消去" + }, + "confirm": { + "title": "設定のリセットを確認", + "value": "確認" + }, + "openTab": { + "title": "拡張機能の設定を新しいタブで開く" + }, + "reset": { + "title": "すべての設定をデフォルトにリセットします。確認ボタンをクリックして変更を保存します。", + "value": "リセット" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "高速転送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "miniPlayerButton": "Mini Playerボタン", + "openTranscriptButton": "トランスクリプトボタンを開く", + "rewindButton": "巻き戻すボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン", + "flipVideoVerticalButton": "ビデオを垂直方向に反転", + "flipVideoHorizontalButton": "ビデオを水平方向に反転", + "monoToStereoButton": "モノラルからステレオへのボタン" + }, + "options": { + "below_player": { + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" + }, + "feature_menu": { + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" + }, + "player_controls_left": { + "placement": "プレイヤーコントローラーの左側", + "value": "左コントロール" + }, + "player_controls_right": { + "placement": "プレイヤーコントローラーの右側", + "value": "右コントロール" + }, + "same": { + "placement": "同じ位置で", + "value": "通常と同じ" + } + }, + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する", + "fullscreenTitle": "フルスクリーンの場合、 {{BUTTON_NAME}} {{PLACEMENT}} を配置します", + "fullscreenLabel": "全画面", + "normalLabel": "標準" + }, + "title": "ボタン置き方設定" + }, + "clearData": { + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべての拡張データを削除します。続行しますか?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "メニューの有効化型", + "options": { + "click": "ボタンクリック", + "hover": "マウスホバー" + }, + "title": "フィーチャーメニューを有効にする方法を選択してください" + }, + "title": "機能メニューの設定" + } + }, + "importExportSettings": { + "exportButton": { + "success": "設定を正常にエクスポートしました", + "title": "設定を JSON ファイルにエクスポート", + "value": "エクスポート設定" + }, + "importButton": { + "error": { + "unknown": "設定のインポート中にエラーが発生しました。ファイル形式を確認してください。\n不明なエラーが発生しました。", + "validation": "設定のインポートエラー。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" + }, + "success": "設定が正常にインポートされました", + "title": "JSONファイルから設定をインポート", + "value": "インポート設定" + } + }, + "language": { + "select": { + "label": "言語", + "title": "拡張機能に使用する言語" + }, + "title": "言語" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "更新時に設定ページを開く", + "title": "YouTube Enhancer のメジャーバージョンまたはマイナーバージョンがインストールされている場合、設定ページを開きます。" + }, + "optionDisabled": { + "either": { + "label": "このオプションを設定するには {{OPTIONS}} を有効にしてください", + "separator": " や " + }, + "plural": { + "label": "このオプションを設定するには {{OPTIONS}} を有効にしてください", + "separator": " と " + }, + "singular": "'{{OPTION}}' 設定を有効にする", + "specificOption": { + "featureMenu": "このオプションを設定するには、少なくとも1つのボタンをフィーチャーメニューに配置するように設定します。", + "globalVolume": "このオプションを設定するには「最後のボリュームを記憶する」を無効にします", + "rememberVolume": "このオプションを設定するには「グローバルボリューム」を無効にしてください", + "screenshotButtonFileFormat": "このオプションを設定するには、スクリーンショットの保存タイプを「ファイル」または「両方」に設定します" + } + }, + "settingSearch": { + "placeholder": "設定を探す" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "APIキーがここで取得をします。", + "input": { + "label": "APIキー", + "title": "YouTube API V3キーを入力してください。" + }, + "title": "YouTube API V3キー" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "適用", + "cancel": "キャンセル", + "enabledConflict": { + "description": "'{{FEATURE_A}}' と '{{FEATURE_B}}' の両方を有効にすることはできません。" + }, + "keepFirst": "{{FEATURE}} を維持", + "keepSecond": "{{FEATURE}} を維持", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' と '{{FEATURE_B}}' は同じ修飾キーを使用できません。", + "selectNewKey": "修飾キーを変更:" + }, + "resolveConflict": "申し込む前にすべての競合を解決してください。", + "title": "インポートの競合が検出されました" + }, + "optionConflict": "このオプションは '{{OPTION}}' が有効な間は有効にできません。", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" }, - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" + "extras": { + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" }, - "title": "自動画質設定" - }, - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } + "title": "カスタムCSS設定" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "openTranscriptButton": "文字起こしを見せるボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } + "deepDarkCSS": { + "enable": { + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" + }, + "extras": { + "author": "作家", + "co-authors": "共同作家" + }, + "settings": { + "colorShadow": { + "label": "陰の色", + "title": "陰の色" }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" + "dimmerText": { + "label": "二の次テキストの色", + "title": "二の次テキストの色" + }, + "hoverBackground": { + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" + }, + "mainBackground": { + "label": "主背景色", + "title": "主背景の色" + }, + "mainColor": { + "label": "アクセント色", + "title": "アクセントの色" + }, + "mainText": { + "label": "メインテキスト色", + "title": "メインテキストの色" + }, + "secondBackground": { + "label": "二次背景色", + "title": "二次背景の色" + }, + "theme": { + "select": { + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" + } + } }, - "title": "ボタン置き方設定" + "title": "YouTubeディープダーク設定" }, - "customCSS": { - "editor": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" }, + "settings": { + "time": { + "label": "早送/リワインド時間", + "title": "動画に早送/リワインドを量時間" + } + }, + "title": "早送/リワインドボタン設定" + }, + "globalVolume": { "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" + "label": "このボリュームでビデオを常に開始", + "title": "選択したボリュームからすべてのビデオを自動的に開始します" }, - "title": "カスタムCSS設定" + "settings": { + "amount": { + "label": "ビデオの開始音量", + "title": "再生開始時にすべてのビデオに適用される音量" + } + }, + "title": "グローバル音量の上書き" }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" + "miniPlayer": { + "button": { + "label": "Mini Playerボタン", + "title": "ミニプレーヤーを開くボタンを追加します" + }, + "enable": { + "label": "コメントを表示するときにミニプレーヤーを開く", + "title": "コメントにスクロールすると、自動的に Mini Player が開きます。" + }, + "settings": { + "position": { + "select": { + "label": "既定の Mini Player位置", + "options": { + "bottomCenter": "中央下", + "bottomLeft": "左下", + "bottomRight": "右下", + "topCenter": "中央上", + "topLeft": "左上", + "topRight": "右上へ" + }, + "title": "Mini Playerを動かす前の開始位置を設定します。" + } }, - "title": "フィーチャー・メニュー設定" - } - }, - "importExportSettings": { - "exportButton": { - "success": "設定がエクスポートをされました", - "title": "JSONファイルで設定がエクスポートする", - "value": "エクスポート設定" - }, - "importButton": { - "error": { - "unknown": "設定がインポートを失敗されました。ファイル形式を確認してください。\n未知数なエラーが起こった。", - "validation": "設定がインポートを失敗されました。ファイル形式を確認してください。\n{{ERROR_MESSAGE}}" - }, - "success": "設定がインポートをされました", - "title": "JSONファイルから設定がインポートする", - "value": "インポート設定" - } - }, - "language": { - "select": { - "label": "言語", - "title": "エクステンションに使用する言語" + "size": { + "label": "既定の Mini Playerサイズ", + "title": "Mini Player のサイズを変更する前に、初期サイズを設定します。" + } }, - "title": "言語" + "title": "Mini Playerの設定" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" + "enable": { + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "シネマティック ライティングを自動的に無効にする", + "title": "動画の読み込み時にシネマティック ライティングを自動にディセーブルする" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "自動再生を無効にする", + "title": "動画の読み込み時に自動再生を無効にする" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "クローズドキャプションを自動にディセーブルする", + "title": "動画の読み込み時にクローズドキャプションを自動にディセーブルする" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "字幕を自動的に有効にする", + "title": "ビデオの読み込み時に自動的にクローズドキャプションを有効にする" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "自動的にプレイヤーを最大化する", + "title": "ビデオを読み込んだ時にプレーヤーを自動的に最大化します" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "自動的に終了画面に動画を表示する", + "title": "ビデオを読み込んだ時に、自動的にさらに多くのビデオをエンドスクリーンに表示する" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "ブロック番号キーシーク中", + "title": "0-9キーを押すとビデオの割合にジャンプできなくなります" + } + }, + "hidePosts": { + "enable": { + "label": "投稿を非表示", + "title": "ホームページから投稿を非表示" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "オリジナルのオーディオトラックをデフォルトにする", + "title": "常にオリジナルのオーディオトラックをデフォルトにする" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "メンバーのみの動画を隠す", + "title": "メンバーのみに表示されるビデオを非表示にします" + } + }, + "monoToStereoButton": { + "enable": { + "label": "モノラルからステレオへのボタン", + "title": "モノラルオーディオをステレオに変換するボタンを追加します。ステレオトラックは変更されません。" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "公式アーティストの動画を隠する", + "title": "ホームページから公式アーティストの動画を隠する" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" + } + }, + "hidePlayables": { + "enable": { + "label": "プレイ可能ファイルを隠す", + "title": "すべてのプレイ可能アイテムを隠す" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "プレイリストをホームページから隠す", + "title": "ホームページからプレイリストを削除する" + } }, "hideScrollbar": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" + "enable": { + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" + } }, - "hideShorts": { - "label": "ショートを隠す", - "title": "全ショートを隠す" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "推奨動画を隠す", + "title": "推奨するサイドバーを非表示にします" + } + }, + "hideTranslateComment": { + "enable": { + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" + } }, "loopButton": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" + "enable": { + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" + } }, "maximizePlayerButton": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + "enable": { + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + } }, "openTranscriptButton": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + "enable": { + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + } }, "openYouTubeSettingsOnHover": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + "enable": { + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" + } }, "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" + "enable": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + } }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" + "rememberVolume": { + "enable": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + } }, "removeRedirect": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + "enable": { + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "全画面表示のスクロールを復元", + "title": "全画面表示モードでスクロールを復元します" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "後で見るボタンに保存を有効にする", + "title": "ホームビデオとサブスクリプションビデオにボタンを追加して、「後で見る」プレイリストにビデオを保存します" + } }, "shareShortener": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + "enable": { + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + } }, "shortsAutoScroll": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" + "enable": { + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" + } + }, + "skipContinueWatching": { + "enable": { + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" + } + }, + "timestampPeek": { + "enable": { + "label": "タイムスタンプのプレビュー", + "title": "タイムスタンプにカーソルを合わせてプレビューします。プレビューをクリックすると、その瞬間から再生が開始されます。" + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "横方向のビデオフリップボタン", + "title": "動画を水平方向に反転するボタンを追加します" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "垂直方向のビデオフリップボタン", + "title": "動画を垂直方向に反転するボタンを追加します。" + } } }, "title": "他の設定" }, - "onScreenDisplaySettings": { - "color": { - "label": "OSDの色", - "options": { - "blue": "青色", - "green": "緑色", - "orange": "橙色", - "pink": "桃色", - "purple": "紫色", - "red": "赤色", - "white": "白色", - "yellow": "黄色" - }, - "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" - }, - "hide": { - "label": "非表示の遅延", - "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" - }, - "opacity": { - "label": "OSDの不透明度", - "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" - }, - "padding": { - "label": "スペーシング", - "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" - }, - "position": { - "label": "ポジション", - "options": { - "bottom_left": "左下隅", - "bottom_right": "右下隅", - "center": "中心", - "top_left": "左上隅", - "top_right": "右上隅" - }, - "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" - }, - "title": "オンスクリーンディスプレイの設定", - "type": { - "label": "OSD型", - "options": { - "line": "ライン", - "no_display": "見せない", - "round": "丸い", - "text": "テキスト" - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + "hideShorts": { + "title": "ショーツを隠す", + "settings": { + "sidebar": { + "label": "サイドバーで隠す", + "title": "サイドバーから Short ボタンを削除します。" + }, + "home": { + "label": "ホームフィードで非表示", + "title": "ホームフィードからShortsセクションを削除します" + }, + "channel": { + "label": "チャンネルページで非表示", + "title": "チャンネルページの Shorts 棚とタブを削除します" + }, + "search": { + "label": "検索結果に隠す", + "title": "検索結果から短縮形の動画を削除します。" + }, + "videos": { + "label": "ウォッチページで非表示", + "title": "ウォッチページでおすすめのショートビデオを削除します。" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "OSDの色", + "select": { + "options": { + "blue": "青色", + "green": "緑色", + "orange": "橙色", + "pink": "桃色", + "purple": "紫色", + "red": "赤色", + "white": "白色", + "yellow": "黄色" + } + }, + "title": "オンスクリーンディスプレイ(OSD)の色を選択選ぶ" + }, + "hide": { + "label": "非表示の遅延", + "title": "OSDを自動的に非表示にするまでの時間(ミリ秒)単位で指定します" + }, + "opacity": { + "label": "OSDの不透明度", + "title": "オンスクリーンディスプレイ(OSD)の不透明度を調整する" + }, + "padding": { + "label": "スペーシング", + "title": "オンスクリーンディスプレイ(OSD)周辺の画素でスペーシングが変化する。特に隅なOSDのみ適用されます。" + }, + "position": { + "label": "ポジション", + "select": { + "options": { + "bottom_left": "左下隅", + "bottom_right": "右下隅", + "center": "中心", + "top_left": "左上隅", + "top_right": "右上隅" + } + }, + "title": "オンスクリーンディスプレイ(OSD)のポジションを選択選ぶ" + }, + "type": { + "label": "OSD型", + "select": { + "options": { + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" + } + }, + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + } + }, + "title": "オンスクリーンディスプレイの設定" + }, + "playerQuality": { + "enable": { + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + }, + "settings": { + "quality": { + "select": { + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "画質フォールバック対策", + "options": { + "higher": "上位", + "lower": "下位" + }, + "title": "使用不能選択中画質ときに対策使ってする" + } + } + }, + "title": "自動画質設定" + }, + "playerSpeed": { "enable": { "label": "強制再生速度", "title": "強制再生速度を可能にする" }, - "select": { - "label": "動画の再生速度", - "title": "動画の速度に設定する" + "settings": { + "buttons": { + "label": "再生速度ボタン", + "select": { + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" + }, + "title": "動画の再生速度を上げか下げボタンに追加する" + }, + "speed": { + "select": { + "label": "動画の再生速度", + "title": "動画の速度に設定する" + } + } }, "title": "再生速度設定" }, + "playlistLength": { + "enable": { + "label": "プレイリストの長さ情報を表示", + "title": "プレイリストの長さ全額、視聴時間量、と残り時間を見せてしまいます。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "プレイリストの長さを取得する方法", + "title": "プレイリストの長さ情報を取得する方法 (エラーが発生した場合、APIメソッドはHTMLにフォールバックします)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "動画の視聴時間の取り出す方法", + "options": { + "duration": "動画の長さ", + "youtube": "動画の視聴時間" + }, + "title": "視聴時間の長さを取得する方法 (動画の長さタイプはウォッチページでのみ使用)" + } + } + }, + "title": "プレイリストの長さ設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "未視聴ボタンとしてマーク", + "title": "動画を未視聴としてマークするボタンを追加します" + } + }, + "removeVideoButton": { + "enable": { + "label": "ビデオボタンを削除", + "title": "プレイリストから動画を削除するボタンを追加します" + } + } + }, + "title": "プレイリスト管理設定" + }, "screenshotButton": { "enable": { "label": "スクリーンショットボタン", "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" }, - "saveAs": { - "clipboard": "クリップボード", - "file": "ファイル" - }, - "selectFormat": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "selectSaveAs": { - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" + "settings": { + "format": { + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" + }, + "saveAs": { + "select": { + "label": "スクリーンショットセーブ型", + "options": { + "both": "両方(ファイルとクリップボード)", + "clipboard": "クリップボード", + "file": "ファイル" + }, + "title": "スクリーンショットのセーブ型" + } + } }, "title": "スクリーンショット設定" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, "enable": { "label": "スクロールホイール再生速度制御", "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" + "extras": { + "optionLabel": "{{KEY}} キー" + }, + "settings": { + "adjustmentSteps": { + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" + }, + "modifierKey": { + "select": { + "label": "キーバインド", + "title": "キーバインド選択選ぶ" + } + } }, "title": "スクロールホイール再生速度制御設定" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, "enable": { "label": "スクロールホイール音量制御", "title": "スクロールホイールを使用して、ビデオの音量を制御する。" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "{{KEY}} キー" + }, + "settings": { + "adjustmentSteps": { + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" + }, + "holdModifierKey": { "label": "キーバインドに押さえる", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選べる" + }, "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "右クリックに押さえるで可能にする", "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" } @@ -358,35 +939,43 @@ "label": "視聴した動画に追跡をつける", "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" }, - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" + "settings": { + "resumeType": { + "select": { + "label": "レジューム型", + "options": { + "automatic": "自動", + "prompt": "入力要求" + }, + "title": "動画をレジュームするの方法を選択します" + } } }, "title": "動画履歴設定" }, "volumeBoost": { - "boostAmount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, "enable": { "label": "音量ブースト", "title": "音量ブーストを可能にする" }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + "settings": { + "amount": { + "label": "音量ブーストの量(dB)", + "title": "音量をブーストする金額。音量のブーストボタンをスクロールして調整することもできます。" + }, + "amount_global_only": { + "label": "音量ブースト量 (dB)", + "title": "ボリュームを上げるための金額。" + }, + "mode": { + "select": { + "label": "音量ブースト型", + "options": { + "global": "全て", + "perVideo": "動画ごと" + }, + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + } } }, "title": "音量ブーストの設定" diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json new file mode 100644 index 000000000..a2c7d896d --- /dev/null +++ b/public/locales/ko-KR.json @@ -0,0 +1,985 @@ +{ + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "현재 시간 주소 복사" + }, + "extras": { + "copied": "복사되었습니다." + } + }, + "featureMenu": { + "button": { + "label": "추가 기능" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} 초 빨리 감기" + }, + "rewindButton": { + "label": "{{TIME}} 초 되감기" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "최종 화면 숨기기", + "toggle": { + "off": "최종 화면 숨기기", + "on": "최종 화면 보기" + } + } + }, + "loopButton": { + "button": { + "label": "연속 재생", + "toggle": { + "off": "연속 재생 끄기", + "on": "연속 재생 켜기" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "화면 크기에 맞추기", + "toggle": { + "off": "끄기", + "on": "켜기" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "extras": { + "decreaseLimit": "({{SPEED}}) 에서 더 줄일 수 없습니다.", + "increaseLimit": "({{SPEED}}) 에서 더 늘릴 수 없습니다." + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "extras": { + "copiedToClipboard": "현재 화면 클립보드에 복사" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "이어서 시청하기", + "resumePromptClose": "닫기" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "Volume boost ({{value}} dB)" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" + }, + "confirm": { + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" + }, + "openTab": { + "title": "새 탭에서 설정 열기" + }, + "reset": { + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "플레이어 컨트롤 아래", + "value": "아래" + }, + "feature_menu": { + "placement": "추가 기능 버튼", + "value": "추가 기능" + }, + "player_controls_left": { + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" + }, + "player_controls_right": { + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "메뉴 활성화 방식", + "options": { + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" + }, + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" + }, + "title": "추가 기능 설정" + } + }, + "importExportSettings": { + "exportButton": { + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" + }, + "importButton": { + "error": { + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" + }, + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" + } + }, + "language": { + "select": { + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." + }, + "title": "언어" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "설정 검색" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "extras": { + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." + }, + "extras": { + "author": "개발자", + "co-authors": "도와주신분들" + }, + "settings": { + "colorShadow": { + "label": "그림자 색상", + "title": "그림자 색상" + }, + "dimmerText": { + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" + }, + "hoverBackground": { + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." + }, + "mainBackground": { + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." + }, + "mainColor": { + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" + }, + "mainText": { + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." + }, + "secondBackground": { + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." + }, + "theme": { + "select": { + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "settings": { + "time": { + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" + } + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global volume override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } + }, + "title": "Mini Player settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } + }, + "hideScrollbar": { + "enable": { + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." + } + }, + "loopButton": { + "enable": { + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." + } + }, + "maximizePlayerButton": { + "enable": { + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." + } + }, + "openTranscriptButton": { + "enable": { + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." + } + }, + "remainingTime": { + "enable": { + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." + } + }, + "rememberVolume": { + "enable": { + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." + } + }, + "removeRedirect": { + "enable": { + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." + } + }, + "skipContinueWatching": { + "enable": { + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } + } + }, + "title": "기타 설정" + }, + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "색상", + "select": { + "options": { + "blue": "블루", + "green": "그린", + "orange": "오렌지", + "pink": "핑크", + "purple": "퍼플", + "red": "레드", + "white": "화이트", + "yellow": "옐로우" + } + }, + "title": "화면에 속도 조절 등의 알림을 표시하는 텍스트 색상을 변경합니다." + }, + "hide": { + "label": "사라지는 시간", + "title": "온 스크린 디스플레이가 몇초 후에 사라지는지 설정합니다." + }, + "opacity": { + "label": "투명도", + "title": "온 스크린 디스플레이의 투명도 조절" + }, + "padding": { + "label": "여백", + "title": "온 스크린 디스플레이의 주변 여백을 픽셀 단위로 조절합니다." + }, + "position": { + "label": "위치", + "select": { + "options": { + "bottom_left": "왼쪽 아래", + "bottom_right": "오른쪽 아래", + "center": "가운데", + "top_left": "왼쪽 위", + "top_right": "오른쪽 위" + } + }, + "title": "온 스크린 디스플레이의 위치를 선택하세요" + }, + "type": { + "label": "유형", + "select": { + "options": { + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" + } + }, + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." + }, + "settings": { + "quality": { + "select": { + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "화질 대체", + "options": { + "higher": "높음", + "lower": "낮음" + }, + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." + } + } + }, + "title": "동영상 화질 자동 변경" + }, + "playerSpeed": { + "enable": { + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." + }, + "settings": { + "buttons": { + "label": "재생 속도 버튼", + "select": { + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" + }, + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" + }, + "speed": { + "select": { + "label": "플레이어 속도", + "title": "동영상의 속도를 변경합니다." + } + } + }, + "title": "재생 속도 설정" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "settings": { + "format": { + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" + }, + "saveAs": { + "select": { + "label": "스크린샷 저장 방식", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "클립보드로 복사", + "file": "파일로 저장" + }, + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." + } + } + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "extras": { + "optionLabel": "{{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." + }, + "modifierKey": { + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." + } + } + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "extras": { + "optionLabel": "{{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." + }, + "holdModifierKey": { + "label": "보조 키를 누를 때 활성화", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "holdRightClick": { + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "settings": { + "resumeType": { + "select": { + "label": "이어서 시청하기", + "options": { + "automatic": "자동", + "prompt": "팝업 클릭" + }, + "title": "이어서 시청하는 방법 선택" + } + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "settings": { + "amount": { + "label": "부피 부스트(dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "볼륨 부스트 적용 방법", + "options": { + "global": "전체", + "perVideo": "개별 동영상" + }, + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." + } + } + }, + "title": "볼륨 부스트 설정" + } + } + } +} diff --git a/public/locales/nl-NL.json b/public/locales/nl-NL.json new file mode 100644 index 000000000..803ed3af7 --- /dev/null +++ b/public/locales/nl-NL.json @@ -0,0 +1,985 @@ +{ + "langCode": "nl-NL", + "langName": "Nederlands(Nederland)", + "messages": { + "resumingVideo": "Video hervatten bij {{VIDEO_TIME}}", + "settingVolume": "Volume boost instellen op {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "monoToStereoButton": { + "button": { + "label": "Mono audio-verwerking", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Originele Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Spiegel video horizontaal" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Video verticaal spiegelen" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Kopieer video URL met tijdstempel" + }, + "extras": { + "copied": "Gekopieerd!" + } + }, + "featureMenu": { + "button": { + "label": "Functies menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} doorspoelen" + }, + "rewindButton": { + "label": "Terugspoelen door {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Eindscherm elementen verbergen", + "toggle": { + "off": "Verberg eindschermkaarten", + "on": "Toon eindscherm kaarten" + } + } + }, + "loopButton": { + "button": { + "label": "Herhalen", + "toggle": { + "off": "Loop uit", + "on": "Loop aan" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximaliseren", + "toggle": { + "off": "Maximaliseer uit", + "on": "Maximaliseren op" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Speler", + "toggle": { + "off": "Mini Player uit", + "on": "Mini Player op" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open ondertitels" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Verlaag de afspeelsnelheid naar {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Verhoog de afspeelsnelheid naar {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Kan de snelheid niet langer verlagen ({{SPEED}})", + "increaseLimit": "Kan de snelheid niet langer verhogen ({{SPEED}})" + } + }, + "playlistLength": { + "title": "De totale lengte kan inaccuraat zijn als enkele video's verborgen zijn of als je niet genoeg video's hebt ingeladen om de totale lengte te krijgen." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Markeren van video als niet bekeken mislukt", + "failedToRemoveVideo": "Verwijderen van video is mislukt", + "markAsUnwatched": "Markeer als niet bekeken", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Video verwijderen", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Opslaan van video om later te bekijken mislukt", + "saveVideo": "Opslaan in Later bekijken", + "savingVideo": "Opslaan in Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Schermafbeelding" + }, + "extras": { + "copiedToClipboard": "Schermafbeelding gekopieerd naar het klembord" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Hervatten", + "resumePromptClose": "Sluiten" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost uit", + "on": "Volume boost ({{value}} dB)" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Alle gegevens worden gewist die deze extensie op uw machine heeft opgeslagen", + "value": "Gegevens wissen" + }, + "confirm": { + "title": "Opnieuw instellen bevestigen", + "value": "Bevestig" + }, + "openTab": { + "title": "Open extensie instellingen in een nieuw tabblad" + }, + "reset": { + "title": "Reset alle instellingen naar hun standaardinstellingen, klik op de knop bevestigen om de wijzigingen op te slaan", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopieer video URL met tijdstempel knop", + "decreasePlaybackSpeedButton": "Verlaag snelheidsknop", + "forwardButton": "Snelle vooruitknop", + "hideEndScreenCardsButton": "Verberg eindschermelementen knop", + "increasePlaybackSpeedButton": "Verhoog snelheid knop", + "loopButton": "Loop knop", + "maximizePlayerButton": "Maximaliseer knop", + "miniPlayerButton": "Mini Speler knop", + "openTranscriptButton": "Open Transcript-knop", + "rewindButton": "Knop terugspoelen", + "screenshotButton": "Schermafbeelding knop", + "volumeBoostButton": "Volume boost knop", + "flipVideoVerticalButton": "Spiegel video verticaal knop", + "flipVideoHorizontalButton": "Spiegel video horizontaal knop", + "monoToStereoButton": "Mono naar Stereo knop" + }, + "options": { + "below_player": { + "placement": "onder de speler instellingen", + "value": "Onder speler" + }, + "feature_menu": { + "placement": "in het feature menu", + "value": "Feature menu" + }, + "player_controls_left": { + "placement": "aan de linkerkant van de spelerinstellingen", + "value": "Linker bediening" + }, + "player_controls_right": { + "placement": "aan de rechterkant van de spelerinstellingen", + "value": "Rechter bediening" + }, + "same": { + "placement": "in dezelfde positie", + "value": "Zelfde als normaal" + } + }, + "title": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Plaats de {{BUTTON_NAME}} {{PLACEMENT}} wanneer op volledig scherm", + "fullscreenLabel": "Volledig scherm", + "normalLabel": "normaal" + }, + "title": "Instellingen voor plaatsing knop" + }, + "clearData": { + "allDataDeleted": "Alle data werd verwijderd.", + "confirmAlert": "Dit zal alle extensie gegevens gerelateerd aan opties verwijderen. Doorgaan?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activatie Type", + "options": { + "click": "Klik", + "hover": "Hang erboven met de muis" + }, + "title": "Selecteer de methode om het feature menu te activeren" + }, + "title": "Feature menu instellingen" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Instellingen succesvol geëxporteerd", + "title": "Instellingen exporteren naar een JSON-bestand", + "value": "Exporteer instellingen" + }, + "importButton": { + "error": { + "unknown": "Fout bij importeren instellingen. Controleer het bestandsindeling.\nEr is een onbekende fout opgetreden.", + "validation": "Fout bij importeren instellingen. Controleer het bestandsindeling.\n{{ERROR_MESSAGE}}" + }, + "success": "Instellingen succesvol geïmporteerd", + "title": "Instellingen importeren uit een JSON-bestand", + "value": "Import instellingen" + } + }, + "language": { + "select": { + "label": "Taal", + "title": "De taal om te gebruiken voor de extensie" + }, + "title": "Taal" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open instellingenpagina bij bijwerken", + "title": "Opent de instellingenpagina wanneer een grote of kleine versie van YouTube Enhancer is geïnstalleerd" + }, + "optionDisabled": { + "either": { + "label": "{{OPTIONS}} inschakelen om deze optie te configureren", + "separator": " of " + }, + "plural": { + "label": "{{OPTIONS}} inschakelen om deze optie te configureren", + "separator": " en " + }, + "singular": "Schakel '{{OPTION}}' in om deze optie te configureren", + "specificOption": { + "featureMenu": "Configureer ten minste één knop om in het menu van de functie te worden geplaatst om deze optie in te stellen.", + "globalVolume": "Schakel 'Onthoud laatste volume' uit om deze optie te configureren", + "rememberVolume": "Schakel 'Globaal volume' uit om deze optie te configureren", + "screenshotButtonFileFormat": "Stel schermafbeelding in op 'Bestand' of 'Gedeel' om deze optie te configureren" + } + }, + "settingSearch": { + "placeholder": "Zoek naar instellingen" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Je kan één gier verkrijgen", + "input": { + "label": "API sleutel", + "title": "Voer uw Youtube Data API V3 sleutel in." + }, + "title": "YouTube API V3 sleutel" + } + }, + "notifications": { + "error": { + "importConflict": { + "apply": "Toepassen", + "cancel": "annuleren", + "enabledConflict": { + "description": "{{FEATURE_A}}' en '{{FEATURE_B}}' ' kan niet beide worden ingeschakeld. Kies welke u wilt behouden." + }, + "keepFirst": "Houd {{FEATURE}}", + "keepSecond": "Houd {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' en '{{FEATURE_B}}' kan niet dezelfde wijzigingssleutel gebruiken.", + "selectNewKey": "Verander modifier sleutel:" + }, + "resolveConflict": "Los alle conflicten op voordat je solliciteert.", + "title": "Conflicten import gedetecteerd" + }, + "optionConflict": "Deze optie kan niet worden ingeschakeld terwijl '{{OPTION}}' is ingeschakeld.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "De snelheid van de scrollwiel snelheid controleknop kan niet dezelfde zijn als de scrollwiel volume controleknop.", + "volumeControl": "De scrollwiel volume controleknop kan niet dezelfde zijn als de scrollwiel snelheid controleknop." + } + } + }, + "info": { + "reset": "Alle opties zijn teruggezet op hun standaardwaarden. Je kan je veranderingen opslaan door op de \"Bevestig\" knop te drukken of ze negeren door deze pagina te sluiten of deze melding te negeren." + }, + "success": { + "saved": "Opties opgeslagen." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Aangepaste CSS inschakelen", + "title": "Maakt het mogelijk aangepaste CSS toe te passen op de pagina" + }, + "extras": { + "collapse": "Verberg Editor", + "expand": "Toon Editor", + "noProblems": "Geen problemen gevonden." + }, + "title": "Aangepaste CSS-instellingen" + }, + "deepDarkCSS": { + "enable": { + "label": "Geselecteerd thema inschakelen", + "title": "Het geselecteerde thema voor de pagina inschakelen" + }, + "extras": { + "author": "Auteur", + "co-authors": "Co-auteurs" + }, + "settings": { + "colorShadow": { + "label": "Schaduw kleur", + "title": "Kleur voor de schaduw" + }, + "dimmerText": { + "label": "Secondaire tekstkleur", + "title": "Kleur voor de secondaire tekst" + }, + "hoverBackground": { + "label": "Achtergrondkleur zweven met de muis", + "title": "Kleur voor zweven achtergrond" + }, + "mainBackground": { + "label": "Hoofd achtergrondkleur", + "title": "Kleur voor de hoofdachtergrond" + }, + "mainColor": { + "label": "Accent kleur", + "title": "Kleur voor accentueren" + }, + "mainText": { + "label": "Hoofd tekstkleur", + "title": "Kleur voor de hoofdtekst" + }, + "secondBackground": { + "label": "Secondaire achtergrondkleur", + "title": "Kleur voor de secondaire achtergrond" + }, + "theme": { + "select": { + "label": "Selecteer thema", + "title": "Selecteer een thema om toe te passen op de pagina" + } + } + }, + "title": "YouTube diepe donkere instellingen" + }, + "forwardRewindButtons": { + "enable": { + "label": "Schakel doorspoelen/terugspoelen knoppen in", + "title": "Voegt doorspoelen en terugspoelen knoppen toe aan de videospeler" + }, + "settings": { + "time": { + "label": "Tijd door/terugspoelen", + "title": "Het aantal tijd waarmee je de video doorspoelt / terugspoelt" + } + }, + "title": "Doorspoel/terugspoel knop instellingen" + }, + "globalVolume": { + "enable": { + "label": "Start video's altijd met dit volume", + "title": "Laat alle video's automatisch starten op je geselecteerde volume" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "Het volume toegepast op elke video wanneer het begint af te spelen" + } + }, + "title": "Globaal volume negeren" + }, + "miniPlayer": { + "button": { + "label": "Mini Speler knop", + "title": "Voegt een knop toe die de Mini Player opent" + }, + "enable": { + "label": "Open Mini Player bij het bekijken van reacties", + "title": "Open de Mini Player automatisch wanneer je naar reacties scrolt." + }, + "settings": { + "position": { + "select": { + "label": "Standaard positie mini-speler", + "options": { + "bottomCenter": "Midden onder", + "bottomLeft": "Links onder", + "bottomRight": "Onder rechts", + "topCenter": "Midden boven", + "topLeft": "Boven links", + "topRight": "Boven rechts" + }, + "title": "Stelt de beginpositie in voordat je de Mini Player verplaatst." + } + }, + "size": { + "label": "Standaard Mini Player grootte", + "title": "Stelt de initiële grootte in voordat je de Mini Player grootte." + } + }, + "title": "Mini Speler instellingen" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatisch theatermodus", + "title": "Zet de video automatisch in theatermodus wanneer je deze inlaadt" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatisch uitschakelen omgevingsmodus", + "title": "Schakel de omgevingsmodus automatisch uit bij het laden van een video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatisch afspelen uitschakelen", + "title": "Automatisch automatisch uitschakelen van automatisch afspelen wanneer je een video laadt" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatisch ondertiteling uitschakelen", + "title": "Automatisch ondertiteling uitzetten wanneer je een video inlaadt" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Gesloten ondertitelingen automatisch inschakelen", + "title": "Zet gesloten bijschriften automatisch aan wanneer je een video laadt" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Speler automatisch maximaliseren", + "title": "Automatisch maximaliseert de speler wanneer je een video laadt" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Toon automatisch meer video's op het eindscherm", + "title": "Toont automatisch meer video's op het eindscherm wanneer je een video laadt" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Blokkeer nummer sleutel zoeken", + "title": "Voorkomt dat het drukken van 0-9 op een percentage van de video drukt" + } + }, + "hidePosts": { + "enable": { + "label": "Verberg berichten", + "title": "Verbergt berichten van de startpagina" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Kopieer video URL met tijdstempel knop", + "title": "Kopieer video URL met tijdstempel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Standaard naar het originele audiotrack.", + "title": "Altijd standaard voor het originele audiotrack." + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Eindscherm elementen verbergen", + "title": "Maakt de elementen aan het eind van een video onzichtbaar" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Eindscherm elementen verbergen knop", + "title": "Voegt een knop toe die de eindscherm elementen toont/verbergt" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Livestream chat verbergen", + "title": "Verbergt de livestream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Alleen-ledenvideo's verbergen", + "title": "Verbergt video's die alleen zichtbaar zijn voor leden" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono naar Stereo knop", + "title": "Voegt een knop toe om monogeluid naar stereo te converteren. Stereo nummers blijven ongewijzigd." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Verberg Officiële Artiest Video's", + "title": "Verberg Officiële Artiest Video's op de homepagina" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Verberg betaalde promotie banner", + "title": "Verbergt de banner die verschijnt wanneer je een video bekijkt die een betaalde promotie heeft" + } + }, + "hidePlayables": { + "enable": { + "label": "Verberg afspeellijsten", + "title": "Verbergt alle speeltafels" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Verberg afspeellijsten op de startpagina", + "title": "Afspeellijsten verwijderen van startpagina" + } + }, + "hideScrollbar": { + "enable": { + "label": "Verberg scrollbar", + "title": "Verbergt de scrollbar op de pagina" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Verberg aanbevolen video's", + "title": "Verbergt de zijbalk die video's aanbeveelt" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Verberg vertaal reactie knop", + "title": "Verbergt \"Vertaal naar Taal\" knop onder reacties" + } + }, + "loopButton": { + "enable": { + "label": "Loop knop", + "title": "Voegt een knop toe aan het feature menu om de huidige video te loopen" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximaliseer speler knop", + "title": "Voegt een knop toe aan het feature menu die de speler maximaliseert" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open ondertitels knop", + "title": "Voegt een knop toe aan het feature menu die het transcript van de huidige video opent" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open youtube instellingen bij overgang met de muis", + "title": "Opent YouTube instellingen wanner je met je muis over de instellingen knop gaat" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Achtergrondafspelers pauzeren", + "title": "Pauzeert videospelers in achtergrond tabbladen wanneer je een nieuwe videospeler start op een voorgrond tabblad" + } + }, + "remainingTime": { + "enable": { + "label": "Resterende tijd", + "title": "Toont de resterende tijd van de huidige video" + } + }, + "rememberVolume": { + "enable": { + "label": "Onthoud vorig volume", + "title": "Onthoudt het volume van de vorige video en stelt het in op een nieuwe video" + } + }, + "removeRedirect": { + "enable": { + "label": "Verwijdert YouTube /redirect URLs", + "title": "Vervangt YouTube doorverwijzing door echte URLs die de doorverwijzing waarschuwing niet geven" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Volledig scherm scrollen herstellen", + "title": "Herstelt scrollen in volledig scherm" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Inschakelen om op te slaan naar Later Later knop", + "title": "Voegt een knop toe aan Thuis- en abonnementen om de video op te slaan naar de afspeellijst 'Later kijken'" + } + }, + "shareShortener": { + "enable": { + "label": "Maak Youtube deel links korter", + "title": "Maakt YouTube video deel links (youtu.be) korter door si en andere feature parameters af te knippen" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts autoscroll", + "title": "Scrollt automatisch naar de volgende short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Sla \"video is gepauzeerd. Hervatten?\" over", + "title": "Slaat het afwezig dialoog die het afspelen pauzeert over" + } + }, + "timestampPeek": { + "enable": { + "label": "Preview tijdsaanduiding", + "title": "Bekijk de video door over een tijdstempel te zweven. Klik op het voorbeeld om het afspelen vanaf dat moment te starten." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Knop voor horizontale video spiegelen", + "title": "Voegt een knop toe om de video horizontaal om te draaien" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Verticale video flip knop", + "title": "Voegt een knop toe om de video verticaal om te draaien" + } + } + }, + "title": "Overige instellingen" + }, + "hideShorts": { + "title": "Verberg verkorten", + "settings": { + "sidebar": { + "label": "Verbergen in zijbalk", + "title": "Verwijdert de knop Kortingen van de zijbalk" + }, + "home": { + "label": "Verberg in de startpagina", + "title": "Verwijdert de snelkoppeling uit de Home-feed" + }, + "channel": { + "label": "Op kanaalpagina's verbergen", + "title": "Verwijdert de plank en het tabblad op de kanaalpagina's" + }, + "search": { + "label": "Verberg in zoekresultaten", + "title": "Verwijdert video's met verkorten van zoekresultaten" + }, + "videos": { + "label": "Verberg op horloge pagina's", + "title": "Verwijdert Korte video's van aanbevelingen op horloge pagina's" + } + } + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Kleur", + "select": { + "options": { + "blue": "Blauw", + "green": "Groen", + "orange": "Oranje", + "pink": "Roze", + "purple": "Paars", + "red": "Rood", + "white": "Wit", + "yellow": "Geel" + } + }, + "title": "Selecteer de kleur voor de schermweergave" + }, + "hide": { + "label": "Vertraging verbergen", + "title": "Specifieer de tijd, in milliseconden, voordat de schermweergave automatisch wordt verborgen" + }, + "opacity": { + "label": "Transparantie", + "title": "Transparantie van de schermweergave aanpassen" + }, + "padding": { + "label": "Padding", + "title": "Het aantal pixels rond de schermweergave aanpassen. Dit geldt specifiek voor de hoek schermweergave." + }, + "position": { + "label": "Positie", + "select": { + "options": { + "bottom_left": "Linksonder", + "bottom_right": "Rechtsonder", + "center": "Gecentreerd", + "top_left": "Linksboven", + "top_right": "Rechtsboven" + } + }, + "title": "Selecteer de positie voor de schermweergave" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Cirkel", + "line": "Lijn", + "no_display": "Geen weergave", + "text": "Tekst" + } + }, + "title": "Selecteer het type van de schermweergave" + } + }, + "title": "On-screen weergave-instellingen" + }, + "playerQuality": { + "enable": { + "label": "Automatische kwaliteitsaanpassing", + "title": "Past automatisch de videokwaliteit aan naar het geselecteerde niveau." + }, + "settings": { + "quality": { + "select": { + "label": "Afspeelkwaliteit", + "title": "De kwaliteit waarop je de video zet" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Kwaliteitsterugvalstrategie", + "options": { + "higher": "Hoger", + "lower": "Lager" + }, + "title": "De strategie die gebruikt wordt wanneer de geselecteerde kwaliteit niet beschikbaar is" + } + } + }, + "title": "Automatische kwaliteitsinstellingen" + }, + "playerSpeed": { + "enable": { + "label": "Geforceerde afspeelsnelheid", + "title": "Stelt de snelheid van de video in op wat u hieronder kiest" + }, + "settings": { + "buttons": { + "label": "Afspeelsnelheid knoppen", + "select": { + "label": "Snelheid afspeelsnelheid knoppen", + "title": "Hoeveelheid snelheid die gewijzigd wordt per klik" + }, + "title": "Voegt knoppen toe die de afspeelsnelheid van de huidige video verhoogt of verlaagt" + }, + "speed": { + "select": { + "label": "Snelheid videospeler", + "title": "De snelheid waarop je de video zet" + } + } + }, + "title": "Afspeelsnelheid instellingen" + }, + "playlistLength": { + "enable": { + "label": "Geef afspeellijst lengte informatie weer", + "title": "Toont de totale lengte van de afspeellijst, hoeveel bekeken is, en hoeveel er over schiet." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Methode om afspeellijst lengte te verkrijgen", + "title": "De manier waarop de afspeellijst informatie (API methode zal terugvallen op HTML als een fout optreedt)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Methode om kijktijd te verkrijgen", + "options": { + "duration": "Videolengte", + "youtube": "Video kijktijd" + }, + "title": "De manier waarop je de hoeveelheid kijktijd verkrijgt (video lengtetype enkel gebruikt op kijk pagina)" + } + } + }, + "title": "Afspeellijst lengte instellingen" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Markeer als onbekeken knop", + "title": "Voegt een knop toe om video's als niet bekeken te markeren" + } + }, + "removeVideoButton": { + "enable": { + "label": "Videoknop verwijderen", + "title": "Voegt een knop toe om video's van de afspeellijst te verwijderen" + } + } + }, + "title": "Afspeellijst beheer instellingen" + }, + "screenshotButton": { + "enable": { + "label": "Schermafbeelding knop", + "title": "Voegt een knop aan de speler toe om een schermafbeelding van de video te nemen" + }, + "settings": { + "format": { + "label": "Schermafbeelding formaat", + "title": "Het formaat waarin je de schermafbeelding opslaat" + }, + "saveAs": { + "select": { + "label": "Schermafbeelding opslaantype", + "options": { + "both": "Zowel (vrij en klembord)", + "clipboard": "Klembord", + "file": "Bestand" + }, + "title": "Het type van de opgeslagen schermafbeelding" + } + } + }, + "title": "Schermafbeelding instellingen" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scrollwiel snelheidscontrole", + "title": "Klik op een aanpassingsknop om snelheidsverandering met het scrollwiel aan te zetten." + }, + "extras": { + "optionLabel": "{{KEY}} sleutel" + }, + "settings": { + "adjustmentSteps": { + "label": "Snelheidsverandering per scroll", + "title": "Wijzig de snelheidsverandering per scroll" + }, + "modifierKey": { + "select": { + "label": "Aanpassing knop", + "title": "De aanpassing knop om te gebruiken" + } + } + }, + "title": "Scrollwiel snelheidscontrole instellingen" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scrollwiel volumecontrole", + "title": "Laat toe om het scrollwiel te gebruiken om het volume van de huidige video aan te passen" + }, + "extras": { + "optionLabel": "{{KEY}} knop" + }, + "settings": { + "adjustmentSteps": { + "label": "Volumeverandering per scroll", + "title": "Verandert het volume per scroll" + }, + "holdModifierKey": { + "label": "Inschakelen bij het vasthouden van aanpassingsknop", + "select": { + "label": "Aanpassingsknop", + "title": "De aanpassingsknop om te gebruiken" + }, + "title": "Klik op een aanpassingsknop om het scrollwiel het volume laten aan te passen." + }, + "holdRightClick": { + "label": "Inschakelen bij vasthouden rechtermuisklik", + "title": "Houd rechtermuisknop ingedrukt om volumeregeling voor scrollwiel in te schakelen" + } + }, + "title": "Scrollwiel volume aanpassing instellingen" + }, + "videoHistory": { + "enable": { + "label": "Houd afgespeelde video's bij", + "title": "Houdt bij waar je gestopt was bij het kijken van een video en laat toe om verder te kijken" + }, + "settings": { + "resumeType": { + "select": { + "label": "Hervatten type", + "options": { + "automatic": "Automatisch", + "prompt": "Vraag" + }, + "title": "Selecteer hoe je video's wilt hervatten" + } + } + }, + "title": "Videogeschiedenis instellingen" + }, + "volumeBoost": { + "enable": { + "label": "Verhoog volume", + "title": "Volume boost inschakelen" + }, + "settings": { + "amount": { + "label": "Volume boost hoeveelheid (dB)", + "title": "Met de hoeveelheid om het volume groter te maken. U kunt ook over de knop voor volumeverhoging scrollen (Shift/Ctrl voor grotere stappen) om het aan te passen." + }, + "amount_global_only": { + "label": "Volume boost bedrag (dB)", + "title": "Het bedrag waarmee het volume groter wordt." + }, + "mode": { + "select": { + "label": "Volume boost modus", + "options": { + "global": "Globaal", + "perVideo": "Per video" + }, + "title": "Kies hoe volume wordt toegepast. \"Per video\" voegt de boost optie toe aan het feature menu individueel per video. \"Globaal\" gaat over elke video wanneer volume boost is ingeschakeld." + } + } + }, + "title": "Volume boost instellingen" + } + } + } +} diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 78248c0e3..1237c844c 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -2,394 +2,983 @@ "langCode": "pl-PL", "langName": "Polish", "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "resumingVideo": "Wznowienie wideo za {{VIDEO_TIME}}", + "settingVolume": "Ustawianie wzmocnienia głośności do {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Obsługa Mono audio", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Oryginalny dźwięk" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Przerzuć wideo w poziomie" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Przerzuć wideo w pionie" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Kopiuj adres URL filmu ze znacznikiem czasu" + }, + "extras": { + "copied": "Skopiowano!" + } + }, "featureMenu": { - "label": "Feature menu" + "button": { + "label": "Menu funkcji" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Przyspieszenie do przodu o {{TIME}}" + }, + "rewindButton": { + "label": "Przewiń przez {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ukryj elementy końcowe filmu", + "toggle": { + "off": "Ukryj karty ekranu końcowego", + "on": "Pokaż karty ekranu końcowego" + } + } }, "loopButton": { - "label": "Loop", - "toggle": { - "off": "Loop off", - "on": "Loop on" + "button": { + "label": "Zapętl", + "toggle": { + "off": "Wyłącz zapętlenie", + "on": "Włącz zapętlenie" + } } }, "maximizePlayerButton": { - "label": "Maximize", - "toggle": { - "off": "Maximize off", - "on": "Maximize on" + "button": { + "label": "Powiększ okno", + "toggle": { + "off": "Maksymalizuj", + "on": "Maksymalizuj na" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Gracz", + "toggle": { + "off": "Mini Odtwarzacz wyłączony", + "on": "Mini Gracz włączony" + } } }, "openTranscriptButton": { - "label": "Open transcript" + "button": { + "label": "Otwórz transkrypcję" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Zmniejsz szybkość do {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Zwiększ szybkość do {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Nie można zmniejszać dalej ({{SPEED}})", + "increaseLimit": "Nie można zwiększać dalej ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Całkowita długość może być niedokładna, jeśli niektóre filmy są ukryte lub jeśli nie załadowałeś wystarczającej liczby filmów, aby uzyskać pełny czas." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Nie udało się oznaczyć wideo jako nieobejrzane", + "failedToRemoveVideo": "Nie udało się usunąć wideo", + "markAsUnwatched": "Oznacz jako nieobejrzane", + "markingAsUnwatched": "Oznaczanie jako nieobejrzane…", + "removeVideo": "Usuń film", + "removingVideo": "Usuwanie wideo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Nie udało się zapisać filmu do obejrzenia później", + "saveVideo": "Zapisz aby obejrzeć później", + "savingVideo": "Zapisywanie do obejrzenia później…" + } }, "screenshotButton": { - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka", - "label": "Zrzut ekranu" + "button": { + "label": "Zrzut ekranu" + }, + "extras": { + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" + } }, "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" + "extras": { + "resumeButton": "Wznów", + "resumePromptClose": "Zamknij" } }, "volumeBoostButton": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" + "button": { + "label": "Zwiększenie głośności ({{value}} dB)", + "toggle": { + "off": "Zwiększenie głośności wyłączone", + "on": "Zwiększenie głośności ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Czyści wszystkie dane przechowywane przez to rozszerzenie na twoim komputerze", + "value": "Wyczyść dane" + }, + "confirm": { + "title": "Potwierdź resetowanie ustawień", + "value": "Potwierdź" + }, + "openTab": { + "title": "Otwórz ustawienia rozszerzenia w nowej karcie" + }, + "reset": { + "title": "Resetuje wszystkie ustawienia do domyślnych, kliknij przycisk Potwierdź, aby zapisać zmiany", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiuj adres URL bieżącego momentu", + "decreasePlaybackSpeedButton": "Przycisk Zmniejszania Prędkości Odtwarzania", + "forwardButton": "Przycisk Szybkiego Przodku", + "hideEndScreenCardsButton": "Ukryj przycisk na ekranie końcowym", + "increasePlaybackSpeedButton": "Przycisk Zwiększania Prędkości Odtwarzania", + "loopButton": "Przycisk Zapętlania", + "maximizePlayerButton": "Przycisk maksymalizacji", + "miniPlayerButton": "Przycisk minigracza", + "openTranscriptButton": "Otwórz przycisk transkryptu", + "rewindButton": "Przycisk wstecz", + "screenshotButton": "Przycisk Zrzutu Ekranu", + "volumeBoostButton": "Przycisk Zwiększania Głośności", + "flipVideoVerticalButton": "Przerzuć przycisk wideo w pionie", + "flipVideoHorizontalButton": "Przerzuć przycisk wideo w poziomie", + "monoToStereoButton": "Przycisk Mono do Stereo" + }, + "options": { + "below_player": { + "placement": "pod kontrolą gracza", + "value": "Poniżej Odtwarzacza" + }, + "feature_menu": { + "placement": "w menu funkcji", + "value": "Menu funkcji" + }, + "player_controls_left": { + "placement": "po lewej stronie kontroli gracza", + "value": "Lewe sterowanie" + }, + "player_controls_right": { + "placement": "po prawej stronie kontroli gracza", + "value": "Prawe sterowanie" + }, + "same": { + "placement": "w tej samej pozycji", + "value": "Tak samo jak normalnie" + } + }, + "title": "Umieść {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Kiedy w trybie pełnoekranowym, umieść {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Pełny ekran", + "normalLabel": "Normalny" + }, + "title": "Ustawienia umiejscowienia przycisków" + }, + "clearData": { + "allDataDeleted": "Wszystkie dane zostały usunięte.", + "confirmAlert": "Spowoduje to usunięcie wszystkich danych rozszerzenia związanych z opcjami. Kontynuować?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Typ aktywacji menu", + "options": { + "click": "Kliknięcie", + "hover": "Najechanie kursorem" + }, + "title": "Wybierz metodę aktywacji menu funkcji" + }, + "title": "Ustawienia menu funkcji" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Ustawienia zostały pomyślnie wyeksportowane", + "title": "Eksportuj ustawienia do pliku JSON", + "value": "Eksportuj ustawienia" + }, + "importButton": { + "error": { + "unknown": "Błąd podczas importowania ustawień. Sprawdź format pliku.\nWystąpił nieznany błąd.", + "validation": "Błąd podczas importowania ustawień. Sprawdź format pliku.\n{{ERROR_MESSAGE}}" + }, + "success": "Ustawienia zaimportowane pomyślnie", + "title": "Importuj ustawienia z pliku JSON", + "value": "Importuj ustawienia" + } + }, + "language": { + "select": { + "label": "Język", + "title": "Język używany przy rozszerzeniu" + }, + "title": "Język" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Otwórz stronę ustawień przy aktualizacji", + "title": "Otwiera stronę ustawień, gdy zainstalowana jest główna lub mniejsza wersja wzmacniacza YouTube" + }, + "optionDisabled": { + "either": { + "label": "Włącz {{OPTIONS}} aby skonfigurować tę opcję", + "separator": " albo " + }, + "plural": { + "label": "Włącz {{OPTIONS}} aby skonfigurować tę opcję", + "separator": " W przypadku gdy państwo członkowskie lub Szwajcaria stwierdzi, że dane państwo członkowskie lub Szwajcaria spełniają warunki określone w art. 4 ust. 1 lit. a) i b) oraz w art. 5 ust. 1 lit. b) i c) rozporządzenia (WE) nr 207/2009 oraz w art. 5 ust. 1 lit. b) i c) rozporządzenia (WE) nr 207/2009 oraz w art. 5 ust. 1 lit. b) tego rozporządzenia i art. 6 ust. 1 lit. b) tego rozporządzenia i c) tego rozporządzenia stosuje się od dnia 1 stycznia 2018 r. " + }, + "singular": "Włącz '{{OPTION}}' aby skonfigurować tę opcję", + "specificOption": { + "featureMenu": "Skonfiguruj co najmniej jeden przycisk, który zostanie umieszczony w menu funkcji, aby skonfigurować tę opcję.", + "globalVolume": "Wyłącz \"Zapamiętaj ostatnią głośność\", aby skonfigurować tę opcję", + "rememberVolume": "Wyłącz 'głośność globalną' aby skonfigurować tę opcję", + "screenshotButtonFileFormat": "Ustaw typ zapisu zrzutu ekranu na 'Plik' lub 'Both', aby skonfigurować tę opcję" + } + }, + "settingSearch": { + "placeholder": "Szukaj ustawienia" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Możesz go tutaj dostać", + "input": { + "label": "Klucz API", + "title": "Wpisz swój klucz API V3." + }, + "title": "Klucz API V3 YouTube" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Zastosuj", + "cancel": "Anuluj", + "enabledConflict": { + "description": "'{{FEATURE_A}}' i '{{FEATURE_B}}' nie mogą być włączone. Wybierz który chcesz zachować." + }, + "keepFirst": "Zachowaj {{FEATURE}}", + "keepSecond": "Zachowaj {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' i '{{FEATURE_B}}' nie można użyć tego samego klucza modyfikującego.", + "selectNewKey": "Zmień klucz modyfikujący:" + }, + "resolveConflict": "Proszę rozwiązać wszystkie konflikty przed zastosowaniem.", + "title": "Wykryto konflikty importu" + }, + "optionConflict": "Ta opcja nie może być włączona, gdy '{{OPTION}}' jest włączona.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Ustawiony klawisz zmiany prędkości przewijania nie może być taki sam, jak klawisz zmiany głośności przewijania kółka.", + "volumeControl": "Przycisk modyfikatora głośności koła przewijania nie może być taki sam jak klawisz modyfikatora prędkości przewijania." } } }, "info": { - "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button or discard them by closing this page or ignore this notification." + "reset": "Wszystkie opcje zostały przywrócone do domyślnych wartości. Możesz teraz zapisać zmiany, klikając przycisk \"Potwierdź\" bądź odrzucić, je zamykając tę stronę lub ignorując to powiadomienie." }, "success": { - "saved": "Options saved." + "saved": "Zapisano opcje." } } } }, "settings": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." + "label": "Własny CSS", + "title": "Umożliwia zastosowanie CSS na stronie" }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" + "extras": { + "collapse": "Zwiń edytor", + "expand": "Rozwiń edytor", + "noProblems": "Nie znaleziono problemów." }, - "title": "Automatic quality settings" + "title": "Niestandardowe ustawienia CSS" }, - "bottomButtons": { - "clear": { - "title": "Clears all data this extension has stored on your machine", - "value": "Clear Data" - }, - "confirm": { - "title": "Confirm setting reset", - "value": "Confirm" - }, - "reset": { - "title": "Resets all settings to their defaults, Click the confirm button to save the changes", - "value": "Reset" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Screenshot button", - "volumeBoostButton": "Volume Boost button" - }, - "options": { - "below_player": { - "placement": "below the player controls", - "value": "Below Player" - }, - "feature_menu": { - "placement": "in the feature menu", - "value": "Feature Menu" - }, - "player_controls_left": { - "placement": "on the left side of player controls", - "value": "Left Controls" - }, - "player_controls_right": { - "placement": "on the right side of player controls", - "value": "Right Controls" - } + "deepDarkCSS": { + "enable": { + "label": "Motyw Deep Dark", + "title": "Aktywuj wybrany motyw dla strony" + }, + "extras": { + "author": "Autor", + "co-authors": "Współautorzy" + }, + "settings": { + "colorShadow": { + "label": "Kolor cienia", + "title": "Kolor dla cieni" + }, + "dimmerText": { + "label": "Kolor tekstu dodatkowego", + "title": "Kolor dla tekstu dodatkowego" + }, + "hoverBackground": { + "label": "Kolor tła poduszki", + "title": "Kolor tła najechanego" + }, + "mainBackground": { + "label": "Kolor głównego tła", + "title": "Kolor dla głównego tła" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "mainColor": { + "label": "Kolor akcentowy", + "title": "Kolor akcentowy" + }, + "mainText": { + "label": "Kolor głównego tekstu", + "title": "Kolor dla głównego tekstu" + }, + "secondBackground": { + "label": "Kolor dodatkowego tła", + "title": "Kolor tła dodatkowego" + }, + "theme": { + "select": { + "label": "Wybierz motyw", + "title": "Wybierz motyw, który ma zostać zastosowany na stronie" + } + } }, - "title": "Button Placement Settings" + "title": "Ustawienia ciemne YouTube" }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." + "forwardRewindButtons": { + "enable": { + "label": "Przyciski do przodu/przewijania", + "title": "Dodaje przyciski do przodu i przewijania do odtwarzacza wideo" }, + "settings": { + "time": { + "label": "Czas przewijania/przewijania", + "title": "Ilość czasu do przekierowania/przewijania wideo przez" + } + }, + "title": "Ustawienia przycisków Przekierowanie/Przewijanie" + }, + "globalVolume": { "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" + "label": "Zawsze uruchamiaj filmy z tą głośnością", + "title": "Automatycznie uruchamia wszystkie filmy na wybranej głośności" + }, + "settings": { + "amount": { + "label": "Głośność początkowa wideo", + "title": "Głośność przyłożona do każdego filmu, gdy rozpoczyna się odtwarzanie" + } }, - "title": "Custom CSS Settings" + "title": "Globalne nadpisanie głośności" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menu Activation Type", - "options": { - "click": "Click", - "hover": "Hover" - }, - "title": "Select the method to activate the feature menu" + "miniPlayer": { + "button": { + "label": "Przycisk minigracza", + "title": "Dodaje przycisk, który otwiera Mini Player" + }, + "enable": { + "label": "Otwórz Mini Player podczas oglądania komentarzy", + "title": "Automatycznie otwiera Mini Player podczas przewijania komentarzy." + }, + "settings": { + "position": { + "select": { + "label": "Domyślna pozycja minigracza", + "options": { + "bottomCenter": "Na dole środka", + "bottomLeft": "Lewy dolny róg", + "bottomRight": "Dolny prawy róg", + "topCenter": "Górny środek", + "topLeft": "Lewy górny róg", + "topRight": "Prawy górny róg" + }, + "title": "Ustawia pozycję początkową przed przeniesieniem Mini Player." + } }, - "title": "Feature menu settings" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Settings successfully exported", - "title": "Export settings to a JSON file", - "value": "Export Settings" - }, - "importButton": { - "error": { - "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", - "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" - }, - "success": "Settings imported successfully", - "title": "Import settings from a JSON file", - "value": "Import Settings" - } - }, - "language": { - "select": { - "label": "Language", - "title": "The language to use for the extension" + "size": { + "label": "Domyślny rozmiar minigracza", + "title": "Ustawia rozmiar początkowy zanim zmienisz rozmiar Mini Player." + } }, - "title": "Language" + "title": "Ustawienia minigracza" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" + "enable": { + "label": "Automatyczny tryb teatru", + "title": "Automatycznie włącza tryb teatru podczas ładowania wideo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatycznie wyłącz tryb otoczenia", + "title": "Automatycznie wyłącza tryb otoczenia podczas ładowania wideo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatycznie wyłącz automatyczne odtwarzanie", + "title": "Automatycznie wyłącza automatyczne odtwarzanie po załadowaniu wideo" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatycznie wyłącz zamknięte podpisy", + "title": "Automatycznie wyłącza zamknięte podpisy podczas ładowania wideo" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatycznie włącz zamknięte podpisy", + "title": "Automatycznie włącza zamknięte podpisy podczas ładowania wideo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatycznie maksymalizuj odtwarzacz", + "title": "Automatycznie maksymalizuje odtwarzacz po załadowaniu wideo" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatycznie pokazuj więcej filmów na ekranie końcowym", + "title": "Automatycznie wyświetla więcej filmów na ekranie końcowym po załadowaniu filmu" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Wyszukiwanie numeru blokady", + "title": "Zapobiega skakaniu od 0 do 9 procent filmu" + } + }, + "hidePosts": { + "enable": { + "label": "Ukryj posty", + "title": "Ukrywa posty na stronie głównej" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Skopiuj URL wideo za pomocą przycisku znacznika czasu", + "title": "Kopiuje URL wideo z znacznikiem czasu (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Domyślnie oryginalna ścieżka audio", + "title": "Zawsze domyślnie dla oryginalnej ścieżki audio" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Ukryj karty ekranu końcowego", + "title": "Ukrywa karty na końcu wideo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Ukryj przycisk na ekranie końcowym", + "title": "Dodaje przycisk, aby pokazać/ukryć karty na końcu wideo" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Ukryj czat na żywo", + "title": "Ukrywa czat na żywo" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Ukryj filmy tylko dla użytkowników", + "title": "Ukrywa filmy widoczne tylko dla użytkowników" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Przycisk Mono do Stereo", + "title": "Dodaje przycisk, aby przekonwertować dźwięk monowy na stereo. Ścieżki stereo pozostają niezmienione." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Ukryj Oficjalne Filmy Artysty", + "title": "Ukryj filmy Oficjalnych Artystów na stronie głównej" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ukryj płatny baner promocyjny", + "title": "Ukrywa baner, który pojawia się, gdy oglądasz film z płatną promocją" + } + }, + "hidePlayables": { + "enable": { + "label": "Ukryj gry", + "title": "Ukrywa wszystkie gry" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ukryj listy odtwarzania na stronie głównej", + "title": "Pozbądź się list odtwarzania ze strony głównej" + } }, "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" + "enable": { + "label": "Hide scrollbar", + "title": "Ukryj pasek przewijania stron" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Ukryj rekomendowane wideo", + "title": "Ukrywa pasek boczny, który rekomenduje filmy" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Ukryj przycisk komentarza do tłumaczenia", + "title": "Ukrywa przycisk \"Przetłumacz na Język\" pod komentarzami" + } }, "loopButton": { - "label": "Loop button", - "title": "Adds a button to the feature menu to loop the video you're watching" + "enable": { + "label": "Przycisk pętli", + "title": "Dodaje przycisk do menu funkcji, aby pętlować film, który oglądasz" + } }, "maximizePlayerButton": { - "label": "Maximize player button", - "title": "Adds a button to the feature menu to maximize the player" + "enable": { + "label": "Maksymalizuj przycisk odtwarzacza", + "title": "Dodaje przycisk do menu funkcji, aby zmaksymalizować odtwarzacz" + } }, "openTranscriptButton": { - "label": "Open transcript button", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Otwórz przycisk transkryptu", + "title": "Dodaje przycisk do menu funkcji, aby otworzyć transkrypt filmu, który oglądasz" + } }, "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" + "enable": { + "label": "Otwórz ustawienia YouTube po najechaniu kursorem", + "title": "Otwiera menu ustawień YouTube po najechaniu przyciskiem ustawień" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Wstrzymaj odtwarzacze tła", + "title": "Zatrzymuje odtwarzacze wideo w zakładkach w tle, gdy uruchomisz nowego odtwarzacza w zakładce" + } }, "remainingTime": { - "label": "Remaining time", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Pozostały czas", + "title": "Pokazuje pozostały czas oglądanego filmu" + } }, - "rememberLastVolume": { - "label": "Remember last volume", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Zapamiętaj ostatnią głośność", + "title": "Pamięta głośność ostatniego filmu, który oglądałeś i ustawia go po otwarciu nowego filmu" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Usuń adresy URL YouTube / przekierowania", + "title": "Zastępuje przekierowanie YouTube przez rzeczywiste adresy URL, pomijając dialog ostrzeżeń o przekierowaniu" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Przywróć przewijanie na pełnym ekranie", + "title": "Przywraca przewijanie w trybie pełnoekranowym" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Włącz zapis, aby obejrzeć później", + "title": "Dodaje przycisk do Domu i Subskrypcji aby zapisać film na liście odtwarzania 'Obejrzyj później'" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Skróć link udostępniania wideo na YouTube", + "title": "Skróć łącze udostępniania wideo z YouTube (youtu.be), usuwając z niego parametry si/funkcji" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Auto przewijanie skrótów", + "title": "Automatycznie przewija do następnego skrótu" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Pomiń \"Wideo jest wstrzymane. Kontynuować oglądanie?\"", + "title": "Pomija okno dialogowe bezczynności, które wstrzymuje odtwarzanie wideo" + } + }, + "timestampPeek": { + "enable": { + "label": "Podgląd znacznika czasu", + "title": "Podgląd filmu przez podgląd znacznika czasu. Kliknij podgląd, aby rozpocząć odtwarzanie od tej chwili." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Poziomy przycisk rzutu wideo", + "title": "Dodaje przycisk, aby rzucić wideo w poziomie" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Pionowy przycisk rzutu wideo", + "title": "Dodaje przycisk, aby rzucić wideo w pionie" + } } }, - "title": "Miscellaneous settings" + "title": "Różne ustawienia" }, - "onScreenDisplaySettings": { - "color": { - "label": "Color", - "options": { - "blue": "Blue", - "green": "Green", - "orange": "Orange", - "pink": "Pink", - "purple": "Purple", - "red": "Red", - "white": "White", - "yellow": "Yellow" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Hide Delay", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Opacity", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "Padding", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Bottom Left", - "bottom_right": "Bottom Right", - "center": "Center", - "top_left": "Top Left", - "top_right": "Top Right" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "line": "Line", - "no_display": "No display", - "round": "Round", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Ukryj Spodnie", + "settings": { + "sidebar": { + "label": "Ukryj na pasku bocznym", + "title": "Usuwa przycisk Skróty z paska bocznego" + }, + "home": { + "label": "Ukryj na kanale głównym", + "title": "Usuwa sekcję Skróty z kanału głównego" + }, + "channel": { + "label": "Ukryj na stronach kanału", + "title": "Usuwa półkę skrótów i kartę na stronach kanału" + }, + "search": { + "label": "Ukryj w wynikach wyszukiwania", + "title": "Usuwa filmy Skróty z wyników wyszukiwania" + }, + "videos": { + "label": "Ukryj na stronach zegarka", + "title": "Usuwa filmy Skróty z rekomendacji na stronach zegarka" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Kolor", + "select": { + "options": { + "blue": "Niebieski", + "green": "Zielony", + "orange": "Pomarańczowy", + "pink": "Różowy", + "purple": "Fioletowy", + "red": "Czerwony", + "white": "Biały", + "yellow": "Żółty" + } + }, + "title": "Wybierz kolor wyświetlania na ekranie" + }, + "hide": { + "label": "Ukryj opóźnienie", + "title": "Określ czas, w milisekundach, przed automatycznym ukryciem ekranu na ekranie" + }, + "opacity": { + "label": "Przezroczystość", + "title": "Dostosuj przezroczystość wyświetlacza na ekranie" + }, + "padding": { + "label": "Padding", + "title": "Dostosuj odstępy wokół wyświetlacza na ekranie w pikselach. Dotyczy to w szczególności wyświetlacza na ekranie narożnym." + }, + "position": { + "label": "Położenie", + "select": { + "options": { + "bottom_left": "Lewy dolny róg", + "bottom_right": "Prawy dolny róg", + "center": "Środkowy", + "top_left": "Lewy górny", + "top_right": "Prawy górny róg" + } + }, + "title": "Wybierz pozycję wyświetlacza na ekranie" + }, + "type": { + "label": "Typ", + "select": { + "options": { + "circle": "Okręg", + "line": "Linia", + "no_display": "Brak wyświetlacza", + "text": "Tekst" + } + }, + "title": "Wybierz typ wyświetlania na ekranie" + } + }, + "title": "Ustawienia wyświetlania ekranu" + }, + "playerQuality": { "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" + "label": "Automatyczne dostosowanie jakości", + "title": "Automatycznie dostosowuje jakość wideo do wybranego poziomu." + }, + "settings": { + "quality": { + "select": { + "label": "Jakość odtwarzacza", + "title": "Jakość do ustawiania wideo" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Strategia rezerwowa w zakresie jakości", + "options": { + "higher": "Wyżej", + "lower": "Niżej" + }, + "title": "Strategia do użycia, gdy wybrana jakość nie jest dostępna" + } + } }, - "select": { - "label": "Player speed", - "title": "The speed to set the video to" + "title": "Opcje automatycznej jakości" + }, + "playerSpeed": { + "enable": { + "label": "Wymuszona prędkość odtwarzania", + "title": "Ustawia prędkość wideo na to, co wybierzesz poniżej" + }, + "settings": { + "buttons": { + "label": "Przyciski prędkości odtwarzania", + "select": { + "label": "Szybkość odtwarzania przycisków", + "title": "Ilość prędkości do zmiany za kliknięcie" + }, + "title": "Dodaje przyciski, aby zwiększyć lub zmniejszyć prędkość odtwarzania filmu, który oglądasz" + }, + "speed": { + "select": { + "label": "Szybkość odtwarzacza", + "title": "Szybkość ustawiania filmu na" + } + } }, - "title": "Playback speed settings" + "title": "Ustawienia prędkości odtwarzania" }, - "screenshotButton": { + "playlistLength": { "enable": { - "label": "Screenshot button", - "title": "Adds a button to the player to take a screenshot of the video" + "label": "Wyświetl informacje o długości listy odtwarzania", + "title": "Pokazuje całkowitą długość playlisty, ile było obserwowanych i ile pozostało." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metoda uzyskiwania długości listy odtwarzania", + "title": "Sposób uzyskania informacji o długości playlisty (metoda API zostanie przywrócona do HTML w przypadku wystąpienia błędu)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metoda oglądania czasu", + "options": { + "duration": "Długość wideo", + "youtube": "Czas oglądania wideo" + }, + "title": "Sposób, aby uzyskać ilość czasu oglądanego (typ długości (Video Length tylko używany na stronie zegarka)" + } + } }, - "saveAs": { - "clipboard": "Clipboard", - "file": "File" + "title": "Ustawienia długości playlisty" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Oznacz jako nieobserwowany przycisk", + "title": "Dodaje przycisk, aby oznaczyć filmy jako nieobejrzane" + } + }, + "removeVideoButton": { + "enable": { + "label": "Usuń przycisk wideo", + "title": "Dodaje przycisk do usuwania filmów z listy odtwarzania" + } + } }, - "selectFormat": { - "label": "Screenshot format", - "title": "The format to save the screenshot in" + "title": "Ustawienia zarządzania playlistą" + }, + "screenshotButton": { + "enable": { + "label": "Przycisk zrzutu ekranu", + "title": "Dodaje przycisk do odtwarzacza aby zrobić zrzut ekranu wideo" }, - "selectSaveAs": { - "label": "Screenshot save type", - "title": "The screenshot save type" + "settings": { + "format": { + "label": "Format zrzutu ekranu", + "title": "Format do zapisania zrzutu ekranu w" + }, + "saveAs": { + "select": { + "label": "Typ zapisu zrzutu ekranu", + "options": { + "both": "Oboje (jak i schowek)", + "clipboard": "Schowek", + "file": "Plik" + }, + "title": "Typ zapisu zrzutu ekranu" + } + } }, - "title": "Screenshot settings" + "title": "Ustawienia zrzutu ekranu" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { - "label": "Scroll wheel speed control", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "label": "Sterowanie prędkością kółka myszy", + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację prędkości za pomocą kółka myszy." }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" + "extras": { + "optionLabel": "Klawisz {{KEY}}" }, - "title": "Scroll wheel speed control settings" + "settings": { + "adjustmentSteps": { + "label": "Zmiana prędkości na przewijanie", + "title": "Dostosuj zmianę prędkości na przewijanie" + }, + "modifierKey": { + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + } + } + }, + "title": "Ustawienia kontroli prędkości kółka myszy" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { - "label": "Scroll wheel volume control", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "label": "Regulacja głośności za pomocą kółka myszy", + "title": "Umożliwia sterowanie głośnością oglądanego filmu za pomocą kółka myszy" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} key", - "select": { - "label": "Modifier key", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "Klawisz {{KEY}}" }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" + "settings": { + "adjustmentSteps": { + "label": "Zmiana głośności na przewijanie", + "title": "Dostosuj zmianę głośności na przewijanie" + }, + "holdModifierKey": { + "label": "Podczas przytrzymywania klawisza modyfikującego", + "select": { + "label": "Klawisz modyfikujący", + "title": "Klawisz modyfikujący, którego należy użyć" + }, + "title": "Naciśnij klawisz modyfikujący, aby włączyć regulację głośności za pomocą kółka myszy." + }, + "holdRightClick": { + "label": "Przytrzymując prawy przycisk myszy", + "title": "Przytrzymaj prawy przycisk myszy, aby włączyć regulację głośności za pomocą kółka myszy" } }, - "title": "Scroll wheel volume control settings" + "title": "Ustawienia regulacji głośności za pomocą kółka myszy" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Śledź obejrzane filmy", + "title": "Zachowuje śledzenie gdzie zostawiłeś na filmach, które oglądałeś i umożliwia wznowienie odtwarzania" + }, + "settings": { + "resumeType": { + "select": { + "label": "Typ wznowienia filmu", + "options": { + "automatic": "Automatyczne", + "prompt": "Podpowiedź" + }, + "title": "Wybierz sposób wznawiania filmów" + } } }, - "title": "Video history settings" + "title": "Ustawienia historii wideo" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { - "label": "Volume boost", - "title": "Enable volume boost" + "label": "Zwiększenie głośności", + "title": "Włącz zwiększenie głośności" }, - "mode": { - "select": { - "label": "Volume boost mode", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + "settings": { + "amount": { + "label": "Wartość zwiększenia głośności (dB)", + "title": "Ilość zwiększenia głośności. Możesz również przewijać przycisk zwiększania głośności (Shift/Ctrl dla większych kroków), aby go dostosować." + }, + "amount_global_only": { + "label": "Zwiększenie głośności (dB)", + "title": "Kwota zwiększenia wolumenu." + }, + "mode": { + "select": { + "label": "Tryb zwiększenia głośności", + "options": { + "global": "Globalne", + "perVideo": "Osobno" + }, + "title": "Wybierz sposób wzmocnienia głośności. Opcja „Osobno” umożliwia włączenie wzmocnienia dla każdego filmu osobno w menu funkcji. Opcja „Globalne” stosuje wzmocnienie do wszystkich filmów po włączeniu zwiększenia głośności." + } } }, - "title": "Volume boost settings" + "title": "Ustawienia zwiększenia głośności" } } } diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index 3fb12c57a..02b540d51 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,64 +1,322 @@ { "langCode": "pt-BR", - "langName": "Português do Brasil", + "langName": "Português (Brasil)", "messages": { "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o ganho de volume para {{VOLUME_BOOST_AMOUNT}}" + "settingVolume": "Definindo o aumento de volume para {{VOLUME_BOOST_AMOUNT}}" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Manipulação de Áudio Mono", + "toggle": { + "on": "Saída Mono → Estéreo", + "off": "Áudio Original" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Inverter vídeo horizontalmente" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Inverter vídeo verticalmente" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copiar URL do vídeo com a minutagem" + }, + "extras": { + "copied": "Copiado!" + } + }, "featureMenu": { - "label": "Menu de recursos" + "button": { + "label": "Menu de recursos" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Avançar {{TIME}}" + }, + "rewindButton": { + "label": "Retroceder {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Ocultar cards finais", + "toggle": { + "off": "Ocultar cards finais", + "on": "Exibir cards finais" + } + } }, "loopButton": { - "label": "Repetir", - "toggle": { - "off": "Repetição inativa", - "on": "Repetição ativa" + "button": { + "label": "Repetir", + "toggle": { + "off": "Repetição desativada", + "on": "Repetição ativada" + } } }, "maximizePlayerButton": { - "label": "Maximizar", - "toggle": { - "off": "Maximização inativa", - "on": "Maximização ativa" + "button": { + "label": "Maximizar", + "toggle": { + "off": "Maximização desativada", + "on": "Maximização ativada" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player desativado", + "on": "Mini Player ativado" + } } }, "openTranscriptButton": { - "label": "Abrir Transcrição" + "button": { + "label": "Abrir transcrição" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Desacelerar para {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Acelerar para {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Impossível desacelerar mais ({{SPEED}})", + "increaseLimit": "Impossível acelerar mais ({{SPEED}})" + } + }, + "playlistLength": { + "title": "A duração total pode não ser exata se alguns vídeos estiverem ocultos ou se você não tiver carregado vídeos suficientes para obter o comprimento completo." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Falha ao marcar o vídeo como não assistido", + "failedToRemoveVideo": "Falha ao remover o vídeo", + "markAsUnwatched": "Marcar como não assistido", + "markingAsUnwatched": "Marcando como não assistido…", + "removeVideo": "Remover vídeo", + "removingVideo": "Removendo vídeo…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Falha ao salvar o vídeo em \"Assistir mais tarde\"", + "saveVideo": "Salvar em \"Assistir mais tarde\"", + "savingVideo": "Salvando em \"Assistir mais tarde\"…" + } }, "screenshotButton": { - "copiedToClipboard": "Captura de tela copiada para a área de transferência", - "label": "Captura de tela" + "button": { + "label": "Captura de tela" + }, + "extras": { + "copiedToClipboard": "Captura de tela copiada para a área de transferência" + } }, "videoHistory": { - "resumeButton": "Continuar", - "resumePrompt": { - "close": "Fechar" + "extras": { + "resumeButton": "Retomar", + "resumePromptClose": "Fechar" } }, "volumeBoostButton": { - "label": "Impulsionador de volume", - "toggle": { - "off": "Impulso de Volume inativo", - "on": "Impulso de Volume ativo" + "button": { + "label": "Ganho de Volume ({{value}} dB)", + "toggle": { + "off": "Aumento de volume desativado", + "on": "Ganho de volume ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Limpa todos os dados armazenados pela extensão no seu dispositivo", + "value": "Limpar dados" + }, + "confirm": { + "title": "Confirmar redefinição de configuração", + "value": "Confirmar" + }, + "openTab": { + "title": "Abrir configurações da extensão em uma nova aba" + }, + "reset": { + "title": "Redefine todas as configurações para seus padrões. Clique no botão confirmar para salvar as alterações", + "value": "Redefinir" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Botão de Copiar URL do vídeo com a minutagem", + "decreasePlaybackSpeedButton": "Botão de Desacelerar", + "forwardButton": "Botão de Avançar rápido", + "hideEndScreenCardsButton": "Botão de Ocultar cards finais", + "increasePlaybackSpeedButton": "Botão de Acelerar", + "loopButton": "Botão de Repetir", + "maximizePlayerButton": "Botão de Maximizar", + "miniPlayerButton": "Botão do Mini Player", + "openTranscriptButton": "Botão de Abrir transcrição", + "rewindButton": "Botão de Retroceder", + "screenshotButton": "Botão de Captura de tela", + "volumeBoostButton": "Botão de Ganho de volume", + "flipVideoVerticalButton": "Botão de Inverter o vídeo verticalmente", + "flipVideoHorizontalButton": "Botão de Inverter o vídeo horizontalmente", + "monoToStereoButton": "Botão de Mono para Estéreo" + }, + "options": { + "below_player": { + "placement": "abaixo dos controles do player", + "value": "Abaixo do player" + }, + "feature_menu": { + "placement": "no menu de recursos", + "value": "Menu de recursos" + }, + "player_controls_left": { + "placement": "à esquerda dos controles do player", + "value": "Controles à esquerda" + }, + "player_controls_right": { + "placement": "à direita dos controles do player", + "value": "Controles à direita" + }, + "same": { + "placement": "na mesma posição", + "value": "Igual ao normal" + } + }, + "title": "Coloque o {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Quando estiver em tela cheia, coloque o {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Tela cheia", + "normalLabel": "Normal" + }, + "title": "Configurações de posicionamento dos botões" + }, + "clearData": { + "allDataDeleted": "Todos os dados foram excluídos.", + "confirmAlert": "Isso apagará todos os dados da extensão relacionados às opções. Continuar?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Método de ativação do menu", + "options": { + "click": "Clicar", + "hover": "Passar o cursor" + }, + "title": "Selecione o método para ativar o menu de recursos" + }, + "title": "Configurações do menu de recursos" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Configurações exportadas com sucesso", + "title": "Exportar configurações para um arquivo JSON", + "value": "Exportar Configurações" + }, + "importButton": { + "error": { + "unknown": "Erro ao importar configurações. Por favor, verifique o formato do arquivo.\nOcorreu um erro desconhecido.", + "validation": "Erro ao importar configurações. Por favor, verifique o formato do arquivo.\n{{ERROR_MESSAGE}}" + }, + "success": "Configurações importadas com sucesso", + "title": "Importar configurações de um arquivo JSON", + "value": "Importar Configurações" + } + }, + "language": { + "select": { + "label": "Idioma", + "title": "A linguagem a ser usada para a extensão" + }, + "title": "Idioma" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Abrir a página de configurações na atualização", + "title": "Abre a página de configurações quando uma versão maior ou menor do YouTube Enhancer é instalada" + }, + "optionDisabled": { + "either": { + "label": "Ativar {{OPTIONS}} para configurar esta opção", + "separator": " ou " + }, + "plural": { + "label": "Ativar {{OPTIONS}} para configurar esta opção", + "separator": " e " + }, + "singular": "Ativar {{OPTION}} para configurar esta opção", + "specificOption": { + "featureMenu": "Configure pelo menos um botão no menu de recursos para configurar esta opção.", + "globalVolume": "Desativar 'Lembrar último volume' para configurar esta opção", + "rememberVolume": "Desativar 'Volume global' para configurar esta opção", + "screenshotButtonFileFormat": "Definir tipo de salvamento de captura de tela como 'Arquivo' ou 'Ambos' para configurar esta opção" + } + }, + "settingSearch": { + "placeholder": "Buscar uma configuração" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Você pode obter uma aqui", + "input": { + "label": "Chave API", + "title": "Insira sua chave API YouTube Data V3" + }, + "title": "Chave da API YouTube Data v3" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Aplicar", + "cancel": "Cancelar", + "enabledConflict": { + "description": "'{{FEATURE_A}}' e '{{FEATURE_B}}' não podem ser ambos habilitados. Escolha o qual manter." + }, + "keepFirst": "Manter {{FEATURE}}", + "keepSecond": "Manter {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' e '{{FEATURE_B}}' não pode usar a mesma chave modificadora", + "selectNewKey": "Alterar tecla modificadora:" + }, + "resolveConflict": "Por favor, resolva todos os conflitos antes de aplicar", + "title": "Conflitos de importação detectados" + }, + "optionConflict": "Esta opção não pode ser ativada enquanto '{{OPTION}}' estiver habilitada", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "A tecla modificadora de controle de velocidade da roda do mouse não pode ser o mesmo que a tecla modificadora de controle de volume da roda do mouse.", - "volumeControl": "A tecla modificadora de controle de volume da roda do mouse não pode ser o mesmo que a tecla modificadora de controle de velocidade da roda do mouse." + "speedControl": "A tecla modificadora para controlar a velocidade por rolagem deve ser diferente da tecla modificadora para controlar o volume por rolagem", + "volumeControl": "A tecla modificadora para controlar o volume por rolagem deve ser diferente da tecla modificadora para controlar a velocidade por rolagem" } } }, "info": { - "reset": "Todas as opções foram restauradas aos seus valores padrão.\nAgora você pode salvar as mudanças clicando no botão \"Confirmar\" ou descartá-las fechando a página ou ignorando essa notificação." + "reset": "Todas as opções foram redefinidas para seus valores padrão. \nSalve as alterações clicando em \"Confirmar\", ou descarte-as fechando a página ou esta notificação." }, "success": { "saved": "Opções salvas." @@ -67,329 +325,660 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Todos os dados foram excluídos.", - "confirmAlert": "Isto irá apagar todos os dados da extensão relacionados às opções. Continuar?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Ajuste automático de qualidade", - "title": "Ajusta automaticamente a qualidade do vídeo para o nível selecionado." + "label": "CSS personalizado", + "title": "Ativa o CSS personalizado para ser aplicado à página" }, - "select": { - "label": "Qualidade do reprodutor", - "title": "A qualidade a ser definida para o vídeo" + "extras": { + "collapse": "Minimizar editor", + "expand": "Maximizar editor", + "noProblems": "Nenhum problema encontrado." }, - "title": "Configurações de qualidade automáticas" + "title": "Configurações de CSS personalizado" }, - "bottomButtons": { - "clear": { - "title": "Limpa todos os dados que esta extensão armazenou em sua máquina", - "value": "Limpar Dados" - }, - "confirm": { - "title": "Confirmar redefinição de configuração", - "value": "Confirmar" - }, - "reset": { - "title": "Redefinir todas as configurações para seus padrões, Clique no botão confirmar para salvar as alterações", - "value": "Redefinir" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Botão de Repetir", - "maximizePlayerButton": "Botão de Maximizar", - "openTranscriptButton": "Abrir botão de transcrição", - "screenshotButton": "Botão de captura de tela", - "volumeBoostButton": "Botão de Impulso de Volume" - }, - "options": { - "below_player": { - "placement": "abaixo dos controles do reprodutor", - "value": "Abaixo do reprodutor" - }, - "feature_menu": { - "placement": "no menu de recursos", - "value": "Menu de recursos" - }, - "player_controls_left": { - "placement": "no lado esquerdo dos controles do reprodutor", - "value": "Controle Esquerdo" - }, - "player_controls_right": { - "placement": "no lado direito dos controles do reprodutor", - "value": "Controle Direito" - } + "deepDarkCSS": { + "enable": { + "label": "Tema Deep Dark", + "title": "Ativa o tema selecionado para a página" + }, + "extras": { + "author": "Autor", + "co-authors": "Co-autores" + }, + "settings": { + "colorShadow": { + "label": "Cor da sombra", + "title": "Cor para sombras" + }, + "dimmerText": { + "label": "Cor do texto secundário", + "title": "Cor para texto secundário" + }, + "hoverBackground": { + "label": "Cor de fundo ao passar o cursor", + "title": "Cor para fundo ao passar o cursor" + }, + "mainBackground": { + "label": "Cor de fundo principal", + "title": "Cor para fundo principal" }, - "title": "Coloque o {{BUTTON_NAME}} {{PLACEMENT}}" + "mainColor": { + "label": "Cor de destaque", + "title": "Cor para destaque" + }, + "mainText": { + "label": "Cor do texto principal", + "title": "Cor para o texto principal" + }, + "secondBackground": { + "label": "Cor de fundo secundário", + "title": "Cor para fundo secundário" + }, + "theme": { + "select": { + "label": "Selecionar tema", + "title": "Selecione um tema para a página" + } + } }, - "title": "Configurações de posicionamento de botão" + "title": "Configurações YouTube Deep Dark" }, - "customCSS": { - "editor": { - "collapse": "Recolher Editor", - "expand": "Expandir Editor", - "noProblems": "Nenhum problema encontrado." + "forwardRewindButtons": { + "enable": { + "label": "Botões de avançar/retroceder", + "title": "Adiciona botões de avançar e de retroceder ao player de vídeo" + }, + "settings": { + "time": { + "label": "Avançar/retroceder tempo", + "title": "Quantidade de tempo para avançar/retroceder o vídeo" + } }, + "title": "Configurações do botão de avançar/retroceder" + }, + "globalVolume": { "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite que CSS personalizado seja aplicado à página" + "label": "Sempre iniciar vídeos com este volume", + "title": "Faz com que todos os vídeos iniciem automaticamente no volume selecionado" }, - "title": "Configurações personalizadas de CSS" + "settings": { + "amount": { + "label": "Volume inicial de vídeo", + "title": "O volume aplicado a cada vídeo quando ele começa a reproduzir" + } + }, + "title": "Substituição de Volume Global" }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo de ativação do Menu", - "options": { - "click": "Clique", - "hover": "Ao Passar o Cursor" - }, - "title": "Selecione o método para ativar o menu de recursos" + "miniPlayer": { + "button": { + "label": "Botão do Mini Player", + "title": "Adiciona um botão que abre o Mini Player" + }, + "enable": { + "label": "Abrir Mini Player ao ver comentários", + "title": "Abre automaticamente o Mini Player ao rolar para os comentários" + }, + "settings": { + "position": { + "select": { + "label": "Posição padrão Mini Player", + "options": { + "bottomCenter": "Centro inferior", + "bottomLeft": "Canto inferior esquerdo", + "bottomRight": "Canto inferior direito", + "topCenter": "Centro superior", + "topLeft": "Canto superior esquerdo", + "topRight": "Canto superior direito" + }, + "title": "Define a posição inicial antes de mover o Mini Player" + } }, - "title": "Configurações do menu de recursos" - } - }, - "importExportSettings": { - "exportButton": { - "success": "As configurações foram exportadas com sucesso", - "title": "Exportar configurações para um arquivo JSON", - "value": "Exportar Configurações" - }, - "importButton": { - "error": { - "unknown": "Erro ao importar as configurações. Por favor, verifique o formato do arquivo.\nUm erro desconhecido ocorreu.", - "validation": "Erro ao importar as configurações. Por favor, verifique o formato do arquivo.\n{{ERROR_MESSAGE}}" - }, - "success": "Configurações importadas com sucesso", - "title": "Importar configurações de um arquivo JSON", - "value": "Importar Configurações" - } - }, - "language": { - "select": { - "label": "Linguagem", - "title": "A linguagem a ser usada para a extensão" + "size": { + "label": "Tamanho padrão do Mini Player", + "title": "Define o tamanho inicial antes de redimensionar o Mini Player" + } }, - "title": "Linguagem" + "title": "Configurações do Mini Player" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Modo teatro automático", - "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" + "enable": { + "label": "Modo Teatro automático", + "title": "Ativa automaticamente o modo teatro ao carregar um vídeo" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Desativar automaticamente o modo ambiente", + "title": "Desativa automaticamente o modo ambiente ao carregar um vídeo" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Desativar automaticamente a reprodução automática", + "title": "Desativa automaticamente a reprodução automática ao carregar um vídeo" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Desativar legendas automaticamente", + "title": "Desativa automaticamente as legendas ao carregar um vídeo" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Ativar legendas automaticamente", + "title": "Ativa automaticamente as legendas ao carregar um vídeo" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Maximizar o Player automaticamente", + "title": "Maximiza automaticamente o Player ao carregar um vídeo" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Exibir automaticamente mais vídeos na tela final", + "title": "Exibe automaticamente mais vídeos na tela final do vídeo" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Bloquear tecla de número em busca", + "title": "Impede que se pule para uma porcentagem do vídeo ao pressionar 0-9" + } + }, + "hidePosts": { + "enable": { + "label": "Ocultar postagens", + "title": "Oculta postagens da página inicial" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Botão de Copiar URL do vídeo com a minutagem", + "title": "Copia URL do vídeo com a minutagem (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Usar faixa de áudio original como padrão", + "title": "Sempre usar faixa de áudio original como padrão" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Ocultar IA", + "title": "Oculta os recursos de IA, como resumos de vídeo e Perguntar à IA" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Ocultar cards finais", + "title": "Oculta os cards no final do vídeo" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Botão de Ocultar cards finais", + "title": "Adiciona um botão para exibir/ocultar cards finais" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Ocultar chat da transmissão ao vivo", + "title": "Oculta o chat da transmissão ao vivo" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Ocultar vídeos exclusivos para membros", + "title": "Oculta vídeos que só os membros podem assistir" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Botão Mono para Estéreo", + "title": "Adiciona um botão para converter áudio mono para estéreo. Faixas estéreo permanecem inalteradas." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Ocultar Vídeos Oficiais do Artista", + "title": "Oculta Vídeos Oficiais do Artista da Página Inicial" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ocultar banner de promoção paga", + "title": "Oculta o banner que aparece ao assistir a um vídeo que contém promoção paga" + } + }, + "hidePlayables": { + "enable": { + "label": "Ocultar reproduzíveis", + "title": "Oculta todos os reproduzíveis" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ocultar listas de reprodução da página inicial", + "title": "Remove as listas de reprodução da página inicial" + } }, "hideScrollbar": { - "label": "Ocultar a barra de rolagem", - "title": "Oculta a barra de rolagem da página" + "enable": { + "label": "Ocultar barra de rolagem", + "title": "Oculta a barra de rolagem da página" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Ocultar vídeos recomendados", + "title": "Oculta a barra lateral de recomendação de vídeos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Ocultar botão de traduzir comentário", + "title": "Oculta o botão de tradução abaixo dos comentários" + } }, "loopButton": { - "label": "Botão de Repetir", - "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" + "enable": { + "label": "Botão de Repetir", + "title": "Adiciona ao menu um botão para repetir o vídeo que está vendo" + } }, "maximizePlayerButton": { - "label": "Botão de maximização do reprodutor", - "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" + "enable": { + "label": "Botão de Maximizar player", + "title": "Adiciona ao menu um botão para maximizar o player" + } }, "openTranscriptButton": { - "label": "Abrir botão de transcrição", - "title": "Adiciona um botão ao menu de recursos para abrir a transcrição do vídeo que você está assistindo" + "enable": { + "label": "Botão de Abrir transcrição", + "title": "Adiciona ao menu um botão para abrir a transcrição do vídeo que está vendo" + } }, "openYouTubeSettingsOnHover": { - "label": "Abrir configurações do YouTube ao passar o mouse", - "title": "Abre o menu de configurações do YouTube ao passar o mouse sobre o botão de configurações" + "enable": { + "label": "Abrir configurações do YouTube ao passar o cursor", + "title": "Abre o menu de configurações do YouTube ao passar o cursor sobre o botão de configurações" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausar player em segundo plano", + "title": "Pausa o player nas abas em segundo plano ao iniciar um novo player noutra aba" + } }, "remainingTime": { - "label": "Tempo restante", - "title": "Mostra o tempo restante do vídeo que você está assistindo" + "enable": { + "label": "Tempo restante", + "title": "Exibe o tempo restante do vídeo que está assistindo" + } }, - "rememberLastVolume": { - "label": "Lembrar o último volume", - "title": "Lembra o volume do último vídeo que você estava assistindo e o coloca quando você abrir um novo vídeo" + "rememberVolume": { + "enable": { + "label": "Lembrar último volume", + "title": "Lembra o volume do último vídeo que estava vendo e aplica-o ao novo vídeo" + } }, "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + "enable": { + "label": "Remover URLs de redirecionamento do YouTube", + "title": "Substitui o redirecionamento do YouTube por URLs reais, evitando o aviso de redirecionamento" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restaurar rolagem em tela cheia", + "title": "Restaura a rolagem da página no modo de tela cheia" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Ativar botão \"Assistir mais tarde\"", + "title": "Adiciona um botão aos vídeos da página inicial e das inscrições para salvar o vídeo na lista de reprodução \"Assistir mais tarde\"" + } }, "shareShortener": { - "label": "Shorten YouTube video share link", - "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + "enable": { + "label": "Encurtar link de compartilhamento de vídeo do YouTube", + "title": "Encurta os links de compartilhamento de vídeo do YouTube (youtu.be) removendo os parâmetros si/features" + } }, "shortsAutoScroll": { - "label": "Shorts auto scroll", - "title": "Automatically scrolls to the next short" + "enable": { + "label": "Rolar automaticamente pelos Shorts", + "title": "Rola para o próximo Short automaticamente" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Ignorar \"O vídeo está pausado. Continuar assistindo?\"", + "title": "Ignora o aviso de inatividade que pausa a reprodução do vídeo" + } + }, + "timestampPeek": { + "enable": { + "label": "Prévia da Minutagem", + "title": "Pré-visualize o vídeo passando o cursor sobre a minutagem. Clique na pré-visualização para começar a reprodução a partir daquele momento." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Botão de Inverter vídeo horizontalmente", + "title": "Adiciona um botão para virar o vídeo horizontalmente" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Botão de Inverter vídeo verticalmente", + "title": "Adiciona um botão para virar o vídeo verticalmente" + } } }, "title": "Configurações diversas" }, - "onScreenDisplaySettings": { - "color": { - "label": "Cor", - "options": { - "blue": "Azul", - "green": "Verde", - "orange": "Laranja", - "pink": "Rosa", - "purple": "Roxo", - "red": "Vermelho", - "white": "Branco", - "yellow": "Amarelo" - }, - "title": "Seleciona a cor para as informações na tela" - }, - "hide": { - "label": "Atraso para esconder", - "title": "Especifique o tempo, em milissegundos, antes de ocultar automaticamente as informações na tela" - }, - "opacity": { - "label": "Opacidade", - "title": "Ajusta a transparência das informações na tela" - }, - "padding": { - "label": "Espaçamento", - "title": "Ajuste o espaçamento em torno das informações na tela em pixels. Isso se aplica especificamente ao canto das informações na tela." - }, - "position": { - "label": "Posição", - "options": { - "bottom_left": "Inferior Esquerdo", - "bottom_right": "Inferior direito", - "center": "Centralizado", - "top_left": "Superior esquerdo", - "top_right": "Superior Direito" - }, - "title": "Selecione a posição das informações na tela" - }, - "title": "Configurações das informações na tela", - "type": { - "label": "Tipo", - "options": { - "line": "Linha", - "no_display": "Sem exibição", - "round": "Arredondado", - "text": "Texto" - }, - "title": "Selecione o tipo de informações na tela" + "hideShorts": { + "title": "Ocultar Shorts", + "settings": { + "sidebar": { + "label": "Ocultar na barra lateral", + "title": "Remove o botão Shorts da barra lateral" + }, + "home": { + "label": "Ocultar no feed da página inicial", + "title": "Remove a sessão Shorts do feed da página inicial" + }, + "channel": { + "label": "Ocultar nas páginas do canal", + "title": "Remove a estante e a aba de Shorts nas páginas do canal" + }, + "search": { + "label": "Ocultar nos resultados de pesquisa", + "title": "Remove os vídeos do Shorts dos resultados de pesquisa" + }, + "videos": { + "label": "Ocultar na página de reprodução", + "title": "Remove o Shorts das recomendações na página de reprodução" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Cor", + "select": { + "options": { + "blue": "Azul", + "green": "Verde", + "orange": "Laranja", + "pink": "Rosa", + "purple": "Roxo", + "red": "Vermelho", + "white": "Branco", + "yellow": "Amarelo" + } + }, + "title": "Define a cor para as informações em exibição" + }, + "hide": { + "label": "Ocultar atraso", + "title": "Especifica o tempo (em milissegundos) antes de ocultar automaticamente as informações em exibição" + }, + "opacity": { + "label": "Opacidade", + "title": "Ajusta a transparência das informações em exibição" + }, + "padding": { + "label": "Margem interna", + "title": "Ajusta o espaçamento, em pixels, ao redor das informações em exibição. Isso se aplica especificamente às informações exibidas nos cantos da tela." + }, + "position": { + "label": "Posição", + "select": { + "options": { + "bottom_left": "Canto inferior esquerdo", + "bottom_right": "Canto inferior direito", + "center": "Centro", + "top_left": "Canto superior esquerdo", + "top_right": "Canto superior direito" + } + }, + "title": "Seleciona a posição da exibição na tela" + }, + "type": { + "label": "Tipo", + "select": { + "options": { + "circle": "Círculo", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" + } + }, + "title": "Seleciona o tipo de exibição na tela" + } + }, + "title": "Configurações de exibição na tela" + }, + "playerQuality": { "enable": { - "label": "Velocidade de reprodução forçada", - "title": "Define a velocidade do vídeo para a que você escolher abaixo" + "label": "Ajuste automático de resolução", + "title": "Define automaticamente a resolução do vídeo para o nível desejado" + }, + "settings": { + "quality": { + "select": { + "label": "Resolução do player", + "title": "Resolução a ser usada no vídeo" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Sistema de redução de resolução", + "options": { + "higher": "Grande", + "lower": "Pequeno" + }, + "title": "O sistema para usar quando a resolução definida estiver indisponível." + } + } }, - "select": { - "label": "Velocidade do reprodutor", - "title": "A velocidade a ser definida para o vídeo" + "title": "Configurações de resolução automática" + }, + "playerSpeed": { + "enable": { + "label": "Velocidade de reprodução forçada", + "title": "Define a velocidade do vídeo para o valor escolhido abaixo" + }, + "settings": { + "buttons": { + "label": "Botões de velocidade de reprodução", + "select": { + "label": "Velocidade dos botões de reprodução", + "title": "O quanto de velocidade será alterado por clique" + }, + "title": "Adiciona botões para acelerar ou desacelerar a reprodução do vídeo que está vendo" + }, + "speed": { + "select": { + "label": "Velocidade do player", + "title": "A velocidade definida para o vídeo" + } + } }, "title": "Configurações de velocidade de reprodução" }, - "screenshotButton": { + "playlistLength": { "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + "label": "Exibir informações de duração da lista de reprodução", + "title": "Exibe a duração total da lista de reprodução, o quanto foi assistido e o tempo restante" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Método para obter a duração da lista de reprodução", + "title": "A forma de obter informação da duração da lista de reprodução (método API voltará a HTML se ocorrer um erro)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Forma de obter o tempo assistido", + "options": { + "duration": "Duração do vídeo", + "youtube": "Tempo assistido do vídeo" + }, + "title": "A forma de obter o tempo assistido (Tipo de duração do vídeo apenas usado na página de exibição)" + } + } }, - "saveAs": { - "clipboard": "Área de Transferência", - "file": "Arquivo" + "title": "Configurações de duração da lista de reprodução" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Botão de Marcar como não assistido", + "title": "Adiciona um botão para marcar vídeos como não assistidos" + } + }, + "removeVideoButton": { + "enable": { + "label": "Botão de Remover vídeo", + "title": "Adiciona um botão para remover vídeos da lista de reprodução" + } + } }, - "selectFormat": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" + "title": "Configurações de gerenciamento de listas de reprodução" + }, + "screenshotButton": { + "enable": { + "label": "Botão de Captura de tela", + "title": "Adiciona um botão ao player para fazer uma captura de tela do vídeo" }, - "selectSaveAs": { - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" + "settings": { + "format": { + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" + }, + "saveAs": { + "select": { + "label": "Tipo de armazenamento da captura de tela", + "options": { + "both": "Ambos (Arquivo e Área de Transferência)", + "clipboard": "Área de transferência", + "file": "Arquivo" + }, + "title": "O tipo de armazenamento da captura de tela" + } + } }, - "title": "Opções de captura de tela" + "title": "Configurações de captura de tela" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Mudar Volume por Rolagem", - "title": "Ajusta a mudança de velocidade por rolagem" - }, "enable": { "label": "Controle de velocidade da roda do mouse", - "title": "Pressione uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse." + "title": "Pressione uma tecla modificadora para ativar o ajuste de velocidade com a roda do mouse" }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "A tecla modificadora a ser usada" + "extras": { + "optionLabel": "Tecla {{KEY}}" }, - "title": "Configurações de controle de volume pela roda do mouse" + "settings": { + "adjustmentSteps": { + "label": "Mudança de velocidade por rolagem", + "title": "Ajusta a mudança de velocidade por rolagem" + }, + "modifierKey": { + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + } + } + }, + "title": "Configurações de controle de velocidade na roda do mouse" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Mudar Volume por Rolagem", - "title": "Ajuste a mudança de volume por rolagem" - }, "enable": { - "label": "Controle do volume por roda do mouse", - "title": "Permite usar a roda do mouse para controlar o volume do vídeo que você está assistindo" + "label": "Ajustar volume com a roda", + "title": "Deixa-o utilizar a roda do cursor para ajustar o volume do vídeo" }, - "holdModifierKey": { - "enable": { - "label": "Ativar ao segurar a tecla modificadora", - "title": "Pressione uma tecla modificadora para ativar o ajuste de volume com a roda do mouse." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "A tecla modificadora a ser usada" - } + "extras": { + "optionLabel": "Tecla {{KEY}}" }, - "holdRightClick": { - "enable": { - "label": "Ativar ao segurar o botão direito", - "title": "Segure o botão direito para ativar o controle de volume da roda do mouse" + "settings": { + "adjustmentSteps": { + "label": "Mudança de volume por rolagem", + "title": "Ajusta a mudança de volume por rolagem" + }, + "holdModifierKey": { + "label": "Ao segurar a tecla de modificação", + "select": { + "label": "Tecla de modificação", + "title": "A tecla de modificação para uso" + }, + "title": "Segure a tecla de modificação para ajustar o volume com a roda do cursor" + }, + "holdRightClick": { + "label": "Ao segurar o botão direito", + "title": "Segure o botão direito para ajustar o volume pela roda" } }, - "title": "Configurações de controle do volume por roda do mouse" + "title": "Configurações de controle de volume pela roda" }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "Rastrear vídeos assistidos", + "title": "Registra a minutagem em que parou os vídeos que estava vendo e permite retomar a reprodução" + }, + "settings": { + "resumeType": { + "select": { + "label": "Tipo de retomada", + "options": { + "automatic": "Automático", + "prompt": "Perguntar" + }, + "title": "Selecione como deseja retomar os vídeos" + } } }, - "title": "Video history settings" + "title": "Configurações de histórico de vídeo" }, "volumeBoost": { - "boostAmount": { - "label": "Quantidade de impulsão de volume (dB)", - "title": "O valor para impulsionar o volume em" - }, "enable": { - "label": "Impulso do volume", - "title": "Ativar impulso de volume" + "label": "Aumento de volume", + "title": "Ativa o aumento de volume" }, - "mode": { - "select": { - "label": "Modo de impulso de volume", - "options": { - "global": "Global", - "perVideo": "Por vídeo" - }, - "title": "Escolha como o impulso de volume é aplicado. 'Por vídeo' permite ativar o impulso para cada vídeo individualmente no menu de recursos. 'Global' aplica impulso a todos os vídeos quando o impulso de volume está habilitado." + "settings": { + "amount": { + "label": "Quantidade de ganho de volume (dB)", + "title": "O valor para ganho do volume. Você também pode rolar sobre o botão de aumento de volume (Shift/Ctrl para ganhos maiores) para ajustá-lo." + }, + "amount_global_only": { + "label": "Quantidade de ganho de volume (dB)", + "title": "O valor para ganho do volume" + }, + "mode": { + "select": { + "label": "Modo de aumento de volume", + "options": { + "global": "Global", + "perVideo": "Por vídeo" + }, + "title": "Selecione como o aumento de volume é aplicado. 'Por vídeo' permite ativar o aumento para cada vídeo individualmente no menu de recursos. Já o 'Global' aplica o aumento para todos os vídeos quando o aumento de volume é ativado." + } } }, - "title": "Configurações de impulso de volume" + "title": "Configurações de aumento de volume" } } } diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index c9b04ab5d..afb083ba6 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -8,52 +8,310 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Обработка Mono Аудио", + "toggle": { + "on": "Mono → Stereo Выход", + "off": "Исходное Аудио" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Отразить видео горизонтально" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Отразить видео вертикально" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Копировать URL видео с таймкодом" + }, + "extras": { + "copied": "Скопировано!" + } + }, "featureMenu": { - "label": "Меню функций" + "button": { + "label": "Меню функций" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Перемотка вперёд на {{TIME}}" + }, + "rewindButton": { + "label": "Перемотка назад на {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Скрыть заставки следующих видео", + "toggle": { + "off": "Скрыть заставки следующих видео", + "on": "Показать заставки следующих видео" + } + } }, "loopButton": { - "label": "Зациклить", - "toggle": { - "off": "Зацикливание выключено", - "on": "Зацикливание включено" + "button": { + "label": "Зациклить", + "toggle": { + "off": "Зацикливание выключено", + "on": "Зацикливание включено" + } } }, "maximizePlayerButton": { - "label": "Развернуть", - "toggle": { - "off": "Проигрыватель свернут", - "on": "Проигрыватель развернут" + "button": { + "label": "Развернуть", + "toggle": { + "off": "Проигрыватель свернут", + "on": "Проигрыватель развернут" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Мини-плеер", + "toggle": { + "off": "Мини-плеер выкл", + "on": "Мини-плеер вкл" + } } }, "openTranscriptButton": { - "label": "Открыть стенограмму" + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Невозможно уменьшить ({{SPEED}})", + "increaseLimit": "Невозможно увеличить ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Общая длина может быть неточной, если некоторые видео скрыты или недостаточно видео прогружено, чтобы получить полную длину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Не удалось пометить видео как непросмотренное", + "failedToRemoveVideo": "Не удалось удалить видео", + "markAsUnwatched": "Отметить как непросмотренное", + "markingAsUnwatched": "Помечается как непросмотренное…", + "removeVideo": "Удалить видео", + "removingVideo": "Удаляется видео…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Не удалось сохранить видео в Смотреть позже", + "saveVideo": "Сохранить в Смотреть позже", + "savingVideo": "Сохраняется в Смотреть позже…" + } }, "screenshotButton": { - "copiedToClipboard": "Скриншот скопирован в буфер обмена", - "label": "Скриншот" + "button": { + "label": "Скриншот" + }, + "extras": { + "copiedToClipboard": "Скриншот скопирован в буфер обмена" + } }, "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" + "extras": { + "resumeButton": "Возобновить", + "resumePromptClose": "Закрыть" } }, "volumeBoostButton": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" + "button": { + "label": "Усиление громкости ({{value}} dB)", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Усиление громкости ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" + }, + "confirm": { + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" + }, + "openTab": { + "title": "Открывать настройки расширения в новой вкладке" + }, + "reset": { + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "miniPlayerButton": "Кнопка мини-плеера", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»", + "flipVideoVerticalButton": "Кнопка «Отразить видео вертикально»", + "flipVideoHorizontalButton": "Кнопка «Отразить видео горизонтально»", + "monoToStereoButton": "Кнопка «Mono → Stereo»" + }, + "options": { + "below_player": { + "placement": "под проигрывателем", + "value": "Под проигрывателем" + }, + "feature_menu": { + "placement": "в меню функций", + "value": "Меню функций" + }, + "player_controls_left": { + "placement": "с левой стороны панели управления", + "value": "Слева" + }, + "player_controls_right": { + "placement": "с правой стороны панели управления", + "value": "Справа" + }, + "same": { + "placement": "в том же положении", + "value": "То же, что и в обычном" + } + }, + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Обычный" + }, + "title": "Настройки размещения кнопок" + }, + "clearData": { + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активации меню", + "options": { + "click": "Посредством нажатия", + "hover": "При наведении курсора" + }, + "title": "Выберите способ активации меню функций" + }, + "title": "Настройки меню функций" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Настройки успешно экспортированы", + "title": "Экспорт настроек в JSON файл", + "value": "Экспорт настроек" + }, + "importButton": { + "error": { + "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", + "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" + }, + "success": "Настройки успешно импортированы", + "title": "Импорт настроек из JSON файла", + "value": "Импорт настроек" + } + }, + "language": { + "select": { + "label": "Язык", + "title": "Язык расширения" + }, + "title": "Язык" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Открыть страницу настроек при обновлении", + "title": "Открывает страницу настроек при установке обновления YouTube Enhancer" + }, + "optionDisabled": { + "either": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " или " + }, + "plural": { + "label": "Включите {{OPTIONS}} для настройки этого параметра", + "separator": " и " + }, + "singular": "Включите '{{OPTION}}' для настройки этого параметра", + "specificOption": { + "featureMenu": "Включите по крайней мере одну кнопку, которая будет размещена в меню функций для настройки этой опции.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Поиск настроек" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Вы можете получить ключ здесь", + "input": { + "label": "API ключ", + "title": "Введите ваш ключ Youtube Data API V3." + }, + "title": "Ключ YouTube API V3" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Применить", + "cancel": "Отмена", + "enabledConflict": { + "description": "'{{FEATURE_A}}' и '{{FEATURE_B}}' не могут работать одновременно. Выберите одну из функций." + }, + "keepFirst": "Оставить {{FEATURE}}", + "keepSecond": "Оставить {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' и '{{FEATURE_B}}' не могут использовать одну и ту же клавишу-модификатор.", + "selectNewKey": "Измените клавишу-модификатор:" + }, + "resolveConflict": "Пожалуйста, разрешите все конфликты перед тем, как применить.", + "title": "Обнаружены конфликты импорта" + }, + "optionConflict": "Эта опция не может быть включена, пока '{{OPTION}}' включен.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса прокрутки не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса прокрутки не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." } } }, @@ -67,326 +325,657 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" }, - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" + "extras": { + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." }, - "title": "Автоматические настройки качества" - }, - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } + "title": "Пользовательские настройки CSS" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } + "deepDarkCSS": { + "enable": { + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" + }, + "extras": { + "author": "Автор", + "co-authors": "Соавторы" + }, + "settings": { + "colorShadow": { + "label": "Цвет тени", + "title": "Цвет теней" + }, + "dimmerText": { + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" + "hoverBackground": { + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" + }, + "mainBackground": { + "label": "Основной цвет фона", + "title": "Цвет для основного фона" + }, + "mainColor": { + "label": "Цвет акцента", + "title": "Цвет для акцента" + }, + "mainText": { + "label": "Цвет основного текста", + "title": "Цвет для основного текста" + }, + "secondBackground": { + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" + }, + "theme": { + "select": { + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" + } + } }, - "title": "Настройки размещения кнопок" + "title": "Настройки темы YouTube Deep Dark" }, - "customCSS": { - "editor": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" }, + "settings": { + "time": { + "label": "Время перемотки", + "title": "Кол-во времени, на которое будет перематываться видео" + } + }, + "title": "Настройки кнопок перемотки вперёд/назад" + }, + "globalVolume": { "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" + "label": "Всегда запускать видео с этой громкостью", + "title": "Автоматическое включение всех видео при выбранной громкости" }, - "title": "Пользовательские настройки CSS" + "settings": { + "amount": { + "label": "Начальная громкость видео", + "title": "Громкость применена к каждому видео после начала воспроизведения" + } + }, + "title": "Глобальное переопределение громкости" }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" + "miniPlayer": { + "button": { + "label": "Кнопка Mini Player", + "title": "Добавляет кнопку, открывающую мини-плеер" + }, + "enable": { + "label": "Открывать Mini Player при просмотре комментариев", + "title": "Автоматически открывает мини-плеер при прокрутке к комментариям." + }, + "settings": { + "position": { + "select": { + "label": "Позиция Mini Player по умолчанию", + "options": { + "bottomCenter": "Нижний центр", + "bottomLeft": "Внизу слева", + "bottomRight": "Внизу справа", + "topCenter": "Верхний центр", + "topLeft": "Вверху слева", + "topRight": "Вверху справа" + }, + "title": "Устанавливает начальную позицию перед перемещением Мини-игрока." + } }, - "title": "Настройки меню функций" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Настройки успешно экспортированы", - "title": "Экспорт настроек в JSON файл", - "value": "Экспорт настроек" - }, - "importButton": { - "error": { - "unknown": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\nПроизошла неизвестная ошибка.", - "validation": "Ошибка импорта настроек. Пожалуйста, проверьте формат файла.\n{{ERROR_MESSAGE}}" - }, - "success": "Настройки успешно импортированы", - "title": "Импорт настроек из JSON файла", - "value": "Импорт настроек" - } - }, - "language": { - "select": { - "label": "Язык", - "title": "Язык расширения" + "size": { + "label": "По умолчанию размер мини-плеера", + "title": "Устанавливает начальный размер перед изменением размера Мини-игрока." + } }, - "title": "Язык" + "title": "Настройки мини-плеера" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" + "enable": { + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Автоматическое отключение режима освещения", + "title": "Автоматически отключать режим освещения при загрузке видео" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Автоматически отключать автовоспроизведение", + "title": "Автоматически отключает автовоспроизведение при загрузке видео" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Автоматически отключать субтитры", + "title": "Автоматически отключает субтитры при загрузке видео" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Автоматически включать субтитры", + "title": "Автоматически включать субтитры при загрузке видео" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Автоматически максимизировать плеер", + "title": "Автоматически разворачивает плеер при загрузке видео" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Автоматически показывать больше видео на конечном экране", + "title": "Автоматически показывать больше видео на конечном экране при загрузке видео" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Заблокировать ключ номера", + "title": "Предотвращает нажатие 0-9 от прыжков до процентов от видео" + } + }, + "hidePosts": { + "enable": { + "label": "Скрыть записи", + "title": "Скрывает сообщения с главной страницы" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Выставлять оригинальную звуковую дорожку по умолчанию", + "title": "Всегда выставлять оригинальную аудио дорожку видео по умолчанию" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Скрыть видео только для участников", + "title": "Скрывает видео, которые видны только участникам" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Кнопка Моно Стерео", + "title": "Добавляет кнопку для преобразования моно аудио в стерео. Стерео треки остаются неизменными." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Скрывать официальные видео исполнителя", + "title": "Скрывает официальные видео исполнителя с домашней страницы" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" + } + }, + "hidePlayables": { + "enable": { + "label": "Спрятать игры", + "title": "Прячет все игры (playables)" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Спрятать плейлисты на главной", + "title": "Прячет плейлисты на главной (домашней) странице" + } }, "hideScrollbar": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" + "enable": { + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Скрыть рекомендованные видео", + "title": "Скрывает боковую панель, которая рекомендует видео" + } }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" + "hideTranslateComment": { + "enable": { + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" + } }, "loopButton": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + "enable": { + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + } }, "maximizePlayerButton": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + "enable": { + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + } }, "openTranscriptButton": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + "enable": { + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + } }, "openYouTubeSettingsOnHover": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + "enable": { + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" + } }, "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" + "enable": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + } }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + "rememberVolume": { + "enable": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + } }, "removeRedirect": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + "enable": { + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Включить прокрутку в полноэкранном режиме", + "title": "Восстанавливает возможность прокрутки в полноэкранном режиме" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Включить сохранение в Смотреть позже", + "title": "Добавляет кнопку \"Домой\" и \"Подписки\" для сохранения видео в плейлист \"Смотреть позже\"" + } }, "shareShortener": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + "enable": { + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + } }, "shortsAutoScroll": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" + "enable": { + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + } + }, + "timestampPeek": { + "enable": { + "label": "Временная метка", + "title": "Предварительный просмотр видео, наведя курсор на метку времени. Нажмите на превью для начала воспроизведения с этого момента." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Кнопка горизонтальной ориентации видео", + "title": "Добавляет кнопку, чтобы перевернуть видео по горизонтали" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Вертикальная кнопка видео", + "title": "Добавляет кнопку для переворачивания видео вертикально" + } } }, "title": "Прочие параметры" }, - "onScreenDisplaySettings": { - "color": { - "label": "Цвет", - "options": { - "blue": "Синий", - "green": "Зеленый", - "orange": "Оранжевый", - "pink": "Розовый", - "purple": "Фиолетовый", - "red": "Красный", - "white": "Белый", - "yellow": "Желтый" - }, - "title": "Выберите цвет для отображения на экране (OSD)" - }, - "hide": { - "label": "Задержка скрытия", - "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" - }, - "opacity": { - "label": "Прозрачность", - "title": "Настройка прозрачности отображения на экране (OSD)" - }, - "padding": { - "label": "Отступы", - "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." - }, - "position": { - "label": "Расположение", - "options": { - "bottom_left": "Слева снизу", - "bottom_right": "Справа снизу", - "center": "По центру", - "top_left": "Слева сверху", - "top_right": "Справа сверху" - }, - "title": "Выберите позицию отображения на экране (OSD)" - }, - "title": "Настройки отображения на экране (OSD)", - "type": { - "label": "Тип", - "options": { - "line": "Линия", - "no_display": "Не показывать", - "round": "Круг", - "text": "Текст" - }, - "title": "Выберите тип отображения на экране (OSD)" + "hideShorts": { + "title": "Скрыть шорты", + "settings": { + "sidebar": { + "label": "Скрыть в боковой панели", + "title": "Удаляет кнопку шорты из боковой панели" + }, + "home": { + "label": "Скрыть на домашней ленте новостей", + "title": "Удаляет раздел шорты из домашней ленты новостей" + }, + "channel": { + "label": "Скрыть на страницах каналов", + "title": "Удаляет полку шортов и вкладку на страницах канала" + }, + "search": { + "label": "Скрыть в результатах поиска", + "title": "Удаляет короткие видео из результатов поиска" + }, + "videos": { + "label": "Скрыть на страницах просмотра", + "title": "Удаляет короткие видео с рекомендаций на страницах просмотра" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Цвет", + "select": { + "options": { + "blue": "Синий", + "green": "Зеленый", + "orange": "Оранжевый", + "pink": "Розовый", + "purple": "Фиолетовый", + "red": "Красный", + "white": "Белый", + "yellow": "Желтый" + } + }, + "title": "Выберите цвет для отображения на экране (OSD)" + }, + "hide": { + "label": "Задержка скрытия", + "title": "Укажите время, в миллисекундах, перед автоматическим скрытием OSD" + }, + "opacity": { + "label": "Прозрачность", + "title": "Настройка прозрачности отображения на экране (OSD)" + }, + "padding": { + "label": "Отступы", + "title": "Регулировка интервала вокруг отображения на экране (OSD) в пикселях. Применяется в частности для углов OSD." + }, + "position": { + "label": "Расположение", + "select": { + "options": { + "bottom_left": "Слева снизу", + "bottom_right": "Справа снизу", + "center": "По центру", + "top_left": "Слева сверху", + "top_right": "Справа сверху" + } + }, + "title": "Выберите позицию отображения на экране (OSD)" + }, + "type": { + "label": "Тип", + "select": { + "options": { + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" + } + }, + "title": "Выберите тип отображения на экране (OSD)" + } + }, + "title": "Настройки экрана" + }, + "playerQuality": { + "enable": { + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." + }, + "settings": { + "quality": { + "select": { + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Стратегия восстановления качества", + "options": { + "higher": "Выше", + "lower": "Ниже" + }, + "title": "Какую стратегию использовать, когда выбранное качество недоступно" + } + } + }, + "title": "Автоматические настройки качества" + }, + "playerSpeed": { "enable": { "label": "Включить принудительную скорость воспроизведения", "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" }, - "select": { - "label": "Скорость проигрывателя", - "title": "Скорость, которая будет задаваться для видео" + "settings": { + "buttons": { + "label": "Кнопки регулирования скорости видео", + "select": { + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" + }, + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" + }, + "speed": { + "select": { + "label": "Скорость проигрывателя", + "title": "Скорость, которая будет задаваться для видео" + } + } }, "title": "Настройки скорости воспроизведения" }, + "playlistLength": { + "enable": { + "label": "Отображать информацию о длине плейлиста", + "title": "Отображает общую временную длину плейлиста, сколько было просмотрено и сколько осталось." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Способ получения длины плейлиста", + "title": "Способ получения информации о длине плейлиста (метод API будет переключаться обратно к HTML, если возникнет ошибка)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Метод получения времени просмотра", + "options": { + "duration": "Продолжительность видео", + "youtube": "Время просмотра видео" + }, + "title": "Способ получения количества времени просмотра (тип длины видео используется только на странице просмотра)" + } + } + }, + "title": "Настройки длины плейлиста" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Пометить как непросмотренную кнопку", + "title": "Добавляет кнопку, чтобы отметить видео как непросмотренные" + } + }, + "removeVideoButton": { + "enable": { + "label": "Удалить кнопку видео", + "title": "Добавляет кнопку удаления видео из плейлиста" + } + } + }, + "title": "Настройки управления плейлистом" + }, "screenshotButton": { "enable": { "label": "Включить кнопку «Скриншот»", "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" }, - "saveAs": { - "clipboard": "Буфер обмена", - "file": "Файл" - }, - "selectFormat": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "selectSaveAs": { - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" + "settings": { + "format": { + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" + }, + "saveAs": { + "select": { + "label": "Тип сохранения скриншота", + "options": { + "both": "Оба (Файл/Буфер обмена)", + "clipboard": "Буфер обмена", + "file": "Файл" + }, + "title": "Тип сохранения скриншота" + } + } }, "title": "Настройки скриншотов" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса прокрутки", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса прокрутки." + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" + "extras": { + "optionLabel": "Клавиша {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" + }, + "modifierKey": { + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + } + } }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса прокрутки" + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, "enable": { - "label": "Включить управление громкостью с помощью колеса прокрутки", - "title": "Позволяет использовать колесо прокрутки для управления громкостью видео, которое вы просматриваете" + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "extras": { + "optionLabel": "Клавиша {{KEY}}" }, - "holdModifierKey": { - "enable": { + "settings": { + "adjustmentSteps": { + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" + }, + "holdModifierKey": { "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса прокрутки." + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + }, + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса прокрутки" + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" } }, - "title": "Настройки управления громкостью с помощью колеса прокрутки" + "title": "Настройки управления громкостью с помощью колеса мыши" }, "videoHistory": { "enable": { "label": "Отслеживание таймкода просматриваемого видео", "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" }, - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" + "settings": { + "resumeType": { + "select": { + "label": "Тип возобновления", + "options": { + "automatic": "Автоматически", + "prompt": "Запрашивать" + }, + "title": "Выберите, как вы хотите возобновлять просмотр видео" + } } }, "title": "Настройки отслеживания" }, "volumeBoost": { - "boostAmount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, "enable": { "label": "Включить усиление громкости", "title": "Включить усиление громкости" }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + "settings": { + "amount": { + "label": "Значение увеличения громкости (дБ)", + "title": "Количество увеличения громкости. Вы также можете переключаться на кнопку увеличения громкости (Shift/Ctrl для больших шагов), чтобы настроить его." + }, + "amount_global_only": { + "label": "Увеличение громкости (дБ)", + "title": "Количество увеличения громкости." + }, + "mode": { + "select": { + "label": "Режим увеличения громкости", + "options": { + "global": "Глобально", + "perVideo": "Для видео" + }, + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + } } }, "title": "Настройки усиления громкости" diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 0bb32223c..17b40edda 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,5 +1,5 @@ { - "langCode": "en-US", + "langCode": "sv-SE", "langName": "Svenska (SV)", "messages": { "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", @@ -8,48 +8,306 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Monoljudshantering", + "toggle": { + "on": "Mono → Stereo-ljud", + "off": "Originalljud" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Vänd videon horisontellt" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Vänd videon vertikalt" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Kopiera videons webbadress med tidsstämpel" + }, + "extras": { + "copied": "Kopierad!" + } + }, "featureMenu": { - "label": "Funktionsmeny" + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Spola tillbaka från {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Dölj slutskärmskort", + "on": "Visa slutskärmskort" + } + } }, "loopButton": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } } }, "maximizePlayerButton": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera den" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Minispelare", + "toggle": { + "off": "Minispelare av", + "on": "Minispelare på" + } } }, "openTranscriptButton": { - "label": "Öppna transkript" + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total längd kanske inte är korrekt om vissa videor är dolda eller om du inte har laddat tillräckligt med videor för att få hela längden." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Det gick inte att markera video som ej sedd", + "failedToRemoveVideo": "Det gick inte att ta bort video", + "markAsUnwatched": "Markera som ej sedd", + "markingAsUnwatched": "Markerar som ej sedd…", + "removeVideo": "Ta bort video", + "removingVideo": "Tar bort video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Det gick inte att spara videon till titta på senare", + "saveVideo": "Spara till titta på senare", + "savingVideo": "Sparar till titta på senare…" + } }, "screenshotButton": { - "copiedToClipboard": "Skärmbild kopierad till urklipp", - "label": "Skärmbild" + "button": { + "label": "Skärmdump" + }, + "extras": { + "copiedToClipboard": "Skärmbild kopierad till urklipp" + } }, "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" + "extras": { + "resumeButton": "Återuppta", + "resumePromptClose": "Stäng" } }, "volumeBoostButton": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" + "button": { + "label": "Volymökning ({{value}} dB)", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Rensar all data som detta tillägg har lagrat på din maskin", + "value": "Rensa data" + }, + "confirm": { + "title": "Bekräfta återställning", + "value": "Bekräfta" + }, + "openTab": { + "title": "Öppna tilläggsinställningar i en ny flik" + }, + "reset": { + "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", + "value": "Återställ" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Kopiera videons webbadress med tidsstämpelknappen", + "decreasePlaybackSpeedButton": "Knapp för att mindska hastigheten", + "forwardButton": "Snabb framåt-knapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "miniPlayerButton": "Minispelarknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "screenshotButton": "Skärmbildsknapp", + "volumeBoostButton": "Volymökningsknapp", + "flipVideoVerticalButton": "Knapp för vänd videon vertikalt", + "flipVideoHorizontalButton": "Knapp för vänd videon horisontellt", + "monoToStereoButton": "Knapp för mono till stereo" + }, + "options": { + "below_player": { + "placement": "under spelarkontrollerna", + "value": "Under spelaren" + }, + "feature_menu": { + "placement": "i funktionsmenyn", + "value": "Funktionsmeny" + }, + "player_controls_left": { + "placement": "på vänster sida av spelarkontrollerna", + "value": "Vänster kontroller" + }, + "player_controls_right": { + "placement": "på höger sida av spelarkontrollerna", + "value": "Höger kontroller" + }, + "same": { + "placement": "i samma position", + "value": "Samma som normal" + } + }, + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Placera {{BUTTON_NAME}} {{PLACEMENT}} i helskärm", + "fullscreenLabel": "Fullskärm", + "normalLabel": "Normal" + }, + "title": "Inställningar för knapplacering" + }, + "clearData": { + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Aktiveringstyp för menyn", + "options": { + "click": "Klicka", + "hover": "Musöver" + }, + "title": "Välj metod för att aktivera funktionsmenyn" + }, + "title": "Inställningar för funktionsmenyn" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Inställningar har exporterats", + "title": "Exportera inställningar till en JSON-fil", + "value": "Exportera inställningar" + }, + "importButton": { + "error": { + "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", + "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" + }, + "success": "Inställningar har importerats", + "title": "Importera inställningar från en JSON-fil", + "value": "Importera inställningar" + } + }, + "language": { + "select": { + "label": "Språk", + "title": "Språket som ska användas för tillägget" + }, + "title": "Språk" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Öppna inställningssidan vid uppdatering", + "title": "Öppnar inställningssidan när YouTube Enhancer har uppdaterats" + }, + "optionDisabled": { + "either": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " eller " + }, + "plural": { + "label": "Aktivera {{OPTIONS}} för att konfigurera detta alternativ", + "separator": " och " + }, + "singular": "Aktivera {{OPTION}} för att konfigurera detta alternativ", + "specificOption": { + "featureMenu": "Konfigurera minst en knapp som ska placeras i funktionsmenyn för att konfigurera det här alternativet.", + "globalVolume": "Inaktivera 'Kom ihåg senaste volym' för att konfigurera detta alternativ", + "rememberVolume": "Inaktivera 'Global volym' för att konfigurera detta alternativ", + "screenshotButtonFileFormat": "Ställ in skärmbildens bildtyp till 'fil' eller 'båda' för att konfigurera detta alternativ" + } + }, + "settingSearch": { + "placeholder": "Sök efter en inställning" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Du kan hämta en härifrån", + "input": { + "label": "API-nyckel", + "title": "Ange din Youtube Data API V3-nyckel." + }, + "title": "YouTube API V3-nyckel" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Verkställ", + "cancel": "Avbryt", + "enabledConflict": { + "description": "'{{FEATURE_A}}' och '{{FEATURE_B}}' kan inte båda aktiveras. Välj vilken som ska behållas." + }, + "keepFirst": "Behåll {{FEATURE}}", + "keepSecond": "Behåll {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' och '{{FEATURE_B}}' kan inte använda samma modifieringsnyckel.", + "selectNewKey": "Ändra modifieringsnyckel:" + }, + "resolveConflict": "Lös alla konflikter innan du verkställer.", + "title": "Importkonflikter upptäcktes" + }, + "optionConflict": "Detta alternativ kan inte aktiveras medan '{{OPTION}}' är aktiverat.", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", @@ -58,7 +316,7 @@ } }, "info": { - "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller örkasta dem genom att stänga denna sida eller ignorera detta meddelande." + "reset": "Alla alternativ har återställts till sina standardvärden.\nDu kan nu spara ändringarna genom att klicka på knappen \"Bekräfta\" eller förkasta dem genom att stänga denna sida eller ignorera detta meddelande." }, "success": { "saved": "Inställningarna sparade." @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." + "label": "Anpassad CSS", + "title": "Aktiverar anpassad CSS som ska användas på sidan" }, - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" + "extras": { + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." }, - "title": "Automatisk kvalitetsinställningar" - }, - "bottomButtons": { - "clear": { - "title": "Rensar all data som detta tillägg har lagrat på din dator", - "value": "Rensa data" - }, - "confirm": { - "title": "Bekräfta återställning av inställningar", - "value": "Bekräfta" - }, - "reset": { - "title": "Återställer alla inställningar till sina standardinställningar, Klicka på bekräftelseknappen för att spara ändringarna", - "value": "Återställ" - } + "title": "Anpassade CSS-inställningar" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Öppna transkriptknapp", - "screenshotButton": "Skärmbildsknapp", - "volumeBoostButton": "Volymökningsknapp" - }, - "options": { - "below_player": { - "placement": "under spelarkontrollerna", - "value": "Under spelaren" - }, - "feature_menu": { - "placement": "i funktionsmenyn", - "value": "Funktionsmeny" - }, - "player_controls_left": { - "placement": "på vänster sida av spelarkontrollerna", - "value": "Vänster kontroller" - }, - "player_controls_right": { - "placement": "på höger sida av spelarkontrollerna", - "value": "Höger kontroller" - } + "deepDarkCSS": { + "enable": { + "label": "Mörkt tema", + "title": "Aktivera det valda temat för sidan" + }, + "extras": { + "author": "Skapare", + "co-authors": "Medskapare" + }, + "settings": { + "colorShadow": { + "label": "Skuggfärg", + "title": "Färg för skuggor" + }, + "dimmerText": { + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" + "hoverBackground": { + "label": "Musöver bakgrundsfärg", + "title": "Bakgrundsfärg för musöver" + }, + "mainBackground": { + "label": "Primär bakgrundsfärg", + "title": "Färg för primär bakgrund" + }, + "mainColor": { + "label": "Accentfärg", + "title": "Färg för accent" + }, + "mainText": { + "label": "Primär textfärg", + "title": "Färg för primär text" + }, + "secondBackground": { + "label": "Sekundär bakgrundsfärg", + "title": "Färg för sekundär bakgrund" + }, + "theme": { + "select": { + "label": "Välj tema", + "title": "Välj ett tema som ska användas på sidan" + } + } }, - "title": "Inställningar för knappplacering" + "title": "YouTube mörkt temainställningar" }, - "customCSS": { - "editor": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." + "forwardRewindButtons": { + "enable": { + "label": "Knappar för framåt-/bakåtspolning", + "title": "Lägger till spola framåt- och bakåtknappar till videospelaren" }, + "settings": { + "time": { + "label": "Framåt-/bakåtspolningstid", + "title": "Tiden som videon ska spolas framåt/bakåt med" + } + }, + "title": "Inställningar för knapparna spola framåt/bakåt" + }, + "globalVolume": { "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + "label": "Starta alltid videor med den här volymen", + "title": "Får alla videor att börja med din valda volym automatiskt" }, - "title": "Anpassade CSS-inställningar" + "settings": { + "amount": { + "label": "Videons startvolym", + "title": "Volymen används på varje video när den börjar spelas upp" + } + }, + "title": "Global volymöverskridning" }, - "featureMenu": { - "openType": { - "select": { - "label": "Aktiveringstyp för menyn", - "options": { - "click": "Klicka", - "hover": "Musöver" - }, - "title": "Välj metod för att aktivera funktionsmenyn" + "miniPlayer": { + "button": { + "label": "Minispelarknapp", + "title": "Lägger till en knapp som öppnar Minispelaren" + }, + "enable": { + "label": "Öppna Minispelare när du tittar på kommentarer", + "title": "Öppnar automatiskt Minispelaren när du bläddrar i kommentarerna." + }, + "settings": { + "position": { + "select": { + "label": "Standardplats för Minispelaren", + "options": { + "bottomCenter": "Nederst i mitten", + "bottomLeft": "Nederst till vänster", + "bottomRight": "Nederst till höger", + "topCenter": "Överst i mitten", + "topLeft": "Överst till vänster", + "topRight": "Överst till höger" + }, + "title": "Ställer in startplatsen innan du flyttar Minispelaren." + } }, - "title": "Inställningar för funktionsmeny" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Inställningar har exporterats", - "title": "Exportera inställningarna till en JSON-fil", - "value": "Exportera Inställningar" - }, - "importButton": { - "error": { - "unknown": "Fel vid import av inställningar. Kontrollera filformatet.\nEtt okänt fel uppstod.", - "validation": "Fel vid import av inställningar. Kontrollera filformatet.\n{{ERROR_MESSAGE}}" - }, - "success": "Inställningar har importerats", - "title": "Importera inställningarna från en JSON-fil", - "value": "Importera inställningar" - } - }, - "language": { - "select": { - "label": "Språk", - "title": "Språket som ska användas för tillägget" + "size": { + "label": "Standardstorlek för Minispelaren", + "title": "Ställer in den ursprungliga storleken innan du ändrar storlek på Minispelaren." + } }, - "title": "Språk" + "title": "Inställningar för Minispelare" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" + "enable": { + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Inaktivera biobelysning automatiskt", + "title": "Inaktiverar automatiskt biobelysning när du startar en video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Inaktivera automatisk uppspelning", + "title": "Inaktiverar automatiskt uppspelning när du laddar en video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Inaktiverar automatisk undertexter", + "title": "Inaktiverar automatiskt undertexter när du laddar en video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Aktivera undertexter automatiskt", + "title": "Aktiverar automatiskt undertexter när du laddar en video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Maximera spelaren automatiskt", + "title": "Maximera spelaren automatiskt när du laddar en video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Visa automatiskt fler videor på slutskärmen", + "title": "Visa automatiskt fler videor på slutskärmen när du laddar en video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Blockera nummernyckelsökning", + "title": "Förhindrar att 0-9 hoppar till en procentandel av videon" + } + }, + "hidePosts": { + "enable": { + "label": "Dölj inlägg", + "title": "Döljer inlägg från startsidan" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Standard till originalljudspår", + "title": "Använd alltid originalljudspåret som standard" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Dölj knappen för slutskärmskort", + "title": "Lägger till en knapp för att visa/dölja korten i slutet av videon" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Dölj videor som endast är för medlemmar", + "title": "Döljer videor som endast går att titta på för medlemmar" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono till stereoknapp", + "title": "Lägger till en knapp för att konvertera monoljud till stereo. Stereoljud förblir oförändrat." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Dölj officiella artistvideor", + "title": "Döljer officiella artistvideor från startsidan" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" + } + }, + "hidePlayables": { + "enable": { + "label": "Dölj spelbart", + "title": "Döljer spel" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Dölj spellistor från startsidan", + "title": "Bli av med spellistor från startsidan" + } }, "hideScrollbar": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" + "enable": { + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Dölj rekommenderade videor", + "title": "Döljer sidofältet som rekommenderar videor" + } }, - "hideShorts": { - "label": "Dölj shorts", - "title": "Gömmer alla shorts" + "hideTranslateComment": { + "enable": { + "label": "Dölj översättning av kommentarer", + "title": "Döljer knappen 'Översätt till språk' under kommentarer" + } }, "loopButton": { - "label": "Slingknapp", - "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" + "enable": { + "label": "Slingknapp", + "title": "Lägger till en knapp i funktionsmenyn för att slinga videon du tittar på" + } }, "maximizePlayerButton": { - "label": "Maximeringsknapp för spelaren", - "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" + "enable": { + "label": "Maximeringsknapp för spelaren", + "title": "Lägger till en knapp i funktionsmenyn för att maximera spelaren" + } }, "openTranscriptButton": { - "label": "Öppningsknapp för transkript", - "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" + "enable": { + "label": "Öppningsknapp för transkript", + "title": "Lägger till en knapp i funktionsmenyn för att visa transkript av videon du tittar på" + } }, "openYouTubeSettingsOnHover": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + "enable": { + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pausa spelare i bakgrunden", + "title": "Pausar videospelare i bakgrundsflikar när du startar en ny videospelare i en förgrundsflik" + } }, "remainingTime": { - "label": "Återstående tid", - "title": "Visar återstående tid för videon du tittar på" + "enable": { + "label": "Återstående tid", + "title": "Visar återstående tid för videon du tittar på" + } }, - "rememberLastVolume": { - "label": "Kom ihåg senaste volymen", - "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" + "rememberVolume": { + "enable": { + "label": "Kom ihåg senaste volymen", + "title": "Kommer ihåg volymen på den senaste videon du tittade på och ställer in den när du öppnar en ny video" + } }, "removeRedirect": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + "enable": { + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Återställ fullskärmsrullning", + "title": "Återställer rullning i fullskärmsläge" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Aktivera knappen spara för att titta på senare", + "title": "Lägger till en knapp på start- och prenumerationsvideor för att spara videon till spellistan \"Titta på senare\"" + } }, "shareShortener": { - "label": "Förkorta YouTube-videons delningslänk", - "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort si/funktionsparametrar från den" + "enable": { + "label": "Förkorta YouTube-videons delningslänk", + "title": "Förkortar YouTube-videons delningslänk (youtu.be) genom att ta bort funktionsparametrar från den" + } }, "shortsAutoScroll": { - "label": "Automatisk rullning för shorts", - "title": "Rullar automatiskt till nästa shorts" + "enable": { + "label": "Automatisk rullning för shorts", + "title": "Rullar automatiskt till nästa shorts" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" + } + }, + "timestampPeek": { + "enable": { + "label": "Förhandsgranskning för tidsstämpel", + "title": "Förhandsgranska videon genom att hålla muspekaren över en tidsstämpel. Klicka på förhandsgranskningen för att starta uppspelningen från det ögonblicket." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Knapp för horisontell videovändning", + "title": "Lägger till en knapp för att vända videon horisontellt" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Knapp för vertikal videovändning", + "title": "Lägger till en knapp för att vända videon vertikalt" + } } }, "title": "Övriga inställningar" }, - "onScreenDisplaySettings": { - "color": { - "label": "Färg", - "options": { - "blue": "Blå", - "green": "Grön", - "orange": "Orange", - "pink": "Rosa", - "purple": "Lila", - "red": "Röd", - "white": "Vit", - "yellow": "Gul" - }, - "title": "Välj färgen för On-Screen Display" - }, - "hide": { - "label": "Dölj fördröjning", - "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" - }, - "opacity": { - "label": "Genomskinlighet", - "title": "Justera genomskinligheten för On-Screen Display" - }, - "padding": { - "label": "Utfyllnad", - "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." - }, - "position": { - "label": "Position", - "options": { - "bottom_left": "Nedre vänstra", - "bottom_right": "Nedre högra", - "center": "Mitten", - "top_left": "Övre vänstra", - "top_right": "Övre högra" - }, - "title": "Välj placering av On-Screen Display" - }, - "title": "On-Screen Display-inställningar", - "type": { - "label": "Typ", - "options": { - "line": "Rad", - "no_display": "Ingen visning", - "round": "Rund", - "text": "Text" - }, - "title": "Välj typ av On-Screen Display" + "hideShorts": { + "title": "Dölj Shorts", + "settings": { + "sidebar": { + "label": "Dölj i sidofältet", + "title": "Tar bort Shorts knappen från sidofältet" + }, + "home": { + "label": "Dölj på startflödet", + "title": "Tar bort Shorts-sektionen från startflödet" + }, + "channel": { + "label": "Dölj på kanalsidor", + "title": "Tar bort Shorts-hylla och flik på kanalsidor" + }, + "search": { + "label": "Dölj i sökresultat", + "title": "Tar bort Shorts-videor från sökresultat" + }, + "videos": { + "label": "Dölj på titta på-sidor", + "title": "Tar bort Shorts videor från rekommendationer på titta på-sidor" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Färg", + "select": { + "options": { + "blue": "Blå", + "green": "Grön", + "orange": "Orange", + "pink": "Rosa", + "purple": "Lila", + "red": "Röd", + "white": "Vit", + "yellow": "Gul" + } + }, + "title": "Välj färgen för On-Screen Display" + }, + "hide": { + "label": "Dölj fördröjning", + "title": "Ange tiden i millisekunder innan On-Screen Display automatiskt döljs" + }, + "opacity": { + "label": "Genomskinlighet", + "title": "Justera genomskinligheten för On-Screen Display" + }, + "padding": { + "label": "Utfyllnad", + "title": "Justera avståndet runt On-Screen Display i pixlar. Detta gäller specifikt för hörn On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Nedre vänstra", + "bottom_right": "Nedre högra", + "center": "Mitten", + "top_left": "Övre vänstra", + "top_right": "Övre högra" + } + }, + "title": "Välj placering av On-Screen Display" + }, + "type": { + "label": "Typ", + "select": { + "options": { + "circle": "Cirkel", + "line": "Linje", + "no_display": "Ingen visning", + "text": "Text" + } + }, + "title": "Välj typ av On-Screen Display" + } + }, + "title": "On-Screen skärminställningar" + }, + "playerQuality": { + "enable": { + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." + }, + "settings": { + "quality": { + "select": { + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Reservmetod för kvaliten", + "options": { + "higher": "Högre", + "lower": "Lägre" + }, + "title": "Metod att använda när den valda kvaliteten inte är tillgänglig" + } + } + }, + "title": "Automatisk kvalitetsinställningar" + }, + "playerSpeed": { "enable": { "label": "Tvingad uppspelningshastighet", "title": "Ställer in videohastigheten till det du väljer nedan" }, - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" + "settings": { + "buttons": { + "label": "Knapp för uppspelningshastigheten", + "select": { + "label": "Knapp för uppspelningshastigheten", + "title": "Hastighetsändring per klick" + }, + "title": "Lägger till knappar för att öka eller minska uppspelningshastigheten på videon du tittar på" + }, + "speed": { + "select": { + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" + } + } }, "title": "Inställningar för uppspelningshastighet" }, + "playlistLength": { + "enable": { + "label": "Visa information om spellistans längd", + "title": "Visar spellistans totala längd och hur mycket som har tittats på och hur mycket som återstår." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Metod för att få spellistans längd", + "title": "Sättet att få information om spellista längd (API-metoden kommer att falla tillbaka till HTML om ett fel inträffar)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Metod för att hämta tittad tid", + "options": { + "duration": "Videolängd", + "youtube": "Tittad videolängd" + }, + "title": "Sättet att få den tid som tittats på (videons längdtyp används endast på visningssidan)" + } + } + }, + "title": "Inställningar för spellistans längd" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Markera som ej seddknapp", + "title": "Lägger till en knapp för att markera videor som ej sedda" + } + }, + "removeVideoButton": { + "enable": { + "label": "Ta bort videoknappen", + "title": "Lägger till en knapp för att ta bort videor från spellistan" + } + } + }, + "title": "Inställningar för hantering av spellistor" + }, "screenshotButton": { "enable": { "label": "Skärmbildsknapp", "title": "Lägger till en knapp till spelaren för att ta en skärmbild av videon" }, - "saveAs": { - "clipboard": "Urklipp", - "file": "Fil" - }, - "selectFormat": { - "label": "Skärmbildsformat", - "title": "Formatet för att spara skärmbilden i" - }, - "selectSaveAs": { - "label": "Skärmbildstyp att spara i", - "title": "Skärmbildens spartyp" + "settings": { + "format": { + "label": "Skärmbildsformat", + "title": "Formatet för att spara skärmbilden i" + }, + "saveAs": { + "select": { + "label": "Skärmbildstyp att spara i", + "options": { + "both": "Båda (fil och urklipp)", + "clipboard": "Urklipp", + "file": "Fil" + }, + "title": "Skärmbildens spartyp" + } + } }, "title": "Skärmbildsinställningar" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Hastighetsändring per rullning", - "title": "Justera hastighetsändringen per rullning" - }, "enable": { "label": "Hastighetsändring med rullningshjulet", "title": "Tryck på en modifierartangent för att aktivera hastighetsjustering med rullningshjulet." }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" + "extras": { + "optionLabel": "{{KEY}}-tangent" + }, + "settings": { + "adjustmentSteps": { + "label": "Hastighetsändring per rullning", + "title": "Justera hastighetsändringen per rullning" + }, + "modifierKey": { + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + } + } }, "title": "Inställningar för rullningshjulets hastighetsändring" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volymändring per rullning", - "title": "Justera volymändringen per rullning" - }, "enable": { "label": "Volymändring med rullningshjulet", "title": "Låter dig använda rullningshjulet för att ändra volymen på videon du tittar på" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "{{KEY}}-tangent" + }, + "settings": { + "adjustmentSteps": { + "label": "Volymändring per rullning", + "title": "Justera volymändringen per rullning" + }, + "holdModifierKey": { "label": "Aktivera när du håller ner modifieringstangenten", + "select": { + "label": "Modifieringstangent", + "title": "Modifieringstangent att använda" + }, "title": "Tryck på en modifierartangent för att aktivera hastighetsändringen med rullningshjulet." }, - "optionLabel": "{{KEY}}-tangent", - "select": { - "label": "Modifieringstangent", - "title": "Modifieringstangent att använda" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "Aktivera när du håller ner höger musknapp", "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" } @@ -358,35 +939,43 @@ "label": "Håll reda på visade videor", "title": "Håller reda på var du slutade på videor du tittade på och gör det möjligt att återuppta uppspelningen" }, - "resumeType": { - "select": { - "label": "Återupptagningstyp", - "options": { - "automatic": "Automatisk", - "prompt": "Fråga" - }, - "title": "Välj hur du vill återuppta videor" + "settings": { + "resumeType": { + "select": { + "label": "Återupptagningstyp", + "options": { + "automatic": "Automatisk", + "prompt": "Fråga" + }, + "title": "Välj hur du vill återuppta videor" + } } }, "title": "Inställningar för videohistorik" }, "volumeBoost": { - "boostAmount": { - "label": "Volymökningsmängd (dB)", - "title": "Hur mycket ljudet ska öka med" - }, "enable": { "label": "Volymökning", "title": "Aktivera volymökning" }, - "mode": { - "select": { - "label": "Volymökningsläge", - "options": { - "global": "Global", - "perVideo": "Per video" - }, - "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." + "settings": { + "amount": { + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket volymen ska höjas med. Du kan också rulla över volymökningsknappen (Skift/Ctrl för större steg) för att justera den." + }, + "amount_global_only": { + "label": "Volymökningsmängd (dB)", + "title": "Hur mycket ska ljudet ökas med." + }, + "mode": { + "select": { + "label": "Volymökningsläge", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Välj hur volymökning tillämpas. \"Per video\" gör det möjligt att aktivera ökning för varje video individuellt i funktionsmenyn. 'Global' gäller ökning för alla videor när volymökning är aktiverat." + } } }, "title": "Inställningar för volymökning" diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 9fe7cae84..d46ff4ab7 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -3,57 +3,315 @@ "langName": "Türkçe", "messages": { "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" }, "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono Ses İşlemesi", + "toggle": { + "on": "Mono'dan Stereo'ya Çıkış", + "off": "Orjinal Ses" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Videoyu yatay olarak çevir" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Videoyu dikey olarak çevir" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Geçerli zamana ait video URL'sini kopyala" + }, + "extras": { + "copied": "Kopyalandı!" + } + }, "featureMenu": { - "label": "Özellik menüsü" + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "{{TIME}} hızlı ileri sar" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını gizle", + "on": "Bitiş ekranı kartlarını göster" + } + } }, "loopButton": { - "label": "Döngü", - "toggle": { - "off": "Döngü kapalı", - "on": "Düngü açık" + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } } }, "maximizePlayerButton": { - "label": "Ekranı Kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açık" + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Oynatıcı", + "toggle": { + "off": "Mini Oynatıcı kapalı", + "on": "Mini Oynatıcı açık" + } } }, "openTranscriptButton": { - "label": "Not dökümünü aç" + "button": { + "label": "Transkripti Aç" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine düşür" + }, + "increasePlaybackSpeedButton": { + "label": "Hızı {{SPEED}} değerine çıkar" + } + }, + "extras": { + "decreaseLimit": "Daha fazla düşüremezsin ({{SPEED}})", + "increaseLimit": "Daha fazla artıramazsın ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Bazı videolar gizliyse veya tam uzunluğa ulaşmak için yeterli sayıda video yüklemediyseniz, toplam uzunluk doğru olmayabilir." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Videoyu izlenmemiş olarak işaretleme başarısız oldu", + "failedToRemoveVideo": "Video kaldırılamadı", + "markAsUnwatched": "İzlenmemiş olarak işaretle", + "markingAsUnwatched": "İzlenmemiş olarak işaretleniyor…", + "removeVideo": "Videoyu kaldır", + "removingVideo": "Video kaldırılıyor…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Videoyu daha sonra izlemek üzere kaydetme işlemi başarısız oldu", + "saveVideo": "Daha sonra izlemek için kaydet", + "savingVideo": "Daha sonra izlemek için kaydediliyor…" + } }, "screenshotButton": { - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı", - "label": "Ekran Görüntüsü" + "button": { + "label": "Ekran görüntüsü" + }, + "extras": { + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" + } }, "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" + "extras": { + "resumeButton": "Devam Et", + "resumePromptClose": "Kapat" } }, "volumeBoostButton": { - "label": "Ses Güçlendirmesi", - "toggle": { - "off": "Ses güçlendirmesi kapalı", - "on": "Ses güçlendirmesi açık" + "button": { + "label": "Ses Seviyesi Artışı ({{value}} dB)", + "toggle": { + "off": "Ses Yükseltici Devredışı", + "on": "Ses seviyesi artışı ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", + "value": "Veriyi Temizle" + }, + "confirm": { + "title": "Ayarı sıfırlamayı onayla", + "value": "Onayla" + }, + "openTab": { + "title": "Uzantı ayarlarını yeni bir sekmede açın" + }, + "reset": { + "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", + "value": "Sıfırla" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Video bağlantısını zaman damgasıyla kopyala butonu", + "decreasePlaybackSpeedButton": "Hızı Düşürme Butonu", + "forwardButton": "Hızlı İleri düğmesi", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Hızı Artırma Butonu", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "miniPlayerButton": "Mini Oynatıcı düğmesi", + "openTranscriptButton": "Transkripti Aç butonu", + "rewindButton": "Geri sarma düğmesi", + "screenshotButton": "Ekran görüntüsü düğmesi", + "volumeBoostButton": "Ses güçlendirme düğmesi", + "flipVideoVerticalButton": "Videoyu dikey çevirme düğmesi", + "flipVideoHorizontalButton": "Videoyu yatay çevirme düğmesi", + "monoToStereoButton": "Mono'dan Stereo'ya düğmesi" + }, + "options": { + "below_player": { + "placement": "oynatıcı kontrollerinin altında", + "value": "Oynatıcının altında" + }, + "feature_menu": { + "placement": "özellik menüsünde", + "value": "Özellik Menüsü" + }, + "player_controls_left": { + "placement": "oynatıcı kontrollerinin sol tarafında", + "value": "Sol Kontroller" + }, + "player_controls_right": { + "placement": "oynatıcı kontrollerinin sağ tarafında", + "value": "Sağ Kontroller" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "{{BUTTON_NAME}} düğmesini {{PLACEMENT}} konumuna yerleştir", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Düğme yerleşim ayarları" + }, + "clearData": { + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menü Aktivasyon Türü", + "options": { + "click": "Tıkla", + "hover": "İmleci Üzerine Getir" + }, + "title": "Özellik menüsünü etkinleştirme yöntemini seçin" + }, + "title": "Özellik menüsü ayarları" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Ayarlar başarıyla dışa aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları Dışa Aktar" + }, + "importButton": { + "error": { + "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", + "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" + }, + "success": "Ayarlar başarıyla içe aktarıldı", + "title": "Ayarları JSON dosyasından içe aktar", + "value": "Ayarları İçe Aktar" + } + }, + "language": { + "select": { + "label": "Dil", + "title": "Uzuntı için kullanılacak dil" + }, + "title": "Dil" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Güncelleme sırasında ayarlar sayfasını açın", + "title": "YouTube Enhancer'ın ana veya alt sürümü yüklendiğinde ayarlar sayfasını açar" + }, + "optionDisabled": { + "either": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " veya " + }, + "plural": { + "label": "Bu seçeneği yapılandırmak için {{OPTIONS}} öğesini etkinleştirin", + "separator": " ve " + }, + "singular": "Bu seçeneği yapılandırmak için '{{OPTION}}' öğesini etkinleştirin", + "specificOption": { + "featureMenu": "Bu seçeneği yapılandırmak için özellik menüsüne yerleştirilecek en az bir düğmeyi yapılandırın.", + "globalVolume": "Bu seçeneği yapılandırmak için 'Son ses seviyesini hatırla' seçeneğini devre dışı bırakın", + "rememberVolume": "Bu seçeneği yapılandırmak için 'Evrensel sesi' devre dışı bırakın", + "screenshotButtonFileFormat": "Bu seçeneği yapılandırabilmek için ekran görüntüsü kaydetme türünü ‘Dosya’ veya ‘Her İkisi’ olarak ayarlayın" + } + }, + "settingSearch": { + "placeholder": "Bir ayar arayın" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Buradan bir tane alabilirsiniz", + "input": { + "label": "API Anahtarı", + "title": "Youtube Veri API V3 anahtarınızı girin." + }, + "title": "YouTube API V3 anahtarı" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "'{{OPTION}}' etkinken bu seçenek etkinleştirilemez.", "scrollWheelHoldModifierKey": { "sameKey": { - "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key.", - "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key." + "speedControl": "Kaydırma tekerleği hız kontrolü için kullanılan değiştirici tuş, kaydırma tekerleği ses kontrolü için kullanılan değiştirici tuşla aynı olamaz.", + "volumeControl": "Kaydırma tekerleği ile ses düzeyi kontrolü için kullanılan değiştirici tuş, kaydırma hızı kontrolü için kullanılan değiştirici tuşla aynı olamaz." } } }, @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" }, - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" + "extras": { + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." }, - "title": "Otomatik kalite ayarları" - }, - "bottomButtons": { - "clear": { - "title": "Bu uzantının makinenizde sakladığı tüm verileri temizler", - "value": "Veriyi Temizle" - }, - "confirm": { - "title": "Ayarı sıfırlamayı onayla", - "value": "Onayla" - }, - "reset": { - "title": "Tüm ayarları varsayılan değerlerine sıfırlar. Değişiklikleri kaydetmek için onayla düğmesine tıklayın", - "value": "Sıfırla" - } + "title": "Özel CSS Ayarları" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Open Transcript button", - "screenshotButton": "Ekran görüntüsü düğmesi", - "volumeBoostButton": "Ses güçlendirme düğmesi" - }, - "options": { - "below_player": { - "placement": "oynatıcı kontrollerinin altında", - "value": "Oynatıcının altında" - }, - "feature_menu": { - "placement": "özellik menüsünde", - "value": "Özellik Menüsü" - }, - "player_controls_left": { - "placement": "oynatıcı kontrollerinin sol tarafında", - "value": "Sol Kontroller" - }, - "player_controls_right": { - "placement": "oynatıcı kontrollerinin sağ tarafında", - "value": "Sağ Kontroller" - } + "deepDarkCSS": { + "enable": { + "label": "Seçilen temayı etkinleştir", + "title": "Sayfa için seçilen temayı etkinleştirin" + }, + "extras": { + "author": "Yazar", + "co-authors": "Ortak yazarlar" + }, + "settings": { + "colorShadow": { + "label": "Gölge rengi", + "title": "Gölge rengi" + }, + "dimmerText": { + "label": "İkincil metin rengi", + "title": "İkincil metin rengi" }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + "hoverBackground": { + "label": "Üzerine gelindiğindeki arka plan rengi", + "title": "Üzerine gelindiğindeki arka plan rengi" + }, + "mainBackground": { + "label": "Ana arka plan rengi", + "title": "Ana arka plan rengi" + }, + "mainColor": { + "label": "Vurgulama rengi", + "title": "Vurgulama rengi" + }, + "mainText": { + "label": "Ana metin rengi", + "title": "Ana metin için renk" + }, + "secondBackground": { + "label": "İkincil arka plan rengi", + "title": "İkincil arka plan rengi" + }, + "theme": { + "select": { + "label": "Tema seç", + "title": "Sayfa için uygulanacak bir tema seçin" + } + } }, - "title": "Düğme Yerleşim Ayarları" + "title": "YouTube deep dark ayarları" }, - "customCSS": { - "editor": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." + "forwardRewindButtons": { + "enable": { + "label": "İleri/geri sarma düğmeleri", + "title": "Video oynatıcısına ileri ve geri sarma düğmeleri ekler" }, + "settings": { + "time": { + "label": "İleri/geri sarma süresi", + "title": "Videoyu ileri/geri sarmak için atlanacak süre" + } + }, + "title": "İleri/geri sarma düğmesi ayarları" + }, + "globalVolume": { "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Enables custom CSS to be applied to the page" + "label": "Videoları her zaman bu ses seviyesiyle başlatın", + "title": "Tüm videoların otomatik olarak seçtiğiniz ses seviyesinde başlamasını sağlar" }, - "title": "Özel CSS Ayarları" + "settings": { + "amount": { + "label": "Video başlangıç sesi", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "Menü Aktivasyon Türü", - "options": { - "click": "Tıkla", - "hover": "İmleci Üzerine Getir" - }, - "title": "Özellik menüsünü etkinleştirme yöntemini seçin" + "miniPlayer": { + "button": { + "label": "Mini Oynatıcı düğmesi", + "title": "Mini Oynatıcıyı açan bir düğme ekler" + }, + "enable": { + "label": "Yorumları görüntülemek için Mini Oynatıcıyı açın", + "title": "Yorumlara geldiğinizde Mini Oynatıcı otomatik olarak açılır." + }, + "settings": { + "position": { + "select": { + "label": "Varsayılan Mini Oynatıcı pozisyonu", + "options": { + "bottomCenter": "Alt orta", + "bottomLeft": "Sol alt", + "bottomRight": "Sağ alt", + "topCenter": "Üst orta", + "topLeft": "Sol üst", + "topRight": "Sağ üst" + }, + "title": "Mini Oynatıcı'yı hareket ettirmeden önce başlangıç pozisyonunu ayarlar." + } }, - "title": "Özellik menüsü ayarları" - } - }, - "importExportSettings": { - "exportButton": { - "success": "Ayarlar başarıyla dışa aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları Dışa Aktar" - }, - "importButton": { - "error": { - "unknown": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\nBilinmeyen bir hata oluştu.", - "validation": "Ayarlar içe aktarılırken hata oluştu. Lütfen dosya formatını kontrol edin.\n{{ERROR_MESSAGE}}" - }, - "success": "Ayarlar başarıyla içe aktarıldı", - "title": "Ayarları JSON dosyasına aktar", - "value": "Ayarları İçe Aktar" - } - }, - "language": { - "select": { - "label": "Dil", - "title": "Uzuntı için kullanılacak dil" + "size": { + "label": "Varsayılan Mini Oynatıcı boyutu", + "title": "Mini Oynatıcı'nın boyutunu değiştirmeden önce başlangıç boyutunu ayarlar." + } }, - "title": "Dil" + "title": "Mini Oynatıcı ayarları" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "Otomatik tiyatro modu", - "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + "enable": { + "label": "Otomatik tiyatro modu", + "title": "Bir video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Ortam modunu otomatik olarak devre dışı bırak", + "title": "Bir video yüklediğinizde ortam modunu otomatik olarak devre dışı bırakır" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Otomatik oynatmayı, otomatik olarak devre dışı bırak", + "title": "Video yüklediğinizde otomatik oynatmayı devre dışı bırakır" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Kapalı altyazıları otomatik olarak devre dışı bırak", + "title": "Bir video yüklendiğinde kapalı altyazıları otomatik olarak devre dışı bırakır" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Kapalı altyazıları otomatik olarak etkinleştir", + "title": "Bir videoyu yüklediğinizde altyazıları otomatik olarak etkinleştirir" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Oynatıcıyı otomatik olarak azami boyuta getir", + "title": "Bir video yüklediğinizde oynatıcıyı otomatik olarak büyütür" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Bitiş ekranında otomatik olarak daha fazla video göster", + "title": "Video yüklediğinizde bitiş ekranında otomatik olarak daha fazla video gösterilir" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Numara tuşlarıyla atlamayı engelle", + "title": "0-9 tuşlarına basıldığında videonun belirli bir yüzdesine atlamayı engeller." + } + }, + "hidePosts": { + "enable": { + "label": "Gönderileri gizle", + "title": "Ana sayfadaki gönderileri gizler" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Video URL'sini zaman damgası düğmesiyle kopyala", + "title": "Video URL'sini zaman damgasıyla kopyalar (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Varsayılan olarak orijinal ses parçasına dön", + "title": "Her zaman varsayılan olarak orijinal ses parçasına dön" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Bitiş ekranı kartlarını gizleme düğmesi", + "title": "Video'nun sonuna bitiş ekranı kartlarını gizlemek/göstermek için bir düğme ekler" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Üyelere özel videoları gizle", + "title": "Sadece üyelere görünen videoları gizle" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono'dan Stereo'ya düğmesi", + "title": "Mono ses dosyalarını stereo'ya dönüştürmek için bir düğme ekler. Stereo parçalarda herhangi bir değişiklik yapılmaz." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Resmi Sanatçı Videolarını Gizle", + "title": "Ana Sayfada Resmi Sanatçı Videolarını Gizle" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Ücretli tanıtım afişini gizle", + "title": "Ücretli tanıtım içeren bir videoyu izlediğinizde görünen başlığı gizler" + } + }, + "hidePlayables": { + "enable": { + "label": "Oynatılabilirleri gizle", + "title": "Tüm oynatılabilir öğeleri gizle" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Ana sayfadaki oynatma listelerini gizle", + "title": "Ana sayfadaki oynatma listelerinden kurtulun" + } }, "hideScrollbar": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" + "enable": { + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Önerilen videoları gizle", + "title": "Video önerilerini gösteren kenar çubuğunu gizler" + } }, - "hideShorts": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" + "hideTranslateComment": { + "enable": { + "label": "Yorumu Çevir'i Gizle Butonu", + "title": "Yorumlar altındaki 'Dile Çevir' düğmesini gizler" + } }, "loopButton": { - "label": "Tekrarlama düğmesi", - "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" + "enable": { + "label": "Tekrarlama düğmesi", + "title": "İzlediğiniz videoyu döngüye almak için özellik menüsüne bir düğme ekler" + } }, "maximizePlayerButton": { - "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", - "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" + "enable": { + "label": "Oynatıcıyı tam ekran yapma düğmesini etkinleştir", + "title": "Oynatıcıyı büyütmek için özellik menüsüne bir düğme ekler" + } }, "openTranscriptButton": { - "label": "Not dökümü düğmesini gizle", - "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + "enable": { + "label": "Not dökümü düğmesini gizle", + "title": "İzlediğiniz videonun metnini açmak için özellik menüsüne bir düğme ekler" + } }, "openYouTubeSettingsOnHover": { - "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", - "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" + "enable": { + "label": "Fare ile üzerine gelerek Youtube ayarlarını açın", + "title": "Ayarlar düğmesinin üzerine gelindiğinde YouTube ayarlar menüsünü açar" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Arka plan oynatıcılarını duraklat", + "title": "Ön plan sekmesinde yeni bir oynatıcı başlattığınızda arka plan sekmelerindeki video oynatıcıları duraklatır" + } }, "remainingTime": { - "label": "Kalan süre", - "title": "Shows the remaining time of the video you're watching" + "enable": { + "label": "Kalan süre", + "title": "İzlediğiniz videonun kalan süresini gösterir" + } }, - "rememberLastVolume": { - "label": "Son ses hacmini hatırla", - "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + "rememberVolume": { + "enable": { + "label": "Son ses hacmini hatırla", + "title": "İzlediğiniz son videonun ses seviyesini hatırlar ve yeni bir video açtığınızda bu ses seviyesine ayarlar" + } }, "removeRedirect": { - "label": "YouTube yönlendirme bağlantılarını kaldır", - "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + "enable": { + "label": "YouTube yönlendirme bağlantılarını kaldır", + "title": "Yönlendirme uyarı diyaloğunu atlayarak YouTube yönlendirmesini gerçek URL'lerle değiştirir" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Tam ekran kaydırmayı geri yükle", + "title": "Tam ekran modunda kaydırmayı geri yükler" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Daha Sonra İzle'ye kaydetme düğmesini etkinleştir", + "title": "Ana Sayfa ve Abonelikler videolarına, oynatma listesine kaydetmek için videoyu ‘Daha Sonra İzle’ düğmesi ekler" + } }, "shareShortener": { - "label": "YouTube video paylaşım bağlantısını kısalt", - "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + "enable": { + "label": "YouTube video paylaşım bağlantısını kısalt", + "title": "YouTube video paylaşım bağlantısını (youtu.be) si/feature parametrelerini çıkararak kısaltır" + } }, "shortsAutoScroll": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" + "enable": { + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" + } + }, + "skipContinueWatching": { + "enable": { + "label": "\"Video durdu. Hala orda mısın?\"ı Atla", + "title": "Video oynatmayı durduran boşta kalma iletişim kutusunu atlar" + } + }, + "timestampPeek": { + "enable": { + "label": "Zaman Damgası Önizlemesi", + "title": "Bir zaman damgasının üzerine gelerek videoyu önizleyin. O andan itibaren oynatmayı başlatmak için önizlemeye tıklayın." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Yatay video çevirme düğmesi", + "title": "Videoyu yatay olarak çevirmeyi sağlayan bir düğme ekler" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Dikey video çevirme düğmesi", + "title": "Videoyu dikey olarak çevirmeyi sağlayan bir düğme ekler" + } } }, "title": "Çeşitli ayarlar" }, - "onScreenDisplaySettings": { - "color": { - "label": "Renk", - "options": { - "blue": "Mavi", - "green": "Yeşil", - "orange": "Turuncu", - "pink": "Pembe", - "purple": "Mor", - "red": "Kırmızı", - "white": "Beyaz", - "yellow": "Sarı" - }, - "title": "Select the color for the On-Screen Display" - }, - "hide": { - "label": "Gecikmeyi Gizle", - "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" - }, - "opacity": { - "label": "Saydamlık", - "title": "Adjust the transparency of the On-Screen Display" - }, - "padding": { - "label": "İç Boşluk", - "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." - }, - "position": { - "label": "Konum", - "options": { - "bottom_left": "Sol Alt", - "bottom_right": "Sağ Alt", - "center": "Orta", - "top_left": "Sol Üst", - "top_right": "Sağ Üst" - }, - "title": "Select the position of the On-Screen Display" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Tür", - "options": { - "line": "Satır", - "no_display": "Ekran yok", - "round": "Tur", - "text": "Metin" - }, - "title": "Select the type of On-Screen Display" + "hideShorts": { + "title": "Shortları gizle", + "settings": { + "sidebar": { + "label": "Kenar çubuğunda gizle", + "title": "Kenar çubuğundan Shorts düğmesini kaldırır" + }, + "home": { + "label": "Ana sayfa akışında gizle", + "title": "Ana sayfadaki Shorts bölümünü kaldırır" + }, + "channel": { + "label": "Kanal sayfalarında gizle", + "title": "Kanal sayfasındaki Shorts bölümünü kaldırır" + }, + "search": { + "label": "Arama sonuçlarında gizle", + "title": "Arama sonuçlarından Shorts videolarını kaldırır" + }, + "videos": { + "label": "İzleme sayfasında gizle", + "title": "İzleme sayfasındaki önerilelerden Shorts videolarını kaldırır" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Renk", + "select": { + "options": { + "blue": "Mavi", + "green": "Yeşil", + "orange": "Turuncu", + "pink": "Pembe", + "purple": "Mor", + "red": "Kırmızı", + "white": "Beyaz", + "yellow": "Sarı" + } + }, + "title": "Ekran göstergesinin rengini seçin" + }, + "hide": { + "label": "Gecikmeyi Gizle", + "title": "Ekran görüntüsünü otomatik olarak gizlemeden önce geçen süreyi milisaniye cinsinden belirtin" + }, + "opacity": { + "label": "Saydamlık", + "title": "Ekrandaki gösterimin saydamlığını ayarlayın" + }, + "padding": { + "label": "İç Boşluk", + "title": "Ekran Üzeri Gösterge etrafındaki boşluğu piksel cinsinden ayarlayın. Bu ayar özellikle köşe Ekran Üzeri Gösterge için geçerlidir." + }, + "position": { + "label": "Konum", + "select": { + "options": { + "bottom_left": "Sol Alt", + "bottom_right": "Sağ Alt", + "center": "Orta", + "top_left": "Sol Üst", + "top_right": "Sağ Üst" + } + }, + "title": "Ekran görüntüleme konumunu seçin" + }, + "type": { + "label": "Tür", + "select": { + "options": { + "circle": "Daire", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" + } + }, + "title": "Ekran görüntüleme türünü seçin" + } + }, + "title": "Ekran üstü görüntü ayarları" + }, + "playerQuality": { + "enable": { + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + }, + "settings": { + "quality": { + "select": { + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Kalite geri dönüş stratejisi", + "options": { + "higher": "Daha yüksek", + "lower": "Daha düşük" + }, + "title": "Seçilen kalite mevcut değilse kullanılacak strateji" + } + } + }, + "title": "Otomatik kalite ayarları" + }, + "playerSpeed": { "enable": { "label": "Zorunlu oynatma hızını etkinleştir", "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" }, - "select": { - "label": "Oynatma hızı", - "title": "The speed to set the video to" + "settings": { + "buttons": { + "label": "Oynatma hızı ayarları", + "select": { + "label": "Oynatma düğmelerinin hızı", + "title": "Tıklama başına değiştirilecek hız miktarı" + }, + "title": "İzlediğiniz videonun oynatma hızını artırmak veya azaltmak için düğmeler ekler" + }, + "speed": { + "select": { + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" + } + } }, "title": "Oynatma hızı ayarları" }, + "playlistLength": { + "enable": { + "label": "Çalma listesinin uzunluk bilgilerini göster", + "title": "Oynatma listesinin toplam, izlenen ve ne kalan uzunluğunu gösterir." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Oynatma listesi uzunluğunu alma yöntemi", + "title": "Oynatma listesi uzunluk bilgisi alma yolu (Bir hata oluşursa API yöntemi HTML'e geri dönecek)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "İzlenme süresini alma yöntemi", + "options": { + "duration": "Video Uzunluğu", + "youtube": "Video İzlenme Süresi" + }, + "title": "İzlenen süreyi alma yolu (Video Uzunluğu türü yalnızca izleme sayfasında kullanılır)" + } + } + }, + "title": "Oynatma listesi uzunluk ayarları" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "İzlenmeyen olarak işaretle düğmesi", + "title": "Videoları izlenmemiş olarak işaretlemek için bir düğme ekler" + } + }, + "removeVideoButton": { + "enable": { + "label": "Video düğmesini kaldır", + "title": "Oynatma listesinden videoları kaldırmak için bir düğme ekler" + } + } + }, + "title": "Oynatma listesini yönetme ayarları" + }, "screenshotButton": { "enable": { "label": "Ekran görüntüsü tuşunu etkinleştir", "title": "Videonun ekran görüntüsünü almak için oynatıcıya bir düğme ekler" }, - "saveAs": { - "clipboard": "Pano", - "file": "Dosya" - }, - "selectFormat": { - "label": "Ekran görüntüsü formatı", - "title": "Ekran görüntüsünün kaydedileceği format" - }, - "selectSaveAs": { - "label": "Ekran görüntüsü kaydetme türü", - "title": "Ekran görüntüsü kaydetme türü" + "settings": { + "format": { + "label": "Ekran görüntüsü formatı", + "title": "Ekran görüntüsünün kaydedileceği format" + }, + "saveAs": { + "select": { + "label": "Ekran görüntüsü kaydetme türü", + "options": { + "both": "Her İkisi", + "clipboard": "Pano", + "file": "Dosya" + }, + "title": "Ekran görüntüsü kaydetme türü" + } + } }, "title": "Ekran görüntüsü ayarları" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Speed Change Per Scroll", - "title": "Adjust the speed change per scroll" - }, "enable": { "label": "Kaydırma tekerleği hız kontrolü", - "title": "Press a modifier key to enable speed adjustment with the scroll wheel." + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "extras": { + "optionLabel": "{{KEY}} anahtarı" }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "The modifier key to use" + "settings": { + "adjustmentSteps": { + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" + }, + "modifierKey": { + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + } + } }, - "title": "Scroll wheel speed control settings" + "title": "Kaydırma tekerleği için hız kontrolü ayarları" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Volume Change Per Scroll", - "title": "Adjust the volume change per scroll" - }, "enable": { "label": "Kaydırma tekerleği ile ses kontrolü", - "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + "title": "İzlediğiniz videonun ses düzeyini kontrol etmek için kaydırma tekerleğini kullanmanızı sağlar" }, - "holdModifierKey": { - "enable": { - "label": "Enable when holding modifier key", - "title": "Press a modifier key to enable volume adjustment with the scroll wheel." - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "The modifier key to use" - } + "extras": { + "optionLabel": "{{KEY}} anahtarı" }, - "holdRightClick": { - "enable": { + "settings": { + "adjustmentSteps": { + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" + }, + "holdModifierKey": { + "label": "Değiştirici tuşa basılı tutulduğunda", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + }, + "title": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" + }, + "holdRightClick": { "label": "Etkinleştirmek için sağ tuşa basılı tutun", "title": "Kaydırma tekerleği ile ses kontrolünü etkinleştirmek için farenin sağ düğmesine basılı tutun" } @@ -355,38 +936,46 @@ }, "videoHistory": { "enable": { - "label": "Track watched videos", - "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" - }, - "resumeType": { - "select": { - "label": "Resume type", - "options": { - "automatic": "Automatic", - "prompt": "Prompt" - }, - "title": "Select how you want to resume videos" + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "settings": { + "resumeType": { + "select": { + "label": "Devam etme türü", + "options": { + "automatic": "Otomatik", + "prompt": "İpucu" + }, + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" + } } }, - "title": "Video history settings" + "title": "Video geçmişi ayarları" }, "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, "enable": { "label": "Ses güçlendirmeyi etkinleştir", "title": "Ses güçlendirmeyi etkinleştir" }, - "mode": { - "select": { - "label": "Ses güçlendirme modu", - "options": { - "global": "Genel", - "perVideo": "Video başına" - }, - "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." + "settings": { + "amount": { + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses seviyesini artırmak için gereken miktar. Ses seviyesini ayarlamak için farenizi ses artırma düğmesinin üzerine getirebilir (daha büyük adımlar için Shift/Ctrl tuşlarını kullanabilirsiniz) ve kaydırma yapabilirsiniz." + }, + "amount_global_only": { + "label": "Ses seviyesi artırma miktarı (dB)", + "title": "Ses seviyesini artırmak için gereken miktar." + }, + "mode": { + "select": { + "label": "Ses güçlendirme modu", + "options": { + "global": "Genel", + "perVideo": "Video başına" + }, + "title": "Ses artırmanın nasıl uygulanacağını seçin. 'Video başına', özellik menüsünde her video için ayrı ayrı güçlendirmenin etkinleştirilmesine olanak tanır. 'Genel', ses artırma etkinleştirildiğinde tüm videolara güçlendirme uygular." + } } }, "title": "Ses güçlendirme ayarları" diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json new file mode 100644 index 000000000..09e86dd59 --- /dev/null +++ b/public/locales/uk-UA.json @@ -0,0 +1,985 @@ +{ + "langCode": "uk-UA", + "langName": "Українська (UA)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "monoToStereoButton": { + "button": { + "label": "Обробка звуку в Mono", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Оригінальне аудіо" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Перевернути відео по горизонталі" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Віддзеркалити відео по вертикалі" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Скопіювати URL відео з міткою часу" + }, + "extras": { + "copied": "Скопійовано!" + } + }, + "featureMenu": { + "button": { + "label": "Меню функцій" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Швидкий перехід до {{TIME}}" + }, + "rewindButton": { + "label": "Перемотати {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Приховати картки наприкінці відео", + "toggle": { + "off": "Приховати карти кінцевого екрану", + "on": "Показати картки на кінець екрану" + } + } + }, + "loopButton": { + "button": { + "label": "Повтор", + "toggle": { + "off": "Виключити повтор", + "on": "Включити повтор" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Розгорнути", + "toggle": { + "off": "Розгорнути", + "on": "Максимізувати" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Міні-програвач", + "toggle": { + "off": "Міні-плеєр вимкнено", + "on": "Міні-програвач на" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Неможливо зменшити далі ({{SPEED}})", + "increaseLimit": "Неможливо збільшити далі ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Загальна довжина може бути неточною, якщо деякі відео приховані або якщо ви ще не завантажили достатньо відео, щоб отримати повну довжину." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Не вдалося позначити відео як непереглянуте", + "failedToRemoveVideo": "Не вдалося видалити відео", + "markAsUnwatched": "Позначити як непереглянуте", + "markingAsUnwatched": "Позначається як непереглянутий…", + "removeVideo": "Видалити відео", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Не вдалося зберегти відео для перегляду пізніше", + "saveVideo": "Зберегти до годинника пізніше", + "savingVideo": "Збереження в режимі спостереження пізніше…" + } + }, + "screenshotButton": { + "button": { + "label": "Знімок екрану" + }, + "extras": { + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Продовжити", + "resumePromptClose": "Закрити" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності ({{value}} дБ)", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Підсилення гучності ({{value}} дБ)" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Очищає всі дані цього розширення, збережені на комп\"ютері", + "value": "Видалити дані" + }, + "confirm": { + "title": "Підтвердження скидання налаштувань", + "value": "Підтвердити" + }, + "openTab": { + "title": "Відкрити налаштування розширення в новій вкладці" + }, + "reset": { + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку \"Підтвердити\", щоб зберегти зміни", + "value": "Скинути" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка скопіювати URL відео за допомогою часової мітки", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Кнопка швидкого переходу", + "hideEndScreenCardsButton": "Кнопка приховати картки наприкінці відео", + "increasePlaybackSpeedButton": "Кнопка пришвидшення", + "loopButton": "Кнопка зациклення", + "maximizePlayerButton": "Кнопка Розгорнути", + "miniPlayerButton": "Міні-кнопка Гравця", + "openTranscriptButton": "Відкрити кнопку Transcript", + "rewindButton": "Кнопка назад", + "screenshotButton": "Кнопка для скріншота", + "volumeBoostButton": "Кнопка збільшення гучності", + "flipVideoVerticalButton": "Віддзеркалити кнопку відео вертикально", + "flipVideoHorizontalButton": "Віддзеркалити кнопку відео горизонтально", + "monoToStereoButton": "Моно на кнопку Стерео" + }, + "options": { + "below_player": { + "placement": "під управлінням плеєром", + "value": "Під плеєром" + }, + "feature_menu": { + "placement": "в меню функцій", + "value": "Меню функцій" + }, + "player_controls_left": { + "placement": "ліворуч від елементів керування плеєра", + "value": "Лівий пульт" + }, + "player_controls_right": { + "placement": "праворуч від елементів керування плеєра", + "value": "Права кнопки керування" + }, + "same": { + "placement": "в тому ж положенні", + "value": "Так само, як і зазвичай" + } + }, + "title": "Розмістити {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "Коли в повноекранному режимі, розмістіть {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Повноекранний", + "normalLabel": "Нормальний" + }, + "title": "Налаштування розміщення кнопок" + }, + "clearData": { + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Буде видалено всі дані розширень, пов'язані з опціями. Продовжити?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активації меню", + "options": { + "click": "Клацання", + "hover": "Наведення" + }, + "title": "Виберіть спосіб активувати меню функцій" + }, + "title": "Параметри меню" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Налаштування успішно експортовано", + "title": "Експортувати налаштування у файл JSON", + "value": "Налаштування експорту" + }, + "importButton": { + "error": { + "unknown": "Помилка імпорту налаштувань. Перевірте формат файлу. \nВідбулась невідома помилка.", + "validation": "Помилка імпорту налаштувань. Перевірте формат файлу.\n{{ERROR_MESSAGE}}" + }, + "success": "Налаштування успішно імпортовано", + "title": "Імпортувати налаштування з файлу JSON", + "value": "Імпортувати налаштування" + } + }, + "language": { + "select": { + "label": "Мова", + "title": "Мова для використання в розширенні" + }, + "title": "Мова" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Відкривати сторінку налаштувань при оновленні", + "title": "Відкриває сторінку налаштувань, коли встановлена велика або менша версія YouTube Enhancer" + }, + "optionDisabled": { + "either": { + "label": "Увімкнути {{OPTIONS}} , щоб налаштувати цей параметр", + "separator": " або " + }, + "plural": { + "label": "Увімкнути {{OPTIONS}} , щоб налаштувати цей параметр", + "separator": " та " + }, + "singular": "Увімкніть '{{OPTION}}для налаштування цього параметра", + "specificOption": { + "featureMenu": "Налаштуйте хоча б одну кнопку, яка буде розміщена в меню модифікацій, щоб налаштувати цю опцію.", + "globalVolume": "Вимкніть «Запам'ятати останню гучність», щоб налаштувати цю опцію", + "rememberVolume": "Вимкніть «Глобальна гучність» для налаштування цієї опції", + "screenshotButtonFileFormat": "Встановити тип збереження скріншота в файл 'Файл' або 'обидва' для налаштування цієї опції" + } + }, + "settingSearch": { + "placeholder": "Пошук за параметром" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "Звідси ви можете отримати", + "input": { + "label": "API ключ", + "title": "Введіть ваш Youtube Data API V3." + }, + "title": "YouTube API ключ" + } + }, + "notifications": { + "error": { + "importConflict": { + "apply": "Прийняти", + "cancel": "Скасувати", + "enabledConflict": { + "description": "'{{FEATURE_A}}' та '{{FEATURE_B}}' не можуть бути активовані. Оберіть, щоб зберегти." + }, + "keepFirst": "Зберегти {{FEATURE}}", + "keepSecond": "Зберегти {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' та '{{FEATURE_B}}' не можуть використовувати ключ одного модифікатора.", + "selectNewKey": "Змінити ключ модифікатування:" + }, + "resolveConflict": "Будь ласка, виправте всі конфлікти перед застосуванням.", + "title": "Виявлено конфлікт імпорту" + }, + "optionConflict": "Ця опція не може бути ввімкнена доки увімкнено '{{OPTION}}.", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Увімкнути користувацький CSS", + "title": "Дозволяє використовувати користувацький CSS для сторінки" + }, + "extras": { + "collapse": "Згорнути редактор", + "expand": "Розгорнути редактор", + "noProblems": "Проблем не виявлено." + }, + "title": "Користувацькі налаштування CSS" + }, + "deepDarkCSS": { + "enable": { + "label": "Глибока темна тема", + "title": "Активувати вибрану тему на сторінці" + }, + "extras": { + "author": "Автор", + "co-authors": "Ко-автори" + }, + "settings": { + "colorShadow": { + "label": "Колір тіні", + "title": "Колір для тіней" + }, + "dimmerText": { + "label": "Додатковий колір тексту", + "title": "Колір для вторинного тексту" + }, + "hoverBackground": { + "label": "Колір фону при наведенні курсору", + "title": "Колір для фарби Hover" + }, + "mainBackground": { + "label": "Основний колір", + "title": "Колір для основного тла" + }, + "mainColor": { + "label": "Колір акценту", + "title": "Колір для акценту" + }, + "mainText": { + "label": "Основний колір тексту", + "title": "Колір для основного тексту" + }, + "secondBackground": { + "label": "Додатковий колір фону", + "title": "Колір для другого фону" + }, + "theme": { + "select": { + "label": "Обрати тему оформлення", + "title": "Виберіть тему для застосування на сторінці" + } + } + }, + "title": "YouTube глибокі темні налаштування" + }, + "forwardRewindButtons": { + "enable": { + "label": "Увімкнути кнопки вперед/назад", + "title": "Додає кнопки перемотування до відео плеєра" + }, + "settings": { + "time": { + "label": "Час вперед/назад", + "title": "Часовий крок перемотки відео вперед/назад" + } + }, + "title": "Налаштування кнопки вперед/назад" + }, + "globalVolume": { + "enable": { + "label": "Завжди починати відео з цієї гучності", + "title": "Автоматично запускає всі відео на обраній гучності" + }, + "settings": { + "amount": { + "label": "Початкова гучність відео", + "title": "Об'єм, застосований до кожного відео, коли він починає грати" + } + }, + "title": "Заміна гучності" + }, + "miniPlayer": { + "button": { + "label": "Міні-кнопка Гравця", + "title": "Додає кнопку що відкриває програвач Mini" + }, + "enable": { + "label": "Відкривати міні-плеєр при перегляді коментарів", + "title": "Автоматично відкриває Міні-плеєр при прокручуванні до коментарів." + }, + "settings": { + "position": { + "select": { + "label": "Стандартна позиція зменшеного гравця", + "options": { + "bottomCenter": "Внизу по центру", + "bottomLeft": "Внизу ліворуч", + "bottomRight": "Нижній правий", + "topCenter": "Зверху у центрі", + "topLeft": "Зверху зліва", + "topRight": "Зверху праворуч" + }, + "title": "Встановлює початкову позицію перед тим як ви переміщуєте Міні-плеєра." + } + }, + "size": { + "label": "Стандартний розмір програвача Mini", + "title": "Встановлює початковий розмір перед зміною розміру Міні Гравець." + } + }, + "title": "Налаштування міні-плеєра" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Автоматичний режим театру", + "title": "Автоматично вмикати режим театру при завантаженні відео" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Автоматично вимкнути активний режим", + "title": "Автоматично вимикати активний режим при завантаженні відео" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Автоматично вимикати автовідтворення", + "title": "Автоматично вимикає автовідтворення при завантаженні відео" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Автоматичне вимкнення закритих субтитрів", + "title": "Автоматичне вимикання субтитрів при завантаженні відео" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Автоматично вмикати закриті субтитри", + "title": "Автоматично вмикати субтитри при завантаженні відео" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Автоматично максимізувати гравця", + "title": "Автоматично максимізує програвач при завантаженні відео" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Автоматично показувати більше відео на екрані закінчення", + "title": "Автоматично показувати більше відео на головному екрані при завантаженні відео" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Блокувати пошук за номером ключа", + "title": "Запобігає натискання 0-9 для стрибків у відсоток відео" + } + }, + "hidePosts": { + "enable": { + "label": "Приховати повідомлення", + "title": "Приховує повідомлення з головної сторінки" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Копіювати відео за допомогою кнопки часової мітки", + "title": "Копіює відео за допомогою позначки часу (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "За замовчуванням оригінальна аудіодоріжка", + "title": "Завжди перед оригінальною аудіо-доріжкою" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Приховати карти кінцевого екрану", + "title": "Приховує карти в кінці відео" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Приховати кнопку з екранними картами", + "title": "Додає кнопку для відображення/приховання карт в кінці відео" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Сховати чат у реальному часі", + "title": "Приховує груповий чат" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Приховати відео тільки від учасників", + "title": "Приховує відео, які будуть видимі лише учасникам" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Моно на кнопку Стерео", + "title": "Додає кнопку для конвертації звуку моно до стерео. Стерео доріжки залишаються незмінними." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Приховати офіційні відео виконавця", + "title": "Приховати офіційні відео виконавця зі головної сторінки" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Приховати оплачуваний банер", + "title": "Приховує банер, який з’являється, коли ви дивитеся відео, у якого платна реклама" + } + }, + "hidePlayables": { + "enable": { + "label": "Приховати відтворювані", + "title": "Приховує всі відтворені" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Приховати списки відтворення домашньої сторінки", + "title": "Позбутися за списками відтворення головної сторінки" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Приховує рядок прокрутки сторінок" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Приховати рекомендовані відео", + "title": "Приховує бічну панель, яка рекомендує відео" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Приховати кнопку коментар з перекладом", + "title": "Приховати кнопку \"Переклад мови\" у коментарях" + } + }, + "loopButton": { + "enable": { + "label": "Кнопка для циклу", + "title": "Додає кнопку до меню функції для повторення відео, яке ви переглядаєте" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Максимізувати кнопку гравця", + "title": "Додає кнопку до меню функції для максимізації гравця" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Відкрити кнопку транскрипції", + "title": "Додає до меню кнопку, щоб відкрити транскрипцію відео, яке ви дивитеся" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Відкрити налаштування YouTube на Hover", + "title": "Відкриває меню налаштувань YouTube, коли ви наводите на кнопку налаштувань" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Призупинити фонові плеєри", + "title": "Призупиняє відео-плеєри у фонових вкладках при запуску нового плеєра на передньому плані" + } + }, + "remainingTime": { + "enable": { + "label": "Залишилося часу", + "title": "Показує час, що залишився у відео ви дивитеся" + } + }, + "rememberVolume": { + "enable": { + "label": "Запам’ятовувати останню гучність", + "title": "Запам'ятайте гучність останнього відео, який ви дивилися і встановлює його, коли ви відкрили нове відео" + } + }, + "removeRedirect": { + "enable": { + "label": "Видалити YouTube /перенаправлення URL", + "title": "Замінює перенаправлення YouTube на фактичні URL-адреси, пропускаючи діалогове вікно перенаправлення" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Відновити повноекранну прокрутку", + "title": "Відновлення прокручування в повноекранному режимі" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Увімкнути функцію збереження", + "title": "Додає кнопку до відео \"Додому та Підписки\", щоб зберегти відео в список відтворення \"Подивитися пізніше\"" + } + }, + "shareShortener": { + "enable": { + "label": "Скоротити посилання на відео обмін YouTube", + "title": "Скорочує посилання для поширення відео на YouTube (youtu.be), скорочуючи параметри si/функцій з неї" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Коротке автоматичне прокручування", + "title": "Автоматично прокручувати до наступного короткого" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Пропустити \"Відео призупинено. Продовжити перегляд?\"", + "title": "Пропустити діалогове вікно простою, що зупиняє відтворення відео" + } + }, + "timestampPeek": { + "enable": { + "label": "Перегляд часової мітки", + "title": "Перегляд відео при наведенні протягом проміжку часу. Натисніть превью, щоб почати відтворення з цього моменту." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Горизонтальна кнопка відтворення", + "title": "Додає кнопку для перевертання відео по горизонталі" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Вертикальна кнопка перевертання відео", + "title": "Додає кнопку для перевертання відео вертикально" + } + } + }, + "title": "Інші параметри" + }, + "hideShorts": { + "title": "Приховати Shorts", + "settings": { + "sidebar": { + "label": "Сховати в бічній панелі", + "title": "Видаляє кнопку Шортів з бічної панелі" + }, + "home": { + "label": "Сховати на головній стрічці", + "title": "Видаляє розділ зі домашньої стрічки" + }, + "channel": { + "label": "Приховати на сторінках каналу", + "title": "Видаляє Shorts shelf і tab на сторінках каналів" + }, + "search": { + "label": "Приховати в результатах пошуку", + "title": "Видалення коротких відео з результатів пошуку" + }, + "videos": { + "label": "Сховати на сторінках з годинником", + "title": "Видалення коротких відео з рекомендацій на сторінках перегляду" + } + } + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Колір", + "select": { + "options": { + "blue": "Синій", + "green": "Зелений", + "orange": "Помаранчевий", + "pink": "Рожевий", + "purple": "Фіолетовий", + "red": "Червоний", + "white": "Білий", + "yellow": "Жовтий" + } + }, + "title": "Вибирає колір екранного зображення" + }, + "hide": { + "label": "Затримка приховування", + "title": "Вказує час у мілісекундах перед автоматичним приховуванням екранного зображення" + }, + "opacity": { + "label": "Прозорість", + "title": "Регулювання прозорості екранного зображення" + }, + "padding": { + "label": "Відступ", + "title": "Регулює відступи навколо екранного зображення в пікселях. Застосовується спеціально для екранного зображення в кутах." + }, + "position": { + "label": "Розташування", + "select": { + "options": { + "bottom_left": "Нижній лівий", + "bottom_right": "Знизу праворуч", + "center": "Центр", + "top_left": "Зліва зверху", + "top_right": "Верхній правий кут" + } + }, + "title": "Виберіть місце на екрані" + }, + "type": { + "label": "Тип", + "select": { + "options": { + "circle": "Коло", + "line": "Лінія", + "no_display": "Немає відображення", + "text": "Текст" + } + }, + "title": "Виберіть тип на екрані" + } + }, + "title": "Параметри екранного відображення" + }, + "playerQuality": { + "enable": { + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." + }, + "settings": { + "quality": { + "select": { + "label": "Якість відтворення", + "title": "Якість відтворення відео" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Стратегія запасного вибору якості", + "options": { + "higher": "Вища", + "lower": "Нижча" + }, + "title": "Стратегія для використання, коли вибрана якість недоступна" + } + } + }, + "title": "Автоматичні налаштування якості" + }, + "playerSpeed": { + "enable": { + "label": "Примусова швидкість відтворення", + "title": "Встановлює швидкість відео того, що ви обираєте нижче" + }, + "settings": { + "buttons": { + "label": "Кнопки швидкості відтворення", + "select": { + "label": "Швидкість відтворення кнопок", + "title": "Кількість змін, яку потрібно змінити за один клік" + }, + "title": "Додає кнопки для збільшення або зменшення швидкості відтворення відео, яке ви дивитеся" + }, + "speed": { + "select": { + "label": "Швидкість гравця", + "title": "Швидкість встановлення відео" + } + } + }, + "title": "Налаштування швидкості відтворення" + }, + "playlistLength": { + "enable": { + "label": "Відобразити інформацію про довжину плейлиста", + "title": "Показує загальну довжину списку відтворення, скільки ми спостерігали, та скільки лишилося." + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Метод для отримання довжини плейлиста", + "title": "Спосіб отримати інформацію про довжину плейлиста (метод API буде повернення до HTML, якщо помилка відбудеться)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Спосіб отримати час перегляду", + "options": { + "duration": "Тривалість відео", + "youtube": "Час перегляду відео" + }, + "title": "Спосіб отримати кількість переглянутих часу (тип відео довжини, який використовується лише на сторінці годинника)" + } + } + }, + "title": "Налаштування довжини списку відтворення" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Кнопка позначити як непереглянуту", + "title": "Додає кнопку, щоб позначити відео як непереглянуті" + } + }, + "removeVideoButton": { + "enable": { + "label": "Видалити кнопку відео", + "title": "Додає кнопку для видалення відео зі списку відтворення" + } + } + }, + "title": "Налаштування списку відтворення" + }, + "screenshotButton": { + "enable": { + "label": "Кнопка знімку екрана", + "title": "Додає кнопку до гравця щоб зробити скріншот відео" + }, + "settings": { + "format": { + "label": "Формат знімка екрану", + "title": "Формат збереження скріншота в" + }, + "saveAs": { + "select": { + "label": "Тип збереження знімка екрану", + "options": { + "both": "Обидва (файл і Буфер обміну)", + "clipboard": "Буфер обміну", + "file": "Файл" + }, + "title": "Тип збереження скріншота" + } + } + }, + "title": "Налаштування знімків екрану" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Контроль швидкості прокрутки", + "title": "Натисніть клавішу модифікатора, щоб активувати коригування швидкості за допомогою коліщатка." + }, + "extras": { + "optionLabel": "Ключ {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Зміна швидкості за прокрутку", + "title": "Налаштування зміни швидкості за прокрутку" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "Клавіша модифікатора для використання" + } + } + }, + "title": "Налаштування швидкості прокрутки колеса" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Прокрутити гучність коліщатка", + "title": "Дозволяє використовувати коліщатко для керування гучністю відео, яке ви переглядаєте" + }, + "extras": { + "optionLabel": "Ключ {{KEY}}" + }, + "settings": { + "adjustmentSteps": { + "label": "Зміна гучності за прокрутку", + "title": "Налаштування зміни гучності за прокрутку" + }, + "holdModifierKey": { + "label": "При утриманні кнопки з модифікатором", + "select": { + "label": "Modifier key", + "title": "Клавіша модифікатора для використання" + }, + "title": "Натисніть кнопку модифікатора, щоб увімкнути регулювання гучності за допомогою коліщатка." + }, + "holdRightClick": { + "label": "Коли клацніть правою кнопкою миші", + "title": "Утримуйте правою кнопкою миші, щоб увімкнути керування гучністю прокрутки" + } + }, + "title": "Прокрутити налаштування гучності коліщатком" + }, + "videoHistory": { + "enable": { + "label": "Відстежувати переглянуті відео", + "title": "Триває відстеження де ви зупинилися на відео, яке ви дивилися і дозволяє відновити відтворення" + }, + "settings": { + "resumeType": { + "select": { + "label": "Відновити тип", + "options": { + "automatic": "Автоматично", + "prompt": "Prompt" + }, + "title": "Виберіть спосіб відновлення відео" + } + } + }, + "title": "Параметри історії відео" + }, + "volumeBoost": { + "enable": { + "label": "Посилення гучності", + "title": "Увімкнути збільшення гучності" + }, + "settings": { + "amount": { + "label": "Кількість підсилення гучності (дБ)", + "title": "Сума для підвищення гучності. Ви також можете прокрутити над кнопкою збільшення гучності (Shift/Ctrl для більших кроків)." + }, + "amount_global_only": { + "label": "Кількість підсилення гучності (дБ)", + "title": "Сума для підвищення гучності." + }, + "mode": { + "select": { + "label": "Режим збільшення гучності", + "options": { + "global": "Глобальний", + "perVideo": "За відео" + }, + "title": "Виберіть спосіб збільшення гучності. 'Для кожного відео можливе збільшення гучності кожного відео в окремому меню. 'Глобальний' застосовується приріст для всіх відео, коли ввімкнено гучність." + } + } + }, + "title": "Налаштування регулювання гучності" + } + } + } +} diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json new file mode 100644 index 000000000..e04a9b0e8 --- /dev/null +++ b/public/locales/vi-VN.json @@ -0,0 +1,985 @@ +{ + "langCode": "vi-VN", + "langName": "Tiếng Việt (Việt Nam)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "Copy video URL with timestamp" + }, + "extras": { + "copied": "Copied!" + } + }, + "featureMenu": { + "button": { + "label": "Feature menu" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "Rewind by {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Hide end screen cards", + "toggle": { + "off": "Hide end screen cards", + "on": "Show end screen cards" + } + } + }, + "loopButton": { + "button": { + "label": "Loop", + "toggle": { + "off": "Loop off", + "on": "Loop on" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximize", + "toggle": { + "off": "Maximize off", + "on": "Maximize on" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "Can't decrease further ({{SPEED}})", + "increaseLimit": "Can't increase further ({{SPEED}})" + } + }, + "playlistLength": { + "title": "Total length may not be accurate if some videos are hidden or if you haven't loaded enough videos to get the full length." + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "extras": { + "copiedToClipboard": "Screenshot copied to clipboard" + } + }, + "videoHistory": { + "extras": { + "resumeButton": "Resume", + "resumePromptClose": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost ({{value}} dB)" + } + } + } + } + }, + "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "Clears all data this extension has stored on your machine", + "value": "Clear Data" + }, + "confirm": { + "title": "Confirm setting reset", + "value": "Confirm" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Resets all settings to their defaults. Click the confirm button to save the changes", + "value": "Reset" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize player button", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "Open transcript button", + "rewindButton": "Rewind button", + "screenshotButton": "Screenshot button", + "volumeBoostButton": "Volume boost button", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "below the player controls", + "value": "Below Player" + }, + "feature_menu": { + "placement": "in the feature menu", + "value": "Feature Menu" + }, + "player_controls_left": { + "placement": "on the left side of the player controls", + "value": "Left Controls" + }, + "player_controls_right": { + "placement": "on the right side of the player controls", + "value": "Right Controls" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Menu Activation Type", + "options": { + "click": "Click", + "hover": "Hover" + }, + "title": "Select the method to activate the feature menu" + }, + "title": "Feature menu settings" + } + }, + "importExportSettings": { + "exportButton": { + "success": "Settings successfully exported", + "title": "Export settings to a JSON file", + "value": "Export Settings" + }, + "importButton": { + "error": { + "unknown": "Error importing settings. Please check the file format.\nAn unknown error occurred.", + "validation": "Error importing settings. Please check the file format.\n{{ERROR_MESSAGE}}" + }, + "success": "Settings imported successfully", + "title": "Import settings from a JSON file", + "value": "Import Settings" + } + }, + "language": { + "select": { + "label": "Language", + "title": "The language to use for the extension" + }, + "title": "Language" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "You can get one from here", + "input": { + "label": "API Key", + "title": "Enter your YouTube Data API V3 key" + }, + "title": "YouTube API V3 key" + } + }, + "notifications": { + "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "The scroll wheel speed control modifier key cannot be the same as the scroll wheel volume control modifier key", + "volumeControl": "The scroll wheel volume control modifier key cannot be the same as the scroll wheel speed control modifier key" + } + } + }, + "info": { + "reset": "All options have been reset to their default values.\nYou can now save the changes by clicking the \"Confirm\" button, or discard them by closing this page, or ignore this notification." + }, + "success": { + "saved": "Options saved." + } + } + } + }, + "settings": { + "sections": { + "customCSS": { + "enable": { + "label": "Custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "extras": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "title": "Custom CSS settings" + }, + "deepDarkCSS": { + "enable": { + "label": "Deep dark theme", + "title": "Activates the selected theme for the page" + }, + "extras": { + "author": "Author", + "co-authors": "Co-authors" + }, + "settings": { + "colorShadow": { + "label": "Shadow color", + "title": "Color for shadows" + }, + "dimmerText": { + "label": "Secondary text color", + "title": "Color for secondary text" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "Color for hover background" + }, + "mainBackground": { + "label": "Main background color", + "title": "Color for main background" + }, + "mainColor": { + "label": "Accent color", + "title": "Color for accent" + }, + "mainText": { + "label": "Main text color", + "title": "Color for main text" + }, + "secondBackground": { + "label": "Secondary background color", + "title": "Color for secondary background" + }, + "theme": { + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + } + } + }, + "title": "YouTube deep dark settings" + }, + "forwardRewindButtons": { + "enable": { + "label": "Forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "settings": { + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + } + }, + "title": "Forward/rewind button settings" + }, + "globalVolume": { + "enable": { + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } + }, + "title": "Global volume override" + }, + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } + }, + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } + }, + "title": "Mini Player settings" + }, + "miscellaneous": { + "settings": { + "automaticTheaterMode": { + "enable": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "Automatically disable ambient mode", + "title": "Automatically disables ambient mode when you load a video" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "Hide official artist videos", + "title": "Hides official artist videos from the home page" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } + }, + "hideScrollbar": { + "enable": { + "label": "Hide scrollbar", + "title": "Hides the page scrollbar" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } + }, + "hideTranslateComment": { + "enable": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + } + }, + "loopButton": { + "enable": { + "label": "Loop button", + "title": "Adds a button to the feature menu to loop the video you're watching" + } + }, + "maximizePlayerButton": { + "enable": { + "label": "Maximize player button", + "title": "Adds a button to the feature menu to maximize the player" + } + }, + "openTranscriptButton": { + "enable": { + "label": "Open transcript button", + "title": "Adds a button to the feature menu to open the transcript of the video you're watching" + } + }, + "openYouTubeSettingsOnHover": { + "enable": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in the foreground tab" + } + }, + "remainingTime": { + "enable": { + "label": "Remaining time", + "title": "Shows the remaining time of the video you're watching" + } + }, + "rememberVolume": { + "enable": { + "label": "Remember last volume", + "title": "Remembers the volume of the last video you were watching and sets it when you open a new video" + } + }, + "removeRedirect": { + "enable": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect URLs with actual URLs, skipping the redirect warning dialogue" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } + }, + "shareShortener": { + "enable": { + "label": "Shorten YouTube video share link", + "title": "Shortens YouTube video share link (youtu.be) by stripping si/feature parameters from it" + } + }, + "shortsAutoScroll": { + "enable": { + "label": "Shorts auto scroll", + "title": "Automatically scrolls to the next short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } + } + }, + "title": "Miscellaneous settings" + }, + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } + } + }, + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "Color", + "select": { + "options": { + "blue": "Blue", + "green": "Green", + "orange": "Orange", + "pink": "Pink", + "purple": "Purple", + "red": "Red", + "white": "White", + "yellow": "Yellow" + } + }, + "title": "Select the color for the On-Screen Display" + }, + "hide": { + "label": "Hide Delay", + "title": "Specify the time, in milliseconds, before automatically hiding the On-Screen Display" + }, + "opacity": { + "label": "Opacity", + "title": "Adjust the transparency of the On-Screen Display" + }, + "padding": { + "label": "Padding", + "title": "Adjust the spacing around the On-Screen Display in pixels. This applies specifically to corner On-Screen Display." + }, + "position": { + "label": "Position", + "select": { + "options": { + "bottom_left": "Bottom Left", + "bottom_right": "Bottom Right", + "center": "Center", + "top_left": "Top Left", + "top_right": "Top Right" + } + }, + "title": "Select the position of the On-Screen Display" + }, + "type": { + "label": "Type", + "select": { + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No Display", + "text": "Text" + } + }, + "title": "Select the type of On-Screen Display" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level" + }, + "settings": { + "quality": { + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + } + }, + "title": "Automatic quality settings" + }, + "playerSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "settings": { + "buttons": { + "label": "Playback speed buttons", + "select": { + "label": "Playback buttons speed", + "title": "Amount of speed to be changed per click" + }, + "title": "Adds buttons to increase or decrease the playback speed of the video you're watching" + }, + "speed": { + "select": { + "label": "Player speed", + "title": "The speed to set the video to" + } + } + }, + "title": "Playback speed settings" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fall back to HTML if an error occurs)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } + } + }, + "title": "Playlist length settings" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, + "screenshotButton": { + "enable": { + "label": "Screenshot button", + "title": "Adds a button to the player to take a screenshot of the video" + }, + "settings": { + "format": { + "label": "Screenshot format", + "title": "The format to save the screenshot in" + }, + "saveAs": { + "select": { + "label": "Screenshot save type", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "Clipboard", + "file": "File" + }, + "title": "The screenshot save type" + } + } + }, + "title": "Screenshot settings" + }, + "scrollWheelSpeedControl": { + "enable": { + "label": "Scroll wheel speed control", + "title": "Press a modifier key to enable speed adjustment with the scroll wheel" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Speed change per scroll", + "title": "Adjust the speed change per scroll" + }, + "modifierKey": { + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + } + } + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "enable": { + "label": "Scroll wheel volume control", + "title": "Lets you use the scroll wheel to control the volume of the video you're watching" + }, + "extras": { + "optionLabel": "{{KEY}} key" + }, + "settings": { + "adjustmentSteps": { + "label": "Volume change per scroll", + "title": "Adjust the volume change per scroll" + }, + "holdModifierKey": { + "label": "When holding modifier key", + "select": { + "label": "Modifier key", + "title": "The modifier key to use" + }, + "title": "Press a modifier key to enable volume adjustment with the scroll wheel" + }, + "holdRightClick": { + "label": "When holding right click", + "title": "Holds right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "videoHistory": { + "enable": { + "label": "Track watched videos", + "title": "Keeps track of where you left off on videos you were watching and enables resuming playback" + }, + "settings": { + "resumeType": { + "select": { + "label": "Resume type", + "options": { + "automatic": "Automatic", + "prompt": "Prompt" + }, + "title": "Select how you want to resume videos" + } + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "enable": { + "label": "Volume boost", + "title": "Enable volume boost" + }, + "settings": { + "amount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "Volume boost mode", + "options": { + "global": "Global", + "perVideo": "Per video" + }, + "title": "Choose how volume boost is applied. 'Per video' allows enabling boost for each video individually in the feature menu. 'Global' applies boost to all videos when volume boost is enabled." + } + } + }, + "title": "Volume boost settings" + } + } + } +} diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 5d34518a7..2f523a65e 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -8,48 +8,306 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "单声道处理", + "toggle": { + "on": "单声道 → 立体声输出", + "off": "原始音频" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "水平翻转视频" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "垂直翻转视频" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "复制带有时间戳的视频 URL" + }, + "extras": { + "copied": "复制成功!" + } + }, "featureMenu": { - "label": "功能单" + "button": { + "label": "功能菜单" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "向前快进 {{TIME}}" + }, + "rewindButton": { + "label": "向后快退 {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隐藏结束界面卡片", + "toggle": { + "off": "隐藏结束界面卡片", + "on": "显示结束界面卡片" + } + } }, "loopButton": { - "label": "循环播放", - "toggle": { - "off": "取消循环", - "on": "启用循环" + "button": { + "label": "循环播放", + "toggle": { + "off": "取消循环", + "on": "启用循环" + } } }, "maximizePlayerButton": { - "label": "网页全屏", - "toggle": { - "off": "最大化关闭", - "on": "最大化开启" + "button": { + "label": "最大化", + "toggle": { + "off": "关闭最大化", + "on": "最大化" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "迷你播放器", + "toggle": { + "off": "迷你播放器关闭", + "on": "迷你播放器开启" + } } }, "openTranscriptButton": { - "label": "打开转写文稿" + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "不能继续降低({{SPEED}})", + "increaseLimit": "不能继续增加({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些视频被隐藏,或者您没有加载足够的视频来获取全部长度,总长度可能不准确。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "将视频标记为未观看失败", + "failedToRemoveVideo": "移除视频失败", + "markAsUnwatched": "标记为未观看", + "markingAsUnwatched": "正在标记为未观看…", + "removeVideo": "删除视频", + "removingVideo": "正在移除视频…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "将视频保存到稍后观看失败", + "saveVideo": "保存至稍后观看", + "savingVideo": "保存至稍后观看…" + } }, "screenshotButton": { - "copiedToClipboard": "截图已复制到剪贴板", - "label": "截图" + "button": { + "label": "屏幕截图" + }, + "extras": { + "copiedToClipboard": "截图已复制到剪贴板" + } }, "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" + "extras": { + "resumeButton": "继续播放", + "resumePromptClose": "关" } }, "volumeBoostButton": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" + "button": { + "label": "音量提升 ({{value}} 分贝)", + "toggle": { + "off": "关闭音量增强", + "on": "音量提升 ({{value}} 分贝)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" + }, + "confirm": { + "title": "确认重置设置", + "value": "确认" + }, + "openTab": { + "title": "在新标签中打开扩展设置" + }, + "reset": { + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快速转发按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "miniPlayerButton": "迷你播放器按钮", + "openTranscriptButton": "打开字幕按钮", + "rewindButton": "返回按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮", + "flipVideoVerticalButton": "垂直翻转视频按钮", + "flipVideoHorizontalButton": "水平翻转视频按钮", + "monoToStereoButton": "单声道转立体声按钮" + }, + "options": { + "below_player": { + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" + }, + "feature_menu": { + "placement": "位于功能菜单内", + "value": "功能菜单" + }, + "player_controls_left": { + "placement": "位于播放器控制按键左侧", + "value": "左控件" + }, + "player_controls_right": { + "placement": "位于播放器控制按键右侧", + "value": "右侧控制" + }, + "same": { + "placement": "在同一位置", + "value": "与正常相同" + } + }, + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}", + "fullscreenTitle": "处于全屏时,将 {{BUTTON_NAME}} 放置在 {{PLACEMENT}}", + "fullscreenLabel": "全屏", + "normalLabel": "正常" + }, + "title": "按钮位置设置" + }, + "clearData": { + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "菜单激活方式", + "options": { + "click": "点击", + "hover": "悬停" + }, + "title": "选择激活功能菜单的方法" + }, + "title": "功能菜单设置" + } + }, + "importExportSettings": { + "exportButton": { + "success": "设置导出成功", + "title": "导出设置到 JSON 文件", + "value": "导出设置" + }, + "importButton": { + "error": { + "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", + "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" + }, + "success": "成功导入设置", + "title": "从 JSON 文件导入设置", + "value": "导入设置" + } + }, + "language": { + "select": { + "label": "语言", + "title": "扩展使用的语言" + }, + "title": "语言" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "在更新时打开设置页面", + "title": "当安装YouTube Enhancer的主要或次要版本时打开设置页面" + }, + "optionDisabled": { + "either": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 或 " + }, + "plural": { + "label": "启用 {{OPTIONS}} 以配置此选项", + "separator": " 和 " + }, + "singular": "启用 '{{OPTION}}' 以配置此选项", + "specificOption": { + "featureMenu": "配置至少一个按钮放置在功能菜单中以配置此选项。", + "globalVolume": "禁用“记住最后一个音量”来配置此选项", + "rememberVolume": "禁用“全局音量”来配置此选项", + "screenshotButtonFileFormat": "将屏幕截图保存类型设置为“文件”或“全部”以配置此选项" + } + }, + "settingSearch": { + "placeholder": "搜索设置" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "您可以从这里获取一个", + "input": { + "label": "API 密钥", + "title": "输入您的 Youtube 数据 API V3 密钥。" + }, + "title": "YouTube API V3 密钥" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "应用", + "cancel": "取消", + "enabledConflict": { + "description": "'{{FEATURE_A}}' 和 '{{FEATURE_B}}' 无法同时启用。请选择需要开启的一个。" + }, + "keepFirst": "启用 {{FEATURE}}", + "keepSecond": "启用 {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' 和 '{{FEATURE_B}}' 无法使用同一个修改键位。", + "selectNewKey": "更换修改键位:" + }, + "resolveConflict": "请在应用之前解决所有冲突。", + "title": "检测到导入冲突" + }, + "optionConflict": "当 '{{OPTION}}' 启用时,该选项无法启用。", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "滚轮控制播放速度键位与控制音量冲突。", @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" }, - "select": { - "label": "播放质量", - "title": "将视频质量设为" + "extras": { + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" }, - "title": "自动画质设置" - }, - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } + "title": "自定义 CSS 设置" }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "openTranscriptButton": "转写文稿按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } + "deepDarkCSS": { + "enable": { + "label": "启用所选主题", + "title": "在页面上应用所选主题" + }, + "extras": { + "author": "作者", + "co-authors": "合作作者" + }, + "settings": { + "colorShadow": { + "label": "阴影颜色", + "title": "阴影颜色" }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" + "dimmerText": { + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" + }, + "hoverBackground": { + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" + }, + "mainBackground": { + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" + }, + "mainColor": { + "label": "强调颜色", + "title": "为强调使用的颜色" + }, + "mainText": { + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" + }, + "secondBackground": { + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" + }, + "theme": { + "select": { + "label": "选择主题", + "title": "选择要应用到页面的主题" + } + } }, - "title": "按钮位置设置" + "title": "YouTube 暗黑模式设置" }, - "customCSS": { - "editor": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" }, + "settings": { + "time": { + "label": "快进/快退时间", + "title": "快进/快退视频的时间长度" + } + }, + "title": "快进/快退按钮设置" + }, + "globalVolume": { "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" + "label": "总是以此音量开始视频", + "title": "自动让所有视频以您选定的音量开始播放" }, - "title": "自定义 CSS 设置" + "settings": { + "amount": { + "label": "视频起始音量", + "title": "每个视频开始播放时都使用该音量" + } + }, + "title": "全局音量覆盖" }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" + "miniPlayer": { + "button": { + "label": "迷你播放器按钮", + "title": "添加打开迷你播放器的按钮" + }, + "enable": { + "label": "查看评论时打开迷你播放器", + "title": "当您滚动到评论时自动打开迷你播放器。" + }, + "settings": { + "position": { + "select": { + "label": "默认迷你播放器位置", + "options": { + "bottomCenter": "底部居中", + "bottomLeft": "左下角", + "bottomRight": "右下角", + "topCenter": "顶部居中", + "topLeft": "左上角", + "topRight": "右上角" + }, + "title": "设置移动迷你播放器之前的起始位置。" + } }, - "title": "功能菜单设置" - } - }, - "importExportSettings": { - "exportButton": { - "success": "导出配置成功", - "title": "导出设置到 JSON 文件", - "value": "导出设置" - }, - "importButton": { - "error": { - "unknown": "导入设置时出错。请检查文件格式。\n发生未知错误。", - "validation": "导入设置出错。请检查文件格式。\n{{ERROR_MESSAGE}}" - }, - "success": "设置导入成功", - "title": "从 JSON 文件导入设置", - "value": "导入设置" - } - }, - "language": { - "select": { - "label": "语言", - "title": "用于扩展的语言" + "size": { + "label": "默认迷你播放器大小", + "title": "设置缩放迷你播放器之前的起始大小。" + } }, - "title": "语言" + "title": "迷你播放器设置" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" + "enable": { + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "自动禁用氛围模式", + "title": "载入视频时自动禁用氛围模式" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "自动禁用自动播放", + "title": "载入视频时自动禁用自动播放" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "自动禁用隐藏式字幕", + "title": "载入视频时自动禁用隐藏式字幕" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "自动启用隐藏式字幕", + "title": "载入视频时自动启用隐藏式字幕" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "自动最大化播放器", + "title": "当视频打开时,自动最大化播放器" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "在结束屏幕上自动显示更多视频", + "title": "加载视频时自动在结束屏幕上显示更多视频" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "禁止数字键快速跳转", + "title": "防止按0-9键跳转到视频的百分比" + } + }, + "hidePosts": { + "enable": { + "label": "隐藏帖子", + "title": "从主页隐藏帖子" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "默认设置为原始音轨", + "title": "总是默认原始音轨" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "隐藏AI", + "title": "隐藏AI功能,例如视频摘要,询问AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "隐藏仅限会员的视频", + "title": "隐藏仅对会员可见的视频" + } + }, + "monoToStereoButton": { + "enable": { + "label": "单声道转立体声按钮", + "title": "添加一个按钮来将单声道转换为立体声。立体声保持不变。" + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "隐藏音乐人官方视频", + "title": "从主页上隐藏来自音乐人官方频道的视频" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" + } + }, + "hidePlayables": { + "enable": { + "label": "隐藏可播放内容", + "title": "隐藏所有可播放内容" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "从主页隐藏播放列表", + "title": "从主页去除播放列表" + } }, "hideScrollbar": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" + "enable": { + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" + } }, - "hideShorts": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" + "hideSidebarRecommendedVideos": { + "enable": { + "label": "隐藏推荐视频", + "title": "隐藏推荐视频的侧边栏" + } + }, + "hideTranslateComment": { + "enable": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + } }, "loopButton": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + "enable": { + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + } }, "maximizePlayerButton": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" + "enable": { + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" + } }, "openTranscriptButton": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + "enable": { + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + } }, "openYouTubeSettingsOnHover": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + "enable": { + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" + } }, "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" + "enable": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + } }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" + "rememberVolume": { + "enable": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + } }, "removeRedirect": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + "enable": { + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "恢复全屏滚动", + "title": "在全屏模式下恢复滚动" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "启用保存到稍后观看按钮", + "title": "在主页和订阅视频中添加一个按钮,将视频保存到“稍后观看”播放列表" + } }, "shareShortener": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + "enable": { + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + } }, "shortsAutoScroll": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" + "enable": { + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" + } + }, + "skipContinueWatching": { + "enable": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" + } + }, + "timestampPeek": { + "enable": { + "label": "时间戳预览", + "title": "通过悬停在时间戳预览视频。点击预览开始播放。" + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "水平视频翻转按钮", + "title": "添加一个按钮以水平翻转视频" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "垂直视频翻转按钮", + "title": "添加一个按钮以垂直翻转视频" + } } }, "title": "其他设置" }, - "onScreenDisplaySettings": { - "color": { - "label": "颜色", - "options": { - "blue": "蓝色", - "green": "绿色", - "orange": "橙色", - "pink": "粉色", - "purple": "紫色", - "red": "红色", - "white": "白色", - "yellow": "黄色" - }, - "title": "选择屏幕提示文本颜色" - }, - "hide": { - "label": "隐藏延时", - "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" - }, - "opacity": { - "label": "透明度", - "title": "调整屏幕提示文本的透明度" - }, - "padding": { - "label": "内边距", - "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "居中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "选择屏幕提示文本颜色" - }, - "title": "屏幕提示信息设置", - "type": { - "label": "类型", - "options": { - "line": "直线", - "no_display": "无显示", - "round": "圆角", - "text": "文本" - }, - "title": "选择屏幕提示文本颜色" + "hideShorts": { + "title": "隐藏短视频", + "settings": { + "sidebar": { + "label": "在侧边栏中隐藏", + "title": "从侧边栏移除短视频按钮" + }, + "home": { + "label": "在主页中隐藏", + "title": "从主页时间线中移除短视频" + }, + "channel": { + "label": "在频道页面中隐藏", + "title": "从频道页面中移除短视频分类和标签" + }, + "search": { + "label": "在搜索结果中隐藏", + "title": "从搜索结果中移除短视频" + }, + "videos": { + "label": "在观看页面中隐藏", + "title": "从观看页面的推荐列表移除短视频" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "颜色", + "select": { + "options": { + "blue": "蓝色", + "green": "绿色", + "orange": "橙色", + "pink": "粉色", + "purple": "紫色", + "red": "红色", + "white": "白色", + "yellow": "黄色" + } + }, + "title": "选择屏幕提示文本颜色" + }, + "hide": { + "label": "隐藏延时", + "title": "指定时间,以毫秒计,然后自动隐藏屏幕显示" + }, + "opacity": { + "label": "透明度", + "title": "调整屏幕提示文本的透明度" + }, + "padding": { + "label": "内边距", + "title": "调整屏幕提示周围以像素为单位的间距。主要适用于角落的屏幕提示。" + }, + "position": { + "label": "位置", + "select": { + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "居中", + "top_left": "左上", + "top_right": "右上" + } + }, + "title": "选择屏幕提示文本颜色" + }, + "type": { + "label": "类型", + "select": { + "options": { + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" + } + }, + "title": "选择屏幕提示文本颜色" + } + }, + "title": "屏幕提示信息设置" + }, + "playerQuality": { + "enable": { + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" + }, + "settings": { + "quality": { + "select": { + "label": "播放质量", + "title": "将视频质量设为" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "质量回退策略", + "options": { + "higher": "升高", + "lower": "降低" + }, + "title": "当所选质量不可用时使用的策略" + } + } + }, + "title": "自动画质设置" + }, + "playerSpeed": { "enable": { "label": "强制播放速度", "title": "将视频速度设置为您在下面选择的内容" }, - "select": { - "label": "播放速度", - "title": "将视频播放速度设为" + "settings": { + "buttons": { + "label": "播放速度按钮", + "select": { + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" + }, + "speed": { + "select": { + "label": "播放速度", + "title": "将视频播放速度设为" + } + } }, "title": "播放速度设置" }, + "playlistLength": { + "enable": { + "label": "显示播放列表长度信息", + "title": "显示播放列表的总长度,已观看多少,以及还剩多少。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "获取播放列表长度的方法", + "title": "获取播放列表长度信息的方式 (如果发生错误,API 方法将回退到 HTML)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "获取已观看时间的方法", + "options": { + "duration": "视频长度", + "youtube": "视频观看时间" + }, + "title": "获取已观看时间长度的方法 (“视频长度”方法仅会在观看页面使用)" + } + } + }, + "title": "播放列表长度设置" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "标记为未观看按钮", + "title": "添加一个按钮将视频标记为未观看视频" + } + }, + "removeVideoButton": { + "enable": { + "label": "移除视频按钮", + "title": "添加一个按钮从播放列表中移除视频" + } + } + }, + "title": "播放列表管理设置" + }, "screenshotButton": { "enable": { "label": "屏幕截图按钮", "title": "向播放器添加一个按钮以拍摄视频的截图" }, - "saveAs": { - "clipboard": "剪贴板", - "file": "文件" - }, - "selectFormat": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "selectSaveAs": { - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" + "settings": { + "format": { + "label": "截图格式", + "title": "保存屏幕截图的格式" + }, + "saveAs": { + "select": { + "label": "屏幕截图保存类型", + "options": { + "both": "全部(文件和剪贴板)", + "clipboard": "剪贴板", + "file": "文件" + }, + "title": "屏幕截图保存类型" + } + } }, "title": "屏幕截图选项" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, "enable": { "label": "滚轮控制播放速度设置", "title": "按下控制键时启用滚轮音量调整" }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" + "extras": { + "optionLabel": "{{KEY}} 键" + }, + "settings": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "modifierKey": { + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + } + } }, "title": "滚轮控制播放速度设置" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, "enable": { "label": "滚轮控制音量", "title": "让您使用滚轮来控制您正在观看的视频音量" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "{{KEY}} 键" + }, + "settings": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "holdModifierKey": { "label": "在按住控制键时启用功能", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + }, "title": "按下控制键时启用滚轮音量调整" }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "按住右键时启用", "title": "按住右键以启用滚轮音量控制" } @@ -358,35 +939,43 @@ "label": "记录已观看视频", "title": "记录您关闭视频的进度并在下次播放时恢复" }, - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" + "settings": { + "resumeType": { + "select": { + "label": "进度恢复方式", + "options": { + "automatic": "自动", + "prompt": "提示" + }, + "title": "选择恢复视频播放进度的方式" + } } }, "title": "视频历史记录设置" }, "volumeBoost": { - "boostAmount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, "enable": { "label": "音量增强", "title": "启用音量增强" }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + "settings": { + "amount": { + "label": "音量提升量(分贝)", + "title": "每步音量提升的多少。您也可以滚动音量提升按钮(Shift/Ctrl更大步) 来调整音量。" + }, + "amount_global_only": { + "label": "音量提升量(分贝)", + "title": "音量提升的多少。" + }, + "mode": { + "select": { + "label": "音量增强模式", + "options": { + "global": "全局统一", + "perVideo": "分别记忆" + }, + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + } } }, "title": "音量增强设置" diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index f6bf1b8e5..241f89085 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -8,48 +8,306 @@ "pages": { "content": { "features": { + "monoToStereoButton": { + "button": { + "label": "Mono to Stereo", + "toggle": { + "on": "Mono → Stereo Output", + "off": "Original Audio" + } + } + }, + "flipVideoHorizontalButton": { + "button": { + "label": "Flip video horizontally" + } + }, + "flipVideoVerticalButton": { + "button": { + "label": "Flip video vertically" + } + }, + "copyTimestampUrlButton": { + "button": { + "label": "複製目前播放時間的影片網址" + }, + "extras": { + "copied": "已複製!" + } + }, "featureMenu": { - "label": "功能選單" + "button": { + "label": "功能選單" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "快轉{{TIME}}" + }, + "rewindButton": { + "label": "倒帶{{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "隱藏片尾資訊卡", + "toggle": { + "off": "隱藏片尾資訊卡", + "on": "顯示片尾資訊卡" + } + } }, "loopButton": { - "label": "循環播放", - "toggle": { - "off": "關閉循環播放", - "on": "啟用循環播放" + "button": { + "label": "循環播放", + "toggle": { + "off": "關閉循環播放", + "on": "開啟循環播放" + } } }, "maximizePlayerButton": { - "label": "最大化", - "toggle": { - "off": "關閉最大化", - "on": "啟用最大化" + "button": { + "label": "最大化", + "toggle": { + "off": "關閉最大化", + "on": "啟用最大化" + } + } + }, + "miniPlayerButton": { + "button": { + "label": "Mini Player", + "toggle": { + "off": "Mini Player off", + "on": "Mini Player on" + } } }, "openTranscriptButton": { - "label": "打開文字記錄" + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "extras": { + "decreaseLimit": "無法再減速 ({{SPEED}})", + "increaseLimit": "無法再加速 ({{SPEED}})" + } + }, + "playlistLength": { + "title": "如果某些影片被隱藏或沒載入足夠影片去讀取總時間的話,總時間有機會不準確。" + }, + "playlistManagementButtons": { + "extras": { + "failedToMarkAsUnwatched": "Failed to mark video as unwatched", + "failedToRemoveVideo": "Failed to remove video", + "markAsUnwatched": "Mark as unwatched", + "markingAsUnwatched": "Marking as unwatched…", + "removeVideo": "Remove video", + "removingVideo": "Removing video…" + } + }, + "saveToWatchLaterButton": { + "extras": { + "failedToSaveVideo": "Failed to save video to Watch Later", + "saveVideo": "Save to Watch Later", + "savingVideo": "Saving to Watch Later…" + } }, "screenshotButton": { - "copiedToClipboard": "螢幕截圖已複製剪貼簿", - "label": "螢幕截圖" + "button": { + "label": "螢幕截圖" + }, + "extras": { + "copiedToClipboard": "螢幕截圖已複製剪貼簿" + } }, "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" + "extras": { + "resumeButton": "繼續", + "resumePromptClose": "關閉" } }, "volumeBoostButton": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" + "button": { + "label": "Volume Boost ({{value}} dB)", + "toggle": { + "off": "關閉音量增強", + "on": "Volume boost ({{value}} dB)" + } } } } }, "options": { + "extras": { + "bottomButtons": { + "clear": { + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" + }, + "confirm": { + "title": "確認重設設定", + "value": "確認" + }, + "openTab": { + "title": "於新頁面開啟擴充套件設定" + }, + "reset": { + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "miniPlayerButton": "Mini Player button", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕", + "flipVideoVerticalButton": "Flip video vertically button", + "flipVideoHorizontalButton": "Flip video horizontally button", + "monoToStereoButton": "Mono to stereo button" + }, + "options": { + "below_player": { + "placement": "於播放器底下", + "value": "播放器底下" + }, + "feature_menu": { + "placement": "於功能選單", + "value": "功能選單" + }, + "player_controls_left": { + "placement": "於播放器左邊", + "value": "播放器左邊" + }, + "player_controls_right": { + "placement": "於播放器右邊", + "value": "播放器右邊" + }, + "same": { + "placement": "in the same position", + "value": "Same as normal" + } + }, + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}", + "fullscreenTitle": "When in fullscreen, place the {{BUTTON_NAME}} {{PLACEMENT}}", + "fullscreenLabel": "Fullscreen", + "normalLabel": "Normal" + }, + "title": "Button placement settings" + }, + "clearData": { + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" + }, + "featureMenu": { + "openType": { + "select": { + "label": "選單開啟方式", + "options": { + "click": "點擊", + "hover": "游標懸浮" + }, + "title": "選擇選單開啟方式" + }, + "title": "功能選單設定" + } + }, + "importExportSettings": { + "exportButton": { + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" + }, + "importButton": { + "error": { + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" + }, + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" + } + }, + "language": { + "select": { + "label": "語言", + "title": "擴充套件使用的語言" + }, + "title": "語言" + }, + "openSettingsOnMajorOrMinorVersionChange": { + "label": "Open settings page on update", + "title": "Opens the settings page when a major or minor version of YouTube Enhancer is installed" + }, + "optionDisabled": { + "either": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " or " + }, + "plural": { + "label": "Enable {{OPTIONS}} to configure this option", + "separator": " and " + }, + "singular": "Enable '{{OPTION}}' to configure this option", + "specificOption": { + "featureMenu": "Configure at least one button to be placed in the feature menu to configure this option.", + "globalVolume": "Disable 'Remember last volume' to configure this option", + "rememberVolume": "Disable 'Global volume' to configure this option", + "screenshotButtonFileFormat": "Set screenshot save type to 'File' or 'Both' to configure this option" + } + }, + "settingSearch": { + "placeholder": "搜尋設定" + }, + "youtubeDataApiV3Key": { + "getApiKeyLinkText": "你可以從這裡取得", + "input": { + "label": "API 金鑰", + "title": "輸入你的 YouTube Data API V3 金鑰" + }, + "title": "YouTube API V3 key" + } + }, "notifications": { "error": { + "importConflict": { + "apply": "Apply", + "cancel": "Cancel", + "enabledConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot both be enabled. Choose which one to keep." + }, + "keepFirst": "Keep {{FEATURE}}", + "keepSecond": "Keep {{FEATURE}}", + "modifierKeyConflict": { + "description": "'{{FEATURE_A}}' and '{{FEATURE_B}}' cannot use the same modifier key", + "selectNewKey": "Change modifier key:" + }, + "resolveConflict": "Please resolve all conflicts before applying", + "title": "Import Conflicts Detected" + }, + "optionConflict": "This option cannot be enabled while '{{OPTION}}' is enabled", "scrollWheelHoldModifierKey": { "sameKey": { "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", @@ -67,286 +325,609 @@ } }, "settings": { - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, "sections": { - "automaticQuality": { + "customCSS": { "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" }, - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" + "extras": { + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" }, - "title": "自動畫質設定" + "title": "Custom CSS settings" }, - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "openTranscriptButton": "開啟文字記錄按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } + "deepDarkCSS": { + "enable": { + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" + }, + "extras": { + "author": "作者", + "co-authors": "共同作者" + }, + "settings": { + "colorShadow": { + "label": "陰影顏色", + "title": "陰影的顏色" }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" + "dimmerText": { + "label": "次要文字顏色", + "title": "次要文字的顏色" + }, + "hoverBackground": { + "label": "懸停背景色", + "title": "滑過背景顏色" + }, + "mainBackground": { + "label": "主要背景顏色", + "title": "主要背景的顏色" + }, + "mainColor": { + "label": "重點色調", + "title": "重點色調的顏色" + }, + "mainText": { + "label": "主要文字顏色", + "title": "主要文字的顏色" + }, + "secondBackground": { + "label": "次要背景顏色", + "title": "次要背景顏色" + }, + "theme": { + "select": { + "label": "選擇主題", + "title": "選擇套用到頁面的主題" + } + } }, - "title": "按鈕位置設定" + "title": "YouTube deep dark settings" }, - "customCSS": { - "editor": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" }, + "settings": { + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + } + }, + "title": "快轉/倒帶按鈕設定" + }, + "globalVolume": { "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" + "label": "Always start videos with this volume", + "title": "Makes all videos begin at your selected volume automatically" + }, + "settings": { + "amount": { + "label": "Video start volume", + "title": "The volume applied to every video when it begins playing" + } }, - "title": "自訂CSS設定" + "title": "Global volume override" }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" + "miniPlayer": { + "button": { + "label": "Mini Player button", + "title": "Adds a button that opens the Mini Player" + }, + "enable": { + "label": "Open Mini Player when viewing comments", + "title": "Automatically opens the Mini Player when you scroll to comments" + }, + "settings": { + "position": { + "select": { + "label": "Default Mini Player position", + "options": { + "bottomCenter": "Bottom center", + "bottomLeft": "Bottom left", + "bottomRight": "Bottom right", + "topCenter": "Top center", + "topLeft": "Top left", + "topRight": "Top right" + }, + "title": "Sets the starting position before you move the Mini Player" + } }, - "title": "功能選單設定" - } - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" + "size": { + "label": "Default Mini Player size", + "title": "Sets the initial size before you resize the Mini Player" + } }, - "title": "語言" + "title": "Mini Player settings" }, "miscellaneous": { - "features": { + "settings": { "automaticTheaterMode": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" + "enable": { + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" + } + }, + "automaticallyDisableAmbientMode": { + "enable": { + "label": "自動停用微光效果", + "title": "載入影片時自動停用微光效果" + } + }, + "automaticallyDisableAutoPlay": { + "enable": { + "label": "Automatically disable autoplay", + "title": "Automatically disables autoplay when you load a video" + } + }, + "automaticallyDisableClosedCaptions": { + "enable": { + "label": "自動停用字幕", + "title": "載入影片時自動停用字幕" + } + }, + "automaticallyEnableClosedCaptions": { + "enable": { + "label": "Automatically enable closed captions", + "title": "Automatically enables closed captions when you load a video" + } + }, + "automaticallyMaximizePlayer": { + "enable": { + "label": "Automatically maximize player", + "title": "Automatically maximizes the player when you load a video" + } + }, + "automaticallyShowMoreVideosOnEndScreen": { + "enable": { + "label": "Automatically show more videos on end screen", + "title": "Automatically shows more videos on end screen when you load a video" + } + }, + "blockNumberKeySeeking": { + "enable": { + "label": "Block number key seeking", + "title": "Prevents pressing 0-9 from jumping to a percentage of the video" + } + }, + "hidePosts": { + "enable": { + "label": "Hide posts", + "title": "Hides posts from the home page" + } + }, + "copyTimestampUrlButton": { + "enable": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + } + }, + "defaultToOriginalAudioTrack": { + "enable": { + "label": "Default to original audio track", + "title": "Always defaults to the original audio track" + } + }, + "hideArtificialIntelligence": { + "enable": { + "label": "Hide AI", + "title": "Hides AI-powered features, such as video summaries and Ask AI" + } + }, + "hideEndScreenCards": { + "enable": { + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" + } + }, + "hideEndScreenCardsButton": { + "enable": { + "label": "隱藏片尾資訊卡按鈕", + "title": "在影片結束時新增顯示/隱藏卡片的按鈕" + } + }, + "hideLiveStreamChat": { + "enable": { + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" + } + }, + "hideMembersOnlyVideos": { + "enable": { + "label": "Hide member-only videos", + "title": "Hides videos that only members can watch" + } + }, + "monoToStereoButton": { + "enable": { + "label": "Mono to stereo button", + "title": "Adds a button to convert mono audio to stereo. Stereo tracks remain unchanged." + } + }, + "hideOfficialArtistVideosFromHomePage": { + "enable": { + "label": "隱藏官方藝人影片", + "title": "從主頁隱藏官方藝人影片" + } + }, + "hidePaidPromotionBanner": { + "enable": { + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" + } + }, + "hidePlayables": { + "enable": { + "label": "Hide playables", + "title": "Hides all playables" + } + }, + "hidePlaylistRecommendationsFromHomePage": { + "enable": { + "label": "Hide playlists from the home page", + "title": "Removes playlists from the home page" + } }, "hideScrollbar": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" + "enable": { + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" + } + }, + "hideSidebarRecommendedVideos": { + "enable": { + "label": "Hide recommended videos", + "title": "Hides the sidebar that recommends videos" + } }, - "hideShorts": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" + "hideTranslateComment": { + "enable": { + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" + } }, "loopButton": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" + "enable": { + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" + } }, "maximizePlayerButton": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" + "enable": { + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" + } }, "openTranscriptButton": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" + "enable": { + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" + } }, "openYouTubeSettingsOnHover": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" + "enable": { + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" + } + }, + "pauseBackgroundPlayers": { + "enable": { + "label": "暫停背景播放程序", + "title": "當前景分頁啟用新播放器時,自動凍結背景分頁影音" + } }, "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" + "enable": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + } }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" + "rememberVolume": { + "enable": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + } }, "removeRedirect": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + "enable": { + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + } + }, + "restoreFullscreenScrolling": { + "enable": { + "label": "Restore fullscreen scrolling", + "title": "Restores scrolling in fullscreen mode" + } + }, + "saveToWatchLaterButton": { + "enable": { + "label": "Enable save to Watch Later button", + "title": "Adds a button to Home and Subscriptions videos to save the video to the 'Watch Later' playlist" + } }, "shareShortener": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + "enable": { + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + } }, "shortsAutoScroll": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" + "enable": { + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" + } + }, + "skipContinueWatching": { + "enable": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" + } + }, + "timestampPeek": { + "enable": { + "label": "Timestamp preview", + "title": "Preview the video by hovering over a timestamp. Click the preview to start playback from that moment." + } + }, + "flipVideoHorizontalButton": { + "enable": { + "label": "Flip video horizontally button", + "title": "Adds a button to flip the video horizontally" + } + }, + "flipVideoVerticalButton": { + "enable": { + "label": "Flip video vertically button", + "title": "Adds a button to flip the video vertically" + } } }, "title": "其他設定" }, - "onScreenDisplaySettings": { - "color": { - "label": "顏色", - "options": { - "blue": "藍色", - "green": "綠色", - "orange": "橙色", - "pink": "粉紅色", - "purple": "紫色", - "red": "紅色", - "white": "白色", - "yellow": "黃色" - }, - "title": "選擇屏幕顥示的顏色" - }, - "hide": { - "label": "隱藏延遲", - "title": "指定多少毫秒後自動隱藏屏幕顥示" - }, - "opacity": { - "label": "透明度", - "title": "調節屏幕顥示的透明度" - }, - "padding": { - "label": "填充", - "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" - }, - "position": { - "label": "位置", - "options": { - "bottom_left": "左下", - "bottom_right": "右下", - "center": "置中", - "top_left": "左上", - "top_right": "右上" - }, - "title": "選擇屏幕顥示的位置" - }, - "title": "屏幕顥示設定", - "type": { - "label": "類型", - "options": { - "line": "線條", - "no_display": "不顯示", - "round": "圓形", - "text": "文字" - }, - "title": "選擇屏幕顥示風格" + "hideShorts": { + "title": "Hide shorts", + "settings": { + "sidebar": { + "label": "Hide in sidebar", + "title": "Removes the Shorts button from the sidebar" + }, + "home": { + "label": "Hide on Home feed", + "title": "Removes the Shorts section from the Home feed" + }, + "channel": { + "label": "Hide on Channel pages", + "title": "Removes the Shorts shelf and tab on channel pages" + }, + "search": { + "label": "Hide in Search results", + "title": "Removes Shorts videos from search results" + }, + "videos": { + "label": "Hide on watch pages", + "title": "Removes Shorts videos from recommendations on watch pages" + } } }, - "playbackSpeed": { + "onScreenDisplaySettings": { + "settings": { + "color": { + "label": "顏色", + "select": { + "options": { + "blue": "藍色", + "green": "綠色", + "orange": "橙色", + "pink": "粉紅色", + "purple": "紫色", + "red": "紅色", + "white": "白色", + "yellow": "黃色" + } + }, + "title": "選擇屏幕顥示的顏色" + }, + "hide": { + "label": "隱藏延遲", + "title": "指定多少毫秒後自動隱藏屏幕顥示" + }, + "opacity": { + "label": "透明度", + "title": "調節屏幕顥示的透明度" + }, + "padding": { + "label": "填充", + "title": "以像素為單位調整屏幕顥示周圍的空間,適用於置於角落的屏幕顥示。" + }, + "position": { + "label": "位置", + "select": { + "options": { + "bottom_left": "左下", + "bottom_right": "右下", + "center": "置中", + "top_left": "左上", + "top_right": "右上" + } + }, + "title": "選擇屏幕顥示的位置" + }, + "type": { + "label": "類型", + "select": { + "options": { + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" + } + }, + "title": "選擇屏幕顥示風格" + } + }, + "title": "On-Screen Display settings" + }, + "playerQuality": { + "enable": { + "label": "自動畫質調整", + "title": "自動調整到指定畫質" + }, + "settings": { + "quality": { + "select": { + "label": "播放畫質", + "title": "設定影片播放畫質" + } + }, + "qualityFallbackStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + } + }, + "title": "自動畫質設定" + }, + "playerSpeed": { "enable": { "label": "強制播放速度", "title": "設定影片播放速度如下" }, - "select": { - "label": "播放速度", - "title": "設定影片播放速度為" + "settings": { + "buttons": { + "label": "播放速度按鈕", + "select": { + "label": "播放速率控制鈕", + "title": "每次按下時改變的速度" + }, + "title": "加入加快或減慢播放速度按鈕" + }, + "speed": { + "select": { + "label": "播放速度", + "title": "設定影片播放速度為" + } + } }, "title": "播放速度設定" }, + "playlistLength": { + "enable": { + "label": "顯示播放清單時間資訊", + "title": "顯示播放清單總時間,已播放時間及剩餘時間。" + }, + "settings": { + "wayToGetLength": { + "select": { + "label": "取得播放清單時間方法", + "title": "取得播放清單時間資訊的方法(如API方法失敗會使用HTML方式)" + } + }, + "wayToGetWatchTime": { + "select": { + "label": "影片長度取得方法", + "options": { + "duration": "影片長度", + "youtube": "影片已觀看時間" + }, + "title": "取得已觀看時間的方法(影片長度方式只用於觀看頁)" + } + } + }, + "title": "播放清單播放時間設定" + }, + "playlistManagementButtons": { + "settings": { + "markAsUnwatchedButton": { + "enable": { + "label": "Mark as unwatched button", + "title": "Adds a button to mark videos as unwatched" + } + }, + "removeVideoButton": { + "enable": { + "label": "Remove video button", + "title": "Adds a button to remove videos from the playlist" + } + } + }, + "title": "Playlist management settings" + }, "screenshotButton": { "enable": { "label": "螢幕截圖按鈕", "title": "在播放器加入擷取螢幕截圖按鈕" }, - "saveAs": { - "clipboard": "剪貼簿", - "file": "檔案" - }, - "selectFormat": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "selectSaveAs": { - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" + "settings": { + "format": { + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" + }, + "saveAs": { + "select": { + "label": "螢幕截圖儲存方式", + "options": { + "both": "Both (File and Clipboard)", + "clipboard": "剪貼簿", + "file": "檔案" + }, + "title": "螢幕截圖的儲存方式" + } + } }, "title": "螢幕截圖設定" }, "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, "enable": { "label": "滾輪播放速度控制", "title": "按住輔助按鍵來啟用播放速度調節" }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" + "extras": { + "optionLabel": "{{KEY}} 鍵" + }, + "settings": { + "adjustmentSteps": { + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" + }, + "modifierKey": { + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + } + } }, "title": "滾輪播放速度控制設定" }, "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, "enable": { "label": "滾輪音量控制", "title": "使用滑鼠滾輪控制現在播放的影片音量" }, - "holdModifierKey": { - "enable": { + "extras": { + "optionLabel": "{{KEY}} 鍵" + }, + "settings": { + "adjustmentSteps": { + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" + }, + "holdModifierKey": { "label": "啟用輔助按鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + }, "title": "按住輔助按鍵來啟用滾輪音量調節" }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - }, - "holdRightClick": { - "enable": { + "holdRightClick": { "label": "按住滑鼠右鍵時啟用", "title": "住滑鼠右鍵時啟用滾輪音量調節" } @@ -358,35 +939,43 @@ "label": "記住已觀看的影片", "title": "記住己觀看影片的播放位置及啟用繼續播放" }, - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" + "settings": { + "resumeType": { + "select": { + "label": "繼續播放方式", + "options": { + "automatic": "自動", + "prompt": "提示" + }, + "title": "選擇如何繼續播放" + } } }, "title": "觀看記錄設定" }, "volumeBoost": { - "boostAmount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, "enable": { "label": "音量增強", "title": "啟用音量增強" }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + "settings": { + "amount": { + "label": "音量增強度 (分貝)", + "title": "The amount to boost the volume by. You can also scroll over the volume boost button (Shift/Ctrl for larger steps) to adjust it." + }, + "amount_global_only": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "mode": { + "select": { + "label": "音量增強模式", + "options": { + "global": "全局", + "perVideo": "單獨" + }, + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + } } }, "title": "音量增強設定"