You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
296 B
13 lines
296 B
7 years ago
|
// define language keys used by JS here
|
||
|
module.exports = [
|
||
|
'wifi.connected_ip_is',
|
||
|
'wifi.not_conn',
|
||
|
'wifi.enter_passwd',
|
||
|
'term_nav.fullscreen',
|
||
|
'term_conn.connecting',
|
||
|
'term_conn.waiting_content',
|
||
|
'term_conn.disconnected',
|
||
|
'term_conn.waiting_server',
|
||
|
'term_conn.reconnecting'
|
||
|
]
|