{
    "app": {
        "title": "Task Console",
        "subtitle": "Dev workflow board"
    },

    "nav": {
        "title": "Navigation",
        "all": "All tasks",
        "active": "Active",
        "archived": "Completed"
    },

    "footer": {
        "newTask": "New task:",
        "storage": "Local storage only, no backend."
    },

    "main": {
        "title": "DEV Task Hub",
        "subtitle": "Organize all scripts, fixes and ideas in one board."
    },

    "stats": {
        "all": "All tasks",
        "board": "board",
        "allNote": "Full overview.",

        "active": "Active",
        "activeLabel": "active",       
        "activeNote": "You're working on these.",

        "done": "Completed",
        "doneNote": "Finished tasks."
    },

    "form": {
        "new": "New task",
        "newSub": "Script, idea or fix.",

        "name": "Name",
        "nameHint": "Task title.",

        "version": "Version",
        "placeholderVersion": "v1.0.0",

        "priority": "Priority",
        "priorityNormal": "Normal",
        "priorityHigh": "High",
        "priorityLow": "Low",

        "desc": "Description / Changelog",

        "placeholderName": "E.g. New police inventory",
        "placeholderDesc": "- Add new features\n- Fix bugs\n- Optimizations",

        "add": "Add task",
        "cancel": "Cancel"
    },

    "list": {
        "title": "Tasks",
        "viewAll": "Viewing: all tasks.",
        "search": "Search by name or description..."
    },

    "modal": {
        "title": "Are you sure?",
        "text": "This operation cannot be undone.",
        "cancel": "Cancel",
        "confirm": "Yes"
    },

    "js": {
        "errorStorage": "localStorage error → reset.",
        "validateFillFields": "Please fill name and description.",

        "btnSaveChanges": "Save changes",
        "btnAddTask": "Add task",

        "deleteConfirmTitle": "Confirm action",
        "deleteConfirmText": "Are you sure you want to delete this task?",
        "deleteSuccess": "Task deleted.",

        "viewAll": "Viewing: all tasks.",
        "viewActive": "Viewing: active tasks only.",
        "viewArchived": "Viewing: completed tasks.",

        "emptyState": "No tasks in this view.",
        "emptyStateHint": "Add a new one or change the filter."
    }
}
