Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions core/components/simplesearch/lexicon/ja/default.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?php
/**
* SimpleSearch
*
* Copyright 2010-11 by Shaun McCormick <shaun+sisea@modx.com>
*
* This file is part of SimpleSearch, a simple search component for MODx
* Revolution. It is loosely based off of AjaxSearch for MODx Evolution by
* coroico/kylej, minus the ajax.
*
* SimpleSearch is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* SimpleSearch is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* SimpleSearch; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA
*
* @package simplesearch
*/
/**
* Japanese Default Topic for SimpleSearch
*
* @package simplesearch
* @subpackage lexicon
* @language ja
*/
$_lang['sisea.no_results'] = '"[[+query]]"の検索結果は見つかりませんでした。 検索ワードを変更してもう一度お試しください。';
$_lang['sisea.search'] = '検索';
$_lang['sisea.results_found'] = '[[+count]] 件の検索結果 : "[[+text]]"';
$_lang['sisea.result_pages'] = '検索結果:';
$_lang['sisea.index_finished'] = '[[+total]] 件のリソースをインデックスに登録しました。';

/* Settings */
$_lang['setting_sisea.driver_class'] = '検索ドライバークラス';
$_lang['setting_sisea.driver_class_desc'] = '異なる検索ドライバーを設定します。SimpleSearchは標準の設定であるSimpleSearchDriverBasic以外にSimpleSearchDriverSolrを提供します。(Solrを使用するときは別途Solrサーバーを準備する必要があります)';
$_lang['setting_sisea.driver_class_path'] = '検索ドライバークラスの場所';
$_lang['setting_sisea.driver_class_path_desc'] = 'オプション 必要に応じて検索ドライバークラスが定義されているファイルへの絶対パスを設定します。空欄の場合、デフォルトのドライバーディレクトリから検索します。';
$_lang['setting_sisea.driver_db_specific'] = '特定の検索ドライバーデータベース';
$_lang['setting_sisea.driver_db_specific_desc'] = '異なるSQLドライバーの派生クラスを検索ドライバーとして使う場合、"はい"を選択してください。このプロパティは通常、SQL検索ならはい、Solrなどインデックス方式の検索ならいいえになります。';

