[Groonga-commit] groonga/groonga-command at ca8eef8 [master] doc: update po

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Dec 8 18:19:11 JST 2016


Masafumi Yokoyama	2016-12-08 18:19:11 +0900 (Thu, 08 Dec 2016)

  New Revision: ca8eef8fb0437713fd636cab1e4f2a8f38d3ecd2
  https://github.com/groonga/groonga-command/commit/ca8eef8fb0437713fd636cab1e4f2a8f38d3ecd2

  Message:
    doc: update po

  Modified files:
    doc/po/ja.po

  Modified: doc/po/ja.po (+312 -3)
===================================================================
--- doc/po/ja.po    2016-12-08 18:18:26 +0900 (1eafe63)
+++ doc/po/ja.po    2016-12-08 18:19:11 +0900 (c466536)
@@ -773,12 +773,101 @@ msgstr ""
 msgid "# News"
 msgstr "# おしらせ"
 
-msgid "## 1.2.3: 2016-08-08"
+msgid "## 1.3.0: 2016-12-08"
 msgstr ""
 
 msgid "### Improvements"
 msgstr "### 改善"
 
+msgid "  * {Groonga::Command::Load}: Supported `output_ids` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported slices."
+msgstr ""
+
+msgid "## 1.2.8: 2016-10-11"
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported labeled drilldowns."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported `adjuster` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported `drilldown_calc_types` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported `drilldown_calc_target` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported `sort_keys` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select}: Supported `drilldown_sort_keys` parameter."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select#sort_keys}: Added."
+msgstr ""
+
+msgid ""
+"  * {Groonga::Command::Select#sortby}: Deprecated. Use\n"
+"    {Groonga::Command::Select#sort_keys} instead."
+msgstr ""
+
+msgid "  * {Groonga::Command::Select#drilldown_sort_keys}: Added."
+msgstr ""
+
+msgid "## 1.2.7: 2016-08-15"
+msgstr ""
+
+msgid "  * {Groonga::Command::TableCopy}: Added."
+msgstr ""
+
+msgid "## 1.2.6: 2016-08-09"
+msgstr ""
+
+msgid "  * {Groonga::Command::Base#initialize}: Accepted Symbol as command name."
+msgstr ""
+
+msgid "## 1.2.5: 2016-08-08"
+msgstr ""
+
+msgid "  * {Groonga::Command::Register#path}: Added."
+msgstr ""
+
+msgid "## 1.2.4: 2016-08-08"
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnCreate#name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnRemove#table}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnRemove#name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnRename#table}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnRename#name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::ColumnRename#new_name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::TableCreate#name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::TableRename#name}: Added."
+msgstr ""
+
+msgid "  * {Groonga::Command::TableRename#new_name}: Added."
+msgstr ""
+
+msgid "## 1.2.3: 2016-08-08"
+msgstr ""
+
 msgid "  * {Groonga::Command::Base#initialize}: Made command name optional."
 msgstr ""
 
@@ -1232,6 +1321,14 @@ msgid "1.0.7"
 msgstr ""
 
 # @return [String]
+msgid "The column name."
+msgstr ""
+
+# @since
+msgid "1.2.4"
+msgstr ""
+
+# @return [String]
 msgid "value type name of the column."
 msgstr ""
 
@@ -1294,6 +1391,18 @@ msgstr ""
 msgid "`table` parameter value."
 msgstr ""
 
+# @return [String]
+msgid "The table name of the column."
+msgstr ""
+
+# @return [String]
+msgid "The current column name."
+msgstr ""
+
+# @return [String]
+msgid "The new column name."
+msgstr ""
+
 # Groonga::Command::ConfigDelete
 msgid "A command class that represents `config_delete` command."
 msgstr ""
@@ -1362,6 +1471,14 @@ msgstr ""
 msgid "a new instance of Load"
 msgstr ""
 
+# @return [Boolean]
+msgid "`true` if `output_ids` value is `\"yes\"`."
+msgstr ""
+
+# @since
+msgid "1.3.0"
+msgstr ""
+
 # Groonga::Command::LogLevel
 msgid "A command class that represents `log_level` command."
 msgstr ""
@@ -1523,8 +1640,12 @@ msgstr ""
 msgid "A command class that represents `object_remove` command."
 msgstr ""
 
+# @return [String]
+msgid "The object name to be removed."
+msgstr ""
+
 # @return [Boolean]
-msgid "`force` parameter value."
+msgid "Whether force to remove the object or not."
 msgstr ""
 
 # Groonga::Command::PluginRegister
@@ -1601,6 +1722,14 @@ msgstr ""
 msgid "`column` parameter value."
 msgstr ""
 
+# @return [String]
+msgid "The plugin path to be registered."
+msgstr ""
+
+# @since
+msgid "1.2.5"
+msgstr ""
+
 # Groonga::Command::Reindex
 msgid "A command class that represents `reindex` command."
 msgstr ""
@@ -1633,6 +1762,152 @@ msgstr ""
 msgid "A command class that represents `schema` command."
 msgstr ""
 
+# @return [String]
+msgid ""
+"The sort keys as String. Each key is\n"
+"separated by \",\" or spaces."
+msgstr ""
+
+# @deprecated
+msgid "since 1.2.8. Use {#sort_keys} instead."
+msgstr ""
+
+# @return [::Array<String>]
+msgid "The sort keys."
+msgstr ""
+
+# @since
+msgid "1.2.8"
+msgstr ""
+
+# @return [::Array<String>]
+msgid "The sort keys for drilldowns."
+msgstr ""
+
+# @return [::Hash<String, Drilldown>]
+msgid "The labeled drilldowns."
+msgstr ""
+
+# @return [::Hash<String, Select>]
+msgid "The slices."
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute keys to."
+msgstr ""
+
+# @return [Object]
+msgid "the newly set value"
+msgstr ""
+
+# @return [Object]
+msgid "the current value of keys"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute sort_keys to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of sort_keys"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute output_columns to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of output_columns"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute offset to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of offset"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute limit to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of limit"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute calc_types to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of calc_types"
+msgstr ""
+
+# @param [Object] value
+msgid "the value to set the attribute calc_target to."
+msgstr ""
+
+# @return [Object]
+msgid "the current value of calc_target"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#keys=
+msgid "Sets the attribute keys"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#keys
+msgid "Returns the value of attribute keys"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#sort_keys=
+msgid "Sets the attribute sort_keys"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#sort_keys
+msgid "Returns the value of attribute sort_keys"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#output_columns=
+msgid "Sets the attribute output_columns"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#output_columns
+msgid "Returns the value of attribute output_columns"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#offset=
+msgid "Sets the attribute offset"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#offset
+msgid "Returns the value of attribute offset"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#limit=
+msgid "Sets the attribute limit"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#limit
+msgid "Returns the value of attribute limit"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#calc_types=
+msgid "Sets the attribute calc_types"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#calc_types
+msgid "Returns the value of attribute calc_types"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#calc_target=
+msgid "Sets the attribute calc_target"
+msgstr ""
+
+# Groonga::Command::Select::Drilldown#calc_target
+msgid "Returns the value of attribute calc_target"
+msgstr ""
+
 # Groonga::Command::Shutdown
 msgid "A command class that represents `shutdown` command."
 msgstr ""
@@ -1641,6 +1916,26 @@ msgstr ""
 msgid "`mode` parameter value."
 msgstr ""
 
+# Groonga::Command::TableCopy
+msgid "A command class that represents `table_copy` command."
+msgstr ""
+
+# @since
+msgid "1.2.7"
+msgstr ""
+
+# @return [String]
+msgid "The source table name."
+msgstr ""
+
+# @return [String]
+msgid "The destination table name."
+msgstr ""
+
+# @return [String]
+msgid "The table name."
+msgstr ""
+
 # @return [String, nil]
 msgid "Key type name, nil for array no key table."
 msgstr ""
@@ -1706,8 +2001,22 @@ msgstr ""
 msgid "`prefix` parameter value."
 msgstr ""
 
+# @return [String]
+msgid "The table name to be removed."
+msgstr ""
+
 # @return [Boolean]
-msgid "`dependent` parameter value."
+msgid ""
+"Whether the dependent objects of the table\n"
+"are also removed or not."
+msgstr ""
+
+# @return [String]
+msgid "The table name to be renamed."
+msgstr ""
+
+# @return [String]
+msgid "The new table name."
 msgstr ""
 
 # Groonga::Command::TableTokenize
-------------- next part --------------
HTML����������������������������...
Download 



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