17 lines
791 B
TypeScript
17 lines
791 B
TypeScript
export default {
|
|
'Are you sure to delete the configuration item?': 'Are you sure to delete the configuration item?',
|
|
'Add configuration item': 'Add configuration item',
|
|
'Quick configuration entry': 'Quick configuration entry',
|
|
'Variable name': 'Variable name',
|
|
'Variable group': 'Variable group',
|
|
'Variable title': 'Variable title',
|
|
'Variable type': 'Variable type',
|
|
number: 'Number',
|
|
'Please enter the recipient email address': 'Please enter the recipient email address',
|
|
'Test mail sending': 'Test mail sending',
|
|
'send out': 'send',
|
|
'Please enter the correct email address': 'Please enter the correct email address',
|
|
Sending: 'Sending',
|
|
'Please enter the correct mail configuration': 'Please enter the correct mail configuration',
|
|
}
|