forked from mac-zhou/midea-ac-py
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from mill1000/translations/spanish_catalan
Add Spanish and Catalan translations.
- Loading branch information
Showing
3 changed files
with
202 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Selecciona com afegir el dispositiu.", | ||
"menu_options": { | ||
"discover": "Descobrir dispositiu", | ||
"manual": "Configurar manualment" | ||
} | ||
}, | ||
"discover": { | ||
"data": { | ||
"host": "Amfitrió" | ||
}, | ||
"description": "Deixa l'amfitrió en blanc per descobrir dispositius a la xarxa." | ||
}, | ||
"manual": { | ||
"description": "Afegeix la informació del teu dispositiu.", | ||
"data": { | ||
"id": "ID", | ||
"host": "Amfitrió", | ||
"port": "Port", | ||
"token": "Token", | ||
"k1": "Clau" | ||
}, | ||
"data_description": { | ||
"token": "Token per a dispositius V3", | ||
"k1": "Clau per a dispositius V3" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "El dispositiu ja ha estat configurat.", | ||
"cannot_connect": "No s'ha pogut realitzar una connexió.", | ||
"no_devices_found": "No s'han trobat dispositius compatibles a la xarxa." | ||
}, | ||
"error": { | ||
"cannot_connect": "No s'ha pogut realitzar una connexió amb aquesta configuració.", | ||
"device_not_found": "No s'ha pogut trobar el dispositiu a la xarxa.", | ||
"unsupported_device": "El dispositiu no és compatible." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"prompt_tone": "Activar so", | ||
"temp_step": "Mida de l'escala de temperatura", | ||
"use_fan_only_workaround": "Utilitzar l'alternativa \"només ventilador\"", | ||
"show_all_presets": "Mostrar tots els preajustaments", | ||
"additional_operation_modes": "Mètodes d'operació addicionals", | ||
"max_connection_lifetime": "Temps màxim de connexió" | ||
}, | ||
"data_description": { | ||
"temp_step": "Mida de l'escala per a la consigna de temperatura", | ||
"additional_operation_modes": "Especificar modes d'operació addicionals", | ||
"max_connection_lifetime": "Temps màxim que s'utilitzarà una connexió en segons (mínim 30 segons)" | ||
} | ||
} | ||
} | ||
}, | ||
"services": { | ||
"set_follow_me": { | ||
"name": "Fixar \"segueix-me\"", | ||
"description": "Fixar la funció de \"segueix-me\".", | ||
"fields": { | ||
"enabled": { | ||
"name": "Activat", | ||
"description": "Si \"segueix-me\" s'ha d'activar." | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"climate": { | ||
"midea_ac": { | ||
"state_attributes": { | ||
"fan_mode": { | ||
"state": { | ||
"silent": "Silenciós", | ||
"low": "Baix", | ||
"medium": "Mitjà", | ||
"high": "Alt", | ||
"auto": "Automàtic", | ||
"custom": "Personalitzat" | ||
} | ||
}, | ||
"swing_mode": { | ||
"state": { | ||
"off": "Apagat", | ||
"vertical": "Vertical", | ||
"horizontal": "Horitzontal", | ||
"both": "Ambdós" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Selecciona como añadir un dispositivo.", | ||
"menu_options": { | ||
"discover": "Descubrir dispositivo", | ||
"manual": "Configurar manualmente" | ||
} | ||
}, | ||
"discover": { | ||
"data": { | ||
"host": "Anfitrión" | ||
}, | ||
"description": "Deja el anfitrión en blanco para descubrir los dispositivos en la red." | ||
}, | ||
"manual": { | ||
"description": "Introduce la información de tu dispositivo.", | ||
"data": { | ||
"id": "ID", | ||
"host": "Amfitrión", | ||
"port": "Puerto", | ||
"token": "Token", | ||
"k1": "Clave" | ||
}, | ||
"data_description": { | ||
"token": "Token para dispositivos V3", | ||
"k1": "Clave para dispositivos V3" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "El dispositivo ya ha sido configurado.", | ||
"cannot_connect": "No se pudo realizar una connexión.", | ||
"no_devices_found": "No se han encontrado dispositivos compatibles en la red." | ||
}, | ||
"error": { | ||
"cannot_connect": "No se pudo realizar una connexión con esta configuración.", | ||
"device_not_found": "No se ha encontrado el dispositivo en la red.", | ||
"unsupported_device": "El dispositivo no es compatible." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"prompt_tone": "Activar pitido", | ||
"temp_step": "Tamaño del escalón de temperatura", | ||
"use_fan_only_workaround": "Usar la alternativa \"solo ventilador\"", | ||
"show_all_presets": "Mostrar todos los preajustes", | ||
"additional_operation_modes": "Metodos de operación adicional", | ||
"max_connection_lifetime": "Tiempo de connexión máximo" | ||
}, | ||
"data_description": { | ||
"temp_step": "Tamaño del escalón para la consigna de temperatura", | ||
"additional_operation_modes": "Especificar metodos de operación adicionales", | ||
"max_connection_lifetime": "Tiempo máximo en segundos que se usará una connexión (mínimo 30 segundos)" | ||
} | ||
} | ||
} | ||
}, | ||
"services": { | ||
"set_follow_me": { | ||
"name": "Fijar \"sígueme\"", | ||
"description": "Fijar la funcion de \"sígueme\".", | ||
"fields": { | ||
"enabled": { | ||
"name": "Activado", | ||
"description": "Si \"sígueme\" debe estar activado." | ||
} | ||
} | ||
} | ||
}, | ||
"entity": { | ||
"climate": { | ||
"midea_ac": { | ||
"state_attributes": { | ||
"fan_mode": { | ||
"state": { | ||
"silent": "Silencioso", | ||
"low": "Bajo", | ||
"medium": "Medio", | ||
"high": "Alto", | ||
"auto": "Automático", | ||
"custom": "Personalizado" | ||
} | ||
}, | ||
"swing_mode": { | ||
"state": { | ||
"off": "Apagado", | ||
"vertical": "Vertical", | ||
"horizontal": "Horizontal", | ||
"both": "Ambos" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |