Fix typo in locale regex

This commit is contained in:
Omar Roth 2019-10-21 11:08:42 -04:00
parent c3e57f1fdd
commit a731486ab7
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
4 changed files with 60 additions and 60 deletions

View file

@ -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: ": "汰退留言:",