|
343 | 343 | Most common reason for this state is that the account password was changed on another device. -->
|
344 | 344 | <string name="settings_accounts_reconnect">再接続</string>
|
345 | 345 |
|
| 346 | + <!-- This string is used to label a button in the 'Settings' dialog window that, when pressed, |
| 347 | + opens the Release Notes web site for the current app version. --> |
| 348 | + <string name="settings_whats_new">新着情報</string> |
| 349 | + |
346 | 350 | <!-- This string is the title of a dialog box shown to the user when a settings
|
347 | 351 | change requires the application to restart. -->
|
348 | 352 | <string name="restart_dialog_restart">再起動が必要です</string>
|
|
489 | 493 | <!-- This string is used to label the 'Off' radio button of the 'Tracking protection' settings option. -->
|
490 | 494 | <string name="privacy_options_tracking_off">オフ</string>
|
491 | 495 |
|
| 496 | + <!-- This string is used as the description of the 'Off' radio button of the 'Enhanced Tracking protection' settings option. --> |
| 497 | + <string name="privacy_options_tracking_off_description">あなたのオンライン行動を追跡して閲覧の習慣や興味を集めることをすべてのページに許可します。</string> |
| 498 | + |
492 | 499 | <!-- This string is used to label radio buttons for setting fixed-foveated-rendering (FFR) level.
|
493 | 500 | The term "foveation" derives from "fovea", the area of higher-resolution vision in the human retina.
|
494 | 501 | Higher values of this option result in larger parts of the peripheral vision being rendered
|
|
628 | 635 | <string name="fxa_account_last_synced">最終同期日時: %1$d 分前</string>
|
629 | 636 |
|
630 | 637 | <!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
|
| 638 | + and is used to enable or disable playback of DRM controlled content. --> |
| 639 | + <string name="security_options_drm_content_v1">自動的にあなたの端末を識別して DRM で制御されたコンテンツを再生することをサイトに許可します。(<a href="%1$s">詳細情報</a>)</string> |
| 640 | + |
| 641 | + <!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog |
631 | 642 | and is used to enable or disable the tabs restoration after a fresh app start. -->
|
632 | 643 | <string name="security_options_restore_tabs">再起動後にタブとウィンドウを復元する</string>
|
633 | 644 |
|
|
824 | 835 | <!-- This string is displayed in a tooltip in the video controls UI. -->
|
825 | 836 | <string name="video_controls_play">再生</string>
|
826 | 837 |
|
| 838 | + <!-- This string is displayed in a tooltip in the video controls UI. --> |
| 839 | + <string name="video_controls_exit">閉じる</string> |
| 840 | + |
827 | 841 | <!-- This string is displayed in a tooltip in the video controls UI. -->
|
828 | 842 | <string name="video_controls_pause">停止</string>
|
829 | 843 |
|
|
836 | 850 | <!-- This string is displayed in a tooltip below the video controls UI. -->
|
837 | 851 | <string name="video_controls_volume">音量</string>
|
838 | 852 |
|
| 853 | + <!-- This string is displayed in a tooltip below the video controls UI. --> |
| 854 | + <string name="video_controls_projection">ビデオ投影</string> |
| 855 | + |
839 | 856 | <!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
|
840 | 857 | '%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
|
841 | 858 | <string name="video_controls_seek_forward">%1$s 秒早送り</string>
|
|
1351 | 1368 | tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
|
1352 | 1369 | <string name="close_downloads_tooltip">ダウンロードリストを閉じます</string>
|
1353 | 1370 |
|
| 1371 | + <!-- This string is for the tooltip that appears when the user hovers over the 'What's New' icon in the |
| 1372 | + Navigation Bar. The button it labels, when pressed, open the release notes page. --> |
| 1373 | + <string name="whats_new_tooltip">新着情報</string> |
| 1374 | + |
1354 | 1375 | <!-- This string is displayed in any button used for removing all the items in the current context. -->
|
1355 | 1376 | <string name="remove_all">すべて削除</string>
|
1356 | 1377 |
|
|
1407 | 1428 | '%1$s' will be replace at runtime with the app's name. -->
|
1408 | 1429 | <string name="not_entitled_message">%1$s にこの端末で実行する権限がないため終了します。</string>
|
1409 | 1430 |
|
| 1431 | + |
| 1432 | + <!-- This string is displayed in the title of an Before Unload prompt, which asks for confirmation to stay or leave the current page. --> |
| 1433 | + <string name="before_unload_prompt_title">別のページへ移動しますか?</string> |
| 1434 | + |
| 1435 | + <!-- This string is displayed in the message of an Before Unload prompt, which asks for confirmation to stay or leave the current page. --> |
| 1436 | + <string name="before_unload_prompt_message">別のページへ移動すると、入力したデータは保存されません。</string> |
| 1437 | + <!-- This string is displayed in a button of the Before Unload prompt. Clicking it cancels the navigation and stays on the same page. --> |
| 1438 | + <string name="before_unload_prompt_stay">このページに留まる</string> |
| 1439 | + <!-- This string is displayed in a button of the Before Unload prompt. Clicking it confirms the navigation and leaves the page. --> |
| 1440 | + <string name="before_unload_prompt_leave">別のページへ移動する</string> |
| 1441 | + |
1410 | 1442 | <!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
|
1411 | 1443 | <string name="performance_unblock_page">ページのブロックを解除します</string>
|
1412 | 1444 | <!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->
|
|
0 commit comments