Skip to content

Commit

Permalink
fix(YouTube - Translations): Update translations info
Browse files Browse the repository at this point in the history
ar - 21 missing strings, 13 updated strings.
bg-rBG - 66 missing strings, 13 updated strings.
bn - 257 missing strings, 13 updated strings.
de-rDE - 319 missing strings, 13 updated strings.
el-rGR - 34 missing strings, 13 updated strings.
es-rES - 2 missing strings, 13 updated strings.
fi-rFI - 258 missing strings, 13 updated strings.
fr-rFR - 14 missing strings, 13 updated strings.
hu-rHU - 34 missing strings, 13 updated strings.
id-rID - 190 missing strings, 13 updated strings.
in - 190 missing strings, 13 updated strings.
it-rIT - 2 missing strings, 6 updated strings.
ja-rJP - 2 missing strings, 6 updated strings.
ko-rKR - 2 missing strings, 6 updated strings.
pl-rPL - 2 missing strings, 6 updated strings.
pt-rBR - 11 missing strings, 9 updated strings.
ru-rRU - 11 missing strings, 9 updated strings.
tr-rTR - 34 missing strings, 13 updated strings.
uk-rUA - 11 missing strings, 9 updated strings.
vi-rVN - 34 missing strings, 13 updated strings.
zh-rCN - 217 missing strings, 13 updated strings.
zh-rTW - 39 missing strings, 13 updated strings.
  • Loading branch information
