1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "lv",
"action.edit": "Rediģēt šo lapu",
"action.skip": "Pāriet uz saturu",
"clipboard.copy": "Kopēt starpliktuvē",
"clipboard.copied": "Kopēts starpliktuvē",
"footer": "Kājene",
"footer.next": "Nākamais",
"footer.previous": "Iepriekšējais",
"header": "Galvene",
"meta.comments": "Komentārs",
"meta.source": "Avots",
"nav": "Navigācija",
"search.placeholder": "Meklēt",
"search.reset": "Notīrīt",
"search.result.initializer": "Notiek meklēšanas inicializācija",
"search.result.placeholder": "Ierakstiet, lai sāktu meklēšanu",
"search.result.none": "Nav atbilstošu dokumentu",
"search.result.one": "1 atbilstošs dokuments",
"search.result.other": "# atbilstoši dokumenti ",
"search.result.more.one": "1 šajā lapā",
"search.result.more.other": "# un vairāk šajā lapā",
"search.result.term.missing": "Trūkstošs",
"select.language": "Izvēlies valodu",
"select.version": "Izvēlies versiju",
"source": "Doties uz repozitoriju",
"source.file.date.created": "Izveidots",
"source.file.date.updated": "Pēdējoreiz atjaunots",
"tabs": "Cilnes",
"toc": "Satura rādītājs",
"top": "Atpakaļ uz augšu"
}[key] }}{% endmacro %}
|