mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Translations update from Hosted Weblate (#749)
* Translated using Weblate (Croatian) Currently translated at 98.7% (80 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hr/ * Translated using Weblate (Chinese (Simplified)) Currently translated at 87.6% (71 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hans/ * Added translation using Weblate (Thai) * Translated using Weblate (Thai) Currently translated at 24.6% (20 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/th/ * Add support for Thai. Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Eric <alchemillatruth@purelymail.com> Co-authored-by: Sabaijai Jang <krabipress@gmail.com> Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
parent
9e6b8ad9d3
commit
5397b4d183
@ -242,6 +242,7 @@ export default {
|
||||
{ code: "sr", name: "Српски" },
|
||||
{ code: "sv", name: "svenska" },
|
||||
{ code: "ta", name: "தமிழ்" },
|
||||
{ code: "th", name: "ไทย" },
|
||||
{ code: "tr", name: "Türkçe" },
|
||||
{ code: "uk", name: "українська" },
|
||||
{ code: "zh_Hant", name: "繁體中文" },
|
||||
|
@ -2,9 +2,10 @@
|
||||
"video": {
|
||||
"sponsor_segments": "Sponzorski segmenti",
|
||||
"watched": "Gledano",
|
||||
"views": "prikaza",
|
||||
"views": "{views} prikaza",
|
||||
"videos": "Videozapisi",
|
||||
"ratings_disabled": "Ocjenjivanje isključeno"
|
||||
"ratings_disabled": "Ocjenjivanje isključeno",
|
||||
"chapters": "Poglavlja"
|
||||
},
|
||||
"preferences": {
|
||||
"ssl_score": "SSL ocjena",
|
||||
@ -72,10 +73,11 @@
|
||||
"show_replies": "Prikaži odgovore",
|
||||
"hide_replies": "Sakrij odgovore",
|
||||
"load_more_replies": "Prikaži više odgovora",
|
||||
"clear_history": "Obriši povijest"
|
||||
"clear_history": "Obriši povijest",
|
||||
"skip_highlight": "Preskoči isticanje"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Gledaj na"
|
||||
"watch_on": "Gledaj na {0}"
|
||||
},
|
||||
"titles": {
|
||||
"subscriptions": "Pretplate",
|
||||
@ -91,6 +93,6 @@
|
||||
"username": "Korisničko ime"
|
||||
},
|
||||
"search": {
|
||||
"did_you_mean": "Jeste li mislili: "
|
||||
"did_you_mean": "Misliš li: {0}?"
|
||||
}
|
||||
}
|
||||
|
28
src/locales/th.json
Normal file
28
src/locales/th.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"titles": {
|
||||
"login": "ลงชื่อเข้าใช้",
|
||||
"trending": "กำลังมาแรง",
|
||||
"preferences": "การตั้งค่า",
|
||||
"history": "ประวัติ",
|
||||
"subscriptions": "การสมัครรับข้อมูล",
|
||||
"register": "ลงทะเบียน"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "ดูบน {0}"
|
||||
},
|
||||
"actions": {
|
||||
"unsubscribe": "เลิกติดตาม",
|
||||
"view_subscriptions": "ดูการสมัครสมาชิก",
|
||||
"channel_name_asc": "ชื่อช่อง (A-Z)",
|
||||
"channel_name_desc": "ชื่อช่อง (Z-A)",
|
||||
"back": "กลับ",
|
||||
"uses_api_from": "ใช้ API จาก ",
|
||||
"skip_sponsors": "ข้ามผู้สนับสนุน",
|
||||
"skip_intro": "ข้ามช่วงพัก/แนะนำแอนิเมชั่น",
|
||||
"skip_outro": "ข้ามภาพตอนจบ/เครดิต",
|
||||
"subscribe": "ติดตาม",
|
||||
"sort_by": "เรียงตาม:",
|
||||
"most_recent": "ล่าสุด",
|
||||
"enable_sponsorblock": "เปิดใช้งานการบล็อกสปอนเซอร์"
|
||||
}
|
||||
}
|
@ -57,7 +57,7 @@
|
||||
"video": {
|
||||
"sponsor_segments": "赞助商部分",
|
||||
"watched": "看过",
|
||||
"views": "查看",
|
||||
"views": "{views} 次观看",
|
||||
"videos": "视频"
|
||||
},
|
||||
"preferences": {
|
||||
@ -70,7 +70,7 @@
|
||||
"pinned_by": "固定自"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "观看"
|
||||
"watch_on": "观看于 {0}"
|
||||
},
|
||||
"titles": {
|
||||
"feed": "RSS源",
|
||||
|
Loading…
Reference in New Issue
Block a user