anddea committed Mar 25, 2024
1 parent bd1ba28 commit e8f0731
Show file tree
Hide file tree
Showing 44 changed files with 187 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<string name="revanced_hide_keyword_content_sub_summary_on">Keyword filter for subscriptions is enabled.</string>
<string name="revanced_hide_keyword_content_sub_title">Enable subscriptions keyword filter</string>
<string name="revanced_hide_keyword_toast_invalid_common" formatted="false">Invalid keyword. Cannot use: \'%s\' as a filter</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keyword_filter_title">Keyword filter</string>
<string name="revanced_override_premium_header_summary_off">Current Header: Default Header</string>
<string name="revanced_override_premium_header_summary_on">Current Header: Premium Header</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<string name="revanced_hide_keyword_toast_invalid_length" formatted="false">Invalid keyword length (must be at least %s characters): %s.</string>
<string name="revanced_hide_suggested_video_overlay_auto_play_summary">When you finished a video, another play automatically</string>
<string name="revanced_hide_suggested_video_overlay_auto_play_title">Auto play the next video</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keyword_filter_strings_summary">Configure keywords and phrases to hide, separated by new lines\n\nWords with uppercase letters in the middle must be entered with the casing (ie: iPhone, TikTok, LeBlanc).</string>
<string name="revanced_keyword_filter_strings_title">Edit keyword filter</string>
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ Known issues:
<string name="revanced_hide_video_with_gray_description_summary">"Hide videos with gray description from search results.
Videos with a gray description include videos that are not related to search terms."</string>
<string name="revanced_hide_video_with_gray_description_title">Hide videos with gray description</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than 1,000 views exposed to the home feed.
Some videos, including those from channels you subscribe to, may not be hidden even if they have fewer than 1,000 views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos with low views</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_inform">Inform</string>
<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>
<string name="revanced_keep_landscape_mode_timeout_summary">The amount of milliseconds the landscape mode is forced.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ Some components may not be hidden."</string>
<string name="revanced_hide_shorts_player_comments_button_summary_off">Comments button is shown.</string>
<string name="revanced_hide_shorts_player_comments_button_summary_on">Comments button is hidden.</string>
<string name="revanced_hide_shorts_player_comments_button_title">Hide comments button</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Pivot button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Pivot button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide pivot button</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
<string name="revanced_hide_shorts_player_subscriptions_button_summary_off">Subscriptions button is shown.</string>
<string name="revanced_hide_shorts_player_subscriptions_button_summary_on">Subscriptions button is hidden.</string>
<string name="revanced_hide_shorts_player_subscriptions_button_title">Hide subscriptions button</string>
Expand Down Expand Up @@ -136,9 +136,10 @@ Known issues:
<string name="revanced_hide_video_with_gray_description_summary">"Hide videos with gray description from search results.
Videos with a gray description include videos that are not related to search terms."</string>
<string name="revanced_hide_video_with_gray_description_title">Hide videos with gray description</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than 1,000 views exposed to the home feed.
Some videos, including those from channels you subscribe to, may not be hidden even if they have fewer than 1,000 views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos with low views</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_view_products_title">Hide view products banner</string>
<string name="revanced_hide_web_search_results_summary_off">Web search results are shown.</string>
<string name="revanced_hide_web_search_results_summary_on">Web search results are hidden.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<string name="revanced_hide_keyword_content_sub_title">Enable subscriptions keyword filter</string>
<string name="revanced_hide_keyword_toast_invalid_common" formatted="false">Invalid keyword. Cannot use: \'%s\' as a filter</string>
<string name="revanced_hide_keyword_toast_invalid_length" formatted="false">Invalid keyword length (must be at least %s characters): %s.</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keyword_filter_strings_summary">Configure keywords and phrases to hide, separated by new lines\n\nWords with uppercase letters in the middle must be entered with the casing (ie: iPhone, TikTok, LeBlanc).</string>
<string name="revanced_keyword_filter_strings_title">Edit keyword filter</string>
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ Known issues:
<string name="revanced_hide_video_with_gray_description_summary">"Hide videos with gray description from search results.
Videos with a gray description include videos that are not related to search terms."</string>
<string name="revanced_hide_video_with_gray_description_title">Hide videos with gray description</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than 1,000 views exposed to the home feed.
Some videos, including those from channels you subscribe to, may not be hidden even if they have fewer than 1,000 views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos with low views</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_inform">Inform</string>
<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>
<string name="revanced_keep_landscape_mode_timeout_summary">The amount of milliseconds the landscape mode is forced.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<string name="revanced_hide_keyword_content_sub_summary_on">Keyword filter for subscriptions is enabled.</string>
<string name="revanced_hide_keyword_content_sub_title">Enable subscriptions keyword filter</string>
<string name="revanced_hide_keyword_toast_invalid_common" formatted="false">Invalid keyword. Cannot use: \'%s\' as a filter</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keyword_filter_title">Keyword filter</string>
<string name="revanced_swipe_overlay_rect_summary">Percentage of swipeable screen area.</string>
<string name="revanced_swipe_overlay_rect_title">Swipe overlay screen size</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<string name="revanced_hide_keyword_content_sub_title">Enable subscriptions keyword filter</string>
<string name="revanced_hide_keyword_toast_invalid_common" formatted="false">Invalid keyword. Cannot use: \'%s\' as a filter</string>
<string name="revanced_hide_keyword_toast_invalid_length" formatted="false">Invalid keyword length (must be at least %s characters): %s.</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keyword_filter_strings_summary">Configure keywords and phrases to hide, separated by new lines\n\nWords with uppercase letters in the middle must be entered with the casing (ie: iPhone, TikTok, LeBlanc).</string>
<string name="revanced_keyword_filter_strings_title">Edit keyword filter</string>
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ Known issues:
<string name="revanced_hide_video_with_gray_description_summary">"Hide videos with gray description from search results.
Videos with a gray description include videos that are not related to search terms."</string>
<string name="revanced_hide_video_with_gray_description_title">Hide videos with gray description</string>
<string name="revanced_hide_video_with_low_view_num_summary">Videos with views less than this number will be hidden.</string>
<string name="revanced_hide_video_with_low_view_num_title">Number of views</string>
<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>
<string name="revanced_keep_landscape_mode_timeout_summary">The amount of milliseconds the landscape mode is forced.</string>
<string name="revanced_keep_landscape_mode_timeout_title">Keep landscape mode timeout</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
<string name="revanced_keyword_filter_summary">Hides videos using keyword filter.</string>

<string name="revanced_keep_landscape_mode_summary">Keeps landscape mode when turning the screen off and on in fullscreen.\n\nKnown issue: It can break Picture-in-Picture (PIP).</string>

<string name="revanced_hide_video_with_low_view_summary">"Hide videos with less than N views."</string>
<string name="revanced_hide_video_with_low_view_title">Hide videos based on views</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_off">Audio button is shown.</string>
<string name="revanced_hide_shorts_player_pivot_button_summary_on">Audio button is hidden.</string>
<string name="revanced_hide_shorts_player_pivot_button_title">Hide audio button</string>
Loading

0 comments on commit e8f0731

Please sign in to comment.