# Config file

{% tabs %}
{% tab title="CONFIG" %}

```lua
Config = {}

--[[ Language ]]--
Config.Locale = 'en'   -- en, de, es, cs.

--[[ Framework ]]--
Config.Framework = {
    autoDetect = true,                     --  Automatically finds and sets supported framework on your server.
    type = 'esx',                          --  ESX = 'esx' / QBCore = 'qbcore'.
    export = 'es_extended',                --  ESX = 'es_extended' / QBCore = 'qb-core'.
}

--[[ Inventory ]]--
Config.Inventory = 'auto_detect'         -- auto_detect       - Automatically finds and sets supported inventory on your server.
                                         -- ox                - https://github.com/overextended/ox_inventory.
                                         -- qb/qb-new         - https://github.com/qbcore-framework/qb-inventory.
                                         -- qs                - https://buy.quasar-store.com/package/4770732.
                                         -- ps                - https://github.com/Project-Sloth/ps-inventory.
                                         -- codem             - https://codem.tebex.io/package/5900973.
                                         -- core              - https://forum.cfx.re/t/core-inventory-qb-esx-advanced-grid-based-inventory/4859943.
                                         -- origen            - https://www.origennetwork.store/package/5881161.
                                         -- tgiann            - https://tgiann.tebex.io/package/6273000.
                                         -- jaksam            - https://fivem.jaksam-scripts.com/package/7091785.
                                         -- ak47              - https://menanak47.tebex.io/package/6436604.
                                         -- esx               - https://github.com/Trsak/esx_inventoryhud.

Config.Images = 'auto_detect'            -- auto_detect       - Automatically finds and sets supported inventory images on your server.
                                         -- ox                - ox_inventory/web/images/.
                                         -- qb/qb-new         - qb-inventory/html/images/.
                                         -- qs                - qs-inventory/html/images/.
                                         -- ps                - ps-inventory/html/images/.
                                         -- codem             - codem-inventory/html/itemimages/.
                                         -- core              - core_inventory/html/img/.
                                         -- origen            - origen_inventory/html/images/.
                                         -- tgiann            - tgiann-inventory/inventory_images/images/.
                                         -- jaksam            - jaksam_inventory/_images/.
                                         -- ak47              - ak47_inventory/web/build/images/.
                                         -- esx               - esx_inventory/html/img/items/.

--[[ Menu ]]--
Config.Menu = 'auto_detect'              -- auto_detect       - Automatically finds and sets supported menu on your server.
                                         -- ox                - https://overextended.github.io/docs.
                                         -- esx               - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_menu_default.
                                         -- qb                - https://github.com/qbcore-framework/qb-menu.

Config.DialogMenu = 'auto_detect'        -- auto_detect       - Automatically finds and sets supported dialog menu on your server.
                                         -- ox                - https://overextended.github.io/docs.
                                         -- esx               - https://github.com/martintj22/esx_menu_dialog.
                                         -- qb                - https://github.com/qbcore-framework/qb-input.

--[[ Action Menu ]]--
Config.Use3dText = false                 -- Does not work when Config.ActionMenu is set to [ox, qb, q].
Config.ActionMenu = 'auto_detect'        -- auto_detect       - Automatically finds and sets supported action menu on your server.
                                         -- ox                - https://github.com/overextended/ox_target.
                                         -- qb                - https://github.com/qbcore-framework/qb-target.
                                         -- q                 - https://github.com/thelindat/qtarget.
                                         -- helpox            - https://overextended.dev/ox_lib/Modules/Interface/Client/textui#libshowtextui.
                                         -- helpqb            - https://docs.qbcore.org/qbcore-documentation/qb-core/drawtext.
                                         -- helpesx           - https://esx-brasil.github.io/es_extended/client/functions/showhelpnotification.

--[[ ProgressBar ]]--
Config.ProgressBar = 'auto_detect'       -- auto_detect       - Automatically finds and sets supported progressbar on your server. 
                                         -- none              - No ProgressBar.
                                         -- ox                - https://overextended.github.io/docs.
                                         -- qb                - https://github.com/qbcore-framework/progressbar.
                                         -- qs                - https://github.com/quasar-scripts/progressbar.
                                         -- progressBars      - https://forum.cfx.re/t/release-progress-bars-1-0-standalone/526287/4.

--[[ Skin Selector ]]--
Config.SkinSelector = 'auto_detect'      -- auto_detect       - Automatically finds and sets supported skin selector on your server.
                                         -- esx               - https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/esx_skin, https://github.com/esx-framework/esx-legacy/tree/main/%5Besx%5D/skinchanger.
                                         -- qb                - https://github.com/qbcore-framework/qb-clothing.
                                         -- fivem             - https://forum.cfx.re/t/release-fivem-appearance/2438537.
                                         -- ox                - https://github.com/overextended/ox_appearance.
                                         -- illenium          - https://github.com/iLLeniumStudios/illenium-appearance.
                                         -- bl                - https://github.com/Byte-Labs-Studio/bl_appearance.
                                         -- rcore             - https://store.rcore.cz/package/6430968.
                                         -- tgiann            - https://tgiann.tebex.io/package/6271462.
                                         -- qs                - https://www.quasar-store.com/scripts/appearance.

--[[ Boss Menu/Society ]]--
Config.BossMenuSociety = 'auto_detect'   -- auto_detect       - Automatically finds and sets supported help notify on your server. 
                                         -- renewed-banking   - https://github.com/Renewed-Scripts/Renewed-Banking.
                                         -- okokBanking       - https://okok.tebex.io/package/5126428.
                                         -- tgg-banking       - https://teamsgg.dev/scripts/banking.
                                         -- crm-banking       - https://corem.tebex.io/package/6488919.
                                         -- fd_banking        - https://felis.gg/product/banking.
                                         -- wasabi_banking    - https://www.wasabiscripts.com/product/6782544.
                                         -- prism_banking     - https://store.prismscripts.net/product/7078842.
                                         -- xn-banking        - https://xenscripts.tebex.io/package/5453123.
                                         -- esx_society       - https://github.com/esx-framework/esx_society.
                                         -- qb-management     - https://github.com/qbcore-framework/qb-management.
                                         -- qb-banking        - https://github.com/qbcore-framework/qb-banking.

--[[ MLO ]]--
Config.MLO = 'auto_detect'               -- auto_detect       - Automatically finds and sets supported MLO on your server.
                                         -- gabz              - https://fivem.gabzv.com.
                                         -- moreodesign       - https://forum.cfx.re/t/free-mlo-coffee-cute-v2/5306044.

--[[ Notifications ]]--
Config.HelpNotify = 'auto_detect'        -- auto_detect       - Automatically finds and sets supported help notify on your server. 
                                         -- esx               - https://esx-brasil.github.io/es_extended/client/functions/showhelpnotification/.
                                         -- ox                - https://overextended.dev/ox_lib/Modules/Interface/Client/textui#libshowtextui.
                                         -- qb                - https://docs.qbcore.org/qbcore-documentation/qb-core/drawtext.

Config.Notify = 'auto_detect'            -- auto_detect, ox, esx, qb.
Config.NotifyType = {success = 'success', info = 'info', error = 'error'}
Config.Sounds = true

--[[ Logs ]]--
Config.TimeFormat = '%H:%M'   -- Time format used in discord logs - https://www.lua.org/pil/22.1.html.
Config.DiscordLogs = {
    Icon = 'https://imgur.com/OrnXItg.png',   -- Icon that will appear in discord logs.
    ServerName = 'Fivecode Scripts',          -- Name that will appear in discord logs.
    -- You can set discord webhooks in sv_utils.lua.
}

--[[ Main ]]--
Config.JobName = 'uwucatcafe'                        -- Name of the job. Example: /setjob [name].
Config.UI = {cashRegister = true, foodMenu = true}   -- Enables custom UI for cash register and food menu if true.
Config.UseCustomSounds = true                        -- Plays custom sounds during cooking, paying, etc., if true.
Config.NpcEmployeeStock = true                       -- NPCs sell only stocked food items if true.
Config.DeliveryItem = true                           -- Requires delivering specific items and amount to customers if true.
Config.CustomBilling = false                         -- Allows billing menu customization in 'cl_utils.lua' (not for orders).
Config.MaxCookingQuantity = 10                       -- Maximum items a player can cook at once.
Config.MaxCleaningQuantity = 5                       -- Maximum items a player can clean in a sink at once.
Config.Keys = {
    exit = 38,        -- [E] Exit chair, toilet or sink.
    openTable = 74,   -- [H] Open table while sitting on a chair.
}
Config.CustomSoundsVolume = {   -- Volume of sound effects while cooking, paying etc.
    -- Cooking
    turningOn = 0.55,
    taking_knife = 0.55,
    cutting_table_cut = 0.55,
    stove = 0.55,
    mixer = 0.55,
    oven = 0.55,
    drinks = 0.55,
    -- Paying
    cash_register = 0.55,
}
Config.Functions = {
    Use = {
        duty = true,
        lockerRoom = true,
        cashRegisters = true,
        yoga = true,
        firePit = true,
        menuList = true,
        crafting = {
            stove = true,
            mixer = true,
            oven = true,
            cuttingTable = true,
            packingTable = true,
            coffeeMachine = true,
        },
    },

    Blip = {
        use = true,
        info = {id = 438, color = 27, size = 0.8},
        title = 'UWU Cat Cafe',
    },

    BossMenu = {
        use = true,
        washMoney = true,                        -- Allow money laundering through the boss menu.
        hireDistance = 5,                        -- Maximum distance (in meters) to hire employees.
        grades = {'boss', 'underboss', 'ceo'},   -- Ranks with access to boss functions.
        manage = {
            job = 'unemployed',        -- Default job for fired employees.
            jobLabel = 'Unemployed',   -- Label for the default job.
            grade = 0,                 -- Starting job grade.
            maxGrade = 4,              -- Maximum job grade.
        },
    },

    SupplyShop = {
        use = true,
        npcPed = 'a_m_m_afriamer_01',
        payment = {cash = true, bank = true, society = true},   -- Allowed payment methods (cash and/or bank and/or society).
        Blip = {                                                -- Only visible to Burger Shot employees.
            use = true,
            info = {id = 59, color = 25, size = 0.8},
            title = '%s Supplies', 
        },
    },

    Garage = {
        use = true,
        putPlayerIntoVehicle = true,   -- Automatically place the player into the vehicle upon retrieval.
        saveDistance = 5,              -- Maximum distance (in meters) from the garage to save/store a vehicle.
        vehicles = {
            ['Speedo'] = {
                grade = 1,
                spawnName = 'speedo4',
                vehicleType = 'Delivery Van',
                image = 'speedo4.png',
                Modifications = {
                    livery = {use = false, number = 0},
                    color = {use = false, primary = 0, secondary = 0},
                },
            },
        },
    },

    LockerRoom = {
        use = true,
        outfits = {
            ['Work outfit'] = {   -- Name of the outfit.
                grade = 0,        -- Minimum job grade required to use this outfit.
                male = {
                    tshirt_1 = 15,      tshirt_2 = 0,
                    torso_1 = 26,       torso_2 = 5,
                    bproof_1 = 0,       bproof_2 = 0,
                    decals_1 = 0,       decals_2 = 0,
                    arms = 11,
                    pants_1 = 10,       pants_2 = 0,
                    shoes_1 = 27,       shoes_2 = 0,
                    bag_1 = 0,          bag_2 = 0,
                    helmet_1 = -1,      helmet_2 = 0,
                    mask_1 = 0,         mask_2 = 0,
                    chain_1 = 0,        chain_2 = 0,
                    ears_1 = -1,        ears_2 = 0,
                    glasses_1 = -1,     glasses_2 = 0,
                    watches_1 = -1,     watches_2 = 0,
                    bracelets_1 = -1,   bracelets_2 = 0,
                },
                female = {
                    tshirt_1 = 15,      tshirt_2 = 0,
                    torso_1 = 27,       torso_2 = 4,
                    bproof_1 = 0,       bproof_2 = 0,
                    decals_1 = 0,       decals_2 = 0,
                    arms = 0,
                    pants_1 = 23,       pants_2 = 10,
                    shoes_1 = 3,        shoes_2 = 0,
                    bag_1 = 0,          bag_2 = 0,
                    helmet_1 = -1,      helmet_2 = 0,
                    mask_1 = 0,         mask_2 = 0,
                    chain_1 = 0,        chain_2 = 0,
                    ears_1 = -1,        ears_2 = 0,
                    glasses_1 = -1,     glasses_2 = 0,
                    watches_1 = -1,     watches_2 = 0,
                    bracelets_1 = -1,   bracelets_2 = 0,
                }
            },
        },
    },

    PoliceAlerts = {
        use = true,
        cooldown = 2,   -- Cooldown time (in minutes) before the alert can be triggered again.
    },

    NpcEmployee = {
        use = true,
        npcPed = 'a_f_y_hipster_03',
        payment = {cash = true, bank = true},   -- Allowed payment methods (cash and/or bank).
        playersOnDuty = 0,                      -- If the number of players on duty exceeds this value, the NPC employee will stop taking orders.
    },

    Delivery = {
        use = true,
        reward = {min = 250, max = 500},   -- Delivery reward (50% to player, 50% to society account).
        tip = {min = 50, max = 100},       -- Customer tip (100% to player, based on delivery location).
        cooldown = 5,                      -- Cooldown time (in minutes) before the player can start a new delivery mission.
        customLocations = {
            use = false,
            locations = {
                -- Rich: user can receive a tip
                {tip = true, coords = vec4(-1061.73, 475.80, 81.32, 172.88)},

                -- Normal: nothing special happens
                {coords = vec4(127.14, -107.85, 60.71, 124.15)},
                
                -- Poor: user may get attacked
                {dangerous = true, coords = vec4(-35.84, -1537.03, 34.62, 229.85)},
            },
        }
    },

    Missions = {
        use = true,
        reward = {min = 50, max = 200},   -- Set reward range, or disable rewards by setting this to false [reward = false].
        cooldown = 2,                     -- Time (in minutes) a player must wait before starting a new mission.
        playerCount = 3,                  -- Maximum number of players that can do a mission at the same time.
    },

    Trash = {
        use = true,
        delete = true,   -- Automatically delete all items in the trash when the script stops or restarts.
        TrashInfo = {slots = 25, weight = 100000},
    },

    Storage = {
        use = true,
        company = {use = true, slots = 50, weight = 100000},
        personal = {use = true, slots = 15, weight = 15000},
    },

    HotTables = {use = true, HotTableInfo = {slots = 25, weight = 100000}},
    TablesAndChairs = {use = true, TableInfo = {slots = 20, weight = 20000}},
    BathRoom = {use = true, pants = {check = true, male = 14, female = 15}},
    Cat = {use = true, npcPed = 'a_c_cat_01', removeStress = true},
}
```

{% endtab %}

{% tab title="LOCATIONS" %}
The following files are located in: \
\&#xNAN;*`fivecode_uwucatcafejob/locations`*

<details>

<summary>gabz</summary>

