|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'appname' => 'ESPTerm',
|
|
|
|
|
|
|
|
'menu.cfg_wifi' => 'WiFi Settings',
|
|
|
|
'menu.cfg_network' => 'Network Configuration',
|
|
|
|
'menu.cfg_term' => 'Terminal Settings',
|
|
|
|
'menu.about' => 'About ESPTerm',
|
|
|
|
'menu.help' => 'Help',
|
|
|
|
'menu.term' => 'Back to Terminal',
|
|
|
|
|
|
|
|
'box.ap' => 'Built-in Access Point',
|
|
|
|
'box.sta' => 'Connect to External Network',
|
|
|
|
|
|
|
|
'wifi.enable' => 'Enabled:',
|
|
|
|
'wifi.tpw' => 'Transmit Power:',
|
|
|
|
'wifi.ap_channel' => 'Channel:',
|
|
|
|
'wifi.ap_ssid' => 'AP SSID:',
|
|
|
|
'wifi.ap_password' => 'Password:',
|
|
|
|
'wifi.ap_hidden' => 'Hide SSID:',
|
|
|
|
'wifi.sta_info' => 'Selected:',
|
|
|
|
|
|
|
|
'wifi.sta_ssid' => 'Network SSID:',
|
|
|
|
'wifi.sta_password' => 'Password:',
|
|
|
|
'wifi.not_conn' => 'Not connected.',
|
|
|
|
'wifi.sta_none' => 'None',
|
|
|
|
'wifi.sta_active_pw' => '🔒',
|
|
|
|
|
|
|
|
'wifi.submit' => 'Apply!',
|
|
|
|
'wifi.scanning' => 'Scanning',
|
|
|
|
'wifi.cant_scan_no_sta' => 'Can\'t scan with Client mode disabled.',
|
|
|
|
'wifi.select_ssid' => 'Available networks:',
|
|
|
|
|
|
|
|
'enabled' => 'Enabled',
|
|
|
|
'disabled' => 'Disabled',
|
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
|
|
|
'confirm' => 'OK',
|
|
|
|
];
|