Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit f100ee0

Browse files
Import l10n. (#3580)
1 parent a3dcb87 commit f100ee0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

app/src/main/res/values-ja/strings.xml

+32
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@
343343
Most common reason for this state is that the account password was changed on another device. -->
344344
<string name="settings_accounts_reconnect">再接続</string>
345345

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+
346350
<!-- This string is the title of a dialog box shown to the user when a settings
347351
change requires the application to restart. -->
348352
<string name="restart_dialog_restart">再起動が必要です</string>
@@ -489,6 +493,9 @@
489493
<!-- This string is used to label the 'Off' radio button of the 'Tracking protection' settings option. -->
490494
<string name="privacy_options_tracking_off">オフ</string>
491495

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+
492499
<!-- This string is used to label radio buttons for setting fixed-foveated-rendering (FFR) level.
493500
The term "foveation" derives from "fovea", the area of higher-resolution vision in the human retina.
494501
Higher values of this option result in larger parts of the peripheral vision being rendered
@@ -628,6 +635,10 @@
628635
<string name="fxa_account_last_synced">最終同期日時: %1$d 分前</string>
629636

630637
<!-- 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 で制御されたコンテンツを再生することをサイトに許可します。(&lt;a href=&quot;%1$s&quot;&gt;詳細情報&lt;/a&gt;)</string>
640+
641+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
631642
and is used to enable or disable the tabs restoration after a fresh app start. -->
632643
<string name="security_options_restore_tabs">再起動後にタブとウィンドウを復元する</string>
633644

@@ -824,6 +835,9 @@
824835
<!-- This string is displayed in a tooltip in the video controls UI. -->
825836
<string name="video_controls_play">再生</string>
826837

838+
<!-- This string is displayed in a tooltip in the video controls UI. -->
839+
<string name="video_controls_exit">閉じる</string>
840+
827841
<!-- This string is displayed in a tooltip in the video controls UI. -->
828842
<string name="video_controls_pause">停止</string>
829843

@@ -836,6 +850,9 @@
836850
<!-- This string is displayed in a tooltip below the video controls UI. -->
837851
<string name="video_controls_volume">音量</string>
838852

853+
<!-- This string is displayed in a tooltip below the video controls UI. -->
854+
<string name="video_controls_projection">ビデオ投影</string>
855+
839856
<!-- This string is displayed in a tooltip in the video controls UI (e.g., 'Seek +30 seconds').
840857
'%1$s' will be replaced at runtime with a duration in seconds (e.g., '30'). -->
841858
<string name="video_controls_seek_forward">%1$s 秒早送り</string>
@@ -1351,6 +1368,10 @@
13511368
tray and the Downloads view is closed. The button it labels, when pressed, closes the Downloads view. -->
13521369
<string name="close_downloads_tooltip">ダウンロードリストを閉じます</string>
13531370

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+
13541375
<!-- This string is displayed in any button used for removing all the items in the current context. -->
13551376
<string name="remove_all">すべて削除</string>
13561377

@@ -1407,6 +1428,17 @@
14071428
'%1$s' will be replace at runtime with the app's name. -->
14081429
<string name="not_entitled_message">%1$s にこの端末で実行する権限がないため終了します。</string>
14091430

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+
14101442
<!-- This string is displayed in a button that when pressed allows a user to view a page that has been blocked from being displayed.-->
14111443
<string name="performance_unblock_page">ページのブロックを解除します</string>
14121444
<!-- This string is displayed as the title of a dialog displayed when poor web page performance has been detected. -->

0 commit comments

Comments
 (0)