<pre class="language-lua"><code class="lang-lua"><strong>--[[ Gabz UWU Cat Cafe Job - https://fivem.gabzv.com ]]--
</strong>
return {
	Blip = {
		coords = vec3(-581.01, -1070.00, 22.32),
	},
	
	DutySystem = {
		coords = vec4(-594.25, -1054.15, 23.05, 90.0),
		target = {
			icon = 'fas fa-hand',
			size = {x = 1.55, y = 0.25, z = 1.15},
		},
	},

	BossMenu = {
		coords = vec4(-595.99, -1052.41, 22.25, 90.0),
		target = {
			icon = 'fas fa-hand',
			size = {x = 1.25, y = 2.45, z = 0.2},
		},
	},

	LockerRoom = {
		coords = vector4(-586.21, -1049.75, 22.34, 180.0),
		target = {
			icon = 'fas fa-tshirt',
			size = {x = 0.25, y = 2.1, z = 1.85},
		},
	},

	Storage = {
		coords = vec4(-588.01, -1067.11, 22.34, 0.0),
		target = {
			icon = 'fas fa-box',
			size = {x = 0.8, y = 3.5, z = 1.85},
		},
	},

	Garage = {
		coords = vec4(-600.62, -1061.76, 22.84, 90.00),
		spawn = {
			vec4(-596.54, -1059.20, 22.08, 90.00),
			vec4(-620.07, -1062.47, 21.52, 270.00), 
			vec4(-620.14, -1058.71, 21.52, 270.00),
		},
		target = {
			icon = 'fas fa-car',
			size = {x = 0.6, y = 0.5, z = 0.75},
		},
	},

	BathRooms = {
		Toilets = {
			{coords = vec4(-569.18, -1051.38, 21.82, 180.0), pedPos = vec4(-569.28, -1051.46, 21.84, 170.0), size = {x = 0.55, y = 0.7, z = 0.99}},
			{coords = vec4(-569.21, -1057.01, 21.82, 180.0), pedPos = vec4(-569.16, -1056.93, 21.84, 20.0), size = {x = 0.55, y = 0.7, z = 0.99}},

		},
		Sinks = {
			-- Bathroom
			{coords = vec4(-570.30, -1056.94, 22.34, 90.0), pedPos = vec4(-569.82, -1056.96, 22.34, 90.0), size = {x = 0.60, y = 0.45, z = 0.55}},
			{coords = vec4(-570.30, -1051.40, 22.34, 90.0), pedPos = vec4(-569.85, -1051.40, 22.34, 90.0), size = {x = 0.60, y = 0.45, z = 0.55}},

			-- Kitchen
			{coords = vec4(-587.88, -1062.59, 22.15, 270.0), pedPos = vec4(-588.48, -1062.59, 22.35, 270.0), size = {x = 0.80, y = 0.7, z = 1.05}, job = true},
		},
	},

	TablesAndChairs = {
		Tables = {
			{coords = vec4(-573.55, -1067.08, 22.28, 180.0), size = {x = 1.99, y = 1.15, z = 0.25}},
			{coords = vec4(-573.55, -1063.42, 22.28, 180.0), size = {x = 1.99, y = 1.15, z = 0.25}},
			{coords = vec4(-573.55, -1059.77, 22.28, 180.0), size = {x = 1.99, y = 1.15, z = 0.25}},
			{coords = vec4(-586.92, -1066.13, 22.28, 90.0), size = {x = 3.99, y = 0.72, z = 0.25}},
			{coords = vec4(-585.43, -1062.93, 22.28, 180.0), size = {x = 1.52, y = 0.82, z = 0.45}},
			{coords = vec4(-584.05, -1060.42, 22.28, 90.0), size = {x = 1.52, y = 0.82, z = 0.45}},
			{coords = vec4(-590.59, -1050.57, 21.85, 90.0), size = {x = 0.92, y = 1.18, z = 0.45}},
			{coords = vec4(-586.38, -1076.05, 22.15, 90.0), size = {x = 2.25, y = 2.26, z = 0.45}},
			{coords = vec4(-586.42, -1081.60, 22.15, 90.0), size = {x = 2.25, y = 2.26, z = 0.45}},
			{coords = vec4(-591.22, -1080.20, 22.15, 90.0), size = {x = 2.25, y = 2.26, z = 0.45}},
			{coords = vec4(-578.64, -1051.07, 21.65, 360.0), size = {x = 1.55, y = 1.15, z = 0.45}},
			{coords = vec4(-593.48, -1076.52, 21.65, 200.0), size = {x = 0.55, y = 0.55, z = 0.45}},
			{coords = vec4(-594.09, -1076.83, 21.65, 269.0), size = {x = 0.55, y = 0.55, z = 0.45}},
			{coords = vec4(-575.20, -1055.55, 21.65, 90.0), size = {x = 1.55, y = 1.15, z = 0.45}},
			{coords = vec4(-573.70, -1050.87, 26.00, 90.0), size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-571.78, -1067.31, 26.00, 230.0), size = {x = 1.25, y = 0.95, z = 0.45}},
			{coords = vec4(-587.95, -1061.05, 22.28, 90.0), size = {x = 2.25, y = 0.55, z = 0.45}},
		},
		Chairs = {
			{coords = vec4(-579.26, -1083.10, 21.82, 90.0), leavePos = vec4(-579.85, -1083.14, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.26, -1082.46, 21.82, 90.0), leavePos = vec4(-579.84, -1082.44, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.27, -1081.10, 21.82, 90.0), leavePos = vec4(-579.83, -1081.11, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.27, -1081.80, 21.82, 90.0), leavePos = vec4(-579.81, -1081.80, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.26, -1077.50, 21.82, 90.0), leavePos = vec4(-579.85, -1077.50, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.26, -1076.85, 21.82, 90.0), leavePos = vec4(-579.84, -1076.85, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.27, -1076.10, 21.82, 90.0), leavePos = vec4(-579.83, -1076.10, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-579.27, -1075.48, 21.82, 90.0), leavePos = vec4(-579.81, -1075.48, 22.32, 90.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1077.50, 21.82, 270.0), leavePos = vec4(-582.20, -1077.50, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1076.85, 21.82, 270.0), leavePos = vec4(-582.20, -1076.85, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1076.10, 21.82, 270.0), leavePos = vec4(-582.20, -1076.10, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1075.48, 21.82, 270.0), leavePos = vec4(-582.20, -1075.48, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1083.10, 21.82, 270.0), leavePos = vec4(-582.20, -1083.10, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1082.46, 21.82, 270.0), leavePos = vec4(-582.20, -1082.46, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1081.11, 21.82, 270.0), leavePos = vec4(-582.20, -1081.11, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-582.70, -1081.80, 21.82, 270.0), leavePos = vec4(-582.20, -1081.80, 22.32, 270.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-584.95, -1076.15, 21.82, 75.0), leavePos = vec4(-584.89, -1076.85, 21.82, 75.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-586.34, -1077.37, 21.82, 360.0), leavePos = vec4(-586.96, -1077.50, 21.82, 360.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-586.08, -1074.70, 21.82, 175.0), leavePos = vec4(-585.52, -1074.81, 21.82, 175.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-587.80, -1075.82, 21.82, 265.0), leavePos = vec4(-587.69, -1075.28, 21.82, 265.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-591.94, -1079.08, 21.82, 215.0), leavePos = vec4(-591.41, -1078.57, 21.82, 215.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-590.06, -1079.55, 21.82, 115.0), leavePos = vec4(-589.68, -1080.06, 21.82, 115.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-590.39, -1081.38, 21.82, 30.0), leavePos = vec4(-590.80, -1081.78, 21.82, 30.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-592.21, -1081.01, 21.82, 305.0), leavePos = vec4(-592.67, -1080.58, 21.82, 305.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-587.60, -1082.52, 21.82, 303.0), leavePos = vec4(-587.85, -1081.92, 21.82, 303.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-587.17, -1080.48, 21.82, 220.0), leavePos = vec4(-586.60, -1080.17, 21.82, 220.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-585.38, -1080.73, 21.82, 130.0), leavePos = vec4(-584.96, -1081.22, 21.82, 130.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-585.50, -1082.52, 21.82, 45.0), leavePos = vec4(-585.85, -1083.01, 21.82, 45.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-592.32, -1077.36, 21.65, 310.0), leavePos = vec4(-591.96, -1077.22, 21.82, 45.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-592.44, -1075.88, 21.65, 180.0), leavePos = vec4(-592.41, -1076.52, 21.82, 180.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-594.60, -1077.70, 21.65, 315.0), leavePos = vec4(-594.10, -1077.31, 21.82, 315.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-594.82, -1075.96, 21.65, 210.0), leavePos = vec4(-594.49, -1076.51, 21.82, 210.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-593.30, -1078.17, 21.65, 35.0), leavePos = vec4(-593.62, -1077.62, 21.82, 35.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.01, -1068.02, 21.92, 360.0), leavePos = vec4(-574.98, -1067.95, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-574.00, -1067.99, 21.92, 360.0), leavePos = vec4(-574.98, -1067.95, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.07, -1064.36, 21.92, 360.0), leavePos = vec4(-575.15, -1064.17, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.89, -1064.32, 21.92, 360.0), leavePos = vec4(-575.15, -1064.17, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.13, -1060.70, 21.92, 360.0), leavePos = vec4(-575.10, -1060.54, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.94, -1060.71, 21.92, 360.0), leavePos = vec4(-575.10, -1060.54, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.15, -1066.22, 21.92, 180.0), leavePos = vec4(-575.15, -1066.13, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.99, -1066.14, 21.92, 180.0), leavePos = vec4(-575.15, -1066.13, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.14, -1062.46, 21.92, 180.0), leavePos = vec4(-575.08, -1062.54, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.95, -1062.45, 21.92, 180.0), leavePos = vec4(-575.08, -1062.54, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.10, -1058.84, 21.92, 180.0), leavePos = vec4(-575.21, -1058.75, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-573.91, -1058.89, 21.92, 180.0), leavePos = vec4(-575.21, -1058.75, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-579.83, -1064.69, 21.92, 180.0), leavePos = vec4(-579.93, -1065.32, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-580.66, -1064.21, 21.92, 115.0), leavePos = vec4(-581.25, -1064.43, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-579.74, -1062.08, 21.92, 360.0), leavePos = vec4(-579.59, -1061.46, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-580.58, -1062.60, 21.92, 50.0), leavePos = vec4(-581.03, -1062.15, 21.82, 50.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-580.91, -1063.43, 21.92, 90.0), leavePos = vec4(-581.54, -1063.37, 21.82, 90.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-578.42, -1063.33, 21.92, 280.0), leavePos = vec4(-577.79, -1063.28, 21.82, 280.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-578.79, -1062.55, 21.92, 320.0), leavePos = vec4(-578.33, -1062.12, 21.82, 320.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-578.78, -1064.32, 21.92, 225.0), leavePos = vec4(-578.40, -1064.83, 21.82, 225.0), size = {x = 0.60, y = 0.75, z = 1.15}},
			{coords = vec4(-576.85, -1051.07, 21.92, 105.0), leavePos = vec4(-577.76, -1051.16, 21.82, 105.0), size = {x = 1.15, y = 1.15, z = 1.15}},
			{coords = vec4(-577.59, -1052.57, 21.92, 40.0), leavePos = vec4(-578.03, -1051.94, 21.82, 40.0), size = {x = 1.15, y = 1.15, z = 1.15}},
			{coords = vec4(-580.85, -1051.22, 21.92, 280.0), leavePos = vec4(-580.16, -1051.03, 21.82, 280.0), size = {x = 1.15, y = 1.15, z = 1.15}},
			{coords = vec4(-579.74, -1052.52, 21.92, 330.0), leavePos = vec4(-579.22, -1051.95, 21.82, 330.0), size = {x = 1.15, y = 1.15, z = 1.15}},
			{coords = vec4(-598.26, -1050.99, 21.92, 270.0), leavePos = vec4(-597.79, -1050.94, 21.82, 275.0), size = {x = 0.85, y = 0.85, z = 1.15}},
			{coords = vec4(-598.31, -1050.10, 21.92, 270.0), leavePos = vec4(-597.79, -1050.10, 21.82, 275.0), size = {x = 0.85, y = 0.85, z = 1.15}},
			{coords = vec4(-596.24, -1053.37, 21.92, 0.0), leavePos = vec4(-596.91, -1053.55, 21.82, 90.0), size = {x = 0.85, y = 0.85, z = 1.15}},
			{coords = vec4(-591.33, -1049.18, 21.92, 180.0), leavePos = vec4(-591.45, -1049.72, 21.82, 180.0), size = {x = 0.65, y = 0.75, z = 1.15}},
			{coords = vec4(-589.77, -1049.18, 21.92, 180.0), leavePos = vec4(-589.68, -1049.72, 21.82, 180.0), size = {x = 0.65, y = 0.75, z = 1.15}},
			{coords = vec4(-590.52, -1049.18, 21.92, 180.0), leavePos = vec4(-590.51, -1049.71, 21.82, 180.0), size = {x = 0.65, y = 0.75, z = 1.15}},
			{coords = vec4(-586.57, -1050.78, 22.15, 35.0), leavePos = vec4(-586.77, -1050.38, 21.82, 35.0), size = {x = 0.45, y = 0.45, z = 1.15}},
			{coords = vec4(-583.81, -1050.91, 21.95, 270.0), leavePos = vec4(-583.18, -1050.98, 21.82, 270.0), size = {x = 0.85, y = 0.55, z = 0.45}},
			{coords = vec4(-573.65, -1052.09, 26.10, 270.0), leavePos = vec4(-573.07, -1052.05, 26.60, 270.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-573.65, -1052.87, 26.10, 270.0), leavePos = vec4(-573.06, -1052.89, 26.60, 270.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-573.66, -1053.68, 26.10, 270.0), leavePos = vec4(-572.98, -1053.66, 26.60, 270.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-569.89, -1066.14, 26.10, 90.0), leavePos = vec4(-570.51, -1066.04, 26.60, 90.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-569.89, -1066.90, 26.10, 90.0), leavePos = vec4(-570.52, -1066.90, 26.60, 90.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-569.89, -1067.96, 26.10, 90.0), leavePos = vec4(-570.39, -1068.03, 26.60, 90.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-570.60, -1069.21, 26.10, 360.0), leavePos = vec4(-570.59, -1068.71, 26.60, 360.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-571.37, -1069.14, 26.10, 360.0), leavePos = vec4(-571.34, -1068.50, 26.60, 360.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-572.26, -1069.19, 26.10, 360.0), leavePos = vec4(-572.29, -1068.70, 26.60, 360.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-572.99, -1069.21, 26.10, 360.0), leavePos = vec4(-572.98, -1068.71, 26.60, 360.0), size = {x = 0.55, y = 0.75, z = 0.45}},
			{coords = vec4(-578.92, -1061.23, 26.10, 270.0), leavePos = vec4(-578.96, -1060.65, 26.60, 270.0), size = {x = 0.55, y = 0.75, z = 1.65}},
			{coords = vec4(-578.85, -1057.97, 26.10, 180.0), leavePos = vec4(-578.86, -1058.72, 26.60, 180.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-577.18, -1058.00, 26.10, 180.0), leavePos = vec4(-577.18, -1058.54, 26.60, 180.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-577.99, -1057.98, 26.10, 180.0), leavePos = vec4(-578.01, -1058.60, 26.60, 180.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-576.99, -1062.40, 26.10, 0.0), leavePos = vec4(-577.02, -1061.94, 26.60, 180.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-577.22, -1065.21, 26.10, 165.0), leavePos = vec4(-577.36, -1065.75, 26.60, 165.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-578.71, -1065.33, 26.10, 200.0), leavePos = vec4(-578.49, -1065.85, 26.60, 200.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-578.21, -1067.61, 26.10, 0.0), leavePos = vec4(-577.36, -1067.62, 26.60, 0.0), size = {x = 0.55, y = 0.75, z = 0.65}},
			{coords = vec4(-586.18, -1067.69, 22.1, 95.0), leavePos = vec4(-585.75, -1067.70, 22.1, 95.0), size = {x = 0.55, y = 0.65, z = 0.65}},
			{coords = vec4(-586.35, -1066.74, 22.1, 95.0), leavePos = vec4(-585.78, -1066.59, 22.1, 95.0), size = {x = 0.55, y = 0.55, z = 0.65}},
			{coords = vec4(-586.39, -1065.70, 22.1, 95.0), leavePos = vec4(-585.79, -1065.60, 22.1, 95.0), size = {x = 0.55, y = 0.55, z = 0.65}},
			{coords = vec4(-586.34, -1064.75, 22.1, 95.0), leavePos = vec4(-585.83, -1064.76, 22.1, 95.0), size = {x = 0.55, y = 0.55, z = 0.65}},
			{coords = vec4(-582.17, -1054.67, 21.5, 235.0), leavePos = vec4(-581.46, -1054.71, 21.82, 235.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-582.140, -1055.87, 21.5, 280.0), leavePos = vec4(-581.94, -1056.78, 21.82, 285.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-576.41, -1056.31, 21.5, 285.0), leavePos = vec4(-577.25, -1056.35, 21.82, 285.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-576.49, -1054.94, 21.5, 255.0), leavePos = vec4(-577.26, -1054.75, 21.82, 255.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-573.95, -1056.26, 21.5, 75.0), leavePos = vec4(-573.21, -1056.27, 21.82, 75.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-574.10, -1054.94, 21.5, 105.0), leavePos = vec4(-573.25, -1054.83, 21.82, 105.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-582.12, -1049.26, 22.1, 120.0), leavePos = vec4(-582.26, -1050.43, 21.82, 120.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-583.68, -1049.38, 22.1, 215.0), leavePos = vec4(-583.18, -1050.50, 21.82, 215.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-574.14, -1066.70, 25.85, 275.0), leavePos = vec4(-574.14, -1066.70, 26.1, 275.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-574.27, -1067.93, 25.85, 275.0), leavePos = vec4(-574.27, -1067.93, 26.1, 275.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-579.31, -1069.30, 26.25, 285.0), leavePos = vec4(-579.21, -1068.47, 26.1, 285.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-576.71, -1069.21, 26.25, 90.0), leavePos = vec4(-576.77, -1068.46, 26.1, 90.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-579.11, -1069.27, 22.05, 285.0), leavePos = vec4(-579.05, -1068.39, 22.05, 285.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-576.89, -1069.24, 22.05, 90.0), leavePos = vec4(-576.59, -1068.55, 22.05, 90.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-585.17, -1069.17, 22.05, 285.0), leavePos = vec4(-585.37, -1068.55, 22.05, 285.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
			{coords = vec4(-582.91, -1069.22, 22.05, 90.0), leavePos = vec4(-583.12, -1068.51, 22.05, 90.0), ground = true, size = {x = 0.85, y = 0.85, z = 0.45}},
		},
	},

	Crafting = {
		Stove = {
			Positions = {
				{coords = vec4(-591.05, -1056.54, 22.35, 90.0), pedPos = vec4(-590.47, -1056.55, 22.35, 90.0), size = {x = 1.05, y = 0.72, z = 0.55}},
			},
			Food = {
				{
					label = 'Fried Egg',
					item = 'uwu_friedegg',
					amount = 1,
					image = 'uwu_friedegg.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw egg', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
				{
					label = 'Grilled Steak',
					item = 'uwu_grilledsteak',
					amount = 1,
					image = 'uwu_grilledsteak.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawsteak', label = 'Raw steak', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
				{
					label = 'Grilled Chicken',
					item = 'uwu_grilledchicken',
					amount = 1,
					image = 'uwu_grilledchicken.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawchicken', label = 'Raw chicken', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
			},
		},

		Mixer = {
			Positions = {
				{coords = vec4(-591.05, -1064.15, 22.45, 90.00), pedPos = vec4(-590.50, -1064.11, 22.35, 90.00), size = {x = 0.55, y = 0.55, z = 0.55}},
			},
			Food = {
				{
					label = 'Normal dough',
					item = 'uwu_normaldough',
					amount = 1,
					image = 'uwu_normaldough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_yeast', label = 'Yeast', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
					},
				},

				{
					label = 'Chocolate dough',
					item = 'uwu_chocolatedough',
					amount = 1,
					image = 'uwu_chocolatedough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_yeast', label = 'Yeast', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
						{item = 'uwu_cocoapowder', label = 'Cocoa Powder', amount = 2},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},

				{
					label = 'Cupcake dough',
					item = 'uwu_cupcakedough',
					amount = 1,
					image = 'uwu_cupcakedough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_butter', label = 'Butter', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},
			},
		},

		Oven = {
			Positions = {
				{coords = vec4(-591.05, -1059.70, 22.45, 90.00), pedPos = vec4(-590.34, -1059.77, 22.35, 90.00), size = {x = 1.05, y = 1.15, z = 2.55}},
			},
			Food = {
				{
					label = 'Choco Purrfection Cake',
					item = 'uwu_chocopurrfectioncake',
					amount = 1,
					image = 'uwu_chocopurrfectioncake.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_chocolatedough', label = 'Chocolate Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},

				{
					label = 'Vanilla Meowtastic Cake',
					item = 'uwu_vanillameowtasticake',
					amount = 1,
					image = 'uwu_vanillameowtasticake.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_normaldough', label = 'Normal Dough', amount = 1},
						{item = 'uwu_vanillasyrup', label = 'Vanilla Syrup', amount = 2},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 1},
					},
				},

				{
					label = 'Kitten’s Cloud Pancakes',
					item = 'uwu_kittenscloudpancakes',
					amount = 1,
					image = 'uwu_kittenscloudpancakes.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_normaldough', label = 'Normal Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 1},
						{item = 'uwu_strawberry', label = 'Strawberry', amount = 2},
						{item = 'uwu_blueberry', label = 'Blueberry', amount = 2},
					},
				},

				{
					label = 'Strawberry Meow Delight',
					item = 'uwu_strawberrymeowdelight',
					amount = 1,
					image = 'uwu_strawberrymeowdelight.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_strawberry', label = 'Strawberry', amount = 2},
					},
				},

				{
					label = 'Minty Pawprint Cupcake',
					item = 'uwu_mintypawprintcupcake',
					amount = 1,
					image = 'uwu_mintypawprintcupcake.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_peppermintextract', label = 'Peppermint Extract', amount = 2},
					},
				},

				{
					label = 'Caramel Kitty Crunch',
					item = 'uwu_caramelkittycrunch',
					amount = 1,
					image = 'uwu_caramelkittycrunch.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_caramelsyrup', label = 'Caramel Syrup', amount = 1},
					},
				},

				{
					label = 'Espresso Paws Cupcake',
					item = 'uwu_espressopawscupcake',
					amount = 1,
					image = 'uwu_espressopawscupcake.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_expresoshot', label = 'Expresso Shot', amount = 2},
					},
				},

				{
					label = 'Cinnamon Whisker Delight',
					item = 'uwu_cinnamonwhiskerdelight',
					amount = 1,
					image = 'uwu_cinnamonwhiskerdelight.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_cinnamon', label = 'Cinnamon', amount = 5},
					},
				},
			},
		},

		CuttingTable = {
			Positions = {
				{coords = vec4(-591.05, -1063.04, 22.35, 90.00), pedPos = vec4(-590.49, -1063.04, 22.35, 90.00), size = {x = 1.05, y = 0.72, z = 0.55}},
			},
			Food = {
				{
					label = 'Sliced Onion',
					item = 'uwu_slicedonion',
					amount = 5,
					image = 'uwu_slicedonion.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawonion', label = 'Onion', amount = 1},
					},
				},

				{
					label = 'Sliced Chilli Pepper',
					item = 'uwu_slicedchillipepper',
					amount = 5,
					image = 'uwu_slicedchillipepper.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawchillipepper', label = 'Chilli Pepper', amount = 1},
					},
				},

				{
					label = 'Sliced Cucumber',
					item = 'uwu_slicedcucumber',
					amount = 5,
					image = 'uwu_slicedcucumber.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawcucumber', label = 'Cucumber', amount = 1},
					},
				},

				{
					label = 'Grilled Chicken Piece',
					item = 'uwu_grilledchickenpiece',
					amount = 10,
					image = 'uwu_grilledchickenpiece.png',
					cookingTime = 10,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_grilledchicken', label = 'Grilled chicken', amount = 1},
					},
				},
			},
		},

		PackingTable = {
			Positions = {
				{coords = vec4(-587.95, -1057.72, 22.28, 90.0), pedPos = vec4(-588.48, -1057.74, 22.35, 270.00), size = {x = 1.37, y = 0.55, z = 0.45}},
				{coords = vec4(-587.95, -1059.15, 22.28, 90.0), pedPos = vec4(-588.47, -1059.15, 22.35, 270.00), size = {x = 1.37, y = 0.55, z = 0.45}},
			},
			Food = {
				{
					label = 'Fried Rice',
					item = 'uwu_friedrice',
					amount = 1,
					image = 'uwu_friedrice.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rice', label = 'Rice', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 2},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 1},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Steak &#x26; Egg Breakfast Special',
					item = 'uwu_steakeggbreakfastspecial',
					amount = 1,
					image = 'uwu_steakeggbreakfastspecial.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_grilledsteak', label = 'Grilled steak', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 5},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Caramelized Onion Steak Stir-Fry',
					item = 'uwu_caramelizedonionsteakstirfry',
					amount = 1,
					image = 'uwu_caramelizedonionsteakstirfry.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawsteak', label = 'Grilled steak', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 4},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 2},
						{item = 'uwu_caramelsauce', label = 'Caramel sauce', amount = 1},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Chilli Ramen',
					item = 'uwu_chilliramen',
					amount = 1,
					image = 'uwu_chilliramen.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_noodles', label = 'Noodles', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 3},
						{item = 'uwu_slicedcucumber', label = 'Sliced cucumber', amount = 2},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 10},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Shanghai Soy Scallion Noodles',
					item = 'uwu_shanghaisoyscallionnoodles',
					amount = 1,
					image = 'uwu_shanghaisoyscallionnoodles.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_noodles', label = 'Noodles', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 5},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 5},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Kung Pao',
					item = 'uwu_kungpao',
					amount = 1,
					image = 'uwu_kungpao.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rice', label = 'Rice', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 2},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 2},
						{item = 'uwu_grilledchickenpiece', label = 'Grilled chicken piece', amount = 10},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
			},
		},

		CoffeeMachine = {
			Positions = {
				{coords = vec4(-586.92, -1061.91, 22.44, 90.0), pedPos = vec4(-586.31, -1061.93, 13.99, 90.0), size = {x = 0.75, y = 0.70, z = 0.65}},
			},
			Food = {
				{
					label = 'ChocoPaws Delight',
					item = 'uwu_uwucatcafehotchocolate',
					amount = 1,
					image = 'uwu_uwucatcafehotchocolate.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
						{item = 'uwu_cocoapowder', label = 'Cocoa powder', amount = 1},
						{item = 'uwu_milk', label = 'Milk', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Whiskers Vanilla Latte',
					item = 'uwu_whiskersvanillalatte',
					amount = 1,
					image = 'uwu_whiskersvanillalatte.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 2},
						{item = 'uwu_steamedmilk', label = 'Steamed milk', amount = 1},
						{item = 'uwu_vanillasyrup', label = 'Vanilla syrup', amount = 1},
						{item = 'uwu_cinnamon', label = 'Cinnamon', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Purrfect Caramel Macchiato',
					item = 'uwu_purrfectcaramelmacchiato',
					amount = 1,
					image = 'uwu_purrfectcaramelmacchiato.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 1},
						{item = 'uwu_steamedmilk', label = 'Steamed milk', amount = 1},
						{item = 'uwu_caramelsyrup', label = 'Caramel syrup', amount = 1},
						{item = 'uwu_caramelsauce', label = 'Caramel sauce', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Meowcha Mint Mocha',
					item = 'uwu_meowchamintmocha',
					amount = 1,
					image = 'uwu_meowchamintmocha.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_peppermintextract', label = 'Peppermint extract', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Kittys Creamy Cappuccino',
					item = 'uwu_kittyscreamycappuccino',
					amount = 1,
					image = 'uwu_kittyscreamycappuccino.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 2},
						{item = 'uwu_frostedmilk', label = 'Frothed milk', amount = 2},
						{item = 'uwu_brownsugar', label = 'Brown sugar', amount = 1},
						{item = 'uwu_cocoapowder', label = 'Cocoa powder', amount = 2},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},
			},
		},
	},

	CashRegisters = {
		Registers = {
			{coords = vec4(-584.01, -1061.43, 22.37, 255.0), size = {x = 0.31, y = 0.45, z = 0.35}},
			{coords = vec4(-584.03, -1058.71, 22.37, 280.0), size = {x = 0.31, y = 0.47, z = 0.35}},
		},
	},

	PoliceAlerts = {
		Alerts = {
			{coords = vec4(-584.55, -1062.54, 22.11, -180.0), object = {use = true, coords = vec3(-584.55, -1062.54, 22.11), xRot = 0.211, yRot = -0.262, zRot = -180.00}, size = {x = 0.25, y = 0.25, z = 0.35}},
			{coords = vec4(-587.49, -1055.35, 22.70, -90.0), object = {use = true, coords = vec3(-587.49, -1055.35, 22.70), xRot = 0.211, yRot = -0.262, zRot = -90.00}, size = {x = 0.25, y = 0.25, z = 0.35}},
		},
	},

	Delivery = {
		StartDelivery = {
			{coords = vec4(-584.46, -1057.66, 22.81, 270.0), pedPos = vec4(-584.71, -1057.65, 22.34, 270.0), object = {use = true, coords = vec3(-584.47, -1057.66, 22.81), xRot = 90.0, yRot = 0.0, zRot = 270.0},  size = {x = 0.25, y = 0.27, z = 0.45}},
		},
	},

	Missions = {
		StartMission = {
			{coords = vec4(-594.25, -1052.48, 23.05, 90.0), pedPos = vec4(-593.98, -1052.44, 22.34, 90.0), storagePos = vec4(-584.80, -1056.44, 22.34, 270.0), size = {x = 1.55, y = 0.25, z = 1.15}},
		},
		DirtySpots = {
			Ground = {
				vec4(-584.03, -1067.12, 22.34, 135.46),
				vec4(-578.69, -1066.96, 22.34, 271.13),
				vec4(-577.21, -1061.87, 22.35, 346.29),
				vec4(-580.88, -1059.75, 22.34, 64.53),
				vec4(-579.33, -1056.43, 22.34, 321.15),
				vec4(-575.69, -1053.50, 22.34, 311.56),
				vec4(-582.33, -1051.74, 22.34, 51.77),
				vec4(-588.23, -1050.42, 22.34, 278.55),
				vec4(-592.99, -1053.64, 22.34, 128.08),
				vec4(-585.36, -1058.24, 22.34, 175.36),
				vec4(-585.42, -1060.49, 22.34, 177.97),
			},
			Tables = {
				vec4(-574.80, -1067.06, 22.49, 263.32),
				vec4(-574.81, -1063.42, 22.49, 277.29),
				vec4(-574.79, -1059.80, 22.49, 268.48),
				vec4(-583.32, -1062.88, 22.34, 82.82),
				vec4(-586.05, -1065.18, 22.34, 94.46),
				vec4(-586.05, -1066.18, 22.34, 87.85),
				vec4(-586.05, -1067.19, 22.34, 87.94),
			},                
		},
	},
	
	Trash = {
		Positions = {
			{coords = vec4(-595.37, -1048.97, 21.70, 90.0), size = {x = 0.40, y = 0.40, z = 0.65}},
			{coords = vec4(-590.68, -1053.74, 21.70, 90.0), size = {x = 0.40, y = 0.40, z = 0.65}},
			{coords = vec4(-575.45, -1063.49, 25.95, 90.0), size = {x = 0.40, y = 0.40, z = 0.65}},
			{coords = vec4(-575.41, -1062.72, 25.95, 90.0), size = {x = 0.40, y = 0.40, z = 0.65}},

			{coords = vec4(-570.35, -1057.15, 21.70, 90.0), size = {x = 0.40, y = 0.30, z = 0.65}},
			{coords = vec4(-570.25, -1051.22, 21.70, 180.0), size = {x = 0.40, y = 0.30, z = 0.65}},
		},
	},

	HotTables = {
		Positions = {
			{coords = vec4(-587.35, -1059.65, 22.34, 180.00), size = {x = 0.55, y = 2.40, z = 1.50}},
		},
	},

	SupplyShop = {
		Positions = {
			{coords = vec4(-308.26, -2478.98, 7.29, 140.00), size = {x = 1.20, y = 1.20, z = 1.50}},
		},
		Items = {
			{item = 'uwu_mysterybox', label = 'Mystery Box', icon = 'uwu_mysterybox.png', price = 15},
			{item = 'uwu_rawegg', label = 'Raw egg', icon = 'uwu_rawegg.png', price = 1},
			{item = 'uwu_butter', label = 'Cooking butter', icon = 'uwu_butter.png', price = 1},
			{item = 'uwu_flour', label = 'Flour', icon = 'uwu_flour.png', price = 1},
			{item = 'uwu_yeast', label = 'Yeast', icon = 'uwu_yeast.png', price = 1},
			{item = 'uwu_brownsugar', label = 'Brown Sugar', icon = 'uwu_brownsugar.png', price = 1},
			{item = 'uwu_cocoapowder', label = 'Cocoa Powder', icon = 'uwu_cocoapowder.png', price = 2},
			{item = 'uwu_chocolate', label = 'Chocolate', icon = 'uwu_chocolate.png', price = 3},
			{item = 'uwu_vanillasyrup', label = 'Vanilla Syrup', icon = 'uwu_vanillasyrup.png', price = 2},
			{item = 'uwu_caramelsyrup', label = 'Caramel Syrup', icon = 'uwu_caramelsyrup.png', price = 1},
			{item = 'uwu_caramelsauce', label = 'Caramel sauce', icon = 'uwu_caramelsauce.png', price = 1},
			{item = 'uwu_rawsteak', label = 'Raw steak', icon = 'uwu_rawsteak.png', price = 1},
			{item = 'uwu_rawchicken', label = 'Raw chicken', icon = 'uwu_rawchicken.png', price = 1},
			{item = 'uwu_expresoshot', label = 'Expresso Shot', icon = 'uwu_expresoshot.png', price = 2},
			{item = 'uwu_cinnamon', label = 'Cinnamon', icon = 'uwu_cinnamon.png', price = 5},
			{item = 'uwu_rawonion', label = 'Onion', icon = 'uwu_rawonion.png', price = 1},
			{item = 'uwu_rawchillipepper', label = 'Chilli Pepper', icon = 'uwu_rawchillipepper.png', price = 1},
			{item = 'uwu_rawcucumber', label = 'Cucumber', icon = 'uwu_rawcucumber.png', price = 1},
			{item = 'uwu_peppermintextract', label = 'Peppermint Extract', icon = 'uwu_peppermintextract.png', price = 2},
			{item = 'uwu_strawberry', label = 'Strawberry', icon = 'uwu_strawberry.png', price = 2},
			{item = 'uwu_blueberry', label = 'Blueberry', icon = 'uwu_blueberry.png', price = 2},
			{item = 'uwu_rice', label = 'Rice', icon = 'uwu_rice.png', price = 1},
			{item = 'uwu_noodles', label = 'Noodles', icon = 'uwu_noodles.png', price = 1},
			{item = 'uwu_milk', label = 'Milk', icon = 'uwu_milk.png', price = 1},
			{item = 'uwu_steamedmilk', label = 'Steamed milk', icon = 'uwu_steamedmilk.png', price = 1},
			{item = 'uwu_frostedmilk', label = 'Frothed milk', icon = 'uwu_frostedmilk.png', price = 2},
			{item = 'uwu_cleancup', label = 'Clean cup', icon = 'uwu_cleancup.png', price = 2},
			{item = 'uwu_cleanplate', label = 'Clean plate', icon = 'uwu_cleanplate.png', price = 2},
			{item = 'uwu_cleansponge', label = 'Clean plate', icon = 'uwu_cleansponge.png', price = 2},
		},
	},

	Cat = {
		Positions = {
			{coords = vec4(-583.95, -1062.98, 23.37, 320.0), pedPos = vec4(-583.53, -1063.35, 22.34, 40.0), anim = {player = 2, cat = 1}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-584.05, -1069.28, 22.79, 320.0), pedPos = vec4(-584.02, -1068.64, 22.34, 185.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-577.99, -1069.05, 22.79, 185.0), pedPos = vec4(-577.97, -1068.56, 22.34, 185.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-578.00, -1069.15, 27.07, 190.0), pedPos = vec4(-578.01, -1068.57, 22.34, 180.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-570.42, -1065.44, 27.42, 120.0), pedPos = vec4(-571.07, -1065.77, 22.34, 290.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-571.81, -1049.06, 27.42, 170.0), pedPos = vec4(-571.74, -1049.66, 22.34, 10.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-596.64, -1052.40, 23.05, 340.0), pedPos = vec4(-596.64, -1051.64, 22.34, 185.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-619.25, -1065.25, 22.35, 340.0), pedPos = vec4(-618.55, -1065.17, 22.34, 100.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-583.01, -1049.76, 22.84, 160.0), pedPos = vec4(-582.96, -1050.36, 22.34, 0.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-569.13, -1051.15, 23.05, 90.0), pedPos = vec4(-569.70, -1051.61, 22.34, 315.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-569.13, -1057.28, 23.05, 90.0), pedPos = vec4(-569.72, -1056.88, 22.34, 235.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-574.35, -1062.44, 22.73, 120.0), pedPos = vec4(-575.03, -1062.48, 22.34, 275.0), anim = {player = 1, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-584.74, -1054.59, 23.10, 310.0), pedPos = vec4(-584.70, -1053.99, 22.34, 195.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-571.71, -1057.29, 22.45, 270.0), pedPos = vec4(-571.70, -1056.80, 22.34, 175.0), anim = {player = 1, cat = 1, move = true}, size = {x = 0.42, y = 0.50, z = 0.35}},
		},
	},

	Yoga = {
		Positions = {
			{coords = vec4(-620.82, -1071.77, 21.53, 260.0), pedPos = vec4(-620.52, -1071.81, 22.53, 260.0), size = {x = 1.20, y = 1.20, z = 1.50}},
			{coords = vec4(-620.62, -1070.19, 21.53, 275.0), pedPos = vec4(-620.62, -1070.19, 22.53, 275.0), size = {x = 1.20, y = 1.20, z = 1.50}},
			{coords = vec4(-620.40, -1068.60, 21.53, 265.0), pedPos = vec4(-620.40, -1068.60, 22.53, 265.0), size = {x = 1.20, y = 1.20, z = 1.50}},
			{coords = vec4(-620.25, -1066.75, 21.53, 285.0), pedPos = vec4(-620.25, -1066.75, 22.53, 285.0), size = {x = 1.20, y = 1.20, z = 1.50}},
		},
	},

	FirePit = {
		Positions = {
			{coords = vec4(-578.80, -1049.55, 22.15, 0.0), size = {x = 4.50, y = 1.20, z = 1.50}},
		},
	},

	NpcEmployee = {
		Positions = {
			{coords = vec4(-584.73, -1061.40, 22.34, 270.0), hotTablePos = vec4(-586.24, -1060.29, 22.34, 90.0), size = {x = 1.20, y = 1.20, z = 1.50, sizeDist = 1.85}},
		},
	},

	MysteryBox = {
		prizes = {
			-- Cat Toy Figures
			{item = 'uwu_browncat', amount = 1, rarity = 20},
			{item = 'uwu_redcat', amount = 1, rarity = 20},
			{item = 'uwu_greencat', amount = 1, rarity = 15},
			{item = 'uwu_yellowcat', amount = 1, rarity = 15},
			{item = 'uwu_purplecat', amount = 1, rarity = 10},
			{item = 'uwu_bluecat', amount = 1, rarity = 10},
			-- Other Toy Figures
			{item = 'uwu_shinywasabi', amount = 1, rarity = 5},
			{item = 'uwu_master', amount = 1, rarity = 3},
			{item = 'uwu_princessrobo', amount = 1, rarity = 2},
		},
	},
	
	MenuList = {
		Positions = {
			{coords = vec4(-587.23, -1062.82, 23.45, 180.0), size = {x = 0.45, y = 0.65, z = 1.90}},
		},
		Items = {   -- Items displayed in food menu + npc employee menu.
			-- Other
			{category = 'Other', items = {
				{item = 'uwu_mysterybox', label = 'Mystery Box', icon = 'uwu_mysterybox.png', price = 69},
			}},
			-- Drinks
			{category = 'Drinks', items = {
				{item = 'uwu_uwucatcafehotchocolate', label = 'ChocoPaws Delight', icon = 'uwu_uwucatcafehotchocolate.png', price = 10},
				{item = 'uwu_whiskersvanillalatte', label = 'Whiskers Vanilla Latte', icon = 'uwu_whiskersvanillalatte.png', price = 15},
				{item = 'uwu_purrfectcaramelmacchiato', label = 'Purrfect Caramel Macchiato', icon = 'uwu_purrfectcaramelmacchiato.png', price = 15},
				{item = 'uwu_meowchamintmocha', label = 'Meowcha Mint Mocha', icon = 'uwu_meowchamintmocha.png', price = 10},
				{item = 'uwu_kittyscreamycappuccino', label = 'Kittys Creamy Cappuccino', icon = 'uwu_kittyscreamycappuccino.png', price = 15},
			}},
		
			-- Sides
			{category = 'Deserts', items = {
				{item = 'uwu_chocopurrfectioncake', label = 'Choco Purrfection Cake', icon = 'uwu_chocopurrfectioncake.png', price = 25},
				{item = 'uwu_vanillameowtasticake', label = 'Vanilla Meowtastic Cake', icon = 'uwu_vanillameowtasticake.png', price = 25},
				{item = 'uwu_kittenscloudpancakes', label = 'Kitten’s Cloud Pancakes', icon = 'uwu_kittenscloudpancakes.png', price = 15},
				{item = 'uwu_strawberrymeowdelight', label = 'Strawberry Meow Delight', icon = 'uwu_strawberrymeowdelight.png', price = 12},
				{item = 'uwu_mintypawprintcupcake', label = 'Minty Pawprint Cupcake', icon = 'uwu_mintypawprintcupcake.png', price = 12},
				{item = 'uwu_caramelkittycrunch', label = 'Caramel Kitty Crunch', icon = 'uwu_caramelkittycrunch.png', price = 12},
				{item = 'uwu_espressopawscupcake', label = 'Espresso Paws Cupcake', icon = 'uwu_espressopawscupcake.png', price = 12},
				{item = 'uwu_cinnamonwhiskerdelight', label = 'Cinnamon Whisker Delight', icon = 'uwu_cinnamonwhiskerdelight.png', price = 12},
			}},
		
			-- Dishes
			{category = 'Dishes', items = {
				{item = 'uwu_steakeggbreakfastspecial', label = 'Steak &#x26; Egg Breakfast Special', icon = 'uwu_steakeggbreakfastspecial.png', price = 25},
				{item = 'uwu_caramelizedonionsteakstirfry', label = 'Caramelized Onion Steak Stir-Fry', icon = 'uwu_caramelizedonionsteakstirfry.png', price = 25},
				{item = 'uwu_chilliramen', label = 'Chilli Ramen', icon = 'uwu_chilliramen.png', price = 25},
				{item = 'uwu_kungpao', label = 'Kung Pao', icon = 'uwu_kungpao.png', price = 25},
				{item = 'uwu_shanghaisoyscallionnoodles', label = 'Shanghai Soy Scallion Noodles', icon = 'uwu_shanghaisoyscallionnoodles.png', price = 15},
				{item = 'uwu_friedrice', label = 'Fried Rice', icon = 'uwu_friedrice.png', price = 15},
			}},
		},
	},
}
</code></pre>

