We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3121448 commit 7c94e8bCopy full SHA for 7c94e8b
phpmyfaq/translations/language_zh.php
@@ -148,6 +148,8 @@
148
$PMF_LANG['ad_gen_top'] = '页面顶部';
149
$PMF_LANG['ad_gen_ncf'] = '没有找到类别!';
150
$PMF_LANG['ad_gen_delete'] = '删除';
151
+$PMF_LANG['ad_gen_or'] = "或";
152
+
153
$PMF_LANG['ad_user'] = '用户管理';
154
$PMF_LANG['ad_user_username'] = '用户列表';
155
$PMF_LANG['ad_user_rights'] = '权限';
@@ -475,6 +477,7 @@
475
477
$PMF_LANG['msgNewQuestionVisible'] = '问答必须通过过审查才会被发布。';
476
478
$PMF_LANG['msgQuestionsWaiting'] = '等待管理员发布:';
479
$PMF_LANG['ad_entry_visibility'] = '发布';
480
+$PMF_LANG['ad_entry_not_visibility'] = "未发布";
481
$PMF_LANG['ad_user_error_password'] = '请输入密码。';
482
$PMF_LANG['ad_user_error_passwordsDontMatch'] = '密码不正确。';
483
$PMF_LANG['ad_user_error_loginInvalid'] = '用户名无效。';
0 commit comments