-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
304eddb
commit 475d4e7
Showing
3 changed files
with
123 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"add_readable_text_setting": { | ||
"icon": "text_format", | ||
"title": "可読性を上げる設定を追加する", | ||
"information": "設定ページにテキストを読みやすくするための項目を追加します。", | ||
"tag": [ | ||
"text", | ||
"太く", | ||
"太さ", | ||
"大きく", | ||
"大きい", | ||
"文字" | ||
] | ||
}, | ||
"enable_readonly_support": { | ||
"icon": "auto_stories", | ||
"title": "読み取り専用モードのサポートの有効化", | ||
"information": "読み取り専用モードのコマンドライン引数を使用可能にします。", | ||
"tag": [ | ||
"readonly", | ||
"command", | ||
"line", | ||
"mode", | ||
"argument" | ||
] | ||
}, | ||
"fast_start": { | ||
"icon": "power_settings_new", | ||
"title": "高速起動を有効にする", | ||
"information": "スプラッシュスクリーンをスキップし、高速起動します。", | ||
"tag": [] | ||
}, | ||
"get_news_from_google_news": { | ||
"icon": "rss_feed", | ||
"title": "Google News RSSを使用する", | ||
"information": "ユーザーがニュースを要求した際、GoogleニュースのWebページを開くのではなくGoogle News RSSを使用してインターネットからニュースを自動で取得します。", | ||
"tag": [ | ||
"feed", | ||
"フィード" | ||
] | ||
}, | ||
"show_feedback_button": { | ||
"icon": "feedback", | ||
"title": "フィードバックボタンを表示する", | ||
"information": "メニュー内にフィードバックボタンを表示し、必要に応じてフィードバックを送信できるようになります。", | ||
"tag": [ | ||
"feedback", | ||
"送る" | ||
] | ||
}, | ||
"show_tips_setting": { | ||
"icon": "lightbulb", | ||
"title": "ヒントの設定を表示する", | ||
"information": "ホームに表示されるヒントについての設定を表示します。", | ||
"tag": [ | ||
"hint", | ||
"tips", | ||
"home", | ||
"使い方", | ||
"使いかた", | ||
"つかいかた", | ||
"豆知識" | ||
] | ||
}, | ||
"use_fast_response_mode": { | ||
"icon": "two_wheeler", | ||
"title": "高速モードを有効にする", | ||
"information": "高速かつ低負荷で応答を返すようにします。Intelligent Match機構は無効になり、適切な応答が見つからなかったことを示す「そうですか」という応答を返す頻度が高くなります。", | ||
"tag": [ | ||
"インテリジェントマッチ" | ||
] | ||
} | ||
} |