-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6c28c
commit 1968d48
Showing
2 changed files
with
49 additions
and
49 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 |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"common": { | ||
"name": "Tarjeta Purificadora", | ||
"description": "La tarjeta purificadora te permite controlar tu purificador inteligente.", | ||
"not_available": "La entidad no está disponible", | ||
"toggle_power": "Encender/Apagar" | ||
}, | ||
"state": { | ||
"on": "Encendido", | ||
"off": "Apagado" | ||
}, | ||
"preset_mode": { | ||
"auto": "Automático", | ||
"silent": "Nocturno", | ||
"favorite": "Manual", | ||
"fan": "Ventilador" | ||
}, | ||
"error": { | ||
"missing_entity": "¡Se requiere especificar la entidad!" | ||
}, | ||
"editor": { | ||
"entity": "Entidad (Requerido)", | ||
"compact_view": "Vista Compacta", | ||
"compact_view_aria_label_on": "Activar vista compacta", | ||
"compact_view_aria_label_off": "Desactivar vista compacta", | ||
"show_name": "Mostrar Nombre", | ||
"show_name_aria_label_on": "Activar mostrar nombre", | ||
"show_name_aria_label_off": "Desactivar mostrar nombre", | ||
"show_state": "Mostrar Estado", | ||
"show_state_aria_label_on": "Activar mostrar estado", | ||
"show_state_aria_label_off": "Desactivar mostrar estado", | ||
"show_toolbar": "Mostrar Barra de Herramientas", | ||
"show_toolbar_aria_label_on": "Activar mostrar barra de herramientas", | ||
"show_toolbar_aria_label_off": "Desactivar mostrar barra de herramientas", | ||
"code_only_note": "Nota: La configuración de acciones y opciones de estadísticas solo está disponible mediante el Editor de Código." | ||
} | ||
} | ||
"common": { | ||
"name": "Tarjeta Purificadora", | ||
"description": "La tarjeta purificadora te permite controlar tu purificador inteligente.", | ||
"not_available": "La entidad no está disponible", | ||
"toggle_power": "Encender/Apagar" | ||
}, | ||
"state": { | ||
"on": "Encendido", | ||
"off": "Apagado" | ||
}, | ||
"preset_mode": { | ||
"auto": "Automático", | ||
"silent": "Nocturno", | ||
"favorite": "Manual", | ||
"fan": "Ventilador" | ||
}, | ||
"error": { | ||
"missing_entity": "¡Se requiere especificar la entidad!" | ||
}, | ||
"editor": { | ||
"entity": "Entidad (Requerido)", | ||
"compact_view": "Vista Compacta", | ||
"compact_view_aria_label_on": "Activar vista compacta", | ||
"compact_view_aria_label_off": "Desactivar vista compacta", | ||
"show_name": "Mostrar Nombre", | ||
"show_name_aria_label_on": "Activar mostrar nombre", | ||
"show_name_aria_label_off": "Desactivar mostrar nombre", | ||
"show_state": "Mostrar Estado", | ||
"show_state_aria_label_on": "Activar mostrar estado", | ||
"show_state_aria_label_off": "Desactivar mostrar estado", | ||
"show_toolbar": "Mostrar Barra de Herramientas", | ||
"show_toolbar_aria_label_on": "Activar mostrar barra de herramientas", | ||
"show_toolbar_aria_label_off": "Desactivar mostrar barra de herramientas", | ||
"code_only_note": "Nota: La configuración de acciones y opciones de estadísticas solo está disponible mediante el Editor de Código." | ||
} | ||
} |