-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
188 changed files
with
25,585 additions
and
11,677 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: 协助翻译(Assist with Translation) | ||
about: 协助翻译文本或者改进质量(Assist in translating text or improve quality) | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**页面(PageName)** | ||
|
||
注明翻译页面的标题名称和地址, 例如: | ||
铁骑少女攻略百科 > <https://xjwiki.github.io/cavalryGirls/index.html> | ||
|
||
Write down the page url and title, e.g: | ||
Wiki of Cavalry Girls > <https://xjwiki.github.io/cavalryGirls/index.html> | ||
|
||
———— | ||
|
||
**正文(Contents)** | ||
|
||
粘贴原始段落的文本, 并在换行后写入翻译内容(就像本段和下一段这样), 因为这样才方便比对文本内容, 你可以不理会原始段落的文本格式, 直接从网页中复制过来即可, 而对于翻译的内容, 可用一对反引号(Tab 键上方那个按钮)包裹关键文本来实现高亮(`就像这样`), 那么当 XJ 将其转入 html 网页时, 就不需要再去判断高亮的范围了, 但高亮的操作并不强求, 你也可以按照自己的喜好和习惯来处理. | ||
|
||
Paste the text of the original paragraph and write the translated content after line break (like this paragraph and the prev paragraph), because it is convenient to compare the text content. You can ignore the text format of the original paragraph and copy it directly from the webpage. For the translated content, you can use a pair of quotation marks (the button above the Tab key) to wrap the key text to achieve highlighting(`like this`). When XJ transfers it to an HTML file, there is no need to judge the highlighting range anymore, but the highlighting operation is not mandatory. You can also handle it according to your own preferences and habits. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
--- | ||
name: Feature request - 功能需求 | ||
about: Suggest a new feature for this project - 关于这个项目的新功能需求 | ||
name: 功能需求(Feature Request) | ||
about: 关于这个项目的新功能需求(Suggest a new feature for this project) | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**动机(Motivation)** | ||
请说明你遇到的问题,以及为什么要提出此功能,例如,当要实现某个目的时,我总是感到项目做这个功能很麻烦。 | ||
请说明你遇到的问题, 以及为什么要提出此功能, 例如, 当要实现某个目的时, 我总是感到项目做这个功能很麻烦. | ||
Explain your problem, and why you need this feature. For example, when I want do something, I always feel its too hard. | ||
|
||
**描述(Description)** | ||
简洁明了的描述你想要达到的效果,例如,当要实现某个目的时,我可以用更方便的形式来处理。 | ||
简洁明了的描述你想要达到的效果, 例如, 当要实现某个目的时, 我可以用更方便的形式来处理. | ||
A clear description of what you want to happen. e.g. when I want to do something, It can be solved more easily. | ||
|
||
**备案(Alternatives)** | ||
简单的说一下你考虑过的解决方法或功能,也就是描述一下你觉得可以怎么做。 | ||
简单的说一下你考虑过的解决方法或功能, 也就是描述一下你觉得可以怎么做. | ||
A clear and concise description of any alternative solutions or features you've considered, if applicable. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!doctype html> | ||
<html lang="zh-cmn-hans"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<title>404.html</title> | ||
</head> | ||
<body> | ||
|
||
<div style="box-sizing:border-box;width:320px; | ||
position:absolute;top:50%;left:50%;transform:translate(-50%,-55%); | ||
text-align:center;padding:8px 16px;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.25);"> | ||
<p><img style="width:216px;height:54px;" src="./static/icon/logo01.png" /></p> | ||
<p>没有对应页面 / 404 Not Found</p> | ||
<p><a href="./index.html">点击返回首页 / Click Back To Index</a></p> | ||
<p id="time">- 4 -</p> | ||
</div> | ||
|
||
<script> | ||
(function(number, timeNode){ | ||
setInterval(function(){ | ||
if(number > 0){ timeNode.textContent = '- '+ (number--) +' -' } | ||
else{ location.assign('./index.html') }; | ||
}, 1000); | ||
})(4, document.getElementById('time')); | ||
</script> | ||
|
||
</body> | ||
</html> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.