YUKI Hiroshi
null+****@clear*****
Fri Apr 4 15:31:33 JST 2014
YUKI Hiroshi 2014-04-04 15:31:33 +0900 (Fri, 04 Apr 2014) New Revision: 42d41ffe9b58384dac2015c29cc77609bff61070 https://github.com/droonga/droonga.org/commit/42d41ffe9b58384dac2015c29cc77609bff61070 Message: Unify translation for "デフォルト" to "既定" Modified files: _po/ja/reference/catalog/version2/index.po _po/ja/reference/commands/table-create/index.po ja/reference/catalog/version2/index.md ja/reference/commands/table-create/index.md Modified: _po/ja/reference/catalog/version2/index.po (+10 -10) =================================================================== --- _po/ja/reference/catalog/version2/index.po 2014-04-04 15:28:24 +0900 (034396b) +++ _po/ja/reference/catalog/version2/index.po 2014-04-04 15:31:33 +0900 (f939494) @@ -151,7 +151,7 @@ msgid "" "Default value\n" ": None. This is a required parameter." msgstr "" -"デフォルト値\n" +"既定値\n" ": なし。これは必須のパラメータです。" msgid "" @@ -217,7 +217,7 @@ msgid "" "Default value\n" ": 0 (No worker. All operations are done in the master process)" msgstr "" -"デフォルト値\n" +"既定値\n" ": 0 (ワーカー無し。全ての処理がマスタープロセス内で行われます)" msgid "" @@ -307,7 +307,7 @@ msgid "" "Default value\n" ": None." msgstr "" -"デフォルト値\n" +"既定値\n" ": なし。" msgid "##### `replicas` {#parameter-replicas}" @@ -380,7 +380,7 @@ msgid "" "Default value\n" ": \"Hash\"" msgstr "" -"デフォルト値\n" +"既定値\n" ": \"Hash\"" msgid "##### `keyType` {#parameter-keyType}" @@ -422,7 +422,7 @@ msgid "" "Default value\n" ": None. Mandatory for tables with keys." msgstr "" -"デフォルト値\n" +"既定値\n" ": なし。キーを持つテーブルでは指定が必須です。" msgid "##### `tokenizer` {#parameter-tokenizer}" @@ -873,8 +873,8 @@ msgid "" "* database_type: Optional. Default value is \"groonga\".\n" "* port_number: Optional. Default value is 10047." msgstr "" -"* database_type: 省略可能。デフォルト値は\"groonga\"。\n" -"* port_number: 省略可能。デフォルト値は 10047。" +"* database_type: 省略可能。既定値は\"groonga\"。\n" +"* port_number: 省略可能。既定値は 10047。" msgid "##### `dimension` {#parameter-dimension}" msgstr "" @@ -895,7 +895,7 @@ msgid "" "Default value\n" ": \"_key\"" msgstr "" -"デフォルト値\n" +"既定値\n" ": \"_key\"" msgid "##### `slicer` {#parameter-slicer}" @@ -919,7 +919,7 @@ msgid "" "Default value\n" ": \"hash\"" msgstr "" -"デフォルト値\n" +"既定値\n" ": \"hash\"" msgid "##### `slices` {#parameter-slices}" @@ -1014,7 +1014,7 @@ msgid "" "Default value\n" ": `1`." msgstr "" -"デフォルト値\n" +"既定値\n" ": `1`" msgid "##### `label` {#parameter-label}" Modified: _po/ja/reference/commands/table-create/index.po (+1 -1) =================================================================== --- _po/ja/reference/commands/table-create/index.po 2014-04-04 15:28:24 +0900 (d21345b) +++ _po/ja/reference/commands/table-create/index.po 2014-04-04 15:31:33 +0900 (0da1e15) @@ -83,7 +83,7 @@ msgstr "" " \"flags\" : \"<テーブルの属性>\",\n" " \"key_type\" : \"<主キーの型>\",\n" " \"value_type\" : \"<値の型>\",\n" -" \"default_tokenizer\" : \"<デフォルトトークナイザー>\",\n" +" \"default_tokenizer\" : \"<既定のトークナイザー>\",\n" " \"normalizer\" : \"<ノーマライザー>\"\n" " }" Modified: ja/reference/catalog/version2/index.md (+25 -25) =================================================================== --- ja/reference/catalog/version2/index.md 2014-04-04 15:28:24 +0900 (a854988) +++ ja/reference/catalog/version2/index.md 2014-04-04 15:31:33 +0900 (d80329c) @@ -105,7 +105,7 @@ layout: ja 値 : `2`. (このページに記述されている仕様はこの値が`2`のときのみ有効です) -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -119,7 +119,7 @@ layout: ja 値 : [W3C-DTF](http://www.w3.org/TR/NOTE-datetime "Date and Time Formats") でフォーマットされたタイムゾーン付きの時刻。 -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -132,7 +132,7 @@ layout: ja : データセット名をキーとし、[`dataset` 定義](#dataset) を値とするオブジェクト。 -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -146,7 +146,7 @@ layout: ja 値 : 整数。 -デフォルト値 +既定値 : 0 (ワーカー無し。全ての処理がマスタープロセス内で行われます) 継承可能性 @@ -181,7 +181,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: 値 : 文字列の配列。 -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -195,7 +195,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: 値 : テーブル名をキーとし、[`table` 定義](#table)を値とするオブジェクト。 -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -209,7 +209,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: 値 : 文字列。 -デフォルト値 +既定値 : なし。 継承可能性 @@ -223,7 +223,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: 値 : [`volume` 定義](#volume)の配列。 -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -264,7 +264,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: * "PatriciaTrie": パトリシアトライテーブル * "DoubleArrayTrie": ダブル配列トライテーブル -デフォルト値 +既定値 : "Hash" 継承可能性 @@ -285,7 +285,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: * "TokyoGeoPoint" : 旧日本測地系による経緯度。 * "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) による経緯度。 -デフォルト値 +既定値 : なし。キーを持つテーブルでは指定が必須です。 継承可能性 @@ -312,7 +312,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: * "TokenBigramIgnoreBlankSplitSymbolAlphaDigit" * "TokenDelimitNull" -デフォルト値 +既定値 : なし。 継承可能性 @@ -329,7 +329,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: * "NormalizerAuto" * "NormalizerNFKC51" -デフォルト値 +既定値 : なし。 継承可能性 @@ -343,7 +343,7 @@ A version 2 catalog effective after `2013-09-01T00:00:00Z`, with no datasets: Value : An object keyed by the name of the column with value the [`column` definition](#column). -デフォルト値 +既定値 : なし。 継承可能性 @@ -422,7 +422,7 @@ Value * "TokyoGeoPoint" : Tokyo Datum based geometric point value. * "WGS84GeoPoint" : [WGS84](http://en.wikipedia.org/wiki/World_Geodetic_System) based geometric point value. -デフォルト値 +既定値 : なし。これは必須のパラメータです。 継承可能性 @@ -587,7 +587,7 @@ Abstract Value : An array of column names of the referencing table assigned as [`valueType`](#parameter-valueType). -デフォルト値 +既定値 : なし。 継承可能性 @@ -650,10 +650,10 @@ Index `name` and `address` on the referencing table. "[database_type:]hostname[:port_number]/localpath/to/the/database" -* database_type: 省略可能。デフォルト値は"groonga"。 -* port_number: 省略可能。デフォルト値は 10047。 +* database_type: 省略可能。既定値は"groonga"。 +* port_number: 省略可能。既定値は 10047。 -デフォルト値 +既定値 : なし。 継承可能性 @@ -667,7 +667,7 @@ Index `name` and `address` on the referencing table. 値 : 文字列。 -デフォルト値 +既定値 : "_key" 継承可能性 @@ -681,7 +681,7 @@ Index `name` and `address` on the referencing table. 値 : スライサー関数の名前。 -デフォルト値 +既定値 : "hash" 継承可能性 @@ -695,7 +695,7 @@ Index `name` and `address` on the referencing table. 値 : [`slice` 定義](#slice)の配列。 -デフォルト値 +既定値 : なし。 継承可能性 @@ -752,7 +752,7 @@ Index `name` and `address` on the referencing table. 値 : 数値。 -デフォルト値 +既定値 : `1` 継承可能性 @@ -766,7 +766,7 @@ Index `name` and `address` on the referencing table. Value : A value of the dimension column data type. When the value is not provided, this slice is regarded as *else*; matched only if all other labels are not matched. Therefore, only one slice without `label` is allowed in slices. -デフォルト値 +既定値 : なし。 継承可能性 @@ -780,7 +780,7 @@ Value Value : A value of the dimension column data type. When the value is not provided, this slice is regarded as *else*; this means the slice is open-ended. Therefore, only one slice without `boundary` is allowed in a slices. -デフォルト値 +既定値 : なし。 継承可能性 @@ -795,7 +795,7 @@ Value : [`volume` 定義](#volume)オブジェクト -デフォルト値 +既定値 : なし。 継承可能性 Modified: ja/reference/commands/table-create/index.md (+1 -1) =================================================================== --- ja/reference/commands/table-create/index.md 2014-04-04 15:28:24 +0900 (fee2816) +++ ja/reference/commands/table-create/index.md 2014-04-04 15:31:33 +0900 (090a522) @@ -40,7 +40,7 @@ layout: ja "flags" : "<テーブルの属性>", "key_type" : "<主キーの型>", "value_type" : "<値の型>", - "default_tokenizer" : "<デフォルトトークナイザー>", + "default_tokenizer" : "<既定のトークナイザー>", "normalizer" : "<ノーマライザー>" } -------------- next part -------------- HTML����������������������������...Download