Last active
November 16, 2016 03:31
-
-
Save vladkorotnev/74e72adf4288f011ceebb1dd394391c5 to your computer and use it in GitHub Desktop.
TypeStatus Plus 1.1 日本語
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<!-- Title. --> | |
<key>ALERTS</key> | |
<string>通知</string> | |
<!-- Header for alert type selection. --> | |
<key>ALERT_TYPE</key> | |
<string>通知タイプ</string> | |
<!-- Explanation of the alert type setting. --> | |
<key>ALERT_TYPE_EXPLANATION</key> | |
<string>この設定はTypeStatus Plusのプロバイダーから通知を変更します。</string> | |
<!-- Switch to wake the screen when the device is locked. --> | |
<key>WAKE_WHEN_LOCKED</key> | |
<string>ロックされたで画面をつけて</string> | |
<!-- Explanation of the above setting. --> | |
<key>WAKE_WHEN_LOCKED_EXPLANATION</key> | |
<string>ステータスバーでTypeStatusの通知を受ける時にロックされたデバイスの画面をつけて。通知センターの通知はずっと画面をつけてです。</string> | |
<!-- Buttons shown in the segmented controls for the alert type. --> | |
<key>OFF</key> | |
<string>オフ</string> | |
<key>ALERT_TYPE_ICON</key> | |
<string>アイコンのみ</string> | |
<key>ALERT_TYPE_OVERLAY</key> | |
<string>ステータスバー</string> | |
<!-- Header for vibration options. --> | |
<key>VIBRATIONS</key> | |
<string>バイブレーション</string> | |
<!-- Header for notification center options. --> | |
<key>NOTIFICATION_CENTER</key> | |
<string>通知センター</string> | |
<!-- Note displayed below the notification center section. --> | |
<key>NOTIFICATION_CENTER_EXPLANATION</key> | |
<string>通知センターの通知はTypeStatusの通知を無視するです。</string> | |
<!-- Button to test the alerts. --> | |
<key>TEST_ALERT</key> | |
<string>通知をテスト</string> | |
</dict> | |
</plist> |
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
<!-- Default text for sharing the tweak. --> | |
<key>SHARE_TEXT</key> | |
<string>TypeStatus Plusをためしてみてね〜! 💬</string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment