-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"general": { | ||
"language-change": "语言已更至{{language}}矣。或需刷新以观之。", | ||
"not-found": "君所求之页面,未之能觅。", | ||
"server-error": "自服务器取数据时,忽生错误。此等问题,多属暂态,故请少待再试。若问题仍旧,烦请于Discord上联系“horyu”。" | ||
}, | ||
"navbar": { | ||
"title": "SCP:SL服务器", | ||
"server-list": "服务器名录", | ||
"all-stats": "服务器名录", | ||
"all-server-map": "诸服务器之图" | ||
}, | ||
"select": { | ||
"placeholder": "请择一域", | ||
"empty": "未有所选" | ||
}, | ||
"filter-option": { | ||
"server-search": { | ||
"name": "搜索服务器", | ||
"placeholder": "输入欲索之词", | ||
"search-btn": "搜索" | ||
}, | ||
"country-filter": "择服以国", | ||
"hide-empty": "隐匿空服", | ||
"hide-full": "隐匿满服", | ||
"refresh-btn": "隐匿空服务器", | ||
"refreshing": "正在重载名录...", | ||
"yes-no-filter": { | ||
"none": "包含一切", | ||
"yes": "允", | ||
"no": "拒", | ||
"friendly-fire": "自相残杀", | ||
"whitelist": "非请莫入", | ||
"modded": "改头换面", | ||
"order-type": { | ||
"name": "排序之法", | ||
"player-desc": "人山人海", | ||
"player-asc": "人迹罕至", | ||
"distance-asc": "近在咫尺", | ||
"distance-desc": "跋山涉水" | ||
} | ||
} | ||
}, | ||
"server-stats": { | ||
"online-users": "在线游人: {{count}}", | ||
"online-servers": "在线之服: {{count}}", | ||
"display-users": "所见游人: {{count}}", | ||
"display-servers": "所见之服: {{count}}", | ||
"offline-servers": "不可视 (记录) 服务器: {{count}}" | ||
}, | ||
"server-list": { | ||
"head": { | ||
"number": "排序之法", | ||
"address": "IP", | ||
"name": "名", | ||
"pastebin": "Pastebin", | ||
"players": "游者", | ||
"distance": "间隔" | ||
}, | ||
"loading": "载入服之信息...", | ||
"empty": "无可奉告.", | ||
"tech": { | ||
"yes": "允", | ||
"no": "拒", | ||
"country": "国", | ||
"game-version": "戏之版本", | ||
"friendly-fire": "自相残杀", | ||
"whitelist": "非请莫入" | ||
} | ||
}, | ||
"server-info": { | ||
"title": "服之信息", | ||
"not-exist": "未寻所求之物.", | ||
"status": { | ||
"name": "所态", | ||
"online": "可视", | ||
"offline": "不可视" | ||
}, | ||
"address": "IP", | ||
"players": "游者", | ||
"pastebin": "Pastebin", | ||
"distance": "间隔", | ||
"statistics": "服务器之数据", | ||
"daylight-saving-time": "图表之时不受夏令时影响.", | ||
"graph": { | ||
"loading": "载入服之数据...", | ||
"visitors": "游人数", | ||
"visitor-suffix": "", | ||
"options": { | ||
"date-format": "yyyy-MM-dd aa hh:mm", | ||
"invalid-start-time": "起始之时需早于终止之时.", | ||
"invalid-stop-time": "终止之时需晚于起始之时.", | ||
"data-range": "数之隔", | ||
"start-time": "起始之时", | ||
"stop-time": "终止之时", | ||
"data-resolution": "数之频率", | ||
"graph-update-btn": "刷新以观之", | ||
"period": { | ||
"custom": "自行定之", | ||
"1hour": "一时", | ||
"8hour": "八时", | ||
"1day": "一日", | ||
"2day": "两日", | ||
"1week": "一周", | ||
"1month": "一月", | ||
"3month": "三月", | ||
"1year": "一年", | ||
"4year": "四年" | ||
}, | ||
"resolution": { | ||
"1m": "一分", | ||
"5m": "五分", | ||
"1h": "一时", | ||
"1d": "一日" | ||
} | ||
} | ||
} | ||
}, | ||
"footer": { | ||
"notice": "SCP: Secret Laboratory 乃 Northwood Studios™ 所发行之游戏, 本站非 Northwood Studios™ 之附属. <br/>一切商标及注册商标均为各拥有者之财产。" | ||
}, | ||
"cookie-notice": { | ||
"message": "此站用Cookie以确保君于吾网得最佳体验。", | ||
"dismiss": "知晓矣", | ||
"link-text": "详加学习" | ||
}, | ||
"all-stats": { | ||
"users": { | ||
"title": "服务器用户之和", | ||
"select-compare-country": { | ||
"name": "以国筛之" | ||
}, | ||
"show-all": { | ||
"name": "示各国之数据" | ||
}, | ||
"graph": { | ||
"all-country": "尽数", | ||
"empty-country": "无处可寻." | ||
} | ||
}, | ||
"mod-loader": { | ||
"title": "框架之计", | ||
"tooltip": "改之框架" | ||
} | ||
}, | ||
"all-server-map": { | ||
"title": "诸服务器之图", | ||
"server-info-btn": "击此以示服之信息" | ||
} | ||
} |