</details>

<details>

<summary>moreodesign</summary>

<pre class="language-lua"><code class="lang-lua"><strong>--[[ MoreoDesign UWU Cat Cafe Job - https://forum.cfx.re/t/free-mlo-coffee-cute-v2/5306044 ]]--
</strong>
return {
	Blip = {
		coords = vec3(-281.83, -64.29, 49.53),
	},
	
	DutySystem = {
		coords = vec4(-298.147, -76.541, 50.43, 70.0),
		target = {
			icon = 'fas fa-hand',
			size = {x = 1.55, y = 0.25, z = 2.15},
		},
	},

	BossMenu = {
		coords = vec4(-301.30, -86.89, 49.38, 70.0),
		target = {
			icon = 'fas fa-hand',
			size = {x = 1.25, y = 2.55, z = 0.2},
		},
	},

	LockerRoom = {
		coords = vec4(-293.85, -87.48, 49.50, 70.0),
		target = {
			icon = 'fas fa-tshirt',
			size = {x = 0.65, y = 3.6, z = 1.85},
		},
	},

	Storage = {
		coords = vec4(-290.64, -89.11, 49.50, 70.0),
		target = {
			icon = 'fas fa-box',
			size = {x = 1.65, y = 3.1, z = 1.85},
		},
	},

	Garage = {
		coords = vec4(-289.509, -104.845, 46.55, 90.00),
		spawn = {
			vec4(-285.98, -104.48, 46.29, 105.00),
			vec4(-287.19, -108.79, 46.00, 105.00), 
			vec4(-288.34, -113.17, 45.60, 105.00),
			vec4(-288.95, -117.25, 45.17, 105.00),
			vec4(-289.90, -121.73, 44.71, 105.00),
			vec4(-290.62, -125.91, 44.26, 105.00),
			vec4(-291.47, -130.22, 43.78, 105.00),
			vec4(-292.04, -134.46, 43.32, 105.00),
		},
		target = {
			icon = 'fas fa-car',
			size = {x = 0.6, y = 0.5, z = 0.75},
		},
	},

	BathRooms = {
		Toilets = {
			{coords = vec4(-302.25, -82.77, 49.05, 250.0), pedPos = vec4(-301.70, -82.97, 49.50, 250.0), size = {x = 0.55, y = 0.7, z = 0.99}},
			{coords = vec4(-301.60, -81.10, 49.05, 250.0), pedPos = vec4(-301.60, -81.10, 49.50, 250.0), size = {x = 0.55, y = 0.7, z = 0.99}},
			{coords = vec4(-301.05, -79.47, 49.05, 250.0), pedPos = vec4(-300.51, -79.67, 49.50, 250.0), size = {x = 0.55, y = 0.7, z = 0.99}},
			{coords = vec4(-300.36, -77.85, 49.05, 250.0), pedPos = vec4(-299.96, -78.01, 49.50, 250.0), size = {x = 0.55, y = 0.7, z = 0.99}},
		},
		Sinks = {
			-- Bathroom
			{coords = vec4(-297.36, -83.55, 49.50, 250.0), pedPos = vec4(-297.76, -83.41, 49.50, 250.0), size = {x = 0.60, y = 0.45, z = 0.55}},
			{coords = vec4(-296.75, -81.94, 49.50, 250.0), pedPos = vec4(-297.25, -81.74, 49.50, 250.0), size = {x = 0.60, y = 0.45, z = 0.55}},
			{coords = vec4(-296.12, -80.44, 49.50, 250.0), pedPos = vec4(-296.62, -80.34, 49.50, 250.0), size = {x = 0.60, y = 0.55, z = 0.55}},

			-- Kitchen
			{coords = vec4(-289.61, -87.84, 49.50, 160.0), pedPos = vec4(-289.41, -87.24, 49.50, 160.0), size = {x = 0.95, y = 0.95, z = 1.05}, job = true},
		},
	},

	TablesAndChairs = {
		Tables = {
			{coords = vec4(-295.73, -84.78, 49.64, 70.0), size = {x = 2.55, y = 0.55, z = 0.25}},
			{coords = vec4(-291.33, -75.81, 49.52, 70.0), size = {x = 0.55, y = 0.55, z = 0.25}},
			{coords = vec4(-294.06, -75.67, 49.52, 120.0), size = {x = 0.55, y = 0.55, z = 0.25}},
			{coords = vec4(-297.88, -72.18, 49.05, 70.0), size = {x = 0.95, y = 2.55, z = 0.25}},
			{coords = vec4(-296.72, -69.01, 49.05, 70.0), size = {x = 0.95, y = 2.55, z = 0.25}},
			{coords = vec4(-295.58, -65.85, 49.05, 70.0), size = {x = 0.95, y = 2.55, z = 0.25}},
			{coords = vec4(-294.42, -62.67, 49.05, 70.0), size = {x = 0.95, y = 2.55, z = 0.25}},
			{coords = vec4(-290.41, -63.19, 49.15, 70.0), size = {x = 0.75, y = 0.75, z = 0.25}},
			{coords = vec4(-286.85, -64.15, 49.15, 70.0), size = {x = 0.75, y = 0.75, z = 0.25}},
			{coords = vec4(-284.02, -73.39, 49.15, 70.0), size = {x = 0.75, y = 0.75, z = 0.25}},
			{coords = vec4(-285.16, -78.38, 49.15, 70.0), size = {x = 0.75, y = 0.75, z = 0.25}},
		},
		Chairs = {
			{coords = vec4(-285.01, -76.88, 48.95, 155.0), leavePos = vec4(-285.30, -77.55, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-284.43, -75.08, 48.95, 15.0), leavePos = vec4(-284.55, -74.43, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-283.30, -71.90, 48.95, 125.0), leavePos = vec4(-283.87, -72.29, 49.50, 125.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-285.22, -64.30, 48.95, 105.0), leavePos = vec4(-285.88, -64.48, 48.95, 105.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-288.13, -63.23, 48.95, 215.0), leavePos = vec4(-287.71, -63.77, 48.95, 215.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-290.88, -61.88, 48.95, 165.0), leavePos = vec4(-291.13, -62.51, 48.95, 165.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-294.31, -61.46, 48.95, 155.0), leavePos = vec4(-292.68, -62.56, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-293.32, -61.78, 48.95, 155.0), leavePos = vec4(-292.68, -62.56, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-295.53, -64.70, 48.95, 155.0), leavePos = vec4(-293.83, -65.49, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-294.62, -64.97, 48.95, 155.0), leavePos = vec4(-293.83, -65.49, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-296.69, -67.83, 48.95, 155.0), leavePos = vec4(-294.78, -68.61, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-295.84, -68.17, 48.95, 155.0), leavePos = vec4(-294.78, -68.61, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-297.83, -71.09, 48.95, 155.0), leavePos = vec4(-295.93, -71.71, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-296.97, -71.34, 48.95, 155.0), leavePos = vec4(-295.93, -71.71, 49.50, 155.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-298.58, -73.20, 48.95, 335.0), leavePos = vec4(-296.66, -73.74, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-297.75, -73.48, 48.95, 335.0), leavePos = vec4(-296.66, -73.74, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-297.35, -70.04, 48.95, 335.0), leavePos = vec4(-295.52, -70.68, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-296.51, -70.29, 48.95, 335.0), leavePos = vec4(-295.52, -70.68, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-296.19, -66.89, 48.95, 335.0), leavePos = vec4(-294.43, -67.37, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-295.42, -67.11, 48.95, 335.0), leavePos = vec4(-294.43, -67.37, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-295.09, -63.70, 48.95, 335.0), leavePos = vec4(-293.49, -64.23, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-294.25, -64.01, 48.95, 335.0), leavePos = vec4(-293.49, -64.23, 49.50, 335.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-291.34, -77.55, 48.95, 348.0), leavePos = vec4(-291.14, -76.90, 49.50, 348.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-300.87, -85.57, 48.95, 170.0), leavePos = vec4(-300.24, -86.33, 49.50, 170.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-303.29, -87.51, 48.95, 255.0), leavePos = vec4(-302.84, -87.57, 49.50, 255.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-303.60, -88.08, 48.95, 255.0), leavePos = vec4(-303.06, -88.22, 49.50, 255.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-303.86, -88.72, 48.95, 255.0), leavePos = vec4(-303.31, -89.06, 49.50, 255.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-291.84, -92.13, 48.95, 340.0), leavePos = vec4(-291.66, -91.66, 49.50, 340.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-292.89, -91.84, 48.95, 340.0), leavePos = vec4(-292.65, -91.28, 49.50, 340.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-294.91, -91.07, 48.95, 340.0), leavePos = vec4(-294.70, -90.48, 49.50, 340.0), size = {x = 0.52, y = 0.6, z = 1.05}},
			{coords = vec4(-295.83, -90.674, 48.95, 340.0), leavePos = vec4(-295.74, -90.13, 49.50, 340.0), size = {x = 0.52, y = 0.6, z = 1.05}},
		},
	},

	Crafting = {
		Stove = {
			Positions = {
				{coords = vec4(-291.08, -85.26, 49.50, 340.0), pedPos = vec4(-291.38, -85.76, 49.50, 340.0), size = {x = 1.05, y = 0.72, z = 0.55}},
				{coords = vec4(-291.98, -84.95, 49.50, 340.0), pedPos = vec4(-291.38, -85.76, 49.50, 340.0), size = {x = 1.05, y = 0.72, z = 0.55}},
			},
			Food = {
				{
					label = 'Fried Egg',
					item = 'uwu_friedegg',
					amount = 1,
					image = 'uwu_friedegg.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw egg', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
				{
					label = 'Grilled Steak',
					item = 'uwu_grilledsteak',
					amount = 1,
					image = 'uwu_grilledsteak.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawsteak', label = 'Raw steak', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
				{
					label = 'Grilled Chicken',
					item = 'uwu_grilledchicken',
					amount = 1,
					image = 'uwu_grilledchicken.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawchicken', label = 'Raw chicken', amount = 1},
						{item = 'uwu_butter', label = 'Cooking butter', amount = 1},
					},
				},
			},
		},

		Mixer = {
			Positions = {
				{coords = vec4(-292.99, -83.97, 49.66, 250.00), pedPos = vec4(-293.44, -83.69, 49.50, 250.00), size = {x = 0.55, y = 0.55, z = 0.55}},
			},
			Food = {
				{
					label = 'Normal dough',
					item = 'uwu_normaldough',
					amount = 1,
					image = 'uwu_normaldough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_yeast', label = 'Yeast', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
					},
				},

				{
					label = 'Chocolate dough',
					item = 'uwu_chocolatedough',
					amount = 1,
					image = 'uwu_chocolatedough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_yeast', label = 'Yeast', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
						{item = 'uwu_cocoapowder', label = 'Cocoa Powder', amount = 2},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},

				{
					label = 'Cupcake dough',
					item = 'uwu_cupcakedough',
					amount = 1,
					image = 'uwu_cupcakedough.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawegg', label = 'Raw Egg', amount = 2},
						{item = 'uwu_butter', label = 'Butter', amount = 2},
						{item = 'uwu_flour', label = 'Flour', amount = 1},
						{item = 'uwu_brownsugar', label = 'Brown Sugar', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},
			},
		},

		Oven = {
			Positions = {
				{coords = vec4(-294.52, -85.93, 49.50, 160.00), pedPos = vec4(-294.32, -85.43, 49.50, 160.00), size = {x = 1.05, y = 1.15, z = 2.55}},
				{coords = vec4(-293.55, -86.45, 49.50, 160.00), pedPos = vec4(-294.32, -85.43, 49.50, 160.00), size = {x = 1.05, y = 1.15, z = 2.55}},
			},
			Food = {
				{
					label = 'Choco Purrfection Cake',
					item = 'uwu_chocopurrfectioncake',
					amount = 1,
					image = 'uwu_chocopurrfectioncake.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_chocolatedough', label = 'Chocolate Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
					},
				},

				{
					label = 'Vanilla Meowtastic Cake',
					item = 'uwu_vanillameowtasticake',
					amount = 1,
					image = 'uwu_vanillameowtasticake.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_normaldough', label = 'Normal Dough', amount = 1},
						{item = 'uwu_vanillasyrup', label = 'Vanilla Syrup', amount = 2},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 1},
					},
				},

				{
					label = 'Kitten’s Cloud Pancakes',
					item = 'uwu_kittenscloudpancakes',
					amount = 1,
					image = 'uwu_kittenscloudpancakes.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_normaldough', label = 'Normal Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 1},
						{item = 'uwu_strawberry', label = 'Strawberry', amount = 2},
						{item = 'uwu_blueberry', label = 'Blueberry', amount = 2},
					},
				},

				{
					label = 'Strawberry Meow Delight',
					item = 'uwu_strawberrymeowdelight',
					amount = 1,
					image = 'uwu_strawberrymeowdelight.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_strawberry', label = 'Strawberry', amount = 2},
					},
				},

				{
					label = 'Minty Pawprint Cupcake',
					item = 'uwu_mintypawprintcupcake',
					amount = 1,
					image = 'uwu_mintypawprintcupcake.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_peppermintextract', label = 'Peppermint Extract', amount = 2},
					},
				},

				{
					label = 'Caramel Kitty Crunch',
					item = 'uwu_caramelkittycrunch',
					amount = 1,
					image = 'uwu_caramelkittycrunch.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_caramelsyrup', label = 'Caramel Syrup', amount = 1},
					},
				},

				{
					label = 'Espresso Paws Cupcake',
					item = 'uwu_espressopawscupcake',
					amount = 1,
					image = 'uwu_espressopawscupcake.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_expresoshot', label = 'Expresso Shot', amount = 2},
					},
				},

				{
					label = 'Cinnamon Whisker Delight',
					item = 'uwu_cinnamonwhiskerdelight',
					amount = 1,
					image = 'uwu_cinnamonwhiskerdelight.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_cupcakedough', label = 'Cupcake Dough', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_cinnamon', label = 'Cinnamon', amount = 5},
					},
				},
			},
		},

		CuttingTable = {
			Positions = {
				{coords = vec4(-292.74, -84.54, 49.45, 345.00), pedPos = vec4(-292.74, -84.54, 49.45, 345.00), size = {x = 0.55, y = 0.55, z = 0.55}},
			},
			Food = {
				{
					label = 'Sliced Onion',
					item = 'uwu_slicedonion',
					amount = 5,
					image = 'uwu_slicedonion.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawonion', label = 'Onion', amount = 1},
					},
				},

				{
					label = 'Sliced Chilli Pepper',
					item = 'uwu_slicedchillipepper',
					amount = 5,
					image = 'uwu_slicedchillipepper.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawchillipepper', label = 'Chilli Pepper', amount = 1},
					},
				},

				{
					label = 'Sliced Cucumber',
					item = 'uwu_slicedcucumber',
					amount = 5,
					image = 'uwu_slicedcucumber.png',
					cookingTime = 5,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawcucumber', label = 'Cucumber', amount = 1},
					},
				},

				{
					label = 'Grilled Chicken Piece',
					item = 'uwu_grilledchickenpiece',
					amount = 10,
					image = 'uwu_grilledchickenpiece.png',
					cookingTime = 10,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_grilledchicken', label = 'Grilled chicken', amount = 1},
					},
				},
			},
		},

		PackingTable = {
			Positions = {
				{coords = vec4(-289.35, -85.37, 49.50, 70.0), pedPos = vec4(-288.96, -85.57, 49.50, 70.00), size = {x = 1.37, y = 0.55, z = 0.45}},
				{coords = vec4(-289.62, -81.28, 49.50, 340.0), pedPos = vec4(-289.72, -81.78, 49.50, 345.00), size = {x = 1.07, y = 0.55, z = 0.45}},
			},
			Food = {
				{
					label = 'Fried Rice',
					item = 'uwu_friedrice',
					amount = 1,
					image = 'uwu_friedrice.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rice', label = 'Rice', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 2},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 1},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Steak &#x26; Egg Breakfast Special',
					item = 'uwu_steakeggbreakfastspecial',
					amount = 1,
					image = 'uwu_steakeggbreakfastspecial.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_grilledsteak', label = 'Grilled steak', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 5},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Caramelized Onion Steak Stir-Fry',
					item = 'uwu_caramelizedonionsteakstirfry',
					amount = 1,
					image = 'uwu_caramelizedonionsteakstirfry.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rawsteak', label = 'Grilled steak', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 4},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 2},
						{item = 'uwu_caramelsauce', label = 'Caramel sauce', amount = 1},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Chilli Ramen',
					item = 'uwu_chilliramen',
					amount = 1,
					image = 'uwu_chilliramen.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_noodles', label = 'Noodles', amount = 1},
						{item = 'uwu_friedegg', label = 'Fried egg', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 3},
						{item = 'uwu_slicedcucumber', label = 'Sliced cucumber', amount = 2},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 10},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Shanghai Soy Scallion Noodles',
					item = 'uwu_shanghaisoyscallionnoodles',
					amount = 1,
					image = 'uwu_shanghaisoyscallionnoodles.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_noodles', label = 'Noodles', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 5},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 5},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
				{
					label = 'Kung Pao',
					item = 'uwu_kungpao',
					amount = 1,
					image = 'uwu_kungpao.png',
					cookingTime = 15,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_rice', label = 'Rice', amount = 1},
						{item = 'uwu_slicedonion', label = 'Sliced onion', amount = 2},
						{item = 'uwu_slicedchillipepper', label = 'Sliced chilli pepper', amount = 2},
						{item = 'uwu_grilledchickenpiece', label = 'Grilled chicken piece', amount = 10},
						{item = 'uwu_cleanplate', label = 'Clean plate', amount = 1},
					},
				},
			},
		},

		CoffeeMachine = {
			Positions = {
				{coords = vec4(-292.39, -83.68, 49.75, 160.0), pedPos = vec4(-292.14, -83.22, 49.50, 155.0), size = {x = 0.40, y = 0.40, z = 0.65}},
				{coords = vec4(-292.80, -83.53, 49.75, 160.0), pedPos = vec4(-292.46, -83.13, 49.50, 155.0), size = {x = 0.40, y = 0.40, z = 0.65}},
			},
			Food = {
				{
					label = 'ChocoPaws Delight',
					item = 'uwu_uwucatcafehotchocolate',
					amount = 1,
					image = 'uwu_uwucatcafehotchocolate.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 3},
						{item = 'uwu_cocoapowder', label = 'Cocoa powder', amount = 1},
						{item = 'uwu_milk', label = 'Milk', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Whiskers Vanilla Latte',
					item = 'uwu_whiskersvanillalatte',
					amount = 1,
					image = 'uwu_whiskersvanillalatte.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 2},
						{item = 'uwu_steamedmilk', label = 'Steamed milk', amount = 1},
						{item = 'uwu_vanillasyrup', label = 'Vanilla syrup', amount = 1},
						{item = 'uwu_cinnamon', label = 'Cinnamon', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Purrfect Caramel Macchiato',
					item = 'uwu_purrfectcaramelmacchiato',
					amount = 1,
					image = 'uwu_purrfectcaramelmacchiato.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 1},
						{item = 'uwu_steamedmilk', label = 'Steamed milk', amount = 1},
						{item = 'uwu_caramelsyrup', label = 'Caramel syrup', amount = 1},
						{item = 'uwu_caramelsauce', label = 'Caramel sauce', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Meowcha Mint Mocha',
					item = 'uwu_meowchamintmocha',
					amount = 1,
					image = 'uwu_meowchamintmocha.png',
					cookingTime = 8,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 1},
						{item = 'uwu_chocolate', label = 'Chocolate', amount = 2},
						{item = 'uwu_peppermintextract', label = 'Peppermint extract', amount = 1},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},

				{
					label = 'Kittys Creamy Cappuccino',
					item = 'uwu_kittyscreamycappuccino',
					amount = 1,
					image = 'uwu_kittyscreamycappuccino.png',
					cookingTime = 12,   -- Cooking time [in seconds].
					ingredients = {
						{item = 'uwu_expresoshot', label = 'Shot of espresso', amount = 2},
						{item = 'uwu_frostedmilk', label = 'Frothed milk', amount = 2},
						{item = 'uwu_brownsugar', label = 'Brown sugar', amount = 1},
						{item = 'uwu_cocoapowder', label = 'Cocoa powder', amount = 2},
						{item = 'uwu_cleancup', label = 'Clean cup', amount = 1},
					},
				},
			},
		},
	},

	CashRegisters = {
		Registers = {
			{coords = vec4(-289.703, -76.616, 49.72, -20.0), size = {x = 0.55, y = 0.75, z = 0.35}},
			{coords = vec4(-290.234, -76.423, 49.51, -20.0), size = {x = 0.65, y = 0.75, z = 0.35}},
		},
	},

	PoliceAlerts = {
		Alerts = {
			{coords = vec4(-288.99, -77.79, 49.43, -70.805), object = {use = true, coords = vec3(-288.99, -77.79, 49.43), xRot = 0.765, yRot = 0.544, zRot = -70.805}, size = {x = 0.25, y = 0.25, z = 0.35}},
			{coords = vec4(-293.77, -76.11, 49.43, 29.315), object = {use = true, coords = vec3(-293.77, -76.11, 49.43), xRot = 0.211, yRot = -0.262, zRot = 29.315}, size = {x = 0.25, y = 0.25, z = 0.35}},
		},
	},

	Delivery = {
		StartDelivery = {
			{coords = vec4(-291.04, -79.81, 49.85, 160.348), pedPos = vec4(-290.80, -79.55, 49.50, 155.0), object = {use = true, coords = vec3(-291.04, -79.81, 49.85), xRot = 90.0, yRot = 0.0, zRot = 160.348},  size = {x = 0.25, y = 0.27, z = 0.45}},
		},
	},

	Missions = {
		StartMission = {
			{coords = vec4(-290.36, -91.29, 50.07, 250.0), pedPos = vec4(-290.83, -91.06, 49.50, 250.0), storagePos = vec4(-295.31, -87.69, 49.50, 345.0), size = {x = 2.25, y = 0.25, z = 2.25}},
		},
		DirtySpots = {
			Ground = {
				vec4(-293.64, -89.24, 49.50, 240.15),
				vec4(-298.23, -90.61, 49.50, 197.57),
				vec4(-296.07, -83.39, 49.50, 340.59),
				vec4(-290.89, -82.20, 49.50, 252.82),
				vec4(-286.90, -77.96, 49.50, 339.75),
				vec4(-285.41, -72.49, 49.50, 344.54),
				vec4(-287.50, -67.51, 49.50, 31.21),
				vec4(-291.13, -65.41, 49.50, 63.57),
				vec4(-293.71, -69.13, 49.50, 145.77),
				vec4(-291.42, -73.50, 49.50, 205.19),
				vec4(-293.60, -77.46, 49.50, 66.05),
				vec4(-298.53, -80.48, 49.50, 150.76),
			},
			Tables = {
				vec4(-296.37, -72.65, 49.50, 72.29),
				vec4(-295.21, -69.60, 49.50, 70.79),
				vec4(-294.09, -66.41, 49.50, 70.24),
				vec4(-292.97, -63.31, 49.50, 65.50),
				vec4(-290.90, -63.66, 49.50, 303.82),
				vec4(-286.97, -64.81, 49.50, 344.17),
				vec4(-284.76, -73.25, 49.50, 242.20),
				vec4(-285.84, -78.04, 49.50, 241.99),
				vec4(-287.82, -77.46, 49.50, 102.57),
				vec4(-291.09, -75.16, 49.50, 170.02),
				vec4(-294.28, -75.00, 49.50, 206.16),
			},                
		},
	},
	
	Trash = {
		Positions = {
			{coords = vec4(-295.845, -79.738, 49.15, 90.0), size = {x = 0.55, y = 0.55, z = 0.75}},
		},
	},

	HotTables = {
		Positions = {
			-- No hot tables needed in this map.
		},
	},

	SupplyShop = {
		Positions = {
			{coords = vec4(-308.26, -2478.98, 7.29, 140.00), size = {x = 1.20, y = 1.20, z = 1.50}},
		},
		Items = {
			{item = 'uwu_mysterybox', label = 'Mystery Box', icon = 'uwu_mysterybox.png', price = 15},
			{item = 'uwu_rawegg', label = 'Raw egg', icon = 'uwu_rawegg.png', price = 1},
			{item = 'uwu_butter', label = 'Cooking butter', icon = 'uwu_butter.png', price = 1},
			{item = 'uwu_flour', label = 'Flour', icon = 'uwu_flour.png', price = 1},
			{item = 'uwu_yeast', label = 'Yeast', icon = 'uwu_yeast.png', price = 1},
			{item = 'uwu_brownsugar', label = 'Brown Sugar', icon = 'uwu_brownsugar.png', price = 1},
			{item = 'uwu_cocoapowder', label = 'Cocoa Powder', icon = 'uwu_cocoapowder.png', price = 2},
			{item = 'uwu_chocolate', label = 'Chocolate', icon = 'uwu_chocolate.png', price = 3},
			{item = 'uwu_vanillasyrup', label = 'Vanilla Syrup', icon = 'uwu_vanillasyrup.png', price = 2},
			{item = 'uwu_caramelsyrup', label = 'Caramel Syrup', icon = 'uwu_caramelsyrup.png', price = 1},
			{item = 'uwu_caramelsauce', label = 'Caramel sauce', icon = 'uwu_caramelsauce.png', price = 1},
			{item = 'uwu_rawsteak', label = 'Raw steak', icon = 'uwu_rawsteak.png', price = 1},
			{item = 'uwu_rawchicken', label = 'Raw chicken', icon = 'uwu_rawchicken.png', price = 1},
			{item = 'uwu_expresoshot', label = 'Expresso Shot', icon = 'uwu_expresoshot.png', price = 2},
			{item = 'uwu_cinnamon', label = 'Cinnamon', icon = 'uwu_cinnamon.png', price = 5},
			{item = 'uwu_rawonion', label = 'Onion', icon = 'uwu_rawonion.png', price = 1},
			{item = 'uwu_rawchillipepper', label = 'Chilli Pepper', icon = 'uwu_rawchillipepper.png', price = 1},
			{item = 'uwu_rawcucumber', label = 'Cucumber', icon = 'uwu_rawcucumber.png', price = 1},
			{item = 'uwu_peppermintextract', label = 'Peppermint Extract', icon = 'uwu_peppermintextract.png', price = 2},
			{item = 'uwu_strawberry', label = 'Strawberry', icon = 'uwu_strawberry.png', price = 2},
			{item = 'uwu_blueberry', label = 'Blueberry', icon = 'uwu_blueberry.png', price = 2},
			{item = 'uwu_rice', label = 'Rice', icon = 'uwu_rice.png', price = 1},
			{item = 'uwu_noodles', label = 'Noodles', icon = 'uwu_noodles.png', price = 1},
			{item = 'uwu_milk', label = 'Milk', icon = 'uwu_milk.png', price = 1},
			{item = 'uwu_steamedmilk', label = 'Steamed milk', icon = 'uwu_steamedmilk.png', price = 1},
			{item = 'uwu_frostedmilk', label = 'Frothed milk', icon = 'uwu_frostedmilk.png', price = 2},
			{item = 'uwu_cleancup', label = 'Clean cup', icon = 'uwu_cleancup.png', price = 2},
			{item = 'uwu_cleanplate', label = 'Clean plate', icon = 'uwu_cleanplate.png', price = 2},
			{item = 'uwu_cleansponge', label = 'Clean plate', icon = 'uwu_cleansponge.png', price = 2},
		},
	},

	Cat = {
		Positions = {
			{coords = vec4(-288.99, -76.60, 50.52, 320.0), pedPos = vec4(-288.87, -75.99, 49.50, 160.0), anim = {player = 2, cat = 1}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-294.83, -76.39, 50.32, 343.0), pedPos = vec4(-295.57, -76.08, 49.50, 243.0), anim = {player = 2, cat = 2}, size = {x = 0.42, y = 0.50, z = 0.35}},
			{coords = vec4(-293.61, -63.06, 50.05, 185.0), pedPos = vec4(-293.04, -63.26, 49.50, 70.0), anim = {player = 1, cat = 1}, size = {x = 0.42, y = 0.50, z = 0.55}},
		},
	},

	Yoga = {
		Positions = {
			-- No yoga needed in this map.
		},
	},

	FirePit = {
		Positions = {
			-- No fire pit needed in this map.
		},
	},

	NpcEmployee = {
		Positions = {
			{coords = vec4(-292.32, -76.35, 49.50, 344.0), hotTablePos = vec4(-292.24, -78.90, 49.50, 163.0), size = {x = 1.20, y = 1.20, z = 1.50, sizeDist = 1.85}},
		},
	},

	MysteryBox = {
		prizes = {
			-- Cat Toy Figures
			{item = 'uwu_browncat', amount = 1, rarity = 20},
			{item = 'uwu_redcat', amount = 1, rarity = 20},
			{item = 'uwu_greencat', amount = 1, rarity = 15},
			{item = 'uwu_yellowcat', amount = 1, rarity = 15},
			{item = 'uwu_purplecat', amount = 1, rarity = 10},
			{item = 'uwu_bluecat', amount = 1, rarity = 10},
			-- Other Toy Figures
			{item = 'uwu_shinywasabi', amount = 1, rarity = 5},
			{item = 'uwu_master', amount = 1, rarity = 3},
			{item = 'uwu_princessrobo', amount = 1, rarity = 2},
		},
	},
	
	MenuList = {
		Positions = {
			{coords = vec4(-292.206, -75.611, 49.52, 25.0), size = {x = 0.45, y = 0.45, z = 0.65}},
		},
		Items = {   -- Items displayed in food menu + npc employee menu.
			-- Other
			{category = 'Other', items = {
				{item = 'uwu_mysterybox', label = 'Mystery Box', icon = 'uwu_mysterybox.png', price = 69},
			}},
			-- Drinks
			{category = 'Drinks', items = {
				{item = 'uwu_uwucatcafehotchocolate', label = 'ChocoPaws Delight', icon = 'uwu_uwucatcafehotchocolate.png', price = 10},
				{item = 'uwu_whiskersvanillalatte', label = 'Whiskers Vanilla Latte', icon = 'uwu_whiskersvanillalatte.png', price = 15},
				{item = 'uwu_purrfectcaramelmacchiato', label = 'Purrfect Caramel Macchiato', icon = 'uwu_purrfectcaramelmacchiato.png', price = 15},
				{item = 'uwu_meowchamintmocha', label = 'Meowcha Mint Mocha', icon = 'uwu_meowchamintmocha.png', price = 10},
				{item = 'uwu_kittyscreamycappuccino', label = 'Kittys Creamy Cappuccino', icon = 'uwu_kittyscreamycappuccino.png', price = 15},
			}},
		
			-- Sides
			{category = 'Deserts', items = {
				{item = 'uwu_chocopurrfectioncake', label = 'Choco Purrfection Cake', icon = 'uwu_chocopurrfectioncake.png', price = 25},
				{item = 'uwu_vanillameowtasticake', label = 'Vanilla Meowtastic Cake', icon = 'uwu_vanillameowtasticake.png', price = 25},
				{item = 'uwu_kittenscloudpancakes', label = 'Kitten’s Cloud Pancakes', icon = 'uwu_kittenscloudpancakes.png', price = 15},
				{item = 'uwu_strawberrymeowdelight', label = 'Strawberry Meow Delight', icon = 'uwu_strawberrymeowdelight.png', price = 12},
				{item = 'uwu_mintypawprintcupcake', label = 'Minty Pawprint Cupcake', icon = 'uwu_mintypawprintcupcake.png', price = 12},
				{item = 'uwu_caramelkittycrunch', label = 'Caramel Kitty Crunch', icon = 'uwu_caramelkittycrunch.png', price = 12},
				{item = 'uwu_espressopawscupcake', label = 'Espresso Paws Cupcake', icon = 'uwu_espressopawscupcake.png', price = 12},
				{item = 'uwu_cinnamonwhiskerdelight', label = 'Cinnamon Whisker Delight', icon = 'uwu_cinnamonwhiskerdelight.png', price = 12},
			}},
		
			-- Dishes
			{category = 'Dishes', items = {
				{item = 'uwu_steakeggbreakfastspecial', label = 'Steak &#x26; Egg Breakfast Special', icon = 'uwu_steakeggbreakfastspecial.png', price = 25},
				{item = 'uwu_caramelizedonionsteakstirfry', label = 'Caramelized Onion Steak Stir-Fry', icon = 'uwu_caramelizedonionsteakstirfry.png', price = 25},
				{item = 'uwu_chilliramen', label = 'Chilli Ramen', icon = 'uwu_chilliramen.png', price = 25},
				{item = 'uwu_kungpao', label = 'Kung Pao', icon = 'uwu_kungpao.png', price = 25},
				{item = 'uwu_shanghaisoyscallionnoodles', label = 'Shanghai Soy Scallion Noodles', icon = 'uwu_shanghaisoyscallionnoodles.png', price = 15},
				{item = 'uwu_friedrice', label = 'Fried Rice', icon = 'uwu_friedrice.png', price = 15},
			}},
		},
	},
}
</code></pre>

