8000 minor #38848 Missing translations for Chinese (zh_TW) #38733 (fd6130) · symfony/security-core@b6e24b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6e24b3

Browse files
committed
minor #38848 Missing translations for Chinese (zh_TW) #38733 (fd6130)
This PR was squashed before being merged into the 3.4 branch. Discussion ---------- Missing translations for Chinese (zh_TW) #38733 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38733 | License | MIT Added missing translations for zh_TW in Form, Security, Validator. Commits ------- 3e741fda0a Missing translations for Chinese (zh_TW) #38733
2 parents ffac0e7 + 623b484 commit b6e24b3

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>An authentication exception occurred.</source>
7+
<target>身份驗證發生異常。</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>Authentication credentials could not be found.</source>
11+
<target>沒有找到身份驗證的憑證。</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>Authentication request could not be processed due to a system problem.</source>
15+
<target>由於系統故障,身份驗證的請求無法被處理。</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>Invalid credentials.</source>
19+
<target>無效的憑證。</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>Cookie has already been used by someone else.</source>
23+
<target>Cookie 已經被其他人使用。</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>Not privileged to request the resource.</source>
27+
<target>沒有權限請求此資源。</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>Invalid CSRF token.</source>
31+
<target>無效的 CSRF token 。</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>Digest nonce has expired.</source>
35+
<target>摘要隨機串(digest nonce)已過期。</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>No authentication provider found to support the authentication token.</source>
39+
<target>沒有找到支持此 token 的身份驗證服務提供方。</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>No session available, it either timed out or cookies are not enabled.</source>
43+
<target>Session 不可用。回話超時或沒有啓用 cookies 。</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>No token could be found.</source>
47+
<target>找不到 token 。</target>
48+
</trans-unit>
49+
<trans-unit id="12">
50+
<source>Username could not be found.</source>
51+
<target>找不到用戶名。</target>
52+
</trans-unit>
53+
<trans-unit id="13">
54+
<source>Account has expired.</source>
55+
<target>賬號已逾期。</target>
56+
</trans-unit>
57+
<trans-unit id="14">
58+
<source>Credentials have expired.</source>
59+
<target>憑證已逾期。</target>
60+
</trans-unit>
61+
<trans-unit id="15">
62+
<source>Account is disabled.</source>
63+
<target>賬號已被禁用。</target>
64+
</trans-unit>
65+
<trans-unit id="16">
66+
<source>Account is locked.</source>
67+
<target>賬號已被鎖定。</target>
68+
</trans-unit>
69+
<trans-unit id="17">
70+
<source>Too many failed login attempts, please try again later.</source>
71+
<target>登入失敗的次數過多,請稍後再試。</target>
72+
</trans-unit>
73+
<trans-unit id="18">
74+
<source>Invalid or expired login link.</source>
75+
<target>失效或過期的登入鏈接。</target>
76+
</trans-unit>
77+
</body>
78+
</file>
79+
</xliff>

0 commit comments

Comments
 (0)
0