Skip to content

Commit

Permalink
minor #31099 Missing Lithuanian translations added. (rmikalkenas)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #31099).

Discussion
----------

Missing Lithuanian translations added.

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #
| License       | MIT
| Doc PR        | symfony/symfony-docs

Missing Lithuanian translations for validator component.

Commits
-------

1c9a9cd Missing Lithuanian translations added to validator component.
  • Loading branch information
fabpot committed Apr 13, 2019
2 parents 39f2084 + 1c9a9cd commit 3fdc359
Showing 1 changed file with 28 additions and 0 deletions.
Expand Up @@ -334,6 +334,34 @@
<source>This value should be valid JSON.</source>
<target>Ši reikšmė turi būti tinkamo JSON formato.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Sąraše turi būti tik unikalios reikšmės.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>Reikšmė turi būti teigiama.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>Reikšmė turi būti teigiama arba lygi nuliui.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>Reikšmė turi būti neigiama.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>Reikšmė turi būti neigiama arba lygi nuliui.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Reikšmė nėra tinkama laiko juosta.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Slaptažodis yra nutekėjęs duomenų saugumo pažeidime, jo naudoti negalima. Prašome naudoti kitą slaptažodį.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 3fdc359

Please sign in to comment.