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
* 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
Copy file name to clipboardExpand all lines: Resources/translations/validators.ja.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
</trans-unit>
25
25
<trans-unitid="6">
26
26
<source>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</source>
27
-
<target>{{ limit }}個以上選択してください.</target>
27
+
<target>{{ limit }}個以上選択してください。</target>
28
28
</trans-unit>
29
29
<trans-unitid="7">
30
30
<source>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</source>
31
-
<target>{{ limit }}個以内で選択してください.</target>
31
+
<target>{{ limit }}個以内で選択してください。</target>
32
32
</trans-unit>
33
33
<trans-unitid="8">
34
34
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
76
76
</trans-unit>
77
77
<trans-unitid="19">
78
78
<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>
<source>This value should be {{ limit }} or more.</source>
83
83
<target>{{ limit }}以上でなければなりません。</target>
84
84
</trans-unit>
85
85
<trans-unitid="21">
86
86
<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>
0 commit comments