feat: i18n,add en and zh-cn language.
This commit is contained in:
@@ -51,9 +51,11 @@ export default {
|
||||
identity:'Identity',
|
||||
isLucky:'Is Lucky',
|
||||
operation:'Operation',
|
||||
setLuckyNumber:'Set Lucky Number',
|
||||
luckyPeopleNumber:'Lucky People Number',
|
||||
|
||||
detail:'Detail',
|
||||
noneData:'No Data',
|
||||
// prize configuration
|
||||
fullParticipation:'FullParticipation',
|
||||
numberParticipants:'NumberParticipants',
|
||||
@@ -75,6 +77,7 @@ export default {
|
||||
highlightColor:'HighLight Color',
|
||||
patternSetting:'Pattern Setting',
|
||||
alwaysDisplay:'Always Display Prize List',
|
||||
selectPicture:'Select a Picture'
|
||||
},
|
||||
dialog:{
|
||||
titleTip:'Tip!',
|
||||
@@ -103,7 +106,42 @@ export default {
|
||||
edit:'Edit',
|
||||
delete:'Delete'
|
||||
},
|
||||
|
||||
error:{
|
||||
require:'required field',
|
||||
requireNumber:'please enter a number',
|
||||
minNumber1:'the minimum is 1',
|
||||
maxNumber100:'the maximum is 100',
|
||||
uploadSuccess:'Upload Success',
|
||||
uploadFail:'Upload Failed',
|
||||
notImage:'Not Image',
|
||||
personIsAllDone:'All Person Is Done',
|
||||
personNotEnough:'Person Is Not Enough',
|
||||
noInfoAndImport:'No Info and import it',
|
||||
useDefault:'Use Default Data',
|
||||
completeInformation:'Please provide complete information'
|
||||
},
|
||||
placeHolder:{
|
||||
enterTitle:'Enter Title',
|
||||
name:'Name',
|
||||
winnerCount:'Lucky Person Count',
|
||||
},
|
||||
data:{
|
||||
yes:'Yes',
|
||||
no:'No',
|
||||
number:'Number',
|
||||
isWin:'isWin',
|
||||
department:'Department',
|
||||
name:'Name',
|
||||
identity:'Identity',
|
||||
prizeName:'Prize Name',
|
||||
prizeTime:'Prize Time',
|
||||
operation:'Operation',
|
||||
delete:'Delete',
|
||||
removePerson:'Remove the Person',
|
||||
defaultTitle:'The Prelude to the Six Ministries of the Ming Dynasty Cabinet',
|
||||
xlsxName:'personListTemplate-en.xlsx',
|
||||
readmeName:'readme-en.md'
|
||||
},
|
||||
footer:{
|
||||
'self-reflection':'Turn inward and examine yourself when you encounter difficulties in life.',
|
||||
'thiefEasy':'Thief difficult mountain thief easily, breaking heart.'
|
||||
|
||||
Reference in New Issue
Block a user