</details>
{% endtab %}

{% tab title="LOCALES" %}

<details>

<summary>en</summary>

```lua
Locales['en'] = {
    -- [[ Interactions ]]--
    ['interact_control'] = '[E] - ',
    ['interact_duty'] = 'Duty',
    ['interact_bossmenu'] = 'Boss Menu',
    ['interact_lockerroom'] = 'Locker',
    ['interact_storage'] = 'Storage',
    ['interact_garage'] = 'Garage',
    ['interact_stove'] = 'Use stove',
    ['interact_mixer'] = 'Use mixer',
    ['interact_oven'] = 'Use oven',
    ['interact_cuttingtable'] = 'Use cutting table',
    ['interact_packingtable'] = 'Use packing table',
    ['interact_coffeemachine'] = 'Use coffee Machine',
    ['interact_toilet'] = 'Use toilet',
    ['interact_sink'] = 'Use sink',
    ['interact_table'] = 'Use table',
    ['interact_chair'] = 'Use chair',
    ['interact_cashregister'] = 'Use cash register',
    ['interact_policealert'] = 'Use police alert',
    ['interact_delivery'] = 'Get delivery',
    ['interact_delivery_give_order'] = 'Give order',
    ['interact_mission'] = 'Get mission',
    ['interact_trash'] = 'Open trash',
    ['interact_hottable'] = 'Open hot table',
    ['interact_shop'] = 'Open shop',
    ['interact_cat'] = 'Pet Cat',
    ['interact_yoga'] = 'Exercise yoga',
    ['interact_firepit'] = 'Warm your hands',
    ['interact_npcemployee'] = 'Talk To Employee',
    ['interact_toyfigure'] = 'Pick up toy figure',
    ['interact_menulist'] = 'Open Food Menu',
    
    --[[ Usable Food Items ]]--
    ['usableitem_progressbar_eating'] = 'Eating',
    ['usableitem_progressbar_drinking'] = 'Drinking',

    --[[ Boss Menu ]]--
    ['bossmenu_notify_title'] = 'Boss Menu',
    ['bossmenu_notify_title_jobcenter'] = 'Job Center',
    ['bossmenu_title'] = '%s - Boss Menu',
    ['bossmenu_societyaccount'] = 'Society Account',
    ['bossmenu_societyaccount_desc'] = 'Check status or deposit/withdraw money.',
    ['bossmenu_employees'] = 'Employees',
    ['bossmenu_employees_desc'] = 'Promote/Demote/Fire/Hire people.',
    ['bossmenu_society_deposit'] = 'Deposit',
    ['bossmenu_society_withdraw'] = 'Withdraw',
    ['bossmenu_society_wash'] = 'Wash Money',
    ['bossmenu_society_label'] = 'Society - %s',
    ['bossmenu_society_balance'] = 'Balance',
    ['bossmenu_society_amount'] = 'Amount',
    ['bossmenu_society_status'] = '%s - Society Account',
    ['bossmenu_society_status_balance'] = 'Balance',
    ['bossmenu_society_status_balance_desc'] = '$%s \n\nName: "%s"',
    ['bossmenu_society_status_deposit'] = 'Deposit',
    ['bossmenu_society_status_deposit_desc'] = 'Deposit money.',
    ['bossmenu_society_status_withdraw'] = 'Withdraw',
    ['bossmenu_society_status_withdraw_desc'] = 'Withdraw money.',
    ['bossmenu_society_status_wash'] = 'Wash',
    ['bossmenu_society_status_wash_desc'] = 'Clean dirty money.',
    ['bossmenu_society_manage_title'] = '%s - Employees',
    ['bossmenu_society_manage'] = 'Manage',
    ['bossmenu_society_manage_desc'] = 'Manage employees - Promote/Demote/Fire.',
    ['bossmenu_society_hire'] = 'Hire',
    ['bossmenu_society_hire_desc'] = 'Hire new employees.',
    ['bossmenu_society_manage_employees_title'] = '%s - Employees',
    ['bossmenu_society_manage_employees_you'] = '%s(YOU)',
    ['bossmenu_society_manage_employees_desc'] = 'Employee info: \n\n Name: %s \n Grade: %s (%s)',
    ['bossmenu_society_employee_options_title'] = '%s - Employees - %s',
    ['bossmenu_society_employee_options_promote'] = 'Promote',
    ['bossmenu_society_employee_options_promote_desc'] = 'Promote employee.',
    ['bossmenu_society_cannot_promote'] = 'You cannot promote this employee anymore!',
    ['bossmenu_society_employee_options_demote'] = 'Demote',
    ['bossmenu_society_employee_options_demote_desc'] = 'Demote employee.',
    ['bossmenu_society_cannot_demote'] = 'You cannot demote this employee anymore!',
    ['bossmenu_society_employee_options_fire'] = 'Fire',
    ['bossmenu_society_employee_options_fire_desc'] = 'Fire employee.',
    ['bossmenu_society_hire_employees_title'] = '%s - Employees',
    ['bossmenu_society_hire_employees_desc'] = 'Person info: \n\n Name: %s',
    ['bossmenu_society_hire_employees_nobodynear'] = 'Nobody near by!',
    ['bossmenu_society_action_hired'] = 'You hired %s.',
    ['bossmenu_society_action_promote'] = 'You promoted %s.',
    ['bossmenu_society_action_demote'] = 'You demoted %s.',
    ['bossmenu_society_action_fired'] = 'You fired %s.',
    ['bossmenu_society_action_hired_effected_player'] = 'You have been hired to %s job!',
    ['bossmenu_society_action_promote_effected_player'] = 'You have been promoted in %s job to %s (%s)!',
    ['bossmenu_society_action_demote_effected_player'] = 'You have been demoted in %s job to %s (%s)!',
    ['bossmenu_society_action_fired_effected_player'] = 'You have been fired from %s job!',
    ['bossmenu_society_action_money_withdraw_notenough'] = 'There is not enough money in society account to withdraw your desired amount!',
    ['bossmenu_society_action_money_deposit_notenough'] = 'You dont have enough money to deposit into this society account!',
    ['bossmenu_society_action_money_deposited'] = 'You just deposited - $%s',
    ['bossmenu_society_action_money_withdrew'] = 'You just withdrew - $%s',
    ['bossmenu_nottheboss'] = 'You are not the boss of this company!',

    --[[ Cash Register ]]--
    ['cashregister_wait_for_employee'] = 'Wait for an employee to set a price to pay!',
    ['cashregister_title'] = 'Cash Register #%s',
    ['cashregister_amount_to_pay'] = 'Amount to pay',
    ['cashregister_pay_balance'] = 'Your balance $%s',
    ['cashregister_pay_amount'] = 'Total Amount: $',
    ['cashregister_pay_bank'] = 'Pay $%s with your bank.',
    ['cashregister_pay_cash'] = 'Pay $%s with your cash.',
    ['cashregister_pay_clear'] = 'Clear cash register',
    ['cashregister_paid'] = 'You have paid $%s.',
    ['cashregister_paid_employee_message'] = 'Customer has paid $%s on cash register #%s.',

    --[[ Crafting ]]--
    ['crafting_notify_title'] = 'Cooking',
    ['crafting_stove_title'] = 'Stove',
    ['crafting_mixer_title'] = 'Mixer',
    ['crafting_oven_title'] = 'Oven',
    ['crafting_cutting_table_title'] = 'Cutting Table',
    ['crafting_packing_table_title'] = 'Packing Table',
    ['crafting_desc'] = 'Amount: %s \n Cooking Time: %ss \n\n Ingredients Needed: \n %s',
    ['crafting_somebody_using'] = 'Somebody is already using this %s!',
    ['crafting_progressbar_stove'] = 'Making %s',
    ['crafting_progressbar_cutting_table_knife'] = 'Taking cutting knife',
    ['crafting_progressbar_cutting_table'] = 'Making %s',
    ['crafting_progressbar_mixer'] = 'Mixing %s',
    ['crafting_progressbar_mixer_taking'] = 'Taking dough',
    ['crafting_progressbar_oven'] = 'Making %s',
    ['crafting_progressbar_coffeemachine'] = 'Making %s',
    ['crafting_progressbar_coffeemachine_taking'] = 'Taking drink',
    ['crafting_progressbar_starting_machine'] = 'Starting machine',
    ['crafting_progressbar_oven_taking'] = 'Taking from oven',
    ['crafting_progressbar_plate_placing_plate'] = 'Placing plate',
    ['crafting_progressbar_plate_placing_food'] = 'Placing food on the plate',
    ['crafting_progressbar_plate_taking'] = 'Taking food',
    ['crafting_finished_cooking'] = 'You just finished making %s.',
    ['crafting_amount'] = 'Amount to make',
    ['crafting_missing'] = 'You are missing: %s.',
    ['crafting_limit'] = 'You are not able to cook more than %s items at one time!',

    --[[ Coffee Machine ]]--
    ['crafting_coffee_machine_title'] = 'Coffee Machine',

    --[[ Delivery ]]--
    ['delivery_menu_header'] = 'Delivery',
    ['delivery_menu_call_title'] = 'Accept call',
    ['delivery_menu_call_desc'] = 'Accept call from a customer.',
    ['delivery_menu_cancel_title'] = 'Cancel delivery',
    ['delivery_menu_cancel_desc'] = 'Cancel your order delivery.',
    ['delivery_phone_occupied'] = 'Somebody is already using this phone!',
    ['delivery_canceled_order'] = 'You have just canceled your order delivery.',
    ['delivery_progressbar_getting'] = 'Getting order from an customer',
    ['delivery_progressbar_giving'] = 'Giving order to customer',
    ['delivery_reconnect_get_back'] = 'Delivery mission has been set back to you.',
    ['delivery_location'] = 'Delivery Location',
    ['delivery_accepted_order'] = 'You have just accepted an order.',
    ['delivery_customer'] = 'Customer',
    ['delivery_finished'] = 'Good job! You have just finished your delivery.',
    ['delivery_customer_angry'] = 'Where are my napkins!!!',
    ['delivery_customer_happy'] = 'Thank you very much!',
    ['delivery_cooldown_end'] = 'You can do another %s delivery now.',
    ['delivery_got_tip'] = 'You got a $%s tip from the customer!',
    ['delivery_cooldown_need_to_wait'] = 'You need to wait %ss before doing another delivery!',
    ['delivery_order_info'] = 'Order: %s(%sx).',
    ['delivery_order_missing'] = 'My order had %s(%sx), where is it ?',

    --[[ Cat ]]--
    ['cat_progressbar_petting'] = 'Petting cat',
    ['cat_occupied'] = 'This cat is occupied!',

    --[[ Yoga ]]--
    ['yoga_menu_title'] = 'Yoga',
    ['yoga_menu_desc'] = 'Relieve yourself with a quick exercise!',
    ['yoga_exit'] = '[E] - Exit Yoga Exercise',
    ['yoga_occupied'] = 'Yoga mat is occupied!',

    --[[ Fire Pit ]]--
    ['firepit_menu_title'] = 'Fire Pit',
    ['firepit_menu_desc'] = 'Warm your hands.',
    ['firepit_exit'] = '[E] - Exit Fire Pit',

    --[[ Duty ]]--
    ['duty_notify_title'] = 'Duty',
    ['duty_menu_title'] = 'Duty - %s',
    ['duty_menu_sign_in'] = 'Sign in',
    ['duty_menu_sign_in_desc'] = 'Sign in and start working',
    ['duty_progressbar_sign_in'] = 'Signing in',
    ['duty_menu_sign_out'] = 'Sign out',
    ['duty_menu_sign_out_desc'] = 'Sign out and stop working',
    ['duty_progressbar_sign_out'] = 'Signing out',
    ['duty_went_on_duty'] = 'You went on duty.',
    ['duty_went_off_duty'] = 'You went off duty.',
    ['duty_on_duty'] = 'You are on duty.',
    ['duty_off_duty'] = 'You are not on duty.',

    --[[ Garage ]]--
    ['garage_notify_title'] = 'Garage',
    ['garage_menu_title_take_out'] = 'Garage - %s - Take Out',
    ['garage_menu_disc_take_out'] = 'Vehicle info: \n\n\n Type: %s \n Grade: %s',
    ['garage_menu_title_store'] = 'Garage - %s - Store',
    ['garage_menu_disc_store'] = 'Vehicle info: \n\n\n Type: %s',
    ['garage_vehicle_too_far'] = 'Your vehicle is too far away from the garage - %s!',
    ['garage_vehicle_stored'] = 'You stored a vehicle in the garage - %s.',
    ['garage_not_enough_experience'] = 'You dont have enough experience to take out this vehicle - %s!',
    ['garage_blocked'] = 'Garage exit is blocked!',
    ['garage_car_limit'] = 'You can only take out one vehicle at a time!',
    ['garage_progressbar_vehicle_loading'] = 'Loading vehicle',
    ['garage_vehicle_taken_out'] = 'You took a vehicle from garage - %s.',

    --[[ Hot Table ]]--
    ['hottable_stash_name'] = '%s hot table (%s)',
    ['hottable_stash_label'] = 'Hot table - (%s)',

    --[[ Locker Room ]]--
    ['lockerroom_menu_title'] = 'Locker - %s',
    ['lockerroom_menu_civil'] = 'Civil outfit',
    ['lockerroom_menu_civil_desc'] = 'Put on your civil outfit.',
    ['lockerroom_menu_work_desc'] = 'Outfit info: \n\n Name: %s \n Grade: %s',
    ['lockerroom_grade_low'] = 'You cannot wear this outfit because your grade is too low!',
    ['lockerroom_progressbar_changing'] = 'Changing outfit',

    --[[ Menu List ]]--
    ['menulist_menu_title'] = '%s Food Menu',
    ['menulist_menu_desc'] = 'Price: $%s',

    --[[ Missions ]]--
    ['mission_menu_title'] = 'Missions',
    ['mission_menu_sweeping_title'] = 'Sweep the floor',
    ['mission_menu_sweeping_title_desc'] = 'You will sweep the floor with a broom.',
    ['mission_menu_clean_tables_title'] = 'Clean the tables',
    ['mission_menu_clean_tables_title_desc'] = 'You will clean the tables with a sponge.',
    ['mission_finish_message'] = 'Finish your mission in order to claim this reward',
    ['mission_store_broom_message'] = 'Store your broom in order to claim this reward',
    ['mission_enjoy_reward_message'] = 'Enjoy your reward',
    ['mission_menu_current_progress_desc'] = 'Current progress: %s/100 \n\n %s.',
    ['mission_menu_cancel'] = 'Cancel mission',
    ['mission_menu_cancel_desc'] = 'You will cancel your current mission.',
    ['mission_store_broom'] = 'Go store your broom.',
    ['mission_menu_start_mission_message'] = 'You will start sweeping the floor.',
    ['mission_menu_start_mission_message2'] = 'You will start cleaning the tables.',
    ['mission_menu_start_title'] = 'Missions - Confirm',
    ['mission_menu_start_disc'] = 'Start Working',
    ['mission_occupied'] = 'You are not able to do this mission because other employees are currently doing it!',
    ['mission_store_take_broon'] = '[E] -',
    ['mission_store_broon'] = 'Store broom',
    ['mission_take_broom'] = 'Take broom',
    ['mission_spots_left'] = 'Good job! Only %s dirty spots left!',
    ['mission_spots_finished'] = 'Good job! All dirty spots are cleaned! Store your broom in order to claim your reward.',
    ['mission_spots_only_left'] = 'Good job! Only %s dirty tables left!',
    ['mission_spots_finished_reward'] = 'Good job! All dirty tables are cleaned! You can take your reward now.',
    ['mission_clean_sponges'] = 'Clean sponges',
    ['mission_start_clean'] = '[E] - Clean',
    ['mission_progressbar_sweeping'] = 'Sweeping',
    ['mission_progressbar_cleaning'] = 'Cleaning',
    ['mission_progressbar_taking_broom'] = 'Taking broom',
    ['mission_progressbar_storing_broom'] = 'Storing broom',
    ['mission_canceled_normal'] = 'You have just canceled your mission!',
    ['mission_canceled_force'] = 'Your mission was just canceled!',
    ['mission_can_take_reward'] = 'You can claim your reward now!',
    ['mission_started_mission'] = 'You have just started a mission!',
    ['mission_cooldown_need_to_wait'] = 'You need to wait %ss before doing missions again!',
    ['mission_reward_end'] = 'You can do %s missions now.',
    ['mission_reward_claimed'] = 'You have just claimed your reward!',

    --[[ Npc Employee ]]--
    ['npcemployee_notify_title'] = 'Employee',
    ['npcemployee_menu_title'] = 'Employee',
    ['npcemployee_menu_order_title'] = 'Order food',
    ['npcemployee_menu_order_desc'] = 'Order some delicious food.',
    ['npcemployee_employees_on_duty'] = 'There are other employees, dont bother me!',
    ['npcemployee_menu_take_food'] = 'Take food',
    ['npcemployee_menu_take_food_desc'] = 'Take your food tray.',
    ['npcemployee_occupied'] = 'This employeee is occupied!',
    ['npcemployee_order'] = '%s Order',
    ['npcemployee_order_ready'] = 'Your order is ready.',
    ['npcemployee_taking_food'] = 'Taking food',
    ['npcemployee_stock_available'] = 'Available %sx',
    ['npcemployee_stock_purchase_desc'] = 'Purchase %s for $%s \n\n Available: %sx',
    ['npcemployee_stock_adjust_purchase_desc'] = 'Available: %sx',
    ['npcemployee_stock_adjust_title'] = 'Adjust Stock',
    ['npcemployee_stock_adjust_desc'] = 'Add or remove items from stock.',
    ['npcemployee_stock_title'] = '%s Stock',
    ['npcemployee_stock_desc'] = 'Amount to add or remove',
    ['npcemployee_stock_adjust_add_title'] = 'Add',
    ['npcemployee_stock_adjust_add_desc'] = 'Add %s(%sx) into storage.',
    ['npcemployee_stock_adjust_remove_title'] = 'Take',
    ['npcemployee_stock_adjust_remove_desc'] = 'Take %s(%sx) from storage.',
    ['npcemployee_stock_not_enough'] = 'You dont have enough %s.',
    ['npcemployee_stock_not_enough_storage'] = 'There is not enough %s in the storage.',
    ['npcemployee_stock_gone'] = 'Amount you have selected is not in stock anymore!',
    ['npcemployee_stock_not_enough_stock'] = 'There is not this much %s in stock!',

    --[[ Police Alert ]]--
    ['policealert_menu_title'] = 'Police Alert',
    ['policealert_menu_activate_title'] = 'Activate',
    ['policealert_menu_activate_desc'] = 'Activate police alert.',
    ['policealert_progressbar_activating'] = 'Activating police alert',
    ['policealert_just_activated'] = 'You have just activated the police alert #%s.',
    ['policealert_cooldown_need_to_wait'] = 'You need to wait %ss before activating this police alert again!',

    --[[ Shop ]]--
    ['shop_menu_title'] = '%s supply shop',
    ['shop_menu_purchase_desc'] = 'Purchase %s for $%s',
    ['shop_amount_to_buy'] = 'Amount to buy',
    ['shop_amount_too_low'] = 'Amount needs to be more than 0!',
    ['shop_payment_choice_title'] = 'Shop - Payment Choice',
    ['shop_payment_no_method'] = 'No payment method available',
    ['shop_payment_society_title'] = 'Society',
    ['shop_payment_society_desc'] = 'Pay $%s with society balance.',
    ['shop_payment_bank_title'] = 'Bank',
    ['shop_payment_bank_desc'] = 'Pay $%s with your bank.',
    ['shop_payment_cash_title'] = 'Cash',
    ['shop_payment_cash_desc'] = 'Pay $%s with your cash.',
    ['shop_menu_purchase_title'] = 'Shop - %s',
    ['shop_menu_purchase_confirm_title'] = 'Confirm your purchase of $%s',
    ['shop_menu_purchase_confirm_desc'] = 'Payment: %s. \n Basket: %s - %sx.',
    ['shop_purchased'] = 'You just purchased %s(%sx) for $%s.',

    --[[ Storage ]]--
    ['storage_menu_title'] = '%s - Storage Menu',
    ['storage_menu_company_title'] = 'Company Storage',
    ['storage_menu_company_desc'] = 'Open company storage.',
    ['storage_menu_personal_title'] = 'Personal Storage',
    ['storage_menu_personal_desc'] = 'Open personal storage.',
    ['storage_company_stash_name'] = 'Company(%s)',
    ['storage_personal_stash_name'] = 'Personal(%s)',
    ['storage_not_avalible'] = 'Storage not avalible!',
    ['storage_progressbar_open'] = 'Opening %s storage',

    --[[ Tables And Chairs ]]--
    ['tablechairs_menu_title'] = 'Chair',
    ['tablechairs_menu_chair_title'] = 'Use',
    ['tablechairs_menu_chair_desc'] = 'Sit on this chair.',
    ['tablechairs_chair_occupied'] = 'Somebody is already using this chair!',
    ['tablechairs_exit'] = '[E] - Exit chair',
    ['tablechairs_exit_table'] = ', [H] - Open Table',
    ['tablechairs_stash_name'] = '%s table (%s)',
    ['tablechairs_stash_label'] = 'Table - (%s)',

    --[[ Toilet And Sink ]]--
    ['toilet_menu_title'] = 'Toilet',
    ['toilet_menu_use_title'] = 'Use',
    ['toilet_menu_normal_desc'] = 'Use this toilet to poop.',
    ['toilet_menu_hard_desc'] = 'Use this toilet to poop (push hard).',
    ['toilet_menu_pee_desc'] = 'Use this toilet to pee.',
    ['toilet_occupied'] = 'Somebody is already using this toilet!',
    ['toilet_pants_on'] = 'You are not able to poop while you have your pants on!',
    ['toilet_exit'] = '[E] - Exit Toilet',
    ['sink_menu_title'] = 'Sink',
    ['sink_menu_hands_desc'] = 'Wash your hands.',
    ['sink_menu_face_desc'] = 'Clean your face.',
    ['sink_occupied'] = 'Somebody is already using this sink!',
    ['sink_stop_cleaning'] = '[E] - Stop cleaning your %s.',
    ['sink_employee_menu_clean_title'] = 'Clean',
    ['sink_employee_menu_clean_desc'] = 'Wash dirty cups, sponges...',
    ['sink_employee_menu_clean_items_title'] = 'Sink - Clean',
    ['sink_employee_menu_set_amount_desc'] = 'Amount to clean',
    ['sink_employee_menu_clean_cup'] = 'Wash',
    ['sink_employee_menu_clean_cup_desc'] = 'Wash dirty cups.',
    ['sink_employee_menu_dirty_cup_item_name'] = 'dirty cup',
    ['sink_employee_menu_clean_plate'] = 'Wash',
    ['sink_employee_menu_clean_plate_desc'] = 'Wash dirty plates.',
    ['sink_employee_menu_dirty_plate_item_name'] = 'dirty plate',
    ['sink_employee_menu_clean_sponge'] = 'Wash',
    ['sink_employee_menu_clean_sponge_desc'] = 'Wash dirty sponges.',
    ['sink_employee_menu_dirty_sponge_item_name'] = 'dirty sponge',
    ['sink_employee_progressbar_cleaning'] = 'Cleaning %s',
    ['sink_finished_cleaning'] = 'You just finished cleaning %sx %s.',
    ['sink_item_not_have'] = 'You dont have any %s to clean!',
    ['sink_item_clean_limit'] = 'You are not able to clean more than %s items at one time!',

    --[[ Mystery Box ]]--
    ['mbox_mb_menu_header'] = 'Mystery Box',
    ['mbox_mb_menu_title'] = 'Mystery Box',
    ['mbox_mb_menu_desc'] = 'Hold mystery box',
    ['mbox_toy_menu_header'] = 'Toy Figure',
    ['mbox_toy_menu_desc'] = 'Hold toy figure',
    ['mbox_toymb_menu_title'] = 'Hold',
    ['mbox_toy_pickup_menu_title'] = 'Pick up',
    ['mbox_toy_pickup_menu_desc'] = 'Pick up toy figure',
    ['mbox_store_text'] = '[E] - Store',
    ['mbox_open_text'] = ', [H] - Open',
    ['mbox_throw_text'] = ', [H] - Throw',
    ['mbox_toy_pickup_progress'] = 'Picking up figure toy',
    ['mbox_mb_open_progress'] = 'Opening mystery box',
    ['mbox_cannot_pickup'] = 'You cannot pick up this toy figure!',

    --[[ Trash ]]--
    ['trash_stash_name'] = '%s trash (%s)',
    ['trash_stash_label'] = 'Trash - (%s)',

    --[[ Discord Logs ]]--
    ['discord_logs_message'] = 'Message:',
    ['discord_logs_player_name'] = 'Player Name:',
    ['discord_logs_player_discord'] = 'Player Discord:',
    ['discord_logs_player_char'] = 'Player Char:',
    ['discord_logs_supply_shop'] = 'Supply shop purchase',
    ['discord_logs_supply_shop_desc'] = 'Item: **%s** \n Amount: **%s** \n Price **$%s** \n Payment type: **%s**',
    ['discord_logs_delivery'] = 'Delivery reward',
    ['discord_logs_delivery_desc'] = 'Player reward: **$%s** \n Society reward: **$%s** \n Tip: **$%s**',
    ['discord_logs_cashregister'] = 'Cash Register',
    ['discord_logs_cashregister_desc'] = 'Amount: **$%s**\nSociety: **%s**',
    ['discord_logs_crafting'] = 'Crafting',
    ['discord_logs_crafting_desc'] = 'Item: **%s** \n Amount: **%s**',
    ['discord_logs_missions'] = 'Mission',
    ['discord_logs_missions_desc'] = 'Reward: **$%s**',
    ['discord_logs_policealert'] = 'Police Alert',
    ['discord_logs_policealert_desc'] = 'Player triggered police alert',

    --[[ Other ]]--
    ['busy'] = 'You cannot do this right now!',
    ['not_allowed'] = 'You are not allowed to do this!',
    ['amount_not_number'] = 'Amount needs to be a number!',
    ['amount_too_low'] = 'Amount to pay needs to be greater than $0!',
    ['not_enough_money'] = 'You dont have enough money, you are missing $%s.',
    ['not_on_duty'] = 'You are not on duty!',
    ['canceled'] = 'Action was canceled!',
}
```

