70 lines
3.7 KiB
PHP
70 lines
3.7 KiB
PHP
<?php
|
|
/**
|
|
* The misc module Japanese file of ZenTaoMS.
|
|
*
|
|
* ZenTaoMS is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* ZenTaoMS 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 Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* @copyright Copyright 2009-2010 青岛易软天创网络科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package misc
|
|
* @version $Id: Japanese.php 824 2010-05-02 15:32:06Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->misc->common = 'その他';
|
|
$lang->misc->ping = 'セッションを保持';
|
|
|
|
$lang->misc->zentao->version = 'Version %s';
|
|
$lang->misc->zentao->labels['about'] = '約';
|
|
$lang->misc->zentao->labels['support'] = 'サポート';
|
|
$lang->misc->zentao->labels['cowin'] = '私たちを助け';
|
|
$lang->misc->zentao->labels['service'] = 'サービス';
|
|
|
|
$lang->misc->zentao->about['official'] = "公式サイト";
|
|
$lang->misc->zentao->about['project'] = "プロジェクト";
|
|
$lang->misc->zentao->about['preview'] = "デモ";
|
|
$lang->misc->zentao->about['changelog'] = "変更ログ";
|
|
$lang->misc->zentao->about['license'] = "ライセンス";
|
|
$lang->misc->zentao->about['contributors'] = "貢献者";
|
|
$lang->misc->zentao->about['thirdparty'] = "サードパーティ製";
|
|
$lang->misc->zentao->about['sourcecode'] = "ソースコード";
|
|
|
|
$lang->misc->zentao->support['manual'] = "マニュアル";
|
|
$lang->misc->zentao->support['faq'] = "よくあるご質問";
|
|
$lang->misc->zentao->support['forum'] = "フォーラム";
|
|
$lang->misc->zentao->support['qqgroup'] = "QQはGrup";
|
|
$lang->misc->zentao->support['howask'] = "どのように依頼する";
|
|
$lang->misc->zentao->support['vip'] = "ビジネス";
|
|
|
|
$lang->misc->zentao->cowin['reportbug'] = "バグの報告";
|
|
$lang->misc->zentao->cowin['feedback'] = "フィードバック機能";
|
|
$lang->misc->zentao->cowin['devcode'] = "コミットコード";
|
|
$lang->misc->zentao->cowin['doc'] = "をお書きくださいdocパッケージ";
|
|
$lang->misc->zentao->cowin['recommend'] = "オススメ";
|
|
$lang->misc->zentao->cowin['addlink'] = "リンクを追加";
|
|
$lang->misc->zentao->cowin['shop'] = "ショップ";
|
|
$lang->misc->zentao->cowin['donate'] = "寄付";
|
|
$lang->misc->zentao->cowin['cowinmore'] = "もっと見る...";
|
|
|
|
$lang->misc->zentao->service['install'] = 'インストールサービス';
|
|
$lang->misc->zentao->service['fixissue'] = '問題のサポート';
|
|
$lang->misc->zentao->service['zentaotrain']= 'ZenTaoトレーニング';
|
|
$lang->misc->zentao->service['idc'] = 'ZenTao買う';
|
|
$lang->misc->zentao->service['custom'] = '開発カスタム';
|
|
$lang->misc->zentao->service['review'] = 'ZenTao評価';
|
|
$lang->misc->zentao->service['scrumtrain'] = 'スクラムの訓練';
|
|
$lang->misc->zentao->service['fwtrain'] = 'ZenTaoPHPトレーニング';
|
|
$lang->misc->zentao->service['servicemore']= 'もっと見る...';
|
|
|
|
$lang->misc->copyright = "著作権と警官y;2009-2010 <a href='http://www.cnezsoft.com' target='_blank'>Nature EasySoft Network Tecnology Co.ltd, QingDao, China</a>";
|