translation update

This commit is contained in:
Zhenzhe Huang 2023-12-06 15:41:54 +01:00 committed by DokuWiki Translation Interface
parent c6c9188f76
commit c7f1640fbb
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Zhenzhe Huang <1991419264@qq.com>
* @author 林晓东 <lin_xd@126.com>
* @author alair <Mail@alair.top>
* @author better <betterzhubo@live.com>
@ -181,6 +182,9 @@ $lang['profdeleted'] = '你的用户已经从这个 wiki 中删除';
$lang['profconfdelete'] = '我希望删除我的账户。<br/>这项操作无法撤销。';
$lang['profconfdeletemissing'] = '确认框未勾选';
$lang['proffail'] = '用户设置没有更新。';
$lang['proftokenlegend'] = '认证令牌';
$lang['proftokengenerate'] = '重置令牌';
$lang['proftokeninfo'] = '认证令牌可用于让第三方应用登录并代表您进行操作。重置令牌将使旧令牌失效,并注销使用先前令牌的所有应用。';
$lang['pwdforget'] = '忘记密码?立即获取新密码';
$lang['resendna'] = '本维基不支持二次发送密码。';
$lang['resendpwd'] = '设置新密码用于';

View File

@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Zhenzhe Huang <1991419264@qq.com>
* @author 林晓东 <lin_xd@126.com>
* @author alair <Mail@alair.top>
* @author better <betterzhubo@live.com>
@ -112,6 +113,7 @@ $lang['disableactions_other'] = '其他功能(用英文逗号分隔)';
$lang['disableactions_rss'] = 'XML 同步 (RSS)';
$lang['auth_security_timeout'] = '认证安全超时(秒)';
$lang['securecookie'] = '要让浏览器须以HTTPS方式传送在HTTPS会话中设置的cookies吗请只在登录过程为SSL加密而浏览维基为明文的情况下打开此选项。';
$lang['samesitecookie'] = '要使用的SameSite Cookie属性。将其留空将由浏览器决定SameSite策略。';
$lang['remote'] = '激活远程 API 系统。这允许其他程序通过 XML-RPC 或其他机制来访问维基。';
$lang['remoteuser'] = '将远程 API 的访问权限限制在指定的组或用户中,以逗号分隔。留空则允许任何人访问。';
$lang['remotecors'] = '为远程接口启用跨源资源共享 CORS。星号 * 表示允许所有来源。留空以拒绝 CORS。';