jekyll-rtd-theme 0.1.9 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- 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/i18n.liquid +13 -0
- data/_includes/addons/{source/gems.liquid → plugins.liquid} +1 -1
- data/_includes/album.liquid +2 -2
- data/_includes/assets/common.js +40 -0
- data/_includes/assets/search.js +76 -0
- data/_includes/breadcrumbs.liquid +8 -2
- data/_includes/extend/list.liquid +2 -2
- data/_includes/extend/toctree.liquid +16 -5
- data/_includes/footer.liquid +4 -4
- data/_includes/i18n/en.liquid +4 -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.liquid → zh-cn.liquid} +3 -1
- data/_includes/list.liquid +1 -1
- data/_includes/reset/defaults.liquid +40 -33
- data/_includes/reset/i18n.liquid +30 -2
- data/_includes/reset/languages.liquid +110 -0
- data/_includes/reset/workdir.liquid +17 -1
- data/_includes/toctree.liquid +1 -1
- data/_layouts/default.liquid +228 -2
- data/_sass/_album.scss +1 -1
- data/_sass/_embed.scss +1 -1
- data/_sass/fluid.scss +1 -1
- data/_sass/site.scss +13 -10
- data/assets/404.liquid +1 -0
- 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 +20 -20
- 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: cd0100e421bd3ccbc2da040ef98ccdbc657f8aad2224c6544f2baeded4761d5d
|
4
|
+
data.tar.gz: 6162401684e143cd3690c51dd1e8dcf4430dfe60c3fa670bd9b0928bbd134160
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30acf708a39d44c221d0a01a74791df3ed94bf5384122ac472574ebd9196fcd25bfe1031c6ec32508e746f5c9444da6fdc2f0e02d896f94b521f627621bbf77a
|
7
|
+
data.tar.gz: 946c8bf42fb42359567acb26ab3c6ee2cd029d5a7ea5d412524d087081f83223b62bc24a1ba936bfbd4853c2e2cad09de7da1fc6cadceddd4bc49138bad6ae82
|
data/README.md
CHANGED
@@ -11,23 +11,23 @@ Just another documentation theme compatible with GitHub Pages, based on sphinx_r
|
|
11
11
|
![][demo]
|
12
12
|
|
13
13
|
## Notable features
|
14
|
-
- Write documents directly,
|
14
|
+
- Write documents directly, automatically generate toctree based on directory
|
15
15
|
- Only need one file `_config.yml` to configure site
|
16
16
|
- Bundled as a "theme gem" for easier installation/upgrading.
|
17
17
|
- Compatible with GitHub Pages.
|
18
18
|
- Optimized for search engines with support for Open Graph data.
|
19
19
|
- Optimized for search engines with `robots.txt` and `sitemap.xml`.
|
20
|
-
- Search engine
|
20
|
+
- Search engine (RegExp supported)
|
21
21
|
- Commenting support
|
22
22
|
- Google,Baidu,CNZZ Analytics support.
|
23
|
-
-
|
23
|
+
- Multi-language supported
|
24
24
|
- And many features waiting for you to discover.
|
25
25
|
|
26
26
|
## Roadmap
|
27
27
|
See the [open issues][issues] for a list of proposed features (and known issues).
|
28
28
|
|
29
29
|
## Documents
|
30
|
-
For full documentation, see: [https://
|
30
|
+
For full documentation, see: [https://jekyll-rtd-theme.rundocs.io][site]
|
31
31
|
|
32
32
|
## The License
|
33
33
|
The theme is available as open source under the terms of the [MIT License][license].
|
@@ -36,7 +36,7 @@ The theme is available as open source under the terms of the [MIT License][licen
|
|
36
36
|
[repository]: https://github.com/rundocs/jekyll-rtd-theme
|
37
37
|
[issues]: https://github.com/rundocs/jekyll-rtd-theme/issues
|
38
38
|
[license]: https://github.com/rundocs/jekyll-rtd-theme/blob/master/LICENSE
|
39
|
-
[site]: https://
|
39
|
+
[site]: https://jekyll-rtd-theme.rundocs.io
|
40
40
|
[rubygem]: https://rubygems.org/gems/jekyll-rtd-theme
|
41
41
|
[cdn]: https://cdn.jsdelivr.net/gh/rundocs/jekyll-rtd-theme/
|
42
42
|
[codefactor]: https://www.codefactor.io/repository/github/rundocs/jekyll-rtd-theme
|
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
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<dl>
|
2
|
+
<dt>{{ __translations }}</dt>
|
3
|
+
{%- for item in site_langs -%}
|
4
|
+
<dd>
|
5
|
+
{%- if item == site_lang -%}
|
6
|
+
{%- assign url = "" -%}
|
7
|
+
{%- else -%}
|
8
|
+
{%- assign url = item | append: "/" -%}
|
9
|
+
{%- endif -%}
|
10
|
+
<a href="{{ site.baseurl }}/{{ url }}"><i class="fa fa-language"></i> {{ item }}</a>
|
11
|
+
</dd>
|
12
|
+
{%- endfor -%}
|
13
|
+
</dl>
|
data/_includes/album.liquid
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="album">
|
2
2
|
{%- for item in include.data -%}
|
3
|
-
<a class="item" href="{{ item.
|
4
|
-
<img src="{{ item.image }}">{{ item.
|
3
|
+
<a class="item" href="{{ item.link | default: '#' }}">
|
4
|
+
<img src="{{ item.image }}" alt="{{ item.title }}">{{ item.title }}
|
5
5
|
</a>
|
6
6
|
{%- endfor -%}
|
7
7
|
</div>
|
@@ -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
|
+
});
|
@@ -22,12 +22,18 @@
|
|
22
22
|
{{ site.baseurl }}/{% for block in blocks limit: forloop.index %}{{ block | append: "/" }}{% endfor %}
|
23
23
|
{%- endcapture %}
|
24
24
|
<li>
|
25
|
-
<a href="{{ href }}">
|
25
|
+
<a href="{{ href }}">
|
26
|
+
{%- if block == lang -%}
|
27
|
+
{{ block }}
|
28
|
+
{%- else -%}
|
29
|
+
{{ block | capitalize }}
|
30
|
+
{%- endif -%}
|
31
|
+
</a><i class="fa fa-angle-double-right"></i>
|
26
32
|
</li>
|
27
33
|
{%- endif -%}
|
28
34
|
{%- endfor -%}
|
29
35
|
{%- endcase %}
|
30
|
-
{%- if site.edit -%}
|
36
|
+
{%- if site.edit and site.github_metadata != false -%}
|
31
37
|
<li class="wy-breadcrumbs-aside">
|
32
38
|
<a href="{{ github_edit_link }}" class="fa fa-edit" target="_blank"></a>
|
33
39
|
</li>
|
@@ -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 -%}
|
@@ -1,10 +1,13 @@
|
|
1
1
|
{%- include reset/workdir.liquid %}
|
2
2
|
|
3
3
|
{%- assign dir = site_pages | where: "url", workdir | first -%}
|
4
|
+
{%- if site_lang != lang -%}
|
5
|
+
{%- assign workdir_level = workdir_level | minus: 1 -%}
|
6
|
+
{%- endif -%}
|
4
7
|
{%- if workdir_level == 2 %}
|
5
8
|
<p class="caption"><span class="caption-text">{{ dir.title | default: dir.url }}</span></p>
|
6
9
|
{%- else %}
|
7
|
-
<a class="reference internal" href="{{
|
10
|
+
<a class="reference internal" href="{{ dir.url | relative_url }}">{{ dir.title | default: dir.url }}</a>
|
8
11
|
{%- endif -%}
|
9
12
|
|
10
13
|
<ul>
|
@@ -13,17 +16,25 @@
|
|
13
16
|
{%- capture current -%}
|
14
17
|
{%- if page.url == item.url %}current{% endif -%}
|
15
18
|
{%- endcapture %}
|
19
|
+
{%- if site_lang != lang -%}
|
20
|
+
{%- assign level = level | minus: 1 -%}
|
21
|
+
{%- endif -%}
|
22
|
+
|
16
23
|
<li class="toctree-l{{ level }} {{ current }}">
|
17
|
-
<a class="reference internal {{ current }}" href="{{
|
24
|
+
<a class="reference internal {{ current }}" href="{{ item.url | relative_url }}">
|
18
25
|
{%- if item.sort and site.show_sorted != false -%}
|
19
|
-
{{ item.sort }}.
|
20
|
-
{%-
|
21
|
-
|
26
|
+
{{ item.sort }}. {{ item.title | default: item.url }}
|
27
|
+
{%- else -%}
|
28
|
+
{{ item.title | default: item.url }}
|
29
|
+
{%- endif -%}
|
22
30
|
</a>
|
23
31
|
</li>
|
24
32
|
{%- endfor -%}
|
25
33
|
{%- for workdir in workdir_dirs -%}
|
26
34
|
{%- assign level = workdir | append: "temp/" | split: "/" | size | minus: 3 %}
|
35
|
+
{%- if site_lang != lang -%}
|
36
|
+
{%- assign level = level | minus: 1 -%}
|
37
|
+
{%- endif -%}
|
27
38
|
<li class="toctree-l{{ level }}">{% include extend/toctree.liquid %}</li>
|
28
39
|
{%- endfor -%}
|
29
40
|
</ul>
|
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>
|
@@ -32,6 +32,6 @@
|
|
32
32
|
</div>
|
33
33
|
{%- endif -%}
|
34
34
|
<div role="contentinfo" class="copyright-rtd">
|
35
|
-
<a href="https://
|
35
|
+
Powered by <a href="https://rundocs.io">rundocs.io</a>
|
36
36
|
</div>
|
37
37
|
</footer>
|
data/_includes/i18n/en.liquid
CHANGED
@@ -1,8 +1,10 @@
|
|
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" -%}
|
7
|
+
{%- assign __translations = "Translations" -%}
|
6
8
|
{%- assign __statistics = "Statistics" -%}
|
7
9
|
{%- assign __total_visits = "Total visits:" -%}
|
8
10
|
|
@@ -24,4 +26,4 @@
|
|
24
26
|
{%- assign __search_docs = "Search Docs" -%}
|
25
27
|
{%- assign __search_results = "Search Results" -%}
|
26
28
|
{%- assign __search_results_found = "Search finished, found # page(s) matching the search query." -%}
|
27
|
-
{%- 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 = "検索はどのドキュメントにも一致しませんでした。すべての文字のスペルが正しいことを確認してください!" -%}
|