</details>

<details>

<summary>de</summary>

```lua
Locales['de'] = {
    -- [[ Interactions ]]--
    ['interact_control'] = '[E] - ',
    ['interact_duty'] = 'Dienst',
    ['interact_bossmenu'] = 'Boss-Menü',
    ['interact_lockerroom'] = 'Spind',
    ['interact_storage'] = 'Lager',
    ['interact_garage'] = 'Garage',
    ['interact_stove'] = 'Herd benutzen',
    ['interact_mixer'] = 'Mixer benutzen',
    ['interact_oven'] = 'Ofen benutzen',
    ['interact_cuttingtable'] = 'Schneidetisch benutzen',
    ['interact_packingtable'] = 'Packtisch benutzen',
    ['interact_coffeemachine'] = 'Kaffeemaschine benutzen',
    ['interact_toilet'] = 'Toilette benutzen',
    ['interact_sink'] = 'Waschbecken benutzen',
    ['interact_table'] = 'Tisch benutzen',
    ['interact_chair'] = 'Stuhl benutzen',
    ['interact_cashregister'] = 'Kasse benutzen',
    ['interact_policealert'] = 'Polizeialarm benutzen',
    ['interact_delivery'] = 'Lieferung annehmen',
    ['interact_delivery_give_order'] = 'Bestellung geben',
    ['interact_mission'] = 'Mission annehmen',
    ['interact_trash'] = 'Mull offnen',
    ['interact_hottable'] = 'Warmetisch offnen',
    ['interact_shop'] = 'Laden offnen',
    ['interact_cat'] = 'Katze streicheln',
    ['interact_yoga'] = 'Yoga uben',
    ['interact_firepit'] = 'Hande warmen',
    ['interact_npcemployee'] = 'Mit Mitarbeiter sprechen',
    ['interact_toyfigure'] = 'Spielzeugfigur aufheben',
    ['interact_menulist'] = 'Speisekarte offnen',

    --[[ Usable Food Items ]]--
    ['usableitem_progressbar_eating'] = 'Essen',
    ['usableitem_progressbar_drinking'] = 'Trinken',

    --[[ Boss Menu ]]--
    ['bossmenu_notify_title'] = 'Boss-Menü',
    ['bossmenu_notify_title_jobcenter'] = 'Jobcenter',
    ['bossmenu_title'] = '%s - Boss-Menü',
    ['bossmenu_societyaccount'] = 'Firmenkonto',
    ['bossmenu_societyaccount_desc'] = 'Kontostand uberprufen oder Geld einzahlen/abheben.',
    ['bossmenu_employees'] = 'Mitarbeiter',
    ['bossmenu_employees_desc'] = 'Mitarbeiter befordern/degradieren/entlassen/einstellen.',
    ['bossmenu_society_deposit'] = 'Einzahlen',
    ['bossmenu_society_withdraw'] = 'Abheben',
    ['bossmenu_society_wash'] = 'Geld waschen',
    ['bossmenu_society_label'] = 'Firma - %s',
    ['bossmenu_society_balance'] = 'Kontostand',
    ['bossmenu_society_amount'] = 'Betrag',
    ['bossmenu_society_status'] = '%s - Firmenkonto',
    ['bossmenu_society_status_balance'] = 'Kontostand',
    ['bossmenu_society_status_balance_desc'] = '$%s \n\nName: "%s"',
    ['bossmenu_society_status_deposit'] = 'Einzahlen',
    ['bossmenu_society_status_deposit_desc'] = 'Geld einzahlen.',
    ['bossmenu_society_status_withdraw'] = 'Abheben',
    ['bossmenu_society_status_withdraw_desc'] = 'Geld abheben.',
    ['bossmenu_society_status_wash'] = 'Waschen',
    ['bossmenu_society_status_wash_desc'] = 'Schmutziges Geld waschen.',
    ['bossmenu_society_manage_title'] = '%s - Mitarbeiter',
    ['bossmenu_society_manage'] = 'Verwalten',
    ['bossmenu_society_manage_desc'] = 'Mitarbeiter verwalten - Befordern/Degradieren/Entlassen.',
    ['bossmenu_society_hire'] = 'Einstellen',
    ['bossmenu_society_hire_desc'] = 'Neue Mitarbeiter einstellen.',
    ['bossmenu_society_manage_employees_title'] = '%s - Mitarbeiter',
    ['bossmenu_society_manage_employees_you'] = '%s(DU)',
    ['bossmenu_society_manage_employees_desc'] = 'Mitarbeiterinfo: \n\n Name: %s \n Rang: %s (%s)',
    ['bossmenu_society_employee_options_title'] = '%s - Mitarbeiter - %s',
    ['bossmenu_society_employee_options_promote'] = 'Befordern',
    ['bossmenu_society_employee_options_promote_desc'] = 'Mitarbeiter befordern.',
    ['bossmenu_society_cannot_promote'] = 'Du kannst diesen Mitarbeiter nicht weiter befordern!',
    ['bossmenu_society_employee_options_demote'] = 'Degradieren',
    ['bossmenu_society_employee_options_demote_desc'] = 'Mitarbeiter degradieren.',
    ['bossmenu_society_cannot_demote'] = 'Du kannst diesen Mitarbeiter nicht weiter degradieren!',
    ['bossmenu_society_employee_options_fire'] = 'Entlassen',
    ['bossmenu_society_employee_options_fire_desc'] = 'Mitarbeiter entlassen.',
    ['bossmenu_society_hire_employees_title'] = '%s - Mitarbeiter',
    ['bossmenu_society_hire_employees_desc'] = 'Personeninfo: \n\n Name: %s',
    ['bossmenu_society_hire_employees_nobodynear'] = 'Niemand in der Nahe!',
    ['bossmenu_society_action_hired'] = 'Du hast %s eingestellt.',
    ['bossmenu_society_action_promote'] = 'Du hast %s befordert.',
    ['bossmenu_society_action_demote'] = 'Du hast %s degradiert.',
    ['bossmenu_society_action_fired'] = 'Du hast %s entlassen.',
    ['bossmenu_society_action_hired_effected_player'] = 'Du wurdest bei %s eingestellt!',
    ['bossmenu_society_action_promote_effected_player'] = 'Du wurdest bei %s auf %s (%s) befordert!',
    ['bossmenu_society_action_demote_effected_player'] = 'Du wurdest bei %s auf %s (%s) degradiert!',
    ['bossmenu_society_action_fired_effected_player'] = 'Du wurdest bei %s entlassen!',
    ['bossmenu_society_action_money_withdraw_notenough'] = 'Es ist nicht genug Geld auf dem Firmenkonto, um den gewunschten Betrag abzuheben!',
    ['bossmenu_society_action_money_deposit_notenough'] = 'Du hast nicht genug Geld, um diesen Betrag auf das Firmenkonto einzuzahlen!',
    ['bossmenu_society_action_money_deposited'] = 'Du hast gerade - $%s eingezahlt.',
    ['bossmenu_society_action_money_withdrew'] = 'Du hast gerade - $%s abgehoben.',
    ['bossmenu_nottheboss'] = 'Du bist nicht der Boss dieser Firma!',

    --[[ Cash Register ]]--
    ['cashregister_wait_for_employee'] = 'Warte, bis ein Mitarbeiter einen Preis festlegt!',
    ['cashregister_title'] = 'Kasse #%s',
    ['cashregister_amount_to_pay'] = 'Zu zahlender Betrag',
    ['cashregister_pay_balance'] = 'Dein Kontostand $%s',
    ['cashregister_pay_amount'] = 'Gesamtbetrag: $',
    ['cashregister_pay_bank'] = 'Bezahle $%s mit deinem Bankkonto.',
    ['cashregister_pay_cash'] = 'Bezahle $%s mit Bargeld.',
    ['cashregister_pay_clear'] = 'Kasse leeren',
    ['cashregister_paid'] = 'Du hast $%s bezahlt.',
    ['cashregister_paid_employee_message'] = 'Der Kunde hat $%s an Kasse #%s bezahlt.',

    --[[ Crafting ]]--
    ['crafting_notify_title'] = 'Kochen',
    ['crafting_stove_title'] = 'Herd',
    ['crafting_mixer_title'] = 'Mixer',
    ['crafting_oven_title'] = 'Ofen',
    ['crafting_cutting_table_title'] = 'Schneidetisch',
    ['crafting_packing_table_title'] = 'Packtisch',
    ['crafting_desc'] = 'Menge: %s \n Kochzeit: %ss \n\n Benotigte Zutaten: \n %s',
    ['crafting_somebody_using'] = 'Jemand benutzt bereits diesen %s!',
    ['crafting_progressbar_stove'] = 'Mache %s',
    ['crafting_progressbar_cutting_table_knife'] = 'Nehme Messer',
    ['crafting_progressbar_cutting_table'] = 'Mache %s',
    ['crafting_progressbar_mixer'] = 'Mische %s',
    ['crafting_progressbar_mixer_taking'] = 'Nehme Teig',
    ['crafting_progressbar_oven'] = 'Mache %s',
    ['crafting_progressbar_coffeemachine'] = 'Mache %s',
    ['crafting_progressbar_coffeemachine_taking'] = 'Nehme Getrank',
    ['crafting_progressbar_starting_machine'] = 'Starte Maschine',
    ['crafting_progressbar_oven_taking'] = 'Nehme aus Ofen',
    ['crafting_progressbar_plate_placing_plate'] = 'Lege Teller',
    ['crafting_progressbar_plate_placing_food'] = 'Lege Essen auf Teller',
    ['crafting_progressbar_plate_taking'] = 'Nehme Essen',
    ['crafting_finished_cooking'] = 'Du hast gerade %s zubereitet.',
    ['crafting_amount'] = 'Menge zu machen',
    ['crafting_missing'] = 'Dir fehlt: %s.',
    ['crafting_limit'] = 'Du kannst nicht mehr als %s Gegenstande auf einmal kochen!',

    --[[ Coffee Machine ]]--
    ['crafting_coffee_machine_title'] = 'Kaffeemaschine',

    --[[ Delivery ]]--
    ['delivery_menu_header'] = 'Lieferung',
    ['delivery_menu_call_title'] = 'Anruf annehmen',
    ['delivery_menu_call_desc'] = 'Nimm einen Anruf von einem Kunden entgegen.',
    ['delivery_menu_cancel_title'] = 'Lieferung abbrechen',
    ['delivery_menu_cancel_desc'] = 'Breche deine Bestelllieferung ab.',
    ['delivery_phone_occupied'] = 'Jemand benutzt bereits dieses Telefon!',
    ['delivery_canceled_order'] = 'Du hast gerade deine Bestelllieferung abgebrochen.',
    ['delivery_progressbar_getting'] = 'Nehme Bestellung entgegen',
    ['delivery_progressbar_giving'] = 'Gebe Bestellung an Kunden',
    ['delivery_reconnect_get_back'] = 'Die Liefermission wurde dir wieder zugewiesen.',
    ['delivery_location'] = 'Lieferort',
    ['delivery_accepted_order'] = 'Du hast gerade eine Bestellung angenommen.',
    ['delivery_customer'] = 'Kunde',
    ['delivery_finished'] = 'Gute Arbeit! Du hast gerade deine Lieferung abgeschlossen.',
    ['delivery_customer_angry'] = 'Wo sind meine Servietten!!!',
    ['delivery_customer_happy'] = 'Vielen Dank!',
    ['delivery_cooldown_end'] = 'Du kannst jetzt eine weitere %s Lieferung machen.',
    ['delivery_got_tip'] = 'Du hast ein Trinkgeld von $%s vom Kunden erhalten!',
    ['delivery_cooldown_need_to_wait'] = 'Du musst %ss warten, bevor du eine weitere Lieferung machen kannst!',
    ['delivery_order_info'] = 'Bestellung: %s(%sx).',
    ['delivery_order_missing'] = 'Meine Bestellung hatte %s(%sx), wo ist sie?',

    --[[ Cat ]]--
    ['cat_progressbar_petting'] = 'Streichele Katze',
    ['cat_occupied'] = 'Diese Katze ist beschaftigt!',

    --[[ Yoga ]]--
    ['yoga_menu_title'] = 'Yoga',
    ['yoga_menu_desc'] = 'Entspanne dich mit einer schnellen Ubung!',
    ['yoga_exit'] = '[E] - Yoga beenden',
    ['yoga_occupied'] = 'Die Yogamatte ist besetzt!',

    --[[ Fire Pit ]]--
    ['firepit_menu_title'] = 'Feuerstelle',
    ['firepit_menu_desc'] = 'Warme deine Hande.',
    ['firepit_exit'] = '[E] - Feuerstelle verlassen',

    --[[ Duty ]]--
    ['duty_notify_title'] = 'Dienst',
    ['duty_menu_title'] = 'Dienst - %s',
    ['duty_menu_sign_in'] = 'Einloggen',
    ['duty_menu_sign_in_desc'] = 'Logge dich ein und beginne zu arbeiten',
    ['duty_progressbar_sign_in'] = 'Logge ein',
    ['duty_menu_sign_out'] = 'Ausloggen',
    ['duty_menu_sign_out_desc'] = 'Logge dich aus und hore auf zu arbeiten',
    ['duty_progressbar_sign_out'] = 'Logge aus',
    ['duty_went_on_duty'] = 'Du bist im Dienst.',
    ['duty_went_off_duty'] = 'Du bist nicht mehr im Dienst.',
    ['duty_on_duty'] = 'Du bist im Dienst.',
    ['duty_off_duty'] = 'Du bist nicht im Dienst.',

    --[[ Garage ]]--
    ['garage_notify_title'] = 'Garage',
    ['garage_menu_title_take_out'] = 'Garage - %s - Herausnehmen',
    ['garage_menu_disc_take_out'] = 'Fahrzeuginfo: \n\n\n Typ: %s \n Klasse: %s',
    ['garage_menu_title_store'] = 'Garage - %s - Einlagern',
    ['garage_menu_disc_store'] = 'Fahrzeuginfo: \n\n\n Typ: %s',
    ['garage_vehicle_too_far'] = 'Dein Fahrzeug ist zu weit von der Garage entfernt - %s!',
    ['garage_vehicle_stored'] = 'Du hast ein Fahrzeug in der Garage eingelagert - %s.',
    ['garage_not_enough_experience'] = 'Du hast nicht genug Erfahrung, um dieses Fahrzeug herauszunehmen - %s!',
    ['garage_blocked'] = 'Der Garagenausgang ist blockiert!',
    ['garage_car_limit'] = 'Du kannst nur ein Fahrzeug gleichzeitig herausnehmen!',
    ['garage_progressbar_vehicle_loading'] = 'Lade Fahrzeug',
    ['garage_vehicle_taken_out'] = 'Du hast ein Fahrzeug aus der Garage genommen - %s.',

    --[[ Hot Table ]]--
    ['hottable_stash_name'] = '%s Warmetisch (%s)',
    ['hottable_stash_label'] = 'Warmetisch - (%s)',

    --[[ Locker Room ]]--
    ['lockerroom_menu_title'] = 'Spind - %s',
    ['lockerroom_menu_civil'] = 'Zivilkleidung',
    ['lockerroom_menu_civil_desc'] = 'Zieh deine Zivilkleidung an.',
    ['lockerroom_menu_work_desc'] = 'Outfitinfo: \n\n Name: %s \n Rang: %s',
    ['lockerroom_grade_low'] = 'Du kannst dieses Outfit nicht tragen, da dein Rang zu niedrig ist!',
    ['lockerroom_progressbar_changing'] = 'Wechsle Outfit',

    --[[ Menu List ]]--
    ['menulist_menu_title'] = '%s Speisekarte',
    ['menulist_menu_desc'] = 'Preis: $%s',

    --[[ Missions ]]--
    ['mission_menu_title'] = 'Missionen',
    ['mission_menu_sweeping_title'] = 'Kehre den Boden',
    ['mission_menu_sweeping_title_desc'] = 'Du wirst den Boden mit einem Besen kehren.',
    ['mission_menu_clean_tables_title'] = 'Putze die Tische',
    ['mission_menu_clean_tables_title_desc'] = 'Du wirst die Tische mit einem Schwamm reinigen.',
    ['mission_finish_message'] = 'Beende deine Mission, um die Belohnung zu erhalten',
    ['mission_store_broom_message'] = 'Lege deinen Besen weg, um die Belohnung zu erhalten',
    ['mission_enjoy_reward_message'] = 'Genieße deine Belohnung',
    ['mission_menu_current_progress_desc'] = 'Aktueller Fortschritt: %s/100 \n\n %s.',
    ['mission_menu_cancel'] = 'Mission abbrechen',
    ['mission_menu_cancel_desc'] = 'Du wirst deine aktuelle Mission abbrechen.',
    ['mission_store_broom'] = 'Lege deinen Besen weg.',
    ['mission_menu_start_mission_message'] = 'Du wirst den Boden kehren.',
    ['mission_menu_start_mission_message2'] = 'Du wirst die Tische reinigen.',
    ['mission_menu_start_title'] = 'Missionen - Bestatigen',
    ['mission_menu_start_disc'] = 'Beginne zu arbeiten',
    ['mission_occupied'] = 'Du kannst diese Mission nicht machen, da andere Mitarbeiter sie bereits ausfuhren!',
    ['mission_store_take_broon'] = '[E] -',
    ['mission_store_broon'] = 'Besen weglegen',
    ['mission_take_broom'] = 'Besen nehmen',
    ['mission_spots_left'] = 'Gute Arbeit! Nur noch %s schmutzige Stellen ubrig!',
    ['mission_spots_finished'] = 'Gute Arbeit! Alle schmutzigen Stellen sind gereinigt! Lege deinen Besen weg, um deine Belohnung zu erhalten.',
    ['mission_spots_only_left'] = 'Gute Arbeit! Nur noch %s schmutzige Tische ubrig!',
    ['mission_spots_finished_reward'] = 'Gute Arbeit! Alle schmutzigen Tische sind gereinigt! Du kannst jetzt deine Belohnung erhalten.',
    ['mission_clean_sponges'] = 'Schwamme reinigen',
    ['mission_start_clean'] = '[E] - Reinigen',
    ['mission_progressbar_sweeping'] = 'Kehre',
    ['mission_progressbar_cleaning'] = 'Reinige',
    ['mission_progressbar_taking_broom'] = 'Nehme Besen',
    ['mission_progressbar_storing_broom'] = 'Lege Besen weg',
    ['mission_canceled_normal'] = 'Du hast gerade deine Mission abgebrochen!',
    ['mission_canceled_force'] = 'Deine Mission wurde abgebrochen!',
    ['mission_can_take_reward'] = 'Du kannst jetzt deine Belohnung erhalten!',
    ['mission_started_mission'] = 'Du hast gerade eine Mission gestartet!',
    ['mission_cooldown_need_to_wait'] = 'Du musst %ss warten, bevor du wieder Missionen machen kannst!',
    ['mission_reward_end'] = 'Du kannst jetzt %s Missionen machen.',
    ['mission_reward_claimed'] = 'Du hast gerade deine Belohnung erhalten!',

    --[[ Npc Employee ]]--
    ['npcemployee_notify_title'] = 'Mitarbeiter',
    ['npcemployee_menu_title'] = 'Mitarbeiter',
    ['npcemployee_menu_order_title'] = 'Essen bestellen',
    ['npcemployee_menu_order_desc'] = 'Bestelle leckeres Essen.',
    ['npcemployee_employees_on_duty'] = 'Es sind andere Mitarbeiter da, store mich nicht!',
    ['npcemployee_menu_take_food'] = 'Essen nehmen',
    ['npcemployee_menu_take_food_desc'] = 'Nimm dein EssensTablett.',
    ['npcemployee_occupied'] = 'Dieser Mitarbeiter ist beschaftigt!',
    ['npcemployee_order'] = '%s Bestellung',
    ['npcemployee_order_ready'] = 'Deine Bestellung ist fertig.',
    ['npcemployee_taking_food'] = 'Nehme Essen',
    ['npcemployee_stock_available'] = 'Verfugbar %sx',
    ['npcemployee_stock_purchase_desc'] = 'Kaufe %s fur $%s \n\n Verfugbar: %sx',
    ['npcemployee_stock_adjust_purchase_desc'] = 'Verfugbar: %sx',
    ['npcemployee_stock_adjust_title'] = 'Bestand anpassen',
    ['npcemployee_stock_adjust_desc'] = 'Fuge Gegenstande hinzu oder entferne sie aus dem Bestand.',
    ['npcemployee_stock_title'] = '%s Bestand',
    ['npcemployee_stock_desc'] = 'Menge hinzufugen oder entfernen',
    ['npcemployee_stock_adjust_add_title'] = 'Hinzufugen',
    ['npcemployee_stock_adjust_add_desc'] = 'Fuge %s(%sx) zum Lager hinzu.',
    ['npcemployee_stock_adjust_remove_title'] = 'Entfernen',
    ['npcemployee_stock_adjust_remove_desc'] = 'Entferne %s(%sx) aus dem Lager.',
    ['npcemployee_stock_not_enough'] = 'Du hast nicht genug %s.',
    ['npcemployee_stock_not_enough_storage'] = 'Es ist nicht genug %s im Lager.',
    ['npcemployee_stock_gone'] = 'Die von dir ausgewahlte Menge ist nicht mehr verfugbar!',
    ['npcemployee_stock_not_enough_stock'] = 'Es ist nicht so viel %s im Bestand!',

    --[[ Police Alert ]]--
    ['policealert_menu_title'] = 'Polizeialarm',
    ['policealert_menu_activate_title'] = 'Aktivieren',
    ['policealert_menu_activate_desc'] = 'Aktiviere den Polizeialarm.',
    ['policealert_progressbar_activating'] = 'Aktiviere Polizeialarm',
    ['policealert_just_activated'] = 'Du hast gerade den Polizeialarm #%s aktiviert.',
    ['policealert_cooldown_need_to_wait'] = 'Du musst %ss warten, bevor du diesen Polizeialarm wieder aktivieren kannst!',

    --[[ Shop ]]--
    ['shop_menu_title'] = '%s Vorratsshop',
    ['shop_menu_purchase_desc'] = 'Kaufe %s für $%s',
    ['shop_amount_to_buy'] = 'Menge zum Kaufen',
    ['shop_amount_too_low'] = 'Die Menge muss größer als 0 sein!',
    ['shop_payment_choice_title'] = 'Shop - Zahlungsmethode',
    ['shop_payment_no_method'] = 'Keine Zahlungsmethode verfügbar',
    ['shop_payment_society_title'] = 'Gesellschaft',
    ['shop_payment_society_desc'] = 'Bezahlen Sie $%s vom Gesellschaftskonto.',
    ['shop_payment_bank_title'] = 'Bank',
    ['shop_payment_bank_desc'] = 'Bezahle $%s mit deinem Bankkonto.',
    ['shop_payment_cash_title'] = 'Bar',
    ['shop_payment_cash_desc'] = 'Bezahle $%s bar.',
    ['shop_menu_purchase_title'] = 'Shop - %s',
    ['shop_menu_purchase_confirm_title'] = 'Bestätige deinen Kauf von $%s',
    ['shop_menu_purchase_confirm_desc'] = 'Zahlung: %s. \n Warenkorb: %s - %sx.',
    ['shop_purchased'] = 'Du hast gerade %s(%sx) für $%s gekauft.',

    --[[ Storage ]]--
    ['storage_menu_title'] = '%s - Lagermenü',
    ['storage_menu_company_title'] = 'Firmenlager',
    ['storage_menu_company_desc'] = 'Offne das Firmenlager.',
    ['storage_menu_personal_title'] = 'Persönliches Lager',
    ['storage_menu_personal_desc'] = 'Offne dein persönliches Lager.',
    ['storage_company_stash_name'] = 'Firma(%s)',
    ['storage_personal_stash_name'] = 'Persönlich(%s)',
    ['storage_not_avalible'] = 'Lager nicht verfugbar!',
    ['storage_progressbar_open'] = 'Offne %s Lager',

    --[[ Tables And Chairs ]]--
    ['tablechairs_menu_title'] = 'Stuhl',
    ['tablechairs_menu_chair_title'] = 'Benutzen',
    ['tablechairs_menu_chair_desc'] = 'Setze dich auf diesen Stuhl.',
    ['tablechairs_chair_occupied'] = 'Jemand benutzt bereits diesen Stuhl!',
    ['tablechairs_exit'] = '[E] - Stuhl verlassen',
    ['tablechairs_exit_table'] = ', [H] - Tisch offnen',
    ['tablechairs_stash_name'] = '%s Tisch (%s)',
    ['tablechairs_stash_label'] = 'Tisch - (%s)',

    --[[ Toilet And Sink ]]--
    ['toilet_menu_title'] = 'Toilette',
    ['toilet_menu_use_title'] = 'Benutzen',
    ['toilet_menu_normal_desc'] = 'Benutze diese Toilette, um zu kacken.',
    ['toilet_menu_hard_desc'] = 'Benutze diese Toilette, um zu kacken (stark drücken).',
    ['toilet_menu_pee_desc'] = 'Benutze diese Toilette, um zu pinkeln.',
    ['toilet_occupied'] = 'Jemand benutzt bereits diese Toilette!',
    ['toilet_pants_on'] = 'Du kannst nicht kacken, während du deine Hose an hast!',
    ['toilet_exit'] = '[E] - Toilette verlassen',
    ['sink_menu_title'] = 'Waschbecken',
    ['sink_menu_hands_desc'] = 'Wasche deine Hande.',
    ['sink_menu_face_desc'] = 'Reinige dein Gesicht.',
    ['sink_occupied'] = 'Jemand benutzt bereits dieses Waschbecken!',
    ['sink_stop_cleaning'] = '[E] - Hore auf, dein %s zu reinigen.',
    ['sink_employee_menu_clean_title'] = 'Reinigen',
    ['sink_employee_menu_clean_desc'] = 'Wasche schmutzige Tassen, Schwamme...',
    ['sink_employee_menu_clean_items_title'] = 'Waschbecken - Reinigen',
    ['sink_employee_menu_set_amount_desc'] = 'Zu reinigende Menge',
    ['sink_employee_menu_clean_cup'] = 'Wasche',
    ['sink_employee_menu_clean_cup_desc'] = 'Wasche schmutzige Tassen.',
    ['sink_employee_menu_dirty_cup_item_name'] = 'schmutzige Tasse',
    ['sink_employee_menu_clean_plate'] = 'Wasche',
    ['sink_employee_menu_clean_plate_desc'] = 'Wasche schmutzige Teller.',
    ['sink_employee_menu_dirty_plate_item_name'] = 'schmutziger Teller',
    ['sink_employee_menu_clean_sponge'] = 'Wasche',
    ['sink_employee_menu_clean_sponge_desc'] = 'Wasche schmutzige Schwamme.',
    ['sink_employee_menu_dirty_sponge_item_name'] = 'schmutziger Schwamm',
    ['sink_employee_progressbar_cleaning'] = 'Reinige %s',
    ['sink_finished_cleaning'] = 'Du hast gerade %sx %s gereinigt.',
    ['sink_item_not_have'] = 'Du hast keine %s zu reinigen!',
    ['sink_item_clean_limit'] = 'Sie können nicht mehr als %s Gegenstände auf einmal reinigen!',

    --[[ Mystery Box ]]--
    ['mbox_mb_menu_header'] = 'Mystery Box',
    ['mbox_mb_menu_title'] = 'Mystery Box',
    ['mbox_mb_menu_desc'] = 'Halte Mystery Box',
    ['mbox_toy_menu_header'] = 'Spielzeugfigur',
    ['mbox_toy_menu_desc'] = 'Halte Spielzeugfigur',
    ['mbox_toymb_menu_title'] = 'Halten',
    ['mbox_toy_pickup_menu_title'] = 'Aufheben',
    ['mbox_toy_pickup_menu_desc'] = 'Hebe Spielzeugfigur auf',
    ['mbox_store_text'] = '[E] - Lagern',
    ['mbox_open_text'] = ', [H] - Offnen',
    ['mbox_throw_text'] = ', [H] - Werfen',
    ['mbox_toy_pickup_progress'] = 'Hebe Spielzeugfigur auf',
    ['mbox_mb_open_progress'] = 'Offne Mystery Box',
    ['mbox_cannot_pickup'] = 'Du kannst diese Spielzeugfigur nicht aufheben!',

    --[[ Trash ]]--
    ['trash_stash_name'] = '%s Mull (%s)',
    ['trash_stash_label'] = 'Mull - (%s)',

    --[[ Discord Logs ]]--
    ['discord_logs_message'] = 'Nachricht:',
    ['discord_logs_player_name'] = 'Spielername:',
    ['discord_logs_player_discord'] = 'Spieler Discord:',
    ['discord_logs_player_char'] = 'Spieler Char:',
    ['discord_logs_supply_shop'] = 'Versorgungsladen Kauf',
    ['discord_logs_supply_shop_desc'] = 'Gegenstand: **%s** \n Menge: **%s** \n Preis **$%s** \n Zahlungsart: **%s**',
    ['discord_logs_delivery'] = 'Lieferung Belohnung',
    ['discord_logs_delivery_desc'] = 'Spielerbelohnung: **$%s** \n Firmenbelohnung: **$%s** \n Trinkgeld: **$%s**',
    ['discord_logs_cashregister'] = 'Kasse',
    ['discord_logs_cashregister_desc'] = 'Betrag: **$%s**\nFirma: **%s**',
    ['discord_logs_crafting'] = 'Herstellung',
    ['discord_logs_crafting_desc'] = 'Gegenstand: **%s** \n Menge: **%s**',
    ['discord_logs_missions'] = 'Mission',
    ['discord_logs_missions_desc'] = 'Belohnung: **$%s**',
    ['discord_logs_policealert'] = 'Polizeialarm',
    ['discord_logs_policealert_desc'] = 'Spieler hat Polizeialarm ausgelost',

    --[[ Other ]]--
    ['busy'] = 'Du kannst das gerade nicht machen!',
    ['not_allowed'] = 'Du darfst das nicht machen!',
    ['amount_not_number'] = 'Die Menge muss eine Zahl sein!',
    ['amount_too_low'] = 'Der zu zahlende Betrag muss großer als $0 sein!',
    ['not_enough_money'] = 'Du hast nicht genug Geld, dir fehlen $%s.',
    ['not_on_duty'] = 'Du bist nicht im Dienst!',
    ['canceled'] = 'Aktion wurde abgebrochen!',
}
```

