Kouhei Sutou
null+****@clear*****
Wed Jan 27 17:46:43 JST 2016
Kouhei Sutou 2016-01-27 17:46:43 +0900 (Wed, 27 Jan 2016) New Revision: 3b80912885f7f9075163bbbadf45f9af3fdf51d7 https://github.com/groonga/groonga/commit/3b80912885f7f9075163bbbadf45f9af3fdf51d7 Message: doc ja: update Modified files: doc/locale/ja/LC_MESSAGES/reference.po doc/source/example/reference/commands/lock_release/column.log doc/source/example/reference/commands/lock_release/table.log doc/source/reference/commands/lock_release.rst Modified: doc/locale/ja/LC_MESSAGES/reference.po (+5 -4) =================================================================== --- doc/locale/ja/LC_MESSAGES/reference.po 2016-01-27 17:37:56 +0900 (6e7d0fe) +++ doc/locale/ja/LC_MESSAGES/reference.po 2016-01-27 17:46:43 +0900 (f6c6276) @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.1\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2016-01-27 17:27+0900\n" +"PO-Revision-Date: 2016-01-27 17:45+0900\n" "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n" "Language-Team: Japanese\n" "Language: ja\n" @@ -149,9 +149,10 @@ msgid "This section describes how to resolve alias." msgstr "このセクションではエイリアスの解決方法について説明します。" msgid "" -"Groonga uses the alias feature when nonexistent table/column name is " -"referred. It means that you can't override existing table/column by the " -"alias feature." +"Groonga uses the alias feature when nonexistent object name (table name, " +"column name, command name, function name and so on) is referred. It means " +"that you can't override existing object (table, column, command, function " +"and so on) by the alias feature." msgstr "" "Groongaは存在しない名前(テーブル名、カラム名、コマンド名、関数名など)が参照" "されたときにエイリアス機能を使います。エイリアス機能で既存のオブジェクト" Modified: doc/source/example/reference/commands/lock_release/column.log (+4 -4) =================================================================== --- doc/source/example/reference/commands/lock_release/column.log 2016-01-27 17:37:56 +0900 (a0c4bff) +++ doc/source/example/reference/commands/lock_release/column.log 2016-01-27 17:46:43 +0900 (5bb34df) @@ -1,10 +1,10 @@ Execution example:: - table_create Site TABLE_HASH_KEY ShortText + table_create Sites TABLE_HASH_KEY ShortText # [[0, 1337566253.89858, 0.000355720520019531], true] - column_create Site title COLUMN_SCALAR ShortText + column_create Sites title COLUMN_SCALAR ShortText # [[0, 1337566253.89858, 0.000355720520019531], true] - lock_acquire Site.title + lock_acquire Sites.title # [[0, 1337566253.89858, 0.000355720520019531], true] - lock_release Site.title + lock_release Sites.title # [[0, 1337566253.89858, 0.000355720520019531], true] Modified: doc/source/example/reference/commands/lock_release/table.log (+3 -3) =================================================================== --- doc/source/example/reference/commands/lock_release/table.log 2016-01-27 17:37:56 +0900 (2331eae) +++ doc/source/example/reference/commands/lock_release/table.log 2016-01-27 17:46:43 +0900 (c51bd80) @@ -1,8 +1,8 @@ Execution example:: - table_create Entry TABLE_NO_KEY + table_create Entries TABLE_NO_KEY # [[0, 1337566253.89858, 0.000355720520019531], true] - lock_acquire Entry + lock_acquire Entries # [[0, 1337566253.89858, 0.000355720520019531], true] - lock_release Entry + lock_release Entries # [[0, 1337566253.89858, 0.000355720520019531], true] Modified: doc/source/reference/commands/lock_release.rst (+9 -9) =================================================================== --- doc/source/reference/commands/lock_release.rst 2016-01-27 17:37:56 +0900 (0547796) +++ doc/source/reference/commands/lock_release.rst 2016-01-27 17:46:43 +0900 (af67453) @@ -42,22 +42,22 @@ Here is an example to release the lock of the database: .. lock_acquire .. lock_release -Here is an example to release the lock of ``Entry`` table: +Here is an example to release the lock of ``Entries`` table: .. groonga-command .. include:: ../../example/reference/commands/lock_release/table.log -.. table_create Entry TABLE_NO_KEY -.. lock_acquire Entry -.. lock_release Entry +.. table_create Entries TABLE_NO_KEY +.. lock_acquire Entries +.. lock_release Entries -Here is an example to release the lock of ``Site.title`` column: +Here is an example to release the lock of ``Sites.title`` column: .. groonga-command .. include:: ../../example/reference/commands/lock_release/column.log -.. table_create Site TABLE_HASH_KEY ShortText -.. column_create Site title COLUMN_SCALAR ShortText -.. lock_acquire Site.title -.. lock_release Site.title +.. table_create Sites TABLE_HASH_KEY ShortText +.. column_create Sites title COLUMN_SCALAR ShortText +.. lock_acquire Sites.title +.. lock_release Sites.title Parameters ---------- -------------- next part -------------- HTML����������������������������...Download