Skip to content

Commit d0d0ff5

Browse files
committed
Merge branch '2.2' into 2.3
* 2.2: Update JsonResponse.php [HttpKernel] fixed the inline renderer when passing objects as attributes (closes #7124) [WebProfiler] fix content-type parameter Replace romaji period characters with Japanese style zenkaku period characters Passed the config when building the Configuration in ConfigurableExtension Conflicts: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Resources/config/routing.yml src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
2 parents 7363c34 + ea3d0e0 commit d0d0ff5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Resources/translations/validators.ja.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
27-
<target>{{ limit }}個以上選択してください.</target>
27+
<target>{{ limit }}個以上選択してください</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
31-
<target>{{ limit }}個以内で選択してください.</target>
31+
<target>{{ limit }}個以内で選択してください</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>値が長すぎます。{{ limit }}文字以内でなければなりません.</target>
79+
<target>値が長すぎます。{{ limit }}文字以内でなければなりません</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>{{ limit }}以上でなければなりません。</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>値が短すぎます。{{ limit }}文字以上でなければなりません.</target>
87+
<target>値が短すぎます。{{ limit }}文字以上でなければなりません</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>

0 commit comments

Comments
 (0)