|
| 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