8000 minor #58138 [Security] Improve translation for `zh_TW` (pan93412) · symfony/symfony@8b978ff · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b978ff

Browse files
committed
minor #58138 [Security] Improve translation for zh_TW (pan93412)
This PR was submitted for the 7.2 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- [Security] Improve translation for `zh_TW` | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT - Remove unnecessary spaces (ex. before the pronunciations) - Replace non-common terms (帳號 instead of 賬號) - Improve the translation to be fluent Commits ------- d5131d1 [Security] Improve translation for `zh_TW`
2 parents 3d042e2 + d5131d1 commit 8b978ff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/Symfony/Component/Security/Core/Resources/translations/security.zh_TW.xlf

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,67 +16,67 @@
1616
</trans-unit>
1717
<< 10000 span class="pl-ent">trans-unit id="4">
1818
<source>Invalid credentials.</source>
19-
<target>無效的憑證。</target>
19+
<target>登入憑證無效。</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>Cookie has already been used by someone else.</source>
2323
<target>Cookie 已經被其他人使用。</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>Not privileged to request the resource.</source>
27-
<target>沒有權限請求此資源。</target>
27+
<target>無權請求此資源。</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
31-
<target>無效的 CSRF token 。</target>
31+
<target>無效的 CSRF token。</target>
3232
</trans-unit>
3333
<trans-unit id="9">
3434
<source>No authentication provider found to support the authentication token.</source>
35-
<target>沒有找到支持此 token 的身份驗證服務提供方。</target>
35+
<target>找不到支援此 token 的身分驗證服務提供方。</target>
3636
</trans-unit>
3737
<trans-unit id="10">
3838
<source>No session available, it either timed out or cookies are not enabled.</source>
39-
<target>Session 不可用。回話超時或沒有啓用 cookies 。</target>
39+
<target>沒有工作階段,可能是超過時間,或者是未啟用 Cookies。</target>
4040
</trans-unit>
4141
<trans-unit id="11">
4242
<source>No token could be found.</source>
43-
<target>找不到 token 。</target>
43+
<target>找不到 token。</target>
4444
</trans-unit>
4545
<trans-unit id="12">
4646
<source>Username could not be found.</source>
47-
<target>找不到用戶名。</target>
47+
<target>找不到使用者名稱。</target>
4848
</trans-unit>
4949
<trans-unit id="13">
5050
<source>Account has expired.</source>
51-
<target>賬號已逾期。</target>
51+
<target>帳號已經過期。</target>
5252
</trans-unit>
5353
<trans-unit id="14">
5454
<source>Credentials have expired.</source>
55-
<target>憑證已逾期。</target>
55+
<target>憑證已經過期。</target>
5656
</trans-unit>
5757
<trans-unit id="15">
5858
<source>Account is disabled.</source>
59-
<target>賬號已被禁用。</target>
59+
<target>帳號已被停用。</target>
6060
</trans-unit>
6161
<trans-unit id="16">
6262
<source>Account is locked.</source>
63-
<target>賬號已被鎖定。</target>
63+
<target>帳號已被鎖定。</target>
6464
</trans-unit>
6565
<trans-unit id="17">
6666
<source>Too many failed login attempts, please try again later.</source>
6767
<target>登入失敗的次數過多,請稍後再試。</target>
6868
</trans-unit>
6969
<trans-unit id="18">
7070
<source>Invalid or expired login link.</source>
71-
<target>失效或過期的登入鏈接。</target>
71+
<target>登入連結無效或過期。</target>
7272
</trans-unit>
7373
<trans-unit id="19">
7474
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75-
<target>登錄失敗的次數過多,請在%minutes%分鐘後再試。</target>
75+
<target>登入失敗的次數過多,請 %minutes% 分鐘後再試。</target>
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target state="needs-review-translation">嘗試登入失敗次數過多,請 %minutes% 分鐘後再試。|嘗試登入失敗次數過多,請 %minutes% 分鐘後再試。</target>
79+
<target>登入嘗試次數過多,請 %minutes% 分鐘後再試。</target>
8080
</trans-unit>
8181
</body>
8282
</file>

0 commit comments

Comments
 (0)
0