</details>

<details>

<summary>es</summary>

```lua
Locales['es'] = {
    -- [[ Interactions ]]--
    ['interact_control'] = '[E] - ',
    ['interact_duty'] = 'Servicio',
    ['interact_bossmenu'] = 'Menú del Jefe',
    ['interact_lockerroom'] = 'Taquilla',
    ['interact_storage'] = 'Almacenamiento',
    ['interact_garage'] = 'Garaje',
    ['interact_stove'] = 'Usar estufa',
    ['interact_mixer'] = 'Usar batidora',
    ['interact_oven'] = 'Usar horno',
    ['interact_cuttingtable'] = 'Usar mesa de cortar',
    ['interact_packingtable'] = 'Usar mesa de empaque',
    ['interact_coffeemachine'] = 'Usar máquina de café',
    ['interact_toilet'] = 'Usar baño',
    ['interact_sink'] = 'Usar fregadero',
    ['interact_table'] = 'Usar mesa',
    ['interact_chair'] = 'Usar silla',
    ['interact_cashregister'] = 'Usar caja registradora',
    ['interact_policealert'] = 'Usar alerta policial',
    ['interact_delivery'] = 'Recibir entrega',
    ['interact_delivery_give_order'] = 'Entregar pedido',
    ['interact_mission'] = 'Obtener misión',
    ['interact_trash'] = 'Abrir basura',
    ['interact_hottable'] = 'Abrir mesa caliente',
    ['interact_shop'] = 'Abrir tienda',
    ['interact_cat'] = 'Acariciar gato',
    ['interact_yoga'] = 'Hacer yoga',
    ['interact_firepit'] = 'Calentar tus manos',
    ['interact_npcemployee'] = 'Hablar con empleado',
    ['interact_toyfigure'] = 'Recoger figura de juguete',
    ['interact_menulist'] = 'Abrir menú de comida',

    --[[ Usable Food Items ]]--
    ['usableitem_progressbar_eating'] = 'Comiendo',
    ['usableitem_progressbar_drinking'] = 'Bebiendo',

    --[[ Boss Menu ]]--
    ['bossmenu_notify_title'] = 'Menú del Jefe',
    ['bossmenu_notify_title_jobcenter'] = 'Centro de Trabajo',
    ['bossmenu_title'] = '%s - Menú del Jefe',
    ['bossmenu_societyaccount'] = 'Cuenta de la Sociedad',
    ['bossmenu_societyaccount_desc'] = 'Ver estado o depositar/retirar dinero.',
    ['bossmenu_employees'] = 'Empleados',
    ['bossmenu_employees_desc'] = 'Ascender/Descender/Despedir/Contratar personas.',
    ['bossmenu_society_deposit'] = 'Depositar',
    ['bossmenu_society_withdraw'] = 'Retirar',
    ['bossmenu_society_wash'] = 'Lavar dinero',
    ['bossmenu_society_label'] = 'Sociedad - %s',
    ['bossmenu_society_balance'] = 'Saldo',
    ['bossmenu_society_amount'] = 'Cantidad',
    ['bossmenu_society_status'] = '%s - Cuenta de la Sociedad',
    ['bossmenu_society_status_balance'] = 'Saldo',
    ['bossmenu_society_status_balance_desc'] = '$%s \n\nNombre: "%s"',
    ['bossmenu_society_status_deposit'] = 'Depositar',
    ['bossmenu_society_status_deposit_desc'] = 'Depositar dinero.',
    ['bossmenu_society_status_withdraw'] = 'Retirar',
    ['bossmenu_society_status_withdraw_desc'] = 'Retirar dinero.',
    ['bossmenu_society_status_wash'] = 'Lavar',
    ['bossmenu_society_status_wash_desc'] = 'Lavar dinero sucio.',
    ['bossmenu_society_manage_title'] = '%s - Empleados',
    ['bossmenu_society_manage'] = 'Gestionar',
    ['bossmenu_society_manage_desc'] = 'Gestionar empleados - Ascender/Descender/Despedir.',
    ['bossmenu_society_hire'] = 'Contratar',
    ['bossmenu_society_hire_desc'] = 'Contratar nuevos empleados.',
    ['bossmenu_society_manage_employees_title'] = '%s - Empleados',
    ['bossmenu_society_manage_employees_you'] = '%s(TÚ)',
    ['bossmenu_society_manage_employees_desc'] = 'Información del empleado: \n\n Nombre: %s \n Grado: %s (%s)',
    ['bossmenu_society_employee_options_title'] = '%s - Empleados - %s',
    ['bossmenu_society_employee_options_promote'] = 'Ascender',
    ['bossmenu_society_employee_options_promote_desc'] = 'Ascender empleado.',
    ['bossmenu_society_cannot_promote'] = '¡No puedes ascender más a este empleado!',
    ['bossmenu_society_employee_options_demote'] = 'Descender',
    ['bossmenu_society_employee_options_demote_desc'] = 'Descender empleado.',
    ['bossmenu_society_cannot_demote'] = '¡No puedes descender más a este empleado!',
    ['bossmenu_society_employee_options_fire'] = 'Despedir',
    ['bossmenu_society_employee_options_fire_desc'] = 'Despedir empleado.',
    ['bossmenu_society_hire_employees_title'] = '%s - Empleados',
    ['bossmenu_society_hire_employees_desc'] = 'Información de la persona: \n\n Nombre: %s',
    ['bossmenu_society_hire_employees_nobodynear'] = '¡No hay nadie cerca!',
    ['bossmenu_society_action_hired'] = 'Has contratado a %s.',
    ['bossmenu_society_action_promote'] = 'Has ascendido a %s.',
    ['bossmenu_society_action_demote'] = 'Has descendido a %s.',
    ['bossmenu_society_action_fired'] = 'Has despedido a %s.',
    ['bossmenu_society_action_hired_effected_player'] = '¡Has sido contratado para el trabajo %s!',
    ['bossmenu_society_action_promote_effected_player'] = '¡Has sido ascendido en el trabajo %s a %s (%s)!',
    ['bossmenu_society_action_demote_effected_player'] = '¡Has sido descendido en el trabajo %s a %s (%s)!',
    ['bossmenu_society_action_fired_effected_player'] = '¡Has sido despedido del trabajo %s!',
    ['bossmenu_society_action_money_withdraw_notenough'] = '¡No hay suficiente dinero en la cuenta de la sociedad para retirar la cantidad deseada!',
    ['bossmenu_society_action_money_deposit_notenough'] = '¡No tienes suficiente dinero para depositar en esta cuenta de la sociedad!',
    ['bossmenu_society_action_money_deposited'] = 'Acabas de depositar - $%s',
    ['bossmenu_society_action_money_withdrew'] = 'Acabas de retirar - $%s',
    ['bossmenu_nottheboss'] = '¡No eres el jefe de esta empresa!',

    --[[ Cash Register ]]--
    ['cashregister_wait_for_employee'] = '¡Espera a que un empleado establezca un precio para pagar!',
    ['cashregister_title'] = 'Caja Registradora #%s',
    ['cashregister_amount_to_pay'] = 'Cantidad a pagar',
    ['cashregister_pay_balance'] = 'Tu saldo $%s',
    ['cashregister_pay_amount'] = 'Cantidad total: $',
    ['cashregister_pay_bank'] = 'Pagar $%s con tu banco.',
    ['cashregister_pay_cash'] = 'Pagar $%s con tu efectivo.',
    ['cashregister_pay_clear'] = 'Limpiar caja registradora',
    ['cashregister_paid'] = 'Has pagado $%s.',
    ['cashregister_paid_employee_message'] = 'El cliente ha pagado $%s en la caja registradora #%s.',

    --[[ Crafting ]]--
    ['crafting_notify_title'] = 'Cocina',
    ['crafting_stove_title'] = 'Estufa',
    ['crafting_mixer_title'] = 'Batidora',
    ['crafting_oven_title'] = 'Horno',
    ['crafting_cutting_table_title'] = 'Mesa de cortar',
    ['crafting_packing_table_title'] = 'Mesa de empaque',
    ['crafting_desc'] = 'Cantidad: %s \n Tiempo de cocción: %ss \n\n Ingredientes necesarios: \n %s',
    ['crafting_somebody_using'] = '¡Alguien ya está usando este %s!',
    ['crafting_progressbar_stove'] = 'Haciendo %s',
    ['crafting_progressbar_cutting_table_knife'] = 'Tomando cuchillo de cortar',
    ['crafting_progressbar_cutting_table'] = 'Haciendo %s',
    ['crafting_progressbar_mixer'] = 'Mezclando %s',
    ['crafting_progressbar_mixer_taking'] = 'Tomando masa',
    ['crafting_progressbar_oven'] = 'Haciendo %s',
    ['crafting_progressbar_coffeemachine'] = 'Haciendo %s',
    ['crafting_progressbar_coffeemachine_taking'] = 'Tomando bebida',
    ['crafting_progressbar_starting_machine'] = 'Encendiendo máquina',
    ['crafting_progressbar_oven_taking'] = 'Tomando del horno',
    ['crafting_progressbar_plate_placing_plate'] = 'Colocando plato',
    ['crafting_progressbar_plate_placing_food'] = 'Colocando comida en el plato',
    ['crafting_progressbar_plate_taking'] = 'Tomando comida',
    ['crafting_finished_cooking'] = 'Acabas de hacer %s.',
    ['crafting_amount'] = 'Cantidad a hacer',
    ['crafting_missing'] = 'Te falta: %s.',
    ['crafting_limit'] = '¡No puedes cocinar más de %s items a la vez!',

    --[[ Coffee Machine ]]--
    ['crafting_coffee_machine_title'] = 'Máquina de Café',

    --[[ Delivery ]]--
    ['delivery_menu_header'] = 'Entrega',
    ['delivery_menu_call_title'] = 'Aceptar llamada',
    ['delivery_menu_call_desc'] = 'Aceptar llamada de un cliente.',
    ['delivery_menu_cancel_title'] = 'Cancelar entrega',
    ['delivery_menu_cancel_desc'] = 'Cancelar tu entrega de pedido.',
    ['delivery_phone_occupied'] = '¡Alguien ya está usando este teléfono!',
    ['delivery_canceled_order'] = 'Acabas de cancelar tu entrega de pedido.',
    ['delivery_progressbar_getting'] = 'Recibiendo pedido de un cliente',
    ['delivery_progressbar_giving'] = 'Entregando pedido al cliente',
    ['delivery_reconnect_get_back'] = 'La misión de entrega ha sido devuelta a ti.',
    ['delivery_location'] = 'Ubicación de entrega',
    ['delivery_accepted_order'] = 'Acabas de aceptar un pedido.',
    ['delivery_customer'] = 'Cliente',
    ['delivery_finished'] = '¡Buen trabajo! Acabas de terminar tu entrega.',
    ['delivery_customer_angry'] = '¡¿Dónde están mis servilletas?!',
    ['delivery_customer_happy'] = '¡Muchas gracias!',
    ['delivery_cooldown_end'] = 'Puedes hacer otra entrega %s ahora.',
    ['delivery_got_tip'] = '¡Recibiste una propina de $%s del cliente!',
    ['delivery_cooldown_need_to_wait'] = '¡Necesitas esperar %ss antes de hacer otra entrega!',
    ['delivery_order_info'] = 'Pedido: %s(%sx).',
    ['delivery_order_missing'] = 'Mi pedido tenía %s(%sx), ¿dónde está?',

    --[[ Cat ]]--
    ['cat_progressbar_petting'] = 'Acariciando gato',
    ['cat_occupied'] = '¡Este gato está ocupado!',

    --[[ Yoga ]]--
    ['yoga_menu_title'] = 'Yoga',
    ['yoga_menu_desc'] = '¡Relájate con un ejercicio rápido!',
    ['yoga_exit'] = '[E] - Salir del ejercicio de yoga',
    ['yoga_occupied'] = '¡La esterilla de yoga está ocupada!',

    --[[ Fire Pit ]]--
    ['firepit_menu_title'] = 'Fogata',
    ['firepit_menu_desc'] = 'Calienta tus manos.',
    ['firepit_exit'] = '[E] - Salir de la fogata',

    --[[ Duty ]]--
    ['duty_notify_title'] = 'Servicio',
    ['duty_menu_title'] = 'Servicio - %s',
    ['duty_menu_sign_in'] = 'Fichar',
    ['duty_menu_sign_in_desc'] = 'Fichar y empezar a trabajar',
    ['duty_progressbar_sign_in'] = 'Fichando',
    ['duty_menu_sign_out'] = 'Desfichar',
    ['duty_menu_sign_out_desc'] = 'Desfichar y dejar de trabajar',
    ['duty_progressbar_sign_out'] = 'Desfichando',
    ['duty_went_on_duty'] = 'Has entrado de servicio.',
    ['duty_went_off_duty'] = 'Has salido de servicio.',
    ['duty_on_duty'] = 'Estás de servicio.',
    ['duty_off_duty'] = 'No estás de servicio.',

    --[[ Garage ]]--
    ['garage_notify_title'] = 'Garaje',
    ['garage_menu_title_take_out'] = 'Garaje - %s - Sacar',
    ['garage_menu_disc_take_out'] = 'Información del vehículo: \n\n\n Tipo: %s \n Grado: %s',
    ['garage_menu_title_store'] = 'Garaje - %s - Guardar',
    ['garage_menu_disc_store'] = 'Información del vehículo: \n\n\n Tipo: %s',
    ['garage_vehicle_too_far'] = '¡Tu vehículo está demasiado lejos del garaje - %s!',
    ['garage_vehicle_stored'] = 'Has guardado un vehículo en el garaje - %s.',
    ['garage_not_enough_experience'] = '¡No tienes suficiente experiencia para sacar este vehículo - %s!',
    ['garage_blocked'] = '¡La salida del garaje está bloqueada!',
    ['garage_car_limit'] = '¡Solo puedes sacar un vehículo a la vez!',
    ['garage_progressbar_vehicle_loading'] = 'Cargando vehículo',
    ['garage_vehicle_taken_out'] = 'Has sacado un vehículo del garaje - %s.',

    --[[ Hot Table ]]--
    ['hottable_stash_name'] = '%s mesa caliente (%s)',
    ['hottable_stash_label'] = 'Mesa caliente - (%s)',

    --[[ Locker Room ]]--
    ['lockerroom_menu_title'] = 'Taquilla - %s',
    ['lockerroom_menu_civil'] = 'Ropa civil',
    ['lockerroom_menu_civil_desc'] = 'Ponte tu ropa civil.',
    ['lockerroom_menu_work_desc'] = 'Información del outfit: \n\n Nombre: %s \n Grado: %s',
    ['lockerroom_grade_low'] = '¡No puedes usar este outfit porque tu grado es demasiado bajo!',
    ['lockerroom_progressbar_changing'] = 'Cambiando de outfit',

    --[[ Menu List ]]--
    ['menulist_menu_title'] = '%s Menú de Comida',
    ['menulist_menu_desc'] = 'Precio: $%s',

    --[[ Missions ]]--
    ['mission_menu_title'] = 'Misiones',
    ['mission_menu_sweeping_title'] = 'Barrer el suelo',
    ['mission_menu_sweeping_title_desc'] = 'Barrerás el suelo con una escoba.',
    ['mission_menu_clean_tables_title'] = 'Limpiar las mesas',
    ['mission_menu_clean_tables_title_desc'] = 'Limpiarás las mesas con una esponja.',
    ['mission_finish_message'] = 'Termina tu misión para reclamar esta recompensa',
    ['mission_store_broom_message'] = 'Guarda tu escoba para reclamar esta recompensa',
    ['mission_enjoy_reward_message'] = 'Disfruta tu recompensa',
    ['mission_menu_current_progress_desc'] = 'Progreso actual: %s/100 \n\n %s.',
    ['mission_menu_cancel'] = 'Cancelar misión',
    ['mission_menu_cancel_desc'] = 'Cancelarás tu misión actual.',
    ['mission_store_broom'] = 'Ve a guardar tu escoba.',
    ['mission_menu_start_mission_message'] = 'Empezarás a barrer el suelo.',
    ['mission_menu_start_mission_message2'] = 'Empezarás a limpiar las mesas.',
    ['mission_menu_start_title'] = 'Misiones - Confirmar',
    ['mission_menu_start_disc'] = 'Empezar a trabajar',
    ['mission_occupied'] = '¡No puedes hacer esta misión porque otros empleados ya la están haciendo!',
    ['mission_store_take_broon'] = '[E] -',
    ['mission_store_broon'] = 'Guardar escoba',
    ['mission_take_broom'] = 'Tomar escoba',
    ['mission_spots_left'] = '¡Buen trabajo! Solo quedan %s manchas sucias!',
    ['mission_spots_finished'] = '¡Buen trabajo! ¡Todas las manchas sucias están limpias! Guarda tu escoba para reclamar tu recompensa.',
    ['mission_spots_only_left'] = '¡Buen trabajo! Solo quedan %s mesas sucias!',
    ['mission_spots_finished_reward'] = '¡Buen trabajo! ¡Todas las mesas están limpias! Puedes tomar tu recompensa ahora.',
    ['mission_clean_sponges'] = 'Limpiar esponjas',
    ['mission_start_clean'] = '[E] - Limpiar',
    ['mission_progressbar_sweeping'] = 'Barriendo',
    ['mission_progressbar_cleaning'] = 'Limpiando',
    ['mission_progressbar_taking_broom'] = 'Tomando escoba',
    ['mission_progressbar_storing_broom'] = 'Guardando escoba',
    ['mission_canceled_normal'] = '¡Acabas de cancelar tu misión!',
    ['mission_canceled_force'] = '¡Tu misión ha sido cancelada!',
    ['mission_can_take_reward'] = '¡Puedes reclamar tu recompensa ahora!',
    ['mission_started_mission'] = '¡Acabas de empezar una misión!',
    ['mission_cooldown_need_to_wait'] = '¡Necesitas esperar %ss antes de hacer misiones de nuevo!',
    ['mission_reward_end'] = 'Puedes hacer %s misiones ahora.',
    ['mission_reward_claimed'] = '¡Acabas de reclamar tu recompensa!',

    --[[ Npc Employee ]]--
    ['npcemployee_notify_title'] = 'Empleado',
    ['npcemployee_menu_title'] = 'Empleado',
    ['npcemployee_menu_order_title'] = 'Pedir comida',
    ['npcemployee_menu_order_desc'] = 'Pedir algo de comida deliciosa.',
    ['npcemployee_employees_on_duty'] = 'Hay otros empleados, ¡no me molestes!',
    ['npcemployee_menu_take_food'] = 'Tomar comida',
    ['npcemployee_menu_take_food_desc'] = 'Tomar tu bandeja de comida.',
    ['npcemployee_occupied'] = '¡Este empleado está ocupado!',
    ['npcemployee_order'] = '%s Pedido',
    ['npcemployee_order_ready'] = 'Tu pedido está listo.',
    ['npcemployee_taking_food'] = 'Tomando comida',
    ['npcemployee_stock_available'] = 'Disponible %sx',
    ['npcemployee_stock_purchase_desc'] = 'Comprar %s por $%s \n\n Disponible: %sx',
    ['npcemployee_stock_adjust_purchase_desc'] = 'Disponible: %sx',
    ['npcemployee_stock_adjust_title'] = 'Ajustar Stock',
    ['npcemployee_stock_adjust_desc'] = 'Añadir o quitar items del stock.',
    ['npcemployee_stock_title'] = '%s Stock',
    ['npcemployee_stock_desc'] = 'Cantidad a añadir o quitar',
    ['npcemployee_stock_adjust_add_title'] = 'Añadir',
    ['npcemployee_stock_adjust_add_desc'] = 'Añadir %s(%sx) al almacenamiento.',
    ['npcemployee_stock_adjust_remove_title'] = 'Tomar',
    ['npcemployee_stock_adjust_remove_desc'] = 'Tomar %s(%sx) del almacenamiento.',
    ['npcemployee_stock_not_enough'] = 'No tienes suficiente %s.',
    ['npcemployee_stock_not_enough_storage'] = 'No hay suficiente %s en el almacenamiento.',
    ['npcemployee_stock_gone'] = '¡La cantidad que has seleccionado ya no está en stock!',
    ['npcemployee_stock_not_enough_stock'] = '¡No hay tanto %s en stock!',

    --[[ Police Alert ]]--
    ['policealert_menu_title'] = 'Alerta Policial',
    ['policealert_menu_activate_title'] = 'Activar',
    ['policealert_menu_activate_desc'] = 'Activar alerta policial.',
    ['policealert_progressbar_activating'] = 'Activando alerta policial',
    ['policealert_just_activated'] = 'Acabas de activar la alerta policial #%s.',
    ['policealert_cooldown_need_to_wait'] = '¡Necesitas esperar %ss antes de activar esta alerta policial de nuevo!',

    --[[ Shop ]]--
    ['shop_menu_title'] = 'Tienda de suministros %s',
    ['shop_menu_purchase_desc'] = 'Comprar %s por $%s',
    ['shop_amount_to_buy'] = 'Cantidad a comprar',
    ['shop_amount_too_low'] = '¡La cantidad debe ser mayor que 0!',
    ['shop_payment_choice_title'] = 'Tienda - Elección de pago',
    ['shop_payment_no_method'] = 'No hay método de pago disponible',
    ['shop_payment_society_title'] = 'Sociedad',
    ['shop_payment_society_desc'] = 'Paga $%s con el saldo de la sociedad.',
    ['shop_payment_bank_title'] = 'Banco',
    ['shop_payment_bank_desc'] = 'Pagar $%s con tu banco.',
    ['shop_payment_cash_title'] = 'Efectivo',
    ['shop_payment_cash_desc'] = 'Pagar $%s en efectivo.',
    ['shop_menu_purchase_title'] = 'Tienda - %s',
    ['shop_menu_purchase_confirm_title'] = 'Confirma tu compra de $%s',
    ['shop_menu_purchase_confirm_desc'] = 'Pago: %s. \n Canasta: %s - %sx.',
    ['shop_purchased'] = 'Acabas de comprar %s(%sx) por $%s.',

    --[[ Storage ]]--
    ['storage_menu_title'] = '%s - Menú de Almacenamiento',
    ['storage_menu_company_title'] = 'Almacenamiento de la Empresa',
    ['storage_menu_company_desc'] = 'Abrir almacenamiento de la empresa.',
    ['storage_menu_personal_title'] = 'Almacenamiento Personal',
    ['storage_menu_personal_desc'] = 'Abrir almacenamiento personal.',
    ['storage_company_stash_name'] = 'Empresa(%s)',
    ['storage_personal_stash_name'] = 'Personal(%s)',
    ['storage_not_avalible'] = '¡Almacenamiento no disponible!',
    ['storage_progressbar_open'] = 'Abriendo %s almacenamiento',

    --[[ Tables And Chairs ]]--
    ['tablechairs_menu_title'] = 'Silla',
    ['tablechairs_menu_chair_title'] = 'Usar',
    ['tablechairs_menu_chair_desc'] = 'Sentarse en esta silla.',
    ['tablechairs_chair_occupied'] = '¡Alguien ya está usando esta silla!',
    ['tablechairs_exit'] = '[E] - Salir de la silla',
    ['tablechairs_exit_table'] = ', [H] - Abrir Mesa',
    ['tablechairs_stash_name'] = '%s mesa (%s)',
    ['tablechairs_stash_label'] = 'Mesa - (%s)',

    --[[ Toilet And Sink ]]--
    ['toilet_menu_title'] = 'Baño',
    ['toilet_menu_use_title'] = 'Usar',
    ['toilet_menu_normal_desc'] = 'Usar este baño para defecar.',
    ['toilet_menu_hard_desc'] = 'Usar este baño para defecar (empujar fuerte).',
    ['toilet_menu_pee_desc'] = 'Usar este baño para orinar.',
    ['toilet_occupied'] = '¡Alguien ya está usando este baño!',
    ['toilet_pants_on'] = '¡No puedes defecar mientras llevas los pantalones puestos!',
    ['toilet_exit'] = '[E] - Salir del baño',
    ['sink_menu_title'] = 'Fregadero',
    ['sink_menu_hands_desc'] = 'Lavarse las manos.',
    ['sink_menu_face_desc'] = 'Limpiarse la cara.',
    ['sink_occupied'] = '¡Alguien ya está usando este fregadero!',
    ['sink_stop_cleaning'] = '[E] - Dejar de limpiar tu %s.',
    ['sink_employee_menu_clean_title'] = 'Limpiar',
    ['sink_employee_menu_clean_desc'] = 'Lavar tazas sucias, esponjas...',
    ['sink_employee_menu_clean_items_title'] = 'Fregadero - Limpiar',
    ['sink_employee_menu_set_amount_desc'] = 'Cantidad a limpiar',
    ['sink_employee_menu_clean_cup'] = 'Lavar',
    ['sink_employee_menu_clean_cup_desc'] = 'Lavar tazas sucias.',
    ['sink_employee_menu_dirty_cup_item_name'] = 'taza sucia',
    ['sink_employee_menu_clean_plate'] = 'Lavar',
    ['sink_employee_menu_clean_plate_desc'] = 'Lavar platos sucios.',
    ['sink_employee_menu_dirty_plate_item_name'] = 'plato sucio',
    ['sink_employee_menu_clean_sponge'] = 'Lavar',
    ['sink_employee_menu_clean_sponge_desc'] = 'Lavar esponjas sucias.',
    ['sink_employee_menu_dirty_sponge_item_name'] = 'esponja sucia',
    ['sink_employee_progressbar_cleaning'] = 'Limpiando %s',
    ['sink_finished_cleaning'] = 'Acabas de limpiar %sx %s.',
    ['sink_item_not_have'] = '¡No tienes ningún %s para limpiar!',
    ['sink_item_clean_limit'] = '¡No puedes limpiar más de %s artículos al mismo tiempo!',

    --[[ Mystery Box ]]--
    ['mbox_mb_menu_header'] = 'Caja Misteriosa',
    ['mbox_mb_menu_title'] = 'Caja Misteriosa',
    ['mbox_mb_menu_desc'] = 'Sostener caja misteriosa',
    ['mbox_toy_menu_header'] = 'Figura de Juguete',
    ['mbox_toy_menu_desc'] = 'Sostener figura de juguete',
    ['mbox_toymb_menu_title'] = 'Sostener',
    ['mbox_toy_pickup_menu_title'] = 'Recoger',
    ['mbox_toy_pickup_menu_desc'] = 'Recoger figura de juguete',
    ['mbox_store_text'] = '[E] - Guardar',
    ['mbox_open_text'] = ', [H] - Abrir',
    ['mbox_throw_text'] = ', [H] - Lanzar',
    ['mbox_toy_pickup_progress'] = 'Recogiendo figura de juguete',
    ['mbox_mb_open_progress'] = 'Abriendo caja misteriosa',
    ['mbox_cannot_pickup'] = '¡No puedes recoger esta figura de juguete!',

    --[[ Trash ]]--
    ['trash_stash_name'] = '%s basura (%s)',
    ['trash_stash_label'] = 'Basura - (%s)',

    --[[ Discord Logs ]]--
    ['discord_logs_message'] = 'Mensaje:',
    ['discord_logs_player_name'] = 'Nombre del Jugador:',
    ['discord_logs_player_discord'] = 'Discord del Jugador:',
    ['discord_logs_player_char'] = 'Personaje del Jugador:',
    ['discord_logs_supply_shop'] = 'Compra en tienda de suministros',
    ['discord_logs_supply_shop_desc'] = 'Item: **%s** \n Cantidad: **%s** \n Precio **$%s** \n Tipo de pago: **%s**',
    ['discord_logs_delivery'] = 'Recompensa de entrega',
    ['discord_logs_delivery_desc'] = 'Recompensa del jugador: **$%s** \n Recompensa de la sociedad: **$%s** \n Propina: **$%s**',
    ['discord_logs_cashregister'] = 'Caja Registradora',
    ['discord_logs_cashregister_desc'] = 'Cantidad: **$%s**\nSociedad: **%s**',
    ['discord_logs_crafting'] = 'Fabricación',
    ['discord_logs_crafting_desc'] = 'Item: **%s** \n Cantidad: **%s**',
    ['discord_logs_missions'] = 'Misión',
    ['discord_logs_missions_desc'] = 'Recompensa: **$%s**',
    ['discord_logs_policealert'] = 'Alerta Policial',
    ['discord_logs_policealert_desc'] = 'El jugador activó una alerta policial',

    --[[ Other ]]--
    ['busy'] = '¡No puedes hacer esto ahora!',
    ['not_allowed'] = '¡No tienes permiso para hacer esto!',
    ['amount_not_number'] = '¡La cantidad debe ser un número!',
    ['amount_too_low'] = '¡La cantidad a pagar debe ser mayor que $0!',
    ['not_enough_money'] = '¡No tienes suficiente dinero, te faltan $%s!',
    ['not_on_duty'] = '¡No estás de servicio!',
    ['canceled'] = '¡La acción fue cancelada!',
}
```

