gemification_admin bekötve
This commit is contained in:
@@ -358,5 +358,274 @@
|
||||
"recent_activity": "Recent Activity",
|
||||
"loading": "Loading dashboard...",
|
||||
"error": "Failed to load dashboard data"
|
||||
},
|
||||
"gamification": {
|
||||
"dashboard": {
|
||||
"title": "Gamification HQ",
|
||||
"subtitle": "Gamification system overview dashboard",
|
||||
"total_users": "Total Users",
|
||||
"active_season": "Active Season",
|
||||
"pending_contributions": "Pending Contributions",
|
||||
"xp_today": "XP Earned Today",
|
||||
"quick_actions": "Quick Actions",
|
||||
"manage_point_rules": "Manage Point Rules",
|
||||
"manage_badges": "Manage Badges",
|
||||
"manage_seasons": "Manage Seasons",
|
||||
"recent_ledger": "Recent Ledger Entries",
|
||||
"top_5_leaderboard": "Top 5 Leaderboard"
|
||||
},
|
||||
"badges": {
|
||||
"title": "Badges",
|
||||
"subtitle": "Badge management — CRUD",
|
||||
"loading": "Loading badges...",
|
||||
"error": "Failed to load badges",
|
||||
"create_new": "Create New Badge",
|
||||
"edit": "Edit Badge",
|
||||
"delete": "Delete Badge",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"icon_url": "Icon URL",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"create": "Create",
|
||||
"delete_confirm": "Are you sure you want to delete this badge?",
|
||||
"save_success": "Badge saved successfully!",
|
||||
"create_success": "Badge created successfully!",
|
||||
"no_badges": "No badges yet. Create one with the button above!"
|
||||
},
|
||||
"competitions": {
|
||||
"title": "Competitions",
|
||||
"subtitle": "Seasonal competition management",
|
||||
"create_new": "Create Competition",
|
||||
"filter_season": "Filter by season:",
|
||||
"all_seasons": "All seasons",
|
||||
"active": "(Active)",
|
||||
"loading": "Loading competitions...",
|
||||
"error": "Failed to load competitions",
|
||||
"no_competitions": "No competitions created yet.",
|
||||
"create_first": "Create First Competition",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"season": "Season",
|
||||
"start_date": "Start Date",
|
||||
"end_date": "End Date",
|
||||
"status": "Status",
|
||||
"status_draft": "Draft",
|
||||
"status_active": "Active",
|
||||
"status_completed": "Completed",
|
||||
"status_cancelled": "Cancelled",
|
||||
"view_rules": "View Rules",
|
||||
"edit": "Edit",
|
||||
"invalid_json": "Invalid JSON format!"
|
||||
},
|
||||
"config": {
|
||||
"title": "System Config",
|
||||
"subtitle": "Gamification master configuration editor",
|
||||
"loading": "Loading configuration...",
|
||||
"error": "Failed to load configuration",
|
||||
"last_saved": "Last saved:",
|
||||
"save": "Save Configuration",
|
||||
"xp_logic": "XP Logic",
|
||||
"conversion_logic": "Conversion Logic",
|
||||
"penalty_logic": "Penalty Logic",
|
||||
"level_rewards": "Level Rewards",
|
||||
"impact_calculator": "Impact Calculator",
|
||||
"raw_json_editor": "Raw JSON Editor",
|
||||
"user_level": "User Level:",
|
||||
"daily_activities": "Daily Activities:",
|
||||
"social_points": "Social Points:",
|
||||
"estimated_results": "Estimated Results",
|
||||
"daily_xp": "Daily XP",
|
||||
"xp_to_next_level": "XP Until Next Level"
|
||||
},
|
||||
"leaderboard": {
|
||||
"title": "Leaderboard",
|
||||
"subtitle": "Gamification leaderboard admin view",
|
||||
"search": "Search",
|
||||
"search_placeholder": "Name or email...",
|
||||
"level": "Level",
|
||||
"all_levels": "All levels",
|
||||
"min_xp": "Minimum XP",
|
||||
"sort": "Sort",
|
||||
"sort_xp": "By XP",
|
||||
"sort_points": "By Points",
|
||||
"sort_social": "By Social Points",
|
||||
"sort_level": "By Level",
|
||||
"filter": "Filter",
|
||||
"reset": "Reset",
|
||||
"ascending": "Ascending",
|
||||
"descending": "Descending",
|
||||
"rank": "#",
|
||||
"user": "User",
|
||||
"email": "Email",
|
||||
"xp": "XP",
|
||||
"points": "Points",
|
||||
"social": "Social",
|
||||
"penalty": "Penalty",
|
||||
"restriction": "Restriction",
|
||||
"discoveries": "Discoveries",
|
||||
"services": "Services",
|
||||
"last_modified": "Last Modified",
|
||||
"actions": "Actions",
|
||||
"restriction_mild": "Mild",
|
||||
"restriction_moderate": "Moderate",
|
||||
"restriction_severe": "Severe",
|
||||
"prev": "Previous",
|
||||
"next": "Next",
|
||||
"per_page": "/ page"
|
||||
},
|
||||
"ledger": {
|
||||
"title": "Points Ledger",
|
||||
"subtitle": "Gamification points ledger with filtering and detailed logging",
|
||||
"loading": "Loading ledger...",
|
||||
"error": "Failed to load ledger",
|
||||
"user_id": "User ID",
|
||||
"date_from": "Date From",
|
||||
"date_to": "Date To",
|
||||
"reason": "Reason (text)",
|
||||
"search": "Search",
|
||||
"clear": "Clear",
|
||||
"csv": "CSV Export",
|
||||
"no_results": "No results with the current filters.",
|
||||
"id": "ID",
|
||||
"user": "User",
|
||||
"points": "Points",
|
||||
"penalty": "Penalty",
|
||||
"xp": "XP",
|
||||
"reason_col": "Reason",
|
||||
"source": "Source",
|
||||
"date": "Date",
|
||||
"prev": "Previous",
|
||||
"next": "Next",
|
||||
"of": "of",
|
||||
"showing": "Showing",
|
||||
"filtered": "(filtered)"
|
||||
},
|
||||
"levels": {
|
||||
"title": "Levels",
|
||||
"subtitle": "Level configurations management — CRUD",
|
||||
"create_new": "Create New Level",
|
||||
"level": "Level",
|
||||
"rank": "Rank",
|
||||
"min_points": "Min Points",
|
||||
"type": "Type",
|
||||
"actions": "Actions",
|
||||
"type_penalty": "Penalty",
|
||||
"type_normal": "Normal",
|
||||
"level_tree": "Level Tree Diagram",
|
||||
"no_levels": "No level configurations yet.",
|
||||
"level_number": "Level Number",
|
||||
"rank_name": "Rank Name",
|
||||
"minimum_points": "Minimum Points",
|
||||
"is_penalty": "Penalty Level",
|
||||
"positive_hint": "Positive: normal level, Negative: penalty level"
|
||||
},
|
||||
"parameters": {
|
||||
"title": "System Parameters",
|
||||
"subtitle": "Gamification category system parameters",
|
||||
"loading": "Loading parameters...",
|
||||
"key": "Key",
|
||||
"value": "Value",
|
||||
"category": "Category",
|
||||
"scope": "Scope",
|
||||
"scope_id": "Scope ID",
|
||||
"actions": "Actions",
|
||||
"edit": "Edit Parameter",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"point_rules": {
|
||||
"title": "Point Rules",
|
||||
"subtitle": "Gamification point rules management — CRUD",
|
||||
"create_new": "Create New Point Rule",
|
||||
"action_key": "Action Key",
|
||||
"points": "Points",
|
||||
"description": "Description",
|
||||
"status": "Status",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"edit": "Edit Point Rule",
|
||||
"point_value": "Point Value",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"duplicate_key": "A rule with this action key already exists.",
|
||||
"save_success": "Point rule saved successfully!",
|
||||
"create_success": "Point rule created successfully!"
|
||||
},
|
||||
"seasons": {
|
||||
"title": "Seasons",
|
||||
"subtitle": "Gamification season management",
|
||||
"create_new": "Create Season",
|
||||
"loading": "Loading seasons...",
|
||||
"error": "Failed to load seasons",
|
||||
"no_seasons": "No seasons created yet.",
|
||||
"create_first": "Create First Season",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"edit": "Edit Season",
|
||||
"new_season": "New Season",
|
||||
"name": "Name",
|
||||
"start_date": "Start Date",
|
||||
"end_date": "End Date",
|
||||
"activate_on_create": "Activate on creation",
|
||||
"activate": "Activate Season",
|
||||
"activate_confirm": "Are you sure you want to activate this season?",
|
||||
"save_success": "Season saved successfully!",
|
||||
"create_success": "Season created successfully!"
|
||||
},
|
||||
"users": {
|
||||
"title": "Gamification Users",
|
||||
"subtitle": "User gamification statistics management",
|
||||
"level": "Level",
|
||||
"all_levels": "All levels",
|
||||
"min_xp": "Minimum XP",
|
||||
"max_xp": "Maximum XP",
|
||||
"penalty": "Penalty",
|
||||
"all_penalty": "All",
|
||||
"only_penalized": "Penalized only",
|
||||
"only_non_penalized": "Non-penalized only",
|
||||
"filter": "Filter",
|
||||
"reset": "Reset",
|
||||
"user_id": "User ID",
|
||||
"xp": "XP",
|
||||
"points": "Points",
|
||||
"restriction": "Restriction",
|
||||
"services": "Services",
|
||||
"discoveries": "Discoveries",
|
||||
"last_modified": "Last Modified",
|
||||
"actions": "Actions",
|
||||
"restriction_mild": "Mild",
|
||||
"restriction_moderate": "Moderate",
|
||||
"restriction_severe": "Severe",
|
||||
"restriction_none": "None",
|
||||
"details": "Details",
|
||||
"prev": "Previous",
|
||||
"next": "Next",
|
||||
"user_detail_title": "User Gamification Details",
|
||||
"back_to_list": "Back to list",
|
||||
"total_xp": "Total XP",
|
||||
"total_points": "Total Points",
|
||||
"social_points": "Social Points",
|
||||
"penalty_points": "Penalty Points",
|
||||
"restriction_level": "Restriction Level",
|
||||
"penalty_quota": "Penalty Quota",
|
||||
"banned": "Banned",
|
||||
"discovered_places": "Discovered Places",
|
||||
"validated_places": "Validated Places",
|
||||
"added_providers": "Added Providers",
|
||||
"assign_penalty": "Assign Penalty",
|
||||
"assign_reward": "Assign Reward",
|
||||
"penalty_points_label": "Penalty Points",
|
||||
"reason": "Reason",
|
||||
"xp_reward": "XP Reward",
|
||||
"social_reward": "Social Points Reward",
|
||||
"apply_penalty": "Apply Penalty",
|
||||
"apply_reward": "Apply Reward",
|
||||
"ledger": "Points Ledger",
|
||||
"entries": "entries",
|
||||
"date": "Date",
|
||||
"source": "Source"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user