27 lines
945 B
JSON
27 lines
945 B
JSON
{
|
|
"title": "System Config",
|
|
"subtitle": "Gamification master configuration editor",
|
|
"loading": "Loading configuration...",
|
|
"error": "Failed to load configuration.",
|
|
"last_save": "Last saved:",
|
|
"saving": "Saving...",
|
|
"save": "Save Configuration",
|
|
"section_xp": "XP Logic",
|
|
"section_conversion": "Conversion Logic",
|
|
"section_penalty": "Penalty Logic",
|
|
"section_rewards": "Level Rewards",
|
|
"calculator": "Impact Calculator",
|
|
"calculator_desc": "Adjust parameters to see estimated impact",
|
|
"estimated_results": "Estimated Results",
|
|
"daily_xp": "Daily XP",
|
|
"xp_for_level": "XP Needed for Level Up",
|
|
"social_to_credit": "Social → Credit",
|
|
"days_to_level": "Days to Level Up",
|
|
"raw_json": "Raw JSON Editor",
|
|
"apply_json": "Apply JSON",
|
|
"updated": "Configuration updated!",
|
|
"save_error": "Failed to save configuration.",
|
|
"json_applied": "JSON applied to form fields!",
|
|
"invalid_json": "Invalid JSON: "
|
|
}
|