www.gusucode.com > Catfish(鲶鱼) CMS系统 PHP版 v4.8.21源码程序 > Catfishcms_v4.8.21/application/install/lang/ja-jp.php

    <?php
/**
 * Project: Catfish CMS.
 * Author: A.J <804644245@qq.com>
 * Copyright: http://www.catfish-cms.com All rights reserved.
 * Date: 2016/11/29
 */
return [
    'Catfish' => 'Catfish',
    'Setup Wizard' => 'インストールガイド',
    'Catfish installation' => 'Catfish インストール',
    'Accept' => '受け入れる',
    'Environment' => '検出環境',
    'Create the data' => 'データを作成する',
    'Finish installation' => 'インストールを完了する',
    'Environmental testing items' => '環境試験項目',
    'Recommended configuration' => '推奨構成',
    'Current condition' => '現在の状態',
    'Minimum requirements' => '最小要件',
    'Operating system' => 'オペレーティング·システム',
    'Unix-like' => '類UNIX',
    'Not limited' => '制限をしない',
    'PHP version' => 'PHPバージョン',
    'Open' => '開く',
    'Attachment upload' => '許可ファイルサイズ',
    'Directory, file permissions check' => 'ディレクトリ、ファイル権限チェック',
    'Write' => '書き込み',
    'Read' => '読む',
    'Writable' => '書き込み可能な',
    'Not writable' => '書き込み不可',
    'Readable' => '読みやすい',
    'Unreadable' => '読めない',
    'Re-test' => '再テスト',
    'Next step' => '次のステップ',
    'Site Information' => 'サイト情報',
    'The database server' => 'データベースサーバー',
    'Database server address, usually localhost' => 'データベースサーバーアドレス、一般的にはlocalhost',
    'The database port' => 'データベースのポート',
    'The database server port, typically 3306' => 'データベースサーバーポートは、一般的に、3306',
    'The database user name' => 'データベースユーザ名',
    'The database password' => 'データベースのパスワード',
    'The database name' => 'データベース名',
    'Database table prefix' => 'データベーステーブル接辞語',
    'Site title' => 'サイトタイトル',
    'You can modify the site name at any time in the background' => 'サイト名を随時変更することができます',
    'Founder Information' => '創始者情報',
    'The administrator account' => '管理者アカウント',
    'The administrator password' => '管理者パスワード',
    'The administrator password can not be shorter than 8 characters' => '管理者パスワードは8文字未満にすることはできません。',
    'E-mail' => 'Eメール',
    'Confirm password' => 'パスワードを認証する',
    'Previous' => '前',
    'Installation will be completed, rest for a while now!' => '取り付け中、少々お待ち下さい!',
    'Congratulations! Installation has been completed!' => 'おめでとう、インストールは完了です!',
    'Thank you for your support of the Catfish CMS system!' => 'Catfish CMS システムのご支援ありがとうございました!',
    'Is not still immersed in the installation of happiness, but the installation is over, then you will continue to use the site in the process of happiness, let us start!' => '幸福のインストールにまだ浸っていないが、インストールが終わった後、あなたは幸福の過程でサイトを使用し続ける、私たちを始めましょう!',
    'Enter the home page' => 'ホームページに入る',
    'Into the background' => '楽屋に入り',
    'Turned on' => '開いている',
    'Unopened' => '開いていない',
    'Upload is prohibited' => 'アップロード禁止',
    'Support' => 'サポート',
    'Not support' => 'サポートしていません',
    'The database server must be filled out' => 'データベースサーバーに入力する必要があります',
    'The database port must be filled in' => 'データベースポートを入力する必要があります',
    'The database port must be a number' => 'データベースポートは数字でなければなりません',
    'The database user name must be filled in' => 'データベースのユーザー名を入力する必要があります',
    'The database name must be filled in' => 'データベース名を入力する必要があります',
    'The administrator account must be filled in' => '管理者アカウントを入力する必要があります',
    'The administrator password is required' => '管理者パスワードが必要です',
    'The administrator password can not be less than 8 characters' => '管理者パスワードは8文字以上にすることはできません',
    'Confirm password is required' => 'パスワードの確認が必要です',
    'Email is required' => 'メールが必要です',
    'Email format is incorrect' => 'メール形式が正しくありません',
    'The "Administrator Password" and "Confirm Password" must be the same' => '管理者パスワードとパスワードの確認は同じでなければなりません',
    'Database information error' => 'データベース情報のエラー',
    'Another Catfish CMS site' => 'また一つ Catfish CMS サイト',
    'Catfish CMS' => 'Catfish CMS',
    'Installation completed' => '取り付けが終わり',
    'If you use an existing database, replace it with the actual database name' => '既存のデータベースを使用する場合は、実際のデータベース名で置き換えます',
    'Bad database name' => 'データベース名が正しくありません'
];