mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
Enhance WebUI with new peer display features and multilingual support
This commit is contained in:
parent
83bd279ffa
commit
791214c18b
7 changed files with 679 additions and 168 deletions
|
@ -51,5 +51,32 @@ window.translations.en = {
|
|||
'notification_warning': 'Warning',
|
||||
'notification_info': 'Information',
|
||||
'dashboard_loaded': 'Dashboard loaded successfully',
|
||||
'welcome': 'Welcome'
|
||||
'welcome': 'Welcome',
|
||||
'copy_tooltip': 'Click to copy',
|
||||
'copy_address_tooltip': 'Click to copy address',
|
||||
'copy_key_tooltip': 'Click to copy key',
|
||||
'copied_to_clipboard': 'Copied to clipboard',
|
||||
'no_peers_connected': 'No peers connected',
|
||||
'peer_connection': 'Connection',
|
||||
'peer_performance': 'Performance',
|
||||
'peer_traffic': 'Traffic',
|
||||
'peer_uptime': 'Uptime',
|
||||
'peer_port': 'Port',
|
||||
'peer_priority': 'Priority',
|
||||
'peer_latency': 'Latency',
|
||||
'peer_cost': 'Cost',
|
||||
'peer_quality': 'Quality',
|
||||
'peer_received': '↓ Received',
|
||||
'peer_sent': '↑ Sent',
|
||||
'peer_total': 'Total',
|
||||
'peer_remove': 'Remove',
|
||||
'peer_status_online': 'Online',
|
||||
'peer_status_offline': 'Offline',
|
||||
'peer_direction_inbound': 'Inbound',
|
||||
'peer_direction_outbound': 'Outbound',
|
||||
'peer_quality_excellent': 'Excellent',
|
||||
'peer_quality_good': 'Good',
|
||||
'peer_quality_fair': 'Fair',
|
||||
'peer_quality_poor': 'Poor',
|
||||
'peer_quality_unknown': 'Unknown'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue