Added Thai translations

This commit is contained in:
squidfunk 2019-12-02 15:50:04 +01:00
parent aa716ae3ba
commit 51cf93518b
5 changed files with 71 additions and 4 deletions

View File

@ -42,7 +42,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
designed to serve your project documentation in a user-friendly way in 39
designed to serve your project documentation in a user-friendly way in 40
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;

View File

@ -367,10 +367,11 @@ translations for all template variables and labels in the following languages:
<tr>
<td><code>es</code> / Spanish</td>
<td><code>sv</code> / Swedish</td>
<td><code>th</code> / Thai</td>
<td><code>tr</code> / Turkish</td>
<td><code>uk</code> / Ukrainian</td>
</tr>
<td colspan="2"><code>vi</code> / Vietnamese</td>
<td><code>uk</code> / Ukrainian</td>
<td><code>vi</code> / Vietnamese</td>
<td colspan="2"><code>zh</code> / Chinese (Simplified)</td>
<tr>
</tr>

View File

@ -29,7 +29,7 @@ theme:
## What to expect
* Responsive design and fluid layout for all kinds of screens and devices,
designed to serve your project documentation in a user-friendly way in 39
designed to serve your project documentation in a user-friendly way in 40
languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo;

View File

@ -0,0 +1,23 @@
{#-
This file was automatically generated - do not edit
-#}
{% macro t(key) %}{{ {
"language": "th",
"clipboard.copy": "คัดลอก",
"clipboard.copied": "คัดลอกแล้ว",
"edit.link.title": "แก้ไขหน้านี้",
"footer.previous": "ก่อนหน้า",
"footer.next": "ต่อไป",
"meta.comments": "ความคิดเห็น",
"meta.source": "แหล่งที่มา",
"search.language": "th",
"search.placeholder": "ค้นหา",
"search.result.placeholder": "พิมพ์เพื่อเริ่มค้นหา",
"search.result.none": "ไม่พบเอกสารที่ตรงกัน",
"search.result.one": "พบเอกสารที่ตรงกัน",
"search.result.other": "พบ # เอกสารที่ตรงกัน",
"search.tokenizer": "[\s\-]+",
"skip.link.title": "ข้ามไปที่เนื้อหา",
"source.link.title": "ไปที่ Repository",
"toc.title": "สารบัญ"
}[key] }}{% endmacro %}

View File

@ -0,0 +1,43 @@
<!--
Copyright (c) 2016-2019 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: Thai -->
{% macro t(key) %}{{ {
"language": "th",
"clipboard.copy": "คัดลอก",
"clipboard.copied": "คัดลอกแล้ว",
"edit.link.title": "แก้ไขหน้านี้",
"footer.previous": "ก่อนหน้า",
"footer.next": "ต่อไป",
"meta.comments": "ความคิดเห็น",
"meta.source": "แหล่งที่มา",
"search.language": "th",
"search.placeholder": "ค้นหา",
"search.result.placeholder": "พิมพ์เพื่อเริ่มค้นหา",
"search.result.none": "ไม่พบเอกสารที่ตรงกัน",
"search.result.one": "พบเอกสารที่ตรงกัน",
"search.result.other": "พบ # เอกสารที่ตรงกัน",
"search.tokenizer": "[\s\-]+",
"skip.link.title": "ข้ามไปที่เนื้อหา",
"source.link.title": "ไปที่ Repository",
"toc.title": "สารบัญ"
}[key] }}{% endmacro %}