mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix typo in locale regex
This commit is contained in:
parent
c3e57f1fdd
commit
a731486ab7
4 changed files with 60 additions and 60 deletions
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"`x` subscribers": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 個訂閱者",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個訂閱者",
|
||||
"": "`x` 個訂閱者"
|
||||
},
|
||||
"`x` videos": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 部影片",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 部影片",
|
||||
"": "`x` 部影片"
|
||||
},
|
||||
"`x` playlists": "",
|
||||
|
@ -120,11 +120,11 @@
|
|||
"Token manager": "Token 管理員",
|
||||
"Token": "Token",
|
||||
"`x` subscriptions": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 個訂閱",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個訂閱",
|
||||
"": "`x` 個訂閱"
|
||||
},
|
||||
"`x` tokens": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` token",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` token",
|
||||
"": "`x` tokens"
|
||||
},
|
||||
"Import/export": "匯入/匯出",
|
||||
|
@ -132,7 +132,7 @@
|
|||
"revoke": "撤銷",
|
||||
"Subscriptions": "訂閱",
|
||||
"`x` unseen notifications": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 個未讀的通知",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 個未讀的通知",
|
||||
"": "`x` 個未讀的通知"
|
||||
},
|
||||
"search": "搜尋",
|
||||
|
@ -165,7 +165,7 @@
|
|||
"Blacklisted regions: ": "黑名單區域:",
|
||||
"Shared `x`": "`x` 發佈",
|
||||
"`x` views": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 次檢視",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 次檢視",
|
||||
"": "`x` 次檢視"
|
||||
},
|
||||
"Premieres in `x`": "首映於 `x`",
|
||||
|
@ -199,13 +199,13 @@
|
|||
"Could not get channel info.": "無法取得頻道資訊。",
|
||||
"Could not fetch comments": "無法擷取留言",
|
||||
"View `x` replies": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "檢視 `x` 則回覆",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "檢視 `x` 則回覆",
|
||||
"": "檢視 `x` 則回覆"
|
||||
},
|
||||
"`x` ago": "`x` 以前",
|
||||
"Load more": "載入更多",
|
||||
"`x` points": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 點",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 點",
|
||||
"": "`x` 點"
|
||||
},
|
||||
"Could not create mix.": "無法建立混合。",
|
||||
|
@ -326,31 +326,31 @@
|
|||
"Yoruba": "約魯巴語",
|
||||
"Zulu": "祖魯語",
|
||||
"`x` years": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 年",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 年",
|
||||
"": "`x` 年"
|
||||
},
|
||||
"`x` months": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 月",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 月",
|
||||
"": "`x` 月"
|
||||
},
|
||||
"`x` weeks": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 週",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 週",
|
||||
"": "`x` 週"
|
||||
},
|
||||
"`x` days": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 天",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 天",
|
||||
"": "`x` 天"
|
||||
},
|
||||
"`x` hours": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 小時",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 小時",
|
||||
"": "`x` 小時"
|
||||
},
|
||||
"`x` minutes": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 天",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 天",
|
||||
"": "`x` 天"
|
||||
},
|
||||
"`x` seconds": {
|
||||
"([^0-9]|^)1([^,0-9]|$)": "`x` 秒",
|
||||
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` 秒",
|
||||
"": "`x` 秒"
|
||||
},
|
||||
"Fallback comments: ": "汰退留言:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue