Files
service-finder/frontend_admin/i18n/locales/en/commission.json
2026-07-25 10:22:03 +00:00

93 lines
4.0 KiB
JSON

{
"commission_rules": {
"title": "Commission Rules",
"subtitle": "Manage fixed rewards and percentage commissions for the referral system",
"create": "New Rule",
"create_title": "Create Commission Rule",
"edit_title": "Edit Commission Rule",
"created": "Commission rule created successfully",
"deactivated": "Commission rule deactivated successfully",
"no_items": "No commission rules found",
"all_types": "All Types",
"all_tiers": "All Tiers",
"filter_region": "Region",
"active_only": "Active only",
"campaign_only": "Campaign only",
"tier": "Tier",
"region": "Region",
"region_code": "Region Code",
"campaign_dates": "Campaign / Dates",
"campaign": "Campaign",
"permanent": "Permanent",
"l1_reward": "Fixed Amount Reward (Microtransaction)",
"l2_commission": "Percentage Commission (Post-Purchase)",
"is_campaign": "This is a campaign rule",
"rewards_section": "Fixed Rewards (XP / Credit)",
"xp_reward": "XP Reward",
"credit_reward": "Credit Reward",
"commission_section": "Percentage Commissions",
"commission_percent": "Commission % (Gen1)",
"upline_commission_percent": "Upline Commission % (Gen2)",
"upline_commission_percent_helper": "Percentage paid to the upline (Gen2 — the referrer's referrer) on each purchase.",
"renewal_commission_percent": "Renewal Commission %",
"renewal_commission_percent_helper": "Percentage paid on monthly/yearly subscription renewals.",
"commission_max_amount": "Max Amount (global)",
"gen1_max_amount": "Gen1 Max Amount",
"gen1_max_amount_helper": "Gen1 (direct referrer) maximum commission amount. NULL/0 = unlimited, fallback: Max Amount.",
"gen2_max_amount": "Gen2 Max Amount",
"gen2_max_amount_helper": "Gen2 (upline) maximum commission amount. NULL/0 = unlimited, fallback: Max Amount.",
"gen1_title": "Direct Referrer (Gen1)",
"gen2_title": "Upline (Gen2)",
"legacy_fallback": "legacy fallback",
"gen2_renewal_percent": "Gen2 Renewal %",
"gen2_renewal_percent_helper": "Gen2 renewal commission percentage (e.g. 1.00 = 1%). Fallback: Upline Commission %.",
"deactivate_confirm": "Are you sure you want to deactivate \"{name}\"?",
"showing": "Showing",
"xp_reward_helper": "Fixed reward given to the user for successful individual referrals (e.g., successful registration via invite code).",
"credit_reward_helper": "Fixed reward given to the user for successful individual referrals (e.g., successful registration via invite code).",
"commission_percent_helper": "Percentage calculated from the invited company's subscription fee.",
"commission_max_amount_helper": "Maximum payable limit for this specific commission rule.",
"region_code_label": "Region Code",
"region_global": "Global",
"region_hu": "Hungary",
"region_de": "Germany",
"region_at": "Austria",
"region_ro": "Romania",
"region_sk": "Slovakia",
"id": "ID",
"name": "Name",
"type": "Type",
"status": "Status",
"actions": "Actions",
"active": "Active",
"inactive": "Inactive",
"edit": "Edit",
"deactivate": "Deactivate",
"prev": "Previous",
"next": "Next",
"loading": "Loading...",
"error": "An error occurred",
"retry": "Retry",
"save": "Save",
"saving": "Saving...",
"cancel": "Cancel",
"name_placeholder": "Enter name",
"description": "Description",
"desc_placeholder": "Enter description",
"start_date": "Start Date",
"end_date": "End Date",
"delete_title": "Confirm Deletion",
"updated": "Updated successfully",
"save_error": "Failed to save",
"tier_standard": "Standard",
"tier_vip": "VIP",
"tier_platinum": "Platinum",
"tier_enterprise": "Enterprise",
"tier_contracted": "Contracted Agent",
"conflict_title": "Rule Conflict Detected",
"conflict_message": "An active rule already exists for this target group and region. Do you want to deactivate the old rule and activate the new one?",
"conflict_confirm": "Confirm Override",
"conflict_cancel": "Cancel"
}
}