[website] Added templates/zh-cn/devel.template translation

xulixin xulixin1990 at gmail.com
Fri Aug 16 06:54:44 CDT 2013


-------------- next part --------------
From 48e11b489f13988cd661a90b0e7a0d656584e338 Mon Sep 17 00:00:00 2001
From: xulixin <xulixin1990 at gmail.com>
Date: Fri, 16 Aug 2013 19:52:09 +0800
Subject: Add templates/zh-cn/devel.template translation.

---
 templates/zh-cn/devel.template | 144 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 144 insertions(+)
 create mode 100644 templates/zh-cn/devel.template

diff --git a/templates/zh-cn/devel.template b/templates/zh-cn/devel.template
new file mode 100644
index 0000000..3a89dd0
--- /dev/null
+++ b/templates/zh-cn/devel.template
@@ -0,0 +1,144 @@
+<!--TITLE:[Development Links]-->
+<!--BLURB:[适用于所有Wine开发需求.]-->
+
+<h1 class="title">Development Links</h1>
+
+<p>欢迎来到Wine development。在此页面上,你会找到为开发者提供的各种资源的链接。</p>
+
+<table border="0" cellpadding="10" cellspacing="1" bgcolor="#EFEFEF" style="margin-left: 20px;">
+
+  <tr>
+    <td bgcolor="black"><b style="color: #FFFFFF">链接</b></td>
+    <td bgcolor="black"><b style="color: #FFFFFF">链接功能</b></td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/Developers">Wine开发文档</a>
+    </td>
+    <td valign="top">
+        <a href="http://wiki.winehq.org//Developers">Wine开发文档</a> 比此页包含了更多的新信息。
+        它应该是开发人员查看的第一个网页。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://www.codeweavers.com/about/general/jobs/interns/">实习</a>
+    </td>
+    <td valign="top">
+        CodeWeavers每个季度为学生与应届毕业生提供1-2个Wine开发实习的职位。
+        CodeWeavers一直接收申请,美国与海外的候选人都是允许申请的。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/HelpingWine">贡献Wine</a>
+    </td>
+    <td valign="top">
+        想为Wine作贡献的新手必看信息。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="{$root}/docs/winedev-guide/index">开发人员指南</a>
+    </td>
+    <td valign="top">
+        Wine开发的在线资源。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="{$root}/forums">邮件列表</a>
+    </td>
+    <td valign="top">
+        大部分开发人员都会使用邮件列表进行交流。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/GitWine">Git</a>
+    </td>
+    <td valign="top">
+        我们使用Git作为源管理工具。关于如何使用Git的相关信息在此页可以找到。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/SubmittingPatches">发送补丁</a>
+    </td>
+    <td valign="top">
+        关于如何格式化与发送补丁的指南。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/TodoList">将完成的工作</a>
+    </td>
+    <td valign="top">
+        接下来将要完成的工作。查看项目接下来要解决的问题。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/Fun_Projects">有趣的项目</a>
+    </td>
+    <td valign="top">
+        查看项目要解决的问题的另外一个地方。优先级较低,将作为侧项目被解决。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/JanitorialProjects">Janitorial</a>
+    </td>
+    <td valign="top">
+        代码清理与组织项目。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/Winelib">Winelib</a>
+    </td>
+    <td valign="top">
+        开发应用程序移植工具Winelib的文档。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="{$root}/status">现状</a>
+    </td>
+    <td valign="top">
+        Wine项目的现状。
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="{$root}/license">Wine License</a>
+    </td>
+    <td valign="top">
+        Wine使用GNU Lesser General Public License 2.1
+    </td>
+  </tr>
+
+  <tr bgcolor="#ffffff">
+    <td>
+        <a href="http://wiki.winehq.org/WineConf">WineConf</a>
+    </td>
+    <td valign="top">
+        我们每年举办一次会议,时间与地点信息可以在这里找到。
+    </td>
+  </tr>
+  
+</table>
+
-- 
1.8.1.2


More information about the wine-patches mailing list