//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/directives/passwordFieldDirective-ja.js
// Module: cjt/directives/passwordFieldDirective-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 = {"Adjust the generate password options.":"パスワード生成オプションを調整します。","Auto generates password.":"パスワードを自動生成します。","Both [asis,(1@3$)]":"[asis,(1@3$)]の両方","Both [asis,(aBcD)]":"[asis,(aBcD)]の両方","Enter Password":"パスワードを入力","Generate":"生成","Length":"長さ","Letters":"文字","Lowercase [asis,(abcd)]":"小文字 [asis,(abcd)]","Numbers [asis,(123)]":"数 [asis,(123)]","Numbers and Symbols":"数字と記号","Select the length and characters to use when generating a password:":"パスワード生成時に使用する長さや文字数を選択:","Show or Hide password.":"パスワードを表示または非表示にします。","Symbols [asis,(@#$)]":"記号 [asis,(@#$)]","This password has a strength of [_1], but your system requires a strength of [_2].":"このパスワードの強度は[_1]ですが、使用システムでは[_2]以上の強度が必要となります。","This password has a strength of [_1], which meets or exceeds the system requirement of [_2].":"このパスワードの強度は[_1]です。システム条件の[_2]以上の強度を満たしています。","This password has a strength of [_1].":"このパスワードの強度は[_1]です。","Uppercase [asis,(ABCD)]":"大文字[asis,(ABCD)]"};
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~~