8000 minor #31099 Missing Lithuanian translations added. (rmikalkenas) · symfony/symfony@3fdc359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fdc359

Browse files
committed
minor #31099 Missing Lithuanian translations added. (rmikalkenas)
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.
2 parents 39f2084 + 1c9a9cd commit 3fdc359

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,34 @@
334334
<source>This value should be valid JSON.</source>
335335
<target>Ši reikšmė turi būti tinkamo JSON formato.</target>
336336
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Sąraše turi būti tik unikalios reikšmės.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Reikšmė turi būti teigiama.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Reikšmė turi būti teigiama arba lygi nuliui.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Reikšmė turi būti neigiama.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Reikšmė turi būti neigiama arba lygi nuliui.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Reikšmė nėra tinkama laiko juosta.</target>
360+
</trans-unit>
361+
<trans-unit id="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>Slaptažodis yra nutekėjęs duomenų saugumo pažeidime, jo naudoti negalima. Prašome naudoti kitą slaptažodį.</target>
364+
</trans-unit>
337365
</body>
338366
</file>
339367
</xliff>

0 commit comments

Comments
 (0)
0