Skip to content

Commit

Permalink
Merge pull request #1268 from EhViewer-NekoInverter/pr
Browse files Browse the repository at this point in the history
Update translation
  • Loading branch information
OpportunityLiu authored Aug 31, 2024
2 parents b98f69b + dbe72ef commit eef73c4
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/services/ui-translation/data/archiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ merge(
'Please wait...': '请稍候...',
Close: '取消',

'The file is already being processed. I will now wait for this file to finish. Please contact staff if this does not resolve itself within a few minutes.':
'该文件已在处理中。我将等待该文件完成。如果几分钟后问题未解决,请联系工作人员。',
'Click here if your browser does not continue automatically': '如果您的浏览器没有自动继续,请点击此处',

'H@H Downloader': 'H@H 下载器',
'N/A': '不适用',
Original: '原图',
Expand All @@ -48,4 +44,8 @@ merge(/^\/archive\//, '*.hath.network', {
'The file was successfully prepared, and is ready for download.': '文件已准备就绪,可供下载',
'Click Here To Start Downloading': '点击此处开始下载',
'You can also copy this link to a download manager.': '您也可以将链接复制到下载软件中',

'The file is already being processed. I will now wait for this file to finish. Please contact staff if this does not resolve itself within a few minutes.':
'该文件已在处理中。我将等待该文件完成。如果几分钟后问题未解决,请联系工作人员。',
'Click here if your browser does not continue automatically': '如果您的浏览器没有自动继续,请点击此处',
});
48 changes: 48 additions & 0 deletions src/services/ui-translation/data/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,49 @@ merge(
[],
);

merge(
/^\/tools\/tagtrack/,
'repo.e-hentai.org',
{
'Tag Tracker': '标签追踪器',

' downed': ' 已清除',
' weak': ' 弱小',
' active': ' 活跃',
' solid': ' 确定',
' aged galleries': ' 老旧图库',
'Only show galleries posted more than three days ago': '只显示三天前发布的图库',
' revived tags': ' 重生标签',
'Only show revived tags': '只显示重生 (之前被清除但是再次出现) 的标签',
' exclude expunged': ' 排除已删除图库',
'Exclude tags on expunged galleries': '排除已删除图库上的标签',
' exclude autotags': ' 排除自动标签',
'Exclude tags placed by autotagger': '排除由系统自动标记的标签',

'Tag/NS: ': '标签/命名空间:',
'tag, tagid, or special:namespace': '标签、标签 ID 或 special:命名空间',
Go: '查询',

'Show Older >': '显示更早的 >',
'There are no tags matching this filter.': '没有符合条件的标签。',

'(Doujinshi) \xA0': '(同人志) \xA0',
'(Manga) \xA0': '(漫画) \xA0',
'(Artist CG) \xA0': '(画师CG) \xA0',
'(Game CG) \xA0': '(游戏CG) \xA0',
'(Western) \xA0': '(西方) \xA0',
'(Non-H) \xA0': '(无H) \xA0',
'(Image Set) \xA0': '(图集) \xA0',
'(Misc) \xA0': '(杂项) \xA0',

downed: '已清除',
weak: '弱小',
active: '活跃',
SOLID: '确定',
},
[],
);

merge(
/^\/tools\/taglist/,
'repo.e-hentai.org',
Expand All @@ -101,9 +144,14 @@ merge(
Year: '年度',
Total: '总计',

'Show Older >': '显示更早的 >',

'User has no recent tags on public galleries.': '用户最近没有在公开图库上标记过标签。',
'Filter galleries with assessed bad tagvotes': '筛选具有不良标签投票的图库',
'There are no recent tag votes assessed as bad.': '最近没有被评定为不良的标签投票。',

'You have to provide a gid or uid': '您必须提供一个 gid 或 uid',
'You do not have access to this function.': '您没有权限访问此功能',
},
[
[
Expand Down

0 comments on commit eef73c4

Please sign in to comment.