@dracul/customize-frontend
Version:
vue custom logo, custom theme, custom colors, i18n configuration}
22 lines (21 loc) • 586 B
JavaScript
const messages = {
en: {
error: {
MAX_FILE_SIZE_EXCEEDED: 'Maxium file size exceeded',
MIMETYPE_NOT_ALLOWED: 'File type not allowed'
}
},
es: {
error: {
MAX_FILE_SIZE_EXCEEDED: 'Se superó el tamaño máximo de archivo',
MIMETYPE_NOT_ALLOWED: 'Tipo de archivo no permitido'
}
},
pt: {
error: {
MAX_FILE_SIZE_EXCEEDED: 'Tamanho máximo do arquivo excedido',
MIMETYPE_NOT_ALLOWED: 'Tipo de arquivo não permitido'
}
}
}
export default messages