Edit strapi theme and translation
This commit is contained in:
@@ -0,0 +1,76 @@
|
|||||||
|
import AuthLogo from './extensions/oki-logo.png';
|
||||||
|
import MenuLogo from './extensions/oki-logo-menu.png';
|
||||||
|
import favicon from './extensions/favicon.ico';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
config: {
|
||||||
|
auth: {
|
||||||
|
logo: AuthLogo,
|
||||||
|
},
|
||||||
|
head: {
|
||||||
|
favicon: favicon,
|
||||||
|
},
|
||||||
|
locales: ['fr'],
|
||||||
|
translations: {
|
||||||
|
fr: {
|
||||||
|
'Auth.form.welcome.subtitle': 'Connectez-vous à votre compte OKi API',
|
||||||
|
'Auth.form.welcome.title': 'Bienvenue sur OKi API !',
|
||||||
|
'LeftMenu.navbrand.title': 'Tableau de bord',
|
||||||
|
'LeftMenu.navbrand.workplace': 'Menu',
|
||||||
|
},
|
||||||
|
en: {
|
||||||
|
'Auth.form.welcome.subtitle': 'Log in to your OKi API account',
|
||||||
|
'Auth.form.welcome.title': 'Welcome to OKi API !',
|
||||||
|
'LeftMenu.navbrand.title': 'Dashboard',
|
||||||
|
'LeftMenu.navbrand.workplace': 'Workplace',
|
||||||
|
}
|
||||||
|
},
|
||||||
|
menu: {
|
||||||
|
logo: MenuLogo,
|
||||||
|
},
|
||||||
|
theme: {
|
||||||
|
colors: {
|
||||||
|
buttonNeutral0: '#ffffff',
|
||||||
|
buttonPrimary500: '#4caf50',
|
||||||
|
buttonPrimary600: '#43a047',
|
||||||
|
primary100: '#c8e6c9',
|
||||||
|
primary200: '#a5d6a7',
|
||||||
|
primary500: '#4caf50',
|
||||||
|
primary600: '#43a047',
|
||||||
|
primary700: '#388e3c',
|
||||||
|
secondary100: 'b2dfdb',
|
||||||
|
secondary200: '#80cbc4',
|
||||||
|
secondary500: '#009688',
|
||||||
|
secondary600: '#00897b',
|
||||||
|
secondary700: '#00796b',
|
||||||
|
alternative100: 'b2dfdb',
|
||||||
|
alternative200: '#80cbc4',
|
||||||
|
alternative500: '#009688',
|
||||||
|
alternative600: '#00897b',
|
||||||
|
alternative700: '#00796b',
|
||||||
|
succes100: '#dcedc8',
|
||||||
|
succes200: '#c5e1a5',
|
||||||
|
succes500: '#8bc34a',
|
||||||
|
succes600: '#7cb342',
|
||||||
|
succes700: '#689f38',
|
||||||
|
danger700: '#d32f2f',
|
||||||
|
neutral0: '#ffffff',
|
||||||
|
neutral100: '#f6f6f9',
|
||||||
|
neutral1000: '#181826',
|
||||||
|
neutral150: '#eaeaef',
|
||||||
|
neutral200: '#dcdce4',
|
||||||
|
neutral300: '#c0c0cf',
|
||||||
|
neutral400: '#a5a5ba',
|
||||||
|
neutral500: '#8e8ea9',
|
||||||
|
neutral600: '#666687',
|
||||||
|
neutral700: '#4a4a6a',
|
||||||
|
neutral800: '#32324d',
|
||||||
|
neutral900: '#212134'
|
||||||
|
},
|
||||||
|
},
|
||||||
|
tutorials: false,
|
||||||
|
notifications: { release: false },
|
||||||
|
},
|
||||||
|
|
||||||
|
bootstrap() {},
|
||||||
|
};
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
Reference in New Issue
Block a user