Forráskód Böngészése

[DOCUMENTATION] Japanese fix TODO on ref/migration-110

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18852 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 éve
szülő
commit
de95329b7c
1 módosított fájl, 9 hozzáadás és 11 törlés
  1. 9 11
      documentation/manual/ja/ref/migration-110.xml

+ 9 - 11
documentation/manual/ja/ref/migration-110.xml

@@ -12,22 +12,21 @@
     <sect2 id="migration.110.zend.file.transfer">
         <title>Zend_File_Transfer</title>
         <sect3 id="migration.110.zend.file.transfer.count">
-            <!-- TODO : to be translated -->
-            <title>Count validation</title>
+            <title>Count 検証</title>
 
             <para>
-                Before release 1.10 the <classname>MimeType</classname> validator used a wrong
-                naming. For consistency the following constants have been changed:
+                リリース 1.10 より前は <classname>MimeType</classname> バリデータが誤った命名を使っていました。
+                一貫性のために、下記の定数が変更されました。
             </para>
 
             <table id="migration.110.zend.file.transfer.count.table">
-                <title>Changed Validation Messages</title>
+                <title>変更された検証メッセージ</title>
                 <tgroup cols="4">
                     <thead>
                         <row>
-                            <entry>Old</entry>
-                            <entry>New</entry>
-                            <entry>Value</entry>
+                            <entry></entry>
+                            <entry></entry>
+                            <entry></entry>
                         </row>
                     </thead>
 
@@ -52,9 +51,8 @@
             </table>
 
             <para>
-                When you are translating these messages within your code then use the new constants.
-                As benefit you don't need to translate the original string anymore to get a correct
-                spelling.
+                コード内でこれらのメッセージを翻訳している場合、新しい定数を使います。
+                利点として、正しいつづりを得るために、本来の文字列を翻訳する必要はもうありません。
             </para>
         </sect3>
     </sect2>