Skip to content

Commit 9173ce7

Browse files
committed
minor #38857 Add missing translations for Tagalog (tl) (ocrampete16)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Add missing translations for Tagalog (tl) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #38766 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT This PR adds missing form, security and validator translations for Tagalog. I also skimmed over the existing translations and corrected spelling mistakes I could find. Commits ------- c4461b760a Add missing translations for Tagalog (tl)
2 parents 27197a8 + 4127133 commit 9173ce7

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Resources/translations/security.tl.xlf

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,27 @@
4848
</trans-unit>
4949
<trans-unit id="13">
5050
<source>Account has expired.</source>
51-
<target>Ang akawnt ay nag-expire na.</target>
51+
<target>Ang account ay nag-expire na.</target>
5252
</trans-unit>
5353
<trans-unit id="14">
5454
<source>Credentials have expired.</source>
55-
<target>.ng mga kinakailangang dokumento ay nag expire na.</target>
55+
<target>Ang mga kinakailangang dokumento ay nag expire na.</target>
5656
</trans-unit>
5757
<trans-unit id="15">
5858
<source>Account is disabled.</source>
59-
<target>Ang akawnt ay hindi pinagana.</target>
59+
<target>Ang account ay hindi pinagana.</target>
6060
</trans-unit>
6161
<trans-unit id="16">
6262
<source>Account is locked.</source>
63-
<target>ng akawnt ay nakasara.</target>
63+
<target>Ang account ay nakasara.</target>
64+
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>Madaming bagsak na pagtatangka, pakisubukan ulit mamaya.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Inbalido o nagexpire na ang link para makapaglogin.</target>
6472
</trans-unit>
6573
</body>
6674
</file>

0 commit comments

Comments
 (0)