[Groonga-commit] groonga/groonga [master] doc: translate each section in "load"

Back to archive index

Haruka Yoshihara null+****@clear*****
Thu Feb 28 16:15:48 JST 2013


Haruka Yoshihara	2013-02-28 16:15:48 +0900 (Thu, 28 Feb 2013)

  New Revision: bd08ec873fb9bb9ba0b3334a455968435567e891
  https://github.com/groonga/groonga/commit/bd08ec873fb9bb9ba0b3334a455968435567e891

  Log:
    doc: translate each section in "load"
    
    refs #1661
    
    In previous commit message, I said "including arguments (it is wrong,
    "parameters" correctly) in Syntax", but I separate them because of few
    many parameters.

  Modified files:
    doc/source/reference/commands/load.txt

  Modified: doc/source/reference/commands/load.txt (+11 -11)
===================================================================
--- doc/source/reference/commands/load.txt    2013-02-28 15:57:29 +0900 (2bd2c17)
+++ doc/source/reference/commands/load.txt    2013-02-28 16:15:48 +0900 (5e6477e)
@@ -5,21 +5,21 @@
 load
 ====
 
-書式
-----
+Syntax
+------
 ::
 
  load values table [columns [ifexists [input_type]]]
 
-説明
-----
+Summary
+-------
 
 groonga組込コマンドの一つであるloadについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
 
 loadは、使用しているデータベースのテーブルにレコードを登録し、カラムの値を更新します。
 
-引数
-----
+Parameters
+----------
 
 ``values``
 
@@ -57,8 +57,8 @@ loadは、使用しているデータベースのテーブルにレコードを
 
   入力形式を指定します。JSONのみに対応しています。
 
-返値
-----
+Return value
+------------
 
 JSON形式
 ^^^^^^^^
@@ -71,8 +71,8 @@ JSON形式
 
   テーブルに登録されたレコードの件数が返されます。
 
-例
---
+Usage
+-----
 
 テーブルEntryにレコードを登録します。::
 
@@ -89,7 +89,7 @@ JSON形式
 
  [1]
 
-関連項目
+See also
 --------
 
 :doc:`/reference/grn_expr`
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index