-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
23 changed files
with
2,637 additions
and
1,314 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Matias Vallejos | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
{ | ||
"lightTitle": "Lights", | ||
"searchingBulb": { | ||
"search": "Searching bulb...", | ||
"notFound": "Can't find bulb?", | ||
"manual": "Add it manually" | ||
}, | ||
"ChangeBulbName": "Change Name", | ||
"SaveChanges": "Save Changes", | ||
"MadeBy": "Made by ", | ||
"Scenes": "Scenes", | ||
"Devices": "Devices", | ||
"ip": { | ||
"add": "Add a bulb", | ||
"placeholder": "Enter IP", | ||
"invalid": "Please provide a valid IP.", | ||
"valid": "Looks good!" | ||
}, | ||
"close": "Close", | ||
"scenes": { | ||
"static": { | ||
"title": "Static", | ||
"whites": "Whites", | ||
"warmWhite": "Warm White", | ||
"dayLight": "Day Light", | ||
"coldWhite": "Cool White", | ||
"functional": "Functional", | ||
"nightLight": "Night Light", | ||
"cozy": "Cozy", | ||
"trueColors": "True Colors", | ||
"relax": "Relax", | ||
"focus": "Focus", | ||
"tvTime": "TV Time", | ||
"plantGrowth": "Plant Growth" | ||
}, | ||
"dynamic": { | ||
"title": "Dynamic", | ||
"whites": "Whites", | ||
"candleLight": "Candle Light", | ||
"pulse": "Pulse", | ||
"goldenWhite": "Golden White", | ||
"steampunk": "Steampunk", | ||
"color": "Color", | ||
"fireplace": "Fireplace", | ||
"fall": "Fall", | ||
"club": "Club", | ||
"sunset": "Sunset", | ||
"romance": "Romance", | ||
"party": "Party", | ||
"pastelColors": "Pastel Colors", | ||
"spring": "Spring", | ||
"summer": "Summer", | ||
"forest": "Forest", | ||
"jungle": "Jungle", | ||
"mojito": "Mojito", | ||
"ocean": "Ocean", | ||
"deepDive": "Deep Dive", | ||
"christmas": "Christmas", | ||
"halloween": "Halloween", | ||
"progressive": "Progressive", | ||
"bedtime": "Bedtime", | ||
"wakeUp": "Wake Up" | ||
}, | ||
"custom": { | ||
"title": "Custom", | ||
"customColors": "Custom Colors", | ||
"new": "New", | ||
"addColor": "Add a new custom color", | ||
"name": "Name", | ||
"namePlaceholder": "e.g Red", | ||
"pickColor": "Pick a color", | ||
"pickColorPlaceholder": "Choose your color", | ||
"add": "Add", | ||
"editColor": "Edit Color" | ||
} | ||
}, | ||
"remove": "Remove", | ||
"device": { | ||
"title": "Device Info", | ||
"moduleName": "Module Name", | ||
"ipAddress": "IP Address", | ||
"port": "Port", | ||
"macAddress": "MAC Address", | ||
"status": "Status", | ||
"sceneId": "Scene ID", | ||
"brightness": "Brightness", | ||
"firmwareVersion": "Firmware Version", | ||
"homeId": "Home ID", | ||
"roomId": "Room ID" | ||
}, | ||
"tray": { | ||
"show": "Show app", | ||
"quit": "Quit", | ||
"toggle": "Toggle Bulb" | ||
}, | ||
"updateDialog": { | ||
"title": "Update of WiZ App Available", | ||
"message": "There is a new version available. Do you want to download" | ||
} | ||
} |
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 @@ | ||
{ | ||
"lightTitle": "Luces", | ||
"searchingBulb": { | ||
"search": "Buscando Lampara...", | ||
"notFound": "No se encuentra?", | ||
"manual": "Añadir manualmente" | ||
}, | ||
"ChangeBulbName": "Cambiar nombre", | ||
"SaveChanges": "Guardar Cambios", | ||
"MadeBy": "Hecho por ", | ||
"Scenes": "Escenas", | ||
"Devices": "Información", | ||
"ip": { | ||
"add": "Agregar una lampara", | ||
"placeholder": "Escribe una ip", | ||
"invalid": "Escribe una ip valida", | ||
"valid": "Se ve bien!" | ||
}, | ||
"close": "Cerrar", | ||
"scenes": { | ||
"static": { | ||
"title": "Estática", | ||
"whites": "Blanco", | ||
"warmWhite": "Blanco cálido", | ||
"dayLight": "Luz de día", | ||
"coldWhite": "Blanco frío", | ||
"functional": "Funcional", | ||
"nightLight": "Luz Nocturna", | ||
"cozy": "Acogedor", | ||
"trueColors": "Colores Reales", | ||
"relax": "Relax", | ||
"focus": "Concentración", | ||
"tvTime": "Hora de la TV", | ||
"plantGrowth": "Plantas" | ||
}, | ||
"dynamic": { | ||
"title": "Dinámica", | ||
"whites": "Blanco", | ||
"candleLight": "Luz de vela", | ||
"pulse": "Pulso", | ||
"goldenWhite": "Blanco dorado", | ||
"steampunk": "Steampunk", | ||
"color": "Color", | ||
"fireplace": "Chimenea", | ||
"fall": "Otoño", | ||
"club": "Club", | ||
"sunset": "Atardecer", | ||
"romance": "Romance", | ||
"party": "Fiesta", | ||
"pastelColors": "Colores Pastel", | ||
"spring": "Primavera", | ||
"summer": "Verano", | ||
"forest": "Bosque", | ||
"jungle": "Jungla", | ||
"mojito": "Mojito", | ||
"ocean": "Océano", | ||
"deepDive": "Inmersión", | ||
"christmas": "Navidad", | ||
"halloween": "Halloween", | ||
"progressive": "Progresivo", | ||
"bedtime": "Acostarse", | ||
"wakeUp": "Despertarse" | ||
}, | ||
"custom": { | ||
"title": "Colores", | ||
"customColors": "Colores personalizados", | ||
"new": "Nuevo", | ||
"addColor": "Agregar nuevo color", | ||
"name": "Nombre", | ||
"namePlaceholder": "ej. Rojo", | ||
"pickColor": "Seleccionar color", | ||
"pickColorPlaceholder": "Selecciona un color", | ||
"add": "Agregar", | ||
"editColor": "Editar Color" | ||
} | ||
}, | ||
"remove": "Eliminar", | ||
"device": { | ||
"title": "Información", | ||
"moduleName": "Nombre del Módulo", | ||
"ipAddress": "Dirección IP", | ||
"port": "Puerto", | ||
"macAddress": "Dirección MAC", | ||
"status": "Estado", | ||
"sceneId": "ID de la Escena", | ||
"brightness": "Brillo", | ||
"firmwareVersion": "Versión del Firmware", | ||
"homeId": "ID del hogar", | ||
"roomId": "ID de la Habitación" | ||
}, | ||
"tray": { | ||
"show": "Mostrar App", | ||
"quit": "Salir", | ||
"toggle": "Alternar Luz" | ||
}, | ||
"updateDialog": { | ||
"title": "Actualización de WiZ App Available", | ||
"message": "Hay una nueva versión disponible. ¿Desea descargar" | ||
} | ||
} |
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
Oops, something went wrong.