2023-05-16 10:50:42 +08:00

32 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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'] = '工單類型';