File tree Expand file tree Collapse file tree 6 files changed +27
-0
lines changed
src/Symfony/Component/Validator/Resources/translations Expand file tree Collapse file tree 6 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ concurrency:
12
12
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
13
cancel-in-progress : true
14
14
15
+ permissions :
16
+ contents : read
17
+
15
18
jobs :
16
19
17
20
tests :
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ concurrency:
16
16
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17
17
cancel-in-progress : true
18
18
19
+ permissions :
20
+ contents : read
21
+
19
22
jobs :
20
23
tests :
21
24
name : Tests
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ concurrency:
16
16
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17
17
cancel-in-progress : true
18
18
19
+ permissions :
20
+ contents : read
21
+
19
22
jobs :
20
23
lint :
21
24
name : Lint
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ concurrency:
11
11
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12
12
cancel-in-progress : true
13
13
14
+ permissions :
15
+ contents : read
16
+
14
17
jobs :
15
18
psalm :
16
19
name : Psalm
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ concurrency:
12
12
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
13
13
cancel-in-progress : true
14
14
15
+ permissions :
16
+ contents : read
17
+
15
18
jobs :
16
19
17
20
tests :
Original file line number Diff line number Diff line change @@ -390,6 +3
9957
90,18 @@
390
390
<source >This value should be a valid expression.</source >
391
391
<target >Balio hori baliozko adierazpena izan beharko litzateke.</target >
392
392
</trans-unit >
393
+ <trans-unit id =" 101" >
394
+ <source >This value is not a valid CSS color.</source >
395
+ <target >Balio hori ez da baliozko CSS kolorea.</target >
396
+ </trans-unit >
397
+ <trans-unit id =" 102" >
398
+ <source >This value is not a valid CIDR notation.</source >
399
+ <target >Balio hori ez da baliozko CIDR notazioa.</target >
400
+ </trans-unit >
401
+ <trans-unit id =" 103" >
402
+ <source >The value of the netmask should be between {{ min }} and {{ max }}.</source >
403
+ <target >Maskararen balioa {{ min }} eta {{ max }} artekoa izan beharko litzateke.</target >
404
+ </trans-unit >
393
405
</body >
394
406
</file >
395
407
</xliff >
You can’t perform that action at this time.
0 commit comments