From d9dc267020dc76161d7f8089957e7764566667c7 Mon Sep 17 00:00:00 2001 From: Angus Wan Date: Fri, 23 Jun 2023 15:01:29 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 60.6% (108 of 178 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hant/ --- src/locales/zh_Hant.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/locales/zh_Hant.json b/src/locales/zh_Hant.json index 0f508bb7..beda1748 100644 --- a/src/locales/zh_Hant.json +++ b/src/locales/zh_Hant.json @@ -79,7 +79,12 @@ "subscriptions": "訂閱內容", "playlists": "播放清單", "account": "帳戶", - "player": "播放器" + "player": "播放器", + "instance": "站台", + "bookmarks": "書籤", + "livestreams": "直播", + "channels": "頻道", + "channel_groups": "頻道群組" }, "preferences": { "registered_users": "已註冊的使用者", @@ -118,5 +123,8 @@ "cannot_copy": "無法複製!", "page_not_found": "找不到頁面", "preferences_note": "註:偏好設定儲存在本機的瀏覽器的儲存空間內。如果清除瀏覽器的資料,偏好設定就會重設。" + }, + "player": { + "watch_on": "在 {0} 觀看" } }