Skip to content

Commit 0038fbb

Browse files
committed
[Security] Add initial translations for AccountStatusException childs
1 parent 50e2cfc commit 0038fbb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/Symfony/Component/Security/Resources/translations/exceptions.en.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,22 @@
5050
<source>security.exception.username_not_found_exception</source>
5151
<target>Username could not be found.</target>
5252
</trans-unit>
53+
<trans-unit id="13">
54+
<source>security.exception.account_expired_exception</source>
55+
<target>Account has expired.</target>
56+
</trans-unit>
57+
<trans-unit id="14">
58+
<source>security.exception.credentials_expired_exception</source>
59+
<target>Credentials have expired.</target>
60+
</trans-unit>
61+
<trans-unit id="15">
62+
<source>security.exception.credentials_expired_exception</source>
63+
<target>Account is disabled.</target>
64+
</trans-unit>
65+
<trans-unit id="16">
66+
<source>security.exception.credentials_expired_exception</source>
67+
<target>Account is locked.</target>
68+
</trans-unit>
5369
</body>
5470
</file>
5571
</xliff>

0 commit comments

Comments
 (0)