This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/yzOffice/i18n/en.php'
<?php
return array(
"yzOffice.meta.name" => "Yozo Office",
"yzOffice.meta.title" => "Yozo Office View",
"yzOffice.meta.desc" => "Yozo Office View;",
'yzOffice.meta.netwrokDesc' => "<h4>Description:</h4>During the operation of the application, it will request an external network interface (Yozo) to upload and convert office files through the interface to achieve online preview of the files.",
'yzOffice.meta.netwrokUrl' => "Interface URL",
'yzOffice.Main.transfer' => "1.In data transmission......",
'yzOffice.Main.converting' => '2.File conversion, please wait a moment...',
'yzOffice.Main.uploadError' => "Upload failed. Please check PHP execution timeout!",
'yzOffice.Main.convert' => "Start convert...",
'yzOffice.Main.transferAgain' => "Retry",
'yzOffice.Main.invalidUrl' => "Invalid request address",
'yzOffice.Main.tryAgain' => ", please try opening again!",
'yzOffice.Main.linkExpired' => "The link has expired"
);
wget 'https://sme10.lists2.roe3.org/kodbox/plugins/yzOffice/i18n/zh-CN.php'
<?php
return array(
"yzOffice.meta.name" => "永中office",
"yzOffice.meta.title" => "永中office在线预览",
"yzOffice.meta.desc" => "office系列文件在线预览",
'yzOffice.meta.netwrokDesc' => "<h4>说明:</h4>该应用在运行过程中,将请求外网接口(Yozo),通过接口对office文件进行上传和转换,实现文件的在线预览。",
'yzOffice.meta.netwrokUrl' => "接口地址",
'yzOffice.Main.transfer' => "1.数据传输中,请稍后...",
'yzOffice.Main.converting' => '2.文件转换中,请稍后...',
'yzOffice.Main.uploadError' => "上传失败,请检查php执行超时时间!",
'yzOffice.Main.convert' => "正在转换,请稍后...",
'yzOffice.Main.transferAgain' => "重新转换",
'yzOffice.Main.invalidUrl' => "无效的请求地址",
'yzOffice.Main.tryAgain' => ",请尝试重新打开!",
'yzOffice.Main.linkExpired' => "链接已失效"
);