23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:35:23 +01:00
parent a939cd51ef
commit a8b395e20d
248 changed files with 29342 additions and 4805 deletions

View file

@ -1,6 +1,6 @@
<?php
return array (
return array(
'KU' => 'KU',
'PP' => 'PP',
'TP' => 'TP',
@ -56,4 +56,94 @@ return array (
'volume_KU' => 'volume KU',
'your_sponsor' => 'your sponsor',
'your_team' => 'your team',
// Filter & Status
'filter_active' => 'active',
'filter_not_active' => 'not active',
'filter_all' => 'all',
'all_status' => 'All Status',
'qualified_green' => 'Qualified (green)',
'in_progress_yellow' => 'In Progress (yellow)',
'no_level_red' => 'No Level (red)',
// Performance & Badges
'optimized' => 'OPTIMIZED',
'standard_monitoring' => 'STANDARD + MONITORING',
'fallback' => 'FALLBACK',
'loading_time' => 'Loading time:',
'memory' => 'Memory:',
'memory_usage' => 'Memory usage:',
'team_size' => 'Team size:',
'team_members' => 'Team members:',
'execution_time' => 'Execution time:',
'user_id' => 'User ID:',
// Buttons & Actions
'performance_details' => 'Performance Details',
'team_structure' => 'Team Structure',
'new_member' => 'New Member',
'optimized_action' => 'Optimized',
'standard_action' => 'Standard',
'close' => 'Close',
'show_details' => 'Show Details',
'test_optimized' => 'Test Optimized',
'standard_version' => 'Standard Version',
// Modals & Titles
'performance_metrics_team_overview' => 'Performance Metrics - Team Overview',
'performance_metrics_my_team' => 'Performance Metrics - My Team',
'performance_monitoring' => 'Performance Monitoring',
'fallback_support' => 'Fallback Support',
// Messages & Notifications
'optimized_with_cache' => 'Optimized with Cache',
'datatable_mode_switched' => 'DataTable mode switched to ":mode"',
'error_loading_optimized_overview' => 'Error loading optimized team overview: ',
'live_not_supported_fallback' => 'Live (not supported in fallback)',
'optimized_performance_features' => 'This page uses optimized performance features.',
// Next Level
'next_level' => 'Next Level',
// Additional terms
'calculation_type' => 'Calculation Type',
'version' => 'Version',
'cache' => 'Cache',
'live' => 'Live',
// Missing table headers
'ID' => 'ID',
'Ebene' => 'Level',
'Level' => 'Level',
'KD' => 'KD',
'bis' => 'until',
// Level Reports
'level_reports_title' => 'Level Promotion Reports - My Team',
'level_reports_month' => 'Month',
'level_reports_year' => 'Year',
'level_reports_filter_not_updated' => 'Only not updated users',
'level_reports_filter_button' => 'Filter',
'level_reports_csv_export' => 'CSV Export',
'level_reports_total_promotions' => 'Total Promotions',
'level_reports_by_level' => 'Promotions by Level',
'level_reports_table_date' => 'Date',
'level_reports_table_user' => 'User',
'level_reports_table_from_level' => 'From Level',
'level_reports_table_to_level' => 'To Level',
'level_reports_table_current_level' => 'Current Level',
'level_reports_table_kp_quali' => 'KP Qual',
'level_reports_table_user_kp' => 'User KP',
'level_reports_table_pp_quali' => 'PP Qual',
'level_reports_table_user_pp' => 'User PP',
'level_reports_table_update' => 'Update',
'level_reports_table_active' => 'Active',
'level_reports_by_period' => 'Promotions by Period',
'level_reports_no_data' => 'No Level Promotions Found',
'level_reports_no_data_description' => 'No entries found with the current filters.',
'yes' => 'Yes',
'no' => 'No',
'not_available' => 'N/A',
'growth_bonus_details_description' => 'L1 = Direct Partner (gets the growth bonus always), L2 = Members (from here the growth bonus is divided if the member is qualified), etc. | Shows commission (€) and volume (points) per level.',
);