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

Commit 3693341

Browse files
Import l10n. (#1932)
1 parent 860995b commit 3693341

2 files changed

Lines changed: 222 additions & 17 deletions

File tree

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

Lines changed: 121 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
opens a dialog box that contains language-related settings. -->
120120
<string name="settings_language">言語</string>
121121

122+
<!-- This string is used to label a text label for selecting the language in the 'Language' dialog window
123+
(accessible from the browser's Settings' dialog window). Below this string appears
124+
the different options for language settings. -->
125+
<string name="settings_language_settings">言語設定</string>
126+
122127
<!-- This string is used to label a text label for selecting the language in the 'Language' dialog window
123128
(accessible from the browser's Settings' dialog window). Below this string appears a list of locales for
124129
the user to choose as their preferred reading languages for website content. Each locale,
@@ -133,6 +138,30 @@
133138
(e.g., `Español` is mapped to `es`) when configured in the 'Voice Search' system. -->
134139
<string name="settings_language_choose_language_voice_search">音声検索に使用する言語の優先順位を設定できます。</string>
135140

141+
<!-- This string is used to label a text label that appears in the header of 'Language Settings' ->
142+
'Firefox Display Language' dialog window (accessible from the browser's Settings dialog window).
143+
Below this string appears a list of locales for the user to choose as their preferred display
144+
language for the application UI. -->
145+
<string name="settings_language_choose_display_language_title">%1$s の表示言語</string>
146+
147+
<!-- This string is used to label a text label that appears in the header description of 'Language Settings' ->
148+
'Firefox Display Language' dialog window (accessible from the browser's Settings dialog window).
149+
Below this string appears a list of locales for the user to choose as their preferred display
150+
language for the application UI. -->
151+
<string name="settings_language_choose_language_display_description">メニュー、メッセージ、通知の表示に使用する言語の優先順位を設定できます。</string>
152+
153+
<!-- This string is used to label a text label that appears in the header of 'Language Settings' ->
154+
'Voice Search Language' dialog window (accessible from the browser's Settings dialog window).
155+
Below this string appears a list of locales for the user to choose as their preferred voice search
156+
language. -->
157+
<string name="settings_language_choose_language_voice_search_title">音声検索言語</string>
158+
159+
<!-- This string is used to label a text label that appears in the header description of 'Language Settings' ->
160+
'Voice Search Language' dialog window (accessible from the browser's Settings dialog window).
161+
Below this string appears a list of locales for the user to choose as their preferred voice search
162+
language. -->
163+
<string name="settings_language_choose_language_voice_search_description">音声検索に使用する言語の優先順位を設定できます。</string>
164+
136165
<!-- This string is used to label a radio button in the 'Settings' Language dialog that, when pressed,
137166
changes the app and the language of the speech-recognition-based search to 'English (US)'. -->
138167
<string name="settings_language_english">英語 (米国)</string>
@@ -243,17 +272,30 @@
243272
-->
244273
<string name="developer_options_performance_monitor">パフォーマンスモニターを有効にする</string>
245274

275+
<!-- This string labels an On/Off switch in the developer options dialog and is used to toggle
276+
debug logging. Debug logging provides runtime diagnostic information that may be collected
277+
to help diagnose and fix problems with the application.
278+
-->
279+
<string name="developer_options_debug_logging">デバッグログを有効にする</string>
280+
246281
<!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
247282
<string name="developer_options_servo">Servo を有効化</string>
248283

284+
<!-- The string labels the description text for the clear cookies and site data button in the
285+
privacy options dialog. -->
286+
<string name="developer_options_clear_cache_cookies_site_description">Cookie とサイトデータ</string>
287+
288+
<!-- The string labels the description text for the clear cached web content button in the
289+
privacy options dialog. -->
290+
<string name="developer_options_clear_cache_web_content_description">ウェブコンテンツのキャッシュ</string>
291+
292+
<!-- The string labels the button text for the clear cache buttons in the privacy options dialog. -->
293+
<string name="developer_options_clear_cache">データを消去</string>
294+
249295
<!-- This string is used to label a numerical-entry field where the user may set a new value to
250296
use for the display density. -->
251297
<string name="developer_options_display_density">表示密度:</string>
252298

253-
<!-- This string is used to label two integer-entry fields where the default width and height of
254-
the browser window may be set. -->
255-
<string name="developer_options_window_size">ウィンドウサイズ:</string>
256-
257299
<!-- This string is used to label buttons to enable editing of text fields in the
258300
'Developer Options' dialog. Pressing this button switches the text to
259301
editable-text fields so their values may be changed. -->
@@ -272,10 +314,6 @@
272314
for the virtual displays Dots Per Inch (DPI). -->
273315
<string name="developer_options_display_dpi">ディスプレイの DPI:</string>
274316

275-
<!-- This string is used to label two integer entry fields that will allow the user to adjust
276-
the maximum window size in the X and Y dimensions. -->
277-
<string name="developer_options_max_window_size">最大ウィンドウサイズ:</string>
278-
279317
<!-- This string is used to label radio buttons for setting Multi-Sample Anti-Aliasing (MSAA) in
280318
VR Immersive Mode. -->
281319
<string name="developer_options_msaa">MSAA</string>
@@ -342,6 +380,9 @@
342380
<!-- This string labels the 'Reset' button that restores the default developer settings values. -->
343381
<string name="developer_options_reset_button">リセット</string>
344382

383+
<!-- This string is used to label buttons to enable editing of other options. -->
384+
<string name="settings_button_edit">編集</string>
385+
345386
<!-- This string describes the radio buttons used to select the user's background environment
346387
(seen while not in Immersive Mode). -->
347388
<string name="developer_options_environments">景色</string>
@@ -584,6 +625,20 @@
584625
all the bookmarks. -->
585626
<string name="bookmarks_show_all">すべてのブックマークを表示</string>
586627

628+
<!-- This string is displayed as the title of the history list, which contains the user's visited websites. -->
629+
<string name="history_title">履歴</string>
630+
631+
<!-- This string is displayed as the title of the history list when the history is empty. -->
632+
<string name="history_empty">履歴はありません</string>
633+
634+
<!-- This string is displayed is the history context menu that is displayed when
635+
the more button is pressed in a history item. It add the selected items to favorites. -->
636+
<string name="history_context_add_bookmarks">ブックマークに追加</string>
637+
638+
<!-- This string is displayed is the history context menu that is displayed when
639+
the more button is pressed in a history item. It removes the selected item from favorites. -->
640+
<string name="history_context_remove_bookmarks">ブックマークから削除</string>
641+
587642
<!-- This string labels the Reset button that restores the default display settings values. -->
588643
<string name="display_options_reset">表示設定をリセット</string>
589644

@@ -599,6 +654,27 @@
599654
<!-- This string labels the Reset button that restores the default voice search language settings values. -->
600655
<string name="language_options_reset">音声検索の言語設定をリセット</string>
601656

657+
<!-- This string labels the Reset button that restores the default display language settings values. -->
658+
<string name="display_language_options_reset">表示言語をリセット</string>
659+
660+
<!-- This string labels the Reset button that restores all language settings values. -->
661+
<string name="all_language_options_reset">すべての言語設定をリセット</string>
662+
663+
<!-- This string labels the description in the Voice Search Language button in the main language setting dialog. -->
664+
<string name="language_options_voice_search_language"><![CDATA[音声検索の言語: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
665+
666+
<!-- This string labels the description in the Content Language button in the main language setting dialog. -->
667+
<string name="language_options_content_language"><![CDATA[ウェブサイト表示のための優先言語: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
668+
669+
<!-- This string labels the description in the Display Language button in the main language setting dialog. -->
670+
<string name="language_options_display_language"><![CDATA[アプリの表示言語: <br>&emsp;&emsp;<b>%1$s</b>]]></string>
671+
672+
<!-- This string labels the description in the Content Language header for preferred languages list. -->
673+
<string name="language_options_preferred_languages">優先言語</string>
674+
675+
<!-- This string labels the description in the Content Language header for available languages list. -->
676+
<string name="language_options_available_languages">利用可能な言語</string>
677+
602678
<!-- This string is for the table column name (in the browser's 'Bookmarks' list) for the 'Name' of the bookmarked website. -->
603679
<string name="col_name">サイト名</string>
604680

@@ -633,6 +709,14 @@
633709
'Stop' stops the current page load. -->
634710
<string name="stop_tooltip">読み込みを中止します</string>
635711

712+
<!-- This string is for the tooltip that appears upon hovering the 'Resume' button in the browser's title bar media buttons.
713+
When clicked the current media playback is resumed. -->
714+
<string name="media_resume_tooltip">再開</string>
715+
716+
<!-- This string is for the tooltip that appears upon hovering the 'Pause' button in the browser's title bar media buttons.
717+
When clicked the current media playback is paused. -->
718+
<string name="media_pause_tooltip">一時停止</string>
719+
636720
<!-- This string is for the tooltip that appears upon hovering the 'Home' button in the browser's navigation bar.
637721
'Home' refers to the browser's start page (e.g., the Firefox Reality Home Page). -->
638722
<string name="home_tooltip">ホーム</string>
@@ -642,6 +726,10 @@
642726
speech-to-text recognition. -->
643727
<string name="voice_search_tooltip">音声検索</string>
644728

729+
<!-- This string is for the tooltip that appears upon hovering the 'Request desktop site' button in the
730+
browser's navigation bar. The button it labels, when pressed, change the currently used user agent. -->
731+
<string name="request_dekstop_site_tooltip">PC サイトモード</string>
732+
645733
<!-- This string is for the tooltip that appears upon hovering the 'Clear' button in the
646734
browser's navigation bar. The button it labels, when pressed, clears the navigation bar text. -->
647735
<string name="clear_tooltip">消去します</string>
@@ -695,10 +783,14 @@
695783
tray. The button it labels, when pressed, opens a new browser window. -->
696784
<string name="new_window_tooltip">新しいウィンドウで開きます</string>
697785

698-
<!-- This string is for the tooltip that appears when the user hovers over the down-arrow icon that appears in the
699-
URL bar upon hover. The icon it labels, when pressed, expands a list of recently visited websites in the
700-
user's History. -->
701-
<string name="show_history_tooltip">履歴を表示</string>
786+
<!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the
787+
tray and the History view is closed. The button it labels, when pressed, opens a list view of the user's visited
788+
pages. -->
789+
<string name="open_history_tooltip">履歴を開きます</string>
790+
791+
<!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the
792+
tray and the History view is closed. The button it labels, when pressed, closes the History view. -->
793+
<string name="close_history_tooltip">履歴を閉じます</string>
702794

703795
<!-- This string is displayed in any button used for removing all the items in the current context. -->
704796
<string name="remove_all">すべて削除</string>
@@ -741,10 +833,9 @@
741833
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
742834
<string name="no_internet_message">問題を解決するため端末の設定を確認してください。</string>
743835

744-
<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
745-
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
746-
that can be opened (initially 3) -->
747-
<string name="max_windows_message">一度に %1$s 個以上のウィンドウを開くことはできません。別のウィンドウを開く前に閉じてください。</string>
836+
<!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and
837+
it has already opened the maximum number of allowed windows. -->
838+
<string name="max_windows_button">OK</string>
748839

749840
<!-- This string is displayed in the title of the alert dialog shown when the user does not have permission to run the application on the device. -->
750841
<string name="not_entitled_title">実行できません</string>
@@ -769,4 +860,18 @@
769860

770861
<!-- This string is displayed in the content language list in front of the system default language in between parenthesis -->
771862
<string name="language_default">既定</string>
863+
864+
<!-- This string is displayed in the URL bar when the user is in the home page.
865+
'%1$s' will be replaced at runtime with the app's name. -->
866+
<string name="url_home_title">%1$s ホーム</string>
867+
868+
<!-- This string is displayed in the URL bar when the user is in the bookmarks panel -->
869+
<string name="url_bookmarks_title">ブックマーク</string>
870+
871+
<!-- This string is displayed in the URL bar when the user is in the history panel -->
872+
<string name="url_history_title">履歴</string>
873+
874+
<!-- This string is displayed in the Clear button on top of the window when in private mode. It only appears
875+
when there is one window left. When clicked, it closes the private session -->
876+
<string name="private_clear_button">消去</string>
772877
</resources>

0 commit comments

Comments
 (0)