feature: support Spanish(#1196)

This commit is contained in:
Ramón Menor
2018-10-15 04:10:50 +02:00
committed by Pan
parent 3802f6f8d2
commit 0f7cf7e820
5 changed files with 185 additions and 1 deletions

View File

@@ -39,5 +39,25 @@ export default {
two: 'Two',
three: 'Three'
}
},
es: {
i18nView: {
title: 'Switch Language',
note: 'The internationalization of this project is based on vue-i18n',
datePlaceholder: 'Pick a day',
selectPlaceholder: 'Select',
tableDate: 'tableDate',
tableName: 'tableName',
tableAddress: 'tableAddress',
default: 'default:',
primary: 'primary',
success: 'success',
info: 'info',
warning: 'warning',
danger: 'danger',
one: 'One',
two: 'Two',
three: 'Three'
}
}
}