30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"title": "Points Ledger",
|
|
"subtitle": "Gamification points ledger browser",
|
|
"loading": "Loading ledger...",
|
|
"error": "Failed to load ledger.",
|
|
"user_id": "User ID",
|
|
"date_from": "Date From",
|
|
"date_to": "Date To",
|
|
"reason": "Reason",
|
|
"search": "Search",
|
|
"clear": "Clear",
|
|
"csv": "CSV",
|
|
"no_results": "No results match your filters.",
|
|
"no_results_hint": "Try different filter criteria.",
|
|
"id": "ID",
|
|
"user": "User",
|
|
"points": "Points",
|
|
"penalty": "Penalty",
|
|
"xp": "XP",
|
|
"source": "Source",
|
|
"date": "Date",
|
|
"prev": "Previous",
|
|
"next": "Next",
|
|
"of": "of",
|
|
"showing": "showing",
|
|
"filtered": "(filtered)",
|
|
"no_csv_data": "No data for CSV export.",
|
|
"csv_downloaded": "CSV download started."
|
|
}
|