Merge pull request #1418 from 2betop/locale

cancel 落下了
This commit is contained in:
RickCole 2021-01-21 19:16:34 +08:00 committed by GitHub
commit 20c56d654e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ register('en-US', {
'Combo.minLength': 'A least {{minLength}} item. Please add more',
'Combo.type': 'Type',
'confirm': 'Confirm',
'cancle': 'Cancel',
'Copyable.tip': 'Copy',
'CRUD.exportCSV': 'Export CSV',
'CRUD.exportExcel': 'Export Excel',

View File

@ -16,6 +16,7 @@ register('zh-CN', {
'Combo.minLength': '组合表单数量不足{{minLength}}个,请添加更多',
'Combo.type': '类型',
'confirm': '确认',
'cancle': '取消',
'Copyable.tip': '点击复制',
'CRUD.exportCSV': '导出 CSV',
'CRUD.exportExcel': '导出 Excel',