mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): add plugin typeit (#591)
This commit is contained in:
@@ -206,7 +206,8 @@ const local: App.I18n.Schema = {
|
||||
plugin_pinyin: 'pinyin',
|
||||
plugin_excel: 'Excel',
|
||||
plugin_pdf: 'PDF preview',
|
||||
plugin_gantt: 'Gantt Chart'
|
||||
plugin_gantt: 'Gantt Chart',
|
||||
plugin_typeit: 'Typeit'
|
||||
},
|
||||
page: {
|
||||
login: {
|
||||
|
||||
@@ -206,7 +206,8 @@ const local: App.I18n.Schema = {
|
||||
plugin_pinyin: '拼音',
|
||||
plugin_excel: 'Excel',
|
||||
plugin_pdf: 'PDF 预览',
|
||||
plugin_gantt: '甘特图'
|
||||
plugin_gantt: '甘特图',
|
||||
plugin_typeit: '打字机'
|
||||
},
|
||||
page: {
|
||||
login: {
|
||||
|
||||
Reference in New Issue
Block a user