Added Lithuanian translations

This commit is contained in:
squidfunk 2022-08-13 09:12:58 +02:00
parent 53482b61ba
commit eef9bdece9
6 changed files with 105 additions and 23 deletions

View File

@ -220,6 +220,12 @@
"kr"
]
},
{
"title": "Site language: Lithuanian",
"enum": [
"lt"
]
},
{
"title": "Site language: Latvian",
"enum": [

View File

@ -63,6 +63,7 @@ The following languages are supported:
- `ja` Japanese
- `ka` Georgian
- `kr` Korean
- `lt` Lithuanian
- `lv` Latvian
- `mk` Macedonian
- `mn` Mongolian

View File

@ -0,0 +1,38 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "lt",
"clipboard.copy": "Kopijuoti į iškarpinę",
"clipboard.copied": "Nukopijuota į iškarpinę",
"edit.link.title": "Redaguoti šį puslapį",
"footer.previous": "Ankstesnis",
"footer.next": "Sekantis",
"footer.title": "Poraštė",
"header.title": "Antraštė",
"meta.comments": "Komentarai",
"meta.source": "Išeitinis kodas",
"nav.title": "Navigacija",
"search.config.pipeline": " ",
"search.placeholder": "Paieška",
"search.share": "Dalintis",
"search.reset": "Išvalyti",
"search.result.initializer": "Paieškos inicijavimas",
"search.result.placeholder": "Įveskite norėdami pradėti paiešką",
"search.result.none": "Atitinkančių dokumentų nerasta",
"search.result.one": "1 atitinkantis dokumentas",
"search.result.other": "# atitinkantys dokumentai",
"search.result.more.one": "Dar 1 šiame puslapyje",
"search.result.more.other": "Dar # šiame puslapyje",
"search.result.term.missing": "Nerasta",
"search.title": "Paieška",
"select.language.title": "Pasirinkti kalbą",
"select.version.title": "Pasrinkti versiją",
"skip.link.title": "Pereiti prie turinio",
"source.link.title": "Eiti į saugyklą",
"source.file.date.updated": "Paskutinis atnaujinimas",
"source.file.date.created": "Sukurta",
"tabs.title": "Skirtukai",
"toc.title": "Turinys",
"top.title": "Grįžti į viršų"
}[key] }}{% endmacro %}

View File

@ -105,30 +105,9 @@ plugins:
# Customization
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: UA-12345 #!ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >- # !
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/squidfunk

View File

@ -0,0 +1,58 @@
<!--
Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
-->
<!-- Translations: Lithuanian -->
{% macro t(key) %}{{ {
"language": "lt",
"clipboard.copy": "Kopijuoti į iškarpinę",
"clipboard.copied": "Nukopijuota į iškarpinę",
"edit.link.title": "Redaguoti šį puslapį",
"footer.previous": "Ankstesnis",
"footer.next": "Sekantis",
"footer.title": "Poraštė",
"header.title": "Antraštė",
"meta.comments": "Komentarai",
"meta.source": "Išeitinis kodas",
"nav.title": "Navigacija",
"search.config.pipeline": " ",
"search.placeholder": "Paieška",
"search.share": "Dalintis",
"search.reset": "Išvalyti",
"search.result.initializer": "Paieškos inicijavimas",
"search.result.placeholder": "Įveskite norėdami pradėti paiešką",
"search.result.none": "Atitinkančių dokumentų nerasta",
"search.result.one": "1 atitinkantis dokumentas",
"search.result.other": "# atitinkantys dokumentai",
"search.result.more.one": "Dar 1 šiame puslapyje",
"search.result.more.other": "Dar # šiame puslapyje",
"search.result.term.missing": "Nerasta",
"search.title": "Paieška",
"select.language.title": "Pasirinkti kalbą",
"select.version.title": "Pasrinkti versiją",
"skip.link.title": "Pereiti prie turinio",
"source.link.title": "Eiti į saugyklą",
"source.file.date.updated": "Paskutinis atnaujinimas",
"source.file.date.created": "Sukurta",
"tabs.title": "Skirtukai",
"toc.title": "Turinys",
"top.title": "Grįžti į viršų"
}[key] }}{% endmacro %}

View File

@ -20,7 +20,7 @@
IN THE SOFTWARE.
-->
<!-- Translations: Mongolian -->
<!-- Translations: Latvian -->
{% macro t(key) %}{{ {
"language": "lv",
"clipboard.copy": "Kopēt starpliktuvē",