//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/tomcat/views/config.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/tomcat/views/config-ja.js
// Module: /templates/tomcat/views/config-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 = {"Are you certain that you want to enable “[_1]” for all of your users?":"全ユーザー用に「[_1]」を有効にしますか?","Are you certain that you want to enable “[_1]” for the selected [numerate,_2,user,users]?":"Are you certain that you want to enable “[_1]” for the selected [numerate,_2,user,users]?","Continue to disable.":"続行して無効化します。","Continue to enable.":"続行して有効化します。","Disable":"無効化","Disable [asis,Tomcat] support.":"[asis,Tomcat] サポートを無効化します。","Disabled":"無効化が完了","Enable":"有効化","Enable [asis,Tomcat] support.":"[asis,Tomcat] サポートを有効化します。","Enabled":"有効","If you disable “[_1]”, any URLs that “[_1]” handles will no longer work as expected.":"If you disable “[_1]”, any URLs that “[_1]” handles will no longer work as expected.","You successfully disabled “[_1]” for all of your users.":"全ユーザーの「[_1]」の無効化に成功しました。","You successfully disabled “[_1]” for the selected [numerate,_2,user,users].":"You successfully disabled “[_1]” for the selected [numerate,_2,user,users].","You successfully disabled “[_1]” for “[_2]” of “[_3]” [numerate,_3,user,users].":"You successfully disabled “[_1]” for “[_2]” of “[_3]” [numerate,_3,user,users].","You successfully enabled “[_1]” for all of your users.":"全ユーザーの「[_1]」の有効化に成功しました。","You successfully enabled “[_1]” for the selected [numerate,_2,user,users].":"You successfully enabled “[_1]” for the selected [numerate,_2,user,users].","You successfully enabled “[_1]” for “[_2]” of “[_3]” [numerate,_3,user,users].":"You successfully enabled “[_1]” for “[_2]” of “[_3]” [numerate,_3,user,users].","Your server may run out of memory if you enable “[_1]” for multiple users.":"「[_1]」を複数ユーザーに対して有効化にすると、サーバのメモリ容量が足りなくなる場合があります。","“[_1]” is already disabled for the selected [numerate,_2,user,users]. Select other users to disable.":"“[_1]” is already disabled for the selected [numerate,_2,user,users]. Select other users to disable.","“[_1]” is already enabled for the selected [numerate,_2,user,users]. Select other users to enable.":"“[_1]” is already enabled for the selected [numerate,_2,user,users]. Select other users to enable.","“[_1]” support is disabled for “[_2]”.":"「[_2]」の「[_1]」対応が無効化されています。","“[_1]” support is enabled for “[_2]”.":"「[_2]」の「[_1]」対応が有効化されています。"};
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~~