Skip to content

Instantly share code, notes, and snippets.

@jag-dev
Created April 26, 2023 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jag-dev/c54587763599144965efd85cc5631ac0 to your computer and use it in GitHub Desktop.
Save jag-dev/c54587763599144965efd85cc5631ac0 to your computer and use it in GitHub Desktop.
Food Deliveries Lang
Lang = {}
Lang.general = {
restockTitle = 'Restock %s',
restockDescs = 'Current Stock: %d',
grabOrder = 'Grab Order',
grabOrderIcon = 'hand',
restockOrders = 'Restock Orders',
restockOrdersIcon = 'list',
deliverOrder = 'Deliver Order',
deliverOrderIcon = 'hand',
deliveringOrder = 'Delivering order...',
}
Lang.notifs = {
radialTitle = 'Deliver Food',
radialIcon = 'car',
startTitle = 'Food Deliveries',
startDesc = 'You are now actively accepting mobile food orders',
startIcon = 'clock',
startIconColor = '#3a992b',
stopTitle = 'Food Deliveries',
stopDesc = 'You are no longer accepting mobile food orders',
stopIcon = 'clock-rotate-left',
stopIconColor = '#99302b',
cancelTitle = 'Delivery Cancelled',
cancelDesc = 'You cancelled an order and were charged a fee',
timeCancelTitle = 'Delivery Cancelled',
timeCancelDesc = 'You took too long to deliver the order and have paid a fee',
reassignTitle = 'Order Reassigned',
reassignDesc = 'You took too long to pickup the order and it was given to someone else',
vehicleTitle = 'Vehicle Required',
vehicleDesc = 'You must have a vehicle to start doing mobile orders',
phoneTitle = 'Phone Required',
phoneDesc = 'You must have a phone to start doing mobile orders',
noOrderTitle = 'No Orders',
noOrderDesc = 'There are currently no businesses accepting mobile orders',
workerNoOrderTitle = 'Cannot Deliver',
workerNoOrderDesc = 'There are no orders available to you',
gotOrderTitle = 'Food Deliveries',
gotOrderDesc = 'You have recieved a food order',
dropoffTitle = 'Deliver the food',
dropoffDesc = 'Bring the food to the marked location',
dropoffIcon = 'car',
dropoffIconColor = '#3a992b',
restockLimitTitle = 'Unable to Restock',
restockLimitDesc = 'The order limit of %d has been hit',
noStockTitle = 'No Stock',
noStockDesc = 'You did not have enough %s for this restock',
failedPickupTitle = 'Food is gone',
failedPickupDesc = 'You can\'t find the order, wait for another',
failedPickupIcon = 'ban',
failedPickupIconColor = '#99302b',
deliverTitle = 'Delivered Order',
deliverDesc = 'You successfully delivered the order and are waiting for the next',
failDeliverTitle = 'Failed Delivery',
failDeliverDesc = 'You did not have all the items, they are pissed.',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment