diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-01-05 02:42:49 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-01-10 22:49:07 +0100 |
| commit | 37c953e6339f2983bd7dde405ec7405de5ddaa31 (patch) | |
| tree | 8cca10f9d8eee2ef474260ded7c112d7c4b15e96 /locales/zh-TW.json | |
| parent | 5bb2cb7d71b3e44e7754a4e06e45c831d30211fc (diff) | |
| download | invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.tar.gz invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.tar.bz2 invidious-37c953e6339f2983bd7dde405ec7405de5ddaa31.zip | |
i18n: Use plurals for tokens/replies/unseen notifications
Diffstat (limited to 'locales/zh-TW.json')
| -rw-r--r-- | locales/zh-TW.json | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/locales/zh-TW.json b/locales/zh-TW.json index 1954e34a..c2800114 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -120,18 +120,12 @@ "Subscription manager": "訂閱管理員", "Token manager": "Token 管理員", "Token": "Token", - "`x` tokens": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` token", - "": "`x` 個存取金鑰" - }, + "tokens_count_0": "{{count}} 個存取金鑰", "Import/export": "匯入/匯出", "unsubscribe": "取消訂閱", "revoke": "撤銷", "Subscriptions": "訂閱", - "`x` unseen notifications": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個未讀的通知", - "": "`x` 個未讀的通知" - }, + "subscriptions_unseen_notifs_count_0": "{{count}} 個未讀的通知", "search": "搜尋", "Log out": "登出", "Released under the AGPLv3 on Github.": "在 GitHub 上以 AGPLv3 釋出。", @@ -198,16 +192,10 @@ "This channel does not exist.": "此頻道不存在。", "Could not get channel info.": "無法取得頻道資訊。", "Could not fetch comments": "無法擷取留言", - "View `x` replies": { - "([^.,0-9]|^)1([^.,0-9]|$)": "檢視 `x` 則回覆", - "": "檢視 `x` 則回覆" - }, + "comments_view_x_replies_0": "檢視 {{count}} 則回覆", "`x` ago": "`x` 以前", "Load more": "載入更多", - "`x` points": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 點", - "": "`x` 點" - }, + "comments_points_count_0": "{{count}} 點", "Could not create mix.": "無法建立混合。", "Empty playlist": "空的播放清單", "Not a playlist.": "不是播放清單。", |
