16 lines
641 B
PHP
Executable File
16 lines
641 B
PHP
Executable File
<?php
|
|
return array (
|
|
'bootstrap' => '程序启动中',
|
|
'http_proxy' => '正在配置HTTP代理',
|
|
'browser_env' => '配置浏览器环境',
|
|
'enter_questionnaire' => '进入问卷',
|
|
'match_virtual_person' => '匹配虚拟人设',
|
|
'answer_%index%' => '正在答题,当前第%index%题',
|
|
'submit_result' => '提交结果',
|
|
'wait_submit_result' => '等待提交结果',
|
|
'wait_settlement' => '等待结算',
|
|
'Product is incorrect' => '产品不正确',
|
|
'Server is not exist' => '服务器不存在',
|
|
'Server could not start' => '服务器无法启动',
|
|
'Server is not exist %sadds_f%' => '服务器不存在%sadds_f%',
|
|
); |