{
    "admin": {
        "pageTitle": "AI Apps",
        "portal": "Portal",
        "account": "Account",
        "admin": "Admin",
        "logout": "Logout",
        "dashboard": "Admin Dashboard",
        "admin_panel": "Admin Panel",
        "payment_management": "Payment Management",
        "plan_management": "Plan Management",
        "my_account": "My Account",
        "back_to_site": "Back to Site",
        "users": "Users",
        "user_management": "User Management",
        "payments": "Payments",
        "subscriptions": "Subscriptions",
        "settings": "Settings",
        "plans_settings": "Plans",
        "free": "Free",
        "basic": "Basic",
        "standard": "Standard",
        "premium": "Premium",
        "id": "ID",
        "access_until": "Access Until",
        "system_settings": "System Settings",
        "payment_processors": "Payment Processors",
        "email_settings": "Email Settings",
        "site_branding": "Site Branding",
        "site_logo": "Site Logo",
        "site_logo_help": "Recommended: rectangular format (approx. 800×200 pixels), transparent background.",
        "site_favicon": "Site Favicon",
        "site_favicon_help": "Recommended: square format (512×512 pixels, ratio 1:1). Will be displayed at 16×16, 32×32, and other sizes.",
        "social_sharing": "Social Sharing (Open Graph)",
        "social_sharing_(open_graph)": "Social Sharing (Open Graph)",
        "og_title": "OG Title",
        "og_title_help": "Title used when sharing on social media. Defaults to site name if empty.",
        "og_description": "OG Description",
        "og_description_help": "Description used when sharing on social media. Keep it concise and compelling.",
        "og_image": "OG Image",
        "og_image_help": "Recommended: 1200×630 pixels for optimal display on Facebook and other social platforms.",
        "upload": "Upload",
        "remove": "Remove",
        "database": "Database",
        "api_keys": "API Keys",
        "webhooks": "Webhooks",
        "subscription": "Subscription",
        "subscription_plans": "Subscription Plans",
        "plans_settings_info": "These settings allow you to customize the subscription plans displayed to users. Changes made here will be saved to the database and will override the default settings in the config file.",
        "manage_paypal_plans": "Manage PayPal Plans",
        "manage_stripe_plans": "Manage Stripe Plans",
        "basic_plan_settings": "Basic Plan Settings",
        "standard_plan_settings": "Standard Plan Settings",
        "premium_plan_settings": "Premium Plan Settings",
        "free_plan_settings": "Free Plan Settings",
        "plan_name": "Plan Name",
        "plan_name_help": "The display name of the plan (e.g., BRONZE, SILVER, GOLD).",
        "plan_subheader": "Subheader",
        "plan_subheader_help": "A brief description of the plan that appears below the plan name.",
        "plan_button_text": "Button Text",
        "plan_button_text_help": "The text displayed on the button for this plan.",
        "plan_access_level": "Access Level",
        "plan_access_level_help": "The access level associated with this plan (should match user levels).",
        "plan_default_period": "Default Period",
        "plan_default_period_help": "The default billing period to select when showing this plan.",
        "plan_features": "Features",
        "plan_features_help": "List of features for this plan, one per line. Use \"✓\" at the beginning for checkmarks.",
        "pricing_options": "Pricing Options",
        "price": "Price",
        "price_help": "Current price with $ symbol.",
        "was_price": "Was Price",
        "was_price_help": "Original price (for showing discounts).",
        "period_text": "Period Text",
        "period_text_help_monthly": "Text describing the period (e.g., \"per month\").",
        "period_text_help_annually": "Text describing the period (e.g., \"per year\").",
        "savings_text": "Savings Text",
        "savings_text_help": "Text showing savings (e.g., \"Save $20\").",
        "period_text_help_lifetime": "Text describing the period (e.g., \"one-time payment\").",
        "save_plan_settings": "Save Plan Settings",
        "subscription_settings_info": "These settings control how subscription notifications and renewals are handled in your application.",
        "subscription_notifications": "Subscription Notifications",
        "expiration_reminder_days": "Expiration Reminder Days",
        "expiration_reminder_days_help": "Comma-separated list of days before subscription expiration when notification emails will be sent to users (e.g., 5, 3, 1 means emails will be sent exactly 5 days, 3 days, and 1 day before expiration).",
        "renewal_link": "Renewal Link (Relative Path)",
        "renewal_link_help": "Enter only the relative path (without domain) for the subscription renewal page. The system will automatically add the domain and leading slash. Example: \"plans\" will become \"https:\/\/yourdomain.com\/plans\".",
        "subscription_management": "Subscription Management",
        "subscription_expiration_handling": "Subscription Expiration Handling",
        "grace_period_option": "Grace Period (Allow access for a few days after expiration)",
        "immediate_option": "Immediate (Revoke access as soon as subscription expires)",
        "setting_not_implemented_note": "Note: This setting is for display only and is not yet implemented in the system.",
        "grace_period_days": "Grace Period Days",
        "grace_period_days_help": "Number of days to allow access after subscription expiration (if Grace Period is selected). Note: This setting is for display only and is not yet implemented in the system.",
        "subscription_cron_jobs": "Subscription Cron Jobs",
        "cron_jobs_info": "The following cron jobs should be set up on your server to handle subscription-related tasks:",
        "check_subscription_status": "Check Subscription Status",
        "check_subscription_status_help": "Runs daily at midnight to check subscription statuses and send expiration reminders.",
        "check_account_status": "Check Account Status",
        "check_account_status_help": "Runs daily at 1 AM to check account statuses and handle expired subscriptions.",
        "save_subscription_settings": "Save Subscription Settings",
        "copied_to_clipboard": "Copied to clipboard!",
        "security": "Security",
        "security_settings_info": "These settings control security-related aspects of your application. Handle with care as improper configuration may affect system security.",
        "security_keys": "Security Keys",
        "cron_secret_key": "Cron Job Secret Key",
        "enter_cron_secret_key": "Enter cron job secret key",
        "cron_secret_key_help": "This key is used to secure cron job endpoints. It should be a random, hard-to-guess string.",
        "generate_new_key": "Generate New Key",
        "example_cron_url": "Example cron job URL:",
        "password_policy": "Password Policy",
        "password_policy_info": "These settings control password requirements for user accounts. Changes will apply to new passwords and password resets.",
        "min_password_length": "Minimum Password Length",
        "min_password_length_help": "Minimum number of characters required for user passwords.",
        "password_complexity_requirements": "Password Complexity Requirements",
        "require_uppercase": "Require at least one uppercase letter",
        "require_lowercase": "Require at least one lowercase letter",
        "require_number": "Require at least one number",
        "require_special": "Require at least one special character",
        "password_expiry_days": "Password Expiry (Days)",
        "password_expiry_days_help": "Number of days after which users must change their password. Set to 0 to disable password expiry.",
        "session_security": "Session Security",
        "session_security_info": "These settings control how user sessions are managed. Changes will take effect for new sessions.",
        "session_timeout": "Session Timeout (Minutes)",
        "session_timeout_help": "Number of minutes of inactivity after which a user's session will expire.",
        "enforce_https": "Enforce HTTPS",
        "enforce_https_help": "When enabled, all HTTP requests will be redirected to HTTPS.",
        "save_security_settings": "Save Security Settings",
        "system_info": "System Info",
        "php_information": "PHP Information",
        "php_version": "PHP Version",
        "server_software": "Server Software",
        "database_type": "Database Type",
        "operating_system": "Operating System",
        "max_upload_size": "Max Upload Size",
        "max_post_size": "Max Post Size",
        "memory_limit": "Memory Limit",
        "max_execution_time": "Max Execution Time",
        "seconds": "seconds",
        "database_information": "Database Information",
        "total_users": "Total Users",
        "total_revenue": "Total Revenue",
        "active_subscriptions": "Active Subscriptions",
        "new_users_this_month": "New Users This Month",
        "revenue_over_time": "Revenue Over Time",
        "revenue_today_hourly": "Today's Revenue (Hourly)",
        "revenue_this_week_daily": "This Week's Revenue (Daily)",
        "revenue_this_month_daily": "This Month's Revenue (Daily)",
        "revenue_last_12_months_monthly": "Last 12 Months Revenue (Monthly)",
        "year": "Year",
        "month": "Month",
        "week": "Week",
        "today": "Today",
        "no_revenue_data": "No revenue data available",
        "example_data_shown": "Example data is shown for demonstration purposes",
        "user_plans_distribution": "User Plans Distribution",
        "recent_payments": "Recent Payments",
        "recent_users": "Recent Users",
        "date_created": "Date Created",
        "total_payments": "Total Payments",
        "subscription_records": "Subscription Records",
        "plan_mappings": "Plan Mappings",
        "database_size": "Database Size",
        "debug_mode": "Debug Mode",
        "debug_mode_help": "Enable detailed error logging and debugging information.",
        "timezone_offset": "Timezone Offset",
        "timezone_offset_help": "Server timezone offset from GMT\/UTC.",
        "save_system_settings": "Save System Settings",
        "system_actions": "System Actions",
        "clear_cache": "Clear Cache",
        "clear_logs": "Clear Logs",
        "languages": "Languages",
        "payment_processor_settings": "Payment Processor Settings",
        "paypal": "PayPal",
        "stripe": "Stripe",
        "display_settings": "Display Settings",
        "display_name": "Display Name",
        "name_shown_checkout": "Name shown to users during checkout",
        "name_shown_to_users_during_checkout": "Name shown to users during checkout",
        "icon_path": "Icon Path",
        "path_to_icon": "Path to the icon image",
        "path_to_the_icon_image": "Path to the icon image",
        "upload_icon": "Upload Icon",
        "icon_upload_help": "Recommended: square format (200×200 pixels, ratio 1:1), transparent background.",
        "sandbox_credentials": "Sandbox Credentials",
        "sandbox_client_id": "Sandbox Client ID",
        "sandbox_client_secret": "Sandbox Client Secret",
        "enter_sandbox_client_secret": "Enter sandbox client secret",
        "sandbox_webhook_id": "Sandbox Webhook ID",
        "live_credentials": "Live Credentials",
        "live_client_id": "Live Client ID",
        "live_client_secret": "Live Client Secret",
        "enter_live_client_secret": "Enter live client secret",
        "live_webhook_id": "Live Webhook ID",
        "test_credentials": "Test Credentials",
        "test_api_key": "Test API Key",
        "enter_test_api_key": "Enter test API key",
        "test_public_key": "Test Public Key",
        "enter_test_public_key": "Enter test public key",
        "test_webhook_secret": "Test Webhook Secret",
        "enter_test_webhook_secret": "Enter test webhook secret",
        "live_api_key": "Live API Key",
        "enter_live_api_key": "Enter live API key",
        "live_public_key": "Live Public Key",
        "enter_live_public_key": "Enter live public key",
        "live_webhook_secret": "Live Webhook Secret",
        "enter_live_webhook_secret": "Enter live webhook secret",
        "save_payment_settings": "Save Payment Settings",
        "site_settings": "Site Settings",
        "general_information": "General Information",
        "site_name": "Site Name",
        "site_name_help": "The name of your application or company.",
        "site_url": "Site URL",
        "site_url_placeholder": "https:\/\/yourdomain.com",
        "site_url_help": "The main URL of your application (no trailing slash).",
        "admin_email": "Admin Email",
        "admin_email_help": "Email address for administrative notifications.",
        "default_language": "Default Language",
        "default_language_help": "The default language for new users and guests.",
        "user_levels": "User Levels",
        "user_access_levels_json": "User Access Levels (JSON)",
        "user_access_levels_(json)": "User Access Levels (JSON)",
        "auto_fill": "Auto Fill",
        "user_access_levels_help": "Define user access levels and descriptions in JSON format. Example: {\"free\": \"Free User\", \"basic\": \"Basic Subscriber\", \"admin\": \"Administrator\"}",
        "user_access_levels_empty": "User Access Levels cannot be empty. Please fill in the required JSON or use the Auto Fill button.",
        "invalid_json_format": "Invalid JSON format for User Levels.",
        "admin_level_required": "User Access Levels must include at least the \"admin\" level.",
        "user_levels_auto_filled": "User Access Levels have been auto-filled with default values.",
        "user_levels_managed_languages": "User level descriptions are now managed through the Languages tab.",
        "user_levels_default_language": "The descriptions shown here are from the default language (English).",
        "user_levels_translate_instructions": "To translate these descriptions, go to the Languages tab, select \"admin\/user_levels\" section, and edit the translations.",
        "save_site_settings": "Save Site Settings",
        "email_provider": "Email Provider",
        "smtp": "SMTP",
        "sendgrid": "SendGrid",
        "email_provider_info": "Toggle the switch to select your email provider (SMTP or SendGrid). SendGrid settings (like API key) might need to be configured elsewhere or added here if required.",
        "smtp_settings": "SMTP Settings",
        "smtp_host": "SMTP Host",
        "smtp_host_placeholder": "e.g., smtp.example.com",
        "smtp_port": "SMTP Port",
        "smtp_port_placeholder": "e.g., 587 or 465",
        "smtp_username": "SMTP Username",
        "smtp_password": "SMTP Password",
        "enter_new_password": "Enter new password to change",
        "leave_blank_password": "Leave blank to keep the current password.",
        "from_email": "From Email",
        "from_email_placeholder": "e.g., no-reply@example.com",
        "from_email_help": "The default email address emails will be sent from.",
        "test_email_configuration": "Test Email Configuration",
        "test_email_address": "Test Email Address",
        "enter_email_address": "Enter email address",
        "send_test_email": "Send Test Email",
        "test_email_help": "Enter an email address to receive a test message. This will use your current email configuration.",
        "sending_test_email": "Sending test email to",
        "test_email_sent": "Test email sent successfully to",
        "specified_address": "the specified address",
        "save_email_settings": "Save Email Settings",
        "please_enter_email": "Please enter an email address.",
        "sending_test_email_loading": "Sending test email...",
        "sending_test_email_to": "Sending test email to",
        "database_settings": "Database Settings",
        "database_connection": "Database Connection",
        "important": "Important!",
        "db_credentials_warning": "Database credentials cannot be changed here.",
        "db_modify_instructions": "To modify database settings, you must edit the file:",
        "db_hardcoded_reason": "Database settings must be hard-coded in the configuration file for security and performance reasons.",
        "current_db_connection": "Current Database Connection",
        "db_host": "Database Host",
        "defined_in_config": "Defined in config file",
        "db_name": "Database Name",
        "db_user": "Database User",
        "db_password": "Database Password",
        "hidden_for_security": "[Hidden for security]",
        "test_db_connection": "Test Database Connection",
        "testing_connection": "Testing connection...",
        "testing_db_connection": "Testing database connection...",
        "error_testing_connection": "Error testing connection:",
        "openai_api": "OpenAI API",
        "openai_api_key": "OpenAI API Key",
        "enter_openai_api_key": "Enter OpenAI API key",
        "get_api_key_from": "Get your API key from",
        "openai_platform": "OpenAI Platform",
        "whoapi": "WhoAPI",
        "whoapi_url": "WhoAPI URL",
        "enter_whoapi_url": "Enter WhoAPI URL",
        "whoapi_key": "WhoAPI Key",
        "enter_whoapi_key": "Enter WhoAPI key",
        "whoapi_console": "WhoAPI Console",
        "youtube_rapidapi": "YouTube RapidAPI",
        "youtube_rapidapi_key": "YouTube RapidAPI Key",
        "enter_youtube_rapidapi_key": "Enter YouTube RapidAPI key",
        "rapidapi_dashboard": "RapidAPI Dashboard",
        "visit_authorization_section": "(Visit Authorization section)",
        "youtube_rapidapi_host": "YouTube RapidAPI Host",
        "enter_youtube_rapidapi_host": "Enter YouTube RapidAPI host",
        "system_api_key": "System API Key",
        "api_key": "API Key",
        "enter_api_key": "Enter API key",
        "generate": "Generate",
        "api_key_help": "This key is used for API authentication and webhook validation. Click \"Generate\" to create a random 15-character alphanumeric key.",
        "save_api_settings": "Save API Settings",
        "webhooks_info": "Webhooks allow your application to receive real-time notifications about events. Configure the URLs below to integrate with external services like Make.com (formerly Integromat), Zapier, or your own custom endpoints.",
        "webhook_endpoints": "Webhook Endpoints",
        "free_subscription_webhook_url": "Free Subscription Webhook URL",
        "webhook_url_placeholder": "https:\/\/make.com\/webhook\/...",
        "free_subscription_webhook_help": "Full URL for the webhook that receives free subscription notifications (e.g., https:\/\/make.com\/webhook\/...).",
        "contact_us_webhook_url": "Contact Us Form Webhook URL",
        "contact_us_webhook_help": "Full URL for the webhook that receives contact form submissions (e.g., https:\/\/make.com\/webhook\/...).",
        "payment_webhook_url": "Payment Processing Webhook URL",
        "payment_webhook_help": "Full URL for the webhook that receives payment processing notifications (e.g., https:\/\/make.com\/webhook\/...).",
        "webhook_information": "Webhook Information",
        "webhook_testing": "Webhook Testing",
        "select_webhook_to_test": "Select Webhook to Test",
        "free_subscription_webhook": "Free Subscription Webhook",
        "contact_us_form_webhook": "Contact Us Form Webhook",
        "payment_processing_webhook": "Payment Processing Webhook",
        "test_payload_json": "Test Payload (JSON)",
        "edit_test_payload": "(Edit this to customize your test payload)",
        "enter_json_payload": "Enter JSON payload to send to the webhook",
        "test_payload_help": "You can modify this JSON to test different webhook scenarios. The timestamp will be updated automatically when you send the test.",
        "send_test_webhook": "Send Test Webhook",
        "save_webhook_settings": "Save Webhook Settings",
        "please_enter_webhook_url": "Please enter a webhook URL first. Selected type:",
        "invalid_json_payload": "Invalid JSON payload:",
        "testing_webhook": "Testing webhook...",
        "sending_test_webhook": "Sending test webhook to",
        "api_response": "API Response:",
        "error_testing_webhook": "Error testing webhook:",
        "webhook_sent_successfully": "Webhook sent successfully! Response code:",
        "webhook_error_response": "Webhook sent but received error response. Code:",
        "error_sending_webhook": "Error sending webhook:",
        "api_settings_updated_successfully": "API settings updated successfully.",
        "api_settings_update_failed": "Failed to update one or more API settings in the database.",
        "webhook_settings_updated_successfully": "Webhook settings updated successfully.",
        "webhook_settings_update_failed": "Failed to update one or more webhook settings in the database.",
        "db_connection_successful": "Database connection successful!",
        "db_query_failed": "Connection established but test query failed.",
        "db_connection_failed": "Database connection failed:",
        "site_settings_updated_successfully": "Site settings updated successfully.",
        "payment_settings_updated_successfully": "Payment settings updated successfully.",
        "payment_settings_update_failed": "Failed to update payment settings in database.",
        "subscription_settings_updated_successfully": "Subscription settings updated successfully.",
        "subscription_settings_update_failed": "Failed to update one or more subscription settings in the database.",
        "plan_settings_updated_successfully": "Plan settings updated successfully.",
        "plan_settings_update_failed": "Failed to update plan settings in the database.",
        "security_settings_updated_successfully": "Security settings updated successfully.",
        "security_settings_update_failed": "Failed to update security settings in the database.",
        "system_settings_updated_successfully": "System settings updated successfully.",
        "system_settings_update_failed": "Failed to write to config file. Check file permissions.",
        "cache_cleared_successfully": "Cache cleared successfully.",
        "test_email_moved_message": "The test email functionality has been moved to the Email Settings tab.",
        "logs_cleared_successfully": "Logs cleared successfully.",
        "language_added_successfully": "New language added successfully.",
        "translations_saved_successfully": "Translations saved successfully.",
        "language_api_error": "Language API Error: {0}",
        "language_settings_title": "Language & Translation Settings",
        "language_settings_info": "This tab allows you to manage translations for all text in the application. The settings you enter in other tabs (like plan names, features, etc.) are linked to the English translations here. To translate the application to other languages, edit the translations in the respective language tabs.",
        "available_languages": "Available Languages",
        "language_code_header": "Code",
        "language_name_header": "Language",
        "language_status_header": "Status",
        "language_actions_header": "Actions",
        "language_status_default": "Default",
        "language_status_active": "Active",
        "add_new_language": "Add New Language",
        "language_code_label": "Language Code",
        "language_code_placeholder": "e.g., de",
        "language_code_help": "Two-letter ISO language code (e.g., en, es, fr, de)",
        "language_name_label": "Language Name",
        "language_name_placeholder": "e.g., German",
        "language_name_help": "The name of the language in English",
        "add_language_button": "Add Language",
        "edit_translations": "Edit Translations",
        "select_section": "Select Section",
        "select_section_placeholder": "-- Select a section --",
        "select_language": "Select Language",
        "select_language_placeholder": "-- Select a language --",
        "translation_editor": "Translation Editor",
        "json_view": "JSON View",
        "tree_view": "Tree View",
        "tree_view_info": "Click on any key to edit its translation. Changes are not saved until you click the \"Save Translations\" button.",
        "expand_all": "Expand All",
        "collapse_all": "Collapse All",
        "select_section_language_prompt": "Select a section and language to load translations...",
        "json_view_info": "Edit translations directly in the right panel. The left panel shows the English reference. Changes are not saved until you click the \"Save Translations\" button.",
        "translate_json_with_ai": "Translate JSON with AI",
        "english_reference": "English (Reference)",
        "translation_target": "Translation",
        "edit_translation_title": "Edit Translation",
        "cancel": "Cancel",
        "apply": "Apply",
        "save_translations_button": "Save Translations",
        "edit_button": "Edit",
        "delete_button": "Delete",
        "edit_language_title": "Edit Language",
        "edit_language_warning": "Changing the language code will rename all translation files. This operation cannot be undone.",
        "delete_language_title": "Delete Language",
        "delete_language_warning": "You are about to delete the language",
        "delete_language_consequences": "This will permanently remove:",
        "delete_language_files": "All translation files for this language",
        "delete_language_config": "The language entry from the system configuration",
        "delete_language_irreversible": "This operation cannot be undone.",
        "delete_language_confirm": "I understand that this action is irreversible",
        "delete_language_button": "Delete Language",
        "warning": "Warning",
        "language_edited_successfully": "Language updated successfully.",
        "language_deleted_successfully": "Language deleted successfully.",
        "email_settings_updated_successfully": "Email settings updated successfully.",
        "email_settings_update_failed": "Failed to update one or more email settings in the database.",
        "please_enter_valid_email": "Please enter a valid email address.",
        "test_email_sent_successfully": "Test email sent successfully to {0}.",
        "test_email_failed": "Failed to send test email to {0}.",
        "test_email_error": "Error: {0}",
        "error_sending_test_email": "Error sending test email via AJAX: {0}",
        "an_error_occurred": "An error occurred: {0}",
        "addNewUser": "Add New User",
        "userList": "User List",
        "name": "Name",
        "email": "Email",
        "daysToAdd": "Days to add",
        "level": "Level",
        "adminLevel": "Admin",
        "addUser": "Add User",
        "accessUntil": "Access Until",
        "status": "Status",
        "actions": "Actions",
        "loginAsUser": "Login as User",
        "deleteUser": "Delete",
        "active": "Active",
        "inactive": "Inactive",
        "time": "Time",
        "lifetime": "Lifetime",
        "view_all": "View All",
        "user": "User",
        "canceled": "Canceled",
        "expired": "Expired",
        "none": "None",
        "subscription_status": "Subscription Status",
        "amount": "Amount",
        "plan": "Plan",
        "date": "Date",
        "access_to_free_apps_only": "Access to Free apps only",
        "access_to_basic_and_free_apps": "Access to Basic and Free apps",
        "access_to_standard_basic_and_free_apps": "Access to Standard, Basic, and Free apps",
        "access_to_all_apps_premium": "Access to all apps (Premium)",
        "administrative_access": "Administrative access",
        "revenue": "Revenue",
        "add_new_user": "Add New User",
        "filters": "Filters",
        "subscription_level": "Subscription Level",
        "all_levels": "All Levels",
        "all_statuses": "All Statuses",
        "all": "All",
        "custom_date": "Custom Date",
        "custom_range": "Custom Range",
        "current_week": "Current Week",
        "current_month": "Current Month",
        "current_year": "Current Year",
        "date_format": {
            "months_short": {
                "1": "Jan",
                "2": "Feb",
                "3": "Mar",
                "4": "Apr",
                "5": "May",
                "6": "Jun",
                "7": "Jul",
                "8": "Aug",
                "9": "Sep",
                "10": "Oct",
                "11": "Nov",
                "12": "Dec"
            },
            "date_format": "d-MMM-yyyy"
        },
        "last_year": "Last Year",
        "apply_filters": "Apply Filters",
        "reset": "Reset",
        "last_login": "Last Login",
        "never": "Never",
        "not_applicable": "N\/A",
        "days_to_add": "Days to Add",
        "add_user": "Add User",
        "edit_user": "Edit User",
        "save_changes": "Save Changes",
        "copy": "Copy",
        "csv": "CSV",
        "excel": "Excel",
        "pdf": "PDF",
        "print": "Print",
        "search_users": "Search users...",
        "search_payments": "Search payments...",
        "search_subscriptions": "Search subscriptions...",
        "search_plan_mappings": "Search plan mappings...",
        "plan_distribution": "Plan Distribution",
        "plan_type": "Plan Type",
        "plan_period": "Plan Period",
        "paypal_plan_id": "PayPal Plan ID",
        "stripe_plan_id": "Stripe Plan ID",
        "environment": "Environment",
        "created": "Created",
        "updated": "Updated",
        "add_plan_mapping": "Add Plan Mapping",
        "edit_plan_mapping": "Edit Plan Mapping",
        "sandbox": "Sandbox",
        "test": "Test",
        "live": "Live",
        "plan_mapping_added_successfully": "Plan mapping added successfully",
        "error_adding_plan_mapping": "Error adding plan mapping",
        "error_adding_plan_mapping_occurred": "An error occurred while adding the plan mapping",
        "error_fetching_plan_mapping_data": "Error fetching plan mapping data",
        "error_fetching_plan_mapping_occurred": "An error occurred while fetching plan mapping data",
        "plan_mapping_updated_successfully": "Plan mapping updated successfully",
        "error_updating_plan_mapping": "Error updating plan mapping",
        "error_updating_plan_mapping_occurred": "An error occurred while updating the plan mapping",
        "confirm_delete_plan_mapping_message": "Are you sure you want to delete this plan mapping? This action cannot be undone.",
        "plan_mapping_deleted_successfully": "Plan mapping deleted successfully",
        "error_deleting_plan_mapping": "Error deleting plan mapping",
        "error_deleting_plan_mapping_occurred": "An error occurred while deleting the plan mapping",
        "admin_plans_page_error": "An error occurred while loading the admin plans page. Please try again later.",
        "user_added_successfully": "User added successfully",
        "error_adding_user": "Error adding user",
        "error_adding_user_occurred": "An error occurred while adding the user",
        "error_fetching_user_data": "Error fetching user data",
        "error_fetching_user_occurred": "An error occurred while fetching user data",
        "user_updated_successfully": "User updated successfully",
        "error_updating_user": "Error updating user",
        "error_updating_user_occurred": "An error occurred while updating the user",
        "confirm_delete_user_message": "Are you sure you want to delete this user? This action cannot be undone.",
        "user_deleted_successfully": "User deleted successfully",
        "error_deleting_user": "Error deleting user",
        "error_deleting_user_occurred": "An error occurred while deleting the user",
        "admin_users_page_error": "An error occurred while loading the admin users page. Please try again later.",
        "monthly_revenue": "Monthly Revenue",
        "avg_payment": "Avg. Payment",
        "payment_methods": "Payment Methods",
        "payment_processor": "Payment Processor",
        "all_processors": "All Processors",
        "all_plans": "All Plans",
        "all_periods": "All Periods",
        "date_from": "Date From",
        "date_to": "Date To",
        "min_amount": "Min Amount",
        "max_amount": "Max Amount",
        "transaction_id": "Transaction ID",
        "payment_date": "Payment Date",
        "USD": "USD",
        "completed": "Completed",
        "pending": "Pending",
        "failed": "Failed",
        "refunded": "Refunded",
        "payment_details": "Payment Details",
        "payment_information": "Payment Information",
        "subscription_information": "Subscription Information",
        "user_email": "User Email",
        "refund_payment": "Refund Payment",
        "confirm_refund_payment_message": "Are you sure you want to refund this payment? This action cannot be undone.",
        "payment_refunded_successfully": "Payment refunded successfully",
        "error_refunding_payment": "Error refunding payment",
        "error_refunding_payment_occurred": "An error occurred while refunding the payment",
        "error_fetching_payment_data": "Error fetching payment data",
        "error_fetching_payment_occurred": "An error occurred while fetching payment data",
        "admin_payments_page_error": "An error occurred while loading the admin payments page. Please try again later.",
        "showing": "Showing",
        "to": "to",
        "of": "of",
        "entries": "entries",
        "previous": "Previous",
        "next": "Next",
        "processor": "Processor",
        "currency": "Currency",
        "period": "Period",
        "canceled_subscriptions": "Canceled Subscriptions",
        "lifetime_subscriptions": "Lifetime Subscriptions",
        "subscription_details": "Subscription Details",
        "user_information": "User Information",
        "processor_data": "Processor Data",
        "no_processor_data": "No processor data available",
        "subscription_id": "Subscription ID",
        "start_date": "Start Date",
        "end_date": "End Date",
        "cancel_subscription": "Cancel Subscription",
        "confirm_cancel_subscription_message": "Are you sure you want to cancel this subscription? This action cannot be undone.",
        "subscription_canceled_successfully": "Subscription canceled successfully",
        "error_canceling_subscription": "Error canceling subscription",
        "error_canceling_subscription_occurred": "An error occurred while canceling the subscription",
        "error_fetching_subscription_data": "Error fetching subscription data",
        "error_fetching_subscription_occurred": "An error occurred while fetching subscription data",
        "admin_subscriptions_page_error": "An error occurred while loading the admin subscriptions page. Please try again later.",
        "plans": {
            "tab": "Plans",
            "title": "Subscription Plans",
            "subheader": "Subheader",
            "button_text": "Button Text",
            "access_level": "Access Level",
            "default_period": "Default Period",
            "features": "Features",
            "pricing_options": "Pricing Options",
            "currentPlan": "CURRENT",
            "currentPlanLabel": "Your Current Plan",
            "upgradePlanLabel": "Upgrade",
            "downgradePlanLabel": "Downgrade",
            "payWithPayPal": "Pay with PayPal",
            "payWithStripe": "Pay with Stripe",
            "selectProcessor": "Select payment method:",
            "selectedOptions": "Selected options",
            "confirmUpgradeTitle": "Confirm Upgrade",
            "confirmUpgradeMessage": "Are you sure you want to upgrade to the {level} plan?",
            "confirmDowngradeTitle": "Confirm Downgrade",
            "confirmDowngradeMessage": "Are you sure you want to downgrade to the {level} plan?",
            "confirmDowngradeToFree": "Are you sure you want to downgrade to the free plan? You will lose access to premium features.",
            "processingPlanChange": "Processing your plan change...",
            "activeSubscriptionTitle": "Active Subscription Detected",
            "activeSubscriptionMessage": "You currently have an active subscription:",
            "activeUntil": "Active until",
            "amount": "Amount",
            "cancelToSwitch": "To switch to a different plan, you must cancel your current subscription first.",
            "cancelSubscription": "Cancel Subscription",
            "contactSupport": "Contact Support",
            "cancelSubscriptionTitle": "Cancel Your Subscription",
            "cancelSubscriptionMessage": "Are you sure you want to cancel your subscription?",
            "accessUntil": "Your access will continue until",
            "revertToFree": "After this date",
            "revertToFreeMessage": "Your account will revert to the free tier",
            "canSubscribeAfter": "After cancellation",
            "canSubscribeAfterMessage": "You can subscribe to any plan",
            "confirmCancellation": "Confirm Cancellation",
            "keepSubscription": "Keep My Subscription",
            "processingCancellation": "Processing cancellation...",
            "cancellationSuccess": "Subscription canceled successfully!",
            "cancellationError": "Error canceling subscription. Please try again.",
            "alreadyCanceled": "Subscription was already canceled or in a state that doesn't allow cancellation.",
            "cancellationSuccessTitle": "Subscription Canceled",
            "cancellationNote": "Your subscription will remain active until the end of your current billing period.",
            "close": "Close",
            "willBeCanceled": "Will be canceled on",
            "planChangeSuccess": "Your plan has been changed successfully! Refreshing page...",
            "planChangeError": "There was an error changing your plan. Please try again or contact support.",
            "cancel": "Cancel",
            "confirm": "Confirm",
            "success_title": "Payment Successful",
            "success_message": "Thank you for your payment! Your subscription has been processed successfully.",
            "subscription_details": "Subscription Details",
            "plan_label": "Plan",
            "period_label": "Period",
            "period_monthly": "Monthly",
            "period_annually": "Annually",
            "period_lifetime": "Lifetime",
            "monthly": "Monthly",
            "annually": "Annually",
            "lifetime": "Lifetime",
            "selectPeriod": "Select billing period:",
            "confirmation_email": "A confirmation email has been sent to your registered email address.",
            "go_to_dashboard": "Go to Dashboard",
            "redirect_message": "You will be redirected to the plans page in:",
            "skip_waiting": "Skip waiting and go to plans now",
            "coming_soon_title": "Payment Options Coming Soon",
            "coming_soon_message": "We're currently setting up our payment processors. Payment options will be available soon!",
            "coming_soon_processors": "The following payment processors will be available soon:",
            "processor_label": "Payment Processor:",
            "back_to_plans": "Back to Plans",
            "map_paypal_plans": "Map PayPal Plans",
            "paypal_configuration": "PayPal Configuration",
            "environment": "Environment",
            "sandbox": "Sandbox",
            "live": "Live",
            "current_environment": "Current Environment",
            "environment_note": "Note: Plan mappings are separate for each environment.",
            "mode": "Mode",
            "client_id": "Client ID",
            "client_secret": "Client Secret",
            "map_plans": "Map Plans",
            "manage_plans": "Manage Plans",
            "setup_database": "Setup Database",
            "no_plans_found": "No PayPal plans found. Please create plans first.",
            "no_stripe_plans_found": "No Stripe plans found. Please create plans first.",
            "create_plans": "Create Plans",
            "site_plan": "Site Plan",
            "period": "Period",
            "paypal_plan": "PayPal Plan",
            "current_mapping": "Current Mapping",
            "filter_plans": "Filter plans...",
            "select_paypal_plan": "-- Select a PayPal Plan --",
            "select_stripe_plan": "-- Select a Stripe Plan --",
            "not_mapped": "Not Mapped",
            "save_mappings": "Save Mappings",
            "mapping_history": "Mapping History",
            "plan_type": "Plan Type",
            "paypal_plan_id": "PayPal Plan ID",
            "active": "Active",
            "created": "Created",
            "updated": "Updated",
            "inactive": "Inactive",
            "no_mapping_history": "No mapping history found for this environment.",
            "error_retrieving_history": "Error retrieving mapping history:",
            "return_to_management": "Return to Plan Management",
            "go_to_mappings": "Go to Plan Mappings",
            "manage_paypal_plans": "Manage PayPal Subscription Plans",
            "confirm_deactivate": "Are you sure you want to deactivate the plan",
            "subscription_plans": "Subscription Plans",
            "create_new_plan": "Create New Plan",
            "create_all_plans": "Create All Plans",
            "view": "View",
            "edit": "Edit",
            "deactivate": "Deactivate",
            "back_to_list": "Back to List",
            "leave_blank_auto": "Leave blank to auto-generate",
            "select_plan_type": "Select a plan type",
            "price_usd": "Price (USD)",
            "create_plan": "Create Plan",
            "view_plan": "View Plan",
            "plan_details": "Plan Details",
            "last_updated": "Last Updated",
            "billing_details": "Billing Details",
            "billing_cycle": "Billing Cycle",
            "tenure_type": "Tenure Type",
            "sequence": "Sequence",
            "total_cycles": "Total Cycles",
            "frequency": "Frequency",
            "price": "Price",
            "no_billing_cycles": "No billing cycles defined.",
            "payment_preferences": "Payment Preferences",
            "auto_bill_outstanding": "Auto Bill Outstanding",
            "yes": "Yes",
            "no": "No",
            "setup_fee": "Setup Fee",
            "setup_fee_failure_action": "Setup Fee Failure Action",
            "payment_failure_threshold": "Payment Failure Threshold",
            "edit_plan": "Edit Plan",
            "deactivate_plan": "Deactivate Plan",
            "update_plan": "Update Plan",
            "error_retrieving_plan": "Error retrieving plan:",
            "plan_not_found": "Plan not found.",
            "id": "ID",
            "description": "Description",
            "name": "Name",
            "status": "Status",
            "actions": "Actions",
            "setup_starting": "Starting setup of plan mappings table...",
            "table_exists": "Table plan_mappings already exists. Checking structure...",
            "environment_column_exists": "Environment column already exists",
            "setup_completed_message": "Plan mappings table setup completed successfully",
            "setup_completed_title": "Setup Completed",
            "setup_completed_description": "The plan mappings table has been successfully set up and is ready to use.",
            "creating_table": "Creating plan_mappings table...",
            "table_created": "Table plan_mappings created successfully",
            "adding_environment_column": "Adding environment column to plan_mappings table...",
            "environment_column_added": "Environment column added successfully",
            "error_creating_table": "Error creating table:",
            "error_adding_column": "Error adding environment column:",
            "database_setup": "Database Setup",
            "auto_selected": "Auto-selected",
            "auto_select_notice_title": "Automatic Plan Selection",
            "auto_select_notice": "Plans have been automatically selected based on the naming pattern (e.g., \"SmartyAPZ BRONZE (monthly)\" for Basic Monthly). Review the selections and click Save Mappings to confirm.",
            "map_stripe_plans": "Map Stripe Plans",
            "stripe_configuration": "Stripe Configuration",
            "test": "Test",
            "stripe_plan": "Stripe Plan",
            "table_period": "Period",
            "basic": {
                "name": "BRONZE",
                "subheader": "Essential power for creators",
                "price": "$5",
                "was_price": "$10",
                "period": "per month",
                "features": [
                    "✓ All BRONZE-level apps\r",
                    "✓ Essential marketing tools\r",
                    "✓ Unlimited content creation\r",
                    "✓ Basic AI assistance"
                ],
                "button_text": "Go BRONZE"
            },
            "standard": {
                "name": "SILVER",
                "subheader": "Advanced tools for professionals",
                "price": "$10",
                "was_price": "$20",
                "period": "per month",
                "features": [
                    "✓ All BRONZE features included\r",
                    "✓ Advanced utility tools\r",
                    "✓ Priority content generation\r",
                    "✓ Enhanced AI capabilities"
                ],
                "button_text": "Go SILVER"
            },
            "premium": {
                "name": "GOLD",
                "subheader": "Ultimate performance & exclusivity",
                "price": "$15",
                "was_price": "$30",
                "period": "per month",
                "features": [
                    "✓ All SILVER & BRONZE features\r",
                    "✓ Premium AI capabilities\r",
                    "✓ Exclusive high-performance tools\r",
                    "✓ Unlimited advanced processing\r",
                    "✓ Enhanced AI capabilities"
                ],
                "button_text": "Go GOLD"
            },
            "free": {
                "name": "FREE",
                "subheader": "Start your journey today",
                "price": "$0",
                "period": "forever",
                "features": [
                    "✓ Basic app access\r",
                    "✓ Essential tools\r",
                    "✓ Standard support\r",
                    "✓ Community access"
                ],
                "button_text": "Go FREE"
            },
            "admin": {
                "name": "ADMIN"
            },
            "paypal_plan_management": "PayPal Plan Management",
            "stripe_plan_management": "Stripe Plan Management",
            "paypal_plan_management_info": "Manage your PayPal subscription plans here. You can create, edit, and delete plans.",
            "stripe_plan_management_info": "Manage your Stripe subscription plans here. You can create, edit, and delete plans.",
            "confirmPlanChange": "Confirm Plan Change",
            "confirmPlanChangeMessage": "Are you sure you want to change your plan?",
            "activeSubscriptionDetected": "Active Subscription Detected",
            "cancelYourSubscription": "Cancel Your Subscription"
        }
    },
    "common": {
        "period": [],
        "pageTitle": "AI Apps",
        "portal": "Portal",
        "plansMenu": "Plans",
        "account": "Account",
        "admin": "Admin",
        "logout": "Logout",
        "language": "Language",
        "english": "English",
        "spanish": "Spanish",
        "french": "French",
        "german": "German",
        "danish": "Danish",
        "greek": "Greek",
        "swedish": "Swedish",
        "version_1.0": "Version 3.0",
        "©_2025_admin_dashboard": "© 2025 Admin Dashboard",
        "admin_dashboard": "Admin Dashboard",
        "active": "Active",
        "cancel": "Cancel",
        "close": "Close",
        "Danish": "Danish",
        "English": "English",
        "French": "French",
        "German": "German",
        "Greek": "Greek",
        "Spanish": "Spanish",
        "Swedish": "Swedish",
        "copyText": "TXT",
        "copyMarkdown": "MD",
        "copyHtml": "HTML",
        "copyWhats": "WHATS",
        "loading": "Loading...",
        "copy": "Copy",
        "privacy": "Privacy",
        "terms": "Terms",
        "contactUs": "Contact Us",
        "success": "Success",
        "error": "Error",
        "login": "Login",
        "email": "Email",
        "password": "Password",
        "forgot_password": "Forgot Password?",
        "allRightsReserved": "All rights reserved"
    },
    "portal": {
        "appPortal": "App Portal",
        "appTitle": {
            "appname1": "Marketing Content",
            "appname2": "Domain Name Validator",
            "appname3": "Domain Name Generator",
            "appname4": "Objection Wizard",
            "appname5": "FAQ Generator",
            "appname6": "Marketing Angles Creator",
            "appname7": "ExpenseFlow",
            "appname8": "YouTube Summary"
        },
        "appDescription": {
            "appname1": "Create Marketing content that SELLS",
            "appname2": "Validate all domains to find out which ones are available.",
            "appname3": "Generate 20 domain names based on the marketing content provided",
            "appname4": "Magically transform objections into closed deals.",
            "appname5": "Generate customized FAQs with different styles and tones.",
            "appname6": "Create powerful marketing angles for your products and services.",
            "appname7": "Track and manage your expenses with ease.",
            "appname8": "Create Summaries like a PRO."
        }
    },
    "account": {
        "title": "User Account",
        "welcome": "Welcome",
        "email": "Email",
        "status": "Status",
        "daysLeft": "Days Left",
        "level": "Level",
        "resetPassword": "Reset Password",
        "upgradeRenew": "Upgrade\/Renew Account",
        "enterEmail": "Enter your email",
        "backToLogin": "Back to Login",
        "loginRequired": "You need to be logged in to view this page. Please",
        "log_in_link": "log in",
        "userNotFound": "User not found. Please contact support.",
        "preferredLanguage": "Preferred Language",
        "languageHelp": "This setting only affects the language of emails you receive.",
        "updateLanguage": "Update Language",
        "languageUpdateSuccess": "Your language preference has been updated successfully.",
        "languageUpdateError": "There was an error updating your language preference. Please try again.",
        "subscriptionDetails": "Subscription Details",
        "currentSubscription": "Current Subscription",
        "subscriptionId": "Subscription ID",
        "endDate": "End Date",
        "processor": "Processor",
        "subscriptionHistory": "Subscription History",
        "date": "Date",
        "plan": "Plan",
        "period": "Period",
        "amount": "Amount",
        "canceled": "Canceled",
        "active": "Active",
        "cancelled": "Canceled",
        "cancel_subscription": "Cancel Subscription",
        "language_updated": "Your language preference has been updated to {0}.",
        "language_update_error": "An error occurred while updating your language preference.",
        "cancelSubscriptionTitle": "Cancel Your Subscription",
        "cancelSubscriptionMessage": "Are you sure you want to cancel your subscription?",
        "accessUntil": "Your access will continue until",
        "revertToFree": "After this date",
        "revertToFreeMessage": "Your account will revert to the free tier",
        "confirmCancellation": "Yes, Cancel Subscription",
        "cancellationSuccessTitle": "Subscription Canceled",
        "cancellationSuccess": "Subscription canceled successfully!",
        "passwordResetSent": "Password reset instructions have been sent to your email.",
        "passwordResetSuccess": "Your password has been reset successfully. You can now login with your new password.",
        "passwordResetSentGeneric": "If your email exists in our system, you will receive password reset instructions shortly.",
        "passwordResetError": "Failed to send password reset email. Please try again later.",
        "databaseError": "A database error occurred. Please try again later.",
        "goToLogin": "Go to Login",
        "newPassword": "New Password",
        "confirmNewPassword": "Confirm New Password",
        "passwordResetErrorTitle": "Password Reset Error",
        "tryAgain": "Try Again",
        "alreadyCanceled": "Subscription was already canceled.",
        "cancellationNote": "Your subscription will remain active until the end of your current billing period."
    }
}