Navigation Menu

Skip to content

Commit

Permalink
Fix missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent de90705 commit ddebe1c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _po/ja/reference/1.1.0/commands/load/index.po
Expand Up @@ -116,6 +116,8 @@ msgid ""
"On the version {{ site.droonga_version }}, only following parameters are avail"
"able. Others are simply ignored because they are not implemented."
msgstr ""
"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視"
"されます。"

msgid ""
" * `values`\n"
Expand Down
6 changes: 5 additions & 1 deletion _po/ja/reference/1.1.0/commands/search/index.po
Expand Up @@ -945,7 +945,7 @@ msgstr ""
msgid ""
"*Note: This parameter is not implemented yet on the version {{ site.droonga_ve"
"rsion }}."
msgstr ""
msgstr "※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。"

msgid ""
"Abstract\n"
Expand Down Expand Up @@ -995,6 +995,8 @@ msgid ""
"ed in one time. In the future, as an optional behaviour, each result can be re"
"turned as separated messages progressively."
msgstr ""
"バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
"的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。"

msgid "### Parameters of each query {#query-parameters}"
msgstr ""
Expand Down Expand Up @@ -1441,6 +1443,8 @@ msgid ""
"rned larger than the specified `maxNSubRecords`, if the dataset has multiple v"
"olumes. This is a known problem and to be fixed in a future version."
msgstr ""
"※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
"NSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。"

msgid "#### `output` {#query-output}"
msgstr ""
Expand Down
3 changes: 1 addition & 2 deletions ja/reference/1.1.0/commands/load/index.md
Expand Up @@ -80,8 +80,7 @@ This is compatible to [the `load` command of the Groonga](http://groonga.org/doc

`table` 以外のパラメータはすべて省略可能です。

また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。
これら以外のパラメータは未実装のため無視されます。
また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。

* `values`
* `table`
Expand Down
3 changes: 1 addition & 2 deletions ja/reference/1.1.0/commands/select/index.md
Expand Up @@ -87,8 +87,7 @@ layout: ja

`table` 以外のパラメータはすべて省略可能です。

また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。
これら以外のパラメータは未実装のため無視されます。
また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。

* `table`
* `match_columns`
Expand Down

0 comments on commit ddebe1c

Please sign in to comment.