Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
minor #38830 [Security] Add missing translations for Ukrainian (uk) (…
Browse files Browse the repository at this point in the history
…Comrade42)

This PR was merged into the 3.4 branch.

Discussion
----------

[Security] Add missing translations for Ukrainian (uk)

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38769
| License       | MIT
| Doc PR        | N/A

Commits
-------

969603b9c7 [Security] Add missing translations for Ukrainian (uk)
  • Loading branch information
nicolas-grekas committed Oct 27, 2020
2 parents 8172d7a + 66ef3e8 commit fb09526
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Core/Resources/translations/security.uk.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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>

0 comments on commit fb09526

Please sign in to comment.