jekyll-rtd-theme 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -20
  3. data/_includes/addons.liquid +5 -9
  4. data/_includes/addons/{source/analytics.liquid → analytics.liquid} +1 -3
  5. data/_includes/addons/{source/github.liquid → github.liquid} +0 -0
  6. data/_includes/addons/{source/i18n.liquid → i18n.liquid} +0 -0
  7. data/_includes/addons/{source/gems.liquid → plugins.liquid} +1 -1
  8. data/_includes/album.liquid +1 -1
  9. data/_includes/assets/common.js +40 -0
  10. data/_includes/assets/search.js +76 -0
  11. data/_includes/breadcrumbs.liquid +1 -1
  12. data/_includes/extend/list.liquid +2 -2
  13. data/_includes/extend/toctree.liquid +6 -5
  14. data/_includes/footer.liquid +5 -5
  15. data/_includes/i18n/{en-US.liquid → en.liquid} +3 -2
  16. data/_includes/i18n/fr.liquid +29 -0
  17. data/_includes/i18n/it.liquid +29 -0
  18. data/_includes/i18n/ja.liquid +29 -0
  19. data/_includes/i18n/ko.liquid +29 -0
  20. data/_includes/i18n/ru.liquid +29 -0
  21. data/_includes/i18n/{zh-CN.liquid → zh-cn.liquid} +2 -1
  22. data/_includes/list.liquid +1 -1
  23. data/_includes/reset/defaults.liquid +40 -33
  24. data/_includes/reset/i18n.liquid +11 -3
  25. data/_includes/reset/languages.liquid +110 -0
  26. data/_includes/reset/workdir.liquid +4 -3
  27. data/_includes/toctree.liquid +1 -1
  28. data/_layouts/default.liquid +220 -2
  29. data/_sass/_album.scss +1 -1
  30. data/_sass/_embed.scss +1 -1
  31. data/_sass/fluid.scss +1 -1
  32. data/_sass/site.scss +14 -11
  33. data/assets/favicon.svg +1 -1
  34. data/assets/js/html5shiv.min.js +4 -0
  35. data/assets/robots.txt +1 -1
  36. data/assets/search.liquid +17 -1
  37. data/assets/sitemap.liquid +17 -0
  38. metadata +21 -22
  39. data/_includes/addons/analytics/baidu.liquid +0 -18
  40. data/_includes/addons/analytics/cnzz.liquid +0 -4
  41. data/_includes/addons/analytics/google.liquid +0 -32
  42. data/_includes/addons/comments/disqus.liquid +0 -10
  43. data/_includes/addons/seo/og.liquid +0 -7
  44. data/_includes/addons/seo/schema.liquid +0 -10
  45. data/_includes/assets/site.js +0 -125
  46. data/_includes/reset/schema.liquid +0 -6
  47. data/_includes/searchbox.liquid +0 -5
  48. data/_layouts/basic.liquid +0 -108
  49. data/assets/sitemap.xml +0 -18
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb6951c99db8b05f676775f3d340a5ee35053b7f9a3eb4d475a8b5c60cf4b835
4
- data.tar.gz: 0cb3eabfc0e92c3d35e83538757b9c43d7c450a1343892bfecaac16bdf5f0553
3
+ metadata.gz: b629411d3d74c24a69ba9ef73ece57bd3c002921eed7f78894dba51b71a24199
4
+ data.tar.gz: 5b8f754497e66c35af98199a8f077e207fd259bf29c6e74111aa152b3c6323d1
5
5
  SHA512:
6
- metadata.gz: b0b4d12c7fb8a28302bf151a0767dfa73db9e280947a0deb5147b2a164ec6efa33c01b20108186f44914d7144c71827ac37e68cb2416ed56ac9833b7892db30d
7
- data.tar.gz: ade5cf7162131e9d927baf5f4381882f98ad586c7a8c9b0cf9fb8ad07eead5598215567596ba53e01cd7fc4771a20c754d7e443cd7c90ea29803f3461916ebc2
6
+ metadata.gz: 3fb991c0098234c7d1c551c912d693a583bf84a507817722c38f89ca91b4812aa38919825726a8bf26fd51d81579e1a0e87e7ec3cc3897355edeca2418843e98
7
+ data.tar.gz: d717925336199e3242e956b6108d9f36e438cff3f291891b27ffde8385598ed72ef7a010d145e6230125c7492adfd367021c186ddb393779b90809bcb2414d5a
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Jekyll-rtd-theme
1
+ # jekyll-rtd-theme
2
2
  [![](https://github.com/rundocs/jekyll-rtd-theme/workflows/CI/badge.svg)][repository]
3
3
  [![](https://img.shields.io/gem/v/jekyll-rtd-theme)][rubygem]
4
4
  [![](https://img.shields.io/gem/dt/jekyll-rtd-theme)][rubygem]
@@ -8,36 +8,28 @@
8
8
 
9
9
  Just another documentation theme compatible with GitHub Pages, based on sphinx_rtd_theme
10
10
 
11
- ![][demo]
11
+ ![](https://user-images.githubusercontent.com/68011645/89026666-ad3a8680-d35b-11ea-9f4b-d3fe26ae12ed.png)
12
12
 
13
- ## Notable features
14
- - Write documents directly, automatically generate toctree based on directory
13
+ ## Features
14
+ - Automatically generate sidebar based on directory
15
15
  - Only need one file `_config.yml` to configure site
16
- - Bundled as a "theme gem" for easier installation/upgrading.
17
- - Compatible with GitHub Pages.
18
- - Optimized for search engines with support for Open Graph data.
19
- - Optimized for search engines with `robots.txt` and `sitemap.xml`.
20
- - Search engine support
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][issues] for a list of proposed features (and known 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, see: [https://jekyll-rtd-theme.rundocs.io][site]
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][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://jekyll-rtd-theme.rundocs.io
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
@@ -1,19 +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
- <span class="fa fa-book">
4
- {% if site.url contains "rundocs.io" -%}
5
- RunDocs
6
- {%- else -%}
7
- {{ site.title }}
8
- {%- endif -%}
9
- </span>
10
- {% if site.addons_branch %}v: {{ branch }}{% endif %}
3
+ <span class="fa fa-book"> {{ site.title }}</span>
4
+ {% if site.addons_branch and site.github_metadata != false %}v: {{ branch }}{% endif %}
11
5
  <span class="fa fa-caret-down"></span>
12
6
  </span>
13
7
  <div class="rst-other-versions">
14
8
  {%- assign items = site.addons | default: addons -%}
15
9
  {% for item in items -%}
16
- {% include addons/source/{{ item }}.liquid %}
10
+ {%- if addons contains item -%}
11
+ {% include addons/{{ item }}.liquid %}
12
+ {%- endif -%}
17
13
  {% endfor -%}
18
14
  <hr>
19
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, function(data) {
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>
@@ -1,5 +1,5 @@
1
1
  <dl>
2
- <dt>{{ __gems }}</dt>
2
+ <dt>{{ __plugins }}</dt>
3
3
  {%- for item in site.plugins %}
4
4
  <dd><a href="https://rubygems.org/gems/{{ item }}"><i class="fa fa-cog"></i> {{ item }}</a></dd>
5
5
  {%- endfor %}
@@ -1,7 +1,7 @@
1
1
  <div class="album">
2
2
  {%- for item in include.data -%}
3
3
  <a class="item" href="{{ item.link | default: '#' }}">
4
- <img src="{{ item.image }}">{{ item.title }}
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
+ });
@@ -33,7 +33,7 @@
33
33
  {%- endif -%}
34
34
  {%- endfor -%}
35
35
  {%- endcase %}
36
- {%- if site.edit -%}
36
+ {%- if site.edit and site.github_metadata != false -%}
37
37
  <li class="wy-breadcrumbs-aside">
38
38
  <a href="{{ github_edit_link }}" class="fa fa-edit" target="_blank"></a>
39
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 }}]({{ site.baseurl | append: 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 }}]({{ site.baseurl | append: 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="{{ site.baseurl | append: dir.url }}">{{ dir.title | default: dir.url }}</a>
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="{{ site.baseurl | append: item.url }}">
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
- {%- endif %}
28
- {{ item.title | default: item.url }}
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 -%}
@@ -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="{{ site.baseurl | append: next.url }}" class="btn btn-neutral float-right" title="{{ next.title }}" accesskey="n" rel="next">
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="{{ site.baseurl | append: prev.url }}" class="btn btn-neutral float-left" title="{{ prev.title }}" accesskey="p" rel="prev">
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-rtd">
35
- Powered by <a href="https://rundocs.io">rundocs.io</a>
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 __gems = "Gems" -%}
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 words are spelled correctly!" -%}
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 = "검색어와 일치하는 문서가 없습니다. 모든 문자의 철자가 올바른지 확인하십시오!" -%}