Language Translations
You can change language settings to your own translations in
Config.Language
Config.Language = {
Notifications = {
onDuty = 'You have clocked on duty!',
offDuty = 'You have clocked off duty!',
Duty = 'You must be on duty to proceed!',
Busy = 'You are already doing something!',
Cancelled = 'Action cancelled!',
Failed = 'Action failed!',
CantCarry = 'You cant carry anymore!',
MissingItemsOrNotEnough = 'You are missing items or you dont have enough - check the requirements!',
NotEnough = 'You dont have enough to do that or you are missing other items!',
TooMuch = 'You cant process that much at once!',
InvalidAmount = 'You have entered an invalid amount!',
NoAccess = 'You are not authorised to access this!',
},
}
Last updated