32 lines
1.6 KiB
PHP
32 lines
1.6 KiB
PHP
<?php
|
||
$lang->custom->libreOffice = 'Office轉換設置';
|
||
$lang->custom->libreOfficeTurnon = '功能開關';
|
||
$lang->custom->type = '類型';
|
||
$lang->custom->libreOfficePath = 'soffice路徑';
|
||
$lang->custom->collaboraPath = 'Collabora路徑';
|
||
|
||
$lang->custom->errorSofficePath = 'soffice檔案不存在';
|
||
$lang->custom->errorRunSoffice = "程序運行失敗。錯誤信息:%s";
|
||
$lang->custom->errorRunCollabora = "連接Collabora失敗,請確認Collabora是否配置正確,或者網絡是否能成功訪問。";
|
||
$lang->custom->cannotUseCollabora = "要使用Collabora,必須配置禪道系統為靜態訪問。";
|
||
|
||
$lang->custom->turnonList[1] = '開啟';
|
||
$lang->custom->turnonList[0] = '關閉';
|
||
|
||
$lang->custom->typeList['libreoffice'] = 'LibreOffice';
|
||
$lang->custom->typeList['collabora'] = 'Collabora Online';
|
||
|
||
$lang->custom->sofficePlaceholder = '填寫LibreOffice中的soffice檔案路徑。如 /opt/libreoffice/program/soffice';
|
||
$lang->custom->collaboraPlaceholder = '填寫Collabora的訪問URL,如 https://127.0.0.1:9980';
|
||
|
||
$lang->custom->feedback = new stdclass();
|
||
$lang->custom->feedback->fields['required'] = $lang->custom->required;
|
||
$lang->custom->feedback->fields['review'] = '評審流程';
|
||
$lang->custom->feedback->fields['closedReasonList'] = '關閉原因';
|
||
$lang->custom->feedback->fields['typeList'] = '反饋類型';
|
||
$lang->custom->feedback->fields['priList'] = '優先順序';
|
||
|
||
$lang->custom->ticket = new stdclass();
|
||
$lang->custom->ticket->fields['priList'] = '優先順序';
|
||
$lang->custom->ticket->fields['typeList'] = '工單類型';
|