Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@
"title": "Payment History",
"description": "Monitor all incoming transactions and their verification status."
},
"portfolioChart": {
"valueTitle": "Portfolio Value",
"allocation": "Allocation",
"trend": "Trend"
},
"recentPayments": {
"missingApiKey": "API key not found. Please register or log in.",
"fetchFailed": "Failed to fetch payments",
Expand Down Expand Up @@ -574,6 +579,22 @@
"successDescription": "Your KYC verification has been submitted and is under review.",
"dash": "—"
},
"network": {
"status": "Network Status",
"refresh": "Check network status",
"latency": "Latency",
"connection": "Connection",
"error": "Error",
"lastChecked": "Last checked",
"online": "Online",
"offline": "Offline",
"slow": "Slow",
"checking": "Checking...",
"connectionQuality": "Connection Quality",
"excellent": "Excellent",
"good": "Good",
"fair": "Fair",
"poor": "Poor"
"darkModeTheme": {
"loading": "Loading theme settings",
"errorCleared": "Error cleared. Attempting to toggle theme.",
Expand Down
Loading
Loading