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';