diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2021-12-22 00:07:20 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-01-10 22:49:07 +0100 |
| commit | 692f4e5be2c80556e84fa618eb8124083da24161 (patch) | |
| tree | 4b63b60e08045c28d3a9c2f5fdc1438760e8c620 /locales/zh-TW.json | |
| parent | 7bb1471207a6dd30bae9466497e940ccc6057196 (diff) | |
| download | invidious-692f4e5be2c80556e84fa618eb8124083da24161.tar.gz invidious-692f4e5be2c80556e84fa618eb8124083da24161.tar.bz2 invidious-692f4e5be2c80556e84fa618eb8124083da24161.zip | |
i18n: Use plurals for year/month/day/etc...
Diffstat (limited to 'locales/zh-TW.json')
| -rw-r--r-- | locales/zh-TW.json | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/locales/zh-TW.json b/locales/zh-TW.json index aad51069..d3580c4d 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -340,34 +340,13 @@ "Yiddish": "意第緒語", "Yoruba": "約魯巴語", "Zulu": "祖魯語", - "`x` years": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 年", - "": "`x` 年" - }, - "`x` months": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 月", - "": "`x` 月" - }, - "`x` weeks": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 週", - "": "`x` 週" - }, - "`x` days": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 天", - "": "`x` 天" - }, - "`x` hours": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 小時", - "": "`x` 小時" - }, - "`x` minutes": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 天", - "": "`x` 分鐘" - }, - "`x` seconds": { - "([^.,0-9]|^)1([^.,0-9]|$)": "`x` 秒", - "": "`x` 秒" - }, + "generic_count_years_0": "{{count}} 年", + "generic_count_months_0": "{{count}} 月", + "generic_count_weeks_0": "{{count}} 週", + "generic_count_days_0": "{{count}} 天", + "generic_count_hours_0": "{{count}} 小時", + "generic_count_minutes_0": "{{count}} 分鐘", + "generic_count_seconds_0": "{{count}} 秒", "Fallback comments: ": "汰退留言: ", "Popular": "熱門頻道", "Search": "搜尋", |
