mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
chore(YouTube): Use consistent strings (#4637)
This commit is contained in:
parent
3d6ccf48ec
commit
185732c89f
@ -18,7 +18,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
|
||||
"Lapp/revanced/extension/youtube/patches/WideSearchbarPatch;"
|
||||
|
||||
val wideSearchbarPatch = bytecodePatch(
|
||||
name = "Wide searchbar",
|
||||
name = "Wide search bar",
|
||||
description = "Adds an option to replace the search icon with a wide search bar. This will hide the YouTube logo when active.",
|
||||
) {
|
||||
dependsOn(
|
||||
|
@ -372,7 +372,7 @@ If a Doodle is currently showing in your region and this hide setting is on, the
|
||||
<string name="revanced_hide_keyword_content_subscriptions_summary_on">Videos in the subscriptions tab are filtered by keywords</string>
|
||||
<string name="revanced_hide_keyword_content_subscriptions_summary_off">Videos in the subscriptions tab are not filtered by keywords</string>
|
||||
<string name="revanced_hide_keyword_content_phrases_title">Keywords to hide</string>
|
||||
<!-- For localization it is preferred, but not required, if 'LeBlanc' is replaced with a localized name or a familiar word that has upper case letters in the middle of the word.
|
||||
<!-- For localization, it is preferred, but not required, if 'LeBlanc' is replaced with a localized name or a familiar word that has upper case letters in the middle of the word.
|
||||
This is because keywords can be in any language, and showing an example in the localized script helps convey this. -->
|
||||
<string name="revanced_hide_keyword_content_phrases_summary">"Keywords and phrases to hide, separated by new lines
|
||||
|
||||
@ -387,7 +387,7 @@ Limitations
|
||||
• Some UI components may not be hidden
|
||||
• Searching for a keyword may show no results"</string>
|
||||
<string name="revanced_hide_keyword_content_about_whole_words_title">Match whole words</string>
|
||||
<!-- Translations _must_ use a localized example. For languages that do not use spaces between words (Chinese, Japanese, etc) the English AI example should be used since no localized examples exist. Or if using machine translations, or if nobody wants to think of a localized example, then the English 'ai' example should be left as-is. -->
|
||||
<!-- Translations _must_ use a localized example. For languages that do not use spaces between words (Chinese, Japanese, etc.) the English AI example should be used since no localized examples exist. Or if using machine translations, or if nobody wants to think of a localized example, then the English 'ai' example should be left as-is. -->
|
||||
<string name="revanced_hide_keyword_content_about_whole_words_summary">Surrounding a keyword/phrase with double-quotes will prevent partial matches of video titles and channel names<br><br>For example,<br><b>\"ai\"</b> will hide the video: <b>How does AI work?</b><br>but will not hide: <b>What does fair use mean?</b></string>
|
||||
<!-- Translations of this should not be longer than the original English text, otherwise the text can be clipped and not entirely shown. -->
|
||||
<string name="revanced_hide_keyword_toast_invalid_common">Cannot use keyword: %s</string>
|
||||
@ -485,9 +485,9 @@ This feature is only available for older devices"</string>
|
||||
<string name="revanced_disable_precise_seeking_gesture_summary_off">Gesture is enabled</string>
|
||||
</patch>
|
||||
<patch id="interaction.seekbar.enableSeekbarTappingPatch">
|
||||
<string name="revanced_seekbar_tapping_title">Enable seekbar tapping</string>
|
||||
<string name="revanced_seekbar_tapping_summary_on">Seekbar tapping is enabled</string>
|
||||
<string name="revanced_seekbar_tapping_summary_off">Seekbar tapping is disabled</string>
|
||||
<string name="revanced_seekbar_tapping_title">Enable tap to seek</string>
|
||||
<string name="revanced_seekbar_tapping_summary_on">Tap to seek is enabled</string>
|
||||
<string name="revanced_seekbar_tapping_summary_off">Tap to seek is disabled</string>
|
||||
</patch>
|
||||
<patch id="interaction.swipecontrols.swipeControlsResourcePatch">
|
||||
<string name="revanced_swipe_brightness_title">Enable brightness gesture</string>
|
||||
@ -500,9 +500,9 @@ Adjust brightness by swiping vertically on the left side of the screen"</string>
|
||||
|
||||
Adjust volume by swiping vertically on the right side of the screen"</string>
|
||||
<string name="revanced_swipe_volume_summary_off">Fullscreen volume swipe is disabled</string>
|
||||
<string name="revanced_swipe_press_to_engage_title">Enable press-to-swipe gesture</string>
|
||||
<string name="revanced_swipe_press_to_engage_summary_on">Press-to-swipe is enabled</string>
|
||||
<string name="revanced_swipe_press_to_engage_summary_off">Press-to-swipe is disabled</string>
|
||||
<string name="revanced_swipe_press_to_engage_title">Enable press to swipe gesture</string>
|
||||
<string name="revanced_swipe_press_to_engage_summary_on">Press to swipe is enabled</string>
|
||||
<string name="revanced_swipe_press_to_engage_summary_off">Press to swipe is disabled</string>
|
||||
<string name="revanced_swipe_haptic_feedback_title">Enable haptic feedback</string>
|
||||
<string name="revanced_swipe_haptic_feedback_summary_on">Haptic feedback is enabled</string>
|
||||
<string name="revanced_swipe_haptic_feedback_summary_off">Haptic feedback is disabled</string>
|
||||
@ -981,10 +981,10 @@ This feature works best with a video quality of 720p or lower and when using a v
|
||||
<string name="revanced_sb_api_url_reset">API URL reset</string>
|
||||
<string name="revanced_sb_api_url_invalid">API URL is invalid</string>
|
||||
<string name="revanced_sb_api_url_changed">API URL changed</string>
|
||||
<string name="revanced_sb_settings_ie">Import/Export settings</string>
|
||||
<string name="revanced_sb_settings_ie">Import / Export settings</string>
|
||||
<string name="revanced_sb_settings_copy">Copy</string>
|
||||
<string name="revanced_sb_settings_ie_sum">Your SponsorBlock JSON configuration that can be imported/exported to ReVanced and other SponsorBlock platforms</string>
|
||||
<string name="revanced_sb_settings_ie_sum_warning">Your SponsorBlock JSON configuration that can be imported/exported to ReVanced and other SponsorBlock platforms. This includes your private user id. Be sure to share this wisely</string>
|
||||
<string name="revanced_sb_settings_ie_sum">Your SponsorBlock JSON configuration that can be imported / exported to ReVanced and other SponsorBlock platforms</string>
|
||||
<string name="revanced_sb_settings_ie_sum_warning">Your SponsorBlock JSON configuration that can be imported / exported to ReVanced and other SponsorBlock platforms. This includes your private user id. Be sure to share this wisely</string>
|
||||
<string name="revanced_sb_settings_import_successful">Settings imported successfully</string>
|
||||
<string name="revanced_sb_settings_import_failed">Failed to import: %s</string>
|
||||
<string name="revanced_sb_settings_export_failed">Failed to export: %s</string>
|
||||
@ -996,19 +996,19 @@ Your user id is like a password and it should never be shared.
|
||||
<string name="revanced_sb_diff_segments">Change segment behavior</string>
|
||||
<string name="revanced_sb_segments_sponsor">Sponsor</string>
|
||||
<string name="revanced_sb_segments_sponsor_sum">Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shout-outs to causes/creators/websites/products they like</string>
|
||||
<string name="revanced_sb_segments_selfpromo">Unpaid/Self Promotion</string>
|
||||
<string name="revanced_sb_segments_selfpromo">Unpaid / Self Promotion</string>
|
||||
<string name="revanced_sb_segments_selfpromo_sum">Similar to Sponsor except for unpaid or self promotion. Includes sections about merchandise, donations, or information about who they collaborated with</string>
|
||||
<string name="revanced_sb_segments_interaction">Interaction Reminder (Subscribe)</string>
|
||||
<string name="revanced_sb_segments_interaction_sum">A short reminder to like, subscribe or follow them in the middle of content. If it is long or about something specific, it should instead be under self promotion</string>
|
||||
<string name="revanced_sb_segments_highlight">Highlight</string>
|
||||
<string name="revanced_sb_segments_highlight_sum">The part of the video that most people are looking for</string>
|
||||
<string name="revanced_sb_segments_intro">Intermission/Intro Animation</string>
|
||||
<string name="revanced_sb_segments_intro">Intermission / Intro Animation</string>
|
||||
<string name="revanced_sb_segments_intro_sum">An interval without actual content. Could be a pause, static frame, or repeating animation. Does not include transitions containing information</string>
|
||||
<string name="revanced_sb_segments_outro">Endcards/Credits</string>
|
||||
<string name="revanced_sb_segments_outro_sum">Credits or when the YouTube endcards appear. Not for conclusions with information</string>
|
||||
<string name="revanced_sb_segments_preview">Preview/Recap/Hook</string>
|
||||
<string name="revanced_sb_segments_preview">Preview / Recap / Hook</string>
|
||||
<string name="revanced_sb_segments_preview_sum">Collection of clips that show what is coming up or what happened in the video or in other videos of a series, where all information is repeated elsewhere</string>
|
||||
<string name="revanced_sb_segments_filler">Filler Tangent/Jokes</string>
|
||||
<string name="revanced_sb_segments_filler">Filler Tangent / Jokes</string>
|
||||
<string name="revanced_sb_segments_filler_sum">Tangential scenes added only for filler or humor that are not required to understand the main content of the video. Does not include segments providing context or background details</string>
|
||||
<string name="revanced_sb_segments_nomusic">Music: Non-Music Section</string>
|
||||
<string name="revanced_sb_segments_nomusic_sum">Only for use in music videos. Sections of music videos without music, that aren\'t already covered by another category</string>
|
||||
@ -1232,7 +1232,7 @@ Miniplayer can be dragged to any corner of the screen"</string>
|
||||
<string name="revanced_miniplayer_horizontal_drag_title">Enable horizontal drag gesture</string>
|
||||
<string name="revanced_miniplayer_horizontal_drag_summary_on">"Horizontal drag gesture enabled
|
||||
|
||||
Miniplayer can be dragged off screen to the left or right"</string>
|
||||
Miniplayer can be dragged off-screen to the left or right"</string>
|
||||
<string name="revanced_miniplayer_horizontal_drag_summary_off">Horizontal drag gesture disabled</string>
|
||||
<string name="revanced_miniplayer_hide_expand_close_title">Hide close button</string>
|
||||
<string name="revanced_miniplayer_hide_expand_close_summary_on">Close button is hidden</string>
|
||||
@ -1289,7 +1289,7 @@ Enabling this can fix missing images that are blocked in some regions"</string>
|
||||
<string name="revanced_alt_thumbnail_options_entry_3">DeArrow & Still captures</string>
|
||||
<string name="revanced_alt_thumbnail_options_entry_4">Still captures</string>
|
||||
<string name="revanced_alt_thumbnail_dearrow_about_title" translatable="false">DeArrow</string>
|
||||
<string name="revanced_alt_thumbnail_dearrow_about_summary">"DeArrow provides crowd-sourced thumbnails for YouTube videos. These thumbnails are often more relevant than those provided by YouTube
|
||||
<string name="revanced_alt_thumbnail_dearrow_about_summary">"DeArrow provides crowdsourced thumbnails for YouTube videos. These thumbnails are often more relevant than those provided by YouTube
|
||||
|
||||
If enabled, video URLs will be sent to the API server and no other data is sent. If a video does not have DeArrow thumbnails, then the original or still captures are shown
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user