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

Commit

Permalink
Import l10n.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot committed Nov 12, 2019
1 parent 510b1b5 commit a55be91
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 12 deletions.
81 changes: 80 additions & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@
describes Mozilla's Privacy Policy. -->
<string name="settings_privacy_policy">個人情報保護方針</string>

<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
allowed pop-up sites. -->
<string name="settings_privacy_policy_popups_title">ポップアップの許可設定</string>

<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
allowed pop-up sites. -->
<string name="settings_privacy_policy_popups_description">ポップアップウィンドウの表示を許可するウェブサイトを指定してください</string>

<!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is allowed. -->
<string name="pop_up_site_switch_allow">許可</string>

Expand Down Expand Up @@ -262,6 +270,10 @@
opens the Firfox Reality support web site in the browser window. -->
<string name="settings_help">ヘルプ</string>

<!-- This string is displayed in the settings header under the Firefox Reality logo. When clicked the settings panel is closed
a the survey web site in opened in the currently focused window -->
<string name="settings_send_your_feedback">フィードバックを送る</string>

<!-- This string is the title of a dialog box shown to the user when a settings
change requires the application to restart. -->
<string name="restart_dialog_restart">再起動が必要です</string>
Expand Down Expand Up @@ -775,6 +787,12 @@
<!-- This string labels the Clear All button that removes all the sites from the stored allowed pop-ups sites. -->
<string name="privacy_options_popups_clear_all">すべて消去</string>

<!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. -->
<string name="privacy_options_popups_reset">ポップアップウィンドウのブロック設定をリセット</string>

<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
<string name="privacy_options_popups_list_header">次のウェブサイトがポップアップウィンドウの表示を要求しています:</string>

<!-- This string labels the Reset button that restores the default controller settings values. -->
<string name="controller_options_reset">コントローラーの設定をリセット</string>

Expand All @@ -787,12 +805,21 @@
<!-- This string labels the Reset button that restores the default display language settings values. -->
<string name="display_language_options_reset">表示言語をリセット</string>

<!-- This string labels the Reset button that restores the default content language settings values. -->
<string name="content_language_options_reset">ウェブサイトの優先する言語をリセット</string>

<!-- This string labels the Reset button that restores all language settings values. -->
<string name="all_language_options_reset">すべての言語設定をリセット</string>

<!-- This string labels the description in the Voice Search Language button in the main language setting dialog. -->
<string name="language_options_voice_search_language_title">音声検索する言語:</string>

<!-- This string labels the description in the Content Language button in the main language setting dialog. -->
<string name="language_options_content_language_title">ウェブサイトで優先する表示言語:</string>

<!-- This string labels the description in the Display Language button in the main language setting dialog. -->
<string name="language_options_display_language_title">アプリの表示言語:</string>

<!-- This string labels the description in the Content Language header for preferred languages list. -->
<string name="language_options_preferred_languages">優先言語</string>

Expand Down Expand Up @@ -899,6 +926,9 @@
<!-- This string is shown in the context menu after a longpress on a text. When clicked it selects all text from the longpressed page area. -->
<string name="context_menu_select_all_text">すべて選択</string>

<!-- This string is shown in the context menu after a longpress on a text. When clicked it unselects the selected text. -->
<string name="context_menu_unselect">選択解除</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'Bookmark' icon in the
browser's navigation bar. The button it labels, when pressed, bookmarks the currently open web site. -->
<string name="bookmark_tooltip">このページをブックマークに追加します</string>
Expand Down Expand Up @@ -975,6 +1005,11 @@
<!-- This string is displayed in the message of the notification message shown when the device loses internet connection. -->
<string name="no_internet_message">問題を解決するため端末の設定を確認してください。</string>

<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
that can be opened (initially 3) -->
<string name="max_windows_msg">開けるのは %1$s 個のウィンドウのみです。別のウィンドウを開くには一方を閉じてください。</string>

<!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. -->
<string name="max_windows_button">OK</string>
Expand All @@ -992,6 +1027,14 @@
<!-- This string is displayed as the message body of a dialog displayed when poor web page performance has been detected and the page has been unloaded to restore performance. -->
<string name="performance_message">このウェブページはパフォーマンスに影響を及ぼすため、読み込みが中断されています。ウィンドウのサイズを小さくすると、ウェブページのパフォーマンスを改善できる場合があります。</string>

<!-- This string is displayed in the title of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_data_dialog_title">%1$s に音声サンプルの収集を許可しますか?</string>

<!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_dialog_description2">音声認識や他のサービスを改善するには、研究のために音声サンプルを収集する必要があります。私たちは個人識別が可能な情報を含めずに、安全にデータを保存します。音声検索は、収集を許可しなくても、いつでも使用できます。&lt;a href=&quot;privacy&quot;&gt;詳細情報&lt;/a&gt;</string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts in to the voice data collection. -->
<string name="voice_samples_collect_dialog_allow">許可する</string>
Expand All @@ -1017,6 +1060,13 @@
when there is one window left. When clicked, it closes the private session -->
<string name="private_clear_button">消去</string>

<!-- This string is displayed in the title of the pop-up blocking dialog.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="popup_block_title">%1$s がこのサイトのポップアップをブロックしました</string>

<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
<string name="popup_block_description">ポップアップを表示しますか?</string>

<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
<string name="popup_block_checkbox">このサイトでは次回から確認しない</string>
Expand Down Expand Up @@ -1053,4 +1103,33 @@ the Select` button. When clicked it closes all the previously selected tabs -->
When clicked it unselects all the tabs -->
<string name="tabs_unselect">すべての選択を解除</string>

</resources>
<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there is one tab
available -->
<string name="tabs_counter_singular">1 個のタブ</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It indicates that there are n tabs available.
%1$s expands to a integer which indicates the number of tabs. This number is always larger than 1, ortherwise
tabs_counter_singular key is used-->
<string name="tabs_counter_plural">%1$s 個のタブ</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there is one tab selected -->
<string name="tabs_selected_counter_singular">1 個のタブを選択しました</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are n tabs selected. %1$s expands to a integer which indicates the number of tabs.
This number is always larger than 1, ortherwise tabs_selected_counter_singular key is used-->
<string name="tabs_selected_counter_plural">%1$s 個のタブを選択しました</string>

<!-- This string is displayed in a label on the header of the tabs dialog. It's only visible in tab selection mode.
It indicates that there are no tabs selected -->
<string name="tabs_selected_counter_none">タブが選択されていません</string>

<!-- This string is for the tooltip that appears when the users hovers in the tabs icon in the browser's
tray menu. When clicked it opens the tray dialog in the current active window -->
<string name="tabs_tray_tooltip">タブを表示</string>

<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
tabs tray button then a tab has been added on the background. -->
<string name="tab_added_notification">新しいタブが追加されました!</string>
</resources>
Loading

0 comments on commit a55be91

Please sign in to comment.