Added Tagalog translations

This commit is contained in:
squidfunk 2022-08-13 09:19:16 +02:00
parent eef9bdece9
commit 5f360d2771
4 changed files with 101 additions and 0 deletions

View File

@ -346,6 +346,12 @@
"th"
]
},
{
"title": "Site language: Tagalog",
"enum": [
"tl"
]
},
{
"title": "Site language: Turkish",
"enum": [

View File

@ -84,6 +84,7 @@ The following languages are supported:
- `sr` Serbian
- `sv` Swedish
- `th` Thai
- `tl` Tagalog
- `tr` Turkish
- `uk` Ukrainian
- `ur` Urdu

View File

@ -0,0 +1,37 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "tl",
"clipboard.copy": "Kopyahin sa clipboard",
"clipboard.copied": "Nakopya mula sa clipboard",
"edit.link.title": "I-edit ang pahinang ito",
"footer.previous": "Nakaraan",
"footer.next": "Susunod",
"footer.title": "Lagdang Pangwakas",
"header.title": "Pamuhatan",
"meta.comments": "Mga Komento",
"meta.source": "Pinagmulan",
"nav.title": "Nabigasyon",
"search.placeholder": "Hanapin",
"search.share": "Ibahagi",
"search.reset": "Tanggalin",
"search.result.initializer": "Sinisimulan ang paghahanap",
"search.result.placeholder": "Mag-type upang simulan ang paghahanap",
"search.result.none": "Walang nahanap na dokumento",
"search.result.one": "1 magkatugmang dokumento",
"search.result.other": "# magkatugmang mga dokumento",
"search.result.more.one": "1 meron sa pahina na ito",
"search.result.more.other": "# meron sa pahina na ito",
"search.result.term.missing": "Nawawala",
"search.title": "Hanapin",
"select.language.title": "Pumili ng lenguwahe",
"select.version.title": "Pumili ng bersyon",
"skip.link.title": "I-skip tungo sa nilalaman",
"source.link.title": "Pumunta sa repository",
"source.file.date.updated": "Huling update",
"source.file.date.created": "Nagawa",
"tabs.title": "Mga tala",
"toc.title": "Talaan ng nilalaman",
"top.title": "Bumalik sa taas"
}[key] }}{% endmacro %}

View File

@ -0,0 +1,57 @@
<!--
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: Tagalog -->
{% macro t(key) %}{{ {
"language": "tl",
"clipboard.copy": "Kopyahin sa clipboard",
"clipboard.copied": "Nakopya mula sa clipboard",
"edit.link.title": "I-edit ang pahinang ito",
"footer.previous": "Nakaraan",
"footer.next": "Susunod",
"footer.title": "Lagdang Pangwakas",
"header.title": "Pamuhatan",
"meta.comments": "Mga Komento",
"meta.source": "Pinagmulan",
"nav.title": "Nabigasyon",
"search.placeholder": "Hanapin",
"search.share": "Ibahagi",
"search.reset": "Tanggalin",
"search.result.initializer": "Sinisimulan ang paghahanap",
"search.result.placeholder": "Mag-type upang simulan ang paghahanap",
"search.result.none": "Walang nahanap na dokumento",
"search.result.one": "1 magkatugmang dokumento",
"search.result.other": "# magkatugmang mga dokumento",
"search.result.more.one": "1 meron sa pahina na ito",
"search.result.more.other": "# meron sa pahina na ito",
"search.result.term.missing": "Nawawala",
"search.title": "Hanapin",
"select.language.title": "Pumili ng lenguwahe",
"select.version.title": "Pumili ng bersyon",
"skip.link.title": "I-skip tungo sa nilalaman",
"source.link.title": "Pumunta sa repository",
"source.file.date.updated": "Huling update",
"source.file.date.created": "Nagawa",
"tabs.title": "Mga tala",
"toc.title": "Talaan ng nilalaman",
"top.title": "Bumalik sa taas"
}[key] }}{% endmacro %}