android_device_xiaomi_sdm66.../DeviceSettings/res/values-ko-rKR/strings.xml
OdSazib de7135d040
sdm660-common: DeviceSettings: Access dirac from device-settings
- Split preferences from audio category to avoid removing whole category upon nonexsting single preference
- Previously there were only headphone and microphone gain which were from same kernel driver and it was logical
  to remove the category when one of the preferences does not exist.
2021-04-02 02:42:13 +06:00

103 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Xiaomi-SDM660 Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="advanced_settings">디바이스 설정</string>
<string name="advanced_settings_summary">디바이스 특화 고급 설정</string>
<string name="display_title">디스플레이</string>
<!-- Mi Note 3 Settings -->
<string name="jason_pref_title">디바이스 설정</string>
<string name="jason_pref_summary">미 노트 3 특화 고급 설정</string>
<!-- KCal -->
<string name="device_kcal_title">디스플레이 색상 캘리브레이션</string>
<!-- Notification LED brightness -->
<string name="notification_title">알림 LED</string>
<string name="notification_led_title">LED 밝기</string>
<!-- Ambient Display -->
<string name="ambient_display">앰비언트 디스플레이</string>
<string name="advanced_doze_summary">앰비언트 디스플레이 설정</string>
<string name="vibration_title">햅틱 피드백</string>
<string name="vibration_strength_title">강도</string>
<!-- Thermal Profiles -->
<string name="thermal_profile_title">쓰로틀링 관리</string>
<string name="thermal_title">쓰로틀링 관리 설정</string>
<string name="thermal_summary">쓰로틀링 관리 프로필 설정</string>
<string name="thermal_dialogTitle">쓰로틀링 관리 프로필 선택</string>
<!-- Values for Thermal Presets -->
<string name="thermal_performance">성능 향상</string>
<string name="thermal_battery">배터리 효율 향상</string>
<string name="thermal_gaming">게이밍 특화</string>
<string name="thermal_balance">균형 설정</string>
<string name="thermal_extreme_battery">배터리 효율 매우 향상</string>
<!-- kcal -->
<string name="advanced_settings_kcal">디스플레이 색상 캘리브레이션</string>
<string name="cat_colormanagement">색상 설정</string>
<string name="cat_calibration">디스플레이 캘리브레이션</string>
<string name="kcal_enabled">켜기</string>
<string name="kcal_disabled">끄기</string>
<string name="set_on_boot">부팅 시 설정</string>
<string name="color_red">빨강</string>
<string name="color_green">초록</string>
<string name="color_blue">파랑</string>
<string name="color_minimum">최소값</string>
<string name="saturation">채도</string>
<string name="value">명도</string>
<string name="contrast">대비</string>
<string name="hue">색상</string>
<string name="grayscale">흑백 디스플레이</string>
<string name="presets_dialog_title">프리셋 선택</string>
<!-- Presets -->
<string name="preset_default">기본값</string>
<string name="preset_version_1">버전 1</string>
<string name="preset_version_2">버전 2</string>
<string name="preset_version_3">버전 3</string>
<string name="preset_triluminous">트리루미너스</string>
<string name="preset_deep_black_white">깊은 흑백의 색감</string>
<string name="preset_deep_natural">진한 자연의 색감</string>
<string name="preset_cool_amoled">차가운 아몰레드 색감</string>
<string name="preset_extreme_amoled">진한 아몰레드 색감</string>
<string name="preset_warm_amoled">따뜻한 아몰레드 색감</string>
<string name="preset_hybrid_mamba">하이브리드 맘바</string>
<!-- menu -->
<string name="kcal_presets">@string/presets_dialog_title</string>
<string name="kcal_reset">재설정</string>
<!-- CustomSeekBarPreference -->
<string name="edit_value">새 값 선택</string>
<string name="default_value">기본값</string>
<string name="edit_hint">%1$d - %2$d 사이의 값</string>
<!-- FPS Info -->
<string name="fps_info_title">FPS 오버레이</string>
<string name="fps_info_summary">현재 FPS를 나타내는 오버레이를 표시합니다.</string>
<!-- Audio -->
<string name="audio_title">오디오 앰프</string>
<string name="headphone_gain">헤드폰 게인</string>
<string name="mic_gain">마이크 게인</string>
</resources>