diff options
author | 2023-10-17 17:56:17 -0700 | |
---|---|---|
committer | 2023-10-17 21:25:41 -0700 | |
commit | 23d2cfe0f98f3d6acc04ef11653d3dbaf0b0b677 (patch) | |
tree | 0ad635863d1bf49b38bbb7013babd61dd27d9660 /internal/locale/translations/zh_TW.json | |
parent | 5dc44453bad925750cf2dda1172df785f740c935 (diff) | |
download | v2-23d2cfe0f98f3d6acc04ef11653d3dbaf0b0b677.tar.gz v2-23d2cfe0f98f3d6acc04ef11653d3dbaf0b0b677.tar.zst v2-23d2cfe0f98f3d6acc04ef11653d3dbaf0b0b677.zip |
Expose `next_check_at` in the web ui and API
Diffstat (limited to 'internal/locale/translations/zh_TW.json')
-rw-r--r-- | internal/locale/translations/zh_TW.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/zh_TW.json b/internal/locale/translations/zh_TW.json index 805b76c1..5d689384 100644 --- a/internal/locale/translations/zh_TW.json +++ b/internal/locale/translations/zh_TW.json @@ -101,6 +101,7 @@ "page.edit_user.title": "編輯使用者 : %s", "page.feeds.title": "Feeds", "page.feeds.last_check": "最後檢查時間:", + "page.feeds.next_check": "Next check:", "page.feeds.unread_counter": "未讀文章數", "page.feeds.read_counter": "已讀文章數", "page.feeds.error_count": [ |