diff --git a/src/components/PreferencesPage.vue b/src/components/PreferencesPage.vue index d188f50c..de0e02f2 100644 --- a/src/components/PreferencesPage.vue +++ b/src/components/PreferencesPage.vue @@ -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: "繁體中文" }, diff --git a/src/locales/hr.json b/src/locales/hr.json index e3586aca..90224827 100644 --- a/src/locales/hr.json +++ b/src/locales/hr.json @@ -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}?" } } diff --git a/src/locales/th.json b/src/locales/th.json new file mode 100644 index 00000000..432b8e2c --- /dev/null +++ b/src/locales/th.json @@ -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": "เปิดใช้งานการบล็อกสปอนเซอร์" + } +} diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 8ea4de68..b0e6d37a 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -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源",