You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#57840 [Validator] review latvian translations (k0d3r1s)
This PR was squashed before being 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 new keys (114, 115) into latvian
Commits
-------
dd3990a [Validator] review latvian translations
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
</trans-unit>
49
49
<trans-unitid="12">
50
50
<source>This value is not a valid datetime.</source>
51
-
<target>Šī vērtība ir nederīgs datums un laiks</target>
51
+
<target>Šī vērtība ir nederīgs datums un laiks.</target>
52
52
</trans-unit>
53
53
<trans-unitid="13">
54
54
<source>This value is not a valid email address.</source>
@@ -444,11 +444,11 @@
444
444
</trans-unit>
445
445
<trans-unitid="114">
446
446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447
-
<targetstate="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447
+
<target>Šī vērtība ir pārāk īsa. Tai būtu jābūt vismaz vienu vārdu garai.|Šī vērtība ir pārāk īsa. Tai būtu jābūt ne mazāk kā {{ min }} vārdus garai.</target>
448
448
</trans-unit>
449
449
<trans-unitid="115">
450
450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451
-
<targetstate="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451
+
<target>Šī vērtība ir pārāk gara. Tai būtu jābūt vienam vārdam.|Šī vērtība ir pārāk gara. Tai būtu jābūt ne vairāk kā {{ max }} vārdus garai.</target>
0 commit comments