8000 minor #43347 [Security][Validator] Add missing translations for Finni… · symfony/symfony@8d203a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d203a9

Browse files
committed
minor #43347 [Security][Validator] Add missing translations for Finnish (fi) (ivuorinen)
This PR was merged into the 4.4 branch. Discussion ---------- [Security][Validator] Add missing translations for Finnish (fi) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #41819 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> This is my first contribution to this awesome framework, so bear with me. I tried to read up on all PR related instructions, but if something's wrong, I'm more than happy to fix it, if I can. Commits ------- ef07824 [Security][Validator] Add missing translations for Finnish (fi)
2 parents e591467 + ef07824 commit 8d203a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
</trans-unit>
305305
<trans-unit id="79">
306306
<source>The host could not be resolved.</source>
307-
<target>The host could not be resolved.</target>
307+
<target>Palvelimeen ei saatu yhteyttä.</target>
308308
</trans-unit>
309309
<trans-unit id="80">
310310
<source>This value does not match the expected {{ charset }} charset.</source>
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Tämä arvo ei ole kelvollinen ISIN-koodi (International Securities Identification Number).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Tämän arvon on oltava kelvollinen lauseke.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)
0