modxcms/revolution

View on GitHub
core/lexicon/zh/about.inc.php

Summary

Maintainability
C
1 day
Test Coverage
<?php
/**
 * About English lexicon topic
 *
 * @language en
 * @package modx
 * @subpackage lexicon
 */
$_lang['help_page_title'] = '帮助 & 支持';
$_lang['help_main_head'] = 'MODX在这里';
$_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/resources/free-support-options">modx.com/resources/free-support-options</a> or call +1 (469) 777-6639';
$_lang['forums'] = '论坛';
$_lang['forums_title'] = 'MODX 社区论坛';
$_lang['forums_description'] = '来自社区的免费帮助';
$_lang['forums_link'] = 'https://community.modx.com/';
$_lang['docs'] = '文档';
$_lang['docs_title'] = '阅读精彩 (MODX)手册';
$_lang['docs_description'] = '阅读官方MODX手册';
$_lang['docs_link'] = 'https://docs.modx.com/';
$_lang['bugs'] = 'Bug 追踪器';
$_lang['bugs_title'] = '报告 Bug & 功能请求';
$_lang['bugs_description'] = '发现一个问题吗?让我们知道 !';
$_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues
';
$_lang['support'] = '商业支持';
$_lang['support_title'] = '购买紧急支持票';
$_lang['support_description'] = '从源码中优先支持';
$_lang['support_link'] = 'https://modx.com/solutions/services';
$_lang['email_placeholder'] = 'you@example.com';
$_lang['email_sub'] = '与 MODX保持最新';
$_lang['email_sub_description'] = '订阅 <b>MODX新闻</b>,接收所有关于 MODX 的重要新闻。请在下面输入您的电子邮件 — — 我们承诺永远不会发送垃圾邮件。';
$_lang['email_sub_button'] = '注册';
$_lang['social_follows'] = '您还可以在这些频道上 <b>跟随 MODX</b>。';
$_lang['follow'] = '跟随MODX';
$_lang['like'] = '赞MODX';
$_lang['circle'] = '圈MODX';
$_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/solutions/services" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
$_lang['help_credit'] = 'MODX is free open source software licensed under the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" target="_blank">GPL version 2.0</a> or later. Copyright 2005-[[+current_year]] by MODX, LLC. “MODX” is a registered trademark. Do the right thing—please keep this credit and the other information on this page intact.';