mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
return error when uuid is not enough
This commit is contained in:
@@ -557,6 +557,7 @@ export default {
|
||||
'system error': 'System Error',
|
||||
'api not found': 'Failed to request api',
|
||||
'not implemented': 'Not implemented',
|
||||
'system is busy': 'System is busy',
|
||||
'database operation failed': 'Database operation failed',
|
||||
'SMTP server is not enabled': 'SMTP server is not enabled',
|
||||
'incomplete or incorrect submission': 'Incomplete or incorrect submission',
|
||||
|
||||
@@ -557,6 +557,7 @@ export default {
|
||||
'system error': '系统错误',
|
||||
'api not found': '接口调用失败',
|
||||
'not implemented': '未实现',
|
||||
'system is busy': '系统繁忙',
|
||||
'database operation failed': '数据库操作失败',
|
||||
'SMTP server is not enabled': 'SMTP 服务器没有启用',
|
||||
'incomplete or incorrect submission': '提交不完整或不正确',
|
||||
|
||||
Reference in New Issue
Block a user