|
| 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: Telugu --> |
| 24 | +{% macro t(key) %}{{ { |
| 25 | + "language": "te", |
| 26 | + "action.edit": "ఈ పేజీలో దిద్దుబాట్లు చేయండి", |
| 27 | + "action.skip": "సమాచారానికి వెళ్లండి", |
| 28 | + "action.view": "నేను ఈ పేజీ యొక్క మూలాన్ని చూడాలనుకుంటున్నాను", |
| 29 | + "announce.dismiss": "దీన్ని మళ్లీ చూపవద్దు", |
| 30 | + "blog.archive": "పాత వ్యాసం", |
| 31 | + "blog.categories": "వర్గాలు", |
| 32 | + "blog.categories.in": "లో", |
| 33 | + "blog.continue": "చదవడం కొనసాగించండి", |
| 34 | + "blog.draft": "ప్రారంభ రచన", |
| 35 | + "blog.index": "సూచికకు తిరిగి వెళ్ళు", |
| 36 | + "blog.meta": "సమాచారం గురించి సమాచారం", |
| 37 | + "blog.references": "సంబంధిత సూచనలు", |
| 38 | + "clipboard.copy": "దీనిని అనుకరించు", |
| 39 | + "clipboard.copied": "దీనిని అతికించు", |
| 40 | + "consent.accept": "నేను దీనిని అంగీకరిస్తున్నాను", |
| 41 | + "consent.manage": "ఆకృతీకరణను నిర్వహించండి", |
| 42 | + "consent.reject": "నేను దీనిని తిరస్కరిస్తున్నాను", |
| 43 | + "footer": "అడిటిప్పణి", |
| 44 | + "footer.next": "తదుపరి భాగం", |
| 45 | + "footer.previous": "మునుపటి భాగం", |
| 46 | + "header": "శీర్షిక విభాగం", |
| 47 | + "meta.comments": "అభిప్రాయాలు", |
| 48 | + "meta.source": "మూలం", |
| 49 | + "nav": "మార్గదర్శక పట్టీ", |
| 50 | + "readtime.one": "చదవడానికి ఒక నిమిషం పడుతుంది", |
| 51 | + "readtime.other": "చదవడానికి # నిమిషాలు పడుతుంది", |
| 52 | + "rss.created": "ఆర్ఎస్ఎస్ సేవ", |
| 53 | + "rss.updated": "ఆర్ఎస్ఎస్ సేవ నుండి తాజా నవీకరణ", |
| 54 | + "search": "వెతకండి", |
| 55 | + "search.config.lang": "te", |
| 56 | + "search.config.pipeline": "stopWordFilter", |
| 57 | + "search.config.separator": "[\\s\\-]+", |
| 58 | + "search.placeholder": "వెతకండి", |
| 59 | + "search.share": "పంచుకోండి", |
| 60 | + "search.reset": "తుడిచివేయు", |
| 61 | + "search.result.initializer": "శోధనను ప్రారంభిస్తోంది", |
| 62 | + "search.result.placeholder": "రాయడం ద్వారా వెతకడం ప్రారంభించండి", |
| 63 | + "search.result.none": "సరిపోలే పత్రాలు లేవు", |
| 64 | + "search.result.one": "ఒక సరిపోలే పత్రం", |
| 65 | + "search.result.other": "# సరిపోలే పత్రాలు", |
| 66 | + "search.result.more.one": "ఈ పేజీలో మరొకటి", |
| 67 | + "search.result.more.other": "ఈ పేజీలో ఇంకా # ఉన్నాయి", |
| 68 | + "search.result.term.missing": "తప్పిపోయింది", |
| 69 | + "select.language": "భాషను ఎంచుకోండి", |
| 70 | + "select.version": "సంస్కరణను ఎంచుకోండి", |
| 71 | + "source": "భండారానికి వెళ్ళండి", |
| 72 | + "source.file.contributors": "సహకారులు", |
| 73 | + "source.file.date.created": "సృష్టించబడింది", |
| 74 | + "source.file.date.updated": "చివరి నవీకరణ", |
| 75 | + "tabs": "వివిధ కిటికీలు", |
| 76 | + "toc": "విషయ సూచిక", |
| 77 | + "top": "పైకి తిరిగి వెళ్ళు" |
| 78 | +}[key] }}{% endmacro %} |
0 commit comments