You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5.4:
[5.4] Remove unused test fixtures
[Dotent] Add PHPDoc for `$overrideExistingVars`
[SecurityBundle] Fix missing login-link element in xsd schema
[Validator] Add missing Chinese translations #51934
[Serializer] Fix using `DateIntervalNormalizer` with union types
[Validator] fix: add missing translations for for Thai (th)
fix #52273 [doctrine-messenger] DB table locks on messenger_messages with many failures
[Serializer] Handle defaultContext for DateTimeNormalizer
[CI] Add step to verify symfony/deprecation-contracts requirements
Copy file name to clipboardExpand all lines: Resources/translations/validators.th.xlf
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,30 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>ค่าของ netmask ควรมีค่าระหว่าง {{ min }} ถึง {{ max }}</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
Copy file name to clipboardExpand all lines: Resources/translations/validators.zh_TW.xlf
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,30 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>網絡掩碼的值應當在 {{ min }} 和 {{ max }} 之間。</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
0 commit comments