> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/custom-plates-with-flipper/language.md).

# Language

```json
{
    "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"
    }
}

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rainmad.com/resources/custom-plates-with-flipper/language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
