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

    <?php
/**
 * Project: Catfish.
 * Author: A.J
 * Date: 2016/11/29
 */
return [
    'Catfish CMS' => 'Catfish CMS',
    'Keyword' => 'キーワード',
    'Search' => 'サーチ',
    'Sign up' => '登记する',
    'Log in' => '登録',
    'User center' => 'ユーザーセンター',
    'Sign out' => '退出システム',
    'Edit my profile' => '資料を改正する',
    'Change password' => 'パスワードを改正する',
    'Edit avatar' => 'アバターを編集',
    'Select Image' => '画像を選択',
    'My collection' => '私のコレクション',
    'My comments' => '私のコメント',
    'Old password' => '以前のパスワード',
    'New password' => '新しいパスワード',
    'Confirm the new password' => '新しいパスワードを確認する',
    'Save' => 'セーブ',
    'Personal Center' => 'パーソナルセンター',
    'Nickname' => 'ニックネーム',
    'Gender' => 'ジェンダー',
    'Secrecy' => '秘密',
    'Male' => '男性',
    'Female' => '女性',
    'Birthday' => 'お誕生日',
    'Unfilled' => '未充填',
    'Personal URL' => '個人用URL',
    'Signature' => '署名',
    'Edit' => '編集',
    'Comments' => 'コメント',
    'Comment time' => 'コメント時間',
    'View original' => '原文を見る',
    'Operation' => '操作',
    'Original' => '元の文章',
    'Delete' => '削除',
    'Title' => 'タイトル',
    'Description' => '説明',
    'Collection time' => '収集時間',
    'Save the avatar' => 'アバターを保存する',
    'The original password must be filled in' => '元のパスワードを入力する必要があります',
    'The new password must be filled in' => '新しいパスワードを入力する必要があります',
    'Confirm the new password must be filled out' => '新しいパスワードを入力する必要があることを確認する',
    'Confirm the password must be the same as the password' => 'パスワードの確認はパスワードと同じ',
    'The original password is wrong' => '元のパスワードが間違っています',
    'Please upload your avatar' => 'アップロードして下さい',
    'E-mail' => 'Eメール',
    'Mobile phone' => '携帯電話',
    'E-mail address is required' => '電子メールを完了する必要があります',
    'The e-mail format is incorrect' => '電子メール形式エラー'
];