8000 fixed typo in translation keys · symfony/symfony@8d025cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d025cb

Browse files
committed
fixed typo in translation keys
1 parent bf8a923 commit 8d025cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>画像の高さが小さすぎます({{ height }}ピクセル)。{{ min_height }}ピクセル以上にしてください。</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>ユーザーの現在のパスワードでなければなりません。</target>
180180
</trans-unit>
181181
<trans-unit id="48">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>ความสูงของภาพไม่ได้ขนาด ({{ height }}px) อนุญาตให้สูงอย่างน้อยที่สุด {{ min_height }}px</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>ค่านี้ควรจะเป็นรหัสผ่านปัจจุบันของผู้ใช้</target>
180180
</trans-unit>
181181
<trans-unit id="48">

0 commit comments

Comments
 (0)
0