zh-tw.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. $lang->integration->common = '整合';
  3. $lang->integration->switch = '功能開關';
  4. $lang->integration->switchList = array('禁用', '啟用');
  5. $lang->integration->type = '類型';
  6. $lang->integration->office = 'Office 整合';
  7. $lang->integration->collabora = 'Collabora Online';
  8. $lang->integration->collaboraPath = 'Collabora 地址';
  9. $lang->integration->error = new stdclass();
  10. $lang->integration->error->cannotConnectToCollabora = '無法連接到 Collabora Online,請檢查 Collabora Online 是否正確配置,或者網絡是否暢通。';
  11. $lang->integration->error->officeNotEnabled = '服務端尚未開啟 Office 整合。';
  12. $lang->integration->error->userNotFoundForRequest = '無法找到該請求對應的用戶。';
  13. $lang->integration->error->fileNotFoundForRequest = '無法找到該請求對應的檔案。';
  14. $lang->integration->error->filePreviewNotSupported = '不支持預覽該檔案。';
  15. $lang->integration->error->buildIdentifierFail = '參數有誤,無法預覽。';
  16. $lang->integration->placeholder = new stdclass();
  17. $lang->integration->placeholder->collabora = '填寫 Collabora Online 的 URL,如 https://192.168.1.2:9980';