7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
|
|
export default {
|
||
|
|
alert: 'Lock screen password error',
|
||
|
|
backToLogin: 'Back to login',
|
||
|
|
entry: 'Enter the system',
|
||
|
|
placeholder: 'Please enter the lock screen password or user password',
|
||
|
|
};
|