{
  "menu": {
    "home": "Home",
    "customers": "VIP Customers",
    "products": "VIP Products",
    "stats": "Statistics",
    "license": "License",
    "settings": "Settings",
    "customization": "Customization",
    "ultimate_features": "Ultimate Features",
    "enter_fullscreen": "Enable fullscreen mode",
    "exit_fullscreen": "Exit fullscreen mode",
    "expand_sidebar": "Expand menu",
    "collapse_sidebar": "Collapse menu",
    "switch_to_dark_theme": "Switch to dark theme",
    "switch_to_light_theme": "Switch to light theme",
    "change_language": "Change language",
    "premium_feature": "Premium feature - Demo version"
  },
  "home": {
    "title_l1": "Create VIP Products",
    "title_l2": "Stock, price, display",
    "subtitle": "For each product, assign stock, price and display type for your VIP customers",
    "become_vip": "Become VIP",
    "create_vip_product": "Create VIP Product",
    "create_vip_customer": "Add VIP Customer",
    "welcome": "Welcome to VipZone",
    "blocks": {
      "title": "Features",
      "subtitle": "Discover what VipZone can do for you",
      "feature1": {
        "title": "VIP Management",
        "description": "Easily manage your VIP customers and their benefits"
      },
      "feature2": {
        "title": "Products",
        "description": "Link your products to the VIP program and manage their display"
      },
      "feature3": {
        "title": "Settings",
        "description": "Configure general options and product visibility"
      },
      "feature4": {
        "title": "Statistics",
        "description": "Analyze the performance of your VIP program"
      }
    }
  },
  "customers": {
    "description": "Manage VIP customers and the products they can purchase. Set specific stock and pricing per product and customer, configure product display rules for non-VIP customers.",
    "show_inactive": "Show inactive customers (rejected and deleted)",
    "create_button": "Create VIP Customer",
    "columns": {
      "user": "User",
      "assigned_products": "Assigned Products",
      "status": "Status",
      "ordered_amount": "Ordered",
      "ordered_stock": "Ordered Stock",
      "actions": "Actions",
      "product": "Product",
      "stock": "Stock",
      "price": "Price"
    },
    "status": {
      "vip": "VIP Customer",
      "pending": "Awaiting validation",
      "rejected": "Request rejected",
      "deleted": "Customer deleted"
    },
    "product_progress": {
      "low": "Less than 50% used",
      "medium": "Between 50% and 80% used",
      "high": "More than 80% used"
    },
    "products_popover": {
      "title": "Products assigned to",
      "empty": "No products assigned to this customer",
      "stock": "Stock",
      "price": "Price"
    },
    "actions": {
      "validate": "Validate VIP request",
      "reject": "Reject VIP request",
      "edit": "Edit",
      "delete": "Delete",
      "reactivate": "Reactivate customer"
    },
    "dialogs": {
      "delete": {
        "title": "Confirmation",
        "message": "Are you sure you want to delete this VIP customer?",
        "cancel": "No",
        "confirm": "Yes"
      },
      "reject": {
        "title": "Confirm rejection",
        "message": "Are you sure you want to reject this VIP request? This action is irreversible.",
        "cancel": "No",
        "confirm": "Yes, reject"
      },
      "approve": {
        "title": "Confirm validation",
        "message": "Are you sure you want to validate this VIP request for {name}?",
        "cancel": "No",
        "confirm": "Yes, validate"
      },
      "reactivate": {
        "title": "Confirm reactivation",
        "message": "Are you sure you want to reactivate VIP status for {name}?",
        "cancel": "No",
        "confirm": "Yes, reactivate"
      },
      "status_change": {
        "title": "Confirmation",
        "message": "Are you sure you want to change the status of {name}?",
        "cancel": "No",
        "confirm": "Yes"
      }
    },
    "messages": {
      "delete_success": "Customer successfully deleted",
      "delete_error": "Error deleting customer",
      "update_success": "Customer successfully updated",
      "reject_success": "Request successfully rejected",
      "reject_error": "Error rejecting request",
      "approve_success": "Request successfully validated",
      "approve_error": "Error validating request",
      "reactivate_success": "Customer successfully reactivated",
      "reactivate_error": "Error reactivating customer",
      "status_change_success": "Status successfully modified",
      "status_change_error": "Error modifying status",
      "retrieve_error": "Unable to retrieve customer list"
    },
    "no_products": "None",
    "empty": {
      "title": "No VIP customers",
      "description": "Start by adding your first VIP customer"
    }
  },
  "products": {
    "description": "Manage VIP products, their stock, price and display, and their assignment to VIP customers.",
    "create_button": "Add VIP product",
    "columns": {
      "product": "Product",
      "assigned_clients": "Assigned customers",
      "stock": "Assigned stock / product",
      "price": "Price / Initial price",
      "ordered_amount": "Ordered amount",
      "display_type": "Display type",
      "actions": "Actions",
      "user": "User"
    },
    "search_client": "Search for a customer...",
    "clients_popover": {
      "title": "Customers assigned to",
      "empty": "No customers assigned to this product",
      "stock": "units"
    },
    "display_options": {
      "hide_product": "Hide product for non-VIP users",
      "blur_product": "Show button to become VIP (and blur the product)",
      "hide_title": "Hide product title",
      "hide_price": "Hide product price",
      "hide_product_action": "Hide product for non-VIP users",
      "show_product_action": "Show product for non-VIP users",
      "enable_blur_action": "Enable button to become VIP (and blur the product)",
      "disable_blur_action": "Disable button to become VIP",
      "hide_title_action": "Hide product title",
      "show_title_action": "Show product title",
      "hide_price_action": "Hide product price",
      "show_price_action": "Show product price"
    },
    "dialogs": {
      "delete": {
        "title": "Confirmation",
        "message": "Are you sure you want to delete this product?",
        "cancel": "No",
        "confirm": "Yes"
      },
      "remove_client": {
        "title": "Confirmation",
        "message": "Are you sure you want to remove this customer from the product?",
        "cancel": "No",
        "confirm": "Yes"
      }
    },
    "messages": {
      "delete_success": "Product successfully deleted",
      "delete_error": "Error deleting product",
      "client_added": "Customer successfully added",
      "client_removed": "Customer successfully removed",
      "add_client_error": "Error adding customer",
      "remove_client_error": "Error removing customer",
      "client_already_assigned": "This customer is already assigned to this product",
      "display_option_error": "Error updating display options",
      "display_option_success": "Display options successfully updated",
      "retrieve_error": "Unable to retrieve product list"
    },
    "empty": {
      "title": "No products",
      "description": "Start by adding your first product"
    }
  },
  "stats": {
    "description": "General statistics on VIP customers and products",
    "vip_stock_ratio": "VIP Stock",
    "stock_units": "units",
    "stock_products": "Assigned / product",
    "stock_ordered": "Ordered / assigned",
    "stock_total": "Total stock",
    "vip_clients": "VIP Customers",
    "vip_products": "VIP Products",
    "vip_revenue": "VIP Orders",
    "monthly_increase": "{value} since last month",
    "load_error": "Error loading statistics",
    "click_for_details": "Click for more details",
    "chart": {
      "total_orders": "Total amount ordered",
      "vip_orders": "VIP amount ordered"
    },
    "months": {
      "january": "January",
      "february": "February",
      "march": "March",
      "april": "April",
      "may": "May",
      "june": "June",
      "july": "July",
      "august": "August",
      "september": "September",
      "october": "October",
      "november": "November",
      "december": "December"
    }
  },
  "components": {
    "add_customer": {
      "title_add": "Add a customer",
      "title_edit": "Edit a customer",
      "search_client": "Search for a customer...",
      "search_product": "Assigned product(s)...",
      "stock": "Stock",
      "price": "Price",
      "cancel": "Cancel",
      "create": "Create customer",
      "modify": "Modify",
      "create_access": "Create customer access",
      "no_client": "Please select a customer",
      "invalid_product": "Stock and price values must be positive numbers",
      "no_valid_product": "Please add at least one valid product",
      "success_create": "Customer successfully created",
      "success_update": "Customer successfully updated",
      "error_create": "Error creating customer",
      "error_update": "Error updating customer",
      "error_search_clients": "Error searching for customers",
      "error_search_products": "Error searching for products"
    },
    "add_product": {
      "title_add": "Add a VIP product",
      "title_edit": "Edit a VIP product",
      "search_product": "Search for a product...",
      "search_client": "Assigned customer(s)...",
      "stock": "Stock",
      "price": "Price",
      "cancel": "Cancel",
      "create": "Create VIP product",
      "modify": "Modify",
      "no_product_selected": "Please select a product",
      "invalid_stock_price": "Stock and price values must be positive numbers",
      "no_valid_client": "Please add at least one valid customer",
      "success_create": "VIP product successfully created",
      "success_update": "VIP product successfully updated",
      "error_create": "Error creating VIP product",
      "error_update": "Error updating VIP product",
      "error_search_clients": "Error searching for customers",
      "error_search_products": "Error searching for products"
    },
    "add_rule": {
      "title_add": "Add a rule",
      "title_edit": "Edit a rule",
      "select_users": "Select users",
      "select_role": "Select a role",
      "search_user": "Search for a user...",
      "select_products": "Select products",
      "select_category": "Select a category",
      "search_product": "Search for a product...",
      "select_rule": "Select a rule",
      "value": "Enter a value",
      "cancel": "Cancel",
      "create": "Create rule",
      "modify": "Modify rule"
    }
  },
  "common": {
    "cancel": "Cancel",
    "confirm": "Confirm",
    "loading": "Loading...",
    "success": "Success"
  },
  "lazySelect": {
    "loading": "Loading...",
    "loadMore": "Load more",
    "loadingData": "Loading data...",
    "noItemsFound": "No items found",
    "noMatchFound": "No match found",
    "no_results": "No results found",
    "no_customers": "Add users of type \"customer\" in WordPress"
  },
  "license": {
    "title": "License Management",
    "subtitle": "Activate your license to unlock all VipZone features",
    "status": "License status",
    "status_valid": "Activated",
    "status_expired": "Expired",
    "status_invalid": "Invalid",
    "status_free": "Free version",
    "key": "License key",
    "expiry": "Expiration date",
    "new_key": "New license key",
    "enter_key": "Enter your license key",
    "activate": "Activate",
    "deactivate": "Deactivate",
    "loading": "Loading license information...",
    "key_required": "License key is required",
    "activation_success": "License successfully activated",
    "activation_error": "Error activating license",
    "deactivation_success": "License successfully deactivated",
    "deactivation_error": "Error deactivating license",
    "fetch_error": "Error retrieving license information",
    "confirm_deactivate": "Are you sure you want to deactivate your license?",
    "success": "Success",
    "error": "Error",
    "limits_title": "Free version limits",
    "unlimited_customers": "Unlimited VIP customers",
    "unlimited_products": "Unlimited VIP products",
    "plan_type": "Plan type",
    "plan_free": "Free",
    "plan_pro": "PRO",
    "plan_ultimate": "Ultimate",
    "pricing_title": "Pricing plans",
    "pricing_subtitle": "Choose the plan that best suits your needs",
    "free_plan": "Free",
    "current_plan": "Current plan",
    "forever": "Forever",
    "per_year": "Per year",
    "buy_now": "Buy now",
    "free_plan_button": "Already active",
    "feature_blur": "Product blurring feature",
    "feature_updates": "Free updates",
    "feature_premium_support": "Premium support",
    "feature_priority_support": "Priority support",
    "upgrade_required": "Upgrade required",
    "feature_not_available": "Feature not available",
    "upgrade_message": "This feature is available with the extensions:",
    "cancel": "Cancel",
    "go_to_license": "Upgrade",
    "site_quota": "Authorized site quota"
  },
  "errors": {
    "generic": "An error occurred",
    "rest_forbidden": "You do not have the rights for this action. If you have the PRO or ULTIMATE version, check your license, otherwise you need access and management rights to Woocommerce"
  },
  "settings": {
    "title": "VIPZone Settings",
    "general": "General settings",
    "advanced": "Advanced settings",
    "integrations": "Integrations",
    "shop_visibility": "Shop visibility",
    "hide_shop_for_guests": "The shop is hidden for Non-VIP",
    "show_shop_for_guests": "The shop is visible for Non-VIP",
    "save": "Save",
    "saved_successfully": "Settings successfully saved",
    "error_saving": "Error saving settings",
    "blur_levels": "Blur levels",
    "product_blur_level": "Product blur level",
    "product_blur_level_desc": "Intensity of blur applied to product images (1-10)",
    "title_blur_level": "Title blur level",
    "title_blur_level_desc": "Intensity of blur applied to product titles (1-10)",
    "price_blur_level": "Price blur level",
    "price_blur_level_desc": "Intensity of blur applied to product prices (1-10)",
    "vip_product_visibility": "VIP product visibility",
    "vip_product_visibility_desc": "Define how VIP products appear for non-VIP users",
    "stock_management": "Advanced stock management",
    "stock_management_desc": "Allow differentiated stock management per VIP customer",
    "vip_expiration": "VIP status expiration",
    "vip_expiration_desc": "Set the validity period of VIP status in days (0 = unlimited)",
    "email_notifications": "Email notifications",
    "email_notifications_desc": "Send automatic notifications to VIP customers",
    "api_integrations": "External integrations",
    "api_integrations_desc": "Connect VIPZone to your favorite services",
    "advanced_analytics": "Advanced analytics",
    "advanced_analytics_desc": "Access detailed reports on your VIP sales",
    "analytics_preview": "Detailed statistics available in Ultimate version",
    "redirect_url": "Redirect URL",
    "redirect_url_desc": "Redirect URL after VIP registration",
    "title_display": "Title display",
    "hide_titles": "Hide product titles",
    "blur_titles": "Blur product titles",
    "price_display": "Price display",
    "hide_prices": "Hide product prices",
    "blur_prices": "Blur product prices",
    "hide": "Hide",
    "blur": "Blur"
  },
  "customization": {
    "title": "Interface customization",
    "vip_button_section": "'Become VIP' button",
    "vip_button_text": "Button text",
    "vip_button_text_desc": "The text displayed on the button to become VIP",
    "vip_link_text": "Link text",
    "vip_link_text_desc": "The text displayed for the VIP products access link",
    "vip_dialog_section": "VIP request dialog",
    "dialog_title": "Dialog title",
    "dialog_title_desc": "The title displayed at the top of the VIP dialog window",
    "dialog_description": "Dialog description",
    "dialog_description_desc": "The explanatory text displayed in the VIP dialog window",
    "confirm_button_text": "Confirmation button text",
    "cancel_button_text": "Cancel button text",
    "success_message": "Success message",
    "success_message_desc": "The message displayed after a successful VIP request",
    "close_button_text": "Close button text",
    "preview": "Preview",
    "default_button_text": "Become VIP",
    "default_link_text": "Access VIP products",
    "default_dialog_title": "VIP Access",
    "default_dialog_description": "Would you like to request VIP customer status to access this product?",
    "default_confirm_text": "Confirm",
    "default_cancel_text": "Cancel",
    "default_success_message": "Your request has been successfully submitted. An administrator will process it soon.",
    "default_close_text": "Close",
    "woocommerce_product_section": "WooCommerce VIP product",
    "select_product": "Select a product",
    "no_product_selected": "No product selected",
    "product_description": "This product will be offered for purchase in the VIP request dialog",
    "save": "Save",
    "saved_successfully": "Customization successfully saved",
    "error_saving": "Error saving customization",
    "vip_product": "VIP Status Purchase",
    "select_vip_product": "Select a product granting access to VIP status",
    "vip_product_desc": "If a product is selected, users become VIP immediately after purchase. Without a product, users must submit a request that requires admin approval."
  },
  "attributions": {
    "title": "Attributions",
    "illustrations": "Illustrations",
    "storyset": "Some illustrations by Storyset"
  }
}