-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 4.4: Missing translations for Chinese (zh_TW) #38733 Missing translations for Chinese (zh_CN) #38732
- Loading branch information
Showing
2 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<?xml version="1.0"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" datatype="plaintext" original="file.ext"> | ||
<body> | ||
<trans-unit id="1"> | ||
<source>An authentication exception occurred.</source> | ||
<target>身份驗證發生異常。</target> | ||
</trans-unit> | ||
<trans-unit id="2"> | ||
<source>Authentication credentials could not be found.</source> | ||
<target>沒有找到身份驗證的憑證。</target> | ||
</trans-unit> | ||
<trans-unit id="3"> | ||
<source>Authentication request could not be processed due to a system problem.</source> | ||
<target>由於系統故障,身份驗證的請求無法被處理。</target> | ||
</trans-unit> | ||
<trans-unit id="4"> | ||
<source>Invalid credentials.</source> | ||
<target>無效的憑證。</target> | ||
</trans-unit> | ||
<trans-unit id="5"> | ||
<source>Cookie has already been used by someone else.</source> | ||
<target>Cookie 已經被其他人使用。</target> | ||
</trans-unit> | ||
<trans-unit id="6"> | ||
<source>Not privileged to request the resource.</source> | ||
<target>沒有權限請求此資源。</target> | ||
</trans-unit> | ||
<trans-unit id="7"> | ||
<source>Invalid CSRF token.</source> | ||
<target>無效的 CSRF token 。</target> | ||
</trans-unit> | ||
<trans-unit id="8"> | ||
<source>Digest nonce has expired.</source> | ||
<target>摘要隨機串(digest nonce)已過期。</target> | ||
</trans-unit> | ||
<trans-unit id="9"> | ||
<source>No authentication provider found to support the authentication token.</source> | ||
<target>沒有找到支持此 token 的身份驗證服務提供方。</target> | ||
</trans-unit> | ||
<trans-unit id="10"> | ||
<source>No session available, it either timed out or cookies are not enabled.</source> | ||
<target>Session 不可用。回話超時或沒有啓用 cookies 。</target> | ||
</trans-unit> | ||
<trans-unit id="11"> | ||
<source>No token could be found.</source> | ||
<target>找不到 token 。</target> | ||
</trans-unit> | ||
<trans-unit id="12"> | ||
<source>Username could not be found.</source> | ||
<target>找不到用戶名。</target> | ||
</trans-unit> | ||
<trans-unit id="13"> | ||
<source>Account has expired.</source> | ||
<target>賬號已逾期。</target> | ||
</trans-unit> | ||
<trans-unit id="14"> | ||
<source>Credentials have expired.</source> | ||
<target>憑證已逾期。</target> | ||
</trans-unit> | ||
<trans-unit id="15"> | ||
<source>Account is disabled.</source> | ||
<target>賬號已被禁用。</target> | ||
</trans-unit> | ||
<trans-unit id="16"> | ||
<source>Account is locked.</source> | ||
<target>賬號已被鎖定。</target> | ||
</trans-unit> | ||
<trans-unit id="17"> | ||
<source>Too many failed login attempts, please try again later.</source> | ||
<target>登入失敗的次數過多,請稍後再試。</target> | ||
</trans-unit> | ||
<trans-unit id="18"> | ||
<source>Invalid or expired login link.</source> | ||
<target>失效或過期的登入鏈接。</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |