File tree 4 files changed +67
-7
lines changed
Validator/Resources/translations
4 files changed +67
-7
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ protected function demergePasswordAndSalt($mergedPasswordSalt)
48
48
/**
49
49
* Merges a password and a salt.
50
50
*
51
- * @param string $password The password to be used
52
- * @param string $salt The salt to be used
51
+ * @param string $password The password to be used
52
+ * @param string|null $salt The salt to be used
53
53
*
54
54
* @return string a merged password and salt
55
55
*
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ interface PasswordEncoderInterface
23
23
/**
24
24
* Encodes the raw password.
25
25
*
26
- * @param string $raw The password to encode
27
- * @param string $salt The salt
26
+ * @param string $raw The password to encode
27
+ * @param string|null $salt The salt
28
28
*
29
29
* @return string The encoded password
30
30
*
@@ -36,9 +36,9 @@ public function encodePassword($raw, $salt);
36
36
/**
37
37
* Checks a raw password against an encoded password.
38
38
*
39
- * @param string $encoded An encoded password
40
- * @param string $raw A raw password
41
- * @param string $salt The salt
39
+ * @param string $encoded An encoded password
40
+ * @param string $raw A raw password
41
+ * @param string|null $salt The salt
42
42
*
43
43
* @return bool true if the password is valid, false otherwise
44
44
*
Original file line number Diff line number Diff line change 334
334
<source >This value should be valid JSON.</source >
335
335
<target >Ova vrijednost treba biti validan JSON.</target >
336
336
</trans-unit >
337
+ <trans-unit id =" 87" >
338
+ <source >This collection should contain only unique elements.</source >
339
+ <target >Ova kolekcija treba sadržavati samo unikatne elemente.</target >
340
+ </trans-unit >
341
+ <trans-unit id =" 88" >
342
+ <source >This value should be positive.</source >
343
+ <target >Ova vrijednost treba biti pozitivna.</target >
344
+ </trans-unit >
345
+ <trans-unit id =" 89" >
346
+ <source >This value should be either positive or zero.</source >
347
+ <target >Ova vrijednost treba biti pozitivna ili jednaka nuli.</target >
348
+ </trans-unit >
349
+ <trans-unit id =" 90" >
350
+ <source >This value should be negative.</source >
351
+ <target >Ova vrijednost treba biti negativna.</target >
352
+ </trans-unit >
353
+ <trans-unit id =" 91" >
354
+ <source >This value should be either negative or zero.</source >
355
+ <target >Ova vrijednost treba biti negativna ili jednaka nuli.</target >
356
+ </trans-unit >
357
+ <trans-unit id =" 92" >
358
+ <source >This value is not a valid timezone.</source >
359
+ <target >Ova vrijednost nije validna vremenska zona.</target >
360
+ </trans-unit >
361
+ <trans-unit id =" 93" >
362
+ <source >This password has been leaked in a data breach, it must not be used. Please use another password.</source >
363
+ <target >Ova lozinka je procurila u nekom od sigurnosnih propusta, te je potrebno koristiti drugu lozinku.</target >
364
+ </trans-unit >
337
365
</body >
338
366
</file >
339
367
</xliff >
Original file line number Diff line number Diff line change 330
330
<source >This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source >
331
331
<target >Questo codice identificativo bancario (BIC) non è associato all'IBAN {{ iban }}.</target >
332
332
</trans-unit >
333
+ <trans-unit id =" 86" >
334
+ <source >This value should be valid JSON.</source >
335
+ <target >Questo valore dovrebbe essere un JSON valido.</target >
336
+ </trans-unit >
337
+ <trans-unit id =" 87" >
338
+ <source >This collection should contain only unique elements.</source >
339
+ <target >Questa collezione dovrebbe contenere solo elementi unici.</target >
340
+ </trans-unit >
341
+ <trans-unit id =" 88" >
342
+ <source >This value should be positive.</source >
343
+ <target >Questo valore dovrebbe essere positivo.</target >
344
+ </trans-unit >
345
+ <trans-unit id =" 89" >
346
+ <source >This value should be either positive or zero.</source >
347
+ <target >Questo valore dovrebbe essere positivo oppure zero.</target >
348
+ </trans-unit >
349
+ <trans-unit id =" 90" >
350
+ <source >This value should be negative.</source >
351
+ <target >Questo valore dovrebbe essere negativo.</target >
352
+ </trans-unit >
353
+ <trans-unit id =" 91" >
354
+ <source >This value should be either negative or zero.</source >
355
+ <target >Questo valore dovrebbe essere negativo oppure zero.</target >
356
+ </trans-unit >
357
+ <trans-unit id =" 92" >
358
+ <source >This value is not a valid timezone.</source >
359
+ <target >Questo valore non è un fuso orario valido.</target >
360
+ </trans-unit >
361
+ <trans-unit id =" 93" >
362
+ <source >This password has been leaked in a data breach, it must not be used. Please use another password.</source >
363
+ <target >Questa password è trapelata durante una compromissione di dati, non deve essere usata. Si prega di usare una password diversa.</target >
364
+ </trans-unit >
333
365
</body >
334
366
</file >
335
367
</xliff >
You can’t perform that action at this time.
0 commit comments