openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/zh/help.php

15 lines
784 B
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
return [
'title' => '有用的资源',
'description' => '使用这些有用的资源查找帮助并发现功能。',
'documentation_link' => 'OpenClassify文档',
'documentation_description' => '查找有关OpenClassify开发附加组件以及也使用附加组件的文档。',
'slack_link' => '松弛队',
'slack_description' => '查找其他OpenClassify用户和开发人员并与之通信。',
'forum_link' => '讨论区',
'forum_description' => '查找答案并发布有关使用OpenClassify进行开发的问题。',
'addons_link' => '可用插件',
'addons_description' => '发现可用于OpenClassify的插件。',
];