@choerodon/master
Version:
A package of Master for Choerodon platform.
44 lines • 1.31 kB
JavaScript
/*eslint-disable*/
var en_US = {
"user.preferences": "preferences",
"signOut": "signOut",
"choose": "choose",
"select": "select",
"cancel": "cancel",
"learnmore": "Learn More",
"boot.signout": "SignOut",
"boot.select": "Select",
"boot.return": "Return",
// operation
"boot.operation": "Operation",
"boot.add": "Add",
"boot.create": "Create",
"boot.edit": "Edit",
"boot.modify": "Modify",
"boot.delete": "Delete",
"boot.remove": "Remove",
"boot.confirm.delete": "Confirm Delete",
"boot.cancel": "Cancel",
"boot.refresh": "Refresh",
"boot.detail": "Detail",
"boot.enable": "Enable",
"boot.disable": "Disable",
// status
// success
"boot.operation.success": "Operation Success",
"boot.create.success": "Create Success",
"boot.modify.success": "Modify Success",
"boot.delete.success": "Delete Success",
"boot.remove.success": "Remove Success",
"boot.enable.success": "Enable Success",
"boot.disable.success": "Disabled Success",
// error
"boot.operation.error": "Operation Error",
"boot.create.error": "Create Error",
"boot.modify.error": "Modify Error",
"boot.delete.error": "Delete Error",
"boot.remove.error": "Remove Error",
"boot.enabled.error": "Enabled Error",
"boot.disable.error": "Disabled Error"
};
export default en_US;