Skip to content

Commit

Permalink
Pontoon: Update Japanese (ja) localization of Focus for Android
Browse files Browse the repository at this point in the history
Co-authored-by: Kazushi <[email protected]>
  • Loading branch information
Kazushi authored and mozilla-pontoon committed Oct 14, 2024
1 parent d4eafd6 commit cfde021
Showing 1 changed file with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<string name="share_dialog_title">共有方法を選択</string>

<string name="notification_erase_title_android_14">閲覧履歴を消去しますか?</string>
<string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">この通知をタップして閲覧履歴を安全に消去してください。</string>

<!-- Text shown in the notification description that pops up to remind the user that a browsing session is active
for Android 14+. -->
Expand Down Expand Up @@ -517,7 +516,7 @@


<!-- Content description (not visible, for screen readers etc.): This is the description for the close button from the new onboarding flow screen one and two -->
<string name="onboarding_close_button_content_description">閉じる</string>
<string name="onboarding_close_button_content_description" moz:removedIn="133" tools:ignore="UnusedResources">閉じる</string>

<!-- New Onboarding flow first screen title -->
<!-- %1$s will be replaced by the app name and build variant(e.g. Firefox Focus, Firefox Klar Nightly) -->
Expand Down Expand Up @@ -929,9 +928,6 @@
<!-- Label for the button in the snackbar that switches to the newly opened tab -->
<string name="open_new_tab_snackbar">切り替え</string>

<!-- Text displayed in a notification when the user enters full screen mode -->
<string name="full_screen_notification" moz:removedIn="130" tools:ignore="UnusedResources">全画面表示モードです</string>

<!-- Preference for switching to a new tab immediately after opening -->
<string name="preference_open_new_tab">新しいタブ内のリンクへすぐに切り替えます</string>

Expand Down Expand Up @@ -1123,7 +1119,14 @@

<!-- Messages explaining how to exit fullscreen mode -->
<!-- Message shown to explain how to exit fullscreen mode when gesture navigation is enabled -->
<string name="exit_fullscreen_with_gesture">全画面表示を終了するには、上からドラッグし、戻るジェスチャーをしてください</string>
<string name="exit_fullscreen_with_gesture" moz:removedIn="132" tools:ignore="UnusedResources">全画面表示を終了するには、上からドラッグし、戻るジェスチャーをしてください</string>
<!-- Message shown to explain how to exit fullscreen mode when using back button navigation -->
<string name="exit_fullscreen_with_back_button">全画面表示を終了するには、上からドラッグし、[戻る] を押してください</string>
<string name="exit_fullscreen_with_back_button" moz:removedIn="132" tools:ignore="UnusedResources">全画面表示を終了するには、上からドラッグし、[戻る] を押してください</string>

<!-- Message shown to explain how to exit fullscreen mode when gesture navigation is enabled. -->
<!-- Localisation note: this text should be as short as possible, max 68 chars -->
<string name="exit_fullscreen_with_gesture_short">上からドラッグして、戻るジェスチャーで終了します</string>
<!-- Message shown to explain how to exit fullscreen mode when using back button navigation. -->
<!-- Localisation note: this text should be as short as possible, max 68 chars -->
<string name="exit_fullscreen_with_back_button_short">上からドラッグして戻るボタンを押すと終了します</string>
</resources>

0 comments on commit cfde021

Please sign in to comment.