sdm660: Added spanish strings on xiaomi doze and updated strings on xiaomi parts

* Spanish translation

* Update spanish strings

Change-Id: I54f63aa46669fa2a2f2caee8ee36c5fe15ced2b0
This commit is contained in:
micrusa 2020-05-03 22:14:39 +02:00 committed by OdSazib
parent a678e13026
commit 10a88f92b2
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69
2 changed files with 82 additions and 8 deletions

View file

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013-2016 The CyanogenMod Project
(C) 2017 The LineageOS 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Label for feature switch [CHAR LIMIT=30] -->
<string name="switch_bar_on">Activado</string>
<!-- Label for feature switch [CHAR LIMIT=30] -->
<string name="switch_bar_off">Desactivado</string>
<!-- Device specific settings -->
<string name="device_settings_app_name">Ajustes avanzados</string>
<!-- Ambient Display -->
<string name="ambient_display_title">Pantalla ambiente</string>
<!-- Tilt sensor -->
<string name="tilt_sensor_title">Sensor de inclinación</string>
<!-- Proximity sensor -->
<string name="proximity_sensor_title">Sensor de proximidad</string>
<!-- Hand wave gesture -->
<string name="hand_wave_gesture_title">Deslizar la mano</string>
<string name="hand_wave_gesture_summary">Pulso de notificaciones al pasar la mano por encima</string>
<!-- Pick-up gesture -->
<string name="pick_up_gesture_title">Levantar</string>
<string name="pick_up_gesture_summary">Pulso de notificaciones al levantar el teléfono</string>
<!-- Pocket gesture -->
<string name="pocket_gesture_title">Bolsillo</string>
<string name="pocket_gesture_summary">Pulso de notificaciones al sacarlo del bolsillo</string>
<!-- Proximity wake -->
<string name="proximity_wake_title">Encender con proximidad</string>
<string name="proximity_wake_enable_summary">Encender el dispositivo al pasar la mano por encima</string>
<!-- Dialog texts -->
<string name="dialog_ok">Vale</string>
<!-- Help texts -->
<string name="doze_settings_help_title">Ayuda</string>
<string name="doze_settings_help_text">Estas funciones usan los sensores para lanzar el pulso de notificación. El sensor seleccionado solo se utiliza cuando el dispositivo recibe una notificación, esto ayuda a reducir el consumo de batería. También hay una opción para activar el sensor cuando la pantalla se apague, esto causará un mayor consumo de batería.</string>
</resources>

View file

@ -15,16 +15,25 @@
-->
<resources>
<string name="advanced_settings">Ajustes Xiaomi</string>
<string name="advanced_settings_summary">Ajustes Extras de Xiaomi MI 6X/A2</string>
<string name="advanced_settings_summary">Ajustes adicionales</string>
<string name="display_title">Pantalla</string>
<!-- Mi Note 3 Settings -->
<string name="jason_pref_title">Ajustes del dispositivo</string>
<string name="jason_pref_summary">Ajustes adicionales de Mi Note 3</string>
<!-- KCal -->
<string name="device_kcal_title">Calibrar Color de Pantalla </string>
<string name="vibration_title">Retroalimentación háptica</string>
<string name="vibration_strength_title">Fuerza</string>
<!-- Notification LED brightness -->
<string name="notification_title">Notificación LED</string>
<string name="notification_led_title">Brillo del LED</string>
<!-- Ambient Display -->
<string name="ambient_display_xiaomi">Doze de xiaomi</string>
<string name="advanced_doze_summary">Pantalla ambiente</string>
<!-- Thermal Profiles -->
<string name="thermal_profile_title">Rendimiento</string>
<string name="thermal_title">Ajustes de Rendimiento</string>
@ -87,7 +96,7 @@
<string name="cat_calibration">Calibración de pantalla</string>
<string name="kcal_enabled">Encendido</string>
<string name="set_on_boot">Aplicar al inicio</string>
<string name="kcal_disabled">Apagar</string>
<string name="kcal_disabled">Apagado</string>
<string name="color_red">Rojo</string>
<string name="color_green">Verde</string>
<string name="color_blue">Azul</string>
@ -101,16 +110,25 @@
<string name="edit_value">ELija un nuevo valor</string>
<!-- Presets -->
<string name="presets_dialog_title">Seleccione Preset</string>
<string name="presets_dialog_title">Seleccione ajuste preestablecido</string>
<string name="preset_default">Predeterminado</string>
<string name="preset_version_1">Versión 1</string>
<string name="preset_version_2">Versión 2</string>
<string name="preset_version_3">Versión 3</string>
<string name="preset_triluminous">Triluminoso</string>
<string name="preset_deep_black_white">Blanco y negro profundo</string>
<string name="preset_deep_natural">Profundo natural</string>
<string name="preset_deep_natural">Natural profundo</string>
<string name="preset_cool_amoled">Cool Amoled</string>
<string name="preset_extreme_amoled">Amoled Extremo</string>
<string name="preset_warm_amoled">Calentar Amoled</string>
<string name="preset_hybrid_mamba">Mamba híbrida</string>
<string name="preset_warm_amoled">Amoled caliente</string>
<string name="preset_hybrid_mamba">Mamba híbrido</string>
<string name="hall_wakeup_title">Despertar con funda flip</string>
<string name="hall_title">Activar levantamiento con funda flip</string>
<string name="hall_wakeup_summary">Despertar dispositivo con una funda flip magnética</string>
<!-- CustomSeekBarPreference -->
<string name="default_value">Valor por defecto</string>
<string name="edit_hint">Valor entre %1$d y %2$d</string>
</resources>