{
    "global": {
        "shared": {},
        "loader": {
            "loading": "Loading...",
            "connectingAuth": "Connecting to the authentication server...",
            "retryingIn": "Retrying in {{seconds}} seconds..."
        },
        "cookies": {
            "banner": {
                "text": "This website uses its own and third-party cookies to enhance your browsing experience, analyze traffic, and provide personalized content. You can accept or configure your preferences.",
                "btnAccept": "Accept",
                "btnConfig": "Configure"
            },
            "configModal": {
                "title": "Cookie Preferences",
                "text_p1": "You can choose which types of cookies you want to accept. Essential cookies are always active, as they are necessary for the proper functioning of the website.",
                "text_p2": "Non-essential cookies help us improve your experience through analytics and personalized content. You can adjust your preferences below.",
                "essentialCookiesTitle": "Essential cookies",
                "nonEssentialCookiesTitle": "Non essential cookies",
                "cookieConfig": [
                    {
                        "name": "web-essential",
                        "label": "Web essential",
                        "description": "Essential cookies are necessary for the basic functions of the website. They enable features like secure login, page navigation, and access to protected areas. Without them, the site cannot function properly. These cookies cannot be disabled.",
                        "required": "true"
                    },
                    {
                        "name": "performance-cookies",
                        "label": "Performance cookies",
                        "description": "These cookies help us improve how the website works by tracking things like which pages are popular or if users encounter errors. The information is used to make the site faster, easier to use, and more helpful overall.",
                        "required": "false"
                    },
                    {
                        "name": "functional-cookies",
                        "label": "Functional cookies",
                        "description": "These cookies enable enhanced functionality and personalization, such as remembering user preferences, language settings, or enabling embedded content (Google Maps). If disabled, some features may not work as intended.",
                        "required": "false"
                    },
                    {
                        "name": "social-cookies",
                        "label": "Social media cookies",
                        "description": "These cookies allow you to share content from our site on social media platforms and may track your browsing activity across different websites.",
                        "required": "false"
                    },
                    {
                        "name": "analytics-cookies",
                        "label": "Analytics cookies",
                        "description": "These cookies help us understand how visitors interact with the website by collecting and reporting information anonymously. They allow us to improve the structure and content of the site.",
                        "required": "false"
                    },
                    {
                        "name": "marketing-cookies",
                        "label": "Marketing cookies",
                        "description": "These cookies are used to deliver ads that are more relevant to you and your interests. They may also be used to track the effectiveness of advertising campaigns across websites.",
                        "required": "false"
                    },
                    {
                        "name": "functionality-cookies",
                        "label": "Technical Functionality Cookies",
                        "description": "Used to enable essential technical functions not covered by basic cookies, such as managing content loading or maintaining secure sessions.",
                        "required": "false"
                    },
                    {
                        "name": "personalization-cookies",
                        "label": "Personalization Cookies",
                        "description": "Allow remembering user preferences such as language, location, or preferred layout, and delivering tailored content. If disabled, some personalized experiences may be lost.",
                        "required": "false"
                    },
                    {
                        "name": "security-cookies",
                        "label": "Security Cookies",
                        "description": "Used to identify and prevent security risks, detect malicious activities, and protect the integrity of user data.",
                        "required": "false"
                    }
                ],
                "btnAccept": "Accept selection",
                "btnAcceptAll": "Accept all"
            }
        }
    },
    "pages": {
        "public": {
            "login": {
                "_url": "/en",
                "subtitle": "Employee Area",
                "legalNotice": "Legal notice",
                "btnEnterToPage": "Go to Panel",
                "btnLogin": "Log in",
                "btnLogout": "Log out",
                "privacyPolicy": "Privacy policy",
                "toasts": {
                    "login": {
                        "success": {
                            "data": {
                                "statusType": "success",
                                "position": "bottom-right",
                                "message": "Logged In"
                            }
                        },
                        "error": {
                            "data": {
                                "statusType": "error",
                                "position": "bottom-right",
                                "message": "Not logged in"
                            }
                        }
                    },
                    "keycloakServerStatus": {
                        "unknown": {
                            "data": {
                                "statusType": "warning",
                                "position": "bottom-right",
                                "message": "Establishing connection with the authentication server..."
                            }
                        },
                        "offline": {
                            "data": {
                                "statusType": "error",
                                "position": "bottom-right",
                                "message": "Authentication server not available."
                            }
                        }
                    }
                }
            },
            "dashboard": {
                "_url": "/en/dashboard",
                "title": "Dashboard",
                "loadError": "Error loading statistics. Check that you have employee permissions.",
                "kpi": {
                    "activeEmployees24h": "Active employees (24h)",
                    "activeUsers24h": "Active users (24h)",
                    "loginsToday": "Logins today",
                    "loginsYesterday": "Logins yesterday",
                    "newUsersWeek": "New users (week)",
                    "uniqueSessions": "unique sessions",
                    "previousDay": "previous day",
                    "newRecords": "new records",
                    "employee": "Emp.",
                    "user": "User"
                },
                "charts": {
                    "weeklyTitle": "User logins",
                    "weeklySubtitle": "Logins per day",
                    "monthlyTitle": "This month login distribution",
                    "monthlySubtitle": "Login proportion",
                    "userStatusTitle": "User status",
                    "userStatusSubtitle": "Total active vs inactive in the system",
                    "registrationsTitle": "Registered users",
                    "registrationsSubtitle": "New records per day in the period"
                },
                "subtitle": "System activity overview",
                "tabs": {
                    "general": "General",
                    "newSection": "New section"
                },
                "filter": {
                    "label": "Analysis period",
                    "apply": "Apply"
                }
            },
            "profile": {
                "_url": "/en/my-profile",
                "title": "My Profile",
                "subtitle": "Manage your personal information",
                "form": {
                    "name": "First name",
                    "surname": "Last name",
                    "username": "Username",
                    "mail": "Email address",
                    "mailReadOnly": "Email address cannot be changed from here",
                    "phone": "Phone",
                    "saveBtn": "Save changes",
                    "saving": "Saving...",
                    "errors": {
                        "nameRequired": "Username is required",
                        "mailRequired": "Email address is required",
                        "mailInvalid": "Enter a valid email address",
                        "loadError": "Error loading profile",
                        "saveError": "Error saving changes"
                    },
                    "success": "Profile updated successfully"
                },
                "avatar": {
                    "newBtn": "New avatar",
                    "saving": "..."
                }
            },
            "audit": {
                "_url": "/en/audit",
                "title": "Audit",
                "table": {
                    "clearBtn": "Clear filter",
                    "downloadAllBtn": "Download all",
                    "downloadFilteredBtn": "Download filtered",
                    "searchPlaceholder": "Search...",
                    "empty": "No audit records found.",
                    "headers": {
                        "user": "User",
                        "action": "Action",
                        "ip": "IP",
                        "browser": "Browser",
                        "timestamp_utc": "Date and Time (UTC)"
                    },
                    "actions": {
                        "login": "Login",
                        "logout": "Logout",
                        "login_failed": "Login failed"
                    },
                    "errors": {
                        "loadError": "Error loading audit records. Make sure you have employee permissions."
                    }
                },
                "subtitle": "View system access records"
            },
            "manageUsers": {
                "_url": "/en/manage-users",
                "title": "Manage Users",
                "subtitle": "Manage the users registered in the system",
                "table": {
                    "clearBtn": "Clear filter",
                    "downloadAllBtn": "Download all",
                    "downloadFilteredBtn": "Download filtered",
                    "searchPlaceholder": "Search...",
                    "empty": "No users found.",
                    "editBtn": "Edit user",
                    "deleteBtn": "Delete user",
                    "cols": {
                        "username": "Username",
                        "name": "First name",
                        "surname": "Last name",
                        "mail": "Email",
                        "phone": "Phone",
                        "isActive": "Active",
                        "isEmployee": "Employee",
                        "actions": "Actions"
                    },
                    "errors": {
                        "loadError": "Error loading users. Make sure you have employee permissions."
                    },
                    "bulkBar": {
                        "selected": "{{count}} selected",
                        "activateBtn": "Activate",
                        "deactivateBtn": "Deactivate",
                        "deleteBtn": "Delete selected"
                    }
                },
                "editModal": {
                    "title": "Edit User",
                    "name": "First name",
                    "surname": "Last name",
                    "username": "Username",
                    "mail": "Email address",
                    "mailReadOnly": "Email address cannot be changed from here",
                    "phone": "Phone",
                    "isActive": "Active user",
                    "isEmployee": "Is employee",
                    "saveBtn": "Save changes",
                    "saving": "Saving...",
                    "cancelBtn": "Cancel",
                    "success": "Changes saved successfully",
                    "errors": {
                        "usernameRequired": "Username is required",
                        "mailInvalid": "Enter a valid email address",
                        "saveError": "Error saving changes"
                    }
                },
                "deleteModal": {
                    "title": "Delete User",
                    "message": "Are you sure you want to delete user ",
                    "warningTitle": "⚠️ This action is irreversible",
                    "warningAudit": "All audit records for this user will also be permanently deleted.",
                    "warningSoftDelete": "If you only want to block access, consider deactivating the user instead.",
                    "confirmBtn": "Delete anyway",
                    "deleting": "Deleting...",
                    "cancelBtn": "Cancel",
                    "error": "Error deleting the user"
                },
                "toasts": {
                    "edited": "User \"{{username}}\" updated",
                    "deleted": "User \"{{username}}\" deleted",
                    "bulkDeleted": "{{count}} users deleted",
                    "bulkActivated": "{{count}} users activated",
                    "bulkDeactivated": "{{count}} users deactivated",
                    "undo": "Undo",
                    "deleteError": "Error deleting user",
                    "bulkDeleteError": "Error deleting selected users",
                    "bulkUpdateError": "Error updating selected users"
                }
            },
            "not-found": {
                "title": "Whoops!",
                "subtitle": "We couldn't find the page",
                "goBackBtn": "Go back",
                "goHomeBtn": "Go home"
            },
            "fisioterapia": {
                "_url": "/en/physiotherapy",
                "title": "Session Management",
                "subtitle": "Session and booking management",
                "newCalendarBtn": "+ New calendar",
                "newSessionBtn": "New session",
                "editCalendarBtn": "Edit calendar",
                "noCalendarMsg": "Create or select a calendar to get started",
                "calendar": {
                    "dayView": "day"
                },
                "newCalendarModal": {
                    "title": "New calendar",
                    "namePlaceholder": "Calendar name *",
                    "descPlaceholder": "Description (optional)",
                    "timezoneLabel": "Timezone",
                    "cancel": "Cancel",
                    "creating": "Creating...",
                    "create": "Create"
                },
                "editCalendarModal": {
                    "title": "Edit calendar",
                    "namePlaceholder": "Name *",
                    "descPlaceholder": "Description (optional)",
                    "timezoneLabel": "Timezone",
                    "timezoneNote": "The timezone cannot be changed after creating the calendar to maintain consistency with already saved sessions.",
                    "cancel": "Cancel",
                    "saving": "Saving...",
                    "save": "Save",
                    "clearBtn": "Clear all sessions",
                    "clearConfirmTitle": "Confirm clear?",
                    "clearConfirmText": "All sessions of the calendar \"{{ name }}\" will be deleted, including their registrations.",
                    "clearCancel": "Cancel",
                    "clearing": "Clearing...",
                    "clearConfirm": "Yes, clear",
                    "deletedSessions": "{{ count }} session(s) deleted.",
                    "deleteBtn": "Delete calendar",
                    "deleteWarningTitle": "⚠️ This action is irreversible",
                    "deleteWarningText": "The calendar \"{{ name }}\" and all its sessions and registrations will be deleted. Data cannot be recovered.",
                    "deleting": "Deleting...",
                    "deleteConfirm": "Yes, delete all"
                },
                "sessionDetail": {
                    "cancelledBadge": "Cancelled",
                    "noName": "No name",
                    "slots": "{{ used }} / {{ max }} slots",
                    "cancelledMsg": "This session is cancelled",
                    "reopenBtn": "Reopen this session",
                    "hideBtn": "Hide from calendar",
                    "reopenAllBtn": "Reopen this and future \"{{ name }}\"",
                    "hideAllBtn": "Hide this and future \"{{ name }}\"",
                    "editBtn": "Edit session",
                    "cancelBtn": "Cancel session",
                    "cancelAllBtn": "Cancel this and future \"{{ name }}\"",
                    "inscribedTitle": "Registered ({{ count }})",
                    "copyAllEmailsBtn": "Copy all emails",
                    "copyConfirmedEmailsBtn": "Copy accepted emails",
                    "noInscribed": "No registrations yet",
                    "confirmed": "Confirmed",
                    "pending": "Pending",
                    "fullSession": "Session full — no slots available",
                    "cancelledSession": "Session cancelled",
                    "addUserTitle": "Add user",
                    "searchPlaceholder": "Search by username, name or email...",
                    "addingBtn": "Adding...",
                    "addBtn": "Add to this session",
                    "addToAllBtn": "Add to this and following \"{{ name }}\"",
                    "addToAllNoNameBtn": "Add to this and following (session without name)",
                    "addedToSessions": "User added to {{ count }} session(s).",
                    "updatedSessions": "{{ count }} session(s) updated.",
                    "cancelAllConfirm": "Cancel all sessions \"{{ name }}\" from {{ date }}?",
                    "cancelledSessions": "{{ count }} session(s) cancelled.",
                    "cancelConfirm": "Cancel session \"{{ name }}\"?",
                    "emailsCopied": "{{ count }} email(s) copied to clipboard",
                    "confirmedEmailsCopied": "{{ count }} accepted email(s) copied to clipboard"
                },
                "sessionForm": {
                    "titleNew": "New session",
                    "titleEdit": "Edit session",
                    "calendarLabel": "Calendar",
                    "calendarPlaceholder": "Select calendar...",
                    "nameLabel": "Class name",
                    "namePlaceholder": "E.g.: Floor pilates, Cervical physio...",
                    "dateLabel": "Date",
                    "timeLabel": "Time",
                    "durationLabel": "Duration (min)",
                    "slotsLabel": "Max slots",
                    "autoAccept": "Automatic confirmation on registration",
                    "recurrenceLabel": "Recurrence",
                    "once": "Once",
                    "daily": "Every day",
                    "weekly": "Every week",
                    "untilLabel": "Until",
                    "daysLabel": "Days",
                    "cancel": "Cancel",
                    "saving": "Saving...",
                    "saveChanges": "Save changes",
                    "create": "Create session",
                    "errorSave": "Error saving session",
                    "errorCreate": "Error creating session",
                    "weekdays": { "0": "Sun", "1": "Mon", "2": "Tue", "3": "Wed", "4": "Thu", "5": "Fri", "6": "Sat" }
                }
            }
        },
        "internal": {}
    }
}