diff options
Diffstat (limited to 'res/values-ko/arrays.xml')
-rw-r--r-- | res/values-ko/arrays.xml | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/res/values-ko/arrays.xml b/res/values-ko/arrays.xml index eb57527d9..2399e9d3a 100644 --- a/res/values-ko/arrays.xml +++ b/res/values-ko/arrays.xml @@ -50,18 +50,26 @@ <item>"WEP ASCII"</item> <item>"WEP 16진수"</item> </string-array> - <!-- no translation found for wifi_sleep_policy_entries:0 (3804733751095821976) --> - <!-- no translation found for wifi_sleep_policy_entries:1 (1549288661423279207) --> - <!-- no translation found for wifi_sleep_policy_entries:2 (1986753720941888596) --> - <!-- no translation found for battery_history_type_spinner:0 (2372160040893842611) --> - <!-- no translation found for battery_history_type_spinner:1 (7042951832385599110) --> - <!-- no translation found for battery_history_type_spinner:2 (7643330117743172161) --> - <!-- no translation found for battery_history_type_spinner:3 (7984071435080498080) --> - <!-- no translation found for battery_history_which_spinner:0 (8777827398176661463) --> - <!-- no translation found for battery_history_which_spinner:1 (2351620008414691945) --> - <!-- no translation found for battery_history_which_spinner:2 (1233325583071371898) --> - <!-- no translation found for battery_history_which_spinner:3 (524850874274605031) --> - <!-- no translation found for usage_stats_display_order_types:0 (9077371706468756228) --> - <!-- no translation found for usage_stats_display_order_types:1 (1908750532762193304) --> - <!-- no translation found for usage_stats_display_order_types:2 (1213951670006606353) --> + <string-array name="wifi_sleep_policy_entries"> + <item>"화면이 꺼질 때"</item> + <item>"전원에 연결되었을 때는 절전 모드로 전환되지 않음"</item> + <item>"전환 안 됨"</item> + </string-array> + <string-array name="battery_history_type_spinner"> + <item>"CPU 사용"</item> + <item>"네트워크 사용"</item> + <item>"센서 사용"</item> + <item>"화면 켜짐 시간"</item> + </string-array> + <string-array name="battery_history_which_spinner"> + <item>"기기 재설정 이후"</item> + <item>"마지막 부팅 이전"</item> + <item>"마지막 부팅 이후"</item> + <item>"마지막 분리 이후"</item> + </string-array> + <string-array name="usage_stats_display_order_types"> + <item>"사용 시간"</item> + <item>"계수 시작"</item> + <item>"응용프로그램 이름"</item> + </string-array> </resources> |