Skip to content

Commit a530bb6

Browse files
committed
Merge branch '2.3'
* 2.3: ErrorHandler and fixes fixed typo in CS translation (closes #8069) fix arab translation Removed reference to Symfony\Component\Form\Extension\Core\Type\FormType in form.xml slovenian validator translations updated [FrameworkBundle] set the dispatcher in the console application [Console] fix typehint for Application::setDispatcher [Finder] Fixed a path in a test. [Form] [Validator] Fixed post_max_size = 0 bug (Issue #8065)
2 parents e99b90e + 7e9dc9e commit a530bb6

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

Resources/translations/validators.ar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55
<trans-unit id="1">
66
<source>This value should be false.</source>
7-
<target>هذه القيمة يجب أن تكون كاذبة.</target>
7+
<target>هذه القيمة يجب أن تكون خاطئة.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>This value should be true.</source>

Resources/translations/validators.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
</trans-unit>
181181
<trans-unit id="48">
182182
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
183-
<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>
183+
<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>
184184
</trans-unit>
185185
<trans-unit id="49">
186186
<source>The file was only partially uploaded.</source>

Resources/translations/validators.sl.xlf

100644100755
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,62 @@
222222
<source>Unsupported card type or invalid card number.</source>
223223
<target>Nepodprti tip kartice ali neveljavna številka kartice.</target>
224224
</trans-unit>
225+
<trans-unit id="59">
226+
<source>This is not a valid International Bank Account Number (IBAN).</source>
227+
<target>Neveljavna mednarodna številka bančnega računa (IBAN).</target>
228+
</trans-unit>
229+
<trans-unit id="60">
230+
<source>This value is not a valid ISBN-10.</source>
231+
<target>Neveljavna vrednost po ISBN-10.</target>
232+
</trans-unit>
233+
<trans-unit id="61">
234+
<source>This value is not a valid ISBN-13.</source>
235+
<target>Neveljavna vrednost po ISBN-13.</target>
236+
</trans-unit>
237+
<trans-unit id="62">
238+
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239+
<target>Neveljavna vrednost po ISBN-10 ali po ISBN-13.</target>
240+
</trans-unit>
241+
<trans-unit id="63">
242+
<source>This value is not a valid ISSN.</source>
243+
<target>Neveljavna vrednost ISSN.</target>
244+
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Vrednost ni veljavna valuta.</target>
248+
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>Vrednost mora biti enaka {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>Vrednost mora biti večja od {{ compared_value }}.</target>
256+
</trans-unit>
257+
<trans-unit id="67">
258+
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259+
<target>Vrednost mora biti večja ali enaka {{ compared_value }}.</target>
260+
</trans-unit>
261+
<trans-unit id="68">
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263+
<target>Vrednost mora biti identična {{ compared_value_type }} {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>Vrednost mora biti manjša {{ compared_value }}.</target>
268+
</trans-unit>
269+
<trans-unit id="70">
270+
<source>This value should be less than or equal to {{ compared_value }}.</source>
271+
<target>Vrednost mora biti manjša ali enaka {{ compared_value }}.</target>
272+
</trans-unit>
273+
<trans-unit id="71">
274+
<source>This value should not be equal to {{ compared_value }}.</source>
275+
<target>Vrednost ne sme biti enaka {{ compared_value }}.</target>
276+
</trans-unit>
277+
<trans-unit id="72">
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Vrednost ne sme biti identična {{ compared_value_type }} {{ compared_value }}.</target>
280+
</trans-unit>
225281
</body>
226282
</file>
227283
</xliff>

0 commit comments

Comments
 (0)