mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
Implement modal system for adding peers and logout confirmation in WebUI
This commit is contained in:
parent
fcb5efd753
commit
19710fbc19
7 changed files with 789 additions and 32 deletions
|
@ -78,5 +78,25 @@ window.translations.en = {
|
|||
'peer_quality_good': 'Good',
|
||||
'peer_quality_fair': 'Fair',
|
||||
'peer_quality_poor': 'Poor',
|
||||
'peer_quality_unknown': 'Unknown'
|
||||
'peer_quality_unknown': 'Unknown',
|
||||
|
||||
// Modal translations
|
||||
'modal_close': 'Close',
|
||||
'modal_cancel': 'Cancel',
|
||||
'modal_ok': 'OK',
|
||||
'modal_confirm': 'Confirmation',
|
||||
'modal_confirm_yes': 'Yes',
|
||||
'modal_confirm_message': 'Are you sure?',
|
||||
'modal_alert': 'Alert',
|
||||
'modal_input': 'Input',
|
||||
'modal_error': 'Error',
|
||||
'modal_success': 'Success',
|
||||
'modal_warning': 'Warning',
|
||||
'modal_info': 'Information',
|
||||
|
||||
// Add peer modal
|
||||
'add_peer_modal_description': 'Enter peer URI to connect to a new network node',
|
||||
'peer_uri_label': 'Peer URI',
|
||||
'peer_uri_placeholder': 'tcp://example.com:54321',
|
||||
'peer_uri_help': 'Examples: tcp://example.com:54321, tls://peer.yggdrasil.network:443'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue