From 8c047b0eb4c1f275087480f1ee2324d699f8edf7 Mon Sep 17 00:00:00 2001 From: Jamugha Date: Thu, 26 Aug 2021 00:56:04 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 42.5% (17 of 40 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hant/ --- src/locales/zh_Hant.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/locales/zh_Hant.json b/src/locales/zh_Hant.json index 0967ef42..a189dd94 100644 --- a/src/locales/zh_Hant.json +++ b/src/locales/zh_Hant.json @@ -1 +1,23 @@ -{} +{ + "actions": { + "skip_intro": "跳過中場休息/介紹動畫", + "skip_sponsors": "跳過贊助商", + "enable_sponsorblock": "啟用 SponsorBlock", + "country_selection": "國家/地區選擇", + "channel_name_desc": "通道名稱 (Z-A)", + "channel_name_asc": "通道名稱 (A-Z)", + "unsubscribe": "取消訂閱", + "subscribe": "訂閱", + "sort_by": "排序方式:", + "view_subscriptions": "查看訂閱", + "language_selection": "語言選擇" + }, + "titles": { + "history": "歷史記錄", + "preferences": "偏好設定", + "feed": "摘要", + "trending": "趨勢", + "register": "註冊", + "login": "登錄" + } +}