</details>

<details>

<summary>cs</summary>

```lua
Locales['cs'] = {
    -- [[ Interactions ]]--
    ['interact_control'] = '[E] - ',
    ['interact_duty'] = 'Služba',
    ['interact_bossmenu'] = 'Menu šéfa',
    ['interact_lockerroom'] = 'Šatna',
    ['interact_storage'] = 'Sklad',
    ['interact_garage'] = 'Garáž',
    ['interact_stove'] = 'Použít sporák',
    ['interact_mixer'] = 'Použít mixér',
    ['interact_oven'] = 'Použít troubu',
    ['interact_cuttingtable'] = 'Použít krájecí stůl',
    ['interact_packingtable'] = 'Použít balicí stůl',
    ['interact_coffeemachine'] = 'Použít kávovar',
    ['interact_toilet'] = 'Použít toaletu',
    ['interact_sink'] = 'Použít umyvadlo',
    ['interact_table'] = 'Použít stůl',
    ['interact_chair'] = 'Použít židli',
    ['interact_cashregister'] = 'Použít pokladnu',
    ['interact_policealert'] = 'Použít policejní upozornění',
    ['interact_delivery'] = 'Převzít zásilku',
    ['interact_delivery_give_order'] = 'Předat objednávku',
    ['interact_mission'] = 'Převzít misi',
    ['interact_trash'] = 'Otevřít odpadky',
    ['interact_hottable'] = 'Otevřít horký stůl',
    ['interact_shop'] = 'Otevřít obchod',
    ['interact_cat'] = 'Pohladit kočku',
    ['interact_yoga'] = 'Cvičit jógu',
    ['interact_firepit'] = 'Ohřát si ruce',
    ['interact_npcemployee'] = 'Mluvit s zaměstnancem',
    ['interact_toyfigure'] = 'Sebrat hračku',
    ['interact_menulist'] = 'Otevřít jídelní lístek',

    --[[ Usable Food Items ]]--
    ['usableitem_progressbar_eating'] = 'Jíte',
    ['usableitem_progressbar_drinking'] = 'Pijete',

    --[[ Boss Menu ]]--
    ['bossmenu_notify_title'] = 'Menu šéfa',
    ['bossmenu_notify_title_jobcenter'] = 'Jobcentrum',
    ['bossmenu_title'] = '%s - Menu šéfa',
    ['bossmenu_societyaccount'] = 'Účet společnosti',
    ['bossmenu_societyaccount_desc'] = 'Zkontrolujte stav nebo vložte/vyberte peníze.',
    ['bossmenu_employees'] = 'Zaměstnanci',
    ['bossmenu_employees_desc'] = 'Povýšit/degradovat/propustit/najmout lidi.',
    ['bossmenu_society_deposit'] = 'Vložit',
    ['bossmenu_society_withdraw'] = 'Vybrat',
    ['bossmenu_society_wash'] = 'Praní peněz',
    ['bossmenu_society_label'] = 'Společnost - %s',
    ['bossmenu_society_balance'] = 'Zůstatek',
    ['bossmenu_society_amount'] = 'Částka',
    ['bossmenu_society_status'] = '%s - Účet společnosti',
    ['bossmenu_society_status_balance'] = 'Zůstatek',
    ['bossmenu_society_status_balance_desc'] = '$%s \n\nJméno: "%s"',
    ['bossmenu_society_status_deposit'] = 'Vložit',
    ['bossmenu_society_status_deposit_desc'] = 'Vložit peníze.',
    ['bossmenu_society_status_withdraw'] = 'Vybrat',
    ['bossmenu_society_status_withdraw_desc'] = 'Vybrat peníze.',
    ['bossmenu_society_status_wash'] = 'Praní',
    ['bossmenu_society_status_wash_desc'] = 'Vyčistit špinavé peníze.',
    ['bossmenu_society_manage_title'] = '%s - Zaměstnanci',
    ['bossmenu_society_manage'] = 'Spravovat',
    ['bossmenu_society_manage_desc'] = 'Spravovat zaměstnance - Povýšit/degradovat/propustit.',
    ['bossmenu_society_hire'] = 'Najmout',
    ['bossmenu_society_hire_desc'] = 'Najmout nové zaměstnance.',
    ['bossmenu_society_manage_employees_title'] = '%s - Zaměstnanci',
    ['bossmenu_society_manage_employees_you'] = '%s(TY)',
    ['bossmenu_society_manage_employees_desc'] = 'Informace o zaměstnanci: \n\n Jméno: %s \n Hodnost: %s (%s)',
    ['bossmenu_society_employee_options_title'] = '%s - Zaměstnanci - %s',
    ['bossmenu_society_employee_options_promote'] = 'Povýšit',
    ['bossmenu_society_employee_options_promote_desc'] = 'Povýšit zaměstnance.',
    ['bossmenu_society_cannot_promote'] = 'Tohoto zaměstnance již nemůžete povýšit!',
    ['bossmenu_society_employee_options_demote'] = 'Degradovat',
    ['bossmenu_society_employee_options_demote_desc'] = 'Degradovat zaměstnance.',
    ['bossmenu_society_cannot_demote'] = 'Tohoto zaměstnance již nemůžete degradovat!',
    ['bossmenu_society_employee_options_fire'] = 'Propustit',
    ['bossmenu_society_employee_options_fire_desc'] = 'Propustit zaměstnance.',
    ['bossmenu_society_hire_employees_title'] = '%s - Zaměstnanci',
    ['bossmenu_society_hire_employees_desc'] = 'Informace o osobě: \n\n Jméno: %s',
    ['bossmenu_society_hire_employees_nobodynear'] = 'Nikdo není poblíž!',
    ['bossmenu_society_action_hired'] = 'Najali jste %s.',
    ['bossmenu_society_action_promote'] = 'Povýšili jste %s.',
    ['bossmenu_society_action_demote'] = 'Degradovali jste %s.',
    ['bossmenu_society_action_fired'] = 'Propustili jste %s.',
    ['bossmenu_society_action_hired_effected_player'] = 'Byli jste najati na práci %s!',
    ['bossmenu_society_action_promote_effected_player'] = 'Byli jste povýšeni v práci %s na %s (%s)!',
    ['bossmenu_society_action_demote_effected_player'] = 'Byli jste degradováni v práci %s na %s (%s)!',
    ['bossmenu_society_action_fired_effected_player'] = 'Byli jste propuštěni z práce %s!',
    ['bossmenu_society_action_money_withdraw_notenough'] = 'Na účtu společnosti není dostatek peněz k výběru požadované částky!',
    ['bossmenu_society_action_money_deposit_notenough'] = 'Nemáte dostatek peněz k vložení na tento účet společnosti!',
    ['bossmenu_society_action_money_deposited'] = 'Právě jste vložili - $%s',
    ['bossmenu_society_action_money_withdrew'] = 'Právě jste vybrali - $%s',
    ['bossmenu_nottheboss'] = 'Nejste šéfem této společnosti!',

    --[[ Cash Register ]]--
    ['cashregister_wait_for_employee'] = 'Počkejte, až zaměstnanec nastaví cenu k zaplacení!',
    ['cashregister_title'] = 'Pokladna #%s',
    ['cashregister_amount_to_pay'] = 'Částka k zaplacení',
    ['cashregister_pay_balance'] = 'Váš zůstatek $%s',
    ['cashregister_pay_amount'] = 'Celková částka: $',
    ['cashregister_pay_bank'] = 'Zaplatit $%s z vašeho bankovního účtu.',
    ['cashregister_pay_cash'] = 'Zaplatit $%s hotově.',
    ['cashregister_pay_clear'] = 'Vyčistit pokladnu',
    ['cashregister_paid'] = 'Zaplatili jste $%s.',
    ['cashregister_paid_employee_message'] = 'Zákazník zaplatil $%s na pokladně #%s.',

    --[[ Crafting ]]--
    ['crafting_notify_title'] = 'Vaření',
    ['crafting_stove_title'] = 'Sporák',
    ['crafting_mixer_title'] = 'Mixér',
    ['crafting_oven_title'] = 'Trouba',
    ['crafting_cutting_table_title'] = 'Krájecí stůl',
    ['crafting_packing_table_title'] = 'Baliací stůl',
    ['crafting_desc'] = 'Množství: %s \n Čas vaření: %ss \n\n Potřebné ingredience: \n %s',
    ['crafting_somebody_using'] = 'Někdo již používá tento %s!',
    ['crafting_progressbar_stove'] = 'Vyrábíte %s',
    ['crafting_progressbar_cutting_table_knife'] = 'Berete krájecí nůž',
    ['crafting_progressbar_cutting_table'] = 'Vyrábíte %s',
    ['crafting_progressbar_mixer'] = 'Mícháte %s',
    ['crafting_progressbar_mixer_taking'] = 'Berete těsto',
    ['crafting_progressbar_oven'] = 'Vyrábíte %s',
    ['crafting_progressbar_coffeemachine'] = 'Vyrábíte %s',
    ['crafting_progressbar_coffeemachine_taking'] = 'Berete nápoj',
    ['crafting_progressbar_starting_machine'] = 'Spouštíte stroj',
    ['crafting_progressbar_oven_taking'] = 'Berete z trouby',
    ['crafting_progressbar_plate_placing_plate'] = 'Pokládáte talíř',
    ['crafting_progressbar_plate_placing_food'] = 'Pokládáte jídlo na talíř',
    ['crafting_progressbar_plate_taking'] = 'Berete jídlo',
    ['crafting_finished_cooking'] = 'Právě jste dokončili výrobu %s.',
    ['crafting_amount'] = 'Množství k výrobě',
    ['crafting_missing'] = 'Chybí vám: %s.',
    ['crafting_limit'] = 'Nemůžete vařit více než %s položek najednou!',

    --[[ Coffee Machine ]]--
    ['crafting_coffee_machine_title'] = 'Kávovar',

    --[[ Delivery ]]--
    ['delivery_menu_header'] = 'Doručení',
    ['delivery_menu_call_title'] = 'Přijmout hovor',
    ['delivery_menu_call_desc'] = 'Přijmout hovor od zákazníka.',
    ['delivery_menu_cancel_title'] = 'Zrušit doručení',
    ['delivery_menu_cancel_desc'] = 'Zrušit vaši objednávku na doručení.',
    ['delivery_phone_occupied'] = 'Někdo již používá tento telefon!',
    ['delivery_canceled_order'] = 'Právě jste zrušili doručení objednávky.',
    ['delivery_progressbar_getting'] = 'Přijímáte objednávku od zákazníka',
    ['delivery_progressbar_giving'] = 'Předáváte objednávku zákazníkovi',
    ['delivery_reconnect_get_back'] = 'Mise doručení byla vám vrácena.',
    ['delivery_location'] = 'Místo doručení',
    ['delivery_accepted_order'] = 'Právě jste přijali objednávku.',
    ['delivery_customer'] = 'Zákazník',
    ['delivery_finished'] = 'Dobrá práce! Právě jste dokončili doručení.',
    ['delivery_customer_angry'] = 'Kde jsou mé ubrousky!!!',
    ['delivery_customer_happy'] = 'Děkuji mnohokrát!',
    ['delivery_cooldown_end'] = 'Nyní můžete provést další %s doručení.',
    ['delivery_got_tip'] = 'Dostali jste spropitné $%s od zákazníka!',
    ['delivery_cooldown_need_to_wait'] = 'Musíte počkat %ss, než provedete další doručení!',
    ['delivery_order_info'] = 'Objednávka: %s(%sx).',
    ['delivery_order_missing'] = 'Moje objednávka měla %s(%sx), kde to je?',

    --[[ Cat ]]--
    ['cat_progressbar_petting'] = 'Hladíte kočku',
    ['cat_occupied'] = 'Tato kočka je obsazena!',

    --[[ Yoga ]]--
    ['yoga_menu_title'] = 'Jóga',
    ['yoga_menu_desc'] = 'Uvolněte se rychlým cvičením!',
    ['yoga_exit'] = '[E] - Ukončit cvičení jógy',
    ['yoga_occupied'] = 'Podložka na jógu je obsazena!',

    --[[ Fire Pit ]]--
    ['firepit_menu_title'] = 'Ohniště',
    ['firepit_menu_desc'] = 'Ohřejte si ruce.',
    ['firepit_exit'] = '[E] - Opustit ohniště',

    --[[ Duty ]]--
    ['duty_notify_title'] = 'Služba',
    ['duty_menu_title'] = 'Služba - %s',
    ['duty_menu_sign_in'] = 'Nastoupit',
    ['duty_menu_sign_in_desc'] = 'Nastoupit a začít pracovat',
    ['duty_progressbar_sign_in'] = 'Nastupujete',
    ['duty_menu_sign_out'] = 'Opustit',
    ['duty_menu_sign_out_desc'] = 'Opustit a přestat pracovat',
    ['duty_progressbar_sign_out'] = 'Opouštíte',
    ['duty_went_on_duty'] = 'Právě jste nastoupili do služby.',
    ['duty_went_off_duty'] = 'Právě jste opustili službu.',
    ['duty_on_duty'] = 'Jste ve službě.',
    ['duty_off_duty'] = 'Nejste ve službě.',

    --[[ Garage ]]--
    ['garage_notify_title'] = 'Garáž',
    ['garage_menu_title_take_out'] = 'Garáž - %s - Vyjíždět',
    ['garage_menu_disc_take_out'] = 'Informace o vozidle: \n\n\n Typ: %s \n Hodnost: %s',
    ['garage_menu_title_store'] = 'Garáž - %s - Uložit',
    ['garage_menu_disc_store'] = 'Informace o vozidle: \n\n\n Typ: %s',
    ['garage_vehicle_too_far'] = 'Vaše vozidlo je příliš daleko od garáže - %s!',
    ['garage_vehicle_stored'] = 'Uložili jste vozidlo do garáže - %s.',
    ['garage_not_enough_experience'] = 'Nemáte dostatek zkušeností k vyjetí tohoto vozidla - %s!',
    ['garage_blocked'] = 'Výjezd z garáže je zablokován!',
    ['garage_car_limit'] = 'Můžete vyjet pouze jedno vozidlo!',
    ['garage_progressbar_vehicle_loading'] = 'Nakládáte vozidlo',
    ['garage_vehicle_taken_out'] = 'Vyjeli jste vozidlo z garáže - %s.',

    --[[ Hot Table ]]--
    ['hottable_stash_name'] = '%s horký stůl (%s)',
    ['hottable_stash_label'] = 'Horký stůl - (%s)',

    --[[ Locker Room ]]--
    ['lockerroom_menu_title'] = 'Šatna - %s',
    ['lockerroom_menu_civil'] = 'Civilní oblečení',
    ['lockerroom_menu_civil_desc'] = 'Oblékněte si civilní oblečení.',
    ['lockerroom_menu_work_desc'] = 'Informace o oblečení: \n\n Jméno: %s \n Hodnost: %s',
    ['lockerroom_grade_low'] = 'Nemůžete si obléknout toto oblečení, protože vaše hodnost je příliš nízká!',
    ['lockerroom_progressbar_changing'] = 'Měníte oblečení',

    --[[ Menu List ]]--
    ['menulist_menu_title'] = '%s Jídelní lístek',
    ['menulist_menu_desc'] = 'Cena: $%s',

    --[[ Missions ]]--
    ['mission_menu_title'] = 'Mise',
    ['mission_menu_sweeping_title'] = 'Zamést podlahu',
    ['mission_menu_sweeping_title_desc'] = 'Budete zametat podlahu koštětem.',
    ['mission_menu_clean_tables_title'] = 'Uklidit stoly',
    ['mission_menu_clean_tables_title_desc'] = 'Budete čistit stoly houbou.',
    ['mission_finish_message'] = 'Dokončete svou misi, abyste získali odměnu',
    ['mission_store_broom_message'] = 'Uložte své koště, abyste získali odměnu',
    ['mission_enjoy_reward_message'] = 'Užijte si odměnu',
    ['mission_menu_current_progress_desc'] = 'Aktuální pokrok: %s/100 \n\n %s.',
    ['mission_menu_cancel'] = 'Zrušit misi',
    ['mission_menu_cancel_desc'] = 'Zrušíte aktuální misi.',
    ['mission_store_broom'] = 'Jděte uložit své koště.',
    ['mission_menu_start_mission_message'] = 'Začnete zametat podlahu.',
    ['mission_menu_start_mission_message2'] = 'Začnete čistit stoly.',
    ['mission_menu_start_title'] = 'Mise - Potvrdit',
    ['mission_menu_start_disc'] = 'Začít pracovat',
    ['mission_occupied'] = 'Nemůžete provést tuto misi, protože ji již provádějí jiní zaměstnanci!',
    ['mission_store_take_broon'] = '[E] -',
    ['mission_store_broon'] = 'Uložit koště',
    ['mission_take_broom'] = 'Vzít koště',
    ['mission_spots_left'] = 'Dobrá práce! Zbývá pouze %s špinavých míst!',
    ['mission_spots_finished'] = 'Dobrá práce! Všechna špinavá místa jsou vyčištěna! Uložte své koště, abyste získali odměnu.',
    ['mission_spots_only_left'] = 'Dobrá práce! Zbývá pouze %s špinavých stolů!',
    ['mission_spots_finished_reward'] = 'Dobrá práce! Všechny špinavé stoly jsou vyčištěny! Nyní můžete získat odměnu.',
    ['mission_clean_sponges'] = 'čisté houby',
    ['mission_start_clean'] = '[E] - Čistit',
    ['mission_progressbar_sweeping'] = 'Zametáte',
    ['mission_progressbar_cleaning'] = 'Čistíte',
    ['mission_progressbar_taking_broom'] = 'Berete koště',
    ['mission_progressbar_storing_broom'] = 'Ukládáte koště',
    ['mission_canceled_normal'] = 'Právě jste zrušili svou misi!',
    ['mission_canceled_force'] = 'Vaše mise byla právě zrušena!',
    ['mission_can_take_reward'] = 'Nyní můžete získat odměnu!',
    ['mission_started_mission'] = 'Právě jste začali misi!',
    ['mission_cooldown_need_to_wait'] = 'Musíte počkat %ss, než budete moci provést další mise!',
    ['mission_reward_end'] = 'Nyní můžete provést %s mise.',
    ['mission_reward_claimed'] = 'Právě jste získali odměnu!',

    --[[ Npc Employee ]]--
    ['npcemployee_notify_title'] = 'Zaměstnanec',
    ['npcemployee_menu_title'] = 'Zaměstnanec',
    ['npcemployee_menu_order_title'] = 'Objednat jídlo',
    ['npcemployee_menu_order_desc'] = 'Objednat si chutné jídlo.',
    ['npcemployee_employees_on_duty'] = 'Jsou zde jiní zaměstnanci, neobtěžujte mě!',
    ['npcemployee_menu_take_food'] = 'Vzít jídlo',
    ['npcemployee_menu_take_food_desc'] = 'Vezměte si podnos s jídlem.',
    ['npcemployee_occupied'] = 'Tento zaměstnanec je obsazen!',
    ['npcemployee_order'] = '%s Objednávka',
    ['npcemployee_order_ready'] = 'Vaše objednávka je připravena.',
    ['npcemployee_taking_food'] = 'Berete jídlo',
    ['npcemployee_stock_available'] = 'Dostupné %sx',
    ['npcemployee_stock_purchase_desc'] = 'Koupit %s za $%s \n\n Dostupné: %sx',
    ['npcemployee_stock_adjust_purchase_desc'] = 'Dostupné: %sx',
    ['npcemployee_stock_adjust_title'] = 'Upravit zásoby',
    ['npcemployee_stock_adjust_desc'] = 'Přidat nebo odebrat položky ze zásob.',
    ['npcemployee_stock_title'] = '%s Zásoby',
    ['npcemployee_stock_desc'] = 'Množství k přidání nebo odebrání',
    ['npcemployee_stock_adjust_add_title'] = 'Přidat',
    ['npcemployee_stock_adjust_add_desc'] = 'Přidat %s(%sx) do skladu.',
    ['npcemployee_stock_adjust_remove_title'] = 'Vzít',
    ['npcemployee_stock_adjust_remove_desc'] = 'Vzít %s(%sx) ze skladu.',
    ['npcemployee_stock_not_enough'] = 'Nemáte dostatek %s.',
    ['npcemployee_stock_not_enough_storage'] = 'Ve skladu není dostatek %s.',
    ['npcemployee_stock_gone'] = 'Vybrané množství již není na skladě!',
    ['npcemployee_stock_not_enough_stock'] = 'Na skladě není tolik %s!',

    --[[ Police Alert ]]--
    ['policealert_menu_title'] = 'Policejní upozornění',
    ['policealert_menu_activate_title'] = 'Aktivovat',
    ['policealert_menu_activate_desc'] = 'Aktivovat policejní upozornění.',
    ['policealert_progressbar_activating'] = 'Aktivujete policejní upozornění',
    ['policealert_just_activated'] = 'Právě jste aktivovali policejní upozornění #%s.',
    ['policealert_cooldown_need_to_wait'] = 'Musíte počkat %ss, než budete moci znovu aktivovat toto policejní upozornění!',

    --[[ Shop ]]--
    ['shop_menu_title'] = '%s obchod se zásobami',
    ['shop_menu_purchase_desc'] = 'Koupit %s za $%s',
    ['shop_amount_to_buy'] = 'Množství k nákupu',
    ['shop_amount_too_low'] = 'Množství musí být větší než 0!',
    ['shop_payment_choice_title'] = 'Obchod - Výběr platby',
    ['shop_payment_no_method'] = 'Není dostupná žádná platební metoda',
    ['shop_payment_society_title'] = 'Společnost',
    ['shop_payment_society_desc'] = 'Zaplaťte $%s z účtu společnosti.',
    ['shop_payment_bank_title'] = 'Banka',
    ['shop_payment_bank_desc'] = 'Zaplatit $%s z vašeho bankovního účtu.',
    ['shop_payment_cash_title'] = 'Hotovost',
    ['shop_payment_cash_desc'] = 'Zaplatit $%s hotově.',
    ['shop_menu_purchase_title'] = 'Obchod - %s',
    ['shop_menu_purchase_confirm_title'] = 'Potvrďte svůj nákup $%s',
    ['shop_menu_purchase_confirm_desc'] = 'Platba: %s. \n Košík: %s - %sx.',
    ['shop_purchased'] = 'Právě jste zakoupili %s(%sx) za $%s.',

    --[[ Storage ]]--
    ['storage_menu_title'] = '%s - Menu skladu',
    ['storage_menu_company_title'] = 'Sklad společnosti',
    ['storage_menu_company_desc'] = 'Otevřít sklad společnosti.',
    ['storage_menu_personal_title'] = 'Osobní sklad',
    ['storage_menu_personal_desc'] = 'Otevřít osobní sklad.',
    ['storage_company_stash_name'] = 'Společnost(%s)',
    ['storage_personal_stash_name'] = 'Osobní(%s)',
    ['storage_not_avalible'] = 'Sklad není dostupný!',
    ['storage_progressbar_open'] = 'Otevíráte %s sklad',

    --[[ Tables And Chairs ]]--
    ['tablechairs_menu_title'] = 'Židle',
    ['tablechairs_menu_chair_title'] = 'Použít',
    ['tablechairs_menu_chair_desc'] = 'Sednout si na tuto židli.',
    ['tablechairs_chair_occupied'] = 'Někdo již používá tuto židli!',
    ['tablechairs_exit'] = '[E] - Opustit židli',
    ['tablechairs_exit_table'] = ', [H] - Otevřít stůl',
    ['tablechairs_stash_name'] = '%s stůl (%s)',
    ['tablechairs_stash_label'] = 'Stůl - (%s)',

    --[[ Toilet And Sink ]]--
    ['toilet_menu_title'] = 'Toaleta',
    ['toilet_menu_use_title'] = 'Použít',
    ['toilet_menu_normal_desc'] = 'Použít tuto toaletu k vykonání potřeby.',
    ['toilet_menu_hard_desc'] = 'Použít tuto toaletu k vykonání potřeby (silně tlačit).',
    ['toilet_menu_pee_desc'] = 'Použít tuto toaletu k močení.',
    ['toilet_occupied'] = 'Někdo již používá tuto toaletu!',
    ['toilet_pants_on'] = 'Nemůžete vykonat potřebu, dokud máte kalhoty!',
    ['toilet_exit'] = '[E] - Opustit toaletu',
    ['sink_menu_title'] = 'Umyvadlo',
    ['sink_menu_hands_desc'] = 'Umýt si ruce.',
    ['sink_menu_face_desc'] = 'Umýt si obličej.',
    ['sink_occupied'] = 'Někdo již používá toto umyvadlo!',
    ['sink_stop_cleaning'] = '[E] - Přestat čistit %s.',
    ['sink_employee_menu_clean_title'] = 'Čistit',
    ['sink_employee_menu_clean_desc'] = 'Umýt špinavé kelímky, houby...',
    ['sink_employee_menu_clean_items_title'] = 'Umyvadlo - Čistit',
    ['sink_employee_menu_set_amount_desc'] = 'Množství k vyčištění',
    ['sink_employee_menu_clean_cup'] = 'Umýt',
    ['sink_employee_menu_clean_cup_desc'] = 'Umýt špinavé kelímky.',
    ['sink_employee_menu_dirty_cup_item_name'] = 'špinavý kelímek',
    ['sink_employee_menu_clean_plate'] = 'Umýt',
    ['sink_employee_menu_clean_plate_desc'] = 'Umýt špinavé talíře.',
    ['sink_employee_menu_dirty_plate_item_name'] = 'špinavý talíř',
    ['sink_employee_menu_clean_sponge'] = 'Umýt',
    ['sink_employee_menu_clean_sponge_desc'] = 'Umýt špinavé houby.',
    ['sink_employee_menu_dirty_sponge_item_name'] = 'špinavá houba',
    ['sink_employee_progressbar_cleaning'] = 'Čistíte %s',
    ['sink_finished_cleaning'] = 'Právě jste dokončili čištění %sx %s.',
    ['sink_item_not_have'] = 'Nemáte žádné %s k čištění!',
    ['sink_item_clean_limit'] = 'Nemůžete očistit více než %s položek najednou!',

    --[[ Mystery Box ]]--
    ['mbox_mb_menu_header'] = 'Tajemná krabice',
    ['mbox_mb_menu_title'] = 'Tajemná krabice',
    ['mbox_mb_menu_desc'] = 'Držet tajemnou krabici',
    ['mbox_toy_menu_header'] = 'Hračka',
    ['mbox_toy_menu_desc'] = 'Držet hračku',
    ['mbox_toymb_menu_title'] = 'Držet',
    ['mbox_toy_pickup_menu_title'] = 'Sebrat',
    ['mbox_toy_pickup_menu_desc'] = 'Sebrat hračku',
    ['mbox_store_text'] = '[E] - Uložit',
    ['mbox_open_text'] = ', [H] - Otevřít',
    ['mbox_throw_text'] = ', [H] - Hodit',
    ['mbox_toy_pickup_progress'] = 'Sbíráte hračku',
    ['mbox_mb_open_progress'] = 'Otevíráte tajemnou krabici',
    ['mbox_cannot_pickup'] = 'Nemůžete sebrat tuto hračku!',

    --[[ Trash ]]--
    ['trash_stash_name'] = '%s odpadky (%s)',
    ['trash_stash_label'] = 'Odpadky - (%s)',

    --[[ Discord Logs ]]--
    ['discord_logs_message'] = 'Zpráva:',
    ['discord_logs_player_name'] = 'Jméno hráče:',
    ['discord_logs_player_discord'] = 'Discord hráče:',
    ['discord_logs_player_char'] = 'Postava hráče:',
    ['discord_logs_supply_shop'] = 'Nákup v obchodě se zásobami',
    ['discord_logs_supply_shop_desc'] = 'Položka: **%s** \n Množství: **%s** \n Cena **$%s** \n Typ platby: **%s**',
    ['discord_logs_delivery'] = 'Odměna za doručení',
    ['discord_logs_delivery_desc'] = 'Odměna hráče: **$%s** \n Odměna společnosti: **$%s** \n Spropitné: **$%s**',
    ['discord_logs_cashregister'] = 'Pokladna',
    ['discord_logs_cashregister_desc'] = 'Částka: **$%s**\nSpolečnost: **%s**',
    ['discord_logs_crafting'] = 'Výroba',
    ['discord_logs_crafting_desc'] = 'Položka: **%s** \n Množství: **%s**',
    ['discord_logs_missions'] = 'Mise',
    ['discord_logs_missions_desc'] = 'Odměna: **$%s**',
    ['discord_logs_policealert'] = 'Policejní upozornění',
    ['discord_logs_policealert_desc'] = 'Hráč aktivoval policejní upozornění',

    --[[ Other ]]--
    ['busy'] = 'Nemůžete to teď udělat!',
    ['not_allowed'] = 'Nemáte povolení to udělat!',
    ['amount_not_number'] = 'Množství musí být číslo!',
    ['amount_too_low'] = 'Částka k zaplacení musí být větší než $0!',
    ['not_enough_money'] = 'Nemáte dostatek peněz, chybí vám $%s.',
    ['not_on_duty'] = 'Nejste ve službě!',
    ['canceled'] = 'Akce byla zrušena!',
}
```

</details>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fivecode.gitbook.io/docs/scripts/fivecode-uwu-cat-cafe-job/config-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
