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"
}