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