mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
i18n: Use plurals for video/view/subscriber/subscription counts
This commit is contained in:
parent
692f4e5be2
commit
5bb2cb7d71
18 changed files with 92 additions and 202 deletions
|
@ -1,16 +1,9 @@
|
|||
{
|
||||
"`x` subscribers": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個訂閱者",
|
||||
"": "`x` 個訂閱者"
|
||||
},
|
||||
"`x` videos": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 部影片",
|
||||
"": "`x` 部影片"
|
||||
},
|
||||
"`x` playlists": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 播放清單",
|
||||
"": "`x` 播放清單"
|
||||
},
|
||||
"generic_views_count_0": "{{count}} 次檢視",
|
||||
"generic_videos_count_0": "{{count}} 部影片",
|
||||
"generic_playlists_count_0": "{{count}} 播放清單",
|
||||
"generic_subscribers_count_0": "{{count}} 個訂閱者",
|
||||
"generic_subscriptions_count_0": "{{count}} 個訂閱",
|
||||
"LIVE": "直播",
|
||||
"Shared `x` ago": "`x` 前分享",
|
||||
"Unsubscribe": "取消訂閱",
|
||||
|
@ -127,10 +120,6 @@
|
|||
"Subscription manager": "訂閱管理員",
|
||||
"Token manager": "Token 管理員",
|
||||
"Token": "Token",
|
||||
"`x` subscriptions": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個訂閱",
|
||||
"": "`x` 個訂閱"
|
||||
},
|
||||
"`x` tokens": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` token",
|
||||
"": "`x` 個存取金鑰"
|
||||
|
@ -176,10 +165,6 @@
|
|||
"Whitelisted regions: ": "白名單區域: ",
|
||||
"Blacklisted regions: ": "黑名單區域: ",
|
||||
"Shared `x`": "`x` 發佈",
|
||||
"`x` views": {
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 次檢視",
|
||||
"": "`x` 次檢視"
|
||||
},
|
||||
"Premieres in `x`": "首映於 `x`",
|
||||
"Premieres `x`": "首映於 `x`",
|
||||
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "嗨!看來您將 JavaScript 關閉了。點擊這裡以檢視留言,請注意,它們可能需要比較長的時間載入。",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue