1
0
Fork 0
forked from Simnation/Main
Main/resources/[housing]/oph3z-motels/config/lang.lua

132 lines
4.8 KiB
Lua
Raw Normal View History

2025-06-11 16:38:57 +02:00
Config.Lang = {
-------------- Motel Rent Screen UI Translate --------------
["motel_information"] = "MOTEL ROOMS INFORMATION",
["motel_information_text"] = "Fermentum convallis lacus lectus ut. Posuere augue pellentesque elementum a id sit. Tellus adipiscing diam",
["motel_rooms_header"] = "Motel Rooms",
["vip_rooms_text"] = "VIP Rooms",
["middle_rooms_text"] = "Middle Rooms",
["squatter"] = "Squatter", -- Config.type = "Squatter" ile aynı olmalı
["middle"] = "Middle", -- Config.type = "Middle" ile aynı olmalı
["vip"] = "VIP", -- Config.type = "VIP" ile aynı olmalı
["squatter_rooms_text"] = "Squatter's Rooms",
["total_rooms_text"] = "Total Motel Rooms",
["available_motel_rooms"] = "Available Motel Rooms",
["squatter_rooms_descrip"] = "Squatter's Rooms with normal access",
["middle_rooms_descrip"] = "Middle Rooms with normal access",
["vip_rooms_descrip"] = "One of the best room with VIP access",
["no"] = "NO", -- NO ==> Room Number
["rent"] = "Rent",
["rented"] = "Rented",
["disabled"] = "Disabled",
["room"] = "ROOM",
["exit_text_openmotel"] = "EXIT",
-------------- Boss Menu UI Translate --------------
["motel_information_bossmenu"] = "MOTEL ROOMS INFORMATION",
["motel_information_bossmenu_text"] = "Fermentum convallis lacus lectus ut. Posuere augue pellentesque elementum a id sit. Tellus adipiscing diam",
["exit"] = "EXIT",
["dashboard"] = "Dashboard",
["employee"] = "Employees",
["company"] = "Company",
["nearby_players"] = "Nearby Players",
["motel_care"] = "Motel Care",
["request"] = "Requests",
["pricetext"] = "Price",
["dashboard_second"] = "DASHBOARD",
["total_rooms"] = "TOTAL MOTEL ROOMS",
["available_rooms"] = "AVAILABLE MOTEL ROOMS",
["total_employeeleft"] = "Employees",
["total_employee"] = "TOTAL EMPLOYEES",
["rooms"] = "ROOMS",
["employee_second"] = "EMPLOYEES",
["save"] = "Save",
["motel_sell"] = "Motel Sell",
["transfer_motel"] = "Transfer Motel",
["invite"] = "Invite",
["name"] = "Name:",
["rank"] = "Rank:",
["salary"] = "Salary:",
["rankup"] = "Rank Up/Down:",
["action"] = "Action:",
["employees_invite"] = "EMPLOYEES INVITE",
["company_second"] = "COMPANY",
["company_balance"] = "Company Balance",
["withdraw"] = "WITHDRAW",
["withdraw_second"] = "Withdraw",
["deposit"] = "DEPOSIT",
["deposit_second"] = "Deposit",
["company_history"] = "COMPANY HISTORY",
["deposit_text_description"] = "Money has been added to your account",
["withdraw_text_description"] = "Money has been removed from your account",
["customer_header"] = "CUSTOMERS",
["rented_time"] = "When he/she rented:",
["room_number"] = "Room number:",
["money_to_pay"] = "Money to pay:",
["phone_number"] = "Phone number:",
["nearby_players_header"] = "NEARBY PLAYERS",
["choose_room"] = "Choose a Room",
["select"] = "Select",
["enter_price"] = "Enter a Price",
["enter_day"] = "Enter a Time (Hour)",
["accept"] = "Accept",
["cancel"] = "Cancel",
["decline"] = "Decline",
["motel_care_header"] = "MOTEL CARE",
["motel_roomU"] = "MOTEL ROOM",
["upgrade"] = "Upgrade",
["fix_it"] = "Fix it",
["lvl"] = "Lvl",
["motel_req"] = "Motel Requests",
["type"] = "Type: ",
["theme"] = "Theme: ",
["extras"] = "Extras: ",
["none"] = "None",
["no2"] = "No: ",
["motel_name"] = "Motel Name",
["motel_room_number"] = "Motel Room Number",
["motel_room_time"] = "Motel Room Time",
["motel_room_price"] = "Motel Room Price",
["motel_room_req"] = "invites you to a motel room",
["motel_room_type"] = "Motel Room Type",
["room_invite_text"] = "want to add you friends to a motel room",
["fix_motel_descrip"] = "You want to fix motel room number ?",
["motel_room"] = "Motel Room",
["fix_motel_room_price"] = "Fix Price",
["vip_motel_room"] = "VIP MOTEL ROOM",
["room_upgrade"] = "ROOM UPGRADE",
["choose_style"] = "Choose Style",
["choose_wall"] = "Choose Extra",
["active"] = "Active",
-------------- BUY Motel UI Translate --------------
["activetotalroomstext"] = "Number of active rooms",
["totaltotalroomstext"] = "Total of rooms",
["damagedtotalroomstext"] = "Number of damaged rooms",
["pricetxt"] = "PRICE",
["buy"] = "Buy",
["sold"] = "Sold",
-------------- Management UI Translate --------------
["managamentheader"] = "Management",
["nearbyplayersh"] = "Nearby Players",
["friendsheader"] = "Friends",
["requestheader"] = "Requests",
["friendstextlower"] = "Add Friend",
["invitetexylower"] = "Invite Friends",
["firendskicktext"] = "Kick",
["managementtimeleft"] = "Deadline:",
["managementsave"] = "Save",
}