diff --git a/package-lock.json b/package-lock.json index f91af17c..b3fcf23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-enhancer", - "version": "1.26.0", + "version": "1.27.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "youtube-enhancer", - "version": "1.26.0", + "version": "1.27.0", "license": "MIT", "dependencies": { "@formkit/auto-animate": "^0.8.1", diff --git a/public/locales/ca-ES.json b/public/locales/ca-ES.json index 7de4ef07..53a14951 100644 --- a/public/locales/ca-ES.json +++ b/public/locales/ca-ES.json @@ -1,603 +1,611 @@ { - "langCode": "ca-ES", - "langName": "Català", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "ca-ES", + "langName": "Català", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/cs-CZ.json b/public/locales/cs-CZ.json index 6aea0bc5..005a0be9 100644 --- a/public/locales/cs-CZ.json +++ b/public/locales/cs-CZ.json @@ -1,603 +1,611 @@ { - "langCode": "cs-CZ", - "langName": "Čeština", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "cs-CZ", + "langName": "Čeština", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index a878a6f2..f7b11262 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -1,603 +1,611 @@ { - "langCode": "de-DE", - "langName": "Deutsch", - "messages": { - "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", - "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot in Zwischenablage kopiert" - }, - "videoHistory": { - "resumeButton": "Fortsetzen", - "resumePrompt": { - "close": "Schließen" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." - }, - "success": { - "saved": "Optionen gespeichert." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Die Daten wurden gelöscht.", - "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatische Qualitätsanpassung", - "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Video-Qualität", - "title": "Die Qualität auf die das Video gestellt werden soll" - }, - "title": "Automatische Qualitätseinstellungen" - }, - "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": "Open extension settings in a new tab" - }, - "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": "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "title": "Sprache" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatischer Theatermodus", - "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Scrollbar ausblenden", - "title": "Versteckt die Scrollleiste" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Dauerschleife-Button", - "title": "Adds a button to the feature menu to loop the video you're watching" - }, - "maximizePlayerButton": { - "label": "Player-Button maximieren", - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Erzwungene Wiedergabegeschwindigkeit", - "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" - }, - "playbackSpeedButtons": { - "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" - }, - "select": { - "label": "Video Geschwindigkeit", - "title": "Die Geschwindigkeit auf die das Video gestellt wird" - }, - "title": "Wiedergabegeschwindigkeit Einstellungen" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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": "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": { - "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", - "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": { - "label": "Aktivieren, wenn Rechtsklick gedrückt wird", - "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" - } - }, - "title": "Lautstärke durch Mausrad ändern" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "title": "Video history settings" - }, - "volumeBoost": { - "boostAmount": { - "label": "Volume boost amount (dB)", - "title": "The amount to boost the volume by" - }, - "enable": { - "label": "Lautstärken-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." - } - }, - "title": "´Lautstärke-Boost Einstellungen" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "de-DE", + "langName": "Deutsch", + "messages": { + "resumingVideo": "Video bei {{VIDEO_TIME}} fortsetzen", + "settingVolume": "Lautstärke-Boost wird auf {{VOLUME_BOOST_AMOUNT}} eingestellt" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot in Zwischenablage kopiert" + }, + "videoHistory": { + "resumeButton": "Fortsetzen", + "resumePrompt": { + "close": "Schließen" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": "Alle Optionen wurden auf ihre Standardwerte zurückgesetzt.\nSie können die Änderungen jetzt speichern, indem Sie auf den \"Bestätigen\"-Button klicken oder diese verwerfen, indem Sie diese Seite schließen oder diese Benachrichtigung ignorieren." + }, + "success": { + "saved": "Optionen gespeichert." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Die Daten wurden gelöscht.", + "confirmAlert": "Dies löscht alle Erweiterungsdaten zu Optionen. Fortfahren?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatische Qualitätsanpassung", + "title": "Die Videoqualität wird automatisch auf die ausgewählte Qualität gestellt." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Video-Qualität", + "title": "Die Qualität auf die das Video gestellt werden soll" + }, + "title": "Automatische Qualitätseinstellungen" + }, + "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": "Open extension settings in a new tab" + }, + "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": "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "title": "Sprache" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatischer Theatermodus", + "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Scrollbar ausblenden", + "title": "Versteckt die Scrollleiste" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Dauerschleife-Button", + "title": "Adds a button to the feature menu to loop the video you're watching" + }, + "maximizePlayerButton": { + "label": "Player-Button maximieren", + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Erzwungene Wiedergabegeschwindigkeit", + "title": "Setzt die Videogeschwindigkeit auf das, was du unten wählst" + }, + "playbackSpeedButtons": { + "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" + }, + "select": { + "label": "Video Geschwindigkeit", + "title": "Die Geschwindigkeit auf die das Video gestellt wird" + }, + "title": "Wiedergabegeschwindigkeit Einstellungen" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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": "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": { + "label": "Aktivieren, wenn die Modifikator-Taste gedrückt wird", + "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": { + "label": "Aktivieren, wenn Rechtsklick gedrückt wird", + "title": "Rechtsklick gedrückt halten, um die Lautstärkeregelung des Scrollrades zu aktivieren" + } + }, + "title": "Lautstärke durch Mausrad ändern" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "title": "Video history settings" + }, + "volumeBoost": { + "boostAmount": { + "label": "Volume boost amount (dB)", + "title": "The amount to boost the volume by" + }, + "enable": { + "label": "Lautstärken-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." + } + }, + "title": "´Lautstärke-Boost Einstellungen" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/en-GB.json b/public/locales/en-GB.json index d3a27f02..dc3c2007 100644 --- a/public/locales/en-GB.json +++ b/public/locales/en-GB.json @@ -1,603 +1,611 @@ { - "langCode": "en-UK", - "langName": "English (UK)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theatre mode", - "title": "Automatically enables theatre mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "title": "Miscellaneous settings" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colour", - "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", - "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" - }, - "title": "On-Screen Display Settings", - "type": { - "label": "Type", - "options": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "en-UK", + "langName": "English (UK)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theatre mode", + "title": "Automatically enables theatre mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "title": "Miscellaneous settings" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colour", + "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", + "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" + }, + "title": "On-Screen Display Settings", + "type": { + "label": "Type", + "options": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/en-US.json b/public/locales/en-US.json index f1274b2a..44f8d0d0 100644 --- a/public/locales/en-US.json +++ b/public/locales/en-US.json @@ -14,6 +14,10 @@ "label": "Copy video URL with timestamp" } }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + }, "featureMenu": { "button": { "label": "Feature menu" @@ -344,6 +348,10 @@ "label": "Shorts auto scroll", "title": "Automatically scrolls to the next short" }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + }, "skipContinueWatching": { "label": "Skip \"Video is paused. Continue watching?\"", "title": "Skips the idle dialog that pauses video playback" diff --git a/public/locales/es-ES.json b/public/locales/es-ES.json index d0ff9eca..0df14676 100644 --- a/public/locales/es-ES.json +++ b/public/locales/es-ES.json @@ -1,603 +1,611 @@ { - "langCode": "es-ES", - "langName": "Español", - "messages": { - "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", - "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Captura de pantalla copiada al portapapeles" - }, - "videoHistory": { - "resumeButton": "Reanudar", - "resumePrompt": { - "close": "Cerrar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": "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." - }, - "success": { - "saved": "Opciones guardadas." - } - } - } - }, - "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": { - "enable": { - "label": "Habilitar ajuste automático de calidad", - "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Calidad del reproductor", - "title": "La calidad a la que establecer el vídeo" - }, - "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" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "reset": { - "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", - "value": "Reestablecer" - } - }, - "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": "Botón de repetición", - "maximizePlayerButton": "Maximizar botón", - "openTranscriptButton": "Abrir botón de transcripción", - "rewindButton": "Rewind button", - "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" - } - }, - "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" - }, - "title": "Ajustes de posición de los botones" - }, - "customCSS": { - "editor": { - "collapse": "Colapsar editor", - "expand": "Expandir editor", - "noProblems": "No se encontraron problemas." - }, - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite aplicar CSS personalizado a la página" - }, - "title": "Ajustes de CSS personalizados" - }, - "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ú" - }, - "title": "Configuración del menú" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "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" - }, - "title": "Idioma" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo cine automático", - "title": "Activar automáticamente el modo cine al cargar un vídeo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Ocultar barra de desplazamiento", - "title": "Oculta la barra de desplazamiento de la página" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "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" - }, - "maximizePlayerButton": { - "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" - }, - "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" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Línea", - "no_display": "No mostrar", - "text": "Texto" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidad de reproducción forzada", - "title": "Establece la velocidad del video a lo que elijas a continuación" - }, - "playbackSpeedButtons": { - "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" - }, - "select": { - "label": "Velocidad del reproductor", - "title": "La velocidad a la que ajustar el vídeo" - }, - "title": "Ajustes de velocidad de reproducción" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "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" - }, - "saveAs": { - "clipboard": "Portapapeles", - "file": "Archivo" - }, - "selectFormat": { - "label": "Formato de captura de pantalla", - "title": "El formato en el que guardar la captura de pantalla" - }, - "selectSaveAs": { - "label": "Método de guardado de captura de pantalla", - "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" - }, - "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": { - "label": "Activar al mantener pulsada la tecla modificadora", - "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": { - "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" - } - }, - "title": "Ajustes de control de volumen con la rueda del ratón" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "title": "Video history settings" - }, - "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." - } - }, - "title": "Ajustes de potenciado de volumen" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "es-ES", + "langName": "Español", + "messages": { + "resumingVideo": "Reanudando vídeo en {{VIDEO_TIME}}", + "settingVolume": "Ajustando el potenciador de volumen a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Captura de pantalla copiada al portapapeles" + }, + "videoHistory": { + "resumeButton": "Reanudar", + "resumePrompt": { + "close": "Cerrar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": "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." + }, + "success": { + "saved": "Opciones guardadas." + } + } + } + }, + "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": { + "enable": { + "label": "Habilitar ajuste automático de calidad", + "title": "Ajustar automáticamente la calidad del vídeo al nivel seleccionado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Calidad del reproductor", + "title": "La calidad a la que establecer el vídeo" + }, + "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" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "reset": { + "title": "Restablece todos los ajustes a sus valores predeterminados, haga clic en el botón de confirmar para guardar los cambios", + "value": "Reestablecer" + } + }, + "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": "Botón de repetición", + "maximizePlayerButton": "Maximizar botón", + "openTranscriptButton": "Abrir botón de transcripción", + "rewindButton": "Rewind button", + "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" + } + }, + "title": "Coloca el {{BUTTON_NAME}} a la {{PLACEMENT}}" + }, + "title": "Ajustes de posición de los botones" + }, + "customCSS": { + "editor": { + "collapse": "Colapsar editor", + "expand": "Expandir editor", + "noProblems": "No se encontraron problemas." + }, + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite aplicar CSS personalizado a la página" + }, + "title": "Ajustes de CSS personalizados" + }, + "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ú" + }, + "title": "Configuración del menú" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "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" + }, + "title": "Idioma" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo cine automático", + "title": "Activar automáticamente el modo cine al cargar un vídeo" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Ocultar barra de desplazamiento", + "title": "Oculta la barra de desplazamiento de la página" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "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" + }, + "maximizePlayerButton": { + "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" + }, + "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" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Línea", + "no_display": "No mostrar", + "text": "Texto" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidad de reproducción forzada", + "title": "Establece la velocidad del video a lo que elijas a continuación" + }, + "playbackSpeedButtons": { + "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" + }, + "select": { + "label": "Velocidad del reproductor", + "title": "La velocidad a la que ajustar el vídeo" + }, + "title": "Ajustes de velocidad de reproducción" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "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" + }, + "saveAs": { + "clipboard": "Portapapeles", + "file": "Archivo" + }, + "selectFormat": { + "label": "Formato de captura de pantalla", + "title": "El formato en el que guardar la captura de pantalla" + }, + "selectSaveAs": { + "label": "Método de guardado de captura de pantalla", + "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" + }, + "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": { + "label": "Activar al mantener pulsada la tecla modificadora", + "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": { + "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" + } + }, + "title": "Ajustes de control de volumen con la rueda del ratón" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "title": "Video history settings" + }, + "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." + } + }, + "title": "Ajustes de potenciado de volumen" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/fa-IR.json b/public/locales/fa-IR.json index 45926df7..02bf1905 100644 --- a/public/locales/fa-IR.json +++ b/public/locales/fa-IR.json @@ -1,603 +1,611 @@ { - "langCode": "fa-IR", - "langName": "فارسی", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "fa-IR", + "langName": "فارسی", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/fr-FR.json b/public/locales/fr-FR.json index 88bf70f5..f1613bd2 100644 --- a/public/locales/fr-FR.json +++ b/public/locales/fr-FR.json @@ -1,603 +1,611 @@ { - "langCode": "fr-FR", - "langName": "Français", - "messages": { - "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", - "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" - }, - "videoHistory": { - "resumeButton": "Reprendre", - "resumePrompt": { - "close": "Fermer" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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.", - "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." - } - } - }, - "info": { - "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." - }, - "success": { - "saved": "Options enregistrées." - } - } - } - }, - "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": { - "enable": { - "label": "Ajustement automatique de la résolution", - "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Résolution", - "title": "La vidéo aura cette résolution" - }, - "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" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "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": "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "Aucun problème détecté." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - }, - "title": "Paramètres du menu de fonctionnalités" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "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" - }, - "title": "Langue" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Mode cinéma automatique", - "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Cacher la barre de défilement", - "title": "Cache la barre de défilement des pages" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "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" - }, - "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" - }, - "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" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Ligne", - "no_display": "Cacher", - "text": "Texte" - }, - "title": "Sélectionnez le type d'affichage à l'écran" - } - }, - "playbackSpeed": { - "enable": { - "label": "Vitesse de lecture forcée", - "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" - }, - "playbackSpeedButtons": { - "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" - }, - "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": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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" - }, - "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": { - "label": "Activer lorsqu'une touche est maintenue", - "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": { - "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" - } - }, - "title": "Réglages du contrôle du volume par la molette de défilement" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "title": "Video history settings" - }, - "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." - } - }, - "title": "Réglages de du gain du volume" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "fr-FR", + "langName": "Français", + "messages": { + "resumingVideo": "Reprendre la vidéo à {{VIDEO_TIME}}", + "settingVolume": "Réglage de du gain du volume à {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Capture d'écran copiée dans le presse-papiers" + }, + "videoHistory": { + "resumeButton": "Reprendre", + "resumePrompt": { + "close": "Fermer" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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.", + "volumeControl": "La touche de contrôle de volume de la molette de défilement ne peut pas être la même que la touche de contrôle de la vitesse de défilement." + } + } + }, + "info": { + "reset": "Tous les paramètres ont été réinitialisés. \nVous pouvez maintenant sauvegarder les changements en cliquant sur le bouton \"Confirmer\" ou les annuler en fermant cette page ou ignorer cette notification." + }, + "success": { + "saved": "Options enregistrées." + } + } + } + }, + "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": { + "enable": { + "label": "Ajustement automatique de la résolution", + "title": "Ajuste automatiquement la résolution de la vidéo au niveau sélectionné." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Résolution", + "title": "La vidéo aura cette résolution" + }, + "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" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "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": "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "Aucun problème détecté." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + }, + "title": "Paramètres du menu de fonctionnalités" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "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" + }, + "title": "Langue" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Mode cinéma automatique", + "title": "Activer automatiquement le mode cinéma lorsque vous chargez une vidéo" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Cacher la barre de défilement", + "title": "Cache la barre de défilement des pages" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "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" + }, + "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" + }, + "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" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Ligne", + "no_display": "Cacher", + "text": "Texte" + }, + "title": "Sélectionnez le type d'affichage à l'écran" + } + }, + "playbackSpeed": { + "enable": { + "label": "Vitesse de lecture forcée", + "title": "Définit la vitesse de la vidéo comme choisie ci-dessous" + }, + "playbackSpeedButtons": { + "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" + }, + "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": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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" + }, + "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": { + "label": "Activer lorsqu'une touche est maintenue", + "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": { + "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" + } + }, + "title": "Réglages du contrôle du volume par la molette de défilement" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "title": "Video history settings" + }, + "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." + } + }, + "title": "Réglages de du gain du volume" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/he-IL.json b/public/locales/he-IL.json index 677d12c4..2560c108 100644 --- a/public/locales/he-IL.json +++ b/public/locales/he-IL.json @@ -1,603 +1,611 @@ { - "langCode": "he-IL", - "langName": "עברית", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "he-IL", + "langName": "עברית", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/hi-IN.json b/public/locales/hi-IN.json index 07ef1667..c4483f42 100644 --- a/public/locales/hi-IN.json +++ b/public/locales/hi-IN.json @@ -1,603 +1,611 @@ { - "langCode": "hi-IN", - "langName": "Hindi", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "hi-IN", + "langName": "Hindi", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/it-IT.json b/public/locales/it-IT.json index 5e2cdf27..93b4b4ba 100644 --- a/public/locales/it-IT.json +++ b/public/locales/it-IT.json @@ -1,603 +1,611 @@ { - "langCode": "it-IT", - "langName": "Italiano", - "messages": { - "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", - "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copiato!", - "label": "Copia URL video con temporizzazione" - } - }, - "featureMenu": { - "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": "Mostra le schede finali", - "on": "Nascondi le schede finali" - } - } - }, - "loopButton": { - "button": { - "label": "Ripeti", - "toggle": { - "off": "Ripetizione NO", - "on": "Ripetizione SÌ" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ingrandisci", - "toggle": { - "off": "Massimizza NO", - "on": "Massimizza SÌ" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Apri trascrizione" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Diminuisci velocità di {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Aumenta velocità di {{SPEED}}" - } - }, - "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", - "increaseLimit": "Impossibile aumentare ulteriormente ({{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." - }, - "screenshotButton": { - "button": { - "label": "Schermata" - }, - "copiedToClipboard": "Schermata copiata negli Appunti" - }, - "videoHistory": { - "resumeButton": "Riprendi", - "resumePrompt": { - "close": "Chiudi" - } - }, - "volumeBoostButton": { - "button": { - "label": "Aumento volume", - "toggle": { - "off": "Aumento volume NO", - "on": "Aumento volume SÌ" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "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": "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": "Opzioni salvate." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tutti i dati sono stati eliminati.", - "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Regolazione automatica qualità", - "title": "Regola automaticamente la qualità video al livello selezionato." - }, - "fallbackQualityStrategy": { - "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": "Qualità riproduttore", - "title": "La qualità alla quale impostare il video" - }, - "title": "Impostazioni qualità automatiche" - }, - "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 impostazioni estensione in una nuova scheda" - }, - "reset": { - "title": "Reimposta le impostazioni ai valori predefiniti, clicca il 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", - "openTranscriptButton": "Pulsante Apri trascrizione", - "rewindButton": "Pulsante Riavvolgi", - "screenshotButton": "Pulsante Schermata", - "volumeBoostButton": "Pulsante Aumento volume" - }, - "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": "A sinistra" - }, - "player_controls_right": { - "placement": "alla destra dei controlli di riproduzione", - "value": "A destra" - } - }, - "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Impostazioni posizione pulsante" - }, - "customCSS": { - "editor": { - "collapse": "Comprimi editor", - "expand": "Espandi editor", - "noProblems": "Nessun problema trovato." - }, - "enable": { - "label": "Abilita CSS personalizzato", - "title": "Abilita il CSS personalizzato da applicare alla pagina" - }, - "title": "Impostazioni CSS personalizzate" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Tipo attivazione menu'", - "options": { - "click": "Clic", - "hover": "Sorvola" - }, - "title": "Seleziona il metodo per attivare il menu' funzioni" - }, - "title": "Impostazioni menu' funzioni" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Abilita pulsanti avanti/riavvolgi", - "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" - }, - "time": { - "label": "Tempo avanzamento/riavvolgimento", - "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" - }, - "title": "Impostazioni pulsante Avanti / Riavvolgi" - }, - "importExportSettings": { - "exportButton": { - "success": "Impostazioni esportate correttamente", - "title": "Esporta impostazioni in un file JSON", - "value": "Esporta impostazioni" - }, - "importButton": { - "error": { - "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", - "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" - }, - "success": "Impostazioni importate correttamente", - "title": "Importa impostazioni da un file JSON", - "value": "Importa impostazioni" - } - }, - "language": { - "select": { - "label": "Lingua", - "title": "La lingua da usare per l'estensione" - }, - "title": "Lingua" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modalità teatro automatica", - "title": "Attiva automaticamente la modalità teatro quando carichi un video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Pulsante \"Copia URL video con temporizzazione\"", - "title": "Copia l'URL del video con la temporizzazione (?t=123)" - }, - "hideEndScreenCards": { - "label": "Nascondi le schede finali", - "title": "Nasconde le schede alla fine del video" - }, - "hideEndScreenCardsButton": { - "label": "Pulsante Nascondi schede finali", - "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" - }, - "hideLiveStreamChat": { - "label": "Nascondi chat live stream", - "title": "Nasconde la chat live stream" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Nascondi banner promozioni a pagamento", - "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" - }, - "hideScrollbar": { - "label": "Nascondi barra scorrimento", - "title": "Nasconde la barra di scorrimento delle pagine" - }, - "hideShorts": { - "label": "Nascondi blocchi", - "title": "Nasconde tutti i blocchi" - }, - "hideTranslateComment": { - "label": "Nascondi pulsante \"Traduci commento\"", - "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" - }, - "loopButton": { - "label": "Pulsante Ripeti", - "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" - }, - "maximizePlayerButton": { - "label": "Pulsante Ingrandisci riproduttore", - "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" - }, - "openTranscriptButton": { - "label": "Pulsante Apri trascrizione", - "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" - }, - "openYouTubeSettingsOnHover": { - "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": { - "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": "Tempo rimanente", - "title": "Mostra il tempo rimanente per il video che stai guardando" - }, - "rememberLastVolume": { - "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": "Rimuovi URL /redirect di YouTube", - "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" - }, - "shareShortener": { - "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": "Scorri al blocco", - "title": "Scorri automaticamente al prossimo blocco" - }, - "skipContinueWatching": { - "label": "Salta \"Video in pausa. Continuare a guardare?\"", - "title": "Salta la finestra che mette in pausa la riproduzione video" - } - }, - "title": "Impostazioni varie" - }, - "onScreenDisplaySettings": { - "color": { - "label": "Colore", - "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", - "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" - }, - "title": "Impostazioni schermo interattivo", - "type": { - "label": "Tipo", - "options": { - "circle": "Cerchio", - "line": "Linea", - "no_display": "Nessuno schermo", - "text": "Testuale" - }, - "title": "Seleziona il tipo di schermo interattivo" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocità forzata riproduzione", - "title": "Imposta la velocità del video a quella che scegli qui sotto" - }, - "playbackSpeedButtons": { - "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" - }, - "select": { - "label": "Velocità riproduttore", - "title": "La velocità alla quale impostare il video" - }, - "title": "Impostazioni velocità riproduzione" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "Pulsante Schermata", - "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" - }, - "saveAs": { - "clipboard": "Appunti", - "file": "File" - }, - "selectFormat": { - "label": "Formato schermata", - "title": "Il formato nel quale salvare la schermata" - }, - "selectSaveAs": { - "label": "Tipo salvataggio schermata", - "title": "Il tipo di salvataggio della schermata" - }, - "title": "Impostazioni schermata" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Cambio velocità con scorrimento", - "title": "Regola il cambio di velocità tramite scorrimento" - }, - "enable": { - "label": "Controllo velocità con scorrimento rotellina", - "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - }, - "title": "Impostazioni controllo velocità con rotellina" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Cambio volume con scorrimento", - "title": "Regola il cambio di volume tramite scorrimento" - }, - "enable": { - "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": "Abilita tenendo premuto il tasto modificatore", - "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." - }, - "optionLabel": "Tasto {{KEY}}", - "select": { - "label": "Tasto modificatore", - "title": "Il tasto modificatore da usare" - } - }, - "holdRightClick": { - "enable": { - "label": "Abilita tenendo premuto il tasto destro", - "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" - } - }, - "title": "Impostazioni controllo volume con rotellina" - }, - "settingSearch": { - "placeholder": "Cerca un'impostazione" - }, - "videoHistory": { - "enable": { - "label": "Traccia i video visti", - "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" - }, - "resumeType": { - "select": { - "label": "Tipo ripresa", - "options": { - "automatic": "Automatico", - "prompt": "Mostra" - }, - "title": "Seleziona come vuoi riprendere i video" - } - }, - "title": "Impostazioni cronologia video" - }, - "volumeBoost": { - "boostAmount": { - "label": "Aumento volume (dB)", - "title": "La quantità da aggiungere al volume" - }, - "enable": { - "label": "Aumento volume", - "title": "Abilita aumento 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": "Impostazioni aumento volume" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Autore", - "co-authors": "Co-autori", - "colors": { - "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" - }, - "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" - } - }, - "enable": { - "label": "Abilita tema selezionato", - "title": "Abilita il tema selezionato per la pagina" - }, - "select": { - "label": "Seleziona tema", - "title": "Seleziona un tema da applicare alla pagina" - }, - "title": "Impostazioni sfondo scuro di YouTube" - } - } - } -} + "langCode": "it-IT", + "langName": "Italiano", + "messages": { + "resumingVideo": "Video a {{VIDEO_TIME}} in ripresa", + "settingVolume": "Impostazione aumento volume a {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copiato!", + "label": "Copia URL video con temporizzazione" + } + }, + "featureMenu": { + "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": "Mostra le schede finali", + "on": "Nascondi le schede finali" + } + } + }, + "loopButton": { + "button": { + "label": "Ripeti", + "toggle": { + "off": "Ripetizione NO", + "on": "Ripetizione SÌ" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ingrandisci", + "toggle": { + "off": "Massimizza NO", + "on": "Massimizza SÌ" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Apri trascrizione" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Diminuisci velocità di {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Aumenta velocità di {{SPEED}}" + } + }, + "decreaseLimit": "Impossibile diminuire ulteriormente ({{SPEED}})", + "increaseLimit": "Impossibile aumentare ulteriormente ({{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." + }, + "screenshotButton": { + "button": { + "label": "Schermata" + }, + "copiedToClipboard": "Schermata copiata negli Appunti" + }, + "videoHistory": { + "resumeButton": "Riprendi", + "resumePrompt": { + "close": "Chiudi" + } + }, + "volumeBoostButton": { + "button": { + "label": "Aumento volume", + "toggle": { + "off": "Aumento volume NO", + "on": "Aumento volume SÌ" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "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": "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": "Opzioni salvate." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tutti i dati sono stati eliminati.", + "confirmAlert": "Questo eliminerà tutti i dati delle estensioni relativi alle opzioni. Continuare?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Regolazione automatica qualità", + "title": "Regola automaticamente la qualità video al livello selezionato." + }, + "fallbackQualityStrategy": { + "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": "Qualità riproduttore", + "title": "La qualità alla quale impostare il video" + }, + "title": "Impostazioni qualità automatiche" + }, + "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 impostazioni estensione in una nuova scheda" + }, + "reset": { + "title": "Reimposta le impostazioni ai valori predefiniti, clicca il 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", + "openTranscriptButton": "Pulsante Apri trascrizione", + "rewindButton": "Pulsante Riavvolgi", + "screenshotButton": "Pulsante Schermata", + "volumeBoostButton": "Pulsante Aumento volume" + }, + "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": "A sinistra" + }, + "player_controls_right": { + "placement": "alla destra dei controlli di riproduzione", + "value": "A destra" + } + }, + "title": "Posiziona {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Impostazioni posizione pulsante" + }, + "customCSS": { + "editor": { + "collapse": "Comprimi editor", + "expand": "Espandi editor", + "noProblems": "Nessun problema trovato." + }, + "enable": { + "label": "Abilita CSS personalizzato", + "title": "Abilita il CSS personalizzato da applicare alla pagina" + }, + "title": "Impostazioni CSS personalizzate" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Tipo attivazione menu'", + "options": { + "click": "Clic", + "hover": "Sorvola" + }, + "title": "Seleziona il metodo per attivare il menu' funzioni" + }, + "title": "Impostazioni menu' funzioni" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Abilita pulsanti avanti/riavvolgi", + "title": "Aggiunge i pulsanti avanti e riavvolgi al riproduttore video" + }, + "time": { + "label": "Tempo avanzamento/riavvolgimento", + "title": "Il periodo di tempo da usare per avanzare/riavvolgere il video" + }, + "title": "Impostazioni pulsante Avanti / Riavvolgi" + }, + "importExportSettings": { + "exportButton": { + "success": "Impostazioni esportate correttamente", + "title": "Esporta impostazioni in un file JSON", + "value": "Esporta impostazioni" + }, + "importButton": { + "error": { + "unknown": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\nSi è verificato un errore sconosciuto.", + "validation": "Errore nell'importazione delle impostazioni. Controllare il formato del file.\n{{ERROR_MESSAGE}}" + }, + "success": "Impostazioni importate correttamente", + "title": "Importa impostazioni da un file JSON", + "value": "Importa impostazioni" + } + }, + "language": { + "select": { + "label": "Lingua", + "title": "La lingua da usare per l'estensione" + }, + "title": "Lingua" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modalità teatro automatica", + "title": "Attiva automaticamente la modalità teatro quando carichi un video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Pulsante \"Copia URL video con temporizzazione\"", + "title": "Copia l'URL del video con la temporizzazione (?t=123)" + }, + "hideEndScreenCards": { + "label": "Nascondi le schede finali", + "title": "Nasconde le schede alla fine del video" + }, + "hideEndScreenCardsButton": { + "label": "Pulsante Nascondi schede finali", + "title": "Aggiunge un pulsante per mostrare/nascondere le schede alla fine del video" + }, + "hideLiveStreamChat": { + "label": "Nascondi chat live stream", + "title": "Nasconde la chat live stream" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Nascondi banner promozioni a pagamento", + "title": "Nasconde il banner con promozioni a pagamento che appare quando si guarda un video" + }, + "hideScrollbar": { + "label": "Nascondi barra scorrimento", + "title": "Nasconde la barra di scorrimento delle pagine" + }, + "hideShorts": { + "label": "Nascondi blocchi", + "title": "Nasconde tutti i blocchi" + }, + "hideTranslateComment": { + "label": "Nascondi pulsante \"Traduci commento\"", + "title": "Nasconde il pulsante 'Traduci in…' sotto i commenti" + }, + "loopButton": { + "label": "Pulsante Ripeti", + "title": "Aggiunge un pulsante al menu' funzioni per ripetere il video che stai guardando" + }, + "maximizePlayerButton": { + "label": "Pulsante Ingrandisci riproduttore", + "title": "Aggiunge un pulsante al menu' funzioni per ingrandire il riproduttore" + }, + "openTranscriptButton": { + "label": "Pulsante Apri trascrizione", + "title": "Aggiunge un pulsante al menu' funzioni per aprire la trascrizione del video che stai guardando" + }, + "openYouTubeSettingsOnHover": { + "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": { + "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": "Tempo rimanente", + "title": "Mostra il tempo rimanente per il video che stai guardando" + }, + "rememberLastVolume": { + "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": "Rimuovi URL /redirect di YouTube", + "title": "Rimpiazza il reindirizzamento di YouTube con gli URL attuali saltando il dialogo di avviso di reindirizzamento" + }, + "shareShortener": { + "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": "Scorri al blocco", + "title": "Scorri automaticamente al prossimo blocco" + }, + "skipContinueWatching": { + "label": "Salta \"Video in pausa. Continuare a guardare?\"", + "title": "Salta la finestra che mette in pausa la riproduzione video" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "title": "Impostazioni varie" + }, + "onScreenDisplaySettings": { + "color": { + "label": "Colore", + "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", + "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" + }, + "title": "Impostazioni schermo interattivo", + "type": { + "label": "Tipo", + "options": { + "circle": "Cerchio", + "line": "Linea", + "no_display": "Nessuno schermo", + "text": "Testuale" + }, + "title": "Seleziona il tipo di schermo interattivo" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocità forzata riproduzione", + "title": "Imposta la velocità del video a quella che scegli qui sotto" + }, + "playbackSpeedButtons": { + "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" + }, + "select": { + "label": "Velocità riproduttore", + "title": "La velocità alla quale impostare il video" + }, + "title": "Impostazioni velocità riproduzione" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "Pulsante Schermata", + "title": "Aggiunge un pulsante al riproduttore per catturare una schermata del video" + }, + "saveAs": { + "clipboard": "Appunti", + "file": "File" + }, + "selectFormat": { + "label": "Formato schermata", + "title": "Il formato nel quale salvare la schermata" + }, + "selectSaveAs": { + "label": "Tipo salvataggio schermata", + "title": "Il tipo di salvataggio della schermata" + }, + "title": "Impostazioni schermata" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Cambio velocità con scorrimento", + "title": "Regola il cambio di velocità tramite scorrimento" + }, + "enable": { + "label": "Controllo velocità con scorrimento rotellina", + "title": "Premi un tasto modificatore per abilitare la regolazione della velocità con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + }, + "title": "Impostazioni controllo velocità con rotellina" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Cambio volume con scorrimento", + "title": "Regola il cambio di volume tramite scorrimento" + }, + "enable": { + "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": "Abilita tenendo premuto il tasto modificatore", + "title": "Premi un tasto modificatore per abilitare la regolazione del volume con la rotellina." + }, + "optionLabel": "Tasto {{KEY}}", + "select": { + "label": "Tasto modificatore", + "title": "Il tasto modificatore da usare" + } + }, + "holdRightClick": { + "enable": { + "label": "Abilita tenendo premuto il tasto destro", + "title": "Tieni premuto il tasto destro per abilitare il controllo del volume con la rotellina" + } + }, + "title": "Impostazioni controllo volume con rotellina" + }, + "settingSearch": { + "placeholder": "Cerca un'impostazione" + }, + "videoHistory": { + "enable": { + "label": "Traccia i video visti", + "title": "Tiene traccia di dove hai lasciato i video che stavi guardando e abilita la ripresa della riproduzione" + }, + "resumeType": { + "select": { + "label": "Tipo ripresa", + "options": { + "automatic": "Automatico", + "prompt": "Mostra" + }, + "title": "Seleziona come vuoi riprendere i video" + } + }, + "title": "Impostazioni cronologia video" + }, + "volumeBoost": { + "boostAmount": { + "label": "Aumento volume (dB)", + "title": "La quantità da aggiungere al volume" + }, + "enable": { + "label": "Aumento volume", + "title": "Abilita aumento 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": "Impostazioni aumento volume" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Autore", + "co-authors": "Co-autori", + "colors": { + "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" + }, + "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" + } + }, + "enable": { + "label": "Abilita tema selezionato", + "title": "Abilita il tema selezionato per la pagina" + }, + "select": { + "label": "Seleziona tema", + "title": "Seleziona un tema da applicare alla pagina" + }, + "title": "Impostazioni sfondo scuro di YouTube" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ja-JP.json b/public/locales/ja-JP.json index 11d7a147..3b9801ea 100644 --- a/public/locales/ja-JP.json +++ b/public/locales/ja-JP.json @@ -1,603 +1,611 @@ { - "langCode": "ja-JP", - "langName": "日本語", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", - "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "コピー完了!", - "label": "タイムスタンプ付きの動画URLをコピーする" - } - }, - "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": "最大表示オン" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "文字起こしを見せる" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で下げする" - }, - "increasePlaybackSpeedButton": { - "label": "再生速度を{{SPEED}}で上げする" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "スクリーンショット" - }, - "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" - }, - "videoHistory": { - "resumeButton": "レジューム", - "resumePrompt": { - "close": "終了" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量ブースト", - "toggle": { - "off": "音量ブーストオフ", - "on": "音量ブーストオン" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", - "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" - } - } - }, - "info": { - "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" - }, - "success": { - "saved": "選択がセーブしました" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "すべてのデータが削除されました。", - "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "自動画質調整", - "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "画質フォールバック対策", - "options": { - "higher": "上位", - "lower": "下位" - }, - "title": "使用不能選択中画質ときに対策使ってする" - } - }, - "select": { - "label": "プレイヤーの動画質", - "title": "動画の画質に設定する" - }, - "title": "自動画質設定" - }, - "bottomButtons": { - "clear": { - "title": "マシンに保存されているすべてのエクステンションデータを消去します", - "value": "データの消去" - }, - "confirm": { - "title": "設定リセットを確認する", - "value": "確認" - }, - "openTab": { - "title": "新しいブラウザタブに拡張機能設定を開けるする" - }, - "reset": { - "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", - "value": "リセット" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", - "decreasePlaybackSpeedButton": "速度を下げるボタン", - "forwardButton": "早送ボタン", - "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", - "increasePlaybackSpeedButton": "速度を上げるボタン", - "loopButton": "ループボタン", - "maximizePlayerButton": "最大表示ボタン", - "openTranscriptButton": "文字起こしを見せるボタン", - "rewindButton": "リワインドボタン", - "screenshotButton": "スクリーンショットボタン", - "volumeBoostButton": "音量ブーストボタン" - }, - "options": { - "below_player": { - "placement": "プレイヤーコントローラーの下", - "value": "プレイヤーの下" - }, - "feature_menu": { - "placement": "フィーチャー・メニューの中", - "value": "フィーチャー・メニュー" - }, - "player_controls_left": { - "placement": "プレイヤーコントローラーの左側", - "value": "左のコントロール" - }, - "player_controls_right": { - "placement": "プレイヤーコントローラーの右側", - "value": "右のコントロール" - } - }, - "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" - }, - "title": "ボタン置き方設定" - }, - "customCSS": { - "editor": { - "collapse": "エディターを最小化する", - "expand": "エディターを広げる", - "noProblems": "構文に問題はありませんでした。" - }, - "enable": { - "label": "カスタムCSSを可能にする", - "title": "ページに適用するカスタムCSSを可能にする" - }, - "title": "カスタムCSS設定" - }, - "featureMenu": { - "openType": { - "select": { - "label": "メニューの有効化型", - "options": { - "click": "ボタンクリック", - "hover": "マウスホバー" - }, - "title": "フィーチャー・メニューを有効化にする方法を選択します" - }, - "title": "フィーチャー・メニュー設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "早送/リワインドボタンを可能にする", - "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" - }, - "time": { - "label": "早送/リワインド時間", - "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": "言語" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動シアターモード", - "title": "動画の読み込み時に自動的にシアターモードを有効にする" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "タイムスタンプ付きの動画URLをコピーのボタン", - "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" - }, - "hideEndScreenCards": { - "label": "終了画面のカードを非表示にする", - "title": "動画の終了で画面カードを非表示にする" - }, - "hideEndScreenCardsButton": { - "label": "終了画面のカードボタンを非表示にする", - "title": "終了画面でボタンなカードを見せるか隠すに追加する" - }, - "hideLiveStreamChat": { - "label": "配信チャットを隠す", - "title": "配信チャットを隠する" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "有料プロモーションバナーを隠す", - "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" - }, - "hideScrollbar": { - "label": "スクロールバー隠す機能", - "title": "ページのスクロールバーを隠す" - }, - "hideShorts": { - "label": "ショートを隠す", - "title": "全ショートを隠す" - }, - "hideTranslateComment": { - "label": "コメント翻訳ボタンを隠す", - "title": "コメントの下で「言語に翻訳する」ボタンを隠する" - }, - "loopButton": { - "label": "動画ループボタン", - "title": "動画をループするボタンをフィーチャー・メニューに追加する" - }, - "maximizePlayerButton": { - "label": "最大化ボタン", - "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" - }, - "openTranscriptButton": { - "label": "文字起こしを見せるボタン", - "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" - }, - "openYouTubeSettingsOnHover": { - "label": "マウスを合わせでYouTubeの設定を開ける", - "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" - }, - "pauseBackgroundPlayers": { - "label": "背後タブのビデオプレイヤーを一時停止", - "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" - }, - "remainingTime": { - "label": "残り時間", - "title": "動画の残り時間を表示します" - }, - "rememberLastVolume": { - "label": "前音量を覚える", - "title": "新ビデオの音量を前動画の音量に変化する。" - }, - "removeRedirect": { - "label": "YouTubeのリダイレクトURLを削除する", - "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" - }, - "shareShortener": { - "label": "YouTube動画のURLを短縮する", - "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" - }, - "shortsAutoScroll": { - "label": "ショートの自動スクロール", - "title": "次のショートを自動にスクロールする" - }, - "skipContinueWatching": { - "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": { - "circle": "円形", - "line": "ライン", - "no_display": "見せない", - "text": "テキスト" - }, - "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制再生速度", - "title": "強制再生速度を可能にする" - }, - "playbackSpeedButtons": { - "label": "再生速度ボタン", - "select": { - "label": "再生ボタン速度", - "title": "マウスクリックに速度を変化する量" - }, - "title": "動画の再生速度を上げか下げボタンに追加する" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "スクリーンショットボタン", - "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" - }, - "saveAs": { - "clipboard": "クリップボード", - "file": "ファイル" - }, - "selectFormat": { - "label": "スクリーンショットフォーマット", - "title": "スクリーンショットを保存するフォーマット" - }, - "selectSaveAs": { - "label": "スクリーンショットセーブ型", - "title": "スクリーンショットのセーブ型" - }, - "title": "スクリーンショット設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "スクロールごとの速度変化", - "title": "スクロールごとの速度変化の分量をする" - }, - "enable": { - "label": "スクロールホイール再生速度制御", - "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選ぶ" - }, - "title": "スクロールホイール再生速度制御設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "スクロールごとの音量変化", - "title": "スクロールごとの音量変化の分量をする" - }, - "enable": { - "label": "スクロールホイール音量制御", - "title": "スクロールホイールを使用して、ビデオの音量を制御する。" - }, - "holdModifierKey": { - "enable": { - "label": "キーバインドに押さえる", - "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" - }, - "optionLabel": "{{KEY}} キー", - "select": { - "label": "キーバインド", - "title": "キーバインド選択選べる" - } - }, - "holdRightClick": { - "enable": { - "label": "右クリックに押さえるで可能にする", - "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" - } - }, - "title": "スクロールホイール音量制御設定" - }, - "settingSearch": { - "placeholder": "設定を探す" - }, - "videoHistory": { - "enable": { - "label": "視聴した動画に追跡をつける", - "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" - }, - "resumeType": { - "select": { - "label": "レジューム型", - "options": { - "automatic": "自動", - "prompt": "入力要求" - }, - "title": "動画をレジュームするの方法を選択します" - } - }, - "title": "動画履歴設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量ブーストの量(dB)", - "title": "音量を上げる量" - }, - "enable": { - "label": "音量ブースト", - "title": "音量ブーストを可能にする" - }, - "mode": { - "select": { - "label": "音量ブースト型", - "options": { - "global": "全て", - "perVideo": "動画ごと" - }, - "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" - } - }, - "title": "音量ブーストの設定" - }, - "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" - }, - "youtubeDeepDark": { - "author": "作家", - "co-authors": "共同作家", - "colors": { - "colorShadow": { - "label": "陰の色", - "title": "陰の色" - }, - "dimmerText": { - "label": "二の次テキストの色", - "title": "二の次テキストの色" - }, - "hoverBackground": { - "label": "背景マウスホバーの色", - "title": "背景マウスホバーの色" - }, - "mainBackground": { - "label": "主背景色", - "title": "主背景の色" - }, - "mainColor": { - "label": "アクセント色", - "title": "アクセントの色" - }, - "mainText": { - "label": "メインテキスト色", - "title": "メインテキストの色" - }, - "secondBackground": { - "label": "二次背景色", - "title": "二次背景の色" - } - }, - "enable": { - "label": "選択中テーマを可能にする", - "title": "選択中ページにテーマを可能にする" - }, - "select": { - "label": "テーマを選択", - "title": "ページのテーマを選択選べしてください" - }, - "title": "YouTubeディープダーク設定" - } - } - } -} + "langCode": "ja-JP", + "langName": "日本語", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} から動画をレジュームする", + "settingVolume": "音量ブーストを{{VOLUME_BOOST_AMOUNT}}に設定中" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "コピー完了!", + "label": "タイムスタンプ付きの動画URLをコピーする" + } + }, + "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": "最大表示オン" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "文字起こしを見せる" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で下げする" + }, + "increasePlaybackSpeedButton": { + "label": "再生速度を{{SPEED}}で上げする" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "スクリーンショット" + }, + "copiedToClipboard": "スクリーンショットをクリップボードにコピーしました" + }, + "videoHistory": { + "resumeButton": "レジューム", + "resumePrompt": { + "close": "終了" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量ブースト", + "toggle": { + "off": "音量ブーストオフ", + "on": "音量ブーストオン" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "スクロールホイール再生速度制御キーバインドは、スクロールホイール音量制御キーバインドと同じにすることはできません。", + "volumeControl": "スクロールホイール音量制御キーバインドは、スクロールホイール再生速度制御キーバインドと同じにすることはできません。" + } + } + }, + "info": { + "reset": "全てのオプションが省略時値でリセットしました。\n今変化を「確認」抓みでクリックするとセーブは可能するかページを閉じるで変化を破棄するかこの通知を捨て置くするは可能です。" + }, + "success": { + "saved": "選択がセーブしました" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "すべてのデータが削除されました。", + "confirmAlert": "オプションに関連するすべてのデータを削除します。続行しますか?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "自動画質調整", + "title": "選択したレベルに合わせて動画の画質を自動的に調整します。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "画質フォールバック対策", + "options": { + "higher": "上位", + "lower": "下位" + }, + "title": "使用不能選択中画質ときに対策使ってする" + } + }, + "select": { + "label": "プレイヤーの動画質", + "title": "動画の画質に設定する" + }, + "title": "自動画質設定" + }, + "bottomButtons": { + "clear": { + "title": "マシンに保存されているすべてのエクステンションデータを消去します", + "value": "データの消去" + }, + "confirm": { + "title": "設定リセットを確認する", + "value": "確認" + }, + "openTab": { + "title": "新しいブラウザタブに拡張機能設定を開けるする" + }, + "reset": { + "title": "すべての設定をデフォルトにリセットします。「確認」ボタンをクリックして変更を保存します。", + "value": "リセット" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "タイムスタンプ付きの動画URLをコピーのボタン", + "decreasePlaybackSpeedButton": "速度を下げるボタン", + "forwardButton": "早送ボタン", + "hideEndScreenCardsButton": "終了画面のカードボタンを非表示にする", + "increasePlaybackSpeedButton": "速度を上げるボタン", + "loopButton": "ループボタン", + "maximizePlayerButton": "最大表示ボタン", + "openTranscriptButton": "文字起こしを見せるボタン", + "rewindButton": "リワインドボタン", + "screenshotButton": "スクリーンショットボタン", + "volumeBoostButton": "音量ブーストボタン" + }, + "options": { + "below_player": { + "placement": "プレイヤーコントローラーの下", + "value": "プレイヤーの下" + }, + "feature_menu": { + "placement": "フィーチャー・メニューの中", + "value": "フィーチャー・メニュー" + }, + "player_controls_left": { + "placement": "プレイヤーコントローラーの左側", + "value": "左のコントロール" + }, + "player_controls_right": { + "placement": "プレイヤーコントローラーの右側", + "value": "右のコントロール" + } + }, + "title": "{{PLACEMENT}}に{{BUTTON_NAME}}を置き方する" + }, + "title": "ボタン置き方設定" + }, + "customCSS": { + "editor": { + "collapse": "エディターを最小化する", + "expand": "エディターを広げる", + "noProblems": "構文に問題はありませんでした。" + }, + "enable": { + "label": "カスタムCSSを可能にする", + "title": "ページに適用するカスタムCSSを可能にする" + }, + "title": "カスタムCSS設定" + }, + "featureMenu": { + "openType": { + "select": { + "label": "メニューの有効化型", + "options": { + "click": "ボタンクリック", + "hover": "マウスホバー" + }, + "title": "フィーチャー・メニューを有効化にする方法を選択します" + }, + "title": "フィーチャー・メニュー設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "早送/リワインドボタンを可能にする", + "title": "早送ボタンとリワインドボタンをビデオ・プレーヤーに追加する" + }, + "time": { + "label": "早送/リワインド時間", + "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": "言語" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動シアターモード", + "title": "動画の読み込み時に自動的にシアターモードを有効にする" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "タイムスタンプ付きの動画URLをコピーのボタン", + "title": "タイムスタンプ付きの動画URLをコピーする (?t=123)" + }, + "hideEndScreenCards": { + "label": "終了画面のカードを非表示にする", + "title": "動画の終了で画面カードを非表示にする" + }, + "hideEndScreenCardsButton": { + "label": "終了画面のカードボタンを非表示にする", + "title": "終了画面でボタンなカードを見せるか隠すに追加する" + }, + "hideLiveStreamChat": { + "label": "配信チャットを隠す", + "title": "配信チャットを隠する" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "有料プロモーションバナーを隠す", + "title": "有料プロモーションのある動画を視聴したときに表示されるバナーを隠すします" + }, + "hideScrollbar": { + "label": "スクロールバー隠す機能", + "title": "ページのスクロールバーを隠す" + }, + "hideShorts": { + "label": "ショートを隠す", + "title": "全ショートを隠す" + }, + "hideTranslateComment": { + "label": "コメント翻訳ボタンを隠す", + "title": "コメントの下で「言語に翻訳する」ボタンを隠する" + }, + "loopButton": { + "label": "動画ループボタン", + "title": "動画をループするボタンをフィーチャー・メニューに追加する" + }, + "maximizePlayerButton": { + "label": "最大化ボタン", + "title": "プレイヤーを最大化するボタンをフィーチャー・メニューに追加する" + }, + "openTranscriptButton": { + "label": "文字起こしを見せるボタン", + "title": "動画の文字起こしを見せるするボタンをフィーチャー・メニューに追加する" + }, + "openYouTubeSettingsOnHover": { + "label": "マウスを合わせでYouTubeの設定を開ける", + "title": "設定ボタンにマウスを合わせたときにYouTubeの設定メニューを開けてする" + }, + "pauseBackgroundPlayers": { + "label": "背後タブのビデオプレイヤーを一時停止", + "title": "前景タブに新規プレイヤー開始にして、背後タブのビデオプレイヤーを一時停止します" + }, + "remainingTime": { + "label": "残り時間", + "title": "動画の残り時間を表示します" + }, + "rememberLastVolume": { + "label": "前音量を覚える", + "title": "新ビデオの音量を前動画の音量に変化する。" + }, + "removeRedirect": { + "label": "YouTubeのリダイレクトURLを削除する", + "title": "YouTubeリダイレクトを実物なURLを換えして、リダイレクト注意を抜かします" + }, + "shareShortener": { + "label": "YouTube動画のURLを短縮する", + "title": "YouTube動画のURLに機能パラメータを削除して短縮する(youtu.be)" + }, + "shortsAutoScroll": { + "label": "ショートの自動スクロール", + "title": "次のショートを自動にスクロールする" + }, + "skipContinueWatching": { + "label": "「動画が一時停止されました。続きを視聴しますか?」を抜かする", + "title": "動画一時休止する休眠メッセージを抜かされます" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "円形", + "line": "ライン", + "no_display": "見せない", + "text": "テキスト" + }, + "title": "オンスクリーンディスプレイ(OSD)型を選択選ぶ" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制再生速度", + "title": "強制再生速度を可能にする" + }, + "playbackSpeedButtons": { + "label": "再生速度ボタン", + "select": { + "label": "再生ボタン速度", + "title": "マウスクリックに速度を変化する量" + }, + "title": "動画の再生速度を上げか下げボタンに追加する" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "スクリーンショットボタン", + "title": "動画をスクリーンショット撮るするボタンをビデオ・プレーヤーに追加する" + }, + "saveAs": { + "clipboard": "クリップボード", + "file": "ファイル" + }, + "selectFormat": { + "label": "スクリーンショットフォーマット", + "title": "スクリーンショットを保存するフォーマット" + }, + "selectSaveAs": { + "label": "スクリーンショットセーブ型", + "title": "スクリーンショットのセーブ型" + }, + "title": "スクリーンショット設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "スクロールごとの速度変化", + "title": "スクロールごとの速度変化の分量をする" + }, + "enable": { + "label": "スクロールホイール再生速度制御", + "title": "キーバインドを押さえるでスクロールホイール再生速度制御可能にさせる。" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選ぶ" + }, + "title": "スクロールホイール再生速度制御設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "スクロールごとの音量変化", + "title": "スクロールごとの音量変化の分量をする" + }, + "enable": { + "label": "スクロールホイール音量制御", + "title": "スクロールホイールを使用して、ビデオの音量を制御する。" + }, + "holdModifierKey": { + "enable": { + "label": "キーバインドに押さえる", + "title": "キーバインドを押さえるでスクロールホイール音量制御可能にさせる" + }, + "optionLabel": "{{KEY}} キー", + "select": { + "label": "キーバインド", + "title": "キーバインド選択選べる" + } + }, + "holdRightClick": { + "enable": { + "label": "右クリックに押さえるで可能にする", + "title": "右クリックに押さえるでスクロールホイール音量制御可能にする" + } + }, + "title": "スクロールホイール音量制御設定" + }, + "settingSearch": { + "placeholder": "設定を探す" + }, + "videoHistory": { + "enable": { + "label": "視聴した動画に追跡をつける", + "title": "再生を再開できるように、視聴中の動画で中断した場所を追跡します" + }, + "resumeType": { + "select": { + "label": "レジューム型", + "options": { + "automatic": "自動", + "prompt": "入力要求" + }, + "title": "動画をレジュームするの方法を選択します" + } + }, + "title": "動画履歴設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量ブーストの量(dB)", + "title": "音量を上げる量" + }, + "enable": { + "label": "音量ブースト", + "title": "音量ブーストを可能にする" + }, + "mode": { + "select": { + "label": "音量ブースト型", + "options": { + "global": "全て", + "perVideo": "動画ごと" + }, + "title": "音量ブーストの適用方法を選択します。「動画ごと」は別々の動画ごとを音量ブーストに可能する。「全て」は全ての動画を音量ブーストに付ける。" + } + }, + "title": "音量ブーストの設定" + }, + "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" + }, + "youtubeDeepDark": { + "author": "作家", + "co-authors": "共同作家", + "colors": { + "colorShadow": { + "label": "陰の色", + "title": "陰の色" + }, + "dimmerText": { + "label": "二の次テキストの色", + "title": "二の次テキストの色" + }, + "hoverBackground": { + "label": "背景マウスホバーの色", + "title": "背景マウスホバーの色" + }, + "mainBackground": { + "label": "主背景色", + "title": "主背景の色" + }, + "mainColor": { + "label": "アクセント色", + "title": "アクセントの色" + }, + "mainText": { + "label": "メインテキスト色", + "title": "メインテキストの色" + }, + "secondBackground": { + "label": "二次背景色", + "title": "二次背景の色" + } + }, + "enable": { + "label": "選択中テーマを可能にする", + "title": "選択中ページにテーマを可能にする" + }, + "select": { + "label": "テーマを選択", + "title": "ページのテーマを選択選べしてください" + }, + "title": "YouTubeディープダーク設定" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ko-KR.json b/public/locales/ko-KR.json index 9f37c936..2b9bdd28 100644 --- a/public/locales/ko-KR.json +++ b/public/locales/ko-KR.json @@ -1,603 +1,611 @@ { - "langCode": "ko-KR", - "langName": "한국어", - "messages": { - "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", - "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "복사되었습니다.", - "label": "현재 시간 주소 복사" - } - }, - "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": "켜기" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "스크립트 보기" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - }, - "increasePlaybackSpeedButton": { - "label": "재생 속도를 {{SPEED}} 로 변경" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "스크린샷" - }, - "copiedToClipboard": "현재 화면 클립보드에 복사" - }, - "videoHistory": { - "resumeButton": "이어서 시청하기", - "resumePrompt": { - "close": "닫기" - } - }, - "volumeBoostButton": { - "button": { - "label": "볼륨 부스트", - "toggle": { - "off": "볼륨 부스트 끄기", - "on": "볼륨 부스트 켜기" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "중복되는 키가 설정되어 있습니다.", - "volumeControl": "중복되는 키가 설정되어 있습니다." - } - } - }, - "info": { - "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." - }, - "success": { - "saved": "저장되었습니다." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "모든 데이터가 삭제되었습니다.", - "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "화질 설정", - "title": "영상의 화질이 자동으로 변경됩니다." - }, - "fallbackQualityStrategy": { - "select": { - "label": "화질 대체", - "options": { - "higher": "높음", - "lower": "낮음" - }, - "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." - } - }, - "select": { - "label": "동영상 화질", - "title": "항상 선택한 화질로 동영상이 재생됩니다." - }, - "title": "동영상 화질 자동 변경" - }, - "bottomButtons": { - "clear": { - "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", - "value": "데이터 삭제" - }, - "confirm": { - "title": "작업을 진행하려면 다시 누르세요", - "value": "확인" - }, - "openTab": { - "title": "새 탭에서 설정 열기" - }, - "reset": { - "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", - "value": "초기화" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", - "decreasePlaybackSpeedButton": "속도 조절 버튼", - "forwardButton": "빨리 감기 버튼", - "hideEndScreenCardsButton": "최종 화면 숨기기", - "increasePlaybackSpeedButton": "속도 조절 버튼", - "loopButton": "연속 재생 버튼", - "maximizePlayerButton": "화면 크기에 맞추기 버튼", - "openTranscriptButton": "스크립트 보기 버튼", - "rewindButton": "되감기 버튼", - "screenshotButton": "스크린샷 버튼", - "volumeBoostButton": "볼륨 부스트 버튼" - }, - "options": { - "below_player": { - "placement": "플레이어 컨트롤 아래", - "value": "아래" - }, - "feature_menu": { - "placement": "추가 기능 버튼", - "value": "추가 기능" - }, - "player_controls_left": { - "placement": "플레이어 컨트롤의 왼쪽", - "value": "왼쪽" - }, - "player_controls_right": { - "placement": "플레이어 컨트롤의 오른쪽", - "value": "오른쪽" - } - }, - "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" - }, - "title": "버튼 배치 설정" - }, - "customCSS": { - "editor": { - "collapse": "편집기 축소", - "expand": "편집기 확대", - "noProblems": "발견된 문제가 없습니다." - }, - "enable": { - "label": "CSS 커스텀 활성화", - "title": "커스텀 CSS를 적용할 수 있습니다." - }, - "title": "커스텀 CSS 설정" - }, - "featureMenu": { - "openType": { - "select": { - "label": "메뉴 활성화 방식", - "options": { - "click": "클릭 시", - "hover": "마우스 커서를 올릴 때" - }, - "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" - }, - "title": "추가 기능 설정" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "되감기/빨리 감기 버튼 사용", - "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." - }, - "time": { - "label": "되감기/빨리 감기 시간", - "title": "되감기/빨리 감기 시간" - }, - "title": "되감기/빨리 감기 버튼 설정" - }, - "importExportSettings": { - "exportButton": { - "success": "설정을 성공적으로 내보냈습니다.", - "title": "설정 JSON로 내보내기", - "value": "설정 내보내기" - }, - "importButton": { - "error": { - "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", - "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" - }, - "success": "설정 파일을 성공적으로 가져왔습니다.", - "title": "JSON 파일에서 설정 가져오기", - "value": "설정 가져오기" - } - }, - "language": { - "select": { - "label": "언어", - "title": "이곳에서 언어를 변경할 수 있습니다." - }, - "title": "언어" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "자동 극장 모드", - "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "현재 시간 주소 복사 버튼", - "title": "현재 시간 주소 복사 (?t=123)" - }, - "hideEndScreenCards": { - "label": "최종 화면 숨기기", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." - }, - "hideEndScreenCardsButton": { - "label": "최종 화면 숨기기 버튼", - "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." - }, - "hideLiveStreamChat": { - "label": "실시간 채팅 숨기기", - "title": "실시간 채팅 레이아웃을 숨깁니다." - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "유료 광고 배너 숨기기", - "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." - }, - "hideScrollbar": { - "label": "스크롤바 숨기기", - "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" - }, - "hideShorts": { - "label": "쇼츠 숨기기", - "title": "쇼츠 동영상들을 숨깁니다." - }, - "hideTranslateComment": { - "label": "댓글 번역 버튼 숨기기", - "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." - }, - "loopButton": { - "label": "연속 재생 버튼", - "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." - }, - "maximizePlayerButton": { - "label": "화면 크기에 맞추기 버튼", - "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." - }, - "openTranscriptButton": { - "label": "스크립트 보기 버튼", - "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." - }, - "openYouTubeSettingsOnHover": { - "label": "마우스 커서를 올려 유튜브 설정 열기", - "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." - }, - "pauseBackgroundPlayers": { - "label": "백그라운드 플레이어 일시 중지", - "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." - }, - "remainingTime": { - "label": "남은 시간 표시", - "title": "현재 동영상의 남은 시간을 표시합니다." - }, - "rememberLastVolume": { - "label": "마지막 볼륨 기억", - "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." - }, - "removeRedirect": { - "label": "유튜브 / 리디렉션 URL 제거", - "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." - }, - "shareShortener": { - "label": "유튜브 동영상 공유 링크 짧게하기", - "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" - }, - "shortsAutoScroll": { - "label": "쇼츠 동영상 자동 스크롤", - "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." - }, - "skipContinueWatching": { - "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": { - "circle": "원형", - "line": "선", - "no_display": "표시 안 함", - "text": "텍스트" - }, - "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." - } - }, - "playbackSpeed": { - "enable": { - "label": "재생 속도 고정", - "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." - }, - "playbackSpeedButtons": { - "label": "재생 속도 버튼", - "select": { - "label": "재생 속도 버튼", - "title": "클릭당 변경되는 속도 단위" - }, - "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "스크린샷 버튼", - "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." - }, - "saveAs": { - "clipboard": "클립보드로 복사", - "file": "파일로 저장" - }, - "selectFormat": { - "label": "캡처 방법", - "title": "스크린샷을 저장하는 방식" - }, - "selectSaveAs": { - "label": "스크린샷 저장 방식", - "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." - }, - "title": "스크린샷 설정" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "스크롤 당 속도 변경", - "title": "스크롤에 따라 속도가 조절됩니다." - }, - "enable": { - "label": "스크롤 휠로 속도 제어", - "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동이 됩니다." - }, - "title": "스크롤 휠 속도 제어 설정" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "스크롤 당 볼륨 조절", - "title": "스크롤에 따라 볼륨이 조절됩니다." - }, - "enable": { - "label": "스크롤로 볼륨 조절", - "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." - }, - "holdModifierKey": { - "enable": { - "label": "보조 키를 누를 때 활성화", - "title": "보조 키와 함께 사용해야 작동합니다." - }, - "optionLabel": "{{KEY}}", - "select": { - "label": "보조 키", - "title": "보조 키와 함께 사용해야 작동합니다." - } - }, - "holdRightClick": { - "enable": { - "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", - "title": "우클릭 상태로 스크롤 하세요" - } - }, - "title": "스크롤 휠로 볼륨 조절 설정" - }, - "settingSearch": { - "placeholder": "설정 검색" - }, - "videoHistory": { - "enable": { - "label": "시청한 동영상 기억", - "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." - }, - "resumeType": { - "select": { - "label": "이어서 시청하기", - "options": { - "automatic": "자동", - "prompt": "팝업 클릭" - }, - "title": "이어서 시청하는 방법 선택" - } - }, - "title": "동영상 시청 기록 설정" - }, - "volumeBoost": { - "boostAmount": { - "label": "부피 부스트(dB)", - "title": "높을 수록 소리가 커집니다." - }, - "enable": { - "label": "볼륨 부스트", - "title": "볼륨 부스트 켜기" - }, - "mode": { - "select": { - "label": "볼륨 부스트 적용 방법", - "options": { - "global": "전체", - "perVideo": "개별 동영상" - }, - "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." - } - }, - "title": "볼륨 부스트 설정" - }, - "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" - }, - "youtubeDeepDark": { - "author": "개발자", - "co-authors": "도와주신분들", - "colors": { - "colorShadow": { - "label": "그림자 색상", - "title": "그림자 색상" - }, - "dimmerText": { - "label": "보조 텍스트 색상", - "title": "보조 텍스트의 색상" - }, - "hoverBackground": { - "label": "마우스 커서를 올렸을 때 색상", - "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." - }, - "mainBackground": { - "label": "메인 배경 색상", - "title": "메인 백그라운드 색상을 변경합니다." - }, - "mainColor": { - "label": "강조 색상", - "title": "강조할 색상을 선택하세요" - }, - "mainText": { - "label": "메인 텍스트 색상", - "title": "메인 텍스트 색상을 변경합니다." - }, - "secondBackground": { - "label": "보조 배경 색상", - "title": "보조 배경의 색상을 변경합니다." - } - }, - "enable": { - "label": "선택한 테마 사용", - "title": "선택한 테마를 활성화합니다." - }, - "select": { - "label": "테마 선택", - "title": "적용할 테마를 선택하세요" - }, - "title": "유튜브 딥 다크 설정" - } - } - } -} + "langCode": "ko-KR", + "langName": "한국어", + "messages": { + "resumingVideo": "영상을 {{VIDEO_TIME}} 부터 다시 재생합니다.", + "settingVolume": "볼륨 부스트를 {{VOLUME_BOOST_AMOUNT}} 로 설정합니다." + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "복사되었습니다.", + "label": "현재 시간 주소 복사" + } + }, + "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": "켜기" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "스크립트 보기" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + }, + "increasePlaybackSpeedButton": { + "label": "재생 속도를 {{SPEED}} 로 변경" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "스크린샷" + }, + "copiedToClipboard": "현재 화면 클립보드에 복사" + }, + "videoHistory": { + "resumeButton": "이어서 시청하기", + "resumePrompt": { + "close": "닫기" + } + }, + "volumeBoostButton": { + "button": { + "label": "볼륨 부스트", + "toggle": { + "off": "볼륨 부스트 끄기", + "on": "볼륨 부스트 켜기" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "중복되는 키가 설정되어 있습니다.", + "volumeControl": "중복되는 키가 설정되어 있습니다." + } + } + }, + "info": { + "reset": "모든 옵션이 기본값으로 재설정되었습니다.\n이제 \"확인\" 버튼를 눌러 변경사항을 저장하거나 이 페이지를 닫아 변경사항을 취소할 수 있습니다." + }, + "success": { + "saved": "저장되었습니다." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "모든 데이터가 삭제되었습니다.", + "confirmAlert": "모든 데이터가 삭제됩니다. 진행할까요?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "화질 설정", + "title": "영상의 화질이 자동으로 변경됩니다." + }, + "fallbackQualityStrategy": { + "select": { + "label": "화질 대체", + "options": { + "higher": "높음", + "lower": "낮음" + }, + "title": "선택한 화질을 사용할 수 없을 때 다음 방법을 사용합니다." + } + }, + "select": { + "label": "동영상 화질", + "title": "항상 선택한 화질로 동영상이 재생됩니다." + }, + "title": "동영상 화질 자동 변경" + }, + "bottomButtons": { + "clear": { + "title": "확장과 관련된 데이터를 PC에서 모두 삭제합니다.", + "value": "데이터 삭제" + }, + "confirm": { + "title": "작업을 진행하려면 다시 누르세요", + "value": "확인" + }, + "openTab": { + "title": "새 탭에서 설정 열기" + }, + "reset": { + "title": "모든 설정을 기본값으로 변경합니다. 진행을 원하시면 확인을 누르세요", + "value": "초기화" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "현재 시간 주소 복사 버튼", + "decreasePlaybackSpeedButton": "속도 조절 버튼", + "forwardButton": "빨리 감기 버튼", + "hideEndScreenCardsButton": "최종 화면 숨기기", + "increasePlaybackSpeedButton": "속도 조절 버튼", + "loopButton": "연속 재생 버튼", + "maximizePlayerButton": "화면 크기에 맞추기 버튼", + "openTranscriptButton": "스크립트 보기 버튼", + "rewindButton": "되감기 버튼", + "screenshotButton": "스크린샷 버튼", + "volumeBoostButton": "볼륨 부스트 버튼" + }, + "options": { + "below_player": { + "placement": "플레이어 컨트롤 아래", + "value": "아래" + }, + "feature_menu": { + "placement": "추가 기능 버튼", + "value": "추가 기능" + }, + "player_controls_left": { + "placement": "플레이어 컨트롤의 왼쪽", + "value": "왼쪽" + }, + "player_controls_right": { + "placement": "플레이어 컨트롤의 오른쪽", + "value": "오른쪽" + } + }, + "title": "{{BUTTON_NAME}} 을 {{PLACEMENT}} 에 배치하세요" + }, + "title": "버튼 배치 설정" + }, + "customCSS": { + "editor": { + "collapse": "편집기 축소", + "expand": "편집기 확대", + "noProblems": "발견된 문제가 없습니다." + }, + "enable": { + "label": "CSS 커스텀 활성화", + "title": "커스텀 CSS를 적용할 수 있습니다." + }, + "title": "커스텀 CSS 설정" + }, + "featureMenu": { + "openType": { + "select": { + "label": "메뉴 활성화 방식", + "options": { + "click": "클릭 시", + "hover": "마우스 커서를 올릴 때" + }, + "title": "추가 기능 메뉴를 어떤 방식으로 열지 선택하세요" + }, + "title": "추가 기능 설정" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "되감기/빨리 감기 버튼 사용", + "title": "플레이어에 되감기와 빨리 감기 버튼을 추가합니다." + }, + "time": { + "label": "되감기/빨리 감기 시간", + "title": "되감기/빨리 감기 시간" + }, + "title": "되감기/빨리 감기 버튼 설정" + }, + "importExportSettings": { + "exportButton": { + "success": "설정을 성공적으로 내보냈습니다.", + "title": "설정 JSON로 내보내기", + "value": "설정 내보내기" + }, + "importButton": { + "error": { + "unknown": "설정 가져오기에 오류가 있습니다. 파일 형식을 확인하십시오.", + "validation": "설정 가져 오기에 오류가 있습니다. 파일 형식을 확인하십시오.\n{{ERROR_MESSAGE}}" + }, + "success": "설정 파일을 성공적으로 가져왔습니다.", + "title": "JSON 파일에서 설정 가져오기", + "value": "설정 가져오기" + } + }, + "language": { + "select": { + "label": "언어", + "title": "이곳에서 언어를 변경할 수 있습니다." + }, + "title": "언어" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "자동 극장 모드", + "title": "동영상 재생 시 자동으로 극장 모드가 활성화 됩니다." + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "현재 시간 주소 복사 버튼", + "title": "현재 시간 주소 복사 (?t=123)" + }, + "hideEndScreenCards": { + "label": "최종 화면 숨기기", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨깁니다." + }, + "hideEndScreenCardsButton": { + "label": "최종 화면 숨기기 버튼", + "title": "동영상 마지막에 등장하는 추천 동영상 카드들을 숨기거나 표시합니다." + }, + "hideLiveStreamChat": { + "label": "실시간 채팅 숨기기", + "title": "실시간 채팅 레이아웃을 숨깁니다." + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "유료 광고 배너 숨기기", + "title": "유료 광고가 있는 동영상을 볼 때 나타나는 배너를 숨깁니다." + }, + "hideScrollbar": { + "label": "스크롤바 숨기기", + "title": "스크롤바를 숨깁니다. 깔끔한 느낌을 받으시려면 키세요" + }, + "hideShorts": { + "label": "쇼츠 숨기기", + "title": "쇼츠 동영상들을 숨깁니다." + }, + "hideTranslateComment": { + "label": "댓글 번역 버튼 숨기기", + "title": "댓글 아래에 표시되는 번역 버튼을 숨깁니다." + }, + "loopButton": { + "label": "연속 재생 버튼", + "title": "추가 기능 메뉴에 \"연속 재생\" 버튼을 추가합니다." + }, + "maximizePlayerButton": { + "label": "화면 크기에 맞추기 버튼", + "title": "추가 기능 메뉴에 \"화면 크기에 맞추기\" 버튼을 추가합니다." + }, + "openTranscriptButton": { + "label": "스크립트 보기 버튼", + "title": "추가 기능 메뉴에 \"스크립트 보기\" 버튼을 추가합니다." + }, + "openYouTubeSettingsOnHover": { + "label": "마우스 커서를 올려 유튜브 설정 열기", + "title": "설정 버튼 위로 마우스 커서를 올리면 유튜브 설정 메뉴를 엽니다." + }, + "pauseBackgroundPlayers": { + "label": "백그라운드 플레이어 일시 중지", + "title": "다른 탭에서 동영상을 재생할 때 이전 탭의 동영상 플레이어를 일시 중지합니다." + }, + "remainingTime": { + "label": "남은 시간 표시", + "title": "현재 동영상의 남은 시간을 표시합니다." + }, + "rememberLastVolume": { + "label": "마지막 볼륨 기억", + "title": "마지막으로 본 동영상의 볼륨이 다른 동영상에서도 유지됩니다." + }, + "removeRedirect": { + "label": "유튜브 / 리디렉션 URL 제거", + "title": "리디렉션 경고 대화를 건너뛰고 실제 URL로 유튜브 리디렉션을 대체합니다." + }, + "shareShortener": { + "label": "유튜브 동영상 공유 링크 짧게하기", + "title": "si/feature 매개 변수를 제거하여 유튜브 동영상 공유 링크를 단축(youtu.be)" + }, + "shortsAutoScroll": { + "label": "쇼츠 동영상 자동 스크롤", + "title": "재생이 완료되면 다음 쇼츠로 넘어갑니다." + }, + "skipContinueWatching": { + "label": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업 스킵", + "title": "'동영상이 일시중지되었습니다. 이어서 시청하시겠어요?' 팝업을 자동으로 스킵하여 끊김 없는 재생을 유지합니다." + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "원형", + "line": "선", + "no_display": "표시 안 함", + "text": "텍스트" + }, + "title": "온 스크린 디스플레이가 어떻게 표시될지 선택합니다." + } + }, + "playbackSpeed": { + "enable": { + "label": "재생 속도 고정", + "title": "동영상 재생 속도를 아래에서 선택한 속도로 설정합니다." + }, + "playbackSpeedButtons": { + "label": "재생 속도 버튼", + "select": { + "label": "재생 속도 버튼", + "title": "클릭당 변경되는 속도 단위" + }, + "title": "보고있는 동영상의 재생 속도를 변경하기 위한 버튼 추가" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "스크린샷 버튼", + "title": "현재 화면을 캡처하기 위한 스크린샷 버튼을 추가합니다." + }, + "saveAs": { + "clipboard": "클립보드로 복사", + "file": "파일로 저장" + }, + "selectFormat": { + "label": "캡처 방법", + "title": "스크린샷을 저장하는 방식" + }, + "selectSaveAs": { + "label": "스크린샷 저장 방식", + "title": "현재 화면을 클립보드에 복사, 파일로 저장 두 가지 옵션이 있습니다." + }, + "title": "스크린샷 설정" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "스크롤 당 속도 변경", + "title": "스크롤에 따라 속도가 조절됩니다." + }, + "enable": { + "label": "스크롤 휠로 속도 제어", + "title": "스크롤 휠을 사용해 속도를 조절하려면 이 옵션을 사용하세요" + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동이 됩니다." + }, + "title": "스크롤 휠 속도 제어 설정" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "스크롤 당 볼륨 조절", + "title": "스크롤에 따라 볼륨이 조절됩니다." + }, + "enable": { + "label": "스크롤로 볼륨 조절", + "title": "스크롤 휠을 사용하여 보고 있는 동영상의 볼륨을 조절할 수 있습니다." + }, + "holdModifierKey": { + "enable": { + "label": "보조 키를 누를 때 활성화", + "title": "보조 키와 함께 사용해야 작동합니다." + }, + "optionLabel": "{{KEY}}", + "select": { + "label": "보조 키", + "title": "보조 키와 함께 사용해야 작동합니다." + } + }, + "holdRightClick": { + "enable": { + "label": "마우스 오른쪽 버튼을 누른 상태에서 활성화", + "title": "우클릭 상태로 스크롤 하세요" + } + }, + "title": "스크롤 휠로 볼륨 조절 설정" + }, + "settingSearch": { + "placeholder": "설정 검색" + }, + "videoHistory": { + "enable": { + "label": "시청한 동영상 기억", + "title": "동영상의 중단된 위치를 기억하고 이어서 시청할 수 있습니다." + }, + "resumeType": { + "select": { + "label": "이어서 시청하기", + "options": { + "automatic": "자동", + "prompt": "팝업 클릭" + }, + "title": "이어서 시청하는 방법 선택" + } + }, + "title": "동영상 시청 기록 설정" + }, + "volumeBoost": { + "boostAmount": { + "label": "부피 부스트(dB)", + "title": "높을 수록 소리가 커집니다." + }, + "enable": { + "label": "볼륨 부스트", + "title": "볼륨 부스트 켜기" + }, + "mode": { + "select": { + "label": "볼륨 부스트 적용 방법", + "options": { + "global": "전체", + "perVideo": "개별 동영상" + }, + "title": "볼륨 부스트 활성화 방법을 선택하십시오. '개별 동영상'을 사용하면 추가 기능 메뉴에서 각 비디오를 개별적으로 적용할 수 있습니다. 전체'를 선택하면 이 모든 동영상에 적용됩니다." + } + }, + "title": "볼륨 부스트 설정" + }, + "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" + }, + "youtubeDeepDark": { + "author": "개발자", + "co-authors": "도와주신분들", + "colors": { + "colorShadow": { + "label": "그림자 색상", + "title": "그림자 색상" + }, + "dimmerText": { + "label": "보조 텍스트 색상", + "title": "보조 텍스트의 색상" + }, + "hoverBackground": { + "label": "마우스 커서를 올렸을 때 색상", + "title": "마우스 커서를 올렸을 때의 색상을 변경합니다." + }, + "mainBackground": { + "label": "메인 배경 색상", + "title": "메인 백그라운드 색상을 변경합니다." + }, + "mainColor": { + "label": "강조 색상", + "title": "강조할 색상을 선택하세요" + }, + "mainText": { + "label": "메인 텍스트 색상", + "title": "메인 텍스트 색상을 변경합니다." + }, + "secondBackground": { + "label": "보조 배경 색상", + "title": "보조 배경의 색상을 변경합니다." + } + }, + "enable": { + "label": "선택한 테마 사용", + "title": "선택한 테마를 활성화합니다." + }, + "select": { + "label": "테마 선택", + "title": "적용할 테마를 선택하세요" + }, + "title": "유튜브 딥 다크 설정" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pl-PL.json b/public/locales/pl-PL.json index 0687e905..6430d021 100644 --- a/public/locales/pl-PL.json +++ b/public/locales/pl-PL.json @@ -1,603 +1,611 @@ { - "langCode": "pl-PL", - "langName": "Polish", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" - }, - "videoHistory": { - "resumeButton": "Wznów", - "resumePrompt": { - "close": "Zamknij" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "pl-PL", + "langName": "Polish", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Zrzut ekranu skopiowany do schowka" + }, + "videoHistory": { + "resumeButton": "Wznów", + "resumePrompt": { + "close": "Zamknij" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/pt-BR.json b/public/locales/pt-BR.json index b5307f99..215f3f55 100644 --- a/public/locales/pt-BR.json +++ b/public/locales/pt-BR.json @@ -1,603 +1,611 @@ { - "langCode": "pt-BR", - "langName": "Português do Brasil", - "messages": { - "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", - "settingVolume": "Definindo o ganho de volume para {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Captura de tela copiada para a área de transferência" - }, - "videoHistory": { - "resumeButton": "Continuar", - "resumePrompt": { - "close": "Fechar" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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." - } - } - }, - "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." - }, - "success": { - "saved": "Opções salvas." - } - } - } - }, - "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": { - "enable": { - "label": "Ajuste automático de qualidade", - "title": "Ajusta automaticamente a qualidade do vídeo para o nível selecionado." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Qualidade do reprodutor", - "title": "A qualidade a ser definida para o vídeo" - }, - "title": "Configurações de qualidade automáticas" - }, - "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" - }, - "openTab": { - "title": "Open extension settings in a new tab" - }, - "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": { - "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": "Botão de Repetir", - "maximizePlayerButton": "Botão de Maximizar", - "openTranscriptButton": "Abrir botão de transcrição", - "rewindButton": "Rewind button", - "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" - } - }, - "title": "Coloque o {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Configurações de posicionamento de botão" - }, - "customCSS": { - "editor": { - "collapse": "Recolher Editor", - "expand": "Expandir Editor", - "noProblems": "Nenhum problema encontrado." - }, - "enable": { - "label": "Habilitar CSS personalizado", - "title": "Permite que CSS personalizado seja aplicado à página" - }, - "title": "Configurações personalizadas de CSS" - }, - "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" - }, - "title": "Configurações do menu de recursos" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "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" - }, - "title": "Linguagem" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Modo teatro automático", - "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Ocultar a barra de rolagem", - "title": "Oculta a barra de rolagem da página" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "label": "Botão de Repetir", - "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" - }, - "maximizePlayerButton": { - "label": "Botão de maximização do reprodutor", - "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" - }, - "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" - }, - "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" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "Tempo restante", - "title": "Mostra o tempo restante do vídeo que você 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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Linha", - "no_display": "Sem exibição", - "text": "Texto" - }, - "title": "Selecione o tipo de informações na tela" - } - }, - "playbackSpeed": { - "enable": { - "label": "Velocidade de reprodução forçada", - "title": "Define a velocidade do vídeo para a que você escolher abaixo" - }, - "playbackSpeedButtons": { - "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" - }, - "select": { - "label": "Velocidade do reprodutor", - "title": "A velocidade a ser definida para o vídeo" - }, - "title": "Configurações de velocidade de reprodução" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "Botão de captura de tela", - "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" - }, - "saveAs": { - "clipboard": "Área de Transferência", - "file": "Arquivo" - }, - "selectFormat": { - "label": "Formato da captura de tela", - "title": "O formato para salvar a captura de tela" - }, - "selectSaveAs": { - "label": "Tipo de armazenamento da captura de tela", - "title": "O tipo de armazenamento da captura de tela" - }, - "title": "Opçõ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." - }, - "optionLabel": "Tecla {{KEY}}", - "select": { - "label": "Tecla modificadora", - "title": "A tecla modificadora a ser usada" - }, - "title": "Configurações de controle de volume pela 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" - }, - "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" - } - }, - "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" - } - }, - "title": "Configurações de controle do volume por roda do mouse" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "title": "Video history settings" - }, - "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" - }, - "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." - } - }, - "title": "Configurações de impulso de volume" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "pt-BR", + "langName": "Português do Brasil", + "messages": { + "resumingVideo": "Retomando vídeo em {{VIDEO_TIME}}", + "settingVolume": "Definindo o ganho de volume para {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Captura de tela copiada para a área de transferência" + }, + "videoHistory": { + "resumeButton": "Continuar", + "resumePrompt": { + "close": "Fechar" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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." + } + } + }, + "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." + }, + "success": { + "saved": "Opções salvas." + } + } + } + }, + "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": { + "enable": { + "label": "Ajuste automático de qualidade", + "title": "Ajusta automaticamente a qualidade do vídeo para o nível selecionado." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Qualidade do reprodutor", + "title": "A qualidade a ser definida para o vídeo" + }, + "title": "Configurações de qualidade automáticas" + }, + "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" + }, + "openTab": { + "title": "Open extension settings in a new tab" + }, + "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": { + "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": "Botão de Repetir", + "maximizePlayerButton": "Botão de Maximizar", + "openTranscriptButton": "Abrir botão de transcrição", + "rewindButton": "Rewind button", + "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" + } + }, + "title": "Coloque o {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Configurações de posicionamento de botão" + }, + "customCSS": { + "editor": { + "collapse": "Recolher Editor", + "expand": "Expandir Editor", + "noProblems": "Nenhum problema encontrado." + }, + "enable": { + "label": "Habilitar CSS personalizado", + "title": "Permite que CSS personalizado seja aplicado à página" + }, + "title": "Configurações personalizadas de CSS" + }, + "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" + }, + "title": "Configurações do menu de recursos" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "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" + }, + "title": "Linguagem" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Modo teatro automático", + "title": "Ativar automaticamente o modo teatro quando você carregar um vídeo" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Ocultar a barra de rolagem", + "title": "Oculta a barra de rolagem da página" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "label": "Botão de Repetir", + "title": "Adiciona um botão ao menu do recurso para repetir o vídeo que você está assistindo" + }, + "maximizePlayerButton": { + "label": "Botão de maximização do reprodutor", + "title": "Adiciona um botão ao menu de recursos para maximizar o reprodutor" + }, + "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" + }, + "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" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "Tempo restante", + "title": "Mostra o tempo restante do vídeo que você 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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Linha", + "no_display": "Sem exibição", + "text": "Texto" + }, + "title": "Selecione o tipo de informações na tela" + } + }, + "playbackSpeed": { + "enable": { + "label": "Velocidade de reprodução forçada", + "title": "Define a velocidade do vídeo para a que você escolher abaixo" + }, + "playbackSpeedButtons": { + "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" + }, + "select": { + "label": "Velocidade do reprodutor", + "title": "A velocidade a ser definida para o vídeo" + }, + "title": "Configurações de velocidade de reprodução" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "Botão de captura de tela", + "title": "Adiciona um botão ao reprodutor para tirar uma captura de tela do vídeo" + }, + "saveAs": { + "clipboard": "Área de Transferência", + "file": "Arquivo" + }, + "selectFormat": { + "label": "Formato da captura de tela", + "title": "O formato para salvar a captura de tela" + }, + "selectSaveAs": { + "label": "Tipo de armazenamento da captura de tela", + "title": "O tipo de armazenamento da captura de tela" + }, + "title": "Opçõ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." + }, + "optionLabel": "Tecla {{KEY}}", + "select": { + "label": "Tecla modificadora", + "title": "A tecla modificadora a ser usada" + }, + "title": "Configurações de controle de volume pela 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" + }, + "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" + } + }, + "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" + } + }, + "title": "Configurações de controle do volume por roda do mouse" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "title": "Video history settings" + }, + "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" + }, + "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." + } + }, + "title": "Configurações de impulso de volume" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/ru-RU.json b/public/locales/ru-RU.json index 4b3b85af..480eb938 100644 --- a/public/locales/ru-RU.json +++ b/public/locales/ru-RU.json @@ -1,603 +1,611 @@ { - "langCode": "ru-RU", - "langName": "Русский", - "messages": { - "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", - "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Скопировано!", - "label": "Копировать URL видео с таймкодом" - } - }, - "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": "Проигрыватель развернут" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Открыть стенограмму" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Уменьшить скорость на {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Увеличить скорость на {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Скриншот" - }, - "copiedToClipboard": "Скриншот скопирован в буфер обмена" - }, - "videoHistory": { - "resumeButton": "Возобновить", - "resumePrompt": { - "close": "Закрыть" - } - }, - "volumeBoostButton": { - "button": { - "label": "Усиление громкости", - "toggle": { - "off": "Увеличение громкости выключено", - "on": "Увеличение громкости включено" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", - "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." - } - } - }, - "info": { - "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." - }, - "success": { - "saved": "Настройки сохранены." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Все данные были удалены.", - "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Включить автоматическую регулировку качества", - "title": "Автоматически настраивает качество видео на выбранный уровень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегия восстановления качества", - "options": { - "higher": "Выше", - "lower": "Ниже" - }, - "title": "Какую стратегию использовать, когда выбранное качество недоступно" - } - }, - "select": { - "label": "Качество проигрывателя", - "title": "Качество, которое будет задаваться для видео" - }, - "title": "Автоматические настройки качества" - }, - "bottomButtons": { - "clear": { - "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", - "value": "Удалить данные" - }, - "confirm": { - "title": "Подтвердить сброс настроек", - "value": "Подтвердить" - }, - "openTab": { - "title": "Открывать настройки расширения в новой вкладке" - }, - "reset": { - "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", - "value": "Сброс" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", - "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", - "forwardButton": "Кнопка перемотки вперёд", - "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", - "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", - "loopButton": "Кнопка «Зациклить»", - "maximizePlayerButton": "Кнопка «Развернуть»", - "openTranscriptButton": "Кнопка «Открыть стенограмму»", - "rewindButton": "Кнопка перемотки назад", - "screenshotButton": "Кнопка «Скриншот»", - "volumeBoostButton": "Кнопка «Усиление громкости»" - }, - "options": { - "below_player": { - "placement": "под проигрывателем", - "value": "Под проигрывателем" - }, - "feature_menu": { - "placement": "в меню функций", - "value": "Меню функций" - }, - "player_controls_left": { - "placement": "с левой стороны панели управления", - "value": "Слева" - }, - "player_controls_right": { - "placement": "с правой стороны панели управления", - "value": "Справа" - } - }, - "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Настройки размещения кнопок" - }, - "customCSS": { - "editor": { - "collapse": "Свернуть редактор", - "expand": "Расширить редактор", - "noProblems": "Проблем не найдено." - }, - "enable": { - "label": "Включить пользовательский CSS", - "title": "Включает пользовательские настройки CSS для применения к странице" - }, - "title": "Пользовательские настройки CSS" - }, - "featureMenu": { - "openType": { - "select": { - "label": "Тип активации меню", - "options": { - "click": "Посредством нажатия", - "hover": "При наведении курсора" - }, - "title": "Выберите способ активации меню функций" - }, - "title": "Настройки меню функций" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Включить кнопки перемотки вперёд/назад", - "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" - }, - "time": { - "label": "Время перемотки", - "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": "Язык" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Включить автоматический режим кинотеатра", - "title": "Автоматически включать режим кинотеатра при загрузке видео" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Кнопка «Копировать URL видео с таймкодом»", - "title": "Копирует ссылку видео с меткой времени (?t=123)" - }, - "hideEndScreenCards": { - "label": "Скрыть заставки следующих видео", - "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" - }, - "hideEndScreenCardsButton": { - "label": "Кнопка «Скрыть заставки следующих видео»", - "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" - }, - "hideLiveStreamChat": { - "label": "Спрятать чат прямого эфира", - "title": "Прячет чат прямого эфира (стрима)" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Скрыть \"Содержит прямую рекламу\"", - "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" - }, - "hideScrollbar": { - "label": "Включить скрытие полосы прокрутки страницы", - "title": "Скрывает полосу прокрутки страницы" - }, - "hideShorts": { - "label": "Скрыть Shorts", - "title": "Скрывает все Shorts" - }, - "hideTranslateComment": { - "label": "Спрятать кнопку 'Перевести на...'", - "title": "Прячет кнопку 'Перевести на русский' под комментарием" - }, - "loopButton": { - "label": "Включить кнопку «Зациклить»", - "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" - }, - "maximizePlayerButton": { - "label": "Включить кнопку «Развернуть проигрыватель»", - "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" - }, - "openTranscriptButton": { - "label": "Показать кнопку стенограммы видео", - "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" - }, - "openYouTubeSettingsOnHover": { - "label": "Открывать настройки YouTube при наведении курсора", - "title": "Открывает меню настроек YouTube при наведении на кнопку меню" - }, - "pauseBackgroundPlayers": { - "label": "Ставить на паузу видео в фоновых вкладках", - "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" - }, - "remainingTime": { - "label": "Включить отображение оставшегося времени", - "title": "Показывает оставшееся время просмотра видео" - }, - "rememberLastVolume": { - "label": "Запомнить уровень громкости", - "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" - }, - "removeRedirect": { - "label": "Убрать YouTube /redirect ссылки", - "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" - }, - "shareShortener": { - "label": "Укоротить ссылку с кнопки \"Поделиться\"", - "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" - }, - "shortsAutoScroll": { - "label": "Автоматическая прокрутка Shorts", - "title": "Автоматически скроллит до следующего Shorts" - }, - "skipContinueWatching": { - "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": { - "circle": "Круг", - "line": "Линия", - "no_display": "Не показывать", - "text": "Текст" - }, - "title": "Выберите тип отображения на экране (OSD)" - } - }, - "playbackSpeed": { - "enable": { - "label": "Включить принудительную скорость воспроизведения", - "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" - }, - "playbackSpeedButtons": { - "label": "Кнопки регулирования скорости видео", - "select": { - "label": "Дельта кнопок регулирования скорости", - "title": "Число, на которое будет изменена скорость за клик" - }, - "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "Включить кнопку «Скриншот»", - "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" - }, - "saveAs": { - "clipboard": "Буфер обмена", - "file": "Файл" - }, - "selectFormat": { - "label": "Формат скриншота", - "title": "Формат, в котором будет сохраняться скриншот" - }, - "selectSaveAs": { - "label": "Тип сохранения скриншота", - "title": "Тип сохранения скриншота" - }, - "title": "Настройки скриншотов" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Изменение скорости воспроизведения за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" - }, - "enable": { - "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", - "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - }, - "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Изменение громкости за прокрутку колеса", - "title": "Регулировка значения, на которое изменяется громкость за прокрутку" - }, - "enable": { - "label": "Включить управление громкостью с помощью колеса мыши", - "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" - }, - "holdModifierKey": { - "enable": { - "label": "Включить при удержании клавиши-модификатора", - "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." - }, - "optionLabel": "Клавиша {{KEY}}", - "select": { - "label": "Клавиша-модификатор", - "title": "Используемая клавиша-модификатор" - } - }, - "holdRightClick": { - "enable": { - "label": "Включить при удержании правой кнопки мыши", - "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" - } - }, - "title": "Настройки управления громкостью с помощью колеса мыши" - }, - "settingSearch": { - "placeholder": "Поиск настроек" - }, - "videoHistory": { - "enable": { - "label": "Отслеживание таймкода просматриваемого видео", - "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" - }, - "resumeType": { - "select": { - "label": "Тип возобновления", - "options": { - "automatic": "Автоматически", - "prompt": "Запрашивать" - }, - "title": "Выберите, как вы хотите возобновлять просмотр видео" - } - }, - "title": "Настройки отслеживания" - }, - "volumeBoost": { - "boostAmount": { - "label": "Значение увеличения громкости (дБ)", - "title": "Значение, на которое будет увеличена громкость" - }, - "enable": { - "label": "Включить усиление громкости", - "title": "Включить усиление громкости" - }, - "mode": { - "select": { - "label": "Режим увеличения громкости", - "options": { - "global": "Глобально", - "perVideo": "Для видео" - }, - "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." - } - }, - "title": "Настройки усиления громкости" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Автор", - "co-authors": "Соавторы", - "colors": { - "colorShadow": { - "label": "Цвет тени", - "title": "Цвет теней" - }, - "dimmerText": { - "label": "Цвет вторичного текста", - "title": "Цвет для вторичного текста" - }, - "hoverBackground": { - "label": "Цвет фона при наведении", - "title": "Цвет, который будет задаваться фону при наведении" - }, - "mainBackground": { - "label": "Основной цвет фона", - "title": "Цвет для основного фона" - }, - "mainColor": { - "label": "Цвет акцента", - "title": "Цвет для акцента" - }, - "mainText": { - "label": "Цвет основного текста", - "title": "Цвет для основного текста" - }, - "secondBackground": { - "label": "Дополнительный цвет фона", - "title": "Цвет для вторичного фона" - } - }, - "enable": { - "label": "Включить выбранную тему", - "title": "Активировать выбранную тему для страницы" - }, - "select": { - "label": "Выбрать тему", - "title": "Выберите тему для применения к странице" - }, - "title": "Настройки YouTube Deep Dark" - } - } - } -} + "langCode": "ru-RU", + "langName": "Русский", + "messages": { + "resumingVideo": "Возобновление видео на {{VIDEO_TIME}}", + "settingVolume": "Усиление громкости установлено на {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Скопировано!", + "label": "Копировать URL видео с таймкодом" + } + }, + "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": "Проигрыватель развернут" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Открыть стенограмму" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Уменьшить скорость на {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Увеличить скорость на {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Скриншот" + }, + "copiedToClipboard": "Скриншот скопирован в буфер обмена" + }, + "videoHistory": { + "resumeButton": "Возобновить", + "resumePrompt": { + "close": "Закрыть" + } + }, + "volumeBoostButton": { + "button": { + "label": "Усиление громкости", + "toggle": { + "off": "Увеличение громкости выключено", + "on": "Увеличение громкости включено" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавиша-модификатор для управления скоростью воспроизведения с помощью колеса мыши не может совпадать с клавишей-модификатором для управления громкостью.", + "volumeControl": "Клавиша-модификатор для управления громкостью с помощью колеса мыши не может совпадать с клавишей-модификатором для управления скоростью воспроизведения." + } + } + }, + "info": { + "reset": "Все параметры были сброшены к значениям по умолчанию.\nТеперь вы можете сохранить изменения, нажав кнопку «Подтвердить» или отменить их, закрыв эту страницу или проигнорировав это уведомление." + }, + "success": { + "saved": "Настройки сохранены." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Все данные были удалены.", + "confirmAlert": "Это приведет к удалению всех данных расширения, связанных с настройками. Продолжить?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Включить автоматическую регулировку качества", + "title": "Автоматически настраивает качество видео на выбранный уровень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегия восстановления качества", + "options": { + "higher": "Выше", + "lower": "Ниже" + }, + "title": "Какую стратегию использовать, когда выбранное качество недоступно" + } + }, + "select": { + "label": "Качество проигрывателя", + "title": "Качество, которое будет задаваться для видео" + }, + "title": "Автоматические настройки качества" + }, + "bottomButtons": { + "clear": { + "title": "Очистить все данные, которые это расширение хранит на вашем компьютере", + "value": "Удалить данные" + }, + "confirm": { + "title": "Подтвердить сброс настроек", + "value": "Подтвердить" + }, + "openTab": { + "title": "Открывать настройки расширения в новой вкладке" + }, + "reset": { + "title": "Сбрасывает все параметры до значений по умолчанию. Нажмите \"Подтвердить\", чтобы сохранить изменения", + "value": "Сброс" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Кнопка «Копировать URL видео с таймкодом»", + "decreasePlaybackSpeedButton": "Кнопка уменьшения скорости видео", + "forwardButton": "Кнопка перемотки вперёд", + "hideEndScreenCardsButton": "Кнопка «Скрыть заставки следующих видео»", + "increasePlaybackSpeedButton": "Кнопка увеличения скорости видео", + "loopButton": "Кнопка «Зациклить»", + "maximizePlayerButton": "Кнопка «Развернуть»", + "openTranscriptButton": "Кнопка «Открыть стенограмму»", + "rewindButton": "Кнопка перемотки назад", + "screenshotButton": "Кнопка «Скриншот»", + "volumeBoostButton": "Кнопка «Усиление громкости»" + }, + "options": { + "below_player": { + "placement": "под проигрывателем", + "value": "Под проигрывателем" + }, + "feature_menu": { + "placement": "в меню функций", + "value": "Меню функций" + }, + "player_controls_left": { + "placement": "с левой стороны панели управления", + "value": "Слева" + }, + "player_controls_right": { + "placement": "с правой стороны панели управления", + "value": "Справа" + } + }, + "title": "Поместить {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Настройки размещения кнопок" + }, + "customCSS": { + "editor": { + "collapse": "Свернуть редактор", + "expand": "Расширить редактор", + "noProblems": "Проблем не найдено." + }, + "enable": { + "label": "Включить пользовательский CSS", + "title": "Включает пользовательские настройки CSS для применения к странице" + }, + "title": "Пользовательские настройки CSS" + }, + "featureMenu": { + "openType": { + "select": { + "label": "Тип активации меню", + "options": { + "click": "Посредством нажатия", + "hover": "При наведении курсора" + }, + "title": "Выберите способ активации меню функций" + }, + "title": "Настройки меню функций" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Включить кнопки перемотки вперёд/назад", + "title": "Добавляет кнопки перемотки вперёд/назад в проигрыватель" + }, + "time": { + "label": "Время перемотки", + "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": "Язык" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Включить автоматический режим кинотеатра", + "title": "Автоматически включать режим кинотеатра при загрузке видео" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Кнопка «Копировать URL видео с таймкодом»", + "title": "Копирует ссылку видео с меткой времени (?t=123)" + }, + "hideEndScreenCards": { + "label": "Скрыть заставки следующих видео", + "title": "Скрывает заставки следующих (предлагаемых) видео в конце ролика" + }, + "hideEndScreenCardsButton": { + "label": "Кнопка «Скрыть заставки следующих видео»", + "title": "Добавляет кнопку для скрытия/отображения заставок следующих видео в конце ролика" + }, + "hideLiveStreamChat": { + "label": "Спрятать чат прямого эфира", + "title": "Прячет чат прямого эфира (стрима)" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Скрыть \"Содержит прямую рекламу\"", + "title": "Скрывает баннер, отображающийся при просмотре видео, которое имеет платную рекламу" + }, + "hideScrollbar": { + "label": "Включить скрытие полосы прокрутки страницы", + "title": "Скрывает полосу прокрутки страницы" + }, + "hideShorts": { + "label": "Скрыть Shorts", + "title": "Скрывает все Shorts" + }, + "hideTranslateComment": { + "label": "Спрятать кнопку 'Перевести на...'", + "title": "Прячет кнопку 'Перевести на русский' под комментарием" + }, + "loopButton": { + "label": "Включить кнопку «Зациклить»", + "title": "Добавляет кнопку в меню функций для автоматического повтора просмотренного видео (зацикливание)" + }, + "maximizePlayerButton": { + "label": "Включить кнопку «Развернуть проигрыватель»", + "title": "Добавляет кнопку в меню функций, которая позволит максимизировать проигрыватель" + }, + "openTranscriptButton": { + "label": "Показать кнопку стенограммы видео", + "title": "Добавляет кнопку в меню функций, чтобы открыть стенограмму видео, которое вы просматриваете" + }, + "openYouTubeSettingsOnHover": { + "label": "Открывать настройки YouTube при наведении курсора", + "title": "Открывает меню настроек YouTube при наведении на кнопку меню" + }, + "pauseBackgroundPlayers": { + "label": "Ставить на паузу видео в фоновых вкладках", + "title": "Ставит на паузу видео в фоновых вкладках при запуске видео в активной (текущей) вкладке" + }, + "remainingTime": { + "label": "Включить отображение оставшегося времени", + "title": "Показывает оставшееся время просмотра видео" + }, + "rememberLastVolume": { + "label": "Запомнить уровень громкости", + "title": "Запоминает громкость последнего видео, которое вы смотрели и устанавливает это значение при открытии нового видео" + }, + "removeRedirect": { + "label": "Убрать YouTube /redirect ссылки", + "title": "Заменяет /redirect ссылки на актуальные, убирая предупреждение о переходе на другой ресурс" + }, + "shareShortener": { + "label": "Укоротить ссылку с кнопки \"Поделиться\"", + "title": "Укорачивает ссылку с кнопки \"Поделиться\" (youtu.be), убирая параметры si/feature из нее" + }, + "shortsAutoScroll": { + "label": "Автоматическая прокрутка Shorts", + "title": "Автоматически скроллит до следующего Shorts" + }, + "skipContinueWatching": { + "label": "Пропускать \"Воспроизведение приостановлено. Продолжить?\"", + "title": "Автоматически пропускает диалог простоя, который приостанавливает воспроизведение" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Круг", + "line": "Линия", + "no_display": "Не показывать", + "text": "Текст" + }, + "title": "Выберите тип отображения на экране (OSD)" + } + }, + "playbackSpeed": { + "enable": { + "label": "Включить принудительную скорость воспроизведения", + "title": "Устанавливает скорость проигрывания видео на ту, что вы выбрали ниже" + }, + "playbackSpeedButtons": { + "label": "Кнопки регулирования скорости видео", + "select": { + "label": "Дельта кнопок регулирования скорости", + "title": "Число, на которое будет изменена скорость за клик" + }, + "title": "Добавляет кнопки для увеличения или уменьшения скорости воспроизведения просматриваемого видео" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "Включить кнопку «Скриншот»", + "title": "Добавляет кнопку в проигрыватель которая делает скриншот видео" + }, + "saveAs": { + "clipboard": "Буфер обмена", + "file": "Файл" + }, + "selectFormat": { + "label": "Формат скриншота", + "title": "Формат, в котором будет сохраняться скриншот" + }, + "selectSaveAs": { + "label": "Тип сохранения скриншота", + "title": "Тип сохранения скриншота" + }, + "title": "Настройки скриншотов" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Изменение скорости воспроизведения за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется скорость воспроизведения за прокрутку" + }, + "enable": { + "label": "Включить управление скоростью воспроизведения с помощью колеса мыши", + "title": "Нажмите клавишу-модификатор, чтобы включить управление скоростью воспроизведения с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + }, + "title": "Настройки управления скоростью воспроизведения с помощью колеса мыши" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Изменение громкости за прокрутку колеса", + "title": "Регулировка значения, на которое изменяется громкость за прокрутку" + }, + "enable": { + "label": "Включить управление громкостью с помощью колеса мыши", + "title": "Позволяет использовать колесо мыши для управления громкостью видео, которое вы просматриваете" + }, + "holdModifierKey": { + "enable": { + "label": "Включить при удержании клавиши-модификатора", + "title": "Нажмите клавишу-модификатор, чтобы включить управление громкостью с помощью колеса мыши." + }, + "optionLabel": "Клавиша {{KEY}}", + "select": { + "label": "Клавиша-модификатор", + "title": "Используемая клавиша-модификатор" + } + }, + "holdRightClick": { + "enable": { + "label": "Включить при удержании правой кнопки мыши", + "title": "Удерживайте правую кнопку мыши, чтобы включить управление громкостью с помощью колеса мыши" + } + }, + "title": "Настройки управления громкостью с помощью колеса мыши" + }, + "settingSearch": { + "placeholder": "Поиск настроек" + }, + "videoHistory": { + "enable": { + "label": "Отслеживание таймкода просматриваемого видео", + "title": "Отслеживает, на каком моменте вы остановили просмотр видео и продолжает с него" + }, + "resumeType": { + "select": { + "label": "Тип возобновления", + "options": { + "automatic": "Автоматически", + "prompt": "Запрашивать" + }, + "title": "Выберите, как вы хотите возобновлять просмотр видео" + } + }, + "title": "Настройки отслеживания" + }, + "volumeBoost": { + "boostAmount": { + "label": "Значение увеличения громкости (дБ)", + "title": "Значение, на которое будет увеличена громкость" + }, + "enable": { + "label": "Включить усиление громкости", + "title": "Включить усиление громкости" + }, + "mode": { + "select": { + "label": "Режим увеличения громкости", + "options": { + "global": "Глобально", + "perVideo": "Для видео" + }, + "title": "Выберите, каким образом должно применяться усиление громкости. 'Для видео' позволяет включать усиление для каждого видео отдельно в меню функций. 'Глобально' применяет усиление для всех просматриваемых видео когда усиление громкости включено." + } + }, + "title": "Настройки усиления громкости" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Автор", + "co-authors": "Соавторы", + "colors": { + "colorShadow": { + "label": "Цвет тени", + "title": "Цвет теней" + }, + "dimmerText": { + "label": "Цвет вторичного текста", + "title": "Цвет для вторичного текста" + }, + "hoverBackground": { + "label": "Цвет фона при наведении", + "title": "Цвет, который будет задаваться фону при наведении" + }, + "mainBackground": { + "label": "Основной цвет фона", + "title": "Цвет для основного фона" + }, + "mainColor": { + "label": "Цвет акцента", + "title": "Цвет для акцента" + }, + "mainText": { + "label": "Цвет основного текста", + "title": "Цвет для основного текста" + }, + "secondBackground": { + "label": "Дополнительный цвет фона", + "title": "Цвет для вторичного фона" + } + }, + "enable": { + "label": "Включить выбранную тему", + "title": "Активировать выбранную тему для страницы" + }, + "select": { + "label": "Выбрать тему", + "title": "Выберите тему для применения к странице" + }, + "title": "Настройки YouTube Deep Dark" + } + } + } +} \ No newline at end of file diff --git a/public/locales/sv-SE.json b/public/locales/sv-SE.json index 6a4132ce..dc1ccfb3 100644 --- a/public/locales/sv-SE.json +++ b/public/locales/sv-SE.json @@ -1,603 +1,611 @@ { - "langCode": "en-US", - "langName": "Svenska (SV)", - "messages": { - "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", - "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopierad!", - "label": "Kopiera videons webbadress med tidsstämpel" - } - }, - "featureMenu": { - "button": { - "label": "Funktionsmeny" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Snabbspola med {{TIME}}" - }, - "rewindButton": { - "label": "Återspola med {{TIME}}" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Dölj slutskärmskort", - "toggle": { - "off": "Visa slutskärmskort", - "on": "Dölj slutskärmskort" - } - } - }, - "loopButton": { - "button": { - "label": "Slinga", - "toggle": { - "off": "Slinga av", - "on": "Slinga på" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Maximera", - "toggle": { - "off": "Maximera av", - "on": "Maximera på" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Öppna transkript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Minska hastigheten till {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Öka hastigheten till {{SPEED}}" - } - }, - "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", - "increaseLimit": "Det går inte att höja mer ({{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." - }, - "screenshotButton": { - "button": { - "label": "Skärmbild" - }, - "copiedToClipboard": "Skärmbild kopierad till urklipp" - }, - "videoHistory": { - "resumeButton": "Återuppta", - "resumePrompt": { - "close": "Stäng" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volymökning", - "toggle": { - "off": "Volymökning av", - "on": "Volymökning på" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", - "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." - } - } - }, - "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." - }, - "success": { - "saved": "Inställningarna sparade." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "All data har tagits bort.", - "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatisk kvalitetsjustering", - "title": "Justerar automatiskt videokvaliteten till den valda nivån." - }, - "fallbackQualityStrategy": { - "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" - } - }, - "select": { - "label": "Spelarkvalitet", - "title": "Kvaliteten för att ställa in videon till" - }, - "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" - }, - "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": "Snabbspolningsknapp", - "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", - "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", - "loopButton": "Slingknapp", - "maximizePlayerButton": "Maximeraknapp", - "openTranscriptButton": "Transkriptknapp", - "rewindButton": "Återspolningsknapp", - "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" - } - }, - "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Inställningar för knapplacering" - }, - "customCSS": { - "editor": { - "collapse": "Fäll ihop redigeraren", - "expand": "Fäll ut redigeraren", - "noProblems": "Inga problem hittades." - }, - "enable": { - "label": "Aktivera anpassad CSS", - "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" - }, - "title": "Anpassade CSS-inställningar" - }, - "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 funktionsmeny" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Aktivera spola framåt-/återspolningsknappar", - "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" - }, - "time": { - "label": "Spola framåt-/återspolningstid", - "title": "Tiden som videon ska spolas framåt/återspolas med" - }, - "title": "Inställningar för knapparna spola framåt/återspola" - }, - "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" - }, - "title": "Språk" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatiskt teaterläge", - "title": "Aktiverar automatiskt teaterläge när du startar en video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Kopiera videons webbadress med tidsstämpelknappen", - "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" - }, - "hideEndScreenCards": { - "label": "Dölj slutskärmskort", - "title": "Döljer korten i slutet av videon" - }, - "hideEndScreenCardsButton": { - "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": { - "label": "Dölj direktströmschatt", - "title": "Döljer direktströmschatten" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Dölj betald marknadsföringsbanner", - "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" - }, - "hideScrollbar": { - "label": "Dölj rullningslisten", - "title": "Döljer sidornas rullningsfält" - }, - "hideShorts": { - "label": "Dölj shorts", - "title": "Döljer alla shorts" - }, - "hideTranslateComment": { - "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å" - }, - "maximizePlayerButton": { - "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å" - }, - "openYouTubeSettingsOnHover": { - "label": "Öppna YouTube-inställningar vid musöver", - "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" - }, - "pauseBackgroundPlayers": { - "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å" - }, - "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" - }, - "removeRedirect": { - "label": "Ta bort YouTube-omdirigeringswebbadresser", - "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", - "title": "Hoppa över dialogrutan som pausar videouppspelningen" - } - }, - "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öljfö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": { - "circle": "Cirkel", - "line": "Rad", - "no_display": "Ingen visning", - "text": "Text" - }, - "title": "Välj typ av On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Tvingad uppspelningshastighet", - "title": "Ställer in videohastigheten till det du väljer nedan" - }, - "playbackSpeedButtons": { - "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å" - }, - "select": { - "label": "Uppspelningshastighet", - "title": "Hastigheten att spela upp videon i" - }, - "title": "Inställningar för uppspelningshastighet" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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" - }, - "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": { - "label": "Aktivera när du håller ner modifieringstangenten", - "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": { - "label": "Aktivera när du håller ner höger musknapp", - "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" - } - }, - "title": "Rullningshjulets volyminställningar" - }, - "settingSearch": { - "placeholder": "Sök efter en inställning" - }, - "videoHistory": { - "enable": { - "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" - } - }, - "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." - } - }, - "title": "Inställningar för volymökning" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Skapare", - "co-authors": "Medskapare", - "colors": { - "colorShadow": { - "label": "Skuggfärg", - "title": "Färg för skuggor" - }, - "dimmerText": { - "label": "Sekundär textfärg", - "title": "Färg för sekundärtext" - }, - "hoverBackground": { - "label": "Bakgrundsfärg för musöver", - "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" - } - }, - "enable": { - "label": "Aktivera valt tema", - "title": "Aktivera det valda temat för sidan" - }, - "select": { - "label": "Välj tema", - "title": "Välj ett tema som ska tillämpas på sidan" - }, - "title": "Deep Dark-inställningar för YouTube" - } - } - } -} + "langCode": "en-US", + "langName": "Svenska (SV)", + "messages": { + "resumingVideo": "Återupptar video vid {{VIDEO_TIME}}", + "settingVolume": "Ställa in volymökning till {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopierad!", + "label": "Kopiera videons webbadress med tidsstämpel" + } + }, + "featureMenu": { + "button": { + "label": "Funktionsmeny" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Snabbspola med {{TIME}}" + }, + "rewindButton": { + "label": "Återspola med {{TIME}}" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Dölj slutskärmskort", + "toggle": { + "off": "Visa slutskärmskort", + "on": "Dölj slutskärmskort" + } + } + }, + "loopButton": { + "button": { + "label": "Slinga", + "toggle": { + "off": "Slinga av", + "on": "Slinga på" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Maximera", + "toggle": { + "off": "Maximera av", + "on": "Maximera på" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Öppna transkript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Minska hastigheten till {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Öka hastigheten till {{SPEED}}" + } + }, + "decreaseLimit": "Det går inte att sänka mer ({{SPEED}})", + "increaseLimit": "Det går inte att höja mer ({{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." + }, + "screenshotButton": { + "button": { + "label": "Skärmbild" + }, + "copiedToClipboard": "Skärmbild kopierad till urklipp" + }, + "videoHistory": { + "resumeButton": "Återuppta", + "resumePrompt": { + "close": "Stäng" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volymökning", + "toggle": { + "off": "Volymökning av", + "on": "Volymökning på" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Rullningshjulets modifieringstangent för hastighetsreglering kan inte vara densamma modifieringstangent som rullningshjulets volymreglering.", + "volumeControl": "Rullningshjulets modifieringstangent för volymreglering kan inte vara densamma modifieringstangent som rullningshjulets hastighetsreglering." + } + } + }, + "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." + }, + "success": { + "saved": "Inställningarna sparade." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "All data har tagits bort.", + "confirmAlert": "Detta kommer att ta bort alla tilläggsdata relaterade till alternativen. Fortsätta?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatisk kvalitetsjustering", + "title": "Justerar automatiskt videokvaliteten till den valda nivån." + }, + "fallbackQualityStrategy": { + "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" + } + }, + "select": { + "label": "Spelarkvalitet", + "title": "Kvaliteten för att ställa in videon till" + }, + "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" + }, + "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": "Snabbspolningsknapp", + "hideEndScreenCardsButton": "Dölj knappen för slutskärmskort", + "increasePlaybackSpeedButton": "Knapp för att öka hastigheten", + "loopButton": "Slingknapp", + "maximizePlayerButton": "Maximeraknapp", + "openTranscriptButton": "Transkriptknapp", + "rewindButton": "Återspolningsknapp", + "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" + } + }, + "title": "Placera {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Inställningar för knapplacering" + }, + "customCSS": { + "editor": { + "collapse": "Fäll ihop redigeraren", + "expand": "Fäll ut redigeraren", + "noProblems": "Inga problem hittades." + }, + "enable": { + "label": "Aktivera anpassad CSS", + "title": "Aktiverar anpassad CSS som ska tillämpas på sidan" + }, + "title": "Anpassade CSS-inställningar" + }, + "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 funktionsmeny" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Aktivera spola framåt-/återspolningsknappar", + "title": "Lägger till spola framåt- och återspolningsknappar till videospelaren" + }, + "time": { + "label": "Spola framåt-/återspolningstid", + "title": "Tiden som videon ska spolas framåt/återspolas med" + }, + "title": "Inställningar för knapparna spola framåt/återspola" + }, + "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" + }, + "title": "Språk" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatiskt teaterläge", + "title": "Aktiverar automatiskt teaterläge när du startar en video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Kopiera videons webbadress med tidsstämpelknappen", + "title": "Kopiera videons webbadress med tidsstämpel (?t=123)" + }, + "hideEndScreenCards": { + "label": "Dölj slutskärmskort", + "title": "Döljer korten i slutet av videon" + }, + "hideEndScreenCardsButton": { + "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": { + "label": "Dölj direktströmschatt", + "title": "Döljer direktströmschatten" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Dölj betald marknadsföringsbanner", + "title": "Döljer bannern som visas när du tittar på en video som har betald marknadsföring" + }, + "hideScrollbar": { + "label": "Dölj rullningslisten", + "title": "Döljer sidornas rullningsfält" + }, + "hideShorts": { + "label": "Dölj shorts", + "title": "Döljer alla shorts" + }, + "hideTranslateComment": { + "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å" + }, + "maximizePlayerButton": { + "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å" + }, + "openYouTubeSettingsOnHover": { + "label": "Öppna YouTube-inställningar vid musöver", + "title": "Öppnar YouTube-inställningsmenyn när du håller muspekaren över inställningsknappen" + }, + "pauseBackgroundPlayers": { + "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å" + }, + "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" + }, + "removeRedirect": { + "label": "Ta bort YouTube-omdirigeringswebbadresser", + "title": "Ersätter YouTube-omdirigering genom faktiska webbadresser, hoppar över omdirigeringsvarningsdialog" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Hoppa över \"Videon är pausad. Fortsätt titta?\"", + "title": "Hoppa över dialogrutan som pausar videouppspelningen" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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öljfö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": { + "circle": "Cirkel", + "line": "Rad", + "no_display": "Ingen visning", + "text": "Text" + }, + "title": "Välj typ av On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Tvingad uppspelningshastighet", + "title": "Ställer in videohastigheten till det du väljer nedan" + }, + "playbackSpeedButtons": { + "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å" + }, + "select": { + "label": "Uppspelningshastighet", + "title": "Hastigheten att spela upp videon i" + }, + "title": "Inställningar för uppspelningshastighet" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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" + }, + "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": { + "label": "Aktivera när du håller ner modifieringstangenten", + "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": { + "label": "Aktivera när du håller ner höger musknapp", + "title": "Håll höger musknapp nertryckt för att aktivera rullningshjulets volymkontroll" + } + }, + "title": "Rullningshjulets volyminställningar" + }, + "settingSearch": { + "placeholder": "Sök efter en inställning" + }, + "videoHistory": { + "enable": { + "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" + } + }, + "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." + } + }, + "title": "Inställningar för volymökning" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Skapare", + "co-authors": "Medskapare", + "colors": { + "colorShadow": { + "label": "Skuggfärg", + "title": "Färg för skuggor" + }, + "dimmerText": { + "label": "Sekundär textfärg", + "title": "Färg för sekundärtext" + }, + "hoverBackground": { + "label": "Bakgrundsfärg för musöver", + "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" + } + }, + "enable": { + "label": "Aktivera valt tema", + "title": "Aktivera det valda temat för sidan" + }, + "select": { + "label": "Välj tema", + "title": "Välj ett tema som ska tillämpas på sidan" + }, + "title": "Deep Dark-inställningar för YouTube" + } + } + } +} \ No newline at end of file diff --git a/public/locales/tr-TR.json b/public/locales/tr-TR.json index 54df26c2..c4caac85 100644 --- a/public/locales/tr-TR.json +++ b/public/locales/tr-TR.json @@ -1,603 +1,611 @@ { - "langCode": "tr-TR", - "langName": "Türkçe", - "messages": { - "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", - "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Kopyalandı!", - "label": "Geçerli zamana ait video URL'sini kopyala" - } - }, - "featureMenu": { - "button": { - "label": "Özellik menüsü" - } - }, - "forwardRewindButtons": { - "buttons": { - "forwardButton": { - "label": "Fast forward by {{TIME}}" - }, - "rewindButton": { - "label": "{{TIME}} kadar geri sar" - } - } - }, - "hideEndScreenCardsButton": { - "button": { - "label": "Bitiş ekranı kartlarını gizle", - "toggle": { - "off": "Bitiş ekranı kartlarını göster", - "on": "Bitiş ekranı kartlarını gizle" - } - } - }, - "loopButton": { - "button": { - "label": "Tekrarla", - "toggle": { - "off": "Tekrarlama kapalı", - "on": "Tekrarlama açık" - } - } - }, - "maximizePlayerButton": { - "button": { - "label": "Ekranı kapla", - "toggle": { - "off": "Tam ekran kapalı", - "on": "Tam ekran açıl" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Ekran görüntüsü" - }, - "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" - }, - "videoHistory": { - "resumeButton": "Devam Et", - "resumePrompt": { - "close": "Kapat" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." - }, - "success": { - "saved": "Seçenekler kaydedildi." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Tüm veriler silindi.", - "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Otomatik kalite ayarlamayı etkinleştir", - "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Daha yüksek", - "lower": "Daha düşük" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Oynatma kalitesi", - "title": "Videonun ayarlanacağı kalite" - }, - "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" - }, - "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": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Decrease Speed button", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Döngü düğmesi", - "maximizePlayerButton": "Tam ekran düğmesi", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Düğme Yerleşim Ayarları" - }, - "customCSS": { - "editor": { - "collapse": "Düzenleyiciyi Daralt", - "expand": "Düzenleyiciyi Genişlet", - "noProblems": "Hiç bir sorun bulunamadı." - }, - "enable": { - "label": "Özel CSS'yi etkinleştir", - "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" - }, - "title": "Özel CSS Ayarları" - }, - "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ı" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button settings" - }, - "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" - }, - "title": "Dil" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Otomatik tiyatro modu", - "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Bitiş ekranı kartlarını gizle", - "title": "Video'nun sonundaki kartları gizler" - }, - "hideEndScreenCardsButton": { - "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": { - "label": "Canlı yayın sohbetini gizle", - "title": "Canlı yayın sohbetini gizler" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Kaydırma çubuğu gizlemeyi etkinleştir", - "title": "Sayfa kaydırma çubuğunu gizler" - }, - "hideShorts": { - "label": "Kısa videoları gizle", - "title": "Tüm kısa videoları gizler" - }, - "hideTranslateComment": { - "label": "Hide translate comment button", - "title": "Hides 'Translate to Language' button under comments" - }, - "loopButton": { - "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" - }, - "openTranscriptButton": { - "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" - }, - "pauseBackgroundPlayers": { - "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": "İzlediğiniz videonun kalan süresini gösterir" - }, - "rememberLastVolume": { - "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" - }, - "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" - }, - "shortsAutoScroll": { - "label": "Kısa videoya otomatik kaydır", - "title": "Bir sonraki kısa videoya otomatik kaydır" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": "Ekran göstergesinin rengini seçin" - }, - "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": { - "circle": "Circle", - "line": "Satır", - "no_display": "Ekran yok", - "text": "Metin" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Zorunlu oynatma hızını etkinleştir", - "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" - }, - "playbackSpeedButtons": { - "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" - }, - "select": { - "label": "Oynatma hızı", - "title": "Video oynatma hızını ayarlar" - }, - "title": "Oynatma hızı ayarları" - }, - "playlistLength": { - "enable": { - "label": "Display playlist length information", - "title": "Shows the total length of the playlist, how much has been watched, and how much remains." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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ü" - }, - "title": "Ekran görüntüsü ayarları" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "Kaydırma başına hız değişimi", - "title": "Kaydırma başına hız değiştirmeyi ayarlar" - }, - "enable": { - "label": "Kaydırma tekerleği hız kontrolü", - "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - }, - "title": "Scroll wheel speed control settings" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "Her kaydırmada değiştirilecek ses düzeyi", - "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" - }, - "enable": { - "label": "Kaydırma tekerleği ile ses kontrolü", - "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": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" - }, - "optionLabel": "{{KEY}} anahtarı", - "select": { - "label": "Düzenleyici anahtar", - "title": "Kullanılacak kısayol düğmesi" - } - }, - "holdRightClick": { - "enable": { - "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" - } - }, - "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "videoHistory": { - "enable": { - "label": "İzlenen videoları takip edin", - "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" - }, - "resumeType": { - "select": { - "label": "Devam etme türü", - "options": { - "automatic": "Otomatik", - "prompt": "Prompt" - }, - "title": "Videoları nasıl devam ettirmek istediğinizi seçin" - } - }, - "title": "Video geçmişi ayarları" - }, - "volumeBoost": { - "boostAmount": { - "label": "Ses güçlendirme miktarı (dB)", - "title": "Ses güçlendirme miktarı" - }, - "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." - } - }, - "title": "Ses güçlendirme ayarları" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Yazar", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "tr-TR", + "langName": "Türkçe", + "messages": { + "resumingVideo": "{{VIDEO_TIME}} tarihinde videoyu devam ettir", + "settingVolume": "Ses güçlendirmesini {{VOLUME_BOOST_AMOUNT}} olarak ayarla" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Kopyalandı!", + "label": "Geçerli zamana ait video URL'sini kopyala" + } + }, + "featureMenu": { + "button": { + "label": "Özellik menüsü" + } + }, + "forwardRewindButtons": { + "buttons": { + "forwardButton": { + "label": "Fast forward by {{TIME}}" + }, + "rewindButton": { + "label": "{{TIME}} kadar geri sar" + } + } + }, + "hideEndScreenCardsButton": { + "button": { + "label": "Bitiş ekranı kartlarını gizle", + "toggle": { + "off": "Bitiş ekranı kartlarını göster", + "on": "Bitiş ekranı kartlarını gizle" + } + } + }, + "loopButton": { + "button": { + "label": "Tekrarla", + "toggle": { + "off": "Tekrarlama kapalı", + "on": "Tekrarlama açık" + } + } + }, + "maximizePlayerButton": { + "button": { + "label": "Ekranı kapla", + "toggle": { + "off": "Tam ekran kapalı", + "on": "Tam ekran açıl" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Ekran görüntüsü" + }, + "copiedToClipboard": "Ekran görüntüsü panoya kopyalandı" + }, + "videoHistory": { + "resumeButton": "Devam Et", + "resumePrompt": { + "close": "Kapat" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": "Tüm seçenekler varsayılan değerlerine sıfırlandı.\nArtık \"Onayla\" düğmesine tıklayarak değişiklikleri kaydedebilir veya bu sayfayı kapatarak iptal edebilir veya bu bildirimi göz ardı edebilirsiniz." + }, + "success": { + "saved": "Seçenekler kaydedildi." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Tüm veriler silindi.", + "confirmAlert": "Bu seçeneklerle ilgili tüm uzantı verilerini silecektir. Devam etmek istiyor musunuz?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Otomatik kalite ayarlamayı etkinleştir", + "title": "Video kalitesini seçilen seviyeye otomatik olarak ayarlar." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Daha yüksek", + "lower": "Daha düşük" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Oynatma kalitesi", + "title": "Videonun ayarlanacağı kalite" + }, + "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" + }, + "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": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Decrease Speed button", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Bitiş ekranı kartlarını gizleme düğmesi", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Döngü düğmesi", + "maximizePlayerButton": "Tam ekran düğmesi", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Düğme Yerleşim Ayarları" + }, + "customCSS": { + "editor": { + "collapse": "Düzenleyiciyi Daralt", + "expand": "Düzenleyiciyi Genişlet", + "noProblems": "Hiç bir sorun bulunamadı." + }, + "enable": { + "label": "Özel CSS'yi etkinleştir", + "title": "Özel CSS'nin sayfaya uygulanmasını sağlar" + }, + "title": "Özel CSS Ayarları" + }, + "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ı" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button settings" + }, + "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" + }, + "title": "Dil" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Otomatik tiyatro modu", + "title": "Video yüklediğinizde tiyatro modunu otomatik olarak etkinleştirir" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Bitiş ekranı kartlarını gizle", + "title": "Video'nun sonundaki kartları gizler" + }, + "hideEndScreenCardsButton": { + "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": { + "label": "Canlı yayın sohbetini gizle", + "title": "Canlı yayın sohbetini gizler" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Kaydırma çubuğu gizlemeyi etkinleştir", + "title": "Sayfa kaydırma çubuğunu gizler" + }, + "hideShorts": { + "label": "Kısa videoları gizle", + "title": "Tüm kısa videoları gizler" + }, + "hideTranslateComment": { + "label": "Hide translate comment button", + "title": "Hides 'Translate to Language' button under comments" + }, + "loopButton": { + "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" + }, + "openTranscriptButton": { + "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" + }, + "pauseBackgroundPlayers": { + "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": "İzlediğiniz videonun kalan süresini gösterir" + }, + "rememberLastVolume": { + "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" + }, + "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" + }, + "shortsAutoScroll": { + "label": "Kısa videoya otomatik kaydır", + "title": "Bir sonraki kısa videoya otomatik kaydır" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": "Ekran göstergesinin rengini seçin" + }, + "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": { + "circle": "Circle", + "line": "Satır", + "no_display": "Ekran yok", + "text": "Metin" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Zorunlu oynatma hızını etkinleştir", + "title": "Video hızını aşağıda seçtiğiniz hıza ayarlar" + }, + "playbackSpeedButtons": { + "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" + }, + "select": { + "label": "Oynatma hızı", + "title": "Video oynatma hızını ayarlar" + }, + "title": "Oynatma hızı ayarları" + }, + "playlistLength": { + "enable": { + "label": "Display playlist length information", + "title": "Shows the total length of the playlist, how much has been watched, and how much remains." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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ü" + }, + "title": "Ekran görüntüsü ayarları" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "Kaydırma başına hız değişimi", + "title": "Kaydırma başına hız değiştirmeyi ayarlar" + }, + "enable": { + "label": "Kaydırma tekerleği hız kontrolü", + "title": "Kaydırma tekerleği ile hız ayarını etkinleştirmek için değiştirici tuşlarından birine basın." + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + }, + "title": "Scroll wheel speed control settings" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "Her kaydırmada değiştirilecek ses düzeyi", + "title": "Her kaydırmada değiştirilecek ses düzeyini ayarlayın" + }, + "enable": { + "label": "Kaydırma tekerleği ile ses kontrolü", + "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": "Kaydırma tekerleği ile ses düzeyi ayarını etkinleştirmek için değiştirici tuşlardan birine basın" + }, + "optionLabel": "{{KEY}} anahtarı", + "select": { + "label": "Düzenleyici anahtar", + "title": "Kullanılacak kısayol düğmesi" + } + }, + "holdRightClick": { + "enable": { + "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" + } + }, + "title": "Kaydırma tekerleği ile ses seviyesi kontrolü ayarları" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "videoHistory": { + "enable": { + "label": "İzlenen videoları takip edin", + "title": "İzlediğiniz videolarda en son nerede kaldığınızı takip eder ve oynatmaya oradan devam etmenizi sağlar" + }, + "resumeType": { + "select": { + "label": "Devam etme türü", + "options": { + "automatic": "Otomatik", + "prompt": "Prompt" + }, + "title": "Videoları nasıl devam ettirmek istediğinizi seçin" + } + }, + "title": "Video geçmişi ayarları" + }, + "volumeBoost": { + "boostAmount": { + "label": "Ses güçlendirme miktarı (dB)", + "title": "Ses güçlendirme miktarı" + }, + "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." + } + }, + "title": "Ses güçlendirme ayarları" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Yazar", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/uk-UA.json b/public/locales/uk-UA.json index e9a8f875..6bd12d32 100644 --- a/public/locales/uk-UA.json +++ b/public/locales/uk-UA.json @@ -1,603 +1,611 @@ { - "langCode": "uk-UA", - "langName": "Англійська (США)", - "messages": { - "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", - "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Розгорнути" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Відкрити транскрипцію" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Зменшити швидкість до {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Збільшити швидкість до {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Знімок екрана" - }, - "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" - }, - "videoHistory": { - "resumeButton": "Продовжити", - "resumePrompt": { - "close": "Закрити" - } - }, - "volumeBoostButton": { - "button": { - "label": "Збільшення гучності", - "toggle": { - "off": "Вимкнути збільшення гучності", - "on": "Включити збільшення гучності" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", - "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." - } - } - }, - "info": { - "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." - }, - "success": { - "saved": "Налаштування збережено." - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "Усі дані скинуто.", - "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Автоматичне регулювання якості", - "title": "Автоматично регулює якість відео на обраний рівень." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Стратегія запасного вибору якості", - "options": { - "higher": "Вища", - "lower": "Нижча" - }, - "title": "Стратегія для використання, коли вибрана якість недоступна" - } - }, - "select": { - "label": "Якість відтворення", - "title": "Якість відтворення відео" - }, - "title": "Автоматичні налаштування якості" - }, - "bottomButtons": { - "clear": { - "title": "Очищає всі дані цього розширення збережені на комп'ютері", - "value": "Видалити дані" - }, - "confirm": { - "title": "Підтвердити скидання налаштувань", - "value": "Підтвердити" - }, - "openTab": { - "title": "Відкрити налаштування розширення в новій вкладці" - }, - "reset": { - "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", - "value": "Скинути" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "Copy video URL with timestamp button", - "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", - "forwardButton": "Fast Forward button", - "hideEndScreenCardsButton": "Hide end screen cards button", - "increasePlaybackSpeedButton": "Increase Speed button", - "loopButton": "Loop button", - "maximizePlayerButton": "Maximize button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "uk-UA", + "langName": "Англійська (США)", + "messages": { + "resumingVideo": "Продовжити відео з {{VIDEO_TIME}}", + "settingVolume": "Посилити гучність до {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Розгорнути" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Відкрити транскрипцію" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Зменшити швидкість до {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Збільшити швидкість до {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Знімок екрана" + }, + "copiedToClipboard": "Знімок екрана скопійовано в буфер обміну" + }, + "videoHistory": { + "resumeButton": "Продовжити", + "resumePrompt": { + "close": "Закрити" + } + }, + "volumeBoostButton": { + "button": { + "label": "Збільшення гучності", + "toggle": { + "off": "Вимкнути збільшення гучності", + "on": "Включити збільшення гучності" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "Клавіша для керування швидкістю прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для регулювання гучності.", + "volumeControl": "Клавіша для регулювання гучності прокрутки компʼютерною мишею не може бути тією ж, що й клавіша для керування швидкістю." + } + } + }, + "info": { + "reset": "Всі параметри були скинуті до значень за замовчуванням.\nТепер ви можете зберегти зміни, натиснувши кнопку \"Підтвердити\" або відхилити їх, закривши цю сторінку або проігнорувавши це повідомлення." + }, + "success": { + "saved": "Налаштування збережено." + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "Усі дані скинуто.", + "confirmAlert": "Це видалить всі дані розширення, пов'язані з налаштуваннями. Продовжити?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Автоматичне регулювання якості", + "title": "Автоматично регулює якість відео на обраний рівень." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Стратегія запасного вибору якості", + "options": { + "higher": "Вища", + "lower": "Нижча" + }, + "title": "Стратегія для використання, коли вибрана якість недоступна" + } + }, + "select": { + "label": "Якість відтворення", + "title": "Якість відтворення відео" + }, + "title": "Автоматичні налаштування якості" + }, + "bottomButtons": { + "clear": { + "title": "Очищає всі дані цього розширення збережені на комп'ютері", + "value": "Видалити дані" + }, + "confirm": { + "title": "Підтвердити скидання налаштувань", + "value": "Підтвердити" + }, + "openTab": { + "title": "Відкрити налаштування розширення в новій вкладці" + }, + "reset": { + "title": "Скидає всі параметри до стандартних налаштувань, натисніть кнопку підтвердження, щоб зберегти зміни", + "value": "Скинути" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", + "decreasePlaybackSpeedButton": "Кнопка зменшення швидкості", + "forwardButton": "Fast Forward button", + "hideEndScreenCardsButton": "Hide end screen cards button", + "increasePlaybackSpeedButton": "Increase Speed button", + "loopButton": "Loop button", + "maximizePlayerButton": "Maximize button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/vi-VN.json b/public/locales/vi-VN.json index f1274b2a..a674e714 100644 --- a/public/locales/vi-VN.json +++ b/public/locales/vi-VN.json @@ -1,603 +1,611 @@ { - "langCode": "en-US", - "langName": "English (US)", - "messages": { - "resumingVideo": "Resuming video at {{VIDEO_TIME}}", - "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "Copied!", - "label": "Copy video URL with timestamp" - } - }, - "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": "Show end screen cards", - "on": "Hide 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" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "Open transcript" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "Decrease Speed to {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "Increase Speed to {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "Screenshot" - }, - "copiedToClipboard": "Screenshot copied to clipboard" - }, - "videoHistory": { - "resumeButton": "Resume", - "resumePrompt": { - "close": "Close" - } - }, - "volumeBoostButton": { - "button": { - "label": "Volume Boost", - "toggle": { - "off": "Volume boost off", - "on": "Volume boost on" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "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": { - "clearData": { - "allDataDeleted": "All data has been deleted.", - "confirmAlert": "This will delete all extension data related to options. Continue?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "Automatic quality adjustment", - "title": "Automatically adjusts the video quality to the selected level." - }, - "fallbackQualityStrategy": { - "select": { - "label": "Quality fallback strategy", - "options": { - "higher": "Higher", - "lower": "Lower" - }, - "title": "The strategy to use when the selected quality is not available" - } - }, - "select": { - "label": "Player quality", - "title": "The quality to set the video to" - }, - "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" - }, - "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 button", - "openTranscriptButton": "Open Transcript button", - "rewindButton": "Rewind 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" - } - }, - "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" - }, - "title": "Button Placement Settings" - }, - "customCSS": { - "editor": { - "collapse": "Collapse Editor", - "expand": "Expand Editor", - "noProblems": "No problems found." - }, - "enable": { - "label": "Enable custom CSS", - "title": "Enables custom CSS to be applied to the page" - }, - "title": "Custom CSS Settings" - }, - "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" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "Enable forward/rewind buttons", - "title": "Adds forward and rewind buttons to the video player" - }, - "time": { - "label": "Forward/rewind time", - "title": "The amount of time to forward/rewind the video by" - }, - "title": "Forward/rewind button 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" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "Automatic theater mode", - "title": "Automatically enables theater mode when you load a video" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, - "hideEndScreenCards": { - "label": "Hide end screen cards", - "title": "Hides the cards at the end of the video" - }, - "hideEndScreenCardsButton": { - "label": "Hide end screen cards button", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "Hide live stream chat", - "title": "Hides the live stream chat" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "Hide paid promotion banner", - "title": "Hides the banner that appears when you watch a video that has a paid promotion" - }, - "hideScrollbar": { - "label": "Hide scrollbar", - "title": "Hides the pages scrollbar" - }, - "hideShorts": { - "label": "Hide shorts", - "title": "Hides all shorts" - }, - "hideTranslateComment": { - "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" - }, - "maximizePlayerButton": { - "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" - }, - "openYouTubeSettingsOnHover": { - "label": "Open YouTube settings on hover", - "title": "Opens the YouTube settings menu when you hover over the settings button" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "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" - }, - "removeRedirect": { - "label": "Remove YouTube /redirect URLs", - "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" - }, - "shareShortener": { - "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" - }, - "skipContinueWatching": { - "label": "Skip \"Video is paused. Continue watching?\"", - "title": "Skips the idle dialog that pauses video playback" - } - }, - "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": { - "circle": "Circle", - "line": "Line", - "no_display": "No display", - "text": "Text" - }, - "title": "Select the type of On-Screen Display" - } - }, - "playbackSpeed": { - "enable": { - "label": "Forced playback speed", - "title": "Sets the video speed to what you choose below" - }, - "playbackSpeedButtons": { - "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" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "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" - }, - "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." - }, - "optionLabel": "{{KEY}} key", - "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" - } - }, - "holdRightClick": { - "enable": { - "label": "Enable when holding right click", - "title": "Hold right click to enable scroll wheel volume control" - } - }, - "title": "Scroll wheel volume control settings" - }, - "settingSearch": { - "placeholder": "Search for a setting" - }, - "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" - } - }, - "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." - } - }, - "title": "Volume boost settings" - }, - "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" - }, - "youtubeDeepDark": { - "author": "Author", - "co-authors": "Co-authors", - "colors": { - "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" - } - }, - "enable": { - "label": "Enable selected theme", - "title": "Activate the selected theme for the page" - }, - "select": { - "label": "Select theme", - "title": "Select a theme to be applied to the page" - }, - "title": "YouTube Deep Dark Settings" - } - } - } -} + "langCode": "en-US", + "langName": "English (US)", + "messages": { + "resumingVideo": "Resuming video at {{VIDEO_TIME}}", + "settingVolume": "Setting volume boost to {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, + "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": "Show end screen cards", + "on": "Hide 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" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "Open transcript" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "Decrease Speed to {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "Increase Speed to {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "Screenshot" + }, + "copiedToClipboard": "Screenshot copied to clipboard" + }, + "videoHistory": { + "resumeButton": "Resume", + "resumePrompt": { + "close": "Close" + } + }, + "volumeBoostButton": { + "button": { + "label": "Volume Boost", + "toggle": { + "off": "Volume boost off", + "on": "Volume boost on" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "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": { + "clearData": { + "allDataDeleted": "All data has been deleted.", + "confirmAlert": "This will delete all extension data related to options. Continue?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "Automatic quality adjustment", + "title": "Automatically adjusts the video quality to the selected level." + }, + "fallbackQualityStrategy": { + "select": { + "label": "Quality fallback strategy", + "options": { + "higher": "Higher", + "lower": "Lower" + }, + "title": "The strategy to use when the selected quality is not available" + } + }, + "select": { + "label": "Player quality", + "title": "The quality to set the video to" + }, + "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" + }, + "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 button", + "openTranscriptButton": "Open Transcript button", + "rewindButton": "Rewind 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" + } + }, + "title": "Place the {{BUTTON_NAME}} {{PLACEMENT}}" + }, + "title": "Button Placement Settings" + }, + "customCSS": { + "editor": { + "collapse": "Collapse Editor", + "expand": "Expand Editor", + "noProblems": "No problems found." + }, + "enable": { + "label": "Enable custom CSS", + "title": "Enables custom CSS to be applied to the page" + }, + "title": "Custom CSS Settings" + }, + "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" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "Enable forward/rewind buttons", + "title": "Adds forward and rewind buttons to the video player" + }, + "time": { + "label": "Forward/rewind time", + "title": "The amount of time to forward/rewind the video by" + }, + "title": "Forward/rewind button 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" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "Automatic theater mode", + "title": "Automatically enables theater mode when you load a video" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, + "hideEndScreenCards": { + "label": "Hide end screen cards", + "title": "Hides the cards at the end of the video" + }, + "hideEndScreenCardsButton": { + "label": "Hide end screen cards button", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "Hide live stream chat", + "title": "Hides the live stream chat" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "Hide paid promotion banner", + "title": "Hides the banner that appears when you watch a video that has a paid promotion" + }, + "hideScrollbar": { + "label": "Hide scrollbar", + "title": "Hides the pages scrollbar" + }, + "hideShorts": { + "label": "Hide shorts", + "title": "Hides all shorts" + }, + "hideTranslateComment": { + "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" + }, + "maximizePlayerButton": { + "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" + }, + "openYouTubeSettingsOnHover": { + "label": "Open YouTube settings on hover", + "title": "Opens the YouTube settings menu when you hover over the settings button" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "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" + }, + "removeRedirect": { + "label": "Remove YouTube /redirect URLs", + "title": "Replaces YouTube redirect by actual URLs, skipping redirect warning dialogue" + }, + "shareShortener": { + "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" + }, + "skipContinueWatching": { + "label": "Skip \"Video is paused. Continue watching?\"", + "title": "Skips the idle dialog that pauses video playback" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "Circle", + "line": "Line", + "no_display": "No display", + "text": "Text" + }, + "title": "Select the type of On-Screen Display" + } + }, + "playbackSpeed": { + "enable": { + "label": "Forced playback speed", + "title": "Sets the video speed to what you choose below" + }, + "playbackSpeedButtons": { + "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" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "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" + }, + "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." + }, + "optionLabel": "{{KEY}} key", + "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" + } + }, + "holdRightClick": { + "enable": { + "label": "Enable when holding right click", + "title": "Hold right click to enable scroll wheel volume control" + } + }, + "title": "Scroll wheel volume control settings" + }, + "settingSearch": { + "placeholder": "Search for a setting" + }, + "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" + } + }, + "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." + } + }, + "title": "Volume boost settings" + }, + "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" + }, + "youtubeDeepDark": { + "author": "Author", + "co-authors": "Co-authors", + "colors": { + "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" + } + }, + "enable": { + "label": "Enable selected theme", + "title": "Activate the selected theme for the page" + }, + "select": { + "label": "Select theme", + "title": "Select a theme to be applied to the page" + }, + "title": "YouTube Deep Dark Settings" + } + } + } +} \ No newline at end of file diff --git a/public/locales/zh-CN.json b/public/locales/zh-CN.json index 758489e3..a25fc704 100644 --- a/public/locales/zh-CN.json +++ b/public/locales/zh-CN.json @@ -1,603 +1,611 @@ { - "langCode": "zh-CN", - "langName": "中文 (简体)", - "messages": { - "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", - "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "复制成功!", - "label": "复制带有时间戳的视频 URL" - } - }, - "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": "最大化开启" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打开转写文稿" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "降低播放速度至 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "增加播放速度至 {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "屏幕截图" - }, - "copiedToClipboard": "截图已复制到剪贴板" - }, - "videoHistory": { - "resumeButton": "继续播放", - "resumePrompt": { - "close": "关" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增强", - "toggle": { - "off": "关闭音量增强", - "on": "开启音量增强" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滚轮控制播放速度键位与控制音量冲突。", - "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" - } - } - }, - "info": { - "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" - }, - "success": { - "saved": "选项已保存。" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有数据已删除。", - "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "自动质量调整", - "title": "自动调整视频质量到所选等级。" - }, - "fallbackQualityStrategy": { - "select": { - "label": "质量回退策略", - "options": { - "higher": "升高", - "lower": "降低" - }, - "title": "当所选质量不可用时使用的策略" - } - }, - "select": { - "label": "播放质量", - "title": "将视频质量设为" - }, - "title": "自动画质设置" - }, - "bottomButtons": { - "clear": { - "title": "清除此扩展存储在您机器上的所有数据", - "value": "清除数据" - }, - "confirm": { - "title": "确认重置设置", - "value": "确认" - }, - "openTab": { - "title": "在新标签中打开扩展设置" - }, - "reset": { - "title": "重置所有设置为默认设置,点击确认按钮以保存更改", - "value": "重新开始" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", - "decreasePlaybackSpeedButton": "降低速度按钮", - "forwardButton": "快进按钮", - "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", - "increasePlaybackSpeedButton": "增加速度按钮", - "loopButton": "循环按钮", - "maximizePlayerButton": "最大化按钮", - "openTranscriptButton": "转写文稿按钮", - "rewindButton": "快退按钮", - "screenshotButton": "屏幕截图按钮", - "volumeBoostButton": "音量增强按钮" - }, - "options": { - "below_player": { - "placement": "位于播放器控制按键下方", - "value": "位于播放器下方" - }, - "feature_menu": { - "placement": "位于功能菜单内", - "value": "功能菜单" - }, - "player_controls_left": { - "placement": "位于播放器控制按键左侧", - "value": "控件居左" - }, - "player_controls_right": { - "placement": "位于播放器控制按键右侧", - "value": "控件居右" - } - }, - "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" - }, - "title": "按钮位置设置" - }, - "customCSS": { - "editor": { - "collapse": "折叠编辑器", - "expand": "展开编辑器", - "noProblems": "未发现问题" - }, - "enable": { - "label": "启用自定义 CSS", - "title": "启用自定义 CSS 以应用到页面" - }, - "title": "自定义 CSS 设置" - }, - "featureMenu": { - "openType": { - "select": { - "label": "菜单激活方式", - "options": { - "click": "点击", - "hover": "悬停" - }, - "title": "设置打开功能菜单的方式" - }, - "title": "功能菜单设置" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "启用快进/快退按钮", - "title": "给视频播放器添加快进/快退按钮" - }, - "time": { - "label": "快进/快退时间", - "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": "语言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自动启用剧场模式", - "title": "当视频打开时,自动启用剧场模式" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "复制带有时间戳的视频 URL 按钮", - "title": "复制带有时间戳的视频 URL (?t=123)" - }, - "hideEndScreenCards": { - "label": "隐藏结束界面卡片", - "title": "隐藏视频末尾的卡片" - }, - "hideEndScreenCardsButton": { - "label": "隐藏结束界面卡片按钮", - "title": "添加按钮以显示/隐藏视频末尾的卡片" - }, - "hideLiveStreamChat": { - "label": "隐藏直播聊天", - "title": "隐藏直播聊天" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "隐藏付费推广横幅", - "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" - }, - "hideScrollbar": { - "label": "启用隐藏滚动条", - "title": "隐藏页面滚动条" - }, - "hideShorts": { - "label": "隐藏短视频", - "title": "隐藏所有短视频" - }, - "hideTranslateComment": { - "label": "隐藏翻译评论按钮", - "title": "隐藏评论下方的“翻译至当前语言”按钮" - }, - "loopButton": { - "label": "循环按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "maximizePlayerButton": { - "label": "最大化播放器按钮", - "title": "在功能菜单中添加一个按钮来最大化播放器" - }, - "openTranscriptButton": { - "label": "转写文稿按钮", - "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" - }, - "openYouTubeSettingsOnHover": { - "label": "悬停时打开 YouTube 设置", - "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" - }, - "pauseBackgroundPlayers": { - "label": "暂停后台播放", - "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" - }, - "remainingTime": { - "label": "剩余时间", - "title": "显示您观看的视频的剩余时间" - }, - "rememberLastVolume": { - "label": "记住最后一个音量", - "title": "记住最后一个视频的音量并在打开新视频时设置" - }, - "removeRedirect": { - "label": "屏蔽YouTube重定向链接", - "title": "用真实链接替换YouTube重定向,并跳过重定向警告" - }, - "shareShortener": { - "label": "缩短YouTube视频分享链接", - "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" - }, - "shortsAutoScroll": { - "label": "短视频自动下滑", - "title": "短视频播完后,自动下滑播放下一个" - }, - "skipContinueWatching": { - "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": { - "circle": "圆形图标", - "line": "直线", - "no_display": "无显示", - "text": "文本" - }, - "title": "选择屏幕提示文本颜色" - } - }, - "playbackSpeed": { - "enable": { - "label": "强制播放速度", - "title": "将视频速度设置为您在下面选择的内容" - }, - "playbackSpeedButtons": { - "label": "播放速度按钮", - "select": { - "label": "播放按钮的速度", - "title": "每次点击要更改的速度量" - }, - "title": "添加按钮以增加或降低您观看的视频的播放速度" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "屏幕截图按钮", - "title": "向播放器添加一个按钮以拍摄视频的截图" - }, - "saveAs": { - "clipboard": "剪贴板", - "file": "文件" - }, - "selectFormat": { - "label": "截图格式", - "title": "保存屏幕截图的格式" - }, - "selectSaveAs": { - "label": "屏幕截图保存类型", - "title": "屏幕截图保存类型" - }, - "title": "屏幕截图选项" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制播放速度设置", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - }, - "title": "滚轮控制播放速度设置" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每轮滚动音量", - "title": "调整每轮滚动的音量变化" - }, - "enable": { - "label": "滚轮控制音量", - "title": "让您使用滚轮来控制您正在观看的视频音量" - }, - "holdModifierKey": { - "enable": { - "label": "在按住控制键时启用功能", - "title": "按下控制键时启用滚轮音量调整" - }, - "optionLabel": "{{KEY}} 键", - "select": { - "label": "控制键", - "title": "启用功能时按住的控制键" - } - }, - "holdRightClick": { - "enable": { - "label": "按住右键时启用", - "title": "按住右键以启用滚轮音量控制" - } - }, - "title": "滚轮控制音量设置" - }, - "settingSearch": { - "placeholder": "搜索设置" - }, - "videoHistory": { - "enable": { - "label": "记录已观看视频", - "title": "记录您关闭视频的进度并在下次播放时恢复" - }, - "resumeType": { - "select": { - "label": "进度恢复方式", - "options": { - "automatic": "自动", - "prompt": "提示" - }, - "title": "选择恢复视频播放进度的方式" - } - }, - "title": "视频历史记录设置" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量提升量(分贝)", - "title": "音量提升量(分贝)" - }, - "enable": { - "label": "音量增强", - "title": "启用音量增强" - }, - "mode": { - "select": { - "label": "音量增强模式", - "options": { - "global": "全局统一", - "perVideo": "分别记忆" - }, - "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" - } - }, - "title": "音量增强设置" - }, - "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" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "合作作者", - "colors": { - "colorShadow": { - "label": "阴影颜色", - "title": "阴影颜色" - }, - "dimmerText": { - "label": "次要文本颜色", - "title": "为次要文本使用的颜色" - }, - "hoverBackground": { - "label": "悬停背景颜色", - "title": "为悬停背景使用的颜色" - }, - "mainBackground": { - "label": "主要背景颜色", - "title": "为主要背景使用的颜色" - }, - "mainColor": { - "label": "强调颜色", - "title": "为强调使用的颜色" - }, - "mainText": { - "label": "主要文本颜色", - "title": "为主要文本使用的颜色" - }, - "secondBackground": { - "label": "次要背景颜色", - "title": "为次要背景使用的颜色" - } - }, - "enable": { - "label": "启用所选主题", - "title": "在页面上应用所选主题" - }, - "select": { - "label": "选择主题", - "title": "选择要应用到页面的主题" - }, - "title": "YouTube 暗黑模式设置" - } - } - } -} + "langCode": "zh-CN", + "langName": "中文 (简体)", + "messages": { + "resumingVideo": "恢复视频播放时刻于 {{VIDEO_TIME}}", + "settingVolume": "设置音量增强至 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "复制成功!", + "label": "复制带有时间戳的视频 URL" + } + }, + "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": "最大化开启" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打开转写文稿" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "降低播放速度至 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "增加播放速度至 {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "屏幕截图" + }, + "copiedToClipboard": "截图已复制到剪贴板" + }, + "videoHistory": { + "resumeButton": "继续播放", + "resumePrompt": { + "close": "关" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增强", + "toggle": { + "off": "关闭音量增强", + "on": "开启音量增强" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滚轮控制播放速度键位与控制音量冲突。", + "volumeControl": "滚轮控制音量键位与控制播放速度冲突。" + } + } + }, + "info": { + "reset": "所有选项已重置为默认值。\n现在您可以通过单击“确认”按钮保存更改,或通过关闭此页面或忽略此通知放弃更改。" + }, + "success": { + "saved": "选项已保存。" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有数据已删除。", + "confirmAlert": "这将删除所有与选项相关的扩展数据。是否继续?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "自动质量调整", + "title": "自动调整视频质量到所选等级。" + }, + "fallbackQualityStrategy": { + "select": { + "label": "质量回退策略", + "options": { + "higher": "升高", + "lower": "降低" + }, + "title": "当所选质量不可用时使用的策略" + } + }, + "select": { + "label": "播放质量", + "title": "将视频质量设为" + }, + "title": "自动画质设置" + }, + "bottomButtons": { + "clear": { + "title": "清除此扩展存储在您机器上的所有数据", + "value": "清除数据" + }, + "confirm": { + "title": "确认重置设置", + "value": "确认" + }, + "openTab": { + "title": "在新标签中打开扩展设置" + }, + "reset": { + "title": "重置所有设置为默认设置,点击确认按钮以保存更改", + "value": "重新开始" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "复制带有时间戳的视频 URL 按钮", + "decreasePlaybackSpeedButton": "降低速度按钮", + "forwardButton": "快进按钮", + "hideEndScreenCardsButton": "隐藏结束界面卡片按钮", + "increasePlaybackSpeedButton": "增加速度按钮", + "loopButton": "循环按钮", + "maximizePlayerButton": "最大化按钮", + "openTranscriptButton": "转写文稿按钮", + "rewindButton": "快退按钮", + "screenshotButton": "屏幕截图按钮", + "volumeBoostButton": "音量增强按钮" + }, + "options": { + "below_player": { + "placement": "位于播放器控制按键下方", + "value": "位于播放器下方" + }, + "feature_menu": { + "placement": "位于功能菜单内", + "value": "功能菜单" + }, + "player_controls_left": { + "placement": "位于播放器控制按键左侧", + "value": "控件居左" + }, + "player_controls_right": { + "placement": "位于播放器控制按键右侧", + "value": "控件居右" + } + }, + "title": "把 {{BUTTON_NAME}} 按钮放在 {{PLACEMENT}}" + }, + "title": "按钮位置设置" + }, + "customCSS": { + "editor": { + "collapse": "折叠编辑器", + "expand": "展开编辑器", + "noProblems": "未发现问题" + }, + "enable": { + "label": "启用自定义 CSS", + "title": "启用自定义 CSS 以应用到页面" + }, + "title": "自定义 CSS 设置" + }, + "featureMenu": { + "openType": { + "select": { + "label": "菜单激活方式", + "options": { + "click": "点击", + "hover": "悬停" + }, + "title": "设置打开功能菜单的方式" + }, + "title": "功能菜单设置" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "启用快进/快退按钮", + "title": "给视频播放器添加快进/快退按钮" + }, + "time": { + "label": "快进/快退时间", + "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": "语言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自动启用剧场模式", + "title": "当视频打开时,自动启用剧场模式" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "复制带有时间戳的视频 URL 按钮", + "title": "复制带有时间戳的视频 URL (?t=123)" + }, + "hideEndScreenCards": { + "label": "隐藏结束界面卡片", + "title": "隐藏视频末尾的卡片" + }, + "hideEndScreenCardsButton": { + "label": "隐藏结束界面卡片按钮", + "title": "添加按钮以显示/隐藏视频末尾的卡片" + }, + "hideLiveStreamChat": { + "label": "隐藏直播聊天", + "title": "隐藏直播聊天" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "隐藏付费推广横幅", + "title": "隐藏当您观看带有付费促销的视频时出现的横幅广告" + }, + "hideScrollbar": { + "label": "启用隐藏滚动条", + "title": "隐藏页面滚动条" + }, + "hideShorts": { + "label": "隐藏短视频", + "title": "隐藏所有短视频" + }, + "hideTranslateComment": { + "label": "隐藏翻译评论按钮", + "title": "隐藏评论下方的“翻译至当前语言”按钮" + }, + "loopButton": { + "label": "循环按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "maximizePlayerButton": { + "label": "最大化播放器按钮", + "title": "在功能菜单中添加一个按钮来最大化播放器" + }, + "openTranscriptButton": { + "label": "转写文稿按钮", + "title": "在功能菜单中添加一个按钮来循环你正在观看的视频" + }, + "openYouTubeSettingsOnHover": { + "label": "悬停时打开 YouTube 设置", + "title": "当您悬停在设置按钮上时打开 YouTube 设置菜单" + }, + "pauseBackgroundPlayers": { + "label": "暂停后台播放", + "title": "当您在前台标签中启用一个新播放器时,暂停后台标签中的视频播放器" + }, + "remainingTime": { + "label": "剩余时间", + "title": "显示您观看的视频的剩余时间" + }, + "rememberLastVolume": { + "label": "记住最后一个音量", + "title": "记住最后一个视频的音量并在打开新视频时设置" + }, + "removeRedirect": { + "label": "屏蔽YouTube重定向链接", + "title": "用真实链接替换YouTube重定向,并跳过重定向警告" + }, + "shareShortener": { + "label": "缩短YouTube视频分享链接", + "title": "分享Youtube视频(youtu.be)时,删除si/feature 参数以缩短链接" + }, + "shortsAutoScroll": { + "label": "短视频自动下滑", + "title": "短视频播完后,自动下滑播放下一个" + }, + "skipContinueWatching": { + "label": "跳过\"视频已暂停。继续观看吗?\"", + "title": "跳过暂停视频播放的闲置对话框" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "圆形图标", + "line": "直线", + "no_display": "无显示", + "text": "文本" + }, + "title": "选择屏幕提示文本颜色" + } + }, + "playbackSpeed": { + "enable": { + "label": "强制播放速度", + "title": "将视频速度设置为您在下面选择的内容" + }, + "playbackSpeedButtons": { + "label": "播放速度按钮", + "select": { + "label": "播放按钮的速度", + "title": "每次点击要更改的速度量" + }, + "title": "添加按钮以增加或降低您观看的视频的播放速度" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "屏幕截图按钮", + "title": "向播放器添加一个按钮以拍摄视频的截图" + }, + "saveAs": { + "clipboard": "剪贴板", + "file": "文件" + }, + "selectFormat": { + "label": "截图格式", + "title": "保存屏幕截图的格式" + }, + "selectSaveAs": { + "label": "屏幕截图保存类型", + "title": "屏幕截图保存类型" + }, + "title": "屏幕截图选项" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制播放速度设置", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + }, + "title": "滚轮控制播放速度设置" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每轮滚动音量", + "title": "调整每轮滚动的音量变化" + }, + "enable": { + "label": "滚轮控制音量", + "title": "让您使用滚轮来控制您正在观看的视频音量" + }, + "holdModifierKey": { + "enable": { + "label": "在按住控制键时启用功能", + "title": "按下控制键时启用滚轮音量调整" + }, + "optionLabel": "{{KEY}} 键", + "select": { + "label": "控制键", + "title": "启用功能时按住的控制键" + } + }, + "holdRightClick": { + "enable": { + "label": "按住右键时启用", + "title": "按住右键以启用滚轮音量控制" + } + }, + "title": "滚轮控制音量设置" + }, + "settingSearch": { + "placeholder": "搜索设置" + }, + "videoHistory": { + "enable": { + "label": "记录已观看视频", + "title": "记录您关闭视频的进度并在下次播放时恢复" + }, + "resumeType": { + "select": { + "label": "进度恢复方式", + "options": { + "automatic": "自动", + "prompt": "提示" + }, + "title": "选择恢复视频播放进度的方式" + } + }, + "title": "视频历史记录设置" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量提升量(分贝)", + "title": "音量提升量(分贝)" + }, + "enable": { + "label": "音量增强", + "title": "启用音量增强" + }, + "mode": { + "select": { + "label": "音量增强模式", + "options": { + "global": "全局统一", + "perVideo": "分别记忆" + }, + "title": "选择音量增强生效的方式。“分别记忆”为每个视频记住各自的设置。“全局”使音量增强功能开启时,对所有视频采用同一设置。" + } + }, + "title": "音量增强设置" + }, + "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" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "合作作者", + "colors": { + "colorShadow": { + "label": "阴影颜色", + "title": "阴影颜色" + }, + "dimmerText": { + "label": "次要文本颜色", + "title": "为次要文本使用的颜色" + }, + "hoverBackground": { + "label": "悬停背景颜色", + "title": "为悬停背景使用的颜色" + }, + "mainBackground": { + "label": "主要背景颜色", + "title": "为主要背景使用的颜色" + }, + "mainColor": { + "label": "强调颜色", + "title": "为强调使用的颜色" + }, + "mainText": { + "label": "主要文本颜色", + "title": "为主要文本使用的颜色" + }, + "secondBackground": { + "label": "次要背景颜色", + "title": "为次要背景使用的颜色" + } + }, + "enable": { + "label": "启用所选主题", + "title": "在页面上应用所选主题" + }, + "select": { + "label": "选择主题", + "title": "选择要应用到页面的主题" + }, + "title": "YouTube 暗黑模式设置" + } + } + } +} \ No newline at end of file diff --git a/public/locales/zh-TW.json b/public/locales/zh-TW.json index 005a7f10..098491dd 100644 --- a/public/locales/zh-TW.json +++ b/public/locales/zh-TW.json @@ -1,603 +1,611 @@ { - "langCode": "zh-TW", - "langName": "繁體中文 (台灣)", - "messages": { - "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", - "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" - }, - "pages": { - "content": { - "features": { - "copyTimestampUrlButton": { - "button": { - "copied": "已複製!", - "label": "複製目前播放時間的影片網址" - } - }, - "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": "啟用最大化" - } - } - }, - "openTranscriptButton": { - "button": { - "label": "打開文字記錄" - } - }, - "playbackSpeedButtons": { - "buttons": { - "decreasePlaybackSpeedButton": { - "label": "減慢播放速度 {{SPEED}}" - }, - "increasePlaybackSpeedButton": { - "label": "加快播放速度 {{SPEED}}" - } - }, - "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." - }, - "screenshotButton": { - "button": { - "label": "螢幕截圖" - }, - "copiedToClipboard": "螢幕截圖已複製剪貼簿" - }, - "videoHistory": { - "resumeButton": "繼續", - "resumePrompt": { - "close": "關閉" - } - }, - "volumeBoostButton": { - "button": { - "label": "音量增強", - "toggle": { - "off": "關閉音量增強", - "on": "啟用音量增強" - } - } - } - } - }, - "options": { - "notifications": { - "error": { - "scrollWheelHoldModifierKey": { - "sameKey": { - "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", - "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" - } - } - }, - "info": { - "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" - }, - "success": { - "saved": "選項已儲存" - } - } - } - }, - "settings": { - "clearData": { - "allDataDeleted": "所有資料已重置。", - "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" - }, - "sections": { - "automaticQuality": { - "enable": { - "label": "自動畫質調整", - "title": "自動調整到指定畫質" - }, - "fallbackQualityStrategy": { - "select": { - "label": "畫質後備策略", - "options": { - "higher": "較高", - "lower": "較低" - }, - "title": "所選畫質不適用時的策略" - } - }, - "select": { - "label": "播放畫質", - "title": "設定影片播放畫質" - }, - "title": "自動畫質設定" - }, - "bottomButtons": { - "clear": { - "title": "清除這個擴充套件儲存在此機上的資料", - "value": "清除資料" - }, - "confirm": { - "title": "確認重設設定", - "value": "確認" - }, - "openTab": { - "title": "於新頁面開啟擴充套件設定" - }, - "reset": { - "title": "將所以設定回復到初始值,按確認儲存變更", - "value": "重置" - } - }, - "buttonPlacement": { - "select": { - "buttonNames": { - "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", - "decreasePlaybackSpeedButton": "減慢速度按鈕", - "forwardButton": "快轉按鈕", - "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", - "increasePlaybackSpeedButton": "加快速度按妞", - "loopButton": "循環播放按鈕", - "maximizePlayerButton": "最大化按鈕", - "openTranscriptButton": "開啟文字記錄按鈕", - "rewindButton": "倒帶按鈕", - "screenshotButton": "螢幕截圖按鈕", - "volumeBoostButton": "音量增強按鈕" - }, - "options": { - "below_player": { - "placement": "於播放器底下", - "value": "播放器底下" - }, - "feature_menu": { - "placement": "於功能選單", - "value": "功能選單" - }, - "player_controls_left": { - "placement": "於播放器左邊", - "value": "播放器左邊" - }, - "player_controls_right": { - "placement": "於播放器右邊", - "value": "播放器右邊" - } - }, - "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" - }, - "title": "按鈕位置設定" - }, - "customCSS": { - "editor": { - "collapse": "收起編輯器", - "expand": "展開編輯器", - "noProblems": "沒有發現問題" - }, - "enable": { - "label": "啟用自訂CSS", - "title": "啟用應用到頁面的自訂CSS" - }, - "title": "自訂CSS設定" - }, - "featureMenu": { - "openType": { - "select": { - "label": "選單開啟方式", - "options": { - "click": "點擊", - "hover": "游標懸浮" - }, - "title": "選擇選單開啟方式" - }, - "title": "功能選單設定" - } - }, - "forwardRewindButtons": { - "enable": { - "label": "啟用快轉倒帶按鈕", - "title": "在播放器加入快轉和倒帶按鈕" - }, - "time": { - "label": "快轉/倒帶時間", - "title": "每次快轉/倒帶的時間" - }, - "title": "快轉/倒帶按鈕設定" - }, - "importExportSettings": { - "exportButton": { - "success": "設定已成功匯出", - "title": "匯出設定至 JSON 檔案", - "value": "匯出設定" - }, - "importButton": { - "error": { - "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", - "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" - }, - "success": "設定已成功匯入", - "title": "由 JSON 檔案匯入設定", - "value": "匯入設定" - } - }, - "language": { - "select": { - "label": "語言", - "title": "擴充套件使用的語言" - }, - "title": "語言" - }, - "miscellaneous": { - "features": { - "automaticTheaterMode": { - "label": "自動啟用劇院模式", - "title": "載入影片時自動啟用劇院模式" - }, - "automaticallyDisableClosedCaptions": { - "label": "Automatically disable closed captions", - "title": "Automatically disables closed captions when you load a video" - }, - "copyTimestampUrlButton": { - "label": "複製目前播放時間的影片網址按鈕", - "title": "複製目前播放時間的影片網址 (?t=123)" - }, - "hideEndScreenCards": { - "label": "隱藏片尾資訊卡", - "title": "隱藏影片片尾的資訊卡" - }, - "hideEndScreenCardsButton": { - "label": "隱藏片尾資訊卡按鈕", - "title": "Adds a button to show/hide the cards at the end of the video" - }, - "hideLiveStreamChat": { - "label": "隱藏直播聊天室", - "title": "隱藏直播的聊天室" - }, - "hideOfficialArtistVideosFromHomePage": { - "label": "Hide Official Artist Videos", - "title": "Hide Official Artist Videos from Home Page" - }, - "hidePaidPromotionBanner": { - "label": "隱藏付費推廣橫幅", - "title": "隱藏當影片帶有付費推廣時顯示的橫幅" - }, - "hideScrollbar": { - "label": "隱藏捲軸", - "title": "隱藏頁面捲軸" - }, - "hideShorts": { - "label": "隱藏 Shorts", - "title": "隱藏全部 Shorts" - }, - "hideTranslateComment": { - "label": "隱藏翻譯留言按鈕", - "title": "隱藏留言下的翻譯按鈕" - }, - "loopButton": { - "label": "循環按鈕", - "title": "加入按鈕循環播放當前影片" - }, - "maximizePlayerButton": { - "label": "最大化播放器按鈕", - "title": "加入最大化播放器按鈕" - }, - "openTranscriptButton": { - "label": "開啟文字記錄按鈕", - "title": "加入按鈕開啟當前影片的文子記錄" - }, - "openYouTubeSettingsOnHover": { - "label": "懸浮時開啟設定選單", - "title": "鼠標懸浮在設定按鈕時開啟選單" - }, - "pauseBackgroundPlayers": { - "label": "Pause background players", - "title": "Pauses video players in background tabs when you start a new player in foreground tab" - }, - "remainingTime": { - "label": "剩餘時間", - "title": "顥示現時影片的剩餘時間" - }, - "rememberLastVolume": { - "label": "記住上次播放音量", - "title": "記住上次的播放音量,設定到新播放的影片上" - }, - "removeRedirect": { - "label": "移除 YouTube 重新導向網址", - "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" - }, - "shareShortener": { - "label": "縮短 YouTube 影片共享連結", - "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" - }, - "shortsAutoScroll": { - "label": "Shorts 自動滾動", - "title": "自動滾動到下一段 Short" - }, - "skipContinueWatching": { - "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": { - "circle": "圓形", - "line": "線條", - "no_display": "不顯示", - "text": "文字" - }, - "title": "選擇屏幕顥示風格" - } - }, - "playbackSpeed": { - "enable": { - "label": "強制播放速度", - "title": "設定影片播放速度如下" - }, - "playbackSpeedButtons": { - "label": "播放速度按鈕", - "select": { - "label": "Playback buttons speed", - "title": "每次按下時改變的速度" - }, - "title": "加入加快或減慢播放速度按鈕" - }, - "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." - }, - "title": "Playlist length settings", - "wayToGetLength": { - "select": { - "label": "Method to get playlist length", - "title": "The way to get playlist length information (API method will fallback 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)" - } - } - }, - "screenshotButton": { - "enable": { - "label": "螢幕截圖按鈕", - "title": "在播放器加入擷取螢幕截圖按鈕" - }, - "saveAs": { - "clipboard": "剪貼簿", - "file": "檔案" - }, - "selectFormat": { - "label": "螢幕截圖儲存格式", - "title": "螢幕截圖的儲存格式" - }, - "selectSaveAs": { - "label": "螢幕截圖儲存方式", - "title": "螢幕截圖的儲存方式" - }, - "title": "螢幕截圖設定" - }, - "scrollWheelSpeedControl": { - "adjustmentSteps": { - "label": "每次滾動的速度增減", - "title": "調整每次滾動時的播放速度幅度" - }, - "enable": { - "label": "滾輪播放速度控制", - "title": "按住輔助按鍵來啟用播放速度調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - }, - "title": "滾輪播放速度控制設定" - }, - "scrollWheelVolumeControl": { - "adjustmentSteps": { - "label": "每次滾動的音量增減", - "title": "調整每次滾動時的音量增減幅度" - }, - "enable": { - "label": "滾輪音量控制", - "title": "使用滑鼠滾輪控制現在播放的影片音量" - }, - "holdModifierKey": { - "enable": { - "label": "啟用輔助按鍵", - "title": "按住輔助按鍵來啟用滾輪音量調節" - }, - "optionLabel": "{{KEY}} 鍵", - "select": { - "label": "輔助按鍵", - "title": "使用的輔助按鍵" - } - }, - "holdRightClick": { - "enable": { - "label": "按住滑鼠右鍵時啟用", - "title": "住滑鼠右鍵時啟用滾輪音量調節" - } - }, - "title": "滾輪音量控制設定" - }, - "settingSearch": { - "placeholder": "搜尋設定" - }, - "videoHistory": { - "enable": { - "label": "記住已觀看的影片", - "title": "記住己觀看影片的播放位置及啟用繼續播放" - }, - "resumeType": { - "select": { - "label": "繼續播放方式", - "options": { - "automatic": "自動", - "prompt": "提示" - }, - "title": "選擇如何繼續播放" - } - }, - "title": "觀看記錄設定" - }, - "volumeBoost": { - "boostAmount": { - "label": "音量增強度 (分貝)", - "title": "將音量增幅至" - }, - "enable": { - "label": "音量增強", - "title": "啟用音量增強" - }, - "mode": { - "select": { - "label": "音量增強模式", - "options": { - "global": "全局", - "perVideo": "單獨" - }, - "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" - } - }, - "title": "音量增強設定" - }, - "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" - }, - "youtubeDeepDark": { - "author": "作者", - "co-authors": "共同作者", - "colors": { - "colorShadow": { - "label": "陰影顏色", - "title": "陰影的顏色" - }, - "dimmerText": { - "label": "次要文字顏色", - "title": "次要文字的顏色" - }, - "hoverBackground": { - "label": "Hover background color", - "title": "滑過背景顏色" - }, - "mainBackground": { - "label": "主要背景顏色", - "title": "主要背景的顏色" - }, - "mainColor": { - "label": "重點色調", - "title": "重點色調的顏色" - }, - "mainText": { - "label": "主要文字顏色", - "title": "主要文字的顏色" - }, - "secondBackground": { - "label": "次要背景顏色", - "title": "次要背景顏色" - } - }, - "enable": { - "label": "啟用已選主題", - "title": "啟用頁面的已選主題" - }, - "select": { - "label": "選擇主題", - "title": "選擇套用到頁面的主題" - }, - "title": "YouTube Deep Dark 設定" - } - } - } -} + "langCode": "zh-TW", + "langName": "繁體中文 (台灣)", + "messages": { + "resumingVideo": "從 {{VIDEO_TIME}} 繼續播放", + "settingVolume": "設定音量增強到 {{VOLUME_BOOST_AMOUNT}}" + }, + "pages": { + "content": { + "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "已複製!", + "label": "複製目前播放時間的影片網址" + } + }, + "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": "啟用最大化" + } + } + }, + "openTranscriptButton": { + "button": { + "label": "打開文字記錄" + } + }, + "playbackSpeedButtons": { + "buttons": { + "decreasePlaybackSpeedButton": { + "label": "減慢播放速度 {{SPEED}}" + }, + "increasePlaybackSpeedButton": { + "label": "加快播放速度 {{SPEED}}" + } + }, + "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." + }, + "screenshotButton": { + "button": { + "label": "螢幕截圖" + }, + "copiedToClipboard": "螢幕截圖已複製剪貼簿" + }, + "videoHistory": { + "resumeButton": "繼續", + "resumePrompt": { + "close": "關閉" + } + }, + "volumeBoostButton": { + "button": { + "label": "音量增強", + "toggle": { + "off": "關閉音量增強", + "on": "啟用音量增強" + } + } + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + } + }, + "options": { + "notifications": { + "error": { + "scrollWheelHoldModifierKey": { + "sameKey": { + "speedControl": "滾輪播放速度輔助按鍵不能跟音量增強輔助按鍵相同。", + "volumeControl": "滾輪音量增強輔助按鍵不能跟播放速度輔助按鍵相同。" + } + } + }, + "info": { + "reset": "全部選項已回復到初始值。\n你現在可以使用「確定」按鈕儲存選項,或關閉此頁放棄更改,亦可無視這個提示。" + }, + "success": { + "saved": "選項已儲存" + } + } + } + }, + "settings": { + "clearData": { + "allDataDeleted": "所有資料已重置。", + "confirmAlert": "將會清除這個擴充套件的相關選項,繼續?" + }, + "sections": { + "automaticQuality": { + "enable": { + "label": "自動畫質調整", + "title": "自動調整到指定畫質" + }, + "fallbackQualityStrategy": { + "select": { + "label": "畫質後備策略", + "options": { + "higher": "較高", + "lower": "較低" + }, + "title": "所選畫質不適用時的策略" + } + }, + "select": { + "label": "播放畫質", + "title": "設定影片播放畫質" + }, + "title": "自動畫質設定" + }, + "bottomButtons": { + "clear": { + "title": "清除這個擴充套件儲存在此機上的資料", + "value": "清除資料" + }, + "confirm": { + "title": "確認重設設定", + "value": "確認" + }, + "openTab": { + "title": "於新頁面開啟擴充套件設定" + }, + "reset": { + "title": "將所以設定回復到初始值,按確認儲存變更", + "value": "重置" + } + }, + "buttonPlacement": { + "select": { + "buttonNames": { + "copyTimestampUrlButton": "複製目前播放時間的影片網址按鈕", + "decreasePlaybackSpeedButton": "減慢速度按鈕", + "forwardButton": "快轉按鈕", + "hideEndScreenCardsButton": "隱藏片尾資訊卡按鈕", + "increasePlaybackSpeedButton": "加快速度按妞", + "loopButton": "循環播放按鈕", + "maximizePlayerButton": "最大化按鈕", + "openTranscriptButton": "開啟文字記錄按鈕", + "rewindButton": "倒帶按鈕", + "screenshotButton": "螢幕截圖按鈕", + "volumeBoostButton": "音量增強按鈕" + }, + "options": { + "below_player": { + "placement": "於播放器底下", + "value": "播放器底下" + }, + "feature_menu": { + "placement": "於功能選單", + "value": "功能選單" + }, + "player_controls_left": { + "placement": "於播放器左邊", + "value": "播放器左邊" + }, + "player_controls_right": { + "placement": "於播放器右邊", + "value": "播放器右邊" + } + }, + "title": "將{{BUTTON_NAME}}放{{PLACEMENT}}" + }, + "title": "按鈕位置設定" + }, + "customCSS": { + "editor": { + "collapse": "收起編輯器", + "expand": "展開編輯器", + "noProblems": "沒有發現問題" + }, + "enable": { + "label": "啟用自訂CSS", + "title": "啟用應用到頁面的自訂CSS" + }, + "title": "自訂CSS設定" + }, + "featureMenu": { + "openType": { + "select": { + "label": "選單開啟方式", + "options": { + "click": "點擊", + "hover": "游標懸浮" + }, + "title": "選擇選單開啟方式" + }, + "title": "功能選單設定" + } + }, + "forwardRewindButtons": { + "enable": { + "label": "啟用快轉倒帶按鈕", + "title": "在播放器加入快轉和倒帶按鈕" + }, + "time": { + "label": "快轉/倒帶時間", + "title": "每次快轉/倒帶的時間" + }, + "title": "快轉/倒帶按鈕設定" + }, + "importExportSettings": { + "exportButton": { + "success": "設定已成功匯出", + "title": "匯出設定至 JSON 檔案", + "value": "匯出設定" + }, + "importButton": { + "error": { + "unknown": "設定匯入失敗,請檢查檔案格式。\n發生不明錯誤。", + "validation": "設定匯入失敗,請檢查檔案格式。{{ERROR_MESSAGE}}" + }, + "success": "設定已成功匯入", + "title": "由 JSON 檔案匯入設定", + "value": "匯入設定" + } + }, + "language": { + "select": { + "label": "語言", + "title": "擴充套件使用的語言" + }, + "title": "語言" + }, + "miscellaneous": { + "features": { + "automaticTheaterMode": { + "label": "自動啟用劇院模式", + "title": "載入影片時自動啟用劇院模式" + }, + "automaticallyDisableClosedCaptions": { + "label": "Automatically disable closed captions", + "title": "Automatically disables closed captions when you load a video" + }, + "copyTimestampUrlButton": { + "label": "複製目前播放時間的影片網址按鈕", + "title": "複製目前播放時間的影片網址 (?t=123)" + }, + "hideEndScreenCards": { + "label": "隱藏片尾資訊卡", + "title": "隱藏影片片尾的資訊卡" + }, + "hideEndScreenCardsButton": { + "label": "隱藏片尾資訊卡按鈕", + "title": "Adds a button to show/hide the cards at the end of the video" + }, + "hideLiveStreamChat": { + "label": "隱藏直播聊天室", + "title": "隱藏直播的聊天室" + }, + "hideOfficialArtistVideosFromHomePage": { + "label": "Hide Official Artist Videos", + "title": "Hide Official Artist Videos from Home Page" + }, + "hidePaidPromotionBanner": { + "label": "隱藏付費推廣橫幅", + "title": "隱藏當影片帶有付費推廣時顯示的橫幅" + }, + "hideScrollbar": { + "label": "隱藏捲軸", + "title": "隱藏頁面捲軸" + }, + "hideShorts": { + "label": "隱藏 Shorts", + "title": "隱藏全部 Shorts" + }, + "hideTranslateComment": { + "label": "隱藏翻譯留言按鈕", + "title": "隱藏留言下的翻譯按鈕" + }, + "loopButton": { + "label": "循環按鈕", + "title": "加入按鈕循環播放當前影片" + }, + "maximizePlayerButton": { + "label": "最大化播放器按鈕", + "title": "加入最大化播放器按鈕" + }, + "openTranscriptButton": { + "label": "開啟文字記錄按鈕", + "title": "加入按鈕開啟當前影片的文子記錄" + }, + "openYouTubeSettingsOnHover": { + "label": "懸浮時開啟設定選單", + "title": "鼠標懸浮在設定按鈕時開啟選單" + }, + "pauseBackgroundPlayers": { + "label": "Pause background players", + "title": "Pauses video players in background tabs when you start a new player in foreground tab" + }, + "remainingTime": { + "label": "剩餘時間", + "title": "顥示現時影片的剩餘時間" + }, + "rememberLastVolume": { + "label": "記住上次播放音量", + "title": "記住上次的播放音量,設定到新播放的影片上" + }, + "removeRedirect": { + "label": "移除 YouTube 重新導向網址", + "title": "以真正網址取代 YouTube 重新導向網址,跳過重新導向警告對話框" + }, + "shareShortener": { + "label": "縮短 YouTube 影片共享連結", + "title": "縮短 YouTube 影片共享連結 (youtu.be),移除 si/feature 參數" + }, + "shortsAutoScroll": { + "label": "Shorts 自動滾動", + "title": "自動滾動到下一段 Short" + }, + "skipContinueWatching": { + "label": "跳過「影片已暫停,繼續觀看?」", + "title": "跳過暫停影片播放的閒置對話框" + }, + "doubleClickToLikeShorts": { + "label": "Double-click to like Shorts", + "title": "Double-click anywhere on a YouTube Shorts video to like it" + } + }, + "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": { + "circle": "圓形", + "line": "線條", + "no_display": "不顯示", + "text": "文字" + }, + "title": "選擇屏幕顥示風格" + } + }, + "playbackSpeed": { + "enable": { + "label": "強制播放速度", + "title": "設定影片播放速度如下" + }, + "playbackSpeedButtons": { + "label": "播放速度按鈕", + "select": { + "label": "Playback buttons speed", + "title": "每次按下時改變的速度" + }, + "title": "加入加快或減慢播放速度按鈕" + }, + "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." + }, + "title": "Playlist length settings", + "wayToGetLength": { + "select": { + "label": "Method to get playlist length", + "title": "The way to get playlist length information (API method will fallback 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)" + } + } + }, + "screenshotButton": { + "enable": { + "label": "螢幕截圖按鈕", + "title": "在播放器加入擷取螢幕截圖按鈕" + }, + "saveAs": { + "clipboard": "剪貼簿", + "file": "檔案" + }, + "selectFormat": { + "label": "螢幕截圖儲存格式", + "title": "螢幕截圖的儲存格式" + }, + "selectSaveAs": { + "label": "螢幕截圖儲存方式", + "title": "螢幕截圖的儲存方式" + }, + "title": "螢幕截圖設定" + }, + "scrollWheelSpeedControl": { + "adjustmentSteps": { + "label": "每次滾動的速度增減", + "title": "調整每次滾動時的播放速度幅度" + }, + "enable": { + "label": "滾輪播放速度控制", + "title": "按住輔助按鍵來啟用播放速度調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + }, + "title": "滾輪播放速度控制設定" + }, + "scrollWheelVolumeControl": { + "adjustmentSteps": { + "label": "每次滾動的音量增減", + "title": "調整每次滾動時的音量增減幅度" + }, + "enable": { + "label": "滾輪音量控制", + "title": "使用滑鼠滾輪控制現在播放的影片音量" + }, + "holdModifierKey": { + "enable": { + "label": "啟用輔助按鍵", + "title": "按住輔助按鍵來啟用滾輪音量調節" + }, + "optionLabel": "{{KEY}} 鍵", + "select": { + "label": "輔助按鍵", + "title": "使用的輔助按鍵" + } + }, + "holdRightClick": { + "enable": { + "label": "按住滑鼠右鍵時啟用", + "title": "住滑鼠右鍵時啟用滾輪音量調節" + } + }, + "title": "滾輪音量控制設定" + }, + "settingSearch": { + "placeholder": "搜尋設定" + }, + "videoHistory": { + "enable": { + "label": "記住已觀看的影片", + "title": "記住己觀看影片的播放位置及啟用繼續播放" + }, + "resumeType": { + "select": { + "label": "繼續播放方式", + "options": { + "automatic": "自動", + "prompt": "提示" + }, + "title": "選擇如何繼續播放" + } + }, + "title": "觀看記錄設定" + }, + "volumeBoost": { + "boostAmount": { + "label": "音量增強度 (分貝)", + "title": "將音量增幅至" + }, + "enable": { + "label": "音量增強", + "title": "啟用音量增強" + }, + "mode": { + "select": { + "label": "音量增強模式", + "options": { + "global": "全局", + "perVideo": "單獨" + }, + "title": "選擇音量增強如何應用到影片。「單獨」能使用選單為該影片開啟音量增強。「全局」在啟用音量增強時會應用到所影片。" + } + }, + "title": "音量增強設定" + }, + "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" + }, + "youtubeDeepDark": { + "author": "作者", + "co-authors": "共同作者", + "colors": { + "colorShadow": { + "label": "陰影顏色", + "title": "陰影的顏色" + }, + "dimmerText": { + "label": "次要文字顏色", + "title": "次要文字的顏色" + }, + "hoverBackground": { + "label": "Hover background color", + "title": "滑過背景顏色" + }, + "mainBackground": { + "label": "主要背景顏色", + "title": "主要背景的顏色" + }, + "mainColor": { + "label": "重點色調", + "title": "重點色調的顏色" + }, + "mainText": { + "label": "主要文字顏色", + "title": "主要文字的顏色" + }, + "secondBackground": { + "label": "次要背景顏色", + "title": "次要背景顏色" + } + }, + "enable": { + "label": "啟用已選主題", + "title": "啟用頁面的已選主題" + }, + "select": { + "label": "選擇主題", + "title": "選擇套用到頁面的主題" + }, + "title": "YouTube Deep Dark 設定" + } + } + } +} \ No newline at end of file diff --git a/src/components/Settings/Settings.tsx b/src/components/Settings/Settings.tsx index ec1b69c2..0b5d4301 100644 --- a/src/components/Settings/Settings.tsx +++ b/src/components/Settings/Settings.tsx @@ -710,6 +710,14 @@ export default function Settings() { title={t("settings.sections.miscellaneous.features.hideShorts.title")} type="checkbox" /> + ("#shorts-player"); + + if (!shortsContainer) return; + setupDoubleClickToLikeShorts(shortsContainer); +} + +export function disableDoubleClickToLikeShorts() { + eventManager.removeEventListeners("doubleClickToLikeShorts"); +} diff --git a/src/features/doubleClickToLikeShorts/utils.ts b/src/features/doubleClickToLikeShorts/utils.ts new file mode 100644 index 00000000..18159c8b --- /dev/null +++ b/src/features/doubleClickToLikeShorts/utils.ts @@ -0,0 +1,109 @@ +import type { YouTubePlayerDiv } from "@/src/types"; + +import eventManager from "@/src/utils/EventManager"; + +export const setupDoubleClickToLikeShorts = (playerContainer: YouTubePlayerDiv) => { + let lastClickTime = 0; + const doubleClickThreshold = 300; + + const findLikeButton = (): HTMLButtonElement | null => { + const selectors = [ + 'ytd-shorts[is-active] ytd-reel-video-renderer #actions button[aria-label*="like" i]:not([aria-label*="dislike" i])', + 'ytd-shorts[is-active] #actions button[aria-label*="like" i]:not([aria-label*="dislike" i])', + '#shorts-player + div button[aria-label*="like" i]:not([aria-label*="dislike" i])', + "#like-button button", + 'ytd-shorts[is-active] button:has(svg path[d*="M18.77,11h-4.23l1"])', + 'button[aria-label*="like" i]:not([aria-label*="dislike" i])' + ]; + + for (const selector of selectors) { + const button = document.querySelector(selector); + if (button) return button; + } + + return null; + }; + + const handleDoubleClick = (event: MouseEvent) => { + const currentTime = new Date().getTime(); + const timeDiff = currentTime - lastClickTime; + + if (timeDiff < doubleClickThreshold && timeDiff > 0) { + event.preventDefault(); + event.stopPropagation(); + + const likeButton = findLikeButton(); + + if (likeButton) { + const isAlreadyLiked = + likeButton.getAttribute("aria-pressed") === "true" || likeButton.classList.contains("yt-spec-button-shape-next--filled"); + + if (!isAlreadyLiked) { + likeButton.click(); + createHeartAnimation(event.clientX, event.clientY); + } + } + } + + lastClickTime = currentTime; + }; + const createHeartAnimation = (x: number, y: number) => { + const heart = document.createElement("div"); + heart.innerHTML = "❤️"; + heart.style.position = "fixed"; + heart.style.left = `${x}px`; + heart.style.top = `${y}px`; + heart.style.fontSize = "50px"; + heart.style.pointerEvents = "none"; + heart.style.zIndex = "9999"; + heart.style.opacity = "1"; + heart.style.transition = "all 0.8s ease-in-out"; + + document.body.appendChild(heart); + + setTimeout(() => { + heart.style.opacity = "0"; + heart.style.transform = "translateY(-100px) scale(1.5)"; + }, 10); + + setTimeout(() => { + document.body.removeChild(heart); + }, 800); + }; + + const setupEventHandlers = () => { + const videoElement = playerContainer.querySelector("video"); + const videoOverlays = playerContainer.querySelectorAll(".html5-video-container, .html5-video-overlay"); + + eventManager.addEventListener(playerContainer, "click", handleDoubleClick as EventListener, "doubleClickToLikeShorts"); + + if (videoElement) { + eventManager.addEventListener(videoElement, "click", handleDoubleClick as EventListener, "doubleClickToLikeShorts"); + } + + videoOverlays.forEach((overlay: Element) => { + eventManager.addEventListener(overlay as HTMLElement, "click", handleDoubleClick as EventListener, "doubleClickToLikeShorts"); + }); + }; + + setupEventHandlers(); + + const setupMutationObserver = () => { + const shortsObserver = new MutationObserver((mutations) => { + for (const mutation of mutations) { + if (mutation.type === "childList" && mutation.addedNodes.length > 0) { + setupEventHandlers(); + } + } + }); + + const shortsContainer = document.querySelector("ytd-shorts, #shorts-container"); + if (shortsContainer) { + shortsObserver.observe(shortsContainer, { childList: true, subtree: true }); + } + + (window as any).__shortsObserver = shortsObserver; + }; + + setupMutationObserver(); +}; diff --git a/src/i18n/constants.ts b/src/i18n/constants.ts index b86a717d..772eb3d3 100644 --- a/src/i18n/constants.ts +++ b/src/i18n/constants.ts @@ -1,26 +1,26 @@ export const availableLocales = [ - "ca-ES", - "cs-CZ", - "de-DE", - "en-GB", - "en-US", - "es-ES", - "fa-IR", - "fr-FR", - "he-IL", - "hi-IN", - "it-IT", - "ja-JP", - "ko-KR", - "pl-PL", - "pt-BR", - "ru-RU", - "sv-SE", - "tr-TR", - "uk-UA", - "vi-VN", - "zh-CN", - "zh-TW" + "ca-ES", + "cs-CZ", + "de-DE", + "en-GB", + "en-US", + "es-ES", + "fa-IR", + "fr-FR", + "he-IL", + "hi-IN", + "it-IT", + "ja-JP", + "ko-KR", + "pl-PL", + "pt-BR", + "ru-RU", + "sv-SE", + "tr-TR", + "uk-UA", + "vi-VN", + "zh-CN", + "zh-TW" ] as const; export const localePercentages: Record = { "en-US": 100, diff --git a/src/pages/content/index.ts b/src/pages/content/index.ts index 17be107c..a58ceb4d 100644 --- a/src/pages/content/index.ts +++ b/src/pages/content/index.ts @@ -478,6 +478,11 @@ const storageChangeHandler = async (changes: StorageChanges, areaName: string) = volumeBoostEnabled: options.enable_volume_boost, volumeBoostMode: newValue }); + }, + enable_double_click_to_like_shorts: (__oldValue, newValue) => { + sendExtensionOnlyMessage("doubleClickToLikeShortsChange", { + doubleClickToLikeShortsEnabled: newValue + }); } }; Object.entries(castedChanges).forEach(([key, change]) => { diff --git a/src/pages/embedded/index.ts b/src/pages/embedded/index.ts index ec28decd..be7b6d0b 100644 --- a/src/pages/embedded/index.ts +++ b/src/pages/embedded/index.ts @@ -12,6 +12,7 @@ import { addCopyTimestampUrlButton, removeCopyTimestampUrlButton } from "@/src/f import { disableCustomCSS, enableCustomCSS } from "@/src/features/customCSS"; import { customCSSExists, updateCustomCSS } from "@/src/features/customCSS/utils"; import { disableDeepDarkCSS, enableDeepDarkCSS } from "@/src/features/deepDarkCSS"; +import { disableDoubleClickToLikeShorts, enableDoubleClickToLikeShorts } from "@/src/features/doubleClickToLikeShorts"; import { deepDarkCSSExists, getDeepDarkCustomThemeStyle, updateDeepDarkCSS } from "@/src/features/deepDarkCSS/utils"; import { enableFeatureMenu, setupFeatureMenuEventListeners } from "@/src/features/featureMenu"; import { featuresInMenu, getFeatureMenuItem, updateFeatureMenuItemLabel, updateFeatureMenuTitle } from "@/src/features/featureMenu/utils"; @@ -165,6 +166,7 @@ const enableFeatures = () => { void Promise.all([ enableHidePaidPromotionBanner(), enableHideShorts(), + enableDoubleClickToLikeShorts(), enableRemoveRedirect(), enableShareShortener(), enableSkipContinueWatching(), diff --git a/src/types/index.ts b/src/types/index.ts index 3fed8918..3415b60c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -11,9 +11,9 @@ export type Nullable = T | null; export type NonNullable = T extends Nullable ? Exclude : T; export type NonNullableObject = { [K in keyof T]: NonNullable }; export type AnyFunction = (...args: any[]) => void; -export type Writeable = { -readonly [P in keyof T]: T[P] }; -export type DeepWriteable = { -readonly [P in keyof T]: DeepWriteable }; -export type DeepPartial = { [P in keyof T]?: DeepPartial }; +export type Writeable = { -readonly [P in keyof T]: T[P] } +export type DeepWriteable = { -readonly [P in keyof T]: DeepWriteable } +export type DeepPartial = { [P in keyof T]?: DeepPartial } export type KeysOfUnion = T extends T ? keyof T : never; export type WithId = `#${S}`; export type Prettify = { @@ -420,6 +420,12 @@ export type ExtensionSendOnlyMessageMappings = { "automaticallyDisableClosedCaptionsChange", { automaticallyDisableClosedCaptionsEnabled: boolean } >; + doubleClickToLikeShortsChange: DataResponseMessage< + "doubleClickToLikeShortsChange", + { + doubleClickToLikeShortsEnabled: boolean; + } + >; }; export type FilterMessagesBySource = { [K in keyof T]: Extract; @@ -462,6 +468,7 @@ export type configuration = { enable_automatically_disable_closed_captions: boolean; enable_custom_css: boolean; enable_deep_dark_theme: boolean; + enable_double_click_to_like_shorts: boolean; enable_forced_playback_speed: boolean; enable_forward_rewind_buttons: boolean; enable_hide_end_screen_cards: boolean; diff --git a/src/utils/EventManager.ts b/src/utils/EventManager.ts index 2091d255..f858e1e2 100644 --- a/src/utils/EventManager.ts +++ b/src/utils/EventManager.ts @@ -1,6 +1,7 @@ export type FeatureName = | "automaticTheaterMode" | "copyTimestampUrlButton" + | "doubleClickToLikeShorts" | "featureMenu" | "forwardRewindButtons" | "hideEndScreenCardsButton" diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 1eadabc9..694136b4 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -55,6 +55,7 @@ export const defaultConfiguration = { enable_copy_timestamp_url_button: false, enable_custom_css: false, enable_deep_dark_theme: false, + enable_double_click_to_like_shorts: false, enable_hide_official_artist_videos_from_home_page: false, enable_forced_playback_speed: false, enable_forward_rewind_buttons: false, @@ -150,6 +151,7 @@ export const configurationImportSchema: TypeToPartialZodSchema< enable_copy_timestamp_url_button: z.boolean().optional(), enable_custom_css: z.boolean().optional(), enable_deep_dark_theme: z.boolean().optional(), + enable_double_click_to_like_shorts: z.boolean().optional(), enable_forced_playback_speed: z.boolean().optional(), enable_forward_rewind_buttons: z.boolean().optional(), enable_hide_end_screen_cards: z.boolean().optional(),