Skip to content

Commit 6816aa8

Browse files
committed
Added Latvian translations
1 parent 4019ef7 commit 6816aa8

File tree

3 files changed

+91
-0
lines changed

3 files changed

+91
-0
lines changed

docs/setup/changing-the-language.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following languages are supported:
5454
- `ja` – Japanese
5555
- `ka` – Georgian
5656
- `kr` – Korean
57+
- `lv` – Latvian
5758
- `mn` – Mongolian
5859
- `ms` – Bahasa Malaysia
5960
- `my` – Burmese

material/partials/languages/lv.html

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

src/partials/languages/lv.html

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!--
2+
Copyright (c) 2016-2022 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: Mongolian -->
24+
{% macro t(key) %}{{ {
25+
"language": "lv",
26+
"clipboard.copy": "Kopēt starpliktuvē",
27+
"clipboard.copied": "Kopēts starpliktuvē",
28+
"edit.link.title": "Rediģēt šo lapu",
29+
"footer.previous": "Iepriekšējais",
30+
"footer.next": "Nākamais",
31+
"footer.title": "Kājene",
32+
"header.title": "Galvene",
33+
"meta.comments": "Kmentārs",
34+
"meta.source": "Avots",
35+
"nav.title": "Navigācija",
36+
"search.placeholder": "Meklēt",
37+
"search.reset": "Notīrīt",
38+
"search.result.initializer": "Notiek meklēšanas inicializācija",
39+
"search.result.placeholder": "Ierakstiet, lai sāktu meklēšanu",
40+
"search.result.none": "Nav atbilstošu dokumentu",
41+
"search.result.one": "1 atbilstošs dokuments",
42+
"search.result.other": "# atbilstoši dokumenti ",
43+
"search.result.more.one": "1 šajā lapā",
44+
"search.result.more.other": "# un vairāk šajā lapā",
45+
"search.result.term.missing": "Trūkstošs",
46+
"select.language.title": "Izvēlies valodu",
47+
"select.version.title": "Izvēlies versiju",
48+
"skip.link.title": "Pāriet uz saturut",
49+
"source.link.title": "Dodieties uz repozitoriju",
50+
"source.file.date.updated": "Pēdējoreiz atjaunots",
51+
"source.file.date.created": "Izveidots",
52+
"tabs.title": "Cilnes",
53+
"toc.title": "Satura rādītājss",
54+
"top.title": "Atpakaļ uz augšu"
55+
}[key] }}{% endmacro %}

0 commit comments

Comments
 (0)