jekyll-rtd-theme 1.0.0 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -19
- data/_includes/addons.liquid +4 -2
- data/_includes/addons/{source/analytics.liquid → analytics.liquid} +1 -3
- data/_includes/addons/{source/github.liquid → github.liquid} +0 -0
- data/_includes/addons/{source/i18n.liquid → i18n.liquid} +1 -1
- data/_includes/addons/{source/gems.liquid → plugins.liquid} +1 -1
- data/_includes/album.liquid +1 -1
- data/_includes/assets/common.js +40 -0
- data/_includes/assets/search.js +76 -0
- data/_includes/breadcrumbs.liquid +1 -1
- data/_includes/extend/list.liquid +2 -2
- data/_includes/extend/toctree.liquid +6 -5
- data/_includes/footer.liquid +5 -5
- data/_includes/i18n/{en-US.liquid → en.liquid} +3 -2
- data/_includes/i18n/fr.liquid +29 -0
- data/_includes/i18n/it.liquid +29 -0
- data/_includes/i18n/ja.liquid +29 -0
- data/_includes/i18n/ko.liquid +29 -0
- data/_includes/i18n/ru.liquid +29 -0
- data/_includes/i18n/{zh-CN.liquid → zh-cn.liquid} +2 -1
- data/_includes/list.liquid +1 -1
- data/_includes/reset/defaults.liquid +40 -33
- data/_includes/reset/i18n.liquid +11 -3
- data/_includes/reset/languages.liquid +110 -0
- data/_includes/reset/workdir.liquid +4 -3
- data/_includes/toctree.liquid +1 -1
- data/_layouts/default.liquid +219 -2
- data/_sass/_album.scss +1 -1
- data/_sass/_embed.scss +1 -1
- data/_sass/fluid.scss +1 -1
- data/_sass/site.scss +14 -11
- data/assets/favicon.svg +1 -1
- data/assets/js/html5shiv.min.js +4 -0
- data/assets/robots.txt +1 -1
- data/assets/search.liquid +17 -1
- data/assets/sitemap.liquid +17 -0
- metadata +21 -22
- data/_includes/addons/analytics/baidu.liquid +0 -18
- data/_includes/addons/analytics/cnzz.liquid +0 -4
- data/_includes/addons/analytics/google.liquid +0 -18
- data/_includes/addons/comments/disqus.liquid +0 -10
- data/_includes/addons/seo/og.liquid +0 -7
- data/_includes/addons/seo/schema.liquid +0 -10
- data/_includes/assets/site.js +0 -125
- data/_includes/reset/schema.liquid +0 -2
- data/_includes/searchbox.liquid +0 -5
- data/_layouts/basic.liquid +0 -107
- data/assets/sitemap.xml +0 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e0d0a1744c43d43056bd120dc6e607de9d244daff4ba47c13859ded600bbd71
|
4
|
+
data.tar.gz: 9fd29cc43e9243a76a6d6faa10f4312d4abf9d84551c1cf6b5c17121b06dfcf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f6e05a1edd9c5ab8883da9e5370d2c5da33c7999060f54b4e1802a666692ba5d325de5ee25021884dc880947fc64496bcfb9698a182581d1de965fbd1d1ac23
|
7
|
+
data.tar.gz: 36c4d109990688a69a95ea52606a75984f04055ded488db6609c6f2731d168c6ff683d47bee4ef7186059f137cb6e6db82bdbdc58a02016f6b3b7e37f907cb96
|
data/README.md
CHANGED
@@ -8,36 +8,28 @@
|
|
8
8
|
|
9
9
|
Just another documentation theme compatible with GitHub Pages, based on sphinx_rtd_theme
|
10
10
|
|
11
|
-
![]
|
11
|
+
![](https://user-images.githubusercontent.com/68011645/89026666-ad3a8680-d35b-11ea-9f4b-d3fe26ae12ed.png)
|
12
12
|
|
13
|
-
##
|
14
|
-
-
|
13
|
+
## Features
|
14
|
+
- Automatically generate sidebar based on directory
|
15
15
|
- Only need one file `_config.yml` to configure site
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
-
|
20
|
-
-
|
21
|
-
- Commenting support
|
22
|
-
- Google,Baidu,CNZZ Analytics support.
|
23
|
-
- UI localized text in English(default), Chinese(中文)
|
24
|
-
- And many features waiting for you to discover.
|
16
|
+
- Search engine optimized
|
17
|
+
- Multi-language supported
|
18
|
+
- Document search (RegExp supported)
|
19
|
+
- Support third-party comments
|
20
|
+
- Google, Baidu, CNZZ Analytics support
|
25
21
|
|
26
22
|
## Roadmap
|
27
|
-
See the [open issues]
|
23
|
+
See the [open issues](https://github.com/rundocs/jekyll-rtd-theme/issues) for a list of proposed features (and known issues)
|
28
24
|
|
29
25
|
## Documents
|
30
|
-
For full documentation,
|
26
|
+
You can view theme related [tests](https://jekyll-rtd-theme.rundocs.io), For full documentation, please refer to [https://rundocs.io](https://rundocs.io)
|
31
27
|
|
32
28
|
## The License
|
33
|
-
The theme is available as open source under the terms of the [MIT License]
|
29
|
+
The theme is available as open source under the terms of the [MIT License](https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE).
|
34
30
|
|
35
31
|
|
36
32
|
[repository]: https://github.com/rundocs/jekyll-rtd-theme
|
37
|
-
[issues]: https://github.com/rundocs/jekyll-rtd-theme/issues
|
38
|
-
[license]: https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE
|
39
|
-
[site]: https://rundocs.github.io/jekyll-rtd-theme
|
40
33
|
[rubygem]: https://rubygems.org/gems/jekyll-rtd-theme
|
41
34
|
[cdn]: https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme/
|
42
35
|
[codefactor]: https://www.codefactor.io/repository/github/rundocs/jekyll-rtd-theme
|
43
|
-
[demo]: https://user-images.githubusercontent.com/68011645/88376699-87980500-cdd0-11ea-8900-7bab8c811bc9.png
|
data/_includes/addons.liquid
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
|
2
2
|
<span class="rst-current-version" data-toggle="rst-current-version">
|
3
3
|
<span class="fa fa-book"> {{ site.title }}</span>
|
4
|
-
{% if site.addons_branch %}v: {{ branch }}{% endif %}
|
4
|
+
{% if site.addons_branch and site.github_metadata != false %}v: {{ branch }}{% endif %}
|
5
5
|
<span class="fa fa-caret-down"></span>
|
6
6
|
</span>
|
7
7
|
<div class="rst-other-versions">
|
8
8
|
{%- assign items = site.addons | default: addons -%}
|
9
9
|
{% for item in items -%}
|
10
|
-
{
|
10
|
+
{%- if addons contains item -%}
|
11
|
+
{% include addons/{{ item }}.liquid %}
|
12
|
+
{%- endif -%}
|
11
13
|
{% endfor -%}
|
12
14
|
<hr>
|
13
15
|
<small>
|
@@ -9,8 +9,6 @@
|
|
9
9
|
|
10
10
|
<script>
|
11
11
|
$(document).ready(function() {
|
12
|
-
$.getJSON("https://rundocs-analytics.glitch.me/analytics?host=" + location.host,
|
13
|
-
$("#counter").html(data.count);
|
14
|
-
});
|
12
|
+
$.getJSON("https://rundocs-analytics.glitch.me/analytics?host=" + location.host, (data) => $("#counter").html(data.count));
|
15
13
|
});
|
16
14
|
</script>
|
File without changes
|
data/_includes/album.liquid
CHANGED
@@ -0,0 +1,40 @@
|
|
1
|
+
$(document).ready(function() {
|
2
|
+
let highlight = new URL(location.href).searchParams.get("highlight");
|
3
|
+
|
4
|
+
SphinxRtdTheme.Navigation.reset = function() {
|
5
|
+
const link = $(".wy-menu-vertical").find(`[href="${location.pathname}"]`);
|
6
|
+
if (link.length > 0) {
|
7
|
+
$(".wy-menu-vertical .current").removeClass("current");
|
8
|
+
link.addClass("current");
|
9
|
+
link.closest("li.toctree-l1").parent().addClass("current");
|
10
|
+
link.closest("li.toctree-l1").addClass("current");
|
11
|
+
link.closest("li.toctree-l2").addClass("current");
|
12
|
+
link.closest("li.toctree-l3").addClass("current");
|
13
|
+
link.closest("li.toctree-l4").addClass("current");
|
14
|
+
link.closest("li.toctree-l5").addClass("current");
|
15
|
+
}
|
16
|
+
};
|
17
|
+
SphinxRtdTheme.Navigation.enable(true);
|
18
|
+
|
19
|
+
if (highlight) {
|
20
|
+
$(".section").find("*").each(function() {
|
21
|
+
try {
|
22
|
+
if (this.outerHTML.match(new RegExp(highlight, "im"))) {
|
23
|
+
$(this).addClass("highlighted-box");
|
24
|
+
}
|
25
|
+
} catch (e) {
|
26
|
+
feedback(["highlight", e.message]);
|
27
|
+
}
|
28
|
+
});
|
29
|
+
$(".section").find(".highlighted-box").each(function() {
|
30
|
+
if (($(this).find(".highlighted-box").length > 0)) {
|
31
|
+
$(this).removeClass("highlighted-box");
|
32
|
+
}
|
33
|
+
});
|
34
|
+
}
|
35
|
+
for (let item in ui.admonition) {
|
36
|
+
let content = $(`.language-${item}`).html();
|
37
|
+
$(`.language-${item}`).replaceWith(`<div class="admonition ${item}"><p class="admonition-title">${ui.admonition[item]}</p><p>${content}</p></div>`);
|
38
|
+
}
|
39
|
+
anchors.add();
|
40
|
+
});
|
@@ -0,0 +1,76 @@
|
|
1
|
+
function search(data) {
|
2
|
+
let text = new URL(location.href).searchParams.get("q");
|
3
|
+
let lang = new URL(location.href).searchParams.get("lang") || ui.lang;
|
4
|
+
|
5
|
+
$("input[name='q']").val(text);
|
6
|
+
$("input[name='q']").attr("placeholder", i18n[lang].search_docs + "...");
|
7
|
+
|
8
|
+
let results = [];
|
9
|
+
let regexp = new RegExp();
|
10
|
+
try {
|
11
|
+
regexp = new RegExp(text, "im");
|
12
|
+
} catch (e) {
|
13
|
+
$(".search").empty();
|
14
|
+
$(".search-summary").html(i18n[lang].search_results_not_found);
|
15
|
+
$("#search-results h2").html(i18n[lang].search_results);
|
16
|
+
return feedback(["search", e.message]);
|
17
|
+
}
|
18
|
+
|
19
|
+
function slice(content, min, max) {
|
20
|
+
return content.slice(min, max).replace(regexp, (match) => `<span class="highlighted">${match}</span>`);
|
21
|
+
}
|
22
|
+
for (page of data) {
|
23
|
+
let [title, content] = [null, null];
|
24
|
+
try {
|
25
|
+
if (page.title) {
|
26
|
+
title = page.title.match(regexp);
|
27
|
+
} else {
|
28
|
+
if (page.url == "/") {
|
29
|
+
page.title = ui.title;
|
30
|
+
} else {
|
31
|
+
page.title = page.url;
|
32
|
+
}
|
33
|
+
}
|
34
|
+
} catch (e) {
|
35
|
+
feedback(["search", e.message]);
|
36
|
+
}
|
37
|
+
try {
|
38
|
+
if (page.content) {
|
39
|
+
page.content = $("<div/>").html(page.content).text();
|
40
|
+
content = page.content.match(regexp);
|
41
|
+
}
|
42
|
+
} catch (e) {
|
43
|
+
feedback(["search", e.message]);
|
44
|
+
}
|
45
|
+
if (title || content) {
|
46
|
+
let result = [`<a href="${ui.baseurl}${page.url}?highlight=${text}">${page.title}</a>`];
|
47
|
+
if (content) {
|
48
|
+
let [min, max] = [content.index - 100, content.index + 100];
|
49
|
+
let [prefix, suffix] = ["...", "..."];
|
50
|
+
|
51
|
+
if (min < 0) {
|
52
|
+
prefix = "";
|
53
|
+
min = 0;
|
54
|
+
}
|
55
|
+
if (max > page.content.length) {
|
56
|
+
suffix = "";
|
57
|
+
max = page.content.length;
|
58
|
+
}
|
59
|
+
result.push(`<p class="context">${prefix}${slice(page.content ,min, max)}${suffix}</p>`);
|
60
|
+
}
|
61
|
+
results.push(`<li>${result.join("")}</li>`);
|
62
|
+
}
|
63
|
+
}
|
64
|
+
if (results.length > 0 && text.length > 0) {
|
65
|
+
$(".search").html(results.join(""));
|
66
|
+
$(".search-summary").html(i18n[lang].search_results_found.replace("#", results.length));
|
67
|
+
} else {
|
68
|
+
$(".search").empty();
|
69
|
+
$(".search-summary").html(i18n[lang].search_results_not_found);
|
70
|
+
}
|
71
|
+
$("#search-results h2").html(i18n[lang].search_results);
|
72
|
+
}
|
73
|
+
|
74
|
+
$(document).ready(function() {
|
75
|
+
$.ajax(`${ui.baseurl}/pages.json`).done(search).fail((xhr, message) => feedback(["search", message]));
|
76
|
+
});
|
@@ -6,10 +6,10 @@
|
|
6
6
|
{%- assign size_p1 = size | plus: 1 -%}
|
7
7
|
|
8
8
|
{%- assign dir = site_pages | where: "url", workdir | first %}
|
9
|
-
{% include extend/tabs.liquid size=size %}- [{{ dir.title | default: dir.url }}]({{
|
9
|
+
{% include extend/tabs.liquid size=size %}- [{{ dir.title | default: dir.url }}]({{ dir.url | relative_url }})
|
10
10
|
|
11
11
|
{%- for item in workdir_files %}
|
12
|
-
{% include extend/tabs.liquid size=size_p1 %}- [{{ item.title | default: item.url }}]({{
|
12
|
+
{% include extend/tabs.liquid size=size_p1 %}- [{{ item.title | default: item.url }}]({{ item.url | relative_url }})
|
13
13
|
{%- endfor -%}
|
14
14
|
|
15
15
|
{%- for workdir in workdir_dirs %}{% include extend/list.liquid %}{% endfor -%}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
{%- if workdir_level == 2 %}
|
8
8
|
<p class="caption"><span class="caption-text">{{ dir.title | default: dir.url }}</span></p>
|
9
9
|
{%- else %}
|
10
|
-
<a class="reference internal" href="{{
|
10
|
+
<a class="reference internal" href="{{ dir.url | relative_url }}">{{ dir.title | default: dir.url }}</a>
|
11
11
|
{%- endif -%}
|
12
12
|
|
13
13
|
<ul>
|
@@ -21,11 +21,12 @@
|
|
21
21
|
{%- endif -%}
|
22
22
|
|
23
23
|
<li class="toctree-l{{ level }} {{ current }}">
|
24
|
-
<a class="reference internal {{ current }}" href="{{
|
24
|
+
<a class="reference internal {{ current }}" href="{{ item.url | relative_url }}">
|
25
25
|
{%- if item.sort and site.show_sorted != false -%}
|
26
|
-
{{ item.sort }}.
|
27
|
-
{%-
|
28
|
-
|
26
|
+
{{ item.sort }}. {{ item.title | default: item.url }}
|
27
|
+
{%- else -%}
|
28
|
+
{{ item.title | default: item.url }}
|
29
|
+
{%- endif -%}
|
29
30
|
</a>
|
30
31
|
</li>
|
31
32
|
{%- endfor -%}
|
data/_includes/footer.liquid
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
{%- if next or prev -%}
|
3
3
|
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
4
4
|
{%- if next -%}
|
5
|
-
<a href="{{
|
5
|
+
<a href="{{ next.url | relative_url }}" class="btn btn-neutral float-right" title="{{ next.title }}" accesskey="n" rel="next">
|
6
6
|
{{- __next }} <span class="fa fa-arrow-circle-right"></span>
|
7
7
|
</a>
|
8
8
|
{%- endif -%}
|
9
9
|
{%- if prev -%}
|
10
|
-
<a href="{{
|
10
|
+
<a href="{{ prev.url | relative_url }}" class="btn btn-neutral float-left" title="{{ prev.title }}" accesskey="p" rel="prev">
|
11
11
|
<span class="fa fa-arrow-circle-left"></span> {{ __previous -}}
|
12
12
|
</a>
|
13
13
|
{%- endif -%}
|
@@ -23,7 +23,7 @@
|
|
23
23
|
{%- endif -%}
|
24
24
|
{{ site.time | date: "%Y" }},
|
25
25
|
{{ author }}
|
26
|
-
{% if site.copyright.revision -%}
|
26
|
+
{% if site.copyright.revision and site.github_metadata != false -%}
|
27
27
|
<span class="commit">
|
28
28
|
{{ __revision }} <code>{{ commit }}</code>
|
29
29
|
</span>
|
@@ -31,7 +31,7 @@
|
|
31
31
|
</p>
|
32
32
|
</div>
|
33
33
|
{%- endif -%}
|
34
|
-
<div role="contentinfo" class="copyright
|
35
|
-
<a href="https://
|
34
|
+
<div role="contentinfo" class="copyright rundocs">
|
35
|
+
<p>Powered by <a href="https://rundocs.io">rundocs.io</a> using the jekyll docs theme <a href="https://jekyll-rtd-theme.rundocs.io">jekyll-rtd-theme</a></p>
|
36
36
|
</div>
|
37
37
|
</footer>
|
@@ -1,8 +1,9 @@
|
|
1
|
+
{% comment %} English {% endcomment %}
|
1
2
|
{%- assign __github = "GitHub" -%}
|
2
3
|
{%- assign __homepage = "Homepage" -%}
|
3
4
|
{%- assign __issues = "Issues" -%}
|
4
5
|
{%- assign __download = "Download" -%}
|
5
|
-
{%- assign
|
6
|
+
{%- assign __plugins = "Theme Plugins" -%}
|
6
7
|
{%- assign __translations = "Translations" -%}
|
7
8
|
{%- assign __statistics = "Statistics" -%}
|
8
9
|
{%- assign __total_visits = "Total visits:" -%}
|
@@ -25,4 +26,4 @@
|
|
25
26
|
{%- assign __search_docs = "Search Docs" -%}
|
26
27
|
{%- assign __search_results = "Search Results" -%}
|
27
28
|
{%- assign __search_results_found = "Search finished, found # page(s) matching the search query." -%}
|
28
|
-
{%- assign __search_results_not_found = "Your search did not match any documents, please make sure that all
|
29
|
+
{%- assign __search_results_not_found = "Your search did not match any documents, please make sure that all characters are spelled correctly!" -%}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{% comment %} French {% endcomment %}
|
2
|
+
{%- assign __github = "Github" -%}
|
3
|
+
{%- assign __homepage = "Page d'accueil" -%}
|
4
|
+
{%- assign __issues = "Problèmes" -%}
|
5
|
+
{%- assign __download = "Télécharger" -%}
|
6
|
+
{%- assign __plugins = "Plugins de thème" -%}
|
7
|
+
{%- assign __translations = "Traductions" -%}
|
8
|
+
{%- assign __statistics = "Statistiques" -%}
|
9
|
+
{%- assign __total_visits = "Total des visites:" -%}
|
10
|
+
|
11
|
+
{%- assign __note = "Remarques" -%}
|
12
|
+
{%- assign __tip = "Conseils" -%}
|
13
|
+
{%- assign __warning = "avertissement" -%}
|
14
|
+
{%- assign __danger = "Danger" -%}
|
15
|
+
|
16
|
+
{%- assign __next = "Page suivante" -%}
|
17
|
+
{%- assign __previous = "Page précédente" -%}
|
18
|
+
{%- assign __copyright = "droits d'auteur" -%}
|
19
|
+
{%- assign __revision = "Révision" -%}
|
20
|
+
|
21
|
+
{%- assign __404 = "404" -%}
|
22
|
+
{%- assign __not_found = "Cette page n'existe pas encore!" -%}
|
23
|
+
|
24
|
+
{%- assign __searching = "Recherche" -%}
|
25
|
+
{%- assign __search = "Chercher" -%}
|
26
|
+
{%- assign __search_docs = "Rechercher des documents" -%}
|
27
|
+
{%- assign __search_results = "Résultats de recherche" -%}
|
28
|
+
{%- assign __search_results_found = "Recherche terminée, page (s) «#» trouvée (s) correspondant à la requête de recherche." -%}
|
29
|
+
{%- assign __search_results_not_found = "Votre recherche ne correspond à aucun document, veuillez vous assurer que tous les caractères sont correctement orthographiés!" -%}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{% comment %} Italian {% endcomment %}
|
2
|
+
{%- assign __github = "Github" -%}
|
3
|
+
{%- assign __homepage = "Homepage" -%}
|
4
|
+
{%- assign __issues = "Problemi" -%}
|
5
|
+
{%- assign __download = "Scarica" -%}
|
6
|
+
{%- assign __plugins = "Plugin del tema" -%}
|
7
|
+
{%- assign __translations = "Traduzioni" -%}
|
8
|
+
{%- assign __statistics = "statistica" -%}
|
9
|
+
{%- assign __total_visits = "Visite totali:" -%}
|
10
|
+
|
11
|
+
{%- assign __note = "Osservazioni" -%}
|
12
|
+
{%- assign __tip = "Suggerimenti" -%}
|
13
|
+
{%- assign __warning = "avvertimento" -%}
|
14
|
+
{%- assign __danger = "Pericolo" -%}
|
15
|
+
|
16
|
+
{%- assign __next = "Pagina successiva" -%}
|
17
|
+
{%- assign __previous = "Pagina precedente" -%}
|
18
|
+
{%- assign __copyright = "Diritto d'autore" -%}
|
19
|
+
{%- assign __revision = "Revisione" -%}
|
20
|
+
|
21
|
+
{%- assign __404 = "404" -%}
|
22
|
+
{%- assign __not_found = "Questa pagina non esiste ancora!" -%}
|
23
|
+
|
24
|
+
{%- assign __searching = "ricerca" -%}
|
25
|
+
{%- assign __search = "Ricerca" -%}
|
26
|
+
{%- assign __search_docs = "Cerca documenti" -%}
|
27
|
+
{%- assign __search_results = "risultati di ricerca" -%}
|
28
|
+
{%- assign __search_results_found = "Ricerca terminata, sono state trovate pagine # corrispondenti alla query di ricerca." -%}
|
29
|
+
{%- assign __search_results_not_found = "La tua ricerca non ha prodotto risultati in nessun documento, assicurati che tutti i caratteri siano scritti correttamente!" -%}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{% comment %} Japanese {% endcomment %}
|
2
|
+
{%- assign __github = "Github" -%}
|
3
|
+
{%- assign __homepage = "ホームページ" -%}
|
4
|
+
{%- assign __issues = "問題" -%}
|
5
|
+
{%- assign __download = "ダウンロード" -%}
|
6
|
+
{%- assign __plugins = "テーマプラグイン" -%}
|
7
|
+
{%- assign __translations = "翻訳" -%}
|
8
|
+
{%- assign __statistics = "統計学" -%}
|
9
|
+
{%- assign __total_visits = "総訪問数:" -%}
|
10
|
+
|
11
|
+
{%- assign __note = "備考" -%}
|
12
|
+
{%- assign __tip = "チップ" -%}
|
13
|
+
{%- assign __warning = "警告" -%}
|
14
|
+
{%- assign __danger = "危険" -%}
|
15
|
+
|
16
|
+
{%- assign __next = "次のページ" -%}
|
17
|
+
{%- assign __previous = "前のページ" -%}
|
18
|
+
{%- assign __copyright = "著作権" -%}
|
19
|
+
{%- assign __revision = "リビジョン" -%}
|
20
|
+
|
21
|
+
{%- assign __404 = "404" -%}
|
22
|
+
{%- assign __not_found = "このページはまだ存在しません!" -%}
|
23
|
+
|
24
|
+
{%- assign __searching = "探す" -%}
|
25
|
+
{%- assign __search = "探す" -%}
|
26
|
+
{%- assign __search_docs = "ドキュメントを検索" -%}
|
27
|
+
{%- assign __search_results = "の検索結果" -%}
|
28
|
+
{%- assign __search_results_found = "検索が終了し、検索クエリに一致する「#」ページが見つかりました。" -%}
|
29
|
+
{%- assign __search_results_not_found = "検索はどのドキュメントにも一致しませんでした。すべての文字のスペルが正しいことを確認してください!" -%}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{% comment %} Korean {% endcomment %}
|
2
|
+
{%- assign __github = "Github" -%}
|
3
|
+
{%- assign __homepage = "홈페이지" -%}
|
4
|
+
{%- assign __issues = "이슈" -%}
|
5
|
+
{%- assign __download = "다운로드" -%}
|
6
|
+
{%- assign __plugins = "테마 플러그인" -%}
|
7
|
+
{%- assign __translations = "번역" -%}
|
8
|
+
{%- assign __statistics = "통계" -%}
|
9
|
+
{%- assign __total_visits = "총 방문수 :" -%}
|
10
|
+
|
11
|
+
{%- assign __note = "비고" -%}
|
12
|
+
{%- assign __tip = "팁" -%}
|
13
|
+
{%- assign __warning = "경고" -%}
|
14
|
+
{%- assign __danger = "위험" -%}
|
15
|
+
|
16
|
+
{%- assign __next = "다음 페이지" -%}
|
17
|
+
{%- assign __previous = "이전 페이지" -%}
|
18
|
+
{%- assign __copyright = "저작권" -%}
|
19
|
+
{%- assign __revision = "개정" -%}
|
20
|
+
|
21
|
+
{%- assign __404 = "404" -%}
|
22
|
+
{%- assign __not_found = "이 페이지는 아직 존재하지 않습니다!" -%}
|
23
|
+
|
24
|
+
{%- assign __searching = "수색" -%}
|
25
|
+
{%- assign __search = "검색" -%}
|
26
|
+
{%- assign __search_docs = "문서 검색" -%}
|
27
|
+
{%- assign __search_results = "검색 결과" -%}
|
28
|
+
{%- assign __search_results_found = "검색이 완료되었습니다. 검색어와 일치하는 # 페이지를 찾았습니다." -%}
|
29
|
+
{%- assign __search_results_not_found = "검색어와 일치하는 문서가 없습니다. 모든 문자의 철자가 올바른지 확인하십시오!" -%}
|