diff --git a/src/services/ui-translation/data/_browsingcountry.ts b/src/services/ui-translation/data/_browsingcountry.ts index 829065ce1..085883682 100644 --- a/src/services/ui-translation/data/_browsingcountry.ts +++ b/src/services/ui-translation/data/_browsingcountry.ts @@ -14,6 +14,7 @@ export const BROWSING_COUNTRY = { Argentina: 'Argentina (阿根廷)', Armenia: 'Armenia (亚美尼亚)', Aruba: 'Aruba (阿鲁巴)', + Asia: 'Asia (亚洲)', 'Asia/Pacific Region': 'Asia/Pacific Region (亚太地区)', Australia: 'Australia (澳大利亚)', Austria: 'Austria (奥地利)', @@ -47,7 +48,8 @@ export const BROWSING_COUNTRY = { 'Central African Republic': 'Central African Republic (中非共和国)', Chad: 'Chad (乍得)', Chile: 'Chile (智利)', - China: 'China (中国大陆)', + China: 'China (中国)', + 'Chinese Dominion': 'Chinese Dominion (中国领土)', 'Christmas Island': 'Christmas Island (圣诞岛)', 'Cocos Islands': 'Cocos Islands (科科斯群岛)', Colombia: 'Colombia (哥伦比亚)', @@ -168,6 +170,7 @@ export const BROWSING_COUNTRY = { 'North Korea': 'North Korea (朝鲜)', 'Northern Mariana Islands': 'Northern Mariana Islands (北马里亚纳群岛)', Norway: 'Norway (挪威)', + Oceania: 'Oceania (大洋洲)', Oman: 'Oman (阿曼)', Pakistan: 'Pakistan (巴基斯坦)', Palau: 'Palau (帕劳)', @@ -208,6 +211,7 @@ export const BROWSING_COUNTRY = { 'Solomon Islands': 'Solomon Islands (所罗门群岛)', Somalia: 'Somalia (索马里)', 'South Africa': 'South Africa (南非)', + 'South America': 'South America (南美洲)', 'South Georgia and the South Sandwich Islands': 'South Georgia and the South Sandwich Islands (南乔治亚岛和南桑威奇群岛)', 'South Korea': 'South Korea (韩国)', diff --git a/src/services/ui-translation/data/hentaiathome.ts b/src/services/ui-translation/data/hentaiathome.ts index 17a99d6fe..9e3d2ceaa 100644 --- a/src/services/ui-translation/data/hentaiathome.ts +++ b/src/services/ui-translation/data/hentaiathome.ts @@ -13,11 +13,11 @@ merge( Coverage: '覆盖率', 'Hits/GB': '命中/GB', Quality: '质量', - 'North and South America': '北美洲和南美洲', - 'Europe and Africa': '欧洲和非洲', - 'Asia and Oceania': '亚洲和大洋洲', - 'Chinese Dominion': '中国大陆', - Global: '全球', + 'North and South America': 'North and South America (北美洲和南美洲)', + 'Europe and Africa': 'Europe and Africa (欧洲和非洲)', + 'Asia and Oceania': 'Asia and Oceania (亚洲和大洋洲)', + Global: 'Global (全球)', + ...BROWSING_COUNTRY, '\n\tHits/GB shows the current average number of hits per minute per gigabyte of allocated disk space for all online clients in the region.': '命中/GB 表示当前此区域所有在线客户端分配的每 GB 磁盘空间每分钟的平均命中次数。', diff --git a/src/services/ui-translation/data/uconfig.ts b/src/services/ui-translation/data/uconfig.ts index 31369124c..868c9d368 100644 --- a/src/services/ui-translation/data/uconfig.ts +++ b/src/services/ui-translation/data/uconfig.ts @@ -19,10 +19,13 @@ merge( ' 否 [现代/HTTPS] (仅限捐赠者,配额消耗会加快,只有出现严重的问题时才启用)', ' No [Legacy/HTTP] (Donator only. May not work by default in modern browsers. Recommended for legacy/outdated browsers only.)': ' 否 [传统/HTTP] (仅限捐赠者,可能无法在现代浏览器中使用,只推荐在过时的浏览器中启用)', - 'You appear to be browsing the site from ': '看起来您正在 ', - ' or use a VPN or proxy in this country, which means the site will try to load images from H@H clients in this general geographic region. If this is incorrect, or if you want to use a different region for any reason (like if you are using a split tunneling VPN), you can select a different country below.': - ' 浏览此网页,或者使用了此处的 VPN/代理,这意味着网站会尝试通过此区域的 H@H 客户端加载图像。如果此结果不正确,或者您希望通过其他地区的 H@H 客户端加载图像 (例如您正在使用分割隧道 VPN),可以在下方选择一个不同的区域。', - '\n\t\tBrowsing Country: ': '浏览区域:', + 'You appear to be located in ': '看起来您位于 ', + ', or use a VPN located there, and will default to load images from the ': + ' ,或者使用了此处的 VPN/代理,这意味着网站会默认通过 ', + ' H@H Region.': ' H@H 区域加载图像。', + 'If this is incorrect, or you prefer using a different region for any reason (like if you are using a split tunneling VPN), select the desired region below.': + '如果此结果不正确,或者您希望通过其他 H@H 区域加载图像 (例如您正在使用分割隧道 VPN),可以在下方选择您想要的区域。', + '\n\t\tH@H Region: ': 'H@H 区域:', 'Auto-Detect': '自动检测', ...BROWSING_COUNTRY,