tooot/src/i18n/zh-Hans/common.ts

21 lines
335 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
index: {
localCorrupt: '登录已过期,请重新登录'
},
buttons: {
cancel: '取消'
},
toastMessage: {
success: {
message: '{{function}}成功'
},
warning: {
message: ''
},
error: {
message: '{{function}}失败,请重试'
}
},
separator: ''
}