mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Convert all module lang files from XML to PHP
This commit is contained in:
parent
9b621d9c8c
commit
615416ab7f
297 changed files with 13745 additions and 17656 deletions
22
modules/autoinstall/lang/zh-CN.php
Normal file
22
modules/autoinstall/lang/zh-CN.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
$lang->autoinstall = '安装·更新';
|
||||
$lang->package_update = '最新更新';
|
||||
$lang->package_downloaded_count = '总下载';
|
||||
$lang->order_newest = '最新发布';
|
||||
$lang->order_popular = '热门';
|
||||
$lang->order_download = '下载';
|
||||
$lang->success_installed = '安装成功!';
|
||||
$lang->install = '安装';
|
||||
$lang->update = '更新';
|
||||
$lang->current_version = '现用版本';
|
||||
$lang->require_update = '需要更新';
|
||||
$lang->require_installation = '需要安装';
|
||||
$lang->description_install = '安装时,与其联动的插件/控件也会同时被安装(更新)。';
|
||||
$lang->description_download = '无法使用FTP时,需得自行下载安装到指定路径。';
|
||||
$lang->path = '安装路径';
|
||||
$lang->cmd_download = '下载';
|
||||
$lang->description_uninstall = '确定要删除此数据包吗?如果此数据包为模块,模块中的数据将会全部消失。';
|
||||
$lang->rate = 'points';
|
||||
$lang->dependant_list = '联动数据包列表';
|
||||
$lang->msg_ftp_invalid_auth_info = 'FTP登录失败。请确认输入的FTP信息。';
|
||||
$lang->msg_ftp_not_connected = '发生本地(%s)FTP连接错误。请确认ftp端口号及支持ftp服务与否。';
|
||||
Loading…
Add table
Add a link
Reference in a new issue