//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js/filemanager.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js/filemanager-ja.js
// Module: /jupiter/js/filemanager-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 = {"Cancel":"キャンセル","Change Permissions":"権限を変更","Close":"閉じる","Compress Files":"ファイルを圧縮","Confirm":"確認","Copy Files":"ファイルをコピー","Create New File":"新しいファイルを作成","Create New Folder":"新しいフォルダを作成","Delete Files":"ファイルを削除","Edit":"編集","Empty Trash":"ゴミ箱を空にする","Extract Files":"ファイルを抽出","Location":"場所","Move Files":"ファイルを移動","OK":"わかりました","Rename File":"ファイル名を変更","Restore Files":"ファイルを復元","Save":"保存","Search Regex":"Search Regex","Searching Files":"Searching Files"};
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~~