diapal-panel/src/driven/utils/constants/staticMessages.ts

31 lines
783 B
TypeScript

export const staticMessages = {
global: {
errors: {
input: 'please fill all inputs correctly',
phonenumber: 'please fill the valid number',
otp: 'please fill the otp fields correctly',
},
users: 'Users',
submit: 'Submit',
firstname: 'Firstname',
lastname: 'Lastname',
place_id: 'Place id',
title: 'title',
status: 'Status',
placeType: 'Place Type',
address: 'Address',
qrCode: 'qrCode',
createUser: 'Create user',
phonenumber: 'Phone Number',
enterPanel: 'Enter to Panel',
enterPhoneNumber: 'Enter your phone number',
enterOtpCode: 'Enter your Otp Code',
},
service: {
errors: {
500: 'server not respond please try again later!',
401: 'Authentication error!',
},
},
};