Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
* 4.4:
  Missing translations for Chinese (zh_TW) #38733
  Missing translations for Chinese (zh_CN) #38732
  • Loading branch information
fabpot committed Oct 28, 2020
2 parents 7fa9de0 + fa1310e commit 13f9711
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/translations/security.zh_CN.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
<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>
79 changes: 79 additions & 0 deletions Resources/translations/security.zh_TW.xlf
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>

0 comments on commit 13f9711

Please sign in to comment.