mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added Estonian translations (#1286)
This commit is contained in:
parent
0877168d11
commit
0826b9243b
@ -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 38
|
||||
designed to serve your project documentation in a user-friendly way in 39
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
@ -327,56 +327,59 @@ translations for all template variables and labels in the following languages:
|
||||
<td><code>da</code> / Danish</td>
|
||||
<td><code>nl</code> / Dutch</td>
|
||||
<td><code>en</code> / English</td>
|
||||
<td><code>fi</code> / Finnish</td>
|
||||
<td><code>et</code> / Estonian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>fi</code> / Finnish</td>
|
||||
<td><code>fr</code> / French</td>
|
||||
<td><code>gl</code> / Galician</td>
|
||||
<td><code>de</code> / German</td>
|
||||
<td><code>gr</code> / Greek</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>gr</code> / Greek</td>
|
||||
<td><code>he</code> / Hebrew</td>
|
||||
<td><code>hi</code> / Hindi</td>
|
||||
<td><code>hr</code> / Croatian</td>
|
||||
<td><code>hu</code> / Hungarian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>hu</code> / Hungarian</td>
|
||||
<td><code>id</code> / Indonesian</td>
|
||||
<td><code>it</code> / Italian</td>
|
||||
<td><code>ja</code> / Japanese</td>
|
||||
<td><code>kr</code> / Korean</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>kr</code> / Korean</td>
|
||||
<td><code>no</code> / Norwegian</td>
|
||||
<td colspan="2"><code>nn</code> / Norwegian (Nynorsk)</td>
|
||||
<td><code>fa</code> / Persian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>fa</code> / Persian</td>
|
||||
<td><code>pl</code> / Polish</td>
|
||||
<td><code>pt</code> / Portugese</td>
|
||||
<td><code>ru</code> / Russian</td>
|
||||
<td><code>sr</code> / Serbian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>sr</code> / Serbian</td>
|
||||
<td><code>sh</code> / Serbo-Croatian</td>
|
||||
<td><code>sk</code> / Slovak</td>
|
||||
<td><code>si</code> / Slovenian</td>
|
||||
<td><code>es</code> / Spanish</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>es</code> / Spanish</td>
|
||||
<td><code>sv</code> / Swedish</td>
|
||||
<td><code>tr</code> / Turkish</td>
|
||||
<td><code>uk</code> / Ukrainian</td>
|
||||
<td><code>vi</code> / Vietnamese</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><code>vi</code> / Vietnamese</td>
|
||||
<td colspan="2"><code>zh</code> / Chinese (Simplified)</td>
|
||||
<td colspan="2"><code>zh-Hant</code> / Chinese (Traditional)</td>
|
||||
<tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><code>zh-Hant</code> / Chinese (Traditional)</td>
|
||||
<td colspan="2"><code>zh-TW</code> / Chinese (Taiwanese)</td>
|
||||
<td colspan="2" align="right">
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4" align="right">
|
||||
<a href="http://bit.ly/2EbzFc8">Submit a new language</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -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 38
|
||||
designed to serve your project documentation in a user-friendly way in 39
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
24
material/partials/language/et.html
Normal file
24
material/partials/language/et.html
Normal file
@ -0,0 +1,24 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "et",
|
||||
"clipboard.copy": "Kopeeri lõikelauale",
|
||||
"clipboard.copied": "Kopeeritud",
|
||||
"edit.link.title": "Muuda seda lehte",
|
||||
"footer.previous": "Eelmine",
|
||||
"footer.next": "Järgmine",
|
||||
"meta.comments": "Kommentaarid",
|
||||
"meta.source": "Lähtekood",
|
||||
"search.language": "",
|
||||
"search.pipeline.stopwords": false,
|
||||
"search.pipeline.trimmer": false,
|
||||
"search.placeholder": "Otsi",
|
||||
"search.result.placeholder": "Otsimiseks kirjuta siia",
|
||||
"search.result.none": "Otsingule ei leitud ühtegi vastet",
|
||||
"search.result.one": "Leiti üks tulemus",
|
||||
"search.result.other": "Leiti # tulemust",
|
||||
"skip.link.title": "Keri sisuni",
|
||||
"source.link.title": "Ava repositooriumis",
|
||||
"toc.title": "Sisukord"
|
||||
}[key] }}{% endmacro %}
|
44
src/partials/language/et.html
Normal file
44
src/partials/language/et.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
<!-- Translations: Estonian -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "et",
|
||||
"clipboard.copy": "Kopeeri lõikelauale",
|
||||
"clipboard.copied": "Kopeeritud",
|
||||
"edit.link.title": "Muuda seda lehte",
|
||||
"footer.previous": "Eelmine",
|
||||
"footer.next": "Järgmine",
|
||||
"meta.comments": "Kommentaarid",
|
||||
"meta.source": "Lähtekood",
|
||||
"search.language": "",
|
||||
"search.pipeline.stopwords": false,
|
||||
"search.pipeline.trimmer": false,
|
||||
"search.placeholder": "Otsi",
|
||||
"search.result.placeholder": "Otsimiseks kirjuta siia",
|
||||
"search.result.none": "Otsingule ei leitud ühtegi vastet",
|
||||
"search.result.one": "Leiti üks tulemus",
|
||||
"search.result.other": "Leiti # tulemust",
|
||||
"skip.link.title": "Keri sisuni",
|
||||
"source.link.title": "Ava repositooriumis",
|
||||
"toc.title": "Sisukord"
|
||||
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user