mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added Slovenian translations
This commit is contained in:
parent
c7a506f55f
commit
f6e08ef4a3
@ -1,3 +1,7 @@
|
||||
mkdocs-material-4.x.x (2019-06-15)
|
||||
|
||||
* Added Slovenian translations
|
||||
|
||||
mkdocs-material-4.3.1 (2019-05-23)
|
||||
|
||||
* Fixed spelling error in Danish translations
|
||||
|
@ -42,7 +42,7 @@ theme:
|
||||
## What to expect
|
||||
|
||||
* Responsive design and fluid layout for all kinds of screens and devices,
|
||||
designed to serve your project documentation in a user-friendly way in 36
|
||||
designed to serve your project documentation in a user-friendly way in 37
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
@ -359,16 +359,15 @@ translations for all template variables and labels in the following languages:
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>sk</code> / Slovak</td>
|
||||
<td><code>si</code> / Slovenian</td>
|
||||
<td><code>es</code> / Spanish</td>
|
||||
<td><code>sv</code> / Swedish</td>
|
||||
<td><code>tr</code> / Turkish</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>tr</code> / Turkish</td>
|
||||
<td><code>uk</code> / Ukrainian</td>
|
||||
<td><code>vi</code> / Vietnamese</td>
|
||||
<td colspan="2">
|
||||
<code>zh</code> / Chinese (Simplified)
|
||||
</td>
|
||||
<td><code>zh</code> / Chinese (Simplified)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
|
@ -29,7 +29,7 @@ theme:
|
||||
## What to expect
|
||||
|
||||
* Responsive design and fluid layout for all kinds of screens and devices,
|
||||
designed to serve your project documentation in a user-friendly way in 36
|
||||
designed to serve your project documentation in a user-friendly way in 37
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
@ -4,4 +4,4 @@
|
||||
{%- import "partials/language.html" as lang with context -%} {%- set feature = config.theme.feature -%} {%- set palette = config.theme.palette -%} {%- set font = config.theme.font -%}<!doctype html><html lang="{{ lang.t('language') }}" class="no-js"><head>{%- block site_meta -%}<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="x-ua-compatible" content="ie=edge">{%- if page and page.meta and page.meta.description -%}<meta name="description" content="{{ page.meta.description }}">{%- elif config.site_description -%}<meta name="description" content="{{ config.site_description }}">{%- endif -%} {%- if page and page.meta and page.meta.redirect -%}<script>var anchor=window.location.hash.substr(1);location.href="{{ page.meta.redirect }}"+(anchor?"#"+anchor:"")</script><meta http-equiv="refresh" content="0; url={{ page.meta.redirect }}"><meta name="robots" content="noindex"><link rel="canonical" href="{{ page.meta.redirect }}">{%- elif page.canonical_url -%}<link rel="canonical" href="{{ page.canonical_url }}">{%- endif -%} {%- if page and page.meta and page.meta.author -%}<meta name="author" content="{{ page.meta.author | first }}">{%- elif config.site_author -%}<meta name="author" content="{{ config.site_author }}">{%- endif -%} {%- for key in [ "clipboard.copy", "clipboard.copied", "search.language", "search.pipeline.stopwords", "search.pipeline.trimmer", "search.result.none", "search.result.one", "search.result.other", "search.tokenizer" ] -%}<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">{%- endfor -%}<link rel="shortcut icon" href="{{ config.theme.favicon | url }}"><meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-4.3.1">{%- endblock -%} {%- block htmltitle -%} {%- if page and page.meta and page.meta.title -%}<title>{{ page.meta.title }}</title>{%- elif page and page.title and not page.is_homepage -%}<title>{{ page.title }} - {{ config.site_name }}</title>{%- else -%}<title>{{ config.site_name }}</title>{%- endif -%} {%- endblock -%} {%- block styles -%}<link rel="stylesheet" href="{{ 'assets/stylesheets/application.4031d38b.css' | url }}">{%- if palette.primary or palette.accent -%}<link rel="stylesheet" href="{{ 'assets/stylesheets/application-palette.224b79ff.css' | url }}">{%- endif -%} {%- if palette.primary -%} {%- import "partials/palette.html" as map -%} {%- set primary = map.primary( palette.primary | replace(" ", "-") | lower ) -%}<meta name="theme-color" content="{{ primary }}">{%- endif -%} {%- endblock -%} {%- block libs -%}<script src="{{ 'assets/javascripts/modernizr.74668098.js' | url }}"></script>{%- endblock -%} {%- block fonts -%} {%- if font != false -%}<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin><link rel="stylesheet" href="https://fonts.googleapis.com/css?family={{
|
||||
font.text | replace(' ', '+') + ':300,400,400i,700|' +
|
||||
font.code | replace(' ', '+')
|
||||
}}&display=swap"><style>body,input{font-family:"{{ font.text }}","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"{{ font.code }}","Courier New",Courier,monospace}</style>{%- endif -%} {%- endblock -%}<link rel="stylesheet" href="{{ 'assets/fonts/material-icons.css' | url }}">{%- if config.extra.manifest -%}<link rel="manifest" href="{{ config.extra.manifest | url }}">{%- endif -%} {%- for path in config["extra_css"] -%}<link rel="stylesheet" href="{{ path | url }}">{%- endfor -%} {%- block analytics -%} {%- if config.google_analytics -%} {%- include "partials/integrations/analytics.html" -%} {%- endif -%} {%- endblock -%} {%- block extrahead -%}{%- endblock -%}</head>{%- if palette.primary or palette.accent -%} {%- set primary = palette.primary | replace(" ", "-") | lower -%} {%- set accent = palette.accent | replace(" ", "-") | lower -%}<body dir="{{ lang.t('direction') }}" data-md-color-primary="{{ primary }}" data-md-color-accent="{{ accent }}">{%- else -%}<body dir="{{ lang.t('direction') }}">{%- endif -%} <svg class="md-svg"><defs>{%- set platform = config.extra.repo_icon or config.repo_url -%} {%- if "github" in platform -%} {%- include "assets/images/icons/github.f0b8504a.svg" -%} {%- elif "gitlab" in platform -%} {%- include "assets/images/icons/gitlab.6dd19c00.svg" -%} {%- elif "bitbucket" in platform -%} {%- include "assets/images/icons/bitbucket.1b09e088.svg" -%} {%- endif -%}</defs></svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> {%- if page.toc | first is defined -%} <a href="{{ (page.toc | first).url }}" tabindex="1" class="md-skip">{{ lang.t('skip.link.title') }} </a>{%- endif -%} {%- block header -%} {%- include "partials/header.html" -%} {%- endblock -%}<div class="md-container">{%- block hero -%} {%- if page and page.meta and page.meta.hero -%} {%- include "partials/hero.html" with context -%} {%- endif -%} {%- endblock -%} {%- if feature.tabs -%} {%- include "partials/tabs.html" -%} {%- endif -%}<main class="md-main"><div class="md-main__inner md-grid" data-md-component="container">{%- block site_nav -%} {%- if nav -%}<div class="md-sidebar md-sidebar--primary" data-md-component="navigation"><div class="md-sidebar__scrollwrap"><div class="md-sidebar__inner">{%- include "partials/nav.html" -%}</div></div></div>{%- endif -%} {%- if page.toc -%}<div class="md-sidebar md-sidebar--secondary" data-md-component="toc"><div class="md-sidebar__scrollwrap"><div class="md-sidebar__inner">{%- include "partials/toc.html" -%}</div></div></div>{%- endif -%} {%- endblock -%}<div class="md-content"><article class="md-content__inner md-typeset">{%- block content -%} {%- if page.edit_url -%} <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-icon md-content__icon"></a> {%- endif -%} {%- if not "\x3ch1" in page.content -%}<h1>{{ page.title | default(config.site_name, true)}}</h1>{%- endif -%} {{ page.content }} {%- block source -%} {%- if page and page.meta and page.meta.source -%}<h2 id="__source">{{ lang.t("meta.source") }}</h2>{%- set repo = config.repo_url -%} {%- if repo | last == "/" -%} {%- set repo = repo[:-1] -%} {%- endif -%} {%- set path = page.meta.path | default([""]) -%} {%- set file = page.meta.source -%} <a href="{{ [repo, path, file] | join('/') }}" title="{{ file }}" class="md-source-file">{{ file }} </a>{%- endif -%} {%- endblock -%} {%- endblock -%} {%- block disqus -%} {%- include "partials/integrations/disqus.html" -%} {%- endblock -%}</article></div></div></main>{%- block footer -%} {%- include "partials/footer.html" -%} {%- endblock -%}</div>{%- block scripts -%}<script src="{{ 'assets/javascripts/application.d5a09f94.js' | url }}"></script>{%- if lang.t("search.language") != "en" -%} {%- set languages = lang.t("search.language").split(",") -%} {%- if languages | length and languages[0] != "" -%} {%- set path = "assets/javascripts/lunr/" -%}<script src="{{ (path ~ 'lunr.stemmer.support.js') | url }}"></script>{%- for language in languages | map("trim") -%} {%- if language != "en" -%} {%- if language == "ja" -%}<script src="{{ (path ~ 'tinyseg.js') | url }}"></script>{%- endif -%} {%- if language in ("da", "de", "es", "fi", "fr", "hu", "it", "ja", "nl", "no", "pt", "ro", "ru", "sv", "th", "tr") -%}<script src="{{ (path ~ 'lunr.' ~ language ~ '.js') | url }}"></script>{%- endif -%} {%- endif -%} {%- endfor -%} {%- if languages | length > 1 -%}<script src="{{ (path ~ 'lunr.multi.js') | url }}"></script>{%- endif -%} {%- endif -%} {%- endif -%}<script>app.initialize({version:"{{ mkdocs_version }}",url:{base:"{{ base_url }}"}})</script>{%- for path in config["extra_javascript"] -%}<script src="{{ path | url }}"></script>{%- endfor -%} {%- endblock -%}</body></html>
|
||||
}}&display=fallback"><style>body,input{font-family:"{{ font.text }}","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"{{ font.code }}","Courier New",Courier,monospace}</style>{%- endif -%} {%- endblock -%}<link rel="stylesheet" href="{{ 'assets/fonts/material-icons.css' | url }}">{%- if config.extra.manifest -%}<link rel="manifest" href="{{ config.extra.manifest | url }}">{%- endif -%} {%- for path in config["extra_css"] -%}<link rel="stylesheet" href="{{ path | url }}">{%- endfor -%} {%- block analytics -%} {%- if config.google_analytics -%} {%- include "partials/integrations/analytics.html" -%} {%- endif -%} {%- endblock -%} {%- block extrahead -%}{%- endblock -%}</head>{%- if palette.primary or palette.accent -%} {%- set primary = palette.primary | replace(" ", "-") | lower -%} {%- set accent = palette.accent | replace(" ", "-") | lower -%}<body dir="{{ lang.t('direction') }}" data-md-color-primary="{{ primary }}" data-md-color-accent="{{ accent }}">{%- else -%}<body dir="{{ lang.t('direction') }}">{%- endif -%} <svg class="md-svg"><defs>{%- set platform = config.extra.repo_icon or config.repo_url -%} {%- if "github" in platform -%} {%- include "assets/images/icons/github.f0b8504a.svg" -%} {%- elif "gitlab" in platform -%} {%- include "assets/images/icons/gitlab.6dd19c00.svg" -%} {%- elif "bitbucket" in platform -%} {%- include "assets/images/icons/bitbucket.1b09e088.svg" -%} {%- endif -%}</defs></svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> {%- if page.toc | first is defined -%} <a href="{{ (page.toc | first).url }}" tabindex="1" class="md-skip">{{ lang.t('skip.link.title') }} </a>{%- endif -%} {%- block header -%} {%- include "partials/header.html" -%} {%- endblock -%}<div class="md-container">{%- block hero -%} {%- if page and page.meta and page.meta.hero -%} {%- include "partials/hero.html" with context -%} {%- endif -%} {%- endblock -%} {%- if feature.tabs -%} {%- include "partials/tabs.html" -%} {%- endif -%}<main class="md-main"><div class="md-main__inner md-grid" data-md-component="container">{%- block site_nav -%} {%- if nav -%}<div class="md-sidebar md-sidebar--primary" data-md-component="navigation"><div class="md-sidebar__scrollwrap"><div class="md-sidebar__inner">{%- include "partials/nav.html" -%}</div></div></div>{%- endif -%} {%- if page.toc -%}<div class="md-sidebar md-sidebar--secondary" data-md-component="toc"><div class="md-sidebar__scrollwrap"><div class="md-sidebar__inner">{%- include "partials/toc.html" -%}</div></div></div>{%- endif -%} {%- endblock -%}<div class="md-content"><article class="md-content__inner md-typeset">{%- block content -%} {%- if page.edit_url -%} <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-icon md-content__icon"></a> {%- endif -%} {%- if not "\x3ch1" in page.content -%}<h1>{{ page.title | default(config.site_name, true)}}</h1>{%- endif -%} {{ page.content }} {%- block source -%} {%- if page and page.meta and page.meta.source -%}<h2 id="__source">{{ lang.t("meta.source") }}</h2>{%- set repo = config.repo_url -%} {%- if repo | last == "/" -%} {%- set repo = repo[:-1] -%} {%- endif -%} {%- set path = page.meta.path | default([""]) -%} {%- set file = page.meta.source -%} <a href="{{ [repo, path, file] | join('/') }}" title="{{ file }}" class="md-source-file">{{ file }} </a>{%- endif -%} {%- endblock -%} {%- endblock -%} {%- block disqus -%} {%- include "partials/integrations/disqus.html" -%} {%- endblock -%}</article></div></div></main>{%- block footer -%} {%- include "partials/footer.html" -%} {%- endblock -%}</div>{%- block scripts -%}<script src="{{ 'assets/javascripts/application.d5a09f94.js' | url }}"></script>{%- if lang.t("search.language") != "en" -%} {%- set languages = lang.t("search.language").split(",") -%} {%- if languages | length and languages[0] != "" -%} {%- set path = "assets/javascripts/lunr/" -%}<script src="{{ (path ~ 'lunr.stemmer.support.js') | url }}"></script>{%- for language in languages | map("trim") -%} {%- if language != "en" -%} {%- if language == "ja" -%}<script src="{{ (path ~ 'tinyseg.js') | url }}"></script>{%- endif -%} {%- if language in ("da", "de", "es", "fi", "fr", "hu", "it", "ja", "nl", "no", "pt", "ro", "ru", "sv", "th", "tr") -%}<script src="{{ (path ~ 'lunr.' ~ language ~ '.js') | url }}"></script>{%- endif -%} {%- endif -%} {%- endfor -%} {%- if languages | length > 1 -%}<script src="{{ (path ~ 'lunr.multi.js') | url }}"></script>{%- endif -%} {%- endif -%} {%- endif -%}<script>app.initialize({version:"{{ mkdocs_version }}",url:{base:"{{ base_url }}"}})</script>{%- for path in config["extra_javascript"] -%}<script src="{{ path | url }}"></script>{%- endfor -%} {%- endblock -%}</body></html>
|
4
material/partials/language/si.html
Normal file
4
material/partials/language/si.html
Normal file
@ -0,0 +1,4 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ { "language": "si", "clipboard.copy": "Kopiraj v odložišče", "clipboard.copied": "Kopirano v odložišče", "edit.link.title": "Uredi stran", "footer.previous": "Prejšnja stran", "footer.next": "Naslednja stran", "meta.comments": "Komentarji", "meta.source": "Izvorna koda", "search.language": "sk", "search.placeholder": "Išči", "search.result.placeholder": "Vpiši iskalni niz", "search.result.none": "Ni zadetkov", "search.result.one": "1 zadetek", "search.result.other": "# zadetkov", "skip.link.title": "Skoči na vsebino", "source.link.title": "Pojdi na repozitorij", "toc.title": "Kazalo" }[key] }}{% endmacro %}
|
@ -1,4 +1,4 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ { "language": "zh", "clipboard.copy": "复制", "clipboard.copied": "已复制", "edit.link.title": "编辑此页", "footer.previous": "后退", "footer.next": "前进", "meta.comments": "评论", "meta.source": "来源", "search.language": "ja", "search.placeholder": "搜索", "search.result.placeholder": "键入以开始搜索", "search.result.none": "没有找到符合条件的结果", "search.result.one": "找到 1 个符合条件的结果", "search.result.other": "# 个符合条件的结果", "search.tokenizer": "[\,\。]+", "skip.link.title": "跳转至", "source.link.title": "前往 Github 仓库", "toc.title": "目录" }[key] }}{% endmacro %}
|
||||
{% macro t(key) %}{{ { "language": "zh", "clipboard.copy": "复制", "clipboard.copied": "已复制", "edit.link.title": "编辑此页", "footer.previous": "上一页", "footer.next": "下一页", "meta.comments": "评论", "meta.source": "来源", "search.language": "ja", "search.placeholder": "搜索", "search.result.placeholder": "键入以开始搜索", "search.result.none": "没有找到符合条件的结果", "search.result.one": "找到 1 个符合条件的结果", "search.result.other": "# 个符合条件的结果", "search.tokenizer": "[\,\。]+", "skip.link.title": "跳转至", "source.link.title": "前往 Github 仓库", "toc.title": "目录" }[key] }}{% endmacro %}
|
42
src/partials/language/si.html
Normal file
42
src/partials/language/si.html
Normal file
@ -0,0 +1,42 @@
|
||||
<!--
|
||||
Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to
|
||||
deal in the Software without restriction, including without limitation the
|
||||
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
sell copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
IN THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Translation: Slovenian -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "si",
|
||||
"clipboard.copy": "Kopiraj v odložišče",
|
||||
"clipboard.copied": "Kopirano v odložišče",
|
||||
"edit.link.title": "Uredi stran",
|
||||
"footer.previous": "Prejšnja stran",
|
||||
"footer.next": "Naslednja stran",
|
||||
"meta.comments": "Komentarji",
|
||||
"meta.source": "Izvorna koda",
|
||||
"search.language": "sk",
|
||||
"search.placeholder": "Išči",
|
||||
"search.result.placeholder": "Vpiši iskalni niz",
|
||||
"search.result.none": "Ni zadetkov",
|
||||
"search.result.one": "1 zadetek",
|
||||
"search.result.other": "# zadetkov",
|
||||
"skip.link.title": "Skoči na vsebino",
|
||||
"source.link.title": "Pojdi na repozitorij",
|
||||
"toc.title": "Kazalo"
|
||||
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user