8000 Cancel unneeded changes for translations. · symfony/symfony@3e5458d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e5458d

Browse files
committed
Cancel unneeded changes for translations.
1 parent 83ca80d commit 3e5458d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<source>This file is not a valid image.</source>
135135
<target>ファイルが画像ではありません。</target>
136136
</trans-unit>
137-
<trans-unit id="37">
137+
<trans-unit id="37" resname="This is not a valid IP address.">
138138
<source>This value is not a valid IP address.</source>
139139
<target>有効なIPアドレスではありません。</target>
140140
</trans-unit>
@@ -190,7 +190,7 @@
190190
<source>No file was uploaded.</source>
191191
<target>ファイルがアップロードされていません。</target>
192192
</trans-unit>
193-
<trans-unit id="51">
193+
<trans-unit id="51" resname="No temporary folder was configured in php.ini.">
194194
<source>No temporary folder was configured in php.ini, or the configured folder does not exist.</source>
195195
<target>php.iniに一時フォルダが設定されていないか、設定されたフォルダが存在しません。</target>
196196
</trans-unit>
@@ -222,7 +222,7 @@
222222
<source>Unsupported card type or invalid card number.</source>
223223
<target>未対応のカード種類又は無効なカード番号です。</target>
224224
</trans-unit>
225-
<trans-unit id="59">
225+
<trans-unit id="59" resname="This is not a valid International Bank Account Number (IBAN).">
226226
<source>This value is not a valid International Bank Account Number (IBAN).</source>
227227
<target>有効な国際銀行勘定番号(IBAN)ではありません。</target>
228228
</trans-unit>
@@ -310,15 +310,15 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>この値は予期される文字コード({{ charset }})と異なります。</target>
312312
</trans-unit>
313-
<trans-unit id="81">
313+
<trans-unit id="81" resname="This is not a valid Business Identifier Code (BIC).">
314314
<source>This value is not a valid Business Identifier Code (BIC).</source>
315315
<target>有効なSWIFTコードではありません。</target>
316316
</trans-unit>
317317
<trans-unit id="82">
318318
<source>Error</source>
319319
<target>エラー</target>
320320
</trans-unit>
321-
<trans-unit id="83">
321+
<trans-unit id="83" resname="This is not a valid UUID.">
322322
<source>This value is not a valid UUID.</source>
323323
<target>有効なUUIDではありません。</target>
324324
</trans-unit>

0 commit comments

Comments
 (0)
0