File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 25
25
*
26
26
* Constraint instances are immutable and serializable.
27
27
*
28
- * @property array $groups The groups that the constraint belongs to
28
+ * @property string[] $groups The groups that the constraint belongs to
29
29
*
30
30
* @author Bernhard Schussek <[email protected] >
31
31
*/
@@ -263,7 +263,7 @@ public function getDefaultOption()
263
263
*
264
264
* Override this method if you want to define required options.
265
265
*
266
- * @return array
266
+ * @return string[]
267
267
*
268
268
* @see __construct()
269
269
*/
@@ -293,7 +293,7 @@ public function validatedBy()
293
293
* This method should return one or more of the constants
294
294
* Constraint::CLASS_CONSTRAINT and Constraint::PROPERTY_CONSTRAINT.
295
295
*
296
- * @return string|array One or more constant values
296
+ * @return string|string[] One or more constant values
297
297
*/
298
298
public function getTargets ()
299
299
{
Original file line number Diff line number Diff line change 362
362
<source >This password has been leaked in a data breach, it must not be used. Please use another password.</source >
363
363
<target >Гэты пароль быў выкрадзены ў выніку ўзлому дадзеных, таму яго нельга выкарыстоўваць. Калі ласка, выкарыстоўвайце іншы пароль.</target >
364
364
</trans-unit >
365
+ <trans-unit id =" 94" >
366
+ <source >This value should be between {{ min }} and {{ max }}.</source >
367
+ <target >Значэнне павінна быць паміж {{min}} і {{max}}.</target >
368
+ </trans-unit >
369
+ <trans-unit id =" 95" >
370
+ <source >This value is not a valid hostname.</source >
371
+ <target >Значэнне не з'яўляецца карэктным імем хаста.</target >
372
+ </trans-unit >
373
+ <trans-unit id =" 96" >
374
+ <source >The number of elements in this collection should be a multiple of {{ compared_value }}.</source >
375
+ <target >Колькасць элементаў у гэтай калекцыі павінна быць кратным {{compared_value}}.</target >
376
+ </trans-unit >
377
+ <trans-unit id =" 97" >
378
+ <source >This value should satisfy at least one of the following constraints:</source >
379
+ <target >Значэнне павінна задавальняць як мінімум аднаму з наступных абмежаванняў:</target >
380
+ </trans-unit >
381
+ <trans-unit id =" 98" >
382
+ <source >Each element of this collection should satisfy its own set of constraints.</source >
383
+ <target >Кожны элемент гэтай калекцыі павінен задавальняць свайму ўласнаму набору абмежаванняў.</target >
384
+ </trans-unit >
385
+ <trans-unit id =" 99" >
386
+ <source >This value is not a valid International Securities Identification Number (ISIN).</source >
387
+ <target >Значэнне не з'яўляецца карэктным міжнародным ідэнтыфікацыйным нумарам каштоўных папер (ISIN).</target >
388
+ </trans-unit >
365
389
</body >
366
390
</file >
367
391
</xliff >
You can’t perform that action at this time.
0 commit comments