From dc14b1885c4e1a2b8ee99f99f6f68077e0dd1b49 Mon Sep 17 00:00:00 2001 From: feelfreetofee <89666307+feelfreetofee@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:44:31 +0200 Subject: [PATCH] feat(esx_property/locales/en.lua) translation Added translations --- [esx_addons]/esx_property/locales/en.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/[esx_addons]/esx_property/locales/en.lua b/[esx_addons]/esx_property/locales/en.lua index d71c7d52..3d0f15f5 100644 --- a/[esx_addons]/esx_property/locales/en.lua +++ b/[esx_addons]/esx_property/locales/en.lua @@ -68,6 +68,7 @@ Locales['en'] = { --------- Real Estate Strings --------------- + ["office_blip"] = "%s Office", ["actions"] = "Real Estate Actions", ["property_create"] = "Create Property", ["property_manage"] = "Manage Properties", @@ -93,6 +94,11 @@ Locales['en'] = { ---------- Property Actions Menu ------------------------- ["knocking"] = "Someone Is ~b~Knocking~s~ On The Door.", + ["name_edit"] = "Edit Property Name", + ["name"] = "Name", + ["confirm"] = "Confirm", + ["name_edit_success"] = "You Have Set The Property Name To ~b~%s~s~.", + ["name_edit_error"] = "You Cannot Set The Property Name To ~r~%s~s~.", ["door_locked"] = "Door: Locked", ["door_unlocked"] = "Door: Unlocked", ["name_manage"] = "Manage Name", @@ -139,6 +145,8 @@ Locales['en'] = { ---------- General Strings ---------------- + ["enabled"] = "Enabled", + ["disabled"] = "Disabled", ["exiting"] = "Exiting property...", ["entering"] = "Entering property...", ["shell_disabled"] ="This Interior Uses Shells, which are disabled!", @@ -150,6 +158,7 @@ Locales['en'] = { ["store_success"] = "Vehicle ~b~Stored!", ["store_error"] = "You Cannot Store This Vehicle!", + ["property_garage"] = "Property Garage", ["retriving_notify"] = "Retrieving ~b~%s~s~ ...", ["cannot_access"] = "You Cannot Access This Garage!", ["store_textui"] = "Press ~b~[E]~s~ to Store ~b~%s", @@ -183,10 +192,13 @@ Locales['en'] = { ["ipl_description"] = "Native GTA Interiors, Made by R*", ["shell_title"] = "Custom Interiors", ["shell_description"] = "Custom Interiors, Made by You", + ["cctv_settings"] = "CCTV Settings", + ["garage_settings"] = "Garage Settings", ["toggle_title"] = "Toggle Usage", ["toggle_description"] = "Current Status: %s", ["cctv_set_title"] = "Set Angle", ["cctv_set_description"] = "Sets the Camera angle to your Cameras Direction", + ["back_description"] = "return to property creation.", ["garage_set_title"] = "Set Position", ["garage_set_description"] = "Set the position of the Property Garage.", ["garage_textui"] = "Press ~b~[E]~s~ to Set Position",