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

22 lines
1.2 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->integration->common = '整合';
$lang->integration->switch = '功能開關';
$lang->integration->switchList = array('禁用', '啟用');
$lang->integration->type = '類型';
$lang->integration->office = 'Office 整合';
$lang->integration->collabora = 'Collabora Online';
$lang->integration->collaboraPath = 'Collabora 地址';
$lang->integration->error = new stdclass();
$lang->integration->error->cannotConnectToCollabora = '無法連接到 Collabora Online請檢查 Collabora Online 是否正確配置,或者網絡是否暢通。';
$lang->integration->error->officeNotEnabled = '服務端尚未開啟 Office 整合。';
$lang->integration->error->userNotFoundForRequest = '無法找到該請求對應的用戶。';
$lang->integration->error->fileNotFoundForRequest = '無法找到該請求對應的檔案。';
$lang->integration->error->filePreviewNotSupported = '不支持預覽該檔案。';
$lang->integration->error->buildIdentifierFail = '參數有誤,無法預覽。';
$lang->integration->placeholder = new stdclass();
$lang->integration->placeholder->collabora = '填寫 Collabora Online 的 URL如 https://192.168.1.2:9980';