mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-26 04:21:36 +00:00
* Perform a full translation of Simplified Chinese. Based on the latest *.en.xlf file. Translated automatically using DeepSinkV4 based on the source code, then manually reviewed and corrected line by line. * Normalized formatting --------- Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0" srcLang="en" trgLang="zh-CN">
|
||
<file id="security.en">
|
||
<unit id="GrLNa9P" name="user.login_error.user_disabled">
|
||
<segment state="translated">
|
||
<source>user.login_error.user_disabled</source>
|
||
<target>此账户已被禁用!如果这是个错误请联系管理员。</target>
|
||
</segment>
|
||
</unit>
|
||
<unit id="IFQ5XrG" name="saml.error.cannot_login_local_user_per_saml">
|
||
<segment state="translated">
|
||
<source>saml.error.cannot_login_local_user_per_saml</source>
|
||
<target>无法通过SSO以本地用户身份登录!请使用本地用户和密码登录。</target>
|
||
</segment>
|
||
</unit>
|
||
<unit id="wOYPZmb" name="saml.error.cannot_login_saml_user_locally">
|
||
<segment state="translated">
|
||
<source>saml.error.cannot_login_saml_user_locally</source>
|
||
<target>禁止使用本地认证以SAML用户身份登录!请使用SSO登录。</target>
|
||
</segment>
|
||
</unit>
|
||
</file>
|
||
</xliff>
|