Viewing File: /usr/local/cpanel/base/frontend/jupiter/user_manager/services/userService-ja.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/user_manager/services/userService.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/user_manager/services/userService-ja.js
// Module:    /jupiter/user_manager/services/userService-ja
// Locale:    ja
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
    // The raw lexicon.
    var newLex = {"Email":"メール","FTP":"FTP","Hypothetical Subaccount":"仮のサブアカウント","Invite Expired":"期限切れの正体","Invite Pending":"保留中の招待","Service Account":"サービスアカウント","Subaccount":"サブアカウント","The system could not delete the “[_1]” account. You cannot delete the “[_2]” account type.":"システムが「[_1]」アカウントを削除できませんでした。「[_2]」アカウントタイプは削除できません。","The system could not determine the service type for the “[_1]” service account.":"システムは、「[_1]」サービスアカウントのサービスタイプを決定できませんでした。","The system detected an unknown service for the “[_1]” service account.":"システムが「[_1]」サービスアカウントに対して不明のサービスを検出しました。","The system failed to determine whether the username is available: [_1]":"システムは、ユーザーネームが使用可能かの判断に失敗しました:[_1]","The username is not available.":"ユーザーネームは使用できません。","This user did not respond to the invitation before it expired. Please delete and re-create the user to send another invitation or set the user’s password yourself.":"ユーザーが対応する前に招待が失効してしまいました。ユーザーのパスワードを自分で設定するか、一度ユーザーを削除して、作り直すことで再度招待を送ってください。","This user has not used the invitation to set a password.":"このユーザーは招待を使ってパスワードを設定していません。","Web Disk":"ウェブディスク","cPanel Account":"cPanelアカウント"};

    if (!this.LEXICON) {
        this.LEXICON = {};
    }

    for(var item in newLex) {
        if(newLex.hasOwnProperty(item)) {
            var value = newLex[item];
            if (typeof(value) === "string" && value !== "") {
                // Only add it if there is a value.
                this.LEXICON[item] = value;
            }
        }
    }
})();
//~~END-GENERATED~~
Back to Directory File Manager