For the complete documentation index, see llms.txt. This page is also available as Markdown.

Language

{
    "plate_already_exists": "This vehicle already has a custom plate. Remove it first.",
    "no_vehicle_nearby": "No nearby vehicle found.",
    "no_player_nearby": "No nearby player found.",
    "cannot_use_in_vehicle": "You must exit the vehicle first.",
    "not_vehicle_owner": "You do not own this vehicle.",
    "no_item": "You don't have the required item.",
    "progress_install": "Installing plate...",
    "progress_remove": "Removing plate...",
    "second_plate_header": "Custom Plate",
    "second_plate_content": "Would you like to add a **front plate** with the same design?",
    "presser_unauthorized": "You are not authorized to use this presser.",
    "presser_textui": "[E] Plate Presser",
    "presser_menu_title": "Plate Presser",
    "presser_select_size": "Select Plate Size",
    "presser_size_selected": "Selected: %s",
    "presser_size_not_selected": "Not selected",
    "presser_size_shape": "Size & Shape",
    "plate_rectangle_l": "Rectangle Large",
    "plate_rectangle_m": "Rectangle Medium",
    "plate_rectangle_s": "Rectangle Small",
    "plate_square_l": "Square Large",
    "plate_square_m": "Square Medium",
    "plate_square_s": "Square Small",
    "presser_give_editor": "Give Paint Editor",
    "presser_give_editor_desc": "Open editor for closest player",
    "presser_press_plate": "Press Plate",
    "presser_design_ready": "Design ready — press to attach",
    "presser_waiting_design": "Waiting for design...",
    "presser_design_received": "Design received! Open presser menu to press the plate.",
    "flipper_type_header": "Plate Flipper",
    "flipper_type_label": "Flipper Type",
    "flipper_type_custom": "Custom Design",
    "flipper_type_black": "Black Plate",
    "flipper_select_group": "Select Plate Size",
    "flipper_group_label": "Plate Group",
    "flipper_already_installed": "This vehicle already has a flipper installed. Remove it first.",
    "flipper_cooldown": "Please wait before toggling the flipper again.",
    "flipper_use": "[G] Use Flipper",
    "flipper_revert": "[G] Revert Flipper",
    "enable_cursor": "Enable Cursor",
    "translate_mode": "Translate Mode",
    "rotate_mode": "Rotate Mode",
    "toggle_space": "Relative/World",
    "done_editing": "Done Editing",
    "close_gizmo_description": "Close gizmo",
    "ui": {
        "save": "Save",
        "close": "Close",
        "font": "Font",
        "selection": "Selection",
        "brush": "Brush",
        "line": "Line",
        "line_thickness": "Line Thickness",
        "line_type": "Line Type",
        "polygon": "Polygon",
        "curve": "Curve",
        "lines": "Lines",
        "shapes": "Shapes",
        "rect": "Rectangle",
        "square": "Square",
        "circle": "Circle",
        "text": "Text",
        "add_picture_from_url": "Add_picture_from_url",
        "undo": "Undo",
        "redo": "Redo",
        "clear": "Clear",
        "color": "Color",
        "inner_color": "Inner Color",
        "arrows": "Arrows",
        "number_of_points": "Number of Points",
        "bold": "Bold",
        "italic": "Italic",
        "opacity": "Opacity",
        "grid": "Grid",
        "unlocked": "Unlocked",
        "locked": "Locked",
        "hide": "Hide",
        "show": "Show",
        "background_color": "Background Color",
        "no_layer_yet": "No layer yet",
        "toggle_layers_panel": "Toggle layers panel",
        "url": "URL"
    }
}

Last updated