8000 merged branch toin0u/patch-1 (PR #7815) · norberttech/symfony@dc26df0 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc26df0

Browse files
committed
merged branch toin0u/patch-1 (PR symfony#7815)
This PR was merged into the master branch. Discussion ---------- [Validator] Added Danish translation for the currency validator Commits ------- f801f22 [Validator] Added Danish translation for the currency validator
2 parents 14ae4ec + f801f22 commit dc26df0

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,46 @@
202202
<source>A PHP extension caused the upload to fail.</source>
203203
<target>En PHP udvidelse forårsagede fejl i upload.</target>
204204
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.</source>
207+
<target>Denne samling skal indeholde {{ limit }} element eller flere.|Denne samling skal indeholde {{ limit }} elementer eller flere.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.</source>
211+
<target>Denne samling skal indeholde {{ limit }} element eller mindre.|Denne samling skal indeholde {{ limit }} elementer eller mindre.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Denne samling skal indeholde præcis {{ limit }} element.|Denne samling skal indeholde præcis {{ limit }} elementer.</target>
216+
</trans-unit>
217+
<trans-unit id="57">
218+
<source>Invalid card number.</source>
219+
<target>Ugyldigt kortnummer.</target>
220+
</trans-unit>
221+
<trans-unit id="58">
222+
<source>Unsupported card type or invalid card number.</source>
223+
<target>Ikke-understøttet korttype eller ugyldigt kortnummer.</target>
224+
</trans-unit>
225+
<trans-unit id="59">
226+
<source>This is not a valid International Bank Account Number (IBAN).</source>
227+
<target>Det er ikke en gyldig International Bank Account Number (IBAN).</target>
228+
</trans-unit>
229+
<trans-unit id="60">
230+
<source>This value is not a valid ISBN-10.</source>
231+
<target>Værdien er ikke en gyldig ISBN-10.</target>
232+
</trans-unit>
233+
<trans-unit id="61">
234+
<source>This value is not a valid ISBN-13.</source>
235+
<target>Værdien er ikke en gyldig ISBN-13.</target>
236+
</trans-unit>
237+
<trans-unit id="62">
238+
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239+
<target>Værdien er hverken en gyldig ISBN-10 eller en gyldig ISBN-13.</target>
240+
</trans-unit>
241+
<trans-unit id="63">
242+
<source>This value is not a valid ISSN.</source>
243+
<target>Værdien er ikke en gyldig ISSN.</target>
244+
</trans-unit>
205245
</body>
206246
</file>
207247
</xliff>

0 commit comments

Comments
 (0)
0