mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added Greek translations
This commit is contained in:
parent
9a4b142e10
commit
74c473e2d7
@ -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 34
|
||||
designed to serve your project documentation in a user-friendly way in 35
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
@ -331,32 +331,38 @@ translations for all template variables and labels in the following languages:
|
||||
<tr>
|
||||
<td><code>gl</code> / Galician</td>
|
||||
<td><code>de</code> / German</td>
|
||||
<td><code>gr</code> / Greek</td>
|
||||
<td><code>he</code> / Hebrew</td>
|
||||
<td><code>hi</code> / Hindi</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>hi</code> / Hindi</td>
|
||||
<td><code>hr</code> / Croatian</td>
|
||||
<td><code>hu</code> / Hungarian</td>
|
||||
<td><code>id</code> / Indonesian</td>
|
||||
<td><code>it</code> / Italian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>it</code> / Italian</td>
|
||||
<td><code>ja</code> / Japanese</td>
|
||||
<td><code>kr</code> / Korean</td>
|
||||
<td><code>no</code> / Norwegian</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>es</code> / Spanish</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<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">
|
||||
@ -367,15 +373,8 @@ translations for all template variables and labels in the following languages:
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<code>zh-TW</code> / Chinese (Taiwanese)
|
||||
</td>
|
||||
<td><code>tr</code> / Turkish</td>
|
||||
<td><code>uk</code> / Ukrainian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>vi</code> / Vietnamese</td>
|
||||
<td colspan="3" align="right">
|
||||
<td colspan="2"><code>zh-TW</code> / Chinese (Taiwanese)</td>
|
||||
<td colspan="2" 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 34
|
||||
designed to serve your project documentation in a user-friendly way in 35
|
||||
languages with optimal readability.
|
||||
|
||||
* Easily customizable primary and accent color, fonts, favicon and logo;
|
||||
|
@ -79,7 +79,7 @@ pip show mkdocs-material
|
||||
### 3.0.4 <small>_ September 3, 2018</small>
|
||||
|
||||
* Updated Dutch translations
|
||||
* Fixed #856: Removef preconnect meta tag if Google Fonts are disabled
|
||||
* Fixed #856: Removed preconnect meta tag if Google Fonts are disabled
|
||||
|
||||
### 3.0.3 <small>_ August 7, 2018</small>
|
||||
|
||||
|
21
material/partials/language/gr.html
Normal file
21
material/partials/language/gr.html
Normal file
@ -0,0 +1,21 @@
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "gr",
|
||||
"clipboard.copy": "Αντιγραφή",
|
||||
"clipboard.copied": "Αντιγράφηκε",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer.previous": "Επόμενη",
|
||||
"footer.next": "Προηγούμενη",
|
||||
"meta.comments": "Σχόλια",
|
||||
"meta.source": "Πηγή",
|
||||
"search.language": "",
|
||||
"search.pipeline.stopwords": false,
|
||||
"search.pipeline.trimmer": false,
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
||||
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
|
||||
"search.result.one": "1 αντίστοιχο αρχείο",
|
||||
"search.result.other": "# αντίστοιχα αρχεία",
|
||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||
"toc.title": "Πίνακας περιεχομένων"
|
||||
}[key] }}{% endmacro %}
|
44
src/partials/language/gr.html
Normal file
44
src/partials/language/gr.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: Greek -->
|
||||
{% macro t(key) %}{{ {
|
||||
"language": "gr",
|
||||
"clipboard.copy": "Αντιγραφή",
|
||||
"clipboard.copied": "Αντιγράφηκε",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer.previous": "Επόμενη",
|
||||
"footer.next": "Προηγούμενη",
|
||||
"meta.comments": "Σχόλια",
|
||||
"meta.source": "Πηγή",
|
||||
"search.language": "",
|
||||
"search.pipeline.stopwords": false,
|
||||
"search.pipeline.trimmer": false,
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.result.placeholder": "Πληκτρολογήστε για να αρχίσει η αναζήτηση",
|
||||
"search.result.none": "Δε βρέθηκαν αντίστοιχα αρχεία",
|
||||
"search.result.one": "1 αντίστοιχο αρχείο",
|
||||
"search.result.other": "# αντίστοιχα αρχεία",
|
||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||
"toc.title": "Πίνακας περιεχομένων"
|
||||
}[key] }}{% endmacro %}
|
Loading…
Reference in New Issue
Block a user