Skip to content

Commit e60179f

Browse files
squidfunkNawdare
andcommitted
Added Kurdish (Soranî) translations
Co-authored-by: Nawdare <[email protected]>
1 parent e318eeb commit e60179f

File tree

4 files changed

+110
-0
lines changed

4 files changed

+110
-0
lines changed

material/.overrides/hooks/translations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
152152
"ja": "jp",
153153
"ka": "ge",
154154
"ko": "kr",
155+
"ku-IQ": "ir",
155156
"lt": "lt",
156157
"lv": "lv",
157158
"mk": "mk",
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
{% macro t(key) %}{{ {
5+
"language": "ku",
6+
"direction": "rtl",
7+
"action.edit": "دەستکاری ئەم پەڕە بکە",
8+
"action.skip": "ئەم ناوەڕۆکە بپەڕێنە",
9+
"action.view": "سەرچاوەی ئەم لاپەڕەیە نیشان بدە",
10+
"announce.dismiss": "دووبارە ئەمە پیشان مەدە",
11+
"clipboard.copy": "لەبەرگتنەوە بۆ کلیپبۆرد",
12+
"clipboard.copied": "لەبەرگیرایەوە بۆ کلیپ بۆرد",
13+
"consent.accept": "ڕازیبوون",
14+
"consent.manage": "بەڕیوەبردنی ڕیکخستنەکان",
15+
"consent.reject": "ڕەتکردنەوە",
16+
"footer": "ژێرپەڕە",
17+
"footer.next": "دواتر",
18+
"footer.previous": "پێشتر",
19+
"header": "ناونیشانی بەڕه",
20+
"meta.comments": "لێدوانەکان",
21+
"meta.source": "سەرجاوە",
22+
"nav": "ڕێنیشاندەر",
23+
"search": "گەڕان",
24+
"search.config.pipeline": " ",
25+
"search.placeholder": "گەڕان",
26+
"search.share": "گەڕان",
27+
"search.reset": "سڕینەوە",
28+
"search.result.initializer": "ئامادەکردنی گەڕان",
29+
"search.result.placeholder": "بنووسە بۆ دەستپێکردن بە گەڕان",
30+
"search.result.none": "هیچ بەڵگەنامەیەکی هاوتا نیە",
31+
"search.result.one": "١ بەڵگەنامەی هاوتا",
32+
"search.result.other": "بەڵگەنامەی هاوتا #",
33+
"search.result.more.one": "١ دانەی تر لەسەر ئەم پەڕەیە",
34+
"search.result.more.other": "دانەی تر لەسەر ئەم پەڕەیە #",
35+
"search.result.term.missing": "ونبوو",
36+
"select.language": "زمان دیاریبکە",
37+
"select.version": "وەشان دیاریبکە",
38+
"source": "بڕۆ بۆ کۆگا",
39+
"source.file.date.created": "دروسکت کرا",
40+
"source.file.date.updated": "دوایین نوێکردنەوە",
41+
"tabs": "تابەکان",
42+
"toc": "خشتەی ناوەڕۆکەکان",
43+
"top": "گەڕانەوە بۆ سەرەوە"
44+
}[key] }}{% endmacro %}

src/.overrides/hooks/translations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def on_page_markdown(markdown: str, *, page: Page, config: MkDocsConfig, files):
152152
"ja": "jp",
153153
"ka": "ge",
154154
"ko": "kr",
155+
"ku-IQ": "ir",
155156
"lt": "lt",
156157
"lv": "lv",
157158
"mk": "mk",

src/partials/languages/ku-IQ.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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: Kurdish (Soranî) -->
24+
{% macro t(key) %}{{ {
25+
"language": "ku",
26+
"direction": "rtl",
27+
"action.edit": "دەستکاری ئەم پەڕە بکە",
28+
"action.skip": "ئەم ناوەڕۆکە بپەڕێنە",
29+
"action.view": "سەرچاوەی ئەم لاپەڕەیە نیشان بدە",
30+
"announce.dismiss": "دووبارە ئەمە پیشان مەدە",
31+
"clipboard.copy": "لەبەرگتنەوە بۆ کلیپبۆرد",
32+
"clipboard.copied": "لەبەرگیرایەوە بۆ کلیپ بۆرد",
33+
"consent.accept": "ڕازیبوون",
34+
"consent.manage": "بەڕیوەبردنی ڕیکخستنەکان",
35+
"consent.reject": "ڕەتکردنەوە",
36+
"footer": "ژێرپەڕە",
37+
"footer.next": "دواتر",
38+
"footer.previous": "پێشتر",
39+
"header": "ناونیشانی بەڕه",
40+
"meta.comments": "لێدوانەکان",
41+
"meta.source": "سەرجاوە",
42+
"nav": "ڕێنیشاندەر",
43+
"search": "گەڕان",
44+
"search.config.pipeline": " ",
45+
"search.placeholder": "گەڕان",
46+
"search.share": "گەڕان",
47+
"search.reset": "سڕینەوە",
48+
"search.result.initializer": "ئامادەکردنی گەڕان",
49+
"search.result.placeholder": "بنووسە بۆ دەستپێکردن بە گەڕان",
50+
"search.result.none": "هیچ بەڵگەنامەیەکی هاوتا نیە",
51+
"search.result.one": "١ بەڵگەنامەی هاوتا",
52+
"search.result.other": "بەڵگەنامەی هاوتا #",
53+
"search.result.more.one": "١ دانەی تر لەسەر ئەم پەڕەیە",
54+
"search.result.more.other": "دانەی تر لەسەر ئەم پەڕەیە #",
55+
"search.result.term.missing": "ونبوو",
56+
"select.language": "زمان دیاریبکە",
57+
"select.version": "وەشان دیاریبکە",
58+
"source": "بڕۆ بۆ کۆگا",
59+
"source.file.date.created": "دروسکت کرا",
60+
"source.file.date.updated": "دوایین نوێکردنەوە",
61+
"tabs": "تابەکان",
62+
"toc": "خشتەی ناوەڕۆکەکان",
63+
"top": "گەڕانەوە بۆ سەرەوە"
64+
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)