index->common = 'Home';
$lang->index->index = 'Home';
$lang->index->app = 'Home';
$lang->index->pleaseInput = 'Please input';
$lang->index->search = 'Search';
$lang->index->dock = new stdClass();
$lang->index->dock->open = 'Open';
$lang->index->dock->reload = 'Reload';
$lang->index->dock->close = 'Close';
$lang->index->upgradeVersion = 'Upgradable version';
$lang->index->upgradeNow = 'Upgrade now';
$lang->index->upgrade = 'Upgrade';
$lang->index->log = 'Log';
$lang->index->detailed = 'Details';
$lang->index->website = 'Please visit the official website';
$lang->index->chat = new stdclass();
$lang->index->chat->chat = 'Chat';
$lang->index->chat->ai = 'AI';
$lang->index->chat->unconfiguredFormat = '%s is currently not configured. %s.';
$lang->index->chat->goConfigureFormat = 'To configure the function, click to navigate to %s configuration';
$lang->index->chat->contactAdminForHelp = 'Please contact an administrator for assistance';
$lang->index->chat->unauthorized = 'You are not authorized to access AI chatting. Please contact an administrator for permission.';
$lang->index->chat->reloadTip = 'You may reload this page if you believe that the configuration has been completed.';