Added customization screen

This commit is contained in:
Juan Gilsanz Polo 2022-10-26 14:26:09 +02:00
parent f1a837dc42
commit ddb9130769
14 changed files with 518 additions and 93 deletions

View file

@ -530,5 +530,20 @@
"clearSearch": "Clear search",
"exitSearch": "Exit search",
"searchClients": "Search clients",
"noClientsSearch": "No clients with that search."
"noClientsSearch": "No clients with that search.",
"customization": "Customization",
"customizationDescription": "Customize this application",
"color": "Color",
"useDynamicTheme": "Use dynamic theme",
"red": "Red",
"green": "Green",
"blue": "Blue",
"yellow": "Yellow",
"orange": "Orange",
"brown": "Brown",
"cyan": "Cyan",
"purple": "Purple",
"pink": "Pink",
"deepOrange": "Deep orange",
"indigo": "Indigo"
}

View file

@ -530,5 +530,20 @@
"clearSearch": "Limpiar búsqueda",
"exitSearch": "Salir de la búsqueda",
"searchClients": "Buscar clientes",
"noClientsSearch": "No hay clientes con esa búsqueda."
"noClientsSearch": "No hay clientes con esa búsqueda.",
"customization": "Personalización",
"customizationDescription": "Personaliza esta aplicación",
"color": "Color",
"useDynamicTheme": "Usar tema dinámico",
"red": "Rojo",
"green": "Verde",
"blue": "Azul",
"yellow": "Amarillo",
"orange": "Naranja",
"brown": "Marrón",
"cyan": "Cyan",
"purple": "Morado",
"pink": "Rosa",
"deepOrange": "Naranja oscuro",
"indigo": "Índigo"
}