File tree Expand file tree Collapse file tree 5 files changed +34
-16
lines changed Expand file tree Collapse file tree 5 files changed +34
-16
lines changed Original file line number Diff line number Diff line change 124
124
</trans-unit >
125
125
<trans-unit id =" 34" >
126
126
<source >The file could not be uploaded.</source >
127
- <target >Filen kunne ikke blive uploadet .</target >
127
+ <target >Filen kunne ikke uploades .</target >
128
128
</trans-unit >
129
129
<trans-unit id =" 35" >
130
130
<source >This value should be a valid number.</source >
324
324
</trans-unit >
325
325
<trans-unit id =" 84" >
326
326
<source >This value should be a multiple of {{ compared_value }}.</source >
327
- <target >Denne værdi skal være et flertal af {{ compared_value }}.</target >
327
+ <target >Denne værdi skal være et multiplikation af {{ compared_value }}.</target >
328
328
</trans-unit >
329
329
<trans-unit id =" 85" >
330
330
<source >This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source >
366
366
<source >This value should be between {{ min }} and {{ max }}.</source >
367
367
<target >Værdien skal være mellem {{ min }} og {{ max }}.</target >
368
368
</trans-unit >
369
+ <trans-unit id =" 95" >
370
+ <source >This value is not a valid hostname.</source >
371
+ <target >Værdien er ikke et gyldigt værtsnavn.</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 >Antallet af elementer i denne samling skal være en multiplikation af {{ 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 >Værdien skal overholde mindst én af følgende krav::</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 >Hvert element i denne samling skal overholde dens egne krav.</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 >Værdien er ikke et gyldig International Securities Identification Number (ISIN).</target >
388
+ </trans-unit >
369
389
</body >
370
390
</file >
371
391
</xliff >
Original file line number Diff line number Diff line change 24
24
25
25
class ClassMetadataTest extends TestCase
26
26
{
27
- const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
28
- const PARENTCLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
29
- const PROVIDERCLASS = 'Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderEntity ' ;
30
- const PROVIDERCHILDCLASS = 'Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderChildEntity ' ;
27
+ private const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
28
+ private const PARENTCLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
29
+ private const PROVIDERCLASS = 'Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderEntity ' ;
30
+ private const PROVIDERCHILDCLASS = 'Symfony\Component\Validator\Tests\Fixtures\GroupSequenceProviderChildEntity ' ;
31
31
32
32
protected $ metadata ;
33
33
Original file line number Diff line number Diff line change 25
25
26
26
class LazyLoadingMetadataFactoryTest extends TestCase
27
27
{
28
- const CLASS_NAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
29
- const PARENT_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
30
- const INTERFACE_A_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityInterfaceA ' ;
31
- const INTERFACE_B_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityInterfaceB ' ;
32
- const PARENT_INTERFACE_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParentInterface ' ;
28
+ private const CLASS_NAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
29
+ private const PARENT_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
30
+ private const INTERFACE_A_CLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityInterfaceA ' ;
33
31
34
32
public function testLoadClassMetadataWithInterface ()
35
33
{
Original file line number Diff line number Diff line change 17
17
18
18
class GetterMetadataTest extends TestCase
19
19
{
20
- const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
20
+ private const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
21
21
22
22
public function testInvalidPropertyName ()
23
23
{
Original file line number Diff line number Diff line change 19
19
20
20
class PropertyMetadataTest extends TestCase
21
21
{
22
- const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
23
- const CLASSNAME_74 = 'Symfony\Component\Validator\Tests\Fixtures\Entity_74 ' ;
24
- const CLASSNAME_74_PROXY = 'Symfony\Component\Validator\Tests\Fixtures\Entity_74_Proxy ' ;
25
- const PARENTCLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
22
+ private const CLASSNAME = 'Symfony\Component\Validator\Tests\Fixtures\Entity ' ;
23
+ private const CLASSNAME_74 = 'Symfony\Component\Validator\Tests\Fixtures\Entity_74 ' ;
24
+ private const CLASSNAME_74_PROXY = 'Symfony\Component\Validator\Tests\Fixtures\Entity_74_Proxy ' ;
25
+ private const PARENTCLASS = 'Symfony\Component\Validator\Tests\Fixtures\EntityParent ' ;
26
26
27
27
public function testInvalidPropertyName ()
28
28
{
You can’t perform that action at this time.
0 commit comments