* Rebrand to DeviceDoze * Keep class for DeviceSettings Signed-off-by: OdSazib <odsazib@gmail.com>
98 lines
4.4 KiB
XML
98 lines
4.4 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">Device Settings</string>
|
|
<string name="advanced_settings_summary">Configurações adicionais</string>
|
|
|
|
<string name="display_title">Display</string>
|
|
|
|
<!-- Mi Note 3 Settings -->
|
|
<string name="jason_pref_title">Configurações do dispositivo</string>
|
|
<string name="jason_pref_summary">Configurações adicionais do Mi Note 3</string>
|
|
|
|
<!-- KCal -->
|
|
<string name="device_kcal_title">Exibir Calibração de Cores</string>
|
|
|
|
<!-- Notification LED brightness -->
|
|
<string name="notification_title">Notificações LED</string>
|
|
<string name="notification_led_title">Brilho do LED</string>
|
|
|
|
<!-- Ambient Display -->
|
|
<string name="ambient_display">Tela Ambiente</string>
|
|
<string name="advanced_doze_summary">Configurações do dispositivo tela ambiente</string>
|
|
|
|
<string name="vibration_title">Feedback tátil</string>
|
|
<string name="vibration_strength_title">Força</string>
|
|
|
|
<!-- Thermal Profiles -->
|
|
<string name="thermal_profile_title">Térmico</string>
|
|
<string name="thermal_title">Configurações térmica</string>
|
|
<string name="thermal_summary">Escolha seu perfil Térmico</string>
|
|
<string name="thermal_dialogTitle">Escolha seu perfil Térmico</string>
|
|
|
|
<!-- Values for Thermal Presets -->
|
|
<string name="thermal_performance">Performance</string>
|
|
<string name="thermal_battery">Bateria</string>
|
|
<string name="thermal_gaming">Jogo</string>
|
|
<string name="thermal_balance">Equilibrado</string>
|
|
<string name="thermal_extreme_battery">Bateria Extrema</string>
|
|
|
|
<!-- kcal -->
|
|
<string name="advanced_settings_kcal">Exibir Calibração de Cores</string>
|
|
<string name="cat_colormanagement">Configurações de cor</string>
|
|
<string name="cat_calibration">Calibração da Tela</string>
|
|
|
|
<string name="kcal_enabled">Ligado</string>
|
|
<string name="kcal_disabled">Desligado</string>
|
|
<string name="set_on_boot">Definir na inicialização</string>
|
|
<string name="color_red">Vermelho</string>
|
|
<string name="color_green">Verde</string>
|
|
<string name="color_blue">Azul</string>
|
|
<string name="color_minimum">Mínimo</string>
|
|
<string name="saturation">Saturação</string>
|
|
<string name="value">Valor</string>
|
|
<string name="contrast">Contraste</string>
|
|
<string name="hue">Tonalidade</string>
|
|
<string name="grayscale">Tela em tom cinza</string>
|
|
|
|
<string name="presets_dialog_title">Selecione a predefinição</string>
|
|
|
|
<!-- Presets -->
|
|
<string name="preset_default">Padrão</string>
|
|
<string name="preset_version_1">Versão 1</string>
|
|
<string name="preset_version_2">Versão 2</string>
|
|
<string name="preset_version_3">Versão 3</string>
|
|
<string name="preset_triluminous">Triluminoso</string>
|
|
<string name="preset_deep_black_white">Preto profundo e branco</string>
|
|
<string name="preset_deep_natural">Natural Profundo</string>
|
|
<string name="preset_cool_amoled">Amoled Legal</string>
|
|
<string name="preset_extreme_amoled">Amoled Extremo</string>
|
|
<string name="preset_warm_amoled">Amoled Quente</string>
|
|
<string name="preset_hybrid_mamba">Hybrid Mamba</string>
|
|
|
|
<string name="hall_wakeup_title">Ligar a tela com Flip Cover</string>
|
|
<string name="hall_title">Ativar ligar a tela com Flip Cover</string>
|
|
<string name="hall_wakeup_summary">Ligar a tela através do Flip Cover magnético</string>
|
|
|
|
<!-- menu -->
|
|
<string name="kcal_presets">@string/presets_dialog_title</string>
|
|
<string name="kcal_reset">Redefinir</string>
|
|
|
|
<!-- CustomSeekBarPreference -->
|
|
<string name="edit_value">Escolha um novo valor</string>
|
|
<string name="default_value">Valor Padrão</string>
|
|
<string name="edit_hint">Valor entre %1$d e %2$d</string>
|
|
</resources>
|