提交 d811f7b3 编写于 作者: Mosher's avatar Mosher

增加组件国际化内容

上级 29ce5f6c
...@@ -261,68 +261,72 @@ export default { ...@@ -261,68 +261,72 @@ export default {
}, },
cronEditor: { cronEditor: {
label: { label: {
second: 'Second', second: 'Second',
minute: 'Minute', minute: 'Minute',
hour: 'Hour', hour: 'Hour',
day: 'Day', day: 'Day',
week: 'Week', week: 'Week',
month: 'Month', month: 'Month',
year: 'Year', year: 'Year',
}, },
public : { public : {
specify: 'Specify', specify: 'Specify',
notSpecify: 'Not specify', notSpecify: 'Not specify',
cycle: 'Cycle', cycle: 'Cycle',
from: 'From', from: 'From',
to: 'to', to: 'to',
loop: 'Loop', loop: 'Loop',
every: 'Every', every: 'Every',
once: 'execute once', once: 'execute once',
}, },
second: 'second', second: 'second',
minute: 'minute', minute: 'minute',
hour: { hour: {
title: 'hour', title: 'hour',
everyHour: 'Every hour', everyHour: 'Every hour',
hourStart: "o'clock start, every ", hourStart: "o'clock start, every ",
onceAHour: "o'clock to execute once.", onceAHour: "o'clock to execute once.",
}, },
day: { day: {
title: 'day', title: 'day',
daily: 'Every day', daily: 'Every day',
workDay: 'Working day', workDay: 'Working day',
dayStart: 'rd start, every ', dayStart: 'rd start, every ',
onceADay: 'rd to execute once', onceADay: 'rd to execute once',
thisMonth: 'this month', thisMonth: 'this month',
lastWorkDay: 'rd, Recent working day', lastWorkDay: 'rd, Recent working day',
lastDayOfMonth: 'Last day of the month', lastDayOfMonth: 'Last day of the month',
}, },
month: { month: {
title: 'month', title: 'month',
everyMonth: 'Every month', everyMonth: 'Every month',
monthStart: ' month start, every', monthStart: ' month start, every',
onceAMonth: ' month to execute once', onceAMonth: ' month to execute once',
}, },
week: { week: {
title: 'week', title: 'week',
everyWeek: 'Every week', everyWeek: 'Every week',
from: '', from: '',
to: 'from weekday', to: 'from weekday',
start: 'start, every', start: 'start, every',
onceADay: 'days to execute once', onceADay: 'days to execute once',
specifyWeek: 'Specify week', specifyWeek: 'Specify week',
weekOfMonth: 'this month', weekOfMonth: 'this month',
weekWeek: 'week, weekday', weekWeek: 'week, weekday',
lastOfMonth: 'Last of the month', lastOfMonth: 'Last of the month',
week: 'weekday', week: 'weekday',
}, },
year: { year: {
title: 'year', title: 'year',
everyYear: 'Every year', everyYear: 'Every year',
}, },
message: { message: {
error1: 'Date and day of the week cannot be "not specified" at the same time', error1: 'Date and day of the week cannot be "not specified" at the same time',
error2: 'Both the date and the day of the week must be "not specified"', error2: 'Both the date and the day of the week must be "not specified"',
}, },
},
appMessagePopover: {
loadMore: 'Load more',
noMore: 'No more'
} }
}; };
\ No newline at end of file
...@@ -262,68 +262,72 @@ export default { ...@@ -262,68 +262,72 @@ export default {
}, },
cronEditor: { cronEditor: {
label: { label: {
second: '秒', second: '秒',
minute: '分', minute: '分',
hour: '时', hour: '时',
day: '日', day: '日',
week: '周', week: '周',
month: '月', month: '月',
year: '年', year: '年',
}, },
public : { public : {
specify: '指定', specify: '指定',
notSpecify: '不指定', notSpecify: '不指定',
cycle: '周期', cycle: '周期',
from: '从', from: '从',
to: '至', to: '至',
loop: '循环', loop: '循环',
every: '每', every: '每',
once: '执行一次', once: '执行一次',
}, },
second: '秒', second: '秒',
minute: '分', minute: '分',
hour: { hour: {
title: '时', title: '时',
everyHour: '每时', everyHour: '每时',
hourStart: '时开始,每', hourStart: '时开始,每',
onceAHour: '时执行一次', onceAHour: '时执行一次',
}, },
day: { day: {
title: '日', title: '日',
daily: '每日', daily: '每日',
workDay: '工作日', workDay: '工作日',
dayStart: '日开始,每', dayStart: '日开始,每',
onceADay: '日执行一次', onceADay: '日执行一次',
thisMonth: '本月', thisMonth: '本月',
lastWorkDay: '号,最近的工作日', lastWorkDay: '号,最近的工作日',
lastDayOfMonth: '本月最后一天', lastDayOfMonth: '本月最后一天',
}, },
month: { month: {
title: '月', title: '月',
everyMonth: '每月', everyMonth: '每月',
monthStart: '月开始,每', monthStart: '月开始,每',
onceAMonth: '月执行一次', onceAMonth: '月执行一次',
}, },
week: { week: {
title: '周', title: '周',
everyWeek: '每周', everyWeek: '每周',
from: '从星期', from: '从星期',
to: '至星期', to: '至星期',
start: '开始,每', start: '开始,每',
onceADay: '天执行一次', onceADay: '天执行一次',
specifyWeek: '指定周', specifyWeek: '指定周',
weekOfMonth: '本月第', weekOfMonth: '本月第',
weekWeek: '周,星期', weekWeek: '周,星期',
lastOfMonth: '本月最后一个', lastOfMonth: '本月最后一个',
week: '星期', week: '星期',
}, },
year: { year: {
title: '年', title: '年',
everyYear: '每年', everyYear: '每年',
}, },
message: { message: {
error1: '日期与星期不可以同时为“不指定”', error1: '日期与星期不可以同时为“不指定”',
error2: '日期与星期必须有一个为“不指定”', error2: '日期与星期必须有一个为“不指定”',
}, },
},
appMessagePopover: {
loadMore: '加载更多',
noMore: '没有更多了'
} }
}; };
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册