14 lines
408 B
JavaScript
14 lines
408 B
JavaScript
export default {
|
|
mine: 'Mine',
|
|
classics: 'classics',
|
|
businessGray: 'Business gray',
|
|
city: 'City',
|
|
|
|
mineDesc: 'Predominantly pure white, Mine defaults to skin',
|
|
classicsDesc: 'Classic dark sidebar skin',
|
|
businessGrayDesc: 'Gray versatility and atmosphere, creating business and stability',
|
|
cityDesc: 'May there be a warmth in every angle of the city',
|
|
|
|
activated: 'Activated',
|
|
use: 'Use'
|
|
} |