|
| 1 | +<!-- |
| 2 | + Copyright (c) 2016-2024 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: Albanian --> |
| 24 | +{% macro t(key) %}{{ { |
| 25 | + "language": "sq", |
| 26 | + "direction": "ltr", |
| 27 | + "action.edit": "Ndrysho këtë faqe", |
| 28 | + "action.skip": "Kalo te përmbajtja", |
| 29 | + "action.view": "Shiko burimin e kësaj faqeje", |
| 30 | + "announce.dismiss": "Mos e shfaq më këtë", |
| 31 | + "blog.archive": "Arkiva", |
| 32 | + "blog.categories": "Kategoritë", |
| 33 | + "blog.categories.in": "në", |
| 34 | + "blog.continue": "Vazhdo leximin", |
| 35 | + "blog.draft": "Draft", |
| 36 | + "blog.index": "Kthehu te indeksi", |
| 37 | + "blog.meta": "Të dhëna", |
| 38 | + "blog.references": "Linqe të afërta", |
| 39 | + "clipboard.copy": "Kopjo në clipboard", |
| 40 | + "clipboard.copied": "U kopjua në clipboard", |
| 41 | + "consent.accept": "Prano", |
| 42 | + "consent.manage": "Administro parametrat", |
| 43 | + "consent.reject": "Refuzo", |
| 44 | + "footer": "Fundi i faqes", |
| 45 | + "footer.next": "Tjetër", |
| 46 | + "footer.previous": "E mëparshme", |
| 47 | + "header": "Koka", |
| 48 | + "meta.comments": "Komente", |
| 49 | + "meta.source": "Burimi", |
| 50 | + "nav": "Navigacion", |
| 51 | + "readtime.one": "Lexim 1 min", |
| 52 | + "readtime.other": "Lexim # min", |
| 53 | + "rss.created": "Burim RSS", |
| 54 | + "rss.updated": "Burim RSS me përmbajtje të përditësuar", |
| 55 | + "search": "Kërko", |
| 56 | + "search.placeholder": "Vendmbajtës", |
| 57 | + "search.share": "Shpërndaj", |
| 58 | + "search.reset": "Zbraz", |
| 59 | + "search.result.initializer": "Duke filluar kërkimin", |
| 60 | + "search.result.placeholder": "Shkruaj për të filluar kërkimin", |
| 61 | + "search.result.none": "Nuk ka dokumente të përputhshme", |
| 62 | + "search.result.one": "1 dokument i përputhshëm", |
| 63 | + "search.result.other": "# dokumente të përputhshme", |
| 64 | + "search.result.more.one": "1 më shumë në këtë faqe", |
| 65 | + "search.result.more.other": "# më shumë në këtë faqe", |
| 66 | + "search.result.term.missing": "Mungon", |
| 67 | + "select.language": "Zgjidh gjuhën", |
| 68 | + "select.version": "Zgjidh versionin", |
| 69 | + "source": "Shko te burimi", |
| 70 | + "source.file.contributors": "Bashkëpunues", |
| 71 | + "source.file.date.created": "Krijimi", |
| 72 | + "source.file.date.updated": "Përditësimi i fundit", |
| 73 | + "tabs": "Skedat", |
| 74 | + "toc": "Tabela e përmbajtjes", |
| 75 | + "top": "Kthehu në krye" |
| 76 | +}[key] }}{% endmacro %} |
0 commit comments