castopod/modules/Admin/Language/zh-Hans/AboutCastopod.php

23 lines
515 B
PHP
Raw Normal View History

2022-10-20 09:55:28 +02:00
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
2022-11-04 12:03:24 +01:00
'title' => '关于 Castopod',
'host_name' => '主机名',
'version' => 'Castopod 版本',
'php_version' => 'PHP 版本',
'os' => '操作系统',
'languages' => '语言',
'update_database' => '更新数据库',
2022-10-20 09:55:28 +02:00
'messages' => [
2022-11-04 12:03:24 +01:00
'databaseUpdateSuccess' => '数据库是最新的!',
2022-10-20 09:55:28 +02:00
],
];