629 lines
30 KiB
JSON
629 lines
30 KiB
JSON
{
|
|
"empty_list": "No items found",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"clear": "Clear",
|
|
"no_garage_slots": "No free space in this garage...",
|
|
"no_vehicle_owner": "We do not support vehicles that are not yours!",
|
|
"no_house_nearby": "No house nearby",
|
|
"buy_garage": "Buy garage for: ${{price}}",
|
|
"you_are_not_police": "You are not a police officer",
|
|
"no_vehicle_nearby": "No vehicle nearby",
|
|
"garage_not_available": "Garage not available or occupied, try again...",
|
|
"garage_not_found": "Garage not found",
|
|
"garage_not_found_job": "Job garage not found",
|
|
"garage_empty": "Garage empty",
|
|
"cannot_store_vehicle": "You cannot store this vehicle here!",
|
|
"not_driver": "It is forbidden to drive the vehicle",
|
|
"vehicle_not_spawned": "You used the garage at the same time as another user. Try again!",
|
|
"timeout_expired": "Timeout expired",
|
|
"no_money": "You don't have enough money! ${{price}}",
|
|
"not_correct_job": "You don't have the correct job",
|
|
"not_correct_grade": "You don't have the correct grade",
|
|
"not_in_vehicle": "You are not in a vehicle!",
|
|
"job_vehicle_added": "Vehicle added to job garage!",
|
|
"no_vehicle_data": "No vehicle data found",
|
|
"you_are_already_in_garage": "You are already in a garage!",
|
|
"sound_enabled": "Sound enabled",
|
|
"sound_disabled": "Sound disabled",
|
|
"sell_garage": "Money taken for the sale of a garage: ${{price}}",
|
|
"garage_purchase": "You bought a new garage for: ${{price}}",
|
|
"player_not_found": "Player not found",
|
|
"transfer_success": "You received a vehicle from another player, the vehicle was sent to: {{garage}}",
|
|
"transfer_success_to": "You sent a car to another player, the vehicle was sent to: {{garage}}",
|
|
"transfer_blacklisted": "This vehicle cannot be transferred to another player",
|
|
"give_recovery": "You have recovered a lost car, it was sent to: {{garage}}, you were charged a total of: ${{price}}",
|
|
"impound_pay": "The vehicle is no longer impounded, you paid: ${{price}}",
|
|
"missing_type": "No garage found for the vehicle type: {{type}}",
|
|
"vehicle_removed": "Vehicle removed!",
|
|
"vehicle_impounded": "Vehicle successfully impounded, sent to: {{garage}}",
|
|
"all_vehicles_impounded": "All vehicles on the map were sent to impound!",
|
|
"repair": {
|
|
"repaired": "The vehicle was repaired {{plate}}"
|
|
},
|
|
"log": {
|
|
"save_vehicle": {
|
|
"title": "Save Vehicle",
|
|
"description": "**Player:** {{player}} \n**Vehicle:** {{model}} \n**Plate:** {{plate}} \n**Garage:** {{garage}}"
|
|
},
|
|
"take_vehicle": {
|
|
"title": "Take Vehicle",
|
|
"description": "**Player:** {{player}} \n**Vehicle:** {{model}} \n**Plate:** {{plate}}"
|
|
},
|
|
"recovery_vehicle": {
|
|
"title": "Recovery Vehicle",
|
|
"description": "**Player:** {{player}} \n**Vehicle:** {{model}} \n**Plate:** {{plate}} \n**Garage:** {{garage}} \n**Price:** {{price}}"
|
|
},
|
|
"give_vehicle": {
|
|
"title": "Give Vehicle",
|
|
"description": "**Player:** {{player}} \n**Received Player:** {{receivedPlayer}} \n**Vehicle:** {{model}} \n**Plate:** {{plate}} \n**Vehicle Type:** {{vehicleType}}"
|
|
},
|
|
"impound_vehicle": {
|
|
"title": "Impound Vehicle",
|
|
"description": "**Player:** {{player}} \n**Job:** {{job}} \n**Plate:** {{plate}} \n**Garage:** {{garage}}"
|
|
}
|
|
},
|
|
"drawtext": {
|
|
"store_vehicle": "[E] - Store vehicle",
|
|
"open_garage": "[E] - Open garage",
|
|
"enter_garage": "[E] - Enter garage",
|
|
"public_garage": "[G] - Enter public garage",
|
|
"recovery": "[E] - Recover lost vehicle (OUT): ${{price}}",
|
|
"back_garage": "[E] - Back",
|
|
"dynamic": "[E] - Interact",
|
|
"stash": "[E] - Open stash",
|
|
"gardrobe": "[E] - Open gardrobe",
|
|
"delete_illegal": "[E] - Delete illegal item",
|
|
"exit_point": "[E] - Exit point",
|
|
"entry_point": "[E] - Entry point",
|
|
"board_point": "[E] - Board point",
|
|
"shell_point": "[E] - Shell point",
|
|
"house_point": "[E] - House point"
|
|
},
|
|
"management": {
|
|
"no_garage_nearby": "No garage nearby",
|
|
"no_garage_owner": "You are not the owner of this garage",
|
|
"garage_price": "Garage price: ${{price}}",
|
|
"garage_sell_tax": "Garage sell tax: {{tax}}%",
|
|
"garage_sell_tax_description": "The price of the garage will be multiplied by the tax percentage",
|
|
"no_player": "No player nearby",
|
|
"not_relate_state": "This command is exclusive to real estate agents"
|
|
},
|
|
"keyholders": {
|
|
"empty_list": "No keyholders found",
|
|
"empty_out": "There are no cars on the streets for you to recover!",
|
|
"took_keys": "You took the keys",
|
|
"already_keys": "This player already has the keys to this garage",
|
|
"gave_keys": "You gave the keys of {{garage}} to {{player}}",
|
|
"received_keys": "Received the keys of {{garage}}"
|
|
},
|
|
"give_vehicle": {
|
|
"info": "The vehicle: {{model}} with license plate: {{plate}} was delivered to the player: {{player}}",
|
|
"invalid_type": "Make sure you are using the correct command for that vehicle",
|
|
"invalid_model": "The selected model does not exist...",
|
|
"no_player_online": "The selected player is not online...",
|
|
"plate_in_use": "This plate is already being used on another vehicle",
|
|
"give_info": "The vehicle: {{model}} with license plate: {{plate}} was delivered to the player: {{player}}"
|
|
},
|
|
"creator": {
|
|
"title": "Garage Creator",
|
|
"description": "You can manage garages from here.",
|
|
"complete_creator": "You must complete the creator before opening it again",
|
|
"garage_created": "garage created successfully",
|
|
"garage_updated": "garage updated successfully",
|
|
"select_menu": "Select the menu location",
|
|
"select_zone": "Select a point within the zone",
|
|
"select_positions": "Select at least 3 points...",
|
|
"menu_location": "Entry location",
|
|
"spawn_location": "Spawn location",
|
|
"create_guide": "Press ~INPUT_CELLPHONE_RIGHT~ to rotate the vehicle right \nPress ~INPUT_CELLPHONE_LEFT~ to rotate the vehicle left",
|
|
"polyzone_nearby": "The point is not in the zone",
|
|
"available_slots": "{{name}}, available slots: {{slots}}",
|
|
"teleported_to_garage": "Teleported to {{garage}}",
|
|
"select_garage": "Select Garage",
|
|
"select_garage_description": "Select the garage you want to create",
|
|
"fill_all_fields": "Please fill in all fields",
|
|
"shell_selector": {
|
|
"title": "Garage Interior",
|
|
"description": "Select the interior shell for your garage",
|
|
"select": "Select Interior",
|
|
"selected": "Selected",
|
|
"vehicle_slots": "vehicle slots",
|
|
"change": "Change",
|
|
"no_shell_selected": "No interior selected",
|
|
"select_shell": "Select Garage Interior",
|
|
"quick_select": "Quick Select",
|
|
"view_all": "View All",
|
|
"all_shells": "All Available Interiors",
|
|
"help_text": "Use left/right arrow keys to browse interiors in the showcase. Press Enter to confirm or Backspace to cancel.",
|
|
"no_shells_available": "No shells available. Please add a shell to the Config.Shells"
|
|
},
|
|
"price": {
|
|
"title": "Purchase Price",
|
|
"description": "Set the price players must pay to buy this garage"
|
|
},
|
|
"store_price": {
|
|
"enable": "Enable Vehicle Storage Fee",
|
|
"description": "Set a fee that players must pay to store their vehicles in this garage"
|
|
},
|
|
"garage_type_selector": {
|
|
"title": "Garage Type",
|
|
"vehicle": "Vehicle",
|
|
"vehicle_description": "A garage for vehicles",
|
|
"plane": "Plane",
|
|
"plane_description": "A garage for planes",
|
|
"boat": "Boat",
|
|
"boat_description": "A garage for boats"
|
|
},
|
|
"left_panel": {
|
|
"search_garages_placeholder": "Search garages...",
|
|
"create_garage": "Create Garage",
|
|
"filters": "Filters",
|
|
"results": "{{count}} result{{plural}}",
|
|
"all_garages": "All",
|
|
"vehicle": "Vehicle",
|
|
"plane": "Plane",
|
|
"boat": "Boat",
|
|
"teleport_to_garage": "Teleport to Garage",
|
|
"teleport": "Teleport",
|
|
"garage_type": "Garage Type",
|
|
"public": "Public",
|
|
"private": "Private",
|
|
"impound": "Impound",
|
|
"no_garages_found": "No garages found",
|
|
"no_garages_available": "No garages available",
|
|
"try_adjusting_search": "Try adjusting your search criteria or create a new garage",
|
|
"create_first_garage_description": "Create your first garage to get started with the garage management system",
|
|
"status": "Status"
|
|
},
|
|
"garage_access_selector": {
|
|
"title": "Garage Access",
|
|
"public": "Public",
|
|
"public_description": "The garage will be accessible to everyone",
|
|
"private": "Private",
|
|
"private_description": "The garage will be accessible to only the owner",
|
|
"impound": "Impound",
|
|
"impound_description": "The garage will be accessible to only the impound"
|
|
},
|
|
"interior_type_selector": {
|
|
"title": "Interior Type",
|
|
"ipl": "IPL",
|
|
"ipl_description": "Use IPL (Interior Prop List) for interior",
|
|
"shell": "Shell",
|
|
"shell_description": "Use Shell for custom interior"
|
|
},
|
|
"form": {
|
|
"create_garage": "Create garage",
|
|
"edit_garage": "Edit garage {{name}}",
|
|
"garage_type": "Garage Type",
|
|
"select": "Select",
|
|
"remove": "Remove",
|
|
"save": "Save",
|
|
"no_location_selected": "No location selected",
|
|
"no_location_selected_description": "Click 'Select' to choose a location",
|
|
"location_required": "{{label}} is required",
|
|
"location": {
|
|
"title": "Location Settings",
|
|
"zone_points": "Zone Points",
|
|
"zone_points_description": "Define the garage zone area",
|
|
"menu_coords": "Menu Coords",
|
|
"spawn_coords": "Spawn Coords"
|
|
},
|
|
"access_control": {
|
|
"title": "Access Control",
|
|
"jobs_section": "Jobs",
|
|
"gangs_section": "Gangs",
|
|
"select_job": "Select a job to add",
|
|
"select_gang": "Select a gang to add",
|
|
"job": "Job",
|
|
"gang": "Gang",
|
|
"grades": "Grades",
|
|
"empty_list": "No items available",
|
|
"no_jobs_added": "No jobs added yet. Add jobs to restrict garage access.",
|
|
"no_gangs_added": "No gangs added yet. Add gangs to restrict garage access.",
|
|
"info": "Add multiple jobs and gangs with specific grades to control who can access this garage. If no jobs or gangs are added, the garage will be accessible to everyone."
|
|
}
|
|
},
|
|
"remove": {
|
|
"title": "Delete garage",
|
|
"description": "Are you sure you want to delete this garage?",
|
|
"confirm": "Delete"
|
|
},
|
|
"cancel": {
|
|
"title": "Cancel garage Creation",
|
|
"description": "Are you sure you want to cancel the garage creation?",
|
|
"confirm": "Confirm"
|
|
},
|
|
"raycast": {
|
|
"info": "Make sure you are select the whole garage area. Otherwise you can have a problem with the garage area.",
|
|
"done": "Done",
|
|
"add_point": "Add Point",
|
|
"rotate_z": "Rotate Heading +/-",
|
|
"rotate_z_scroll": "Rotate Heading +/-",
|
|
"increase_z": "Z Boundary +/-",
|
|
"completed": "You have completed all points",
|
|
"selected_point": "You have selected {{count}} points",
|
|
"no_point_selected": "You have not selected any point",
|
|
"point_size": "Point Size +/-",
|
|
"select_entity": "Select Entity",
|
|
"not_valid_entity": "You are not selecting a valid entity. Please select a {{entityType}}",
|
|
"selected_entity": "You have selected {{count}} entities",
|
|
"entity_disabled": "You cannot select this entity",
|
|
"select_entity_info": "Please select a {{entityType}}",
|
|
"model_is_not_valid": "Model {{model}} is not valid",
|
|
"must_be_completed": "You must complete the raycast before opening the creator",
|
|
"not_in_points": "The point you selected is not in the garage area",
|
|
"point_in_another_zone": "The point you selected is in another zone.",
|
|
"press_enter_to_select": "Press Enter to select",
|
|
"undo": "Undo"
|
|
}
|
|
},
|
|
"blip": {
|
|
"impound": "Impounded",
|
|
"garage": "Garage for sale",
|
|
"plane": "Hangar for sale",
|
|
"boat": "Pier for sale"
|
|
},
|
|
"menu": {
|
|
"vehicle_loading": "Loading",
|
|
"vehicle_loading_subtitle": "Preparing vehicle...",
|
|
"preview_mode_active": "Preview Mode Active",
|
|
"preview_mode_subtitle": "Rotate with mouse • Press F9 to exit",
|
|
"empty_garage": "Empty Garage",
|
|
"empty_garage_description": "There is no vehicle in this garage. Use `Bring Vehicle` to get a vehicle",
|
|
"take_vehicle_out": "Take Vehicle Out",
|
|
"take_vehicle_out_description": "Are you sure you want to take out this vehicle?",
|
|
"take_vehicle_out_price": "You will be charged {{price}} money",
|
|
"take_vehicle_out_free": "You can take out this vehicle for free",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"power": "Power",
|
|
"acceleration": "Acceleration",
|
|
"traction": "Traction",
|
|
"brakes": "Brakes",
|
|
"no_vehicle_selected": "No vehicle selected",
|
|
"header": {
|
|
"favorite_button": "Favorite",
|
|
"total_vehicles": "Total Vehicles",
|
|
"balance": "Balance: {{balance}}",
|
|
"balance_title": "Balance",
|
|
"balance_badge": "$",
|
|
"set_star": "Set Star",
|
|
"set_tag": "Set Tag",
|
|
"send_vehicle": "Send Vehicle",
|
|
"transfer_vehicle": "Transfer Vehicle",
|
|
"bring_vehicle": "Bring Vehicle",
|
|
"vehicle_transfer_success": "Vehicle transferred to {{garage}}",
|
|
"money_not_enough": "You don't have enough money to transfer vehicle {{price}}",
|
|
"vehicle_transfer_player_success": "{{plate}} vehicle transferred to {{player}}",
|
|
"no_slot_available": "There is no available slot in the garage",
|
|
"vehicle_brought": "{{vehicle}} vehicle brought",
|
|
"marked_as_favorite": "You have marked as favorite",
|
|
"unmarked_as_favorite": "You have unmarked as favorite"
|
|
},
|
|
"empty": {
|
|
"title": "List is empty",
|
|
"description": "No items found",
|
|
"search_title": "No results found",
|
|
"search_description": "there is no result for your '{{searchQuery}}'",
|
|
"search_helper": "Try a different search term",
|
|
"empty_helper": "Try again later"
|
|
},
|
|
"footer": {
|
|
"previous_vehicle": "Previous Vehicle",
|
|
"previous_vehicle_description": "Press left arrow key to go to the previous vehicle",
|
|
"next_vehicle": "Next Vehicle",
|
|
"next_vehicle_description": "Press right arrow key to go to the next vehicle",
|
|
"preview_mode": "Preview Mode",
|
|
"preview_mode_description": "Inspect the vehicle with 3D",
|
|
"music_mode": "Music Mode",
|
|
"music_mode_description": "Toggle the music on/off",
|
|
"exit_garage": "Exit Garage",
|
|
"exit_garage_description": "Press ESC to exit the garage"
|
|
},
|
|
"out_vehicles_modal": {
|
|
"title": "Out Vehicles",
|
|
"description": "Select the vehicle you want to bring",
|
|
"search_placeholder": "Search for a vehicle by name or brand",
|
|
"search_helper": "Try a different search term",
|
|
"empty_helper": "Try again later",
|
|
"list_title": "Vehicle List",
|
|
"list_description": "{{count}} vehicle found",
|
|
"list_helper": "Try a different search term",
|
|
"list_empty_helper": "Try again later",
|
|
"cancel": "Cancel",
|
|
"bring_vehicle": "Bring Vehicle",
|
|
"loading": "Loading vehicles...",
|
|
"loading_helper": "Please wait",
|
|
"selected": "Selected"
|
|
},
|
|
"player_list_modal": {
|
|
"title": "Player List",
|
|
"description": "Select the player you want to transfer the vehicle to",
|
|
"search_placeholder": "Search for a player by name",
|
|
"search_helper": "Try a different search term",
|
|
"empty_helper": "Try again later",
|
|
"list_title": "Player List",
|
|
"list_description": "{{count}} player found",
|
|
"list_helper": "Try a different search term",
|
|
"list_empty_helper": "Try again later",
|
|
"cancel": "Cancel",
|
|
"transfer_vehicle": "Transfer Vehicle",
|
|
"loading": "Loading players...",
|
|
"loading_helper": "Please wait",
|
|
"selected": "Selected"
|
|
},
|
|
"loading": {
|
|
"title": "Loading",
|
|
"description": "Please wait",
|
|
"helper": "Please wait"
|
|
},
|
|
"send_vehicle_modal": {
|
|
"title": "Send Vehicle",
|
|
"description": "Select the garage you want to send the vehicle to",
|
|
"search_placeholder": "Search for a garage by name",
|
|
"search_helper": "Try a different search term",
|
|
"empty_helper": "Try again later",
|
|
"list_title": "Garage List",
|
|
"list_description": "{{count}} garage found",
|
|
"list_helper": "Try a different search term",
|
|
"list_empty_helper": "Try again later",
|
|
"cancel": "Cancel",
|
|
"send_vehicle": "Send Vehicle",
|
|
"loading": "Loading garages...",
|
|
"loading_helper": "Please wait",
|
|
"selected": "Selected",
|
|
"garage_description": "The vehicle will be sent to the selected garage"
|
|
},
|
|
"tag_modal": {
|
|
"title": "Tag",
|
|
"description": "Set the tag for the vehicle {{name}}",
|
|
"current_tag": "Current Tag",
|
|
"new_tag": "New Tag",
|
|
"new_tag_placeholder": "Enter the new tag",
|
|
"popular_tags": "Popular Tags",
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"notification": "You have updated the tag! new tag: {{tag}}"
|
|
},
|
|
"impound_info": {
|
|
"title": "Impound Info",
|
|
"description": "Impound Info",
|
|
"current_tag": "Current Tag",
|
|
"new_tag": "New Tag",
|
|
"new_tag_placeholder": "Enter the new tag",
|
|
"time_left": "Time Left",
|
|
"price": "Price",
|
|
"garage": "Garage",
|
|
"pay_fine": "Pay Fine",
|
|
"pay_fine_description": "Just pay the fine to release the vehicle",
|
|
"pay_fine_button": "Pay Fine",
|
|
"pay_fine_button_description": "You have to wait for the time to pass to pay the fine",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"note": "Note"
|
|
},
|
|
"impound_modal": {
|
|
"title": "Impound",
|
|
"description": "Impound the vehicle",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"impound_garage": "Impound Garage",
|
|
"impound_time": "Impound Time",
|
|
"pay_to_release": "Pay to Release",
|
|
"pay_to_release_description": "If you set this to yes, the player can pay the fine and release the vehicle without waiting for the time to pass",
|
|
"impound_fee": "Impound Fee",
|
|
"note": "Note",
|
|
"note_placeholder": "Enter the note",
|
|
"summary": "Summary",
|
|
"selected_garage": "Selected Garage",
|
|
"select_garage": "Select Garage",
|
|
"time": "Time",
|
|
"fee": "Fee",
|
|
"send_to_impound": "Send to Impound",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"error": {
|
|
"select_garage": "Please select a garage",
|
|
"select_time": "Please select a time",
|
|
"submit": "An error occurred while sending the vehicle to the impound"
|
|
},
|
|
"not_selected": "Not Selected",
|
|
"minutes": "Minutes",
|
|
"seconds": "Seconds"
|
|
},
|
|
"info_card": {
|
|
"engine_health": "Engine Health",
|
|
"body_health": "Body Health",
|
|
"fuel_level": "Fuel Level",
|
|
"brakes": "Brakes",
|
|
"acceleration": "Acceleration",
|
|
"top_speed": "Top Speed",
|
|
"traction": "Traction",
|
|
"close": "Close"
|
|
}
|
|
},
|
|
"decorate_ui": {
|
|
"price": "${{price}}",
|
|
"clear": "Clear",
|
|
"items_found": "{{count}} items found",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"item_list": {
|
|
"stash": "Stash",
|
|
"gardrobe": "Gardrobe",
|
|
"empty": {
|
|
"title": "No item selected",
|
|
"description": "Select item category for decoration. You can start by selecting the type of item you want from the left menu.",
|
|
"helper": "Select an item category from the left menu",
|
|
"search_title": "No results found",
|
|
"search_description": "There is no result for your search '{{searchQuery}}'",
|
|
"search_helper": "Try a different search term"
|
|
}
|
|
},
|
|
"header": {
|
|
"search_placeholder": "Search Furniture Items"
|
|
},
|
|
"help": {
|
|
"title": "Controls and Help",
|
|
"description": "All controls used in decoration mode",
|
|
"mouse_control": "Mouse Control",
|
|
"mouse_control_description": "Move the furniture with the mouse",
|
|
"keyboard_control": "Keyboard Control",
|
|
"f5_description": "Hide/Show cursor",
|
|
"f6_description": "Enable/Disable free camera movement",
|
|
"wasd_description": "Move the furniture with the keyboard",
|
|
"esc_description": "Exit the decoration menu without saving",
|
|
"important_tips": "Important Tips",
|
|
"important_tips_description": "Some furniture includes <typeColor>type and color</typeColor> options, and may have <storageWardrobe>storage or wardrobe</storageWardrobe> features."
|
|
},
|
|
"furniture_info": {
|
|
"select_color": "Select Color",
|
|
"edit_mode": "Edit Mode",
|
|
"translate": "Translate",
|
|
"rotate": "Rotate"
|
|
},
|
|
"buy": {
|
|
"price_info": "Price Info",
|
|
"selected_color": "Selected Color",
|
|
"price": "Price",
|
|
"buy": "Buy - ${{price}}",
|
|
"title": "Are sure you want to buy this item?",
|
|
"description": "When you buy this item, you will receive ${{price}}"
|
|
},
|
|
"categories": {
|
|
"dynamic": "Dynamic",
|
|
"objects": "Objects",
|
|
"stash": "Stash"
|
|
},
|
|
"stash": {
|
|
"no_selected_item": "No selected item",
|
|
"no_selected_item_description": "Select an item from the list on the right to view the details. All your decoration items will be displayed here.",
|
|
"in_stash": "In Stash",
|
|
"not_in_stash": "Not In Stash",
|
|
"furniture_management": "Furniture Management",
|
|
"put_in_stash": "Put in Stash",
|
|
"put_in_stash_description": "Put the item in the stash",
|
|
"remove_from_stash": "Remove from Stash",
|
|
"remove_from_stash_description": "Remove the item from the stash",
|
|
"sell": "Sell Furniture",
|
|
"sell_description": "Sell the item for ${{price}}",
|
|
"are_sure_sell": "Are sure you want to sell this item?",
|
|
"are_sure_sell_description": "When you sell this item, you will receive ${{price}}",
|
|
"save_location": "Save Location",
|
|
"save_location_description": "Save the item to the location",
|
|
"save": "Save"
|
|
},
|
|
"objects": {
|
|
"selected_categories": "Selected: {{count}} category",
|
|
"search_category": "Search category"
|
|
}
|
|
},
|
|
"decorate": {
|
|
"no_money": "You don't have enough money! ${{price}}",
|
|
"invalid_data": "Invalid data",
|
|
"invalid_object": "Invalid object",
|
|
"failed_update": "Failed to update",
|
|
"sold_furniture": "You sold the furniture for ${{price}}",
|
|
"failed_sell": "Failed to sell",
|
|
"gizmo_mode_toggled": "Gizmo mode toggled to {{mode}}",
|
|
"focused": "Focused",
|
|
"unfocused": "Unfocused",
|
|
"focus_object_not_supported": "Focus object is not supported in the mouse decoration mode",
|
|
"too_far": "You are too far from the decoration area",
|
|
"not_in_garage": "You are not in a garage",
|
|
"invalid_garage": "Invalid garage",
|
|
"not_support_decoration": "This garage is not support decoration",
|
|
"not_owner": "You are not the owner of this garage",
|
|
"not_key_holder": "You are not a key holder of this garage",
|
|
"decoration_not_available": "Decoration is not available, someone using it",
|
|
"you_cant_select_entity": "The entity selection is disabled, you need to go `stash` category first"
|
|
},
|
|
"furniture_creator": {
|
|
"page_title": "Furniture Creator",
|
|
"page_description": "Create and manage custom furniture items for your server",
|
|
"select_category": "Select a category",
|
|
"select_category_description": "Choose a furniture category to start managing items",
|
|
"select_item": "Select an item to edit",
|
|
"select_item_description": "Choose an existing item from the list or create a new one",
|
|
"search_placeholder": "Search furniture...",
|
|
"statistics": "Statistics",
|
|
"categories": "categories",
|
|
"total_items": "Items",
|
|
"dynamic": "Dynamic",
|
|
"colors": "Colors",
|
|
"items": "items",
|
|
"no_results": "No results found",
|
|
"try_different_search": "Try adjusting your search query",
|
|
"create_item": "Create Furniture Item",
|
|
"edit_item": "Edit Furniture Item",
|
|
"category": "Category",
|
|
"basic_info": "Basic Info",
|
|
"advanced": "Advanced",
|
|
"object_name": "Object Name",
|
|
"label": "Label",
|
|
"item_description": "Description",
|
|
"price": "Price",
|
|
"color_label": "Color Label",
|
|
"image": "Image",
|
|
"image_description": "Provide an image URL for this furniture item",
|
|
"stash": "Stash",
|
|
"stash_description": "Enable storage functionality",
|
|
"slots": "Slots",
|
|
"max_weight": "Max Weight",
|
|
"gardrobe": "Wardrobe",
|
|
"gardrobe_description": "Enable clothing storage",
|
|
"offset": "Position Offset",
|
|
"preview": "Live Preview",
|
|
"unnamed": "Unnamed Item",
|
|
"no_description": "No description",
|
|
"delete": "Delete",
|
|
"save": "Save",
|
|
"create": "Create",
|
|
"add": "Add",
|
|
"fill_all_fields": "Please fill all required fields",
|
|
"object_label_required": "Object and label are required",
|
|
"color_variations": "Color Variations",
|
|
"color_variations_description": "Add different color variants of this furniture item",
|
|
"add_color": "Add Color",
|
|
"add_color_description": "Add a new color variation to this furniture item",
|
|
"edit_color": "Edit Color Variation",
|
|
"edit_color_description": "Edit the color variation of this furniture item",
|
|
"no_colors": "No color variations yet",
|
|
"add_first_color": "Click Add Color to create your first variant",
|
|
"image_url": "Image URL",
|
|
"image_error": "Failed to load image",
|
|
"no_image": "No image",
|
|
"image_tips": "Tips",
|
|
"image_tip_1": "Use direct image URLs (ending with .png, .jpg, etc.)",
|
|
"image_tip_2": "Recommended size: 512x512px or higher",
|
|
"image_tip_3": "PNG format with transparency works best",
|
|
"category_manager": "Category Manager",
|
|
"category_manager_description": "Create and manage furniture categories",
|
|
"add_category": "Add Category",
|
|
"edit_category": "Edit Category",
|
|
"no_categories": "No categories yet",
|
|
"category_key": "Category Key",
|
|
"dynamic_icon": "Dynamic Icon",
|
|
"dynamic_description": "Enable dynamic placement",
|
|
"navigation": "Navigation Order",
|
|
"css_settings": "CSS Settings",
|
|
"item_created": "Furniture item created successfully",
|
|
"item_create_failed": "Failed to create furniture item",
|
|
"item_updated": "Furniture item updated successfully",
|
|
"item_update_failed": "Failed to update furniture item",
|
|
"item_removed": "Furniture item removed successfully",
|
|
"item_remove_failed": "Failed to remove furniture item",
|
|
"category_created": "Furniture category created successfully",
|
|
"cannot_delete_config_item": "Cannot delete config items, only database items",
|
|
"object_is_not_valid": "Object name is not valid, are you sure it is in the game? {{object}}",
|
|
"screenshot_cancelled": "Screenshot cancelled",
|
|
"screenshot_completed": "Screenshot completed successfully",
|
|
"token_not_set": "FiveManage token is not set. Please set it in config/fivemanage.lua.",
|
|
"uploading_image": "Uploading image to FiveManage...",
|
|
"image_uploaded": "Image uploaded to FiveManage successfully",
|
|
"object_required": "Object is required",
|
|
"object_already_in_category": "The Object name {{object}} is already in this category. {{category}}."
|
|
}
|
|
}
|