Files
red-valley/resources/[framework]/[base]/[jobs]/17mov_JobCenter/locale/pl.lua
2026-03-29 21:41:17 +03:00

47 lines
2.8 KiB
Lua

Locale["pl"] = {
["Blip.Label"] = "Job center",
["Interaction.Open"] = "~r~[E] |~s~ Open Job Center",
["Notify.Hired"] = "Successfully changed the job",
["Notify.Waypoint"] = "Successfully set waypoint",
["Notify.JobNotRegistered"] = "Wybrana praca nie jest zarejestrowana we frameworku. Zgłoś ten problem administracji",
["Nui"] = {
["Header.Title"] = "Los Santos",
["Header.Subtitle"] = "Welcome to City Hall of",
["Header.Info"] = "Here you can review available jobs\nand check local businesses",
["Header.Announcement.Title"] = "📩 Attention: ",
["Header.Announcement.Description"] = "The government increased payouts in all businesses by 10%!",
["Tabs.Jobs.Title"] = "Available Jobs",
["Tabs.Jobs.Description"] = "Here you will find a list of available works and learn the most important aspects of each of them. Additionally, the office has prepared statistics such as average earnings and information regarding currently active workers.",
["Tabs.Jobs.Button"] = "View jobs",
["Tabs.Business.Title"] = "City Business",
["Tabs.Business.Description"] = "Need some information about businesses in the city? Here, you will find out everything - from the offer to prices and location. Remember, it is worth checking this tab from time to time to see if there are any promotions or important announcements.",
["Tabs.Business.Button"] = "View business",
["Tabs.Chat.Title"] = "Chat",
["Tabs.Chat.Description"] = "That's the right place, where can talk to employees, business owners or find partners for multiplayer jobs. Please remember, that because this is a government chat, your name will be visible on every message you send.",
["Tabs.Chat.Button"] = "Enter a chat",
["Jobs.About"] = "About work",
["Jobs.NoJobs"] = "There are no jobs yet.",
["Jobs.Stats.Players"] = "Currently working",
["Jobs.Stats.Earnings"] = "Average earnings per person",
["Jobs.Stats.Time"] = "Average worked time per person",
["Jobs.Button.Back"] = "Back to City Hall",
["Jobs.Button.Gps"] = "Take GPS to location",
["Jobs.Button.Hire"] = "Select job",
["Jobs.Button.AlreadyHired"] = "You are already on this job",
["Modal.Title"] = "Business edit",
["Modal.Input.Title"] = "Title of business",
["Modal.Input.Subtitle"] = "Subtitle of business",
["Modal.Input.Description"] = "Description of business",
["Modal.Button.Cancel"] = "Discard changes",
["Modal.Button.Save"] = "Save changes",
["Chat.Title"] = "Jobs chat",
["Chat.Players"] = "Active workers:",
["Chat.Input"] = "Type something...",
["Chat.Limited"] = "You reached limit. Wait a moment...",
}
}