Skip to content

Commit 5540496

Browse files
Added Basque translations
Co-authored-by: Porrumentzio <[email protected]>
1 parent ad45cf3 commit 5540496

File tree

4 files changed

+132
-0
lines changed

4 files changed

+132
-0
lines changed

material/.overrides/hooks/translations.py

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
137137
"eo": "eu",
138138
"es": "es",
139139
"et": "ee",
140+
"eu": "es",
140141
"fa": "ir",
141142
"fi": "fi",
142143
"fr": "fr",

material/partials/languages/eu.html

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% macro t(key) %}{{ {
5+
"language": "eu",
6+
"action.edit": "Editatu orri hau",
7+
"action.skip": "Joan zuzenean edukira",
8+
"action.view": "Ikusi orri honen iturburua",
9+
"announce.dismiss": "Ez erakutsi hau berriro",
10+
"blog.archive": "Artxiboa",
11+
"blog.categories": "Kategoriak",
12+
"blog.categories.in": "kategoria",
13+
"blog.continue": "Jarraitu irakurtzen",
14+
"blog.draft": "Zirriborroa",
15+
"blog.index": "Itzuli aurkibidera",
16+
"blog.meta": "Metadatuak",
17+
"blog.references": "Erlazionatutako estekak",
18+
"clipboard.copy": "Kopiatu arbelean",
19+
"clipboard.copied": "Arbelean kopiatuta",
20+
"consent.accept": "Onartu",
21+
"consent.manage": "Kudeatu ezarpenak",
22+
"consent.reject": "Ukatu",
23+
"footer": "Orri-oina",
24+
"footer.next": "Hurrengoa",
25+
"footer.previous": "Aurrekoa",
26+
"header": "Atalburua",
27+
"meta.comments": "Iruzkinak",
28+
"meta.source": "Iturburua",
29+
"nav": "Nabigazioa",
30+
"readtime.one": "Minutu batean irakurtzeko",
31+
"readtime.other": "# minututan irakurtzeko",
32+
"rss.created": "RSS jarioa",
33+
"rss.updated": "Eduki eguneratuen RSS jarioa",
34+
"search": "Bilatu",
35+
"search.placeholder": "Bilatu",
36+
"search.share": "Partekatu",
37+
"search.reset": "Garbitu",
38+
"search.result.initializer": "Bilaketa hasieratzen",
39+
"search.result.placeholder": "Idatzi bilatzen hasteko",
40+
"search.result.none": "Bat datorren dokumenturik ez",
41+
"search.result.one": "Bat datorren dokumentu bat",
42+
"search.result.other": "Bat datozen # dokumentu",
43+
"search.result.more.one": "Bat gehiago orri honetan",
44+
"search.result.more.other": "# gehiago orri honetan",
45+
"search.result.term.missing": "Falta da",
46+
"select.language": "Hautatu hizkuntza",
47+
"select.version": "Hautatu bertsioa",
48+
"source": "Joan biltegira",
49+
"source.file.contributors": "Kolaboratzaileak",
50+
"source.file.date.created": "Sortze data",
51+
"source.file.date.updated": "Azken eguneratzea",
52+
"tabs": "Fitxak",
53+
"toc": "Edukiak",
54+
"top": "Igo goraino"
55+
}[key] }}{% endmacro %}

src/.overrides/hooks/translations.py

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
137137
"eo": "eu",
138138
"es": "es",
139139
"et": "ee",
140+
"eu": "es",
140141
"fa": "ir",
141142
"fi": "fi",
142143
"fr": "fr",

src/partials/languages/eu.html

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!--
2+
Copyright (c) 2016-2023 Martin Donath <[email protected]>
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to
6+
deal in the Software without restriction, including without limitation the
7+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8+
sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in
12+
all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20+
IN THE SOFTWARE.
21+
-->
22+
23+
<!-- Translations: Basque -->
24+
{% macro t(key) %}{{ {
25+
"language": "eu",
26+
"action.edit": "Editatu orri hau",
27+
"action.skip": "Joan zuzenean edukira",
28+
"action.view": "Ikusi orri honen iturburua",
29+
"announce.dismiss": "Ez erakutsi hau berriro",
30+
"blog.archive": "Artxiboa",
31+
"blog.categories": "Kategoriak",
32+
"blog.categories.in": "kategoria",
33+
"blog.continue": "Jarraitu irakurtzen",
34+
"blog.draft": "Zirriborroa",
35+
"blog.index": "Itzuli aurkibidera",
36+
"blog.meta": "Metadatuak",
37+
"blog.references": "Erlazionatutako estekak",
38+
"clipboard.copy": "Kopiatu arbelean",
39+
"clipboard.copied": "Arbelean kopiatuta",
40+
"consent.accept": "Onartu",
41+
"consent.manage": "Kudeatu ezarpenak",
42+
"consent.reject": "Ukatu",
43+
"footer": "Orri-oina",
44+
"footer.next": "Hurrengoa",
45+
"footer.previous": "Aurrekoa",
46+
"header": "Atalburua",
47+
"meta.comments": "Iruzkinak",
48+
"meta.source": "Iturburua",
49+
"nav": "Nabigazioa",
50+
"readtime.one": "Minutu batean irakurtzeko",
51+
"readtime.other": "# minututan irakurtzeko",
52+
"rss.created": "RSS jarioa",
53+
"rss.updated": "Eduki eguneratuen RSS jarioa",
54+
"search": "Bilatu",
55+
"search.placeholder": "Bilatu",
56+
"search.share": "Partekatu",
57+
"search.reset": "Garbitu",
58+
"search.result.initializer": "Bilaketa hasieratzen",
59+
"search.result.placeholder": "Idatzi bilatzen hasteko",
60+
"search.result.none": "Bat datorren dokumenturik ez",
61+
"search.result.one": "Bat datorren dokumentu bat",
62+
"search.result.other": "Bat datozen # dokumentu",
63+
"search.result.more.one": "Bat gehiago orri honetan",
64+
"search.result.more.other": "# gehiago orri honetan",
65+
"search.result.term.missing": "Falta da",
66+
"select.language": "Hautatu hizkuntza",
67+
"select.version": "Hautatu bertsioa",
68+
"source": "Joan biltegira",
69+
"source.file.contributors": "Kolaboratzaileak",
70+
"source.file.date.created": "Sortze data",
71+
"source.file.date.updated": "Azken eguneratzea",
72+
"tabs": "Fitxak",
73+
"toc": "Edukiak",
74+
"top": "Igo goraino"
75+
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)