forked from denysdovhan/purifier-card
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added Catalan translation (denysdovhan#37)
Co-authored-by: Roger Pons <[email protected]>
- Loading branch information
Showing
3 changed files
with
41 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
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,38 @@ | ||
{ | ||
"common": { | ||
"name": "Purifier Card", | ||
"description": "Purifier card us permet controlar el purificador intel·ligent.", | ||
"not_available": "L'entitat no està disponible", | ||
"toggle_power": "Encendre/apagar" | ||
}, | ||
"state": { | ||
"on": "Encès", | ||
"off": "Apagat" | ||
}, | ||
"speed": { | ||
"Auto": "Auto", | ||
"Silent": "Silenciós", | ||
"Favorite": "Favorit", | ||
"Fan": "Ventilador" | ||
}, | ||
"error": { | ||
"missing_entity": "Cal especificar una entitat.", | ||
"xiaomi_miio_level_without_speed": "es requereix la velocitat juntament amb la propietat xiaomi_miio_favorite_level." | ||
}, | ||
"editor": { | ||
"entity": "Entitat (Requerit)", | ||
"compact_view": "Visualització comptacta", | ||
"compact_view_aria_label_on": "Activar visualització compacta", | ||
"compact_view_aria_label_off": "Desactivar visualització compacta", | ||
"show_name": "Mostrar nom", | ||
"show_name_aria_label_on": "Mostra nom", | ||
"show_name_aria_label_off": "Amaga nom", | ||
"show_state": "Mostrar estat", | ||
"show_state_aria_label_on": "Mostra estat", | ||
"show_state_aria_label_off": "Amaga estat", | ||
"show_toolbar": "Mostrar barra d'eines", | ||
"show_toolbar_aria_label_on": "Mostra barra d'eines", | ||
"show_toolbar_aria_label_off": "Amaga barra d'eines", | ||
"code_only_note": "Nota: Configuració de les accions i estadístiques només disponible des de l'Editor de Codi." | ||
} | ||
} |