-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shutdown protection, fix searching mItems
- Successfully implemented shutdown protection - Fix a long-standing error which prevent searching all existing items in the power menu - Add troubleshoot in settings - Other small changes - Updated Traditional Chinese translations
- Loading branch information
1 parent
768d52a
commit 7bf2470
Showing
7 changed files
with
156 additions
and
207 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
<resources> | ||
|
||
<!--Basic Information --> | ||
<!--Not necessary to translate as these are just descriptions. However if you like you can still translate these. --> | ||
<string name="app_name">Advanced Power Menu</string> | ||
<string name="launcher_name">Adv. Power Menu</string> | ||
<string name="xposed_description">再起動やスクリーンショットオプションを電源メニューに追加します。\n開発者: kennethso168@xda</string> | ||
<string name="credits_msg">開発者: kennethso168@xda</string> | ||
|
||
<!-- Reboot Options --> | ||
<string name="reboot_soft">ソフトリブート</string> | ||
<string name="reboot_recovery">リカバリ</string> | ||
<string name="reboot_bootloader">Bootloader</string> | ||
|
||
<!-- Confirmation Dialogs --> | ||
<string name="reboot_confirm">端末を再起動します。</string> | ||
<string name="reboot_confirm_recovery">リカバリへ再起動します。</string> | ||
<string name="reboot_confirm_bootloader">Bootloaderへ再起動します。</string> | ||
|
||
<!-- Screenshot --> | ||
<string name="take_screenshot">スクリーンショット</string> | ||
|
||
<!-- Quick dial --> | ||
<string name="quick_dial">クイック発信</string> | ||
|
||
<!-- Toggle Mobile Data --> | ||
<string name="mobile_data_on">モバイルデータを有効化</string> | ||
<string name="mobile_data_off">モバイルデータを無効化</string> | ||
|
||
<!-- Preference Screen --> | ||
<string name="note_title">注意</string> | ||
<string name="note_summ">変更を反映させるには再起動してください。</string> | ||
<string name="sect_menu_options">メニューオプション</string> | ||
<string name="enable_reboot_title">再起動オプション</string> | ||
<string name="enable_reboot_summ">様々な再起動ができるオプションを電源メニューに追加します。</string> | ||
<string name="enable_screenshot_title">スクリーンショット</string> | ||
<string name="enable_screenshot_summ">電源メニューにスクリーンショットを撮影できる項目を追加します。</string> | ||
<string name="confirm_dialog_title">確認ダイアログ</string> | ||
<string name="quick_dial_number">クイック発信番号</string> | ||
<string name="quick_dial_note">空のままにするとこの機能を無効にします。</string> | ||
<string name="disabled">無効</string> | ||
<string name="icon_color_title">アイコンのテーマ色</string> | ||
<string name="reboot_methods_title">表示する再起動方法</string> | ||
<string name="expand_statusbar_title">通知領域を開く</string> | ||
<string name="expand_statusbar_summ">通知領域を開くオプションを追加します。</string> | ||
<string name="data_toggle">モバイルデータトグル</string> | ||
<string name="data_toggle_summ">モバイルデータ通信をオンオフするオプションを追加します。</string> | ||
<string name="no_locked_off_title">シャットダウン保護</string> | ||
<string name="no_locked_off_summ">ロック画面でロック解除されていないときに「電源を切る」と「再起動」を出来ないようにします。</string> | ||
<string name="no_locked_off_dialog">シャットダウン保護が有効なためロック中は電源を切ったり再起動したり出来ません。ロックを解除してやり直してください。</string> | ||
|
||
<string name="sect_debug">アプリオプション</string> | ||
<string name="verbose_log_title">詳細なログを残す</string> | ||
<string name="verbose_log_summ">チェックすると/data/xposed/debug.logに完全なログを残します。</string> | ||
<string name="hide_ic_launcher_title">ホームアプリでアイコンを隠す</string> | ||
<string name="hide_ic_launcher_dialog">変更を反映するにはホームアプリを再起動してください。\nホームアプリの再起動後に設定を開くにはXposedインストーラ > モジュール> Advanced Power Menuをタップ(チェックではなく)してください。</string> | ||
|
||
<string name="sect_about">このアプリについて</string> | ||
<string name="app_info_title">アプリ情報</string> | ||
<string name="app_info_before">"Advaced Power Menu バージョン"</string> | ||
|
||
<string name="license_title">オープンソースライセンス</string> | ||
<string name="special_thanks_title">協力者</string> | ||
<string name="xda_title">xda threadを開く</string> | ||
<string name="email_title">開発者にメールを送信</string> | ||
<string name="donate_title">寄付</string> | ||
|
||
</resources> | ||
<resources> | ||
|
||
<!--Basic Information --> | ||
<!--Not necessary to translate as these are just descriptions. However if you like you can still translate these. --> | ||
<string name="app_name">Advanced Power Menu</string> | ||
<string name="launcher_name">Adv. Power Menu</string> | ||
<string name="xposed_description">再起動やスクリーンショットオプションを電源メニューに追加します。\n開発者: kennethso168@xda</string> | ||
<string name="credits_msg">開発者: kennethso168@xda</string> | ||
|
||
<!-- Reboot Options --> | ||
<string name="reboot_soft">ソフトリブート</string> | ||
<string name="reboot_recovery">リカバリ</string> | ||
<string name="reboot_bootloader">Bootloader</string> | ||
|
||
<!-- Confirmation Dialogs --> | ||
<string name="reboot_confirm">端末を再起動します。</string> | ||
<string name="reboot_confirm_recovery">リカバリへ再起動します。</string> | ||
<string name="reboot_confirm_bootloader">Bootloaderへ再起動します。</string> | ||
|
||
<!-- Screenshot --> | ||
<string name="take_screenshot">スクリーンショット</string> | ||
|
||
<!-- Quick dial --> | ||
<string name="quick_dial">クイック発信</string> | ||
|
||
<!-- Toggle Mobile Data --> | ||
<string name="mobile_data_on">モバイルデータを有効化</string> | ||
<string name="mobile_data_off">モバイルデータを無効化</string> | ||
|
||
<!-- Preference Screen --> | ||
<string name="note_title">注意</string> | ||
<string name="note_summ">変更を反映させるには再起動してください。</string> | ||
<string name="sect_menu_options">メニューオプション</string> | ||
<string name="enable_reboot_title">再起動オプション</string> | ||
<string name="enable_reboot_summ">様々な再起動ができるオプションを電源メニューに追加します。</string> | ||
<string name="enable_screenshot_title">スクリーンショット</string> | ||
<string name="enable_screenshot_summ">電源メニューにスクリーンショットを撮影できる項目を追加します。</string> | ||
<string name="confirm_dialog_title">確認ダイアログ</string> | ||
<string name="quick_dial_number">クイック発信番号</string> | ||
<string name="quick_dial_note">空のままにするとこの機能を無効にします。</string> | ||
<string name="disabled">無効</string> | ||
<string name="icon_color_title">アイコンのテーマ色</string> | ||
<string name="reboot_methods_title">表示する再起動方法</string> | ||
<string name="expand_statusbar_title">通知領域を開く</string> | ||
<string name="expand_statusbar_summ">通知領域を開くオプションを追加します。</string> | ||
<string name="data_toggle">モバイルデータトグル</string> | ||
<string name="data_toggle_summ">モバイルデータ通信をオンオフするオプションを追加します。</string> | ||
<string name="no_locked_off_title">シャットダウン保護</string> | ||
<string name="no_locked_off_summ">ロック画面でロック解除されていないときに「電源を切る」と「再起動」を出来ないようにします。</string> | ||
<string name="no_locked_off_dialog">シャットダウン保護が有効なためロック中は電源を切ったり再起動したり出来ません。ロックを解除してやり直してください。</string> | ||
|
||
<string name="sect_debug">アプリオプション</string> | ||
<string name="verbose_log_title">詳細なログを残す</string> | ||
<string name="verbose_log_summ">チェックすると/data/xposed/debug.logに完全なログを残します。</string> | ||
<string name="hide_ic_launcher_title">ホームアプリでアイコンを隠す</string> | ||
<string name="hide_ic_launcher_dialog">変更を反映するにはホームアプリを再起動してください。\nホームアプリの再起動後に設定を開くにはXposedインストーラ > モジュール> Advanced Power Menuをタップ(チェックではなく)してください。</string> | ||
|
||
<string name="sect_about">このアプリについて</string> | ||
<string name="app_info_title">アプリ情報</string> | ||
<string name="app_info_before">"Advaced Power Menu バージョン"</string> | ||
|
||
<string name="license_title">オープンソースライセンス</string> | ||
<string name="special_thanks_title">協力者</string> | ||
<string name="xda_title">xda threadを開く</string> | ||
<string name="email_title">開発者にメールを送信</string> | ||
<string name="donate_title">寄付</string> | ||
|
||
</resources> |
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
Oops, something went wrong.