Skip to content

Commit 69ff299

Browse files
committed
minor #58887 [Validator] review latvian translations (k0d3r1s)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] review latvian translations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | License | MIT Translated keys 116, 117, 118, 119 into latvian Commits ------- f6f793c [Validator] review latvian translations
2 parents 98b63ac + f6f793c commit 69ff299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,19 +452,19 @@
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target>Šī vērtība neatspoguļo nedēļu ISO 8601 formatā.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target>Šī vērtība nav derīga nedēļa.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target>Šai vērtībai nevajadzētu būt pirms "{{ min }}" nedēļas.</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target>Šai vērtībai nevajadzētu būt pēc "{{ max }}" nedēļas.</target>
468468
</trans-unit>
469469
</body>
470470
</file>

0 commit comments

Comments
 (0)