diff options
Diffstat (limited to 'CheckUser/i18n/api/zh-hans.json')
-rw-r--r-- | CheckUser/i18n/api/zh-hans.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/CheckUser/i18n/api/zh-hans.json b/CheckUser/i18n/api/zh-hans.json new file mode 100644 index 00000000..97d4a238 --- /dev/null +++ b/CheckUser/i18n/api/zh-hans.json @@ -0,0 +1,31 @@ +{ + "@metadata": { + "authors": [ + "Liuxinyu970226", + "WhitePhosphorus", + "Yfdyh000" + ] + }, + "apihelp-query+checkuser-description": "检查指定用户名使用的IP地址或指定IP地址使用过的用户名。", + "apihelp-query+checkuser-summary": "检查指定用户名使用过的IP地址或指定IP地址使用过的用户名。", + "apihelp-query+checkuser-param-request": "用户查核请求类型:\n;userips:获取目标用户的IP地址。\n;edits:获取目标IP地址或地址段的更改。\n;ipusers:获取目标IP地址或地址段的用户。", + "apihelp-query+checkuser-param-target": "要查核的用户名、IP地址或CIDR地址段。", + "apihelp-query+checkuser-param-reason": "查核原因。", + "apihelp-query+checkuser-param-limit": "限定行数。", + "apihelp-query+checkuser-param-timecond": "用户数据的限定(例如“-2 weeks”或“2 weeks ago”)。", + "apihelp-query+checkuser-param-xff": "使用XFF数据代替IP地址。", + "apihelp-query+checkuser-example-1": "查核[[User:Example]]的IP地址", + "apihelp-query+checkuser-example-2": "查核来自192.0.2.0/24的编辑", + "apihelp-query+checkuserlog-description": "从用户查核日志获得记录。", + "apihelp-query+checkuserlog-summary": "获取用户查核日志中的记录。", + "apihelp-query+checkuserlog-param-user": "用户查核员的用户名。", + "apihelp-query+checkuserlog-param-target": "已查核的用户、IP地址或CIDR地址段。", + "apihelp-query+checkuserlog-param-limit": "限定行数。", + "apihelp-query+checkuserlog-param-from": "枚举的起始时间戳。", + "apihelp-query+checkuserlog-param-to": "枚举的结束时间戳。", + "apihelp-query+checkuserlog-example-1": "显示[[User:Example]]的查核", + "apihelp-query+checkuserlog-example-2": "显示2011-10-15T23:00:00Z之后对192.0.2.0/24的查核", + "apierror-checkuser-missingsummary": "您必须定义查核原因。", + "apierror-checkuser-timelimit": "您需要使用正确的时间限制(例如“-2 weeks”或“2 weeks ago”)。", + "apierror-checkuser-invalidmode": "无效的请求模式" +} |