Skip to content

Instantly share code, notes, and snippets.

@zenyr
Last active November 9, 2016 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zenyr/7a284ed2c4e26851adb68664085149af to your computer and use it in GitHub Desktop.
Save zenyr/7a284ed2c4e26851adb68664085149af to your computer and use it in GitHub Desktop.
<?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>
<!-- Header for vibration options. -->
<key>VIBRATIONS</key>
<string>진동</string>
</dict>
</plist>
<!-- 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