Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Mar 15, 2024
1 parent df6c28c commit 1968d48
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
26 changes: 13 additions & 13 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Expand Down
72 changes: 36 additions & 36 deletions src/translations/es.json
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."
}
}

0 comments on commit 1968d48

Please sign in to comment.