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
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<source>You must select at least {{ limit }} choices.</source>
27
-
<target>Musí být vybráno nejméně {{ limit }} možností.</target>
27
+
<target>Musí být vybrána nejméně {{ limit }} možnost.|Musí být vybrány nejméně {{ limit }} možnosti.|Musí být vybráno nejméně {{ limit }} možností.</target>
28
28
</trans-unit>
29
29
<trans-unitid="7">
30
30
<source>You must select at most {{ limit }} choices.</source>
31
-
<target>Musí být vybráno maximálně {{ limit }} možností.</target>
31
+
<target>Musí být vybrána maximálně {{ limit }} možnost.|Musí být vybrány maximálně {{ limit }} možnosti.|Musí být vybráno maximálně {{ limit }} možností.</target>
32
32
</trans-unit>
33
33
<trans-unitid="8">
34
34
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
76
76
</trans-unit>
77
77
<trans-unitid="19">
78
78
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79
-
<target>Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaků.</target>
79
+
<target>Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znak.|Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaky.|Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaků.</target>
80
80
</trans-unit>
81
81
<trans-unitid="20">
82
82
<source>This value should be {{ limit }} or more.</source>
83
83
<target>Tato hodnota musí být {{ limit }} nebo více.</target>
84
84
</trans-unit>
85
85
<trans-unitid="21">
86
86
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87
-
<target>Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaků.</target>
87
+
<target>Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znak.|Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaky.|Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaků.</target>
88
88
</trans-unit>
89
89
<trans-unitid="22">
90
90
<source>This value should not be blank.</source>
@@ -192,7 +192,7 @@
192
192
</trans-unit>
193
193
<trans-unitid="48">
194
194
<source>This value should have exactly {{ limit }} characters.</source>
195
-
<target>Tato hodnota musí mít přesně {{limit}} znaků.</target>
195
+
<target>Tato hodnota musí mít přesně {{ limit }} znak.|Tato hodnota musí mít přesně {{ limit }} znaky.|Tato hodnota musí mít přesně {{limit}} znaků.</target>
196
196
</trans-unit>
197
197
<trans-unitid="49">
198
198
<source>The file was only partially uploaded.</source>
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<source>You must select at least {{ limit }} choices.</source>
27
-
<target>You must select at least {{ limit }} choices.</target>
27
+
<target>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</target>
28
28
</trans-unit>
29
29
<trans-unitid="7">
30
30
<source>You must select at most {{ limit }} choices.</source>
31
-
<target>You must select at most {{ limit }} choices.</target>
31
+
<target>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</target>
32
32
</trans-unit>
33
33
<trans-unitid="8">
34
34
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
76
76
</trans-unit>
77
77
<trans-unitid="19">
78
78
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79
-
<target>This value is too long. It should have {{ limit }} characters or less.</target>
79
+
<target>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</target>
80
80
</trans-unit>
81
81
<trans-unitid="20">
82
82
<source>This value should be {{ limit }} or more.</source>
83
83
<target>This value should be {{ limit }} or more.</target>
84
84
</trans-unit>
85
85
<trans-unitid="21">
86
86
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87
-
<target>This value is too short. It should have {{ limit }} characters or more.</target>
87
+
<target>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</target>
88
88
</trans-unit>
89
89
<trans-unitid="22">
90
90
<source>This value should not be blank.</source>
@@ -192,7 +192,7 @@
192
192
</trans-unit>
193
193
<trans-unitid="48">
194
194
<source>This value should have exactly {{ limit }} characters.</source>
195
-
<target>This value should have exactly {{ limit }} characters.</target>
195
+
<target>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</target>
196
196
</trans-unit>
197
197
<trans-unitid="49">
198
198
<source>The file was only partially uploaded.</source>
0 commit comments