Skip to content

Commit e99b90e

Browse files
committed
Merge branch '2.3'
* 2.3: (37 commits) [Console] renamed ConsoleForExceptionEvent into ConsoleExceptionEvent Fix several instances of doubled words [Security] Fixed the check if an interface exists. Added missing slovak translations [FrameworkBundle] removed HttpFoundation classes from HttpKernel cache [Finder] Fix iteration fails with non-rewindable streams [Finder] Fix unexpected duplicate sub path related AppendIterator issue [Security] Added tests for the DefaultLogoutSuccessHandler. [Security] Added tests for the DefaultAuthenticationSuccessHandler. [ClassLoader] tiny refactoring [Security] Added tests for the DefaultAuthenticationFailureHandler. [Security] Added tests for the remember me ReponseListener. [Security] Added tests for the SessionAuthenticationStrategy. [Security] Added tests for the AccessMap. [FrameworkBundle] removed deprecated method from cache:clear command [WebProfiler] remove deprecated verbose option fix logger in regards to DebugLoggerInterface [Form] [2.3] removed old option Added type of return value in VoterInterface. [Console] Add namespace support back in to list command ...
2 parents afb49d9 + 3d46d39 commit e99b90e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

Resources/translations/validators.sk.xlf

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,46 @@
238238
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239239
<target>Táto hodnota nie je platné ISBN-10 ani ISBN-13.</target>
240240
</trans-unit>
241+
<trans-unit id="63">
242+
<source>This value is not a valid ISSN.</source>
243+
<target>Táto hodnota nie je platné ISSN.</target>
244+
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Táto hodnota nie je platná mena.</target>
248+
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>Táto hodnota by mala byť rovná {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>Táto hodnota by mala byť väčšia ako {{ 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>Táto hodnota by mala byť väčšia alebo rovná {{ 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>Táto hodnota by mala byť typu {{ compared_value_type }} a zároveň by mala byť rovná {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>Táto hodnota by mala byť menšia ako {{ 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>Táto hodnota by mala byť menšia alebo rovná {{ 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>Táto hodnota by nemala byť rovná {{ 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>Táto hodnota by nemala byť typu {{ compared_value_type }} a zároveň by nemala byť rovná {{ compared_value }}.</target>
280+
</trans-unit>
241281
</body>
242282
</file>
243283
</xliff>

0 commit comments

Comments
 (0)