graphonline/lang/ch/opensource.php
2021-12-20 16:09:46 -06:00

6 lines
952 B
PHP
Raw Permalink 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
$g_lang["head_no_tags"] = "Graphonline 开源";
$g_lang["text"] = "<p>Graphonline 目前是一个开源项目. 你可以在 github找到源代码: <a href=\"https://github.com/UnickSoft/graphonline\">https://github.com/UnickSoft/graphonline</a>. 我们有计划添加很多新功能,但是由于我们的团队比较小实现它们很慢.</p>\n\n<h2>您可以帮助我们</h2>\n\n<p>如果你知道编程语言: php 或 JavaScript 或 C++, 可以提升Graphonline的服务. 请在github上联系我们或者写邮件至 <a href=\"mailto:admin@graphonline.ru\">admin@graphonline.ru</a>. 如果你是一名学生, 这是一个很好的与开发团队工作的机会.</p>\n\n<p>您也可以帮助我们填充我们的wiki: <a href=\"https://graphonline.ru/en/wiki/\">https://graphonline.ru/en/wiki/</a>. 或者提升我们的设计. 或测试新功能.所以如果您愿意为graphonline每周花一小时, 请联系我们.</p>\n";
?>