"description":"Manage core system configurations, including site, security, subscription, invite commission, nodes, email, and notifications",
"server":{
"title":"Server Configuration",
"description":"Configure node communication and synchronization settings, including communication keys, polling intervals, load balancing and other advanced options.",
"server_token":{
"title":"Communication Token",
"placeholder":"Enter communication token",
"description":"Used for authentication between servers",
"generate_tooltip":"Click to generate random token"
},
"server_pull_interval":{
"title":"Node Pull Action Polling Interval",
"description":"The frequency at which nodes retrieve data from the panel.",
"placeholder":"Enter pull interval"
},
"server_push_interval":{
"title":"Node Push Action Polling Interval",
"description":"The frequency at which nodes push data to the panel.",
"placeholder":"Enter push interval"
},
"device_limit_mode":{
"title":"Device Limit Mode",
"description":"In relaxed mode, using multiple nodes from the same IP address counts as one device.",
"strict":"Strict Mode",
"relaxed":"Relaxed Mode",
"placeholder":"Select device limit mode"
}
},
"invite":{
"title":"Invitation & Commission Settings",
"description":"Configure invitation registration and commission related settings.",
"invite_force":{
"title":"Enable Forced Invitation",
"description":"When enabled, only invited users can register."
},
"invite_commission":{
"title":"Invitation Commission Percentage",
"description":"Default global commission distribution ratio, you can configure individual ratios in user management.",
"placeholder":"Enter commission percentage"
},
"invite_gen_limit":{
"title":"Invitation Code Generation Limit",
"description":"Maximum number of invitation codes a user can create",
"placeholder":"Enter generation limit"
},
"invite_never_expire":{
"title":"Never Expire Invitation Code",
"description":"When enabled, invitation codes will not expire after use, otherwise they will expire after being used."
},
"commission_first_time":{
"title":"First-time Commission Only",
"description":"When enabled, commission will only be generated on the first payment of the invitee, can be configured individually in user management."
},
"commission_auto_check":{
"title":"Automatic Commission Confirmation",
"description":"When enabled, commission will be automatically confirmed 3 days after order completion."
},
"commission_withdraw_limit":{
"title":"Withdrawal Threshold (Yuan)",
"description":"Withdrawal requests below this threshold will not be submitted.",
"placeholder":"Enter withdrawal threshold"
},
"commission_withdraw_method":{
"title":"Withdrawal Methods",
"description":"Supported withdrawal methods, separate multiple methods with commas.",
"placeholder":"Enter withdrawal methods, separate with commas"
},
"withdraw_close":{
"title":"Disable Withdrawals",
"description":"When enabled, users will be prohibited from requesting withdrawals, and invitation commissions will go directly to user balance."
},
"commission_distribution":{
"title":"Three-level Distribution",
"description":"When enabled, commission will be split according to the three set ratios, total should not exceed 100%.",
"l1":"Level 1 Inviter Ratio",
"l2":"Level 2 Inviter Ratio",
"l3":"Level 3 Inviter Ratio",
"placeholder":"Enter ratio e.g. 50"
},
"saving":"Saving..."
},
"site":{
"title":"Site Settings",
"description":"Configure basic site information, including site name, description, currency unit, and other core settings.",
"form":{
"siteName":{
"label":"Site Name",
"placeholder":"Please enter site name",
"description":"Used where site name needs to be displayed."
},
"siteDescription":{
"label":"Site Description",
"placeholder":"Please enter site description",
"description":"Used where site description needs to be displayed."
},
"siteUrl":{
"label":"Site URL",
"placeholder":"Please enter site URL, without trailing /",
"description":"Current website URL, will be used in emails and other places where URL is needed."
},
"forceHttps":{
"label":"Force HTTPS",
"description":"Need to enable when the site is not using HTTPS but CDN or reverse proxy has forced HTTPS."
},
"logo":{
"label":"LOGO",
"placeholder":"Please enter LOGO URL, without trailing /",
"description":"Used where LOGO needs to be displayed."
},
"subscribeUrl":{
"label":"Subscribe URL",
"placeholder":"Used for subscription, multiple URLs separated by ','. Leave empty to use site URL.",
"description":"Used for subscription, leave empty to use site URL."
},
"tosUrl":{
"label":"Terms of Service (TOS) URL",
"placeholder":"Please enter TOS URL, without trailing /",
"description":"Used to link to Terms of Service (TOS)"
},
"stopRegister":{
"label":"Stop New User Registration",
"description":"When enabled, no one will be able to register."
},
"tryOut":{
"label":"Registration Trial",
"placeholder":"Disabled",
"description":"Select the subscription for trial, if no options please add in subscription management first.",
"duration":{
"label":"Trial Duration",
"placeholder":"0",
"description":"Trial duration in hours."
}
},
"currency":{
"label":"Currency Unit",
"placeholder":"CNY",
"description":"For display only, changing this will affect all currency units in the system."
},
"currencySymbol":{
"label":"Currency Symbol",
"placeholder":"¥",
"description":"For display only, changing this will affect all currency symbols in the system."
}
}
},
"safe":{
"title":"Security Settings",
"description":"Configure system security options, including login verification, password policies, and API access settings.",
"form":{
"emailVerify":{
"label":"Email Verification",
"description":"When enabled, users will be required to verify their email."
},
"gmailLimit":{
"label":"Disable Gmail Aliases",
"description":"When enabled, Gmail aliases will not be allowed to register."
},
"safeMode":{
"label":"Safe Mode",
"description":"When enabled, accessing the site through domains other than the site URL will be blocked with 403."
},
"securePath":{
"label":"Admin Path",
"placeholder":"admin",
"description":"Admin management path, changing this will modify the original admin path"
},
"emailWhitelist":{
"label":"Email Suffix Whitelist",
"description":"When enabled, only email suffixes in the list will be allowed to register.",
"suffixes":{
"label":"Email Suffixes",
"placeholder":"Enter email suffixes, one per line",
"description":"Enter the allowed email suffixes, one per line"
}
},
"recaptcha":{
"enable":{
"label":"Enable reCAPTCHA",
"description":"When enabled, users will need to pass reCAPTCHA verification when registering."
},
"key":{
"label":"reCAPTCHA Key",
"placeholder":"Enter reCAPTCHA key",
"description":"Enter your reCAPTCHA key"
},
"siteKey":{
"label":"reCAPTCHA Site Key",
"placeholder":"Enter reCAPTCHA site key",
"description":"Enter your reCAPTCHA site key"
}
},
"registerLimit":{
"enable":{
"label":"IP Registration Limit",
"description":"When enabled, the number of registrations from the same IP will be limited."
},
"count":{
"label":"Registration Count",
"placeholder":"Enter maximum registration count",
"description":"Maximum number of registrations allowed from the same IP"
},
"expire":{
"label":"Limit Duration",
"placeholder":"Enter limit duration in hours",
"description":"Duration of the registration limit in hours"
}
},
"passwordLimit":{
"enable":{
"label":"Password Attempt Limit",
"description":"When enabled, the number of password attempts will be limited."
},
"count":{
"label":"Attempt Count",
"placeholder":"Enter maximum attempt count",
"description":"Maximum number of password attempts allowed"
},
"expire":{
"label":"Lock Duration",
"placeholder":"Enter lock duration in hours",
"description":"Duration of the account lock in hours"
}
}
}
},
"subscribe":{
"title":"Subscription Settings",
"description":"Manage subscription-related configurations, including subscription link format, update frequency, traffic statistics, and other settings.",
"plan_change_enable":{
"title":"Allow Subscription Changes",
"description":"When enabled, users will be able to change their subscription plans."
},
"reset_traffic_method":{
"title":"Monthly Traffic Reset Method",
"description":"Global traffic reset method, defaults to the 1st of each month. Can be set individually for subscriptions in subscription management.",
"options":{
"monthly_first":"1st of Each Month",
"monthly_reset":"Monthly Reset",
"no_reset":"No Reset",
"yearly_first":"January 1st",
"yearly_reset":"Yearly Reset"
}
},
"surplus_enable":{
"title":"Enable Deduction Plan",
"description":"When enabled, the system will deduct from the original subscription when users change subscriptions, refer to documentation for details."
},
"new_order_event":{
"title":"Trigger Event on New Subscription",
"description":"This task will be triggered when a new subscription is completed.",
"options":{
"no_action":"No Action",
"reset_traffic":"Reset User Traffic"
}
},
"renew_order_event":{
"title":"Trigger Event on Subscription Renewal",
"description":"This task will be triggered when a subscription renewal is completed.",
"options":{
"no_action":"No Action",
"reset_traffic":"Reset User Traffic"
}
},
"change_order_event":{
"title":"Trigger Event on Subscription Change",
"description":"This task will be triggered when a subscription change is completed.",
"options":{
"no_action":"No Action",
"reset_traffic":"Reset User Traffic"
}
},
"subscribe_path":{
"title":"Subscription Path",
"description":"Subscription path, modifying will change the original subscribe path",
"description":"When enabled, subscription information will be output when users subscribe to nodes."
},
"show_protocol_to_server":{
"title":"Show Protocol in Node Names",
"description":"When enabled, subscription lines will include protocol names (e.g., [Hy2]Hong Kong)"
},
"saving":"Saving...",
"plan":{
"title":"Subscription Plans",
"add":"Add Plan",
"search":"Search plans...",
"sort":{
"edit":"Edit Sort",
"save":"Save Sort"
},
"columns":{
"id":"ID",
"show":"Show",
"sell":"Sell",
"renew":"Renew",
"renew_tooltip":"Whether existing users can renew when the subscription stops selling",
"name":"Name",
"stats":"Statistics",
"group":"Permission Group",
"price":"Price",
"actions":"Actions",
"edit":"Edit",
"delete":"Delete",
"delete_confirm":{
"title":"Confirm Delete",
"description":"This action will permanently delete this subscription and cannot be undone. Are you sure you want to continue?",
"success":"Successfully deleted"
},
"price_period":{
"monthly":"Monthly",
"quarterly":"Quarterly",
"half_yearly":"Half Yearly",
"yearly":"Yearly",
"two_yearly":"Two Years",
"three_yearly":"Three Years",
"onetime":"One Time",
"reset_traffic":"Reset Traffic",
"unit":{
"month":"/month",
"quarter":"/quarter",
"half_year":"/half year",
"year":"/year",
"two_year":"/2 years",
"three_year":"/3 years",
"times":"/time"
}
}
},
"form":{
"add_title":"Add Plan",
"edit_title":"Edit Plan",
"name":{
"label":"Plan Name",
"placeholder":"Enter plan name"
},
"group":{
"label":"Permission Group",
"placeholder":"Select permission group",
"add":"Add Group"
},
"transfer":{
"label":"Traffic",
"placeholder":"Enter traffic size",
"unit":"GB"
},
"speed":{
"label":"Speed Limit",
"placeholder":"Enter speed limit",
"unit":"Mbps"
},
"price":{
"title":"Price Settings",
"base_price":"Base monthly price",
"clear":{
"button":"Clear Prices",
"tooltip":"Clear all period price settings"
}
},
"device":{
"label":"Device Limit",
"placeholder":"Leave empty for no limit",
"unit":"devices"
},
"capacity":{
"label":"Capacity Limit",
"placeholder":"Leave empty for no limit",
"unit":"users"
},
"reset_method":{
"label":"Traffic Reset Method",
"placeholder":"Select traffic reset method",
"description":"Set how subscription traffic is reset, different methods affect how user traffic is calculated",
"options":{
"follow_system":"Follow System Settings",
"monthly_first":"1st of Each Month",
"monthly_reset":"Monthly Reset",
"no_reset":"No Reset",
"yearly_first":"January 1st",
"yearly_reset":"Yearly Reset"
}
},
"content":{
"label":"Plan Description",
"placeholder":"Write plan description here...",
"description":"Supports Markdown format, you can use headings, lists, bold, italic and other styles to beautify the content",
"preview":"Preview",
"preview_button":{
"show":"Show Preview",
"hide":"Hide Preview"
},
"template":{
"button":"Use Template",
"tooltip":"Click to use preset plan description template",
"content":"## Plan Features\n• High-speed and stable global network access\n• Support multiple devices online simultaneously\n• Unlimited traffic reset\n\n## Usage Instructions\n1. Supported devices: iOS, Android, Windows, macOS\n2. 24/7 technical support\n3. Automatic periodic traffic reset\n\n## Notes\n- No abuse allowed\n- Comply with local laws and regulations\n- Support plan changes anytime"
}
},
"force_update":{
"label":"Force Update to Users"
},
"submit":{
"submitting":"Submitting...",
"submit":"Submit",
"cancel":"Cancel",
"success":{
"add":"Plan added successfully",
"update":"Plan updated successfully"
}
}
},
"page":{
"description":"Here you can configure subscription plans, including adding, deleting, and editing operations."
}
}
},
"email":{
"title":"Email Settings",
"description":"Configure system email service for sending verification codes, password resets, and notifications, supporting various SMTP providers.",
"email_host":{
"title":"SMTP Host",
"description":"SMTP server address, e.g., smtp.gmail.com"
},
"email_port":{
"title":"SMTP Port",
"description":"SMTP server port, common ports: 25, 465, 587"
},
"email_username":{
"title":"SMTP Username",
"description":"SMTP authentication username"
},
"email_password":{
"title":"SMTP Password",
"description":"SMTP authentication password or application-specific password"
},
"email_encryption":{
"title":"Encryption Method",
"description":"Email encryption method",
"none":"None",
"ssl":"SSL/TLS",
"tls":"STARTTLS"
},
"email_from":{
"title":"From Address",
"description":"Sender's email address"
},
"email_from_name":{
"title":"From Name",
"description":"Sender's display name"
},
"email_template":{
"title":"Email Template",
"description":"You can check the documentation for how to customize email templates",
"placeholder":"Select email template"
},
"remind_mail":{
"title":"Email Reminders",
"description":"When enabled, users will receive email notifications when their subscription is about to expire or when traffic is running low."
},
"test":{
"title":"Send Test Email",
"sending":"Sending...",
"description":"Send a test email to verify the configuration",
"success":"Test email sent successfully",
"error":"Failed to send test email"
}
},
"telegram":{
"title":"Telegram Settings",
"description":"Configure Telegram bot functionality for user notifications, account binding, and command interactions.",
"bot_token":{
"title":"Bot Token",
"description":"Please enter the token provided by Botfather.",
"description":"Here you can configure notices, including adding, deleting, editing and other operations.",
"table":{
"columns":{
"id":"ID",
"show":"Display Status",
"title":"Title",
"actions":"Actions"
},
"toolbar":{
"search":"Search notice title...",
"reset":"Reset",
"sort":{
"edit":"Edit Order",
"save":"Save Order"
}
},
"actions":{
"edit":"Edit",
"delete":{
"title":"Delete Confirmation",
"description":"Are you sure you want to delete this notice? This action cannot be undone.",
"success":"Successfully deleted"
}
}
},
"form":{
"add":{
"title":"Add Notice",
"button":"Add Notice"
},
"edit":{
"title":"Edit Notice"
},
"fields":{
"title":{
"label":"Title",
"placeholder":"Please enter notice title"
},
"content":{
"label":"Content"
},
"img_url":{
"label":"Background Image",
"placeholder":"Please enter notice background image URL"
},
"show":{
"label":"Display"
},
"tags":{
"label":"Tags",
"placeholder":"Press Enter to add tags"
}
},
"buttons":{
"cancel":"Cancel",
"submit":"Submit",
"success":"Successfully submitted"
}
}
},
"theme":{
"title":"Theme Configuration",
"description":"Theme configuration, including theme colors, font sizes, etc. If you deploy V2board in a front-end and back-end separated way, theme configuration will not take effect.",
"upload":{
"button":"Upload Theme",
"title":"Upload Theme",
"description":"Please upload a valid theme package (.zip format). The theme package should contain a complete theme file structure.",
"dragText":"Drag and drop theme file here, or",
"clickText":"click to select",
"supportText":"Supports .zip format theme packages",
"uploading":"Uploading...",
"error":{
"format":"Only ZIP format theme files are supported"
}
},
"preview":{
"title":"Theme Preview",
"imageCount":"{{current}} / {{total}}"
},
"card":{
"version":"Version: {{version}}",
"currentTheme":"Current Theme",
"activateTheme":"Activate Theme",
"configureTheme":"Theme Settings",
"preview":"Preview",
"delete":{
"title":"Delete Theme",
"description":"Are you sure you want to delete this theme? This action cannot be undone.",
"button":"Delete",
"error":{
"active":"Cannot delete the currently active theme"
}
}
},
"config":{
"title":"Configure {{name}} Theme",
"description":"Modify theme styles, layouts, and other display options.",
"cancel":"Cancel",
"save":"Save",
"success":"Settings saved successfully"
}
},
"ticket":{
"title":"Ticket Management",
"description":"Here you can view user tickets, including viewing, replying, and closing operations.",
"columns":{
"id":"Ticket ID",
"subject":"Subject",
"level":"Priority",
"status":"Status",
"updated_at":"Last Updated",
"created_at":"Created At",
"actions":"Actions"
},
"status":{
"closed":"Closed",
"replied":"Replied",
"pending":"Pending",
"processing":"Processing"
},
"level":{
"low":"Low",
"medium":"Medium",
"high":"High"
},
"filter":{
"placeholder":"Search {field}...",
"no_results":"No results found.",
"selected":"{count} selected",
"clear":"Clear filters"
},
"actions":{
"view_details":"View Details",
"close_ticket":"Close Ticket",
"close_confirm_title":"Confirm Close Ticket",
"close_confirm_description":"After closing, you will not be able to reply. Are you sure you want to close this ticket?",
"close_confirm_button":"Close Ticket",
"close_success":"Ticket closed successfully",
"view_ticket":"View Ticket"
},
"detail":{
"no_messages":"No messages yet",
"created_at":"Created at",
"user_info":"User Info",
"traffic_records":"Traffic Records",
"order_records":"Order Records",
"input":{
"closed_placeholder":"Ticket is closed",
"reply_placeholder":"Type your reply...",
"sending":"Sending...",
"send":"Send"
}
}
},
"server":{
"title":"Node Configuration",
"description":"Configure node communication and synchronization settings, including communication key, polling interval, load balancing and other advanced options.",
"server_token":{
"title":"Communication Key",
"description":"The key for communication between Xboard and nodes to prevent unauthorized data access.",
"placeholder":"Please enter communication key"
},
"server_pull_interval":{
"title":"Node Pull Action Polling Interval",
"description":"The frequency at which nodes retrieve data from the panel.",
"placeholder":"Please enter pull interval"
},
"server_push_interval":{
"title":"Node Push Action Polling Interval",
"description":"The frequency at which nodes push data to the panel.",
"placeholder":"Please enter push interval"
},
"device_limit_mode":{
"title":"Device Limit Mode",
"description":"In relaxed mode, multiple nodes from the same IP address count as one device.",
"strict":"Strict Mode",
"relaxed":"Relaxed Mode",
"placeholder":"Please select device limit mode"
},
"saving":"Saving...",
"manage":{
"title":"Node Management",
"description":"Manage all nodes, including adding, deleting, editing and other operations."
},
"columns":{
"sort":"Sort",
"nodeId":"Node ID",
"show":"Show",
"node":"Node",
"address":"Address",
"onlineUsers":{
"title":"Online Users",
"tooltip":"Online users count based on server reporting frequency"
},
"rate":{
"title":"Rate",
"tooltip":"Traffic billing rate"
},
"groups":{
"title":"Permission Groups",
"tooltip":"Groups that can subscribe to this node",
"empty":"--"
},
"type":"Type",
"actions":"Actions",
"copyAddress":"Copy Connection Address",
"internalPort":"Internal Port",
"status":{
"0":"Not Running",
"1":"Unused or Abnormal",
"2":"Running Normal"
},
"actions_dropdown":{
"edit":"Edit",
"copy":"Copy",
"delete":{
"title":"Confirm Delete",
"description":"This action will permanently delete this node and cannot be undone. Are you sure you want to continue?",
"confirm":"Delete"
},
"copy_success":"Copied successfully",
"delete_success":"Deleted successfully"
}
},
"toolbar":{
"search":"Search nodes...",
"type":"Type",
"reset":"Reset",
"sort":{
"tip":"Drag nodes to sort, then click save",
"edit":"Edit Sort",
"save":"Save Sort"
}
},
"form":{
"add_node":"Add Node",
"edit_node":"Edit Node",
"new_node":"New Node",
"name":{
"label":"Node Name",
"placeholder":"Please enter node name",
"error":"Please enter a valid name"
},
"rate":{
"label":"Rate",
"error":"Please enter a valid rate"
},
"code":{
"label":"Custom Node ID",
"optional":"(Optional)",
"placeholder":"Please enter custom node ID"
},
"tags":{
"label":"Node Tags",
"placeholder":"Press Enter to add tags"
},
"groups":{
"label":"Permission Groups",
"add":"Add Group",
"placeholder":"Please select permission groups",
"empty":"No results found"
},
"host":{
"label":"Node Address",
"placeholder":"Please enter domain or IP"
},
"port":{
"label":"Connection Port",
"placeholder":"User connection port",
"tooltip":"The port that users actually connect to, this is the port number that needs to be filled in the client configuration. If using transit or tunnel, this port may be different from the port that the server actually listens on.",
"sync":"Sync to server port"
},
"server_port":{
"label":"Server Port",
"placeholder":"Server listening port",
"tooltip":"The port that the server actually listens on, this is the real port opened on the server. If using transit or tunnel, this port may be different from the user connection port."
},
"parent":{
"label":"Parent Node",
"placeholder":"Select parent node",
"none":"None"
},
"route":{
"label":"Route Groups",
"placeholder":"Select route groups",
"empty":"No results found"
},
"submit":"Submit",
"cancel":"Cancel",
"success":"Submitted successfully"
},
"dynamic_form":{
"shadowsocks":{
"cipher":{
"label":"Encryption Method",
"placeholder":"Select encryption method"
},
"obfs":{
"label":"Obfuscation",
"placeholder":"Select obfuscation method",
"none":"None",
"http":"HTTP"
},
"obfs_settings":{
"path":"Path",
"host":"Host"
}
},
"vmess":{
"tls":{
"label":"TLS",
"placeholder":"Please select security",
"disabled":"Disabled",
"enabled":"Enabled"
},
"tls_settings":{
"server_name":{
"label":"Server Name Indication (SNI)",
"placeholder":"Leave empty if not used"
},
"allow_insecure":"Allow Insecure?"
},
"network":{
"label":"Transport Protocol",
"placeholder":"Select transport protocol"
}
},
"trojan":{
"server_name":{
"label":"Server Name Indication (SNI)",
"placeholder":"Used for certificate verification when node address differs from certificate"
"delete_confirm_description":"This action will permanently delete user {{email}} and all associated data, including orders, coupons, traffic records, and support tickets. This action cannot be undone. Do you want to continue?"
"description":"Add one or more filter conditions to find users precisely",
"conditions":"Filter Conditions",
"add":"Add Condition",
"condition":"Condition {{number}}",
"field":"Select Field",
"operator":"Select Operator",
"value":"Enter Value",
"value_number":"Enter Value ({{unit}})",
"reset":"Reset",
"apply":"Apply Filter"
},
"fields":{
"email":"Email",
"id":"User ID",
"plan_id":"Subscription",
"transfer_enable":"Traffic",
"total_used":"Used Traffic",
"online_count":"Online Devices",
"expired_at":"Expire Time",
"uuid":"UUID",
"token":"Token",
"banned":"Account Status",
"remark":"Remark",
"inviter_email":"Inviter Email",
"invite_user_id":"Inviter ID",
"is_admin":"Admin",
"is_staff":"Staff"
},
"operators":{
"contains":"Contains",
"eq":"Equals",
"gt":"Greater Than",
"lt":"Less Than"
},
"status":{
"normal":"Normal",
"banned":"Banned"
},
"boolean":{
"true":"Yes",
"false":"No"
}
},
"generate":{
"button":"Create User",
"title":"Create User",
"form":{
"email":"Email",
"email_prefix":"Account (leave empty for batch generation)",
"email_domain":"Domain",
"password":"Password",
"password_placeholder":"Leave empty to use email as password",
"expire_time":"Expire Time",
"expire_time_placeholder":"Select user expire date, leave empty for permanent",
"permanent":"Permanent",
"subscription":"Subscription Plan",
"subscription_none":"None",
"generate_count":"Generate Count",
"generate_count_placeholder":"Enter count for batch generation",
"cancel":"Cancel",
"submit":"Generate",
"success":"Generated successfully"
}
},
"edit":{
"button":"Edit User Info",
"title":"User Management",
"form":{
"email":"Email",
"email_placeholder":"Please enter email",
"inviter_email":"Inviter Email",
"inviter_email_placeholder":"Please enter email",
"password":"Password",
"password_placeholder":"Enter new password if you want to change it",
"balance":"Balance",
"balance_placeholder":"Please enter balance",
"commission_balance":"Commission Balance",
"commission_balance_placeholder":"Please enter commission balance",
"upload":"Upload Traffic",
"upload_placeholder":"Upload traffic",
"download":"Download Traffic",
"download_placeholder":"Download traffic",
"total_traffic":"Total Traffic",
"total_traffic_placeholder":"Please enter traffic",
"expire_time":"Expire Time",
"expire_time_placeholder":"Select user expire date, leave empty for permanent",
"expire_time_specific":"Specific Time",
"expire_time_today":"Set to end of today",
"expire_time_permanent":"Permanent",
"expire_time_1month":"One Month",
"expire_time_3months":"Three Months",
"expire_time_confirm":"Confirm",
"subscription":"Subscription Plan",
"subscription_none":"None",
"account_status":"Account Status",
"commission_type":"Commission Type",
"commission_type_system":"Follow System Settings",
"commission_type_cycle":"Cycle Commission",
"commission_type_onetime":"One-time Commission",
"commission_rate":"Commission Rate",
"commission_rate_placeholder":"Leave empty to follow site commission rate",
"discount":"Exclusive Discount",
"discount_placeholder":"Leave empty for no exclusive discount",
"speed_limit":"Speed Limit",
"speed_limit_placeholder":"Leave empty for no speed limit",
"device_limit":"Device Limit",
"device_limit_placeholder":"Leave empty for no device limit",
"is_admin":"Is Admin",
"is_staff":"Is Staff",
"remarks":"Remarks",
"remarks_placeholder":"Please enter remarks here",
"cancel":"Cancel",
"submit":"Submit",
"success":"Modified successfully"
}
}
},
"subscribe":{
"plan":{
"title":"Subscription Plans",
"add":"Add Plan",
"search":"Search plans...",
"sort":{
"edit":"Edit Sort",
"save":"Save Sort"
},
"columns":{
"id":"ID",
"show":"Show",
"sell":"Sell",
"renew":"Renew",
"renew_tooltip":"Whether existing users can renew when the subscription stops selling",
"name":"Name",
"stats":"Statistics",
"group":"Permission Group",
"price":"Price",
"actions":"Actions",
"edit":"Edit",
"delete":"Delete",
"delete_confirm":{
"title":"Confirm Delete",
"description":"This action will permanently delete this subscription and cannot be undone. Are you sure you want to continue?",
"success":"Successfully deleted"
},
"price_period":{
"monthly":"Monthly",
"quarterly":"Quarterly",
"half_yearly":"Half Yearly",
"yearly":"Yearly",
"two_yearly":"Two Years",
"three_yearly":"Three Years",
"onetime":"One Time",
"reset_traffic":"Reset Traffic",
"unit":{
"month":"/month",
"quarter":"/quarter",
"half_year":"/half year",
"year":"/year",
"two_year":"/2 years",
"three_year":"/3 years",
"times":"/time"
}
}
},
"form":{
"add_title":"Add Plan",
"edit_title":"Edit Plan",
"name":{
"label":"Plan Name",
"placeholder":"Enter plan name"
},
"group":{
"label":"Server Group",
"add":"Add Group",
"placeholder":"Select server group"
},
"transfer":{
"label":"Traffic",
"placeholder":"Enter traffic limit",
"unit":"GB"
},
"speed":{
"label":"Speed Limit",
"placeholder":"Enter speed limit",
"unit":"Mbps"
},
"price":{
"title":"Price Settings",
"base_price":"Base Price",
"clear":{
"button":"Clear",
"tooltip":"Clear all prices"
},
"period":{
"monthly":"Monthly",
"months":"{{count}} Months"
},
"onetime_desc":"One-time traffic package, no time limit",
"reset_desc":"Reset traffic package, can be used multiple times"
},
"device":{
"label":"Device Limit",
"placeholder":"Enter device limit",
"unit":"Devices"
},
"capacity":{
"label":"Capacity Limit",
"placeholder":"Enter capacity limit",
"unit":"Users"
},
"reset_method":{
"label":"Traffic Reset Method",
"placeholder":"Select reset method",
"description":"Traffic reset method will determine how the traffic is reset",
"options":{
"follow_system":"Follow System Settings",
"monthly_first":"Monthly First Day",
"monthly_reset":"Monthly Purchase Day",
"no_reset":"No Reset",
"yearly_first":"Yearly First Day",
"yearly_reset":"Yearly Purchase Day"
}
},
"content":{
"label":"Plan Description",
"placeholder":"Enter plan description",
"description":"Support Markdown format",
"preview":"Preview",
"preview_button":{
"show":"Show Preview",
"hide":"Hide Preview"
},
"template":{
"button":"Use Template",
"tooltip":"Use default template",
"content":"## Plan Features\n\n- Traffic: {{transfer}} GB\n- Speed: {{speed}} Mbps\n- Devices: {{devices}}\n\n## Usage Notes\n\n1. The plan is valid for {{validity}} days\n2. Traffic resets {{reset_method}}\n3. Maximum {{capacity}} concurrent users"
}
},
"force_update":{
"label":"Force Update User Plans"
},
"submit":{
"cancel":"Cancel",
"submit":"Submit",
"submitting":"Submitting...",
"success":{
"add":"Plan added successfully",
"update":"Plan updated successfully"
}
}
},
"page":{
"description":"Here you can configure subscription plans, including adding, deleting, and editing operations."
}
}
},
"auth":{
"signIn":{
"title":"Sign In",
"description":"Enter your email and password to sign in",
"email":"Email",
"emailPlaceholder":"name@example.com",
"password":"Password",
"passwordPlaceholder":"Enter your password",
"forgotPassword":"Forgot Password?",
"submit":"Sign In",
"rememberMe":"Remember me",
"resetPassword":{
"title":"Reset Password",
"description":"Execute the following command in the site directory to reset your password",