[Groonga-commit] ranguba/rroonga at 491dc85 [master] doc: update po

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Jan 12 17:39:54 JST 2017


Masafumi Yokoyama	2017-01-12 17:39:54 +0900 (Thu, 12 Jan 2017)

  New Revision: 491dc8576e2e56c69af83130cf6fde546d895c89
  https://github.com/ranguba/rroonga/commit/491dc8576e2e56c69af83130cf6fde546d895c89

  Message:
    doc: update po

  Modified files:
    doc/po/ja.po

  Modified: doc/po/ja.po (+91 -4)
===================================================================
--- doc/po/ja.po    2017-01-12 17:37:50 +0900 (350481b)
+++ doc/po/ja.po    2017-01-12 17:39:54 +0900 (ff773f3)
@@ -446,12 +446,52 @@ msgstr "* [2. インストール - Groonga ドキュメント](http://groonga.or
 msgid "# NEWS"
 msgstr "# お知らせ"
 
-msgid "## 6.1.0: 2016-11-07 {#version-6-1-0}"
+msgid "## 6.1.3: 2017-01-12 {#version-6-1-3}"
 msgstr ""
 
 msgid "### Improvements"
 msgstr "### 改善"
 
+#, fuzzy
+msgid "  * Supported Groonga 6.1.3. Groonga 6.1.0 or older aren't supported."
+msgstr "  * Groonga 6.0.7をサポートしました。Groonga 6.0.5以前はサポートしません。"
+
+msgid "  * Added {Groonga::Context#support_zstd?}."
+msgstr ""
+
+msgid "  * Added {Groonga::ZstdError}."
+msgstr ""
+
+msgid ""
+"  * Supported Zstandard compression.\n"
+"    If Zstandard is available in your enviromemt, you can use Zstandard\n"
+"    compression for columns. How to use:"
+msgstr ""
+
+msgid ""
+"          Groonga::Schema.define do |schema|\n"
+"            schema.create_table(\"Posts\") do |table|\n"
+"              table.short_text(\"title\", :compress => :zstandard)\n"
+"              # shortened form\n"
+"              # table.short_text(\"title\", :compress => :zstd)\n"
+"            end\n"
+"          end"
+msgstr ""
+
+msgid "  * Added PID for {Groonga::Logger::Flags}."
+msgstr ""
+
+#, fuzzy
+msgid "  * Added {Groonga::Logger.flags}."
+msgstr "  * {Groonga::Plugin.names}を追加しました。"
+
+#, fuzzy
+msgid "  * Added {Groonga::Logger.flags=}."
+msgstr "  * {Groonga::Plugin.names}を追加しました。"
+
+msgid "## 6.1.0: 2016-11-07 {#version-6-1-0}"
+msgstr ""
+
 msgid ""
 "  * {Groonga::Table#define_index_column}: Added `:size` option to\n"
 "    support small or medium size of index column. Specify `:small` or\n"
@@ -4418,6 +4458,16 @@ msgstr ""
 msgid "tag|overload|support_lz4?"
 msgstr ""
 
+# Groonga::Context#support_zstd?
+msgid ""
+"If Groonga supports Zstandard compression, it returns `true`,\n"
+"otherwise it returns `false`."
+msgstr ""
+
+# @overload
+msgid "tag|overload|support_zstd?"
+msgstr ""
+
 msgid "コンテキストが使うデータベースを返す。"
 msgstr ""
 
@@ -4855,11 +4905,11 @@ msgid "tag|see|Groonga::TableKeySupport#reindex"
 msgstr ""
 
 # Groonga::Database#remove_force
-msgid "Removes a broken object."
+msgid "Removes an object forcibly."
 msgstr ""
 
 # Groonga::Database#remove_force
-msgid "You should use {Groonga::Object#remove} normally."
+msgid "Normally, you should use {Groonga::Object#remove}."
 msgstr ""
 
 # @overload
@@ -5493,6 +5543,14 @@ msgstr ""
 msgid "It is used when window function causes an error."
 msgstr ""
 
+# @since
+msgid "6.1.3"
+msgstr ""
+
+# Groonga::ZstdError
+msgid "It is used when Zstd causes an error."
+msgstr ""
+
 msgid "検索条件やデータベースへの操作を表現するオブジェクト。"
 msgstr ""
 
@@ -6827,6 +6885,34 @@ msgid ""
 "If nil is specified, logging by the default logger is disabled."
 msgstr ""
 
+# Groonga::Logger.flags
+msgid "Gets the current log flags that is used by the default logger."
+msgstr ""
+
+# @overload
+msgid "tag|overload|flags"
+msgstr ""
+
+# @return [Integer]
+msgid "The current log flags."
+msgstr ""
+
+# Groonga::Logger.flags=
+msgid "Sets the log flags that is used by the default logger."
+msgstr ""
+
+# @overload
+msgid "tag|overload|flags="
+msgstr ""
+
+# @param [Integer]
+msgid "tag|param|flags"
+msgstr ""
+
+# @param [Integer] flags
+msgid "The log flags for the default logger."
+msgstr ""
+
 # Groonga::Logger.rotate_threshold_size
 msgid ""
 "Gets the current rotate threshold size that is used by the default\n"
@@ -8924,8 +9010,9 @@ msgstr ""
 msgid "tag|param|vector_value_with_weight"
 msgstr ""
 
-# @param [::Array<::Hash{:value => ::Object, :weight => Integer}, ::Object>] vector_value_with_weight
+# @param vector_value_with_weight
 msgid ""
+"[::Array<::Hash{:value => ::Object, :weight => Integer}, ::Object>]\n"
 "The new vector value with weight. The vector value can contain both\n"
 "::Hash and value. If a contained element uses ::Hash style, it can\n"
 "specify its weight. If a contained element doesn't use ::Hash style,\n"
-------------- next part --------------
HTML����������������������������...
Download 



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