Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a30a0f

Browse files
committed
translate the not compromised constraint message
1 parent98f26cb commit1a30a0f

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

‎src/Symfony/Component/Validator/Resources/translations/validators.de.xlf‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,33 @@
335335
<target>Dieser Wert sollte gültiges JSON sein.</target>
336336
</trans-unit>
337337
<trans-unitid="87">
338+
<source>This value should be positive.</source>
339+
<target>Dieser Wert sollte positiv sein.</target>
340+
</trans-unit>
341+
<trans-unitid="88">
342+
<source>This value should be either positive or zero.</source>
343+
<target>Dieser Wert sollte entweder positiv oder 0 sein.</target>
344+
</trans-unit>
345+
<trans-unitid="89">
346+
<source>This value should be negative.</source>
347+
<target>Dieser Wert sollte negativ sein.</target>
348+
</trans-unit>
349+
<trans-unitid="90">
350+
<source>This value should be either negative or zero.</source>
351+
<target>Dieser Wert sollte entweder negativ oder 0 sein.</target>
352+
</trans-unit>
353+
<trans-unitid="91">
338354
<source>This collection should contain only unique elements.</source>
339355
<target>Diese Sammlung darf keine doppelten Elemente enthalten.</target>
340356
</trans-unit>
357+
<trans-unitid="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>This value is not a valid timezone.</target>
360+
</trans-unit>
361+
<trans-unitid="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden.</target>
364+
</trans-unit>
341365
</body>
342366
</file>
343367
</xliff>

‎src/Symfony/Component/Validator/Resources/translations/validators.en.xlf‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,33 @@
335335
<target>This value should be valid JSON.</target>
336336
</trans-unit>
337337
<trans-unitid="87">
338+
<source>This value should be positive.</source>
339+
<target>This value should be positive.</target>
340+
</trans-unit>
341+
<trans-unitid="88">
342+
<source>This value should be either positive or zero.</source>
343+
<target>This value should be either positive or zero.</target>
344+
</trans-unit>
345+
<trans-unitid="89">
346+
<source>This value should be negative.</source>
347+
<target>This value should be negative.</target>
348+
</trans-unit>
349+
<trans-unitid="90">
350+
<source>This value should be either negative or zero.</source>
351+
<target>This value should be either negative or zero.</target>
352+
</trans-unit>
353+
<trans-unitid="91">
338354
<source>This collection should contain only unique elements.</source>
339355
<target>This collection should contain only unique elements.</target>
340356
</trans-unit>
357+
<trans-unitid="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>This value is not a valid timezone.</target>
360+
</trans-unit>
361+
<trans-unitid="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>This password has been leaked in a data breach, it must not be used. Please use another password.</target>
364+
</trans-unit>
341365
</body>
342366
</file>
343367
</xliff>

‎src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,22 @@
335335
<target>Giá trị này nên đúng định dạng JSON.</target>
336336
</trans-unit>
337337
<trans-unitid="87">
338+
<source>This value should be positive.</source>
339+
<target>Giá trị này có thể thực hiện được.</target>
340+
</trans-unit>
341+
<trans-unitid="88">
342+
<source>This value should be either positive or zero.</source>
343+
<target>Giá trị này có thể thực hiện được hoặc bằng không.</target>
344+
</trans-unit>
345+
<trans-unitid="89">
346+
<source>This value should be negative.</source>
347+
<target>Giá trị này nên bị từ chối.</target>
348+
</trans-unit>
349+
<trans-unitid="90">
350+
<source>This value should be either negative or zero.</source>
351+
<target>Giá trị này nên bị từ chối hoặc bằng không.</target>
352+
</trans-unit>
353+
<trans-unitid="91">
338354
<source>This collection should contain only unique elements.</source>
339355
<target>Danh sách này chỉ nên chứa các phần tử khác nhau.</target>
340356
</trans-unit>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp