{
    "_meta": {
        "language": "en",
        "name": "English",
        "version": "1.0.0"
    },
    "common": {
        "loading": "Loading...",
        "saving": "Saving...",
        "deleting": "Deleting...",
        "success": "Success",
        "error": "Error",
        "error_occurred": "An error occurred",
        "unknown_error": "Unknown error",
        "connection_error": "Connection error",
        "no_permission": "You do not have permission to perform this action.",
        "confirm": "Confirm",
        "cancel": "Cancel",
        "save": "Save",
        "copy": "Copy",
        "copied": "Copied!",
        "delete": "Delete",
        "refresh": "Refresh",
        "close": "Close",
        "status": "Status:",
        "logo_alt": "ChatWeb Logo"
    },
    "menu": {
        "chatweb": "ChatWeb",
        "settings": "ChatWeb Settings",
        "dashboard": "Dashboard"
    },
    "api_key": {
        "title": "API Key Configuration",
        "label": "API Key",
        "placeholder": "Enter your API Key...",
        "description": "API Key is provided by ChatWeb to connect with the service.",
        "save_button": "Save API Key",
        "test_button": "Test Connection",
        "status_configured": "API Key configured",
        "empty_error": "API Key cannot be empty.",
        "invalid_error": "Invalid API Key or no access permission.",
        "not_configured": "API Key is not configured. Please configure API Key first.",
        "save_success": "API Key saved successfully and embed code has been automatically retrieved from API. Embed feature has been automatically enabled.",
        "test_success": "API connection successful! API Key is valid.",
        "test_error": "Error testing API Key: ",
        "enter_before_test": "Please enter API Key before testing.",
        "auth_error": "Authentication error: ",
        "activation_failed": "Website activation failed.",
        "critical_error": "Critical error testing API Key: "
    },
    "embed": {
        "title": "Embed Code",
        "description": "Embed code is automatically retrieved from API when saving API Key. You can copy the code below for manual use if needed.",
        "placeholder": "Embed code will be displayed here after saving API Key...",
        "readonly_note": "This code is read-only. It cannot be edited as it is retrieved directly from ChatWeb API when saving API Key.",
        "copy_button": "Copy Embed Code",
        "refresh_button": "Refresh Embed Code",
        "delete_button": "Delete Embed Code",
        "no_api_key": "Please configure API Key first. Embed code will be automatically retrieved when saving API Key.",
        "refresh_success": "Embed code has been refreshed successfully from API.",
        "refresh_error": "Unable to retrieve embed code from API.",
        "delete_success": "Embed code has been deleted successfully.",
        "delete_confirm": "Are you sure you want to delete the embed code? You will need to retrieve it from API again.",
        "no_code_to_copy": "No embed code to copy. Please get embed code first.",
        "copy_failed": "Cannot copy automatically. Please copy manually."
    },
    "embed_settings": {
        "title": "Embed Settings",
        "toggle_label": "Enable/Disable Embed",
        "toggle_description": "Enable to automatically insert embed code into website footer.",
        "toggle_note": "When enabled, embed code will be automatically inserted into the footer of all pages.",
        "save_button": "Save Settings",
        "save_success": "Embed settings saved successfully.",
        "save_error": "An error occurred while saving settings."
    },
    "woocommerce": {
        "title": "WooCommerce Settings",
        "sync_label": "Product Sync",
        "sync_description": "Enable to automatically sync WooCommerce products with ChatWeb.",
        "sync_note": "When enabled, products will be automatically synced when created, updated, or deleted.",
        "save_success": "WooCommerce settings saved successfully.",
        "not_activated": "WooCommerce is not activated."
    },
    "sync_products": {
        "title": "Manual Product Sync",
        "description": "You can manually sync all WooCommerce products with ChatWeb.",
        "button": "Sync All Products",
        "confirm": "Are you sure you want to sync all products? This process may take some time depending on the number of products.",
        "syncing": "Syncing...",
        "no_products": "No products found to sync.",
        "complete": "Completed syncing %d products.",
        "progress": "Syncing... %d/%d products",
        "failed_products": "Products failed to sync:"
    },
    "sync_posts": {
        "title": "Manual Post Sync",
        "description": "You can manually sync all posts with ChatWeb.",
        "button": "Sync All Posts",
        "confirm": "Are you sure you want to sync all posts? This process may take some time depending on the number of posts.",
        "syncing": "Syncing...",
        "no_posts": "No posts found to sync.",
        "result": "Total: %d - Success: %d - Failed: %d",
        "progress": "Syncing... %d/%d posts",
        "auto_note": "When enabled, posts will be automatically synced when created, updated, or deleted."
    },
    "logs": {
        "title": "Product Sync Logs",
        "description": "View WooCommerce product sync logs with ChatWeb.",
        "select_date": "Select date",
        "load_button": "Load logs",
        "summary": "Summary",
        "detail": "Detail",
        "no_data": "No log data for the selected date.",
        "load_error": "Unable to load logs.",
        "select_date_error": "Please select a date to view logs.",
        "dir_not_found": "Logs directory does not exist.",
        "file_not_found": "No log file found for the selected date.",
        "read_error": "Unable to read log file.",
        "upload_access_error": "Unable to access upload directory: ",
        "time": "Time",
        "action": "Action",
        "product": "Product",
        "status": "Status",
        "sync_start": "Sync started",
        "sync_complete": "Sync completed",
        "batch_progress": "Batch progress",
        "sync_attempt": "Sync attempt",
        "sync_result": "Sync result"
    },
    "plugin_info": {
        "title": "Plugin Information",
        "version": "Version:",
        "website": "Website:"
    },
    "support": {
        "title": "Support",
        "description": "If you need support, please contact:",
        "address": "Address:",
        "contact": "Contact:"
    },
    "dashboard": {
        "title": "Dashboard Data",
        "load_button": "Load Dashboard Data",
        "load_error": "Error getting dashboard data: ",
        "no_data": "No dashboard data available.",
        "connected": "Connected",
        "not_connected": "Not Connected"
    },
    "cache": {
        "clear_button": "Clear Cache",
        "clear_confirm": "Are you sure you want to clear all caches?",
        "clear_success": "Cache cleared successfully.",
        "clear_error": "Error clearing cache: "
    },
    "table": {
        "id": "ID",
        "name": "Product Name",
        "title": "Title",
        "error": "Error",
        "total": "Total:",
        "processed": "Processed:",
        "success": "Success:",
        "failed": "Failed:"
    }
}