/* solr settings */
$_lang['setting_sisea.solr.hostname'] = 'Solrホスト名';
$_lang['setting_sisea.solr.hostname_desc'] = 'Solrサーバーのホスト名を設定します。';
$_lang['setting_sisea.solr.port'] = 'Solrポート番号';
$_lang['setting_sisea.solr.port_desc'] = 'Solrサーバーのポート番号を設定します。';
$_lang['setting_sisea.solr.path'] = 'Solrの場所';
$_lang['setting_sisea.solr.path_desc'] = 'Solrの絶対パスを設定します。 マルチコア環境で実行している場合、solr/corenameのような形式になります。';
$_lang['setting_sisea.solr.username'] = 'Solrユーザー名';
$_lang['setting_sisea.solr.username_desc'] = 'HTTP認証で使用するユーザー名を設定します。';
$_lang['setting_sisea.solr.password'] = 'Solrパスワード';
$_lang['setting_sisea.solr.password_desc'] = 'HTTP認証で使用するパスワードを設定します。';
$_lang['setting_sisea.solr.proxy_host'] = 'Solrプロキシホスト名';
$_lang['setting_sisea.solr.proxy_host_desc'] = 'Solrサーバーへの接続に使用するプロキシのホスト名を設定します。';
$_lang['setting_sisea.solr.proxy_port'] = 'Solrプロキシポート番号';
$_lang['setting_sisea.solr.proxy_port_desc'] = 'Solrサーバーへの接続に使用するプロキシのポート番号を設定します。';
$_lang['setting_sisea.solr.proxy_username'] = 'Solrプロキシユーザー名';
$_lang['setting_sisea.solr.proxy_username_desc'] = 'Solrサーバーへの接続に使用するプロキシのユーザー名を設定します。';
$_lang['setting_sisea.solr.proxy_password'] = 'Solrプロキシパスワード';
$_lang['setting_sisea.solr.proxy_password_desc'] = 'Solrサーバーへの接続に使用するプロキシのパスワードを設定します。';
$_lang['setting_sisea.solr.timeout'] = 'Solrリクエストタイムアウト';
$_lang['setting_sisea.solr.timeout_desc'] = 'Solrの処理を待機する時間の上限を秒数で設定します。';
$_lang['setting_sisea.solr.ssl'] = 'SolrにSSLで接続する';
$_lang['setting_sisea.solr.ssl_desc'] = '"はい"にするとSolrへのSSL接続を試みます。';
$_lang['setting_sisea.solr.ssl_cert'] = 'Solr SSL証明書';
$_lang['setting_sisea.solr.ssl_cert_desc'] = '秘密鍵と個人証明書を含んだPEM形式ファイル(内容は表記した順序になっていること)の名前を設定します。';
$_lang['setting_sisea.solr.ssl_key'] = 'Solr SSLキー';
$_lang['setting_sisea.solr.ssl_key_desc'] = '秘密鍵のみを含んだPEM形式ファイルの名前を設定します。';
$_lang['setting_sisea.solr.ssl_keypassword'] = 'Solr SSLキーのパスワード';
$_lang['setting_sisea.solr.ssl_keypassword_desc'] = 'SSLキーのパスワードを設定します。';
$_lang['setting_sisea.solr.ssl_cainfo'] = 'Solr SSL CA証明書';
$_lang['setting_sisea.solr.ssl_cainfo_desc'] = 'ピアの証明に使用するCA証明書を一つ以上格納したファイルの名前を設定します。';
$_lang['setting_sisea.solr.ssl_capath'] = 'Solr SSL CA証明書の場所';
$_lang['setting_sisea.solr.ssl_capath_desc'] = 'ピアの証明に使用するCA証明書ファイルが格納されているディレクトリの名前を設定します。';
93 changes: 93 additions & 0 deletions core/components/simplesearch/lexicon/ja/properties.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?php
/**
* SimpleSearch
*
* Copyright 2010-11 by Shaun McCormick <shaun+sisea@modx.com>
*
* This file is part of SimpleSearch, a simple search component for MODx
* Revolution. It is loosely based off of AjaxSearch for MODx Evolution by
* coroico/kylej, minus the ajax.
*
* SimpleSearch is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* SimpleSearch is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* SimpleSearch; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
* Suite 330, Boston, MA 02111-1307 USA
*
* @package simplesearch
*/
/**
* Japanese Properties Lexicon Topic for SimpleSearch
*
* @package simplesearch
* @subpackage lexicon
* @language ja
*/
$_lang['sisea.activefacet_desc'] = 'The current active facet. Leave this alone unless you want a result to show from a non-standard facet derived through a postHook.';
$_lang['sisea.containertpl_desc'] = 'The chunk that will be used to wrap all the search results, pagination and message.';
$_lang['sisea.contexts_desc'] = 'The contexts to search. Defaults to the current context if none are explicitly specified.';
$_lang['sisea.currentpagetpl_desc'] = 'The chunk to use for the current pagination link.';
$_lang['sisea.depth_desc'] = 'If idtype is set to parents, the depth down the Resource tree that will be searched with the specified IDs.';
$_lang['sisea.documents'] = 'Documents';
$_lang['sisea.exclude_desc'] = 'A comma-separated list of resource IDs to exclude from search eg. "10,15,19". This will exclude the resources with the ID "10","15" or "19".';
$_lang['sisea.extractellipsis_desc'] = 'The string used to wrap extract results with. Defaults to an ellipsis.';
$_lang['sisea.extractlength_desc'] = 'The number of characters for the content extraction of each search result.';
$_lang['sisea.facetlimit_desc'] = 'The number of non-active-facet results to show on the main results page. Defaults to 5.';
$_lang['sisea.fieldpotency_desc'] = 'Specify weighting of search results. Example: pagetitle:3,alias:10 will give 3 points if result is found in pagetitle, 10 points if result is found in alias.';
$_lang['sisea.get'] = 'get';
$_lang['sisea.hidemenu_desc'] = 'Whether or not to return Resources that have hidemenu on. 0 shows only visible Resources, 1 shows only hidden Resources, 2 shows both.';
$_lang['sisea.hidemenu_visible'] = 'Visible Only';
$_lang['sisea.hidemenu_hidden'] = 'Hidden Only';
$_lang['sisea.hidemenu_both'] = 'Show All';
$_lang['sisea.highlightclass_desc'] = 'The CSS class name to add to highlighted terms in results.';
$_lang['sisea.highlightresults_desc'] = 'Whether or not to highlight the search term in results.';
$_lang['sisea.highlighttag_desc'] = 'The html tag to wrap the highlighted term within search results.';
$_lang['sisea.ids_desc'] = 'A comma-separated list of IDs to restrict the search to.';
$_lang['sisea.idtype_desc'] = 'The type of restriction for the ids parameter. If parents, will add all the children of the IDs in the ids parameter to the search. If documents, will only use the specified IDs in the search.';
$_lang['sisea.includetvs_desc'] = 'Indicates if TemplateVar values should be included in the properties available to each resource template. Defaults to false. Turning this on might make your search slower if you have lots of TVs.';
$_lang['sisea.landing_desc'] = 'The Resource that the SimpleSearch snippet is called on, that will display the results of the search.';
$_lang['sisea.match'] = 'Match';
$_lang['sisea.maxwords_desc'] = 'The maximum number of words to include in the search. Only applicable if useAllWords is off.';
$_lang['sisea.method_desc'] = 'Whether to send the search over POST or GET.';
$_lang['sisea.minchars_desc'] = 'The minimum number of characters to trigger the search.';
$_lang['sisea.offsetindex_desc'] = 'The name of the REQUEST parameter to use for the pagination offset.';
$_lang['sisea.pagelimit_desc'] = 'The maximum number of page links to display when rendering page navigation controls.';
$_lang['sisea.pagetpl_desc'] = 'The chunk to use for a pagination link.';
$_lang['sisea.pagefirsttpl_desc'] = 'The chunk to use for the first page pagination link.';
$_lang['sisea.pagelasttpl_desc'] = 'The chunk to use for the last page pagination link.';
$_lang['sisea.pageprevtpl_desc'] = 'The chunk to use for the previous page pagination link.';
$_lang['sisea.pagenexttpl_desc'] = 'The chunk to use for the next page pagination link.';
$_lang['sisea.pagingseparator_desc'] = 'The separator to use between pagination links.';
$_lang['sisea.parents'] = 'Parents';
$_lang['sisea.partial'] = 'Partial';
$_lang['sisea.perpage_desc'] = 'The number of search results to show per page.';
$_lang['sisea.placeholderprefix_desc'] = 'The prefix for global placeholders set by this snippet.';
$_lang['sisea.post'] = 'post';
$_lang['sisea.posthooks_desc'] = 'Any hooks to run post-search that can add faceted results to the search result set.';
$_lang['sisea.processtvs_desc'] = 'Indicates if TemplateVar values should be rendered as they would on the resource being summarized. Defaults to false. Note: TVs are processed during indexing for Solr searching, so there is no need to do this here.';
$_lang['sisea.searchindex_desc'] = 'The name of the REQUEST parameter that the search will use.';
$_lang['sisea.showextract_desc'] = 'Whether or not to show an extract of the content of each search result.';
$_lang['sisea.sortby_desc'] = 'A comma-separated list of Resource fields to sort the results by. Leave blank to sort by relevance and score.';
$_lang['sisea.sortdir_desc'] = 'A comma-separated list of directions to sort the results by. Must match the number of items in the sortBy parameter.';
$_lang['sisea.tpl_desc'] = 'The chunk that will be used to display the contents of each search result.';
$_lang['sisea.tpl_form_desc'] = 'The chunk that will be used to display the search form.';
$_lang['sisea.toplaceholder_desc'] = 'Whether to set the output to directly return, or set to a placeholder with this propertys name.';
$_lang['sisea.useallwords_desc'] = 'If true, will only find results with all the specified search words.';
$_lang['sisea.searchstyle_desc'] = 'To search either with a partial LIKE search, or a relevance-based MATCH search.';
$_lang['sisea.andterms_desc'] = 'Whether or not to add a logical AND between words.';
$_lang['sisea.matchwildcard_desc'] = 'Enable wildcard search. Set to false to do exact searching on a search term.';
$_lang['sisea.docfields_desc'] = 'A comma-separated list of specific Resource fields to search.';
$_lang['sisea.urlscheme_desc'] = 'The URL scheme you want: http, https, full, abs, relative, etc. See the $modx->makeUrl() documentation. This is used when the pagination links are generated.';
$_lang['sisea.url_relative'] = 'Relative';
$_lang['sisea.url_absolute'] = 'Absolute';
$_lang['sisea.url_full'] = 'Full';
$_lang['sisea.ascending'] = 'Ascending';
$_lang['sisea.descending'] = 'Descending';