From c0042ce92e29d3b6810ce1717cf6e81bec71a018 Mon Sep 17 00:00:00 2001 From: Sabaijai Jang Date: Wed, 19 Jan 2022 10:28:58 +0000 Subject: [PATCH] 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/ --- src/locales/th.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/locales/th.json b/src/locales/th.json index 0967ef42..432b8e2c 100644 --- a/src/locales/th.json +++ b/src/locales/th.json @@ -1 +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": "เปิดใช้งานการบล็อกสปอนเซอร์" + } +}