Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(YouTube - Translations): Update Japanese #81

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<string name="revanced_swipe_overlay_rect_warning" formatted="false">Swiapeable area size can't be more than %s%%. Reset to default value.</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>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">スワイプ可能な領域のサイズは %s%% を超えることはできません。デフォルト値にリセットします。</string>
<string name="revanced_swipe_overlay_rect_summary">スワイプ可能な画面領域の割合。</string>
<string name="revanced_swipe_overlay_rect_title">スワイプオーバーレイ画面サイズ</string>
3 changes: 3 additions & 0 deletions src/main/resources/youtube/translations/ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ DeArrow の詳細については、ここをタップしてください。"</str
<string name="revanced_enable_swipe_volume_summary_off">音量のスワイプコントロールは無効です。</string>
<string name="revanced_enable_swipe_volume_summary_on">音量のスワイプコントロールは有効です。</string>
<string name="revanced_enable_swipe_volume_title">音量のジェスチャー</string>
<string name="revanced_swipe_overlay_rect_warning" formatted="false">スワイプ可能な領域のサイズは %s%% を超えることはできません。デフォルト値にリセットします。</string>
<string name="revanced_swipe_overlay_rect_summary">スワイプ可能な画面領域の割合。</string>
<string name="revanced_swipe_overlay_rect_title">スワイプオーバーレイ画面サイズ</string>
<string name="revanced_enable_tablet_layout_summary">タブレット用レイアウトの一部を使用できるように、dpi を偽装します。</string>
<string name="revanced_enable_tablet_layout_title">タブレット用のレイアウト</string>
<string name="revanced_enable_tablet_mini_player_summary_off">タブレットのミニプレーヤーは無効です。</string>
Expand Down