Archived
1
0
Fork 0

I18n updates (#682)

This commit is contained in:
Dorobot 2023-07-12 01:59:53 +08:00 committed by GitHub
parent 4d0f1a1fcd
commit a6b2a2d91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 113 additions and 131 deletions

View file

@ -1,58 +1,58 @@
{
"check.redacted": "<吃掉了>",
"check.redacted.all": "<全部吃掉了>",
"core.help.alias": "命令别名:",
"core.help.none": "(此模块没有帮助信息)",
"core.help.options": "参数:",
"error": "发生错误:",
"error.loader.load.failed": "加载模块中发生了以下错误,对应模块未加载:${err_msg}",
"error.loader.load.success": "所有模块已正常加载。",
"error.message.chain.empty": "机器人尝试发送空消息链,请联系机器人开发者解决问题。",
"error.message.chain.invalid": "机器人尝试发送非法消息链,请联系机器人开发者解决问题。",
"error.message.chain.plain.empty": "机器人尝试发送空文本消息,请联系机器人开发者解决问题。",
"error.message.chain.unsafe": "消息中含有不安全的内容,已被拦截。请向开发者反馈问题。",
"error.message.limited": "消息发送失败,可能被风控,请稍后再试。",
"error.message.paused": "群消息发送被服务器拦截,已暂停群消息发送,使用“${prefix}resume”恢复推送。",
"error.module.helpdoc.invalid": "“${module}”模块的帮助信息有误,请联系开发者处理。",
"error.module.unbound": "“${module}”模块未绑定任何命令且无简介,请联系开发者处理。",
"error.module.unloaded": "“${module}”模块加载失败,请联系开发者解决问题。",
"error.prompt": "发生错误:${error_msg}\n错误汇报地址",
"error.prompt.noreport": "执行命令时发生错误:\n${err_msg}\n此问题并非机器人程序错误API 请求出错等),请勿将此消息报告给机器人开发者。",
"error.prompt.report": "执行命令时发生错误,请报告机器人开发者:\n${err_msg}\n错误汇报地址",
"error.range.notnumber": "发生错误:无效的数字区间。",
"error.request.api.timeout": "请求 API 超时。",
"example": "你好世界!",
"failed": "失败。",
"i18n.prompt.fallback.failed": "(如果你看到了这条奇怪的字符串,说明我们又搞错了什么东西!\n请将问题反馈至\n${url}\n以便我们快速解决此问题。",
"language": "简体中文",
"message.delimiter": "、",
"message.end": "。",
"message.reply.prompt": "(请使用指定的词语回复本条消息)",
"message.wait.confirm.prompt.type1": "(发送“是”或符合确认条件的词语来确认)",
"message.wait.confirm.prompt.type2": "(发送符合条件的词语来确认)",
"no": "否",
"none": "无",
"parser.admin.module.permission.denied": "“${module}”模块下的命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.admin.submodule.permission.denied": "此命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.command.format.invalid": "语法错误。\n使用“${prefix}help ${module}”查看帮助。",
"parser.command.running.prompt": "当前有命令正在执行,请稍后再试。",
"parser.command.running.prompt2": "先前的命令正在执行中。",
"parser.module.desc": "介绍:\n${desc}",
"parser.module.disabled.prompt": "“${module}”模块未开启,请使用“${prefix}enable ${module}”开启本模块。",
"parser.module.unloaded": "“${module}”模块当前未加载,使用“${prefix}module load ${module}” 命令重新加载。",
"parser.sudo.permission.denied": "你不是本机器人的超级用户,无法使用 sudo 命令。",
"parser.superuser.permission.denied": "你没有使用该命令的权限。",
"success": "成功。",
"tos.reason": "具体原因:",
"tos.reason.abuse": "一段时间内使用命令的次数过多。",
"tos.reason.bypass": "无视临时封禁警告。",
"tos.reason.cooldown": "一段时间内使用相同命令的次数过多。",
"tos.tempbanned": "提示:\n由于你的行为触发了警告我们已对你进行临时封禁。\n距离解封时间还有 ${ban_time} 秒。",
"tos.tempbanned.warning": "提示:\n即使是触发了临时封禁,继续使用命令还是可能会导致你被再次警告。\n距离解封时间还有 ${ban_time} 秒。",
"tos.warning": "警告:\n根据服务条款你已违反我们的行为准则。",
"tos.warning.appeal": "如果你有任何异议,请至 ${issue_url} 发起问题。",
"tos.warning.count": "这是对你的第 ${current_warns} 次警告。如超过 5 次警告,我们将会把你的账户加入黑名单。",
"tos.warning.last": "这是对你的最后一次警告。",
"unknown": "未知",
"yes": "是"
{
"check.redacted": "<吃掉了>",
"check.redacted.all": "<全部吃掉了>",
"core.help.alias": "命令别名:",
"core.help.none": "(此模块没有帮助信息)",
"core.help.options": "参数:",
"error": "发生错误:",
"error.loader.load.failed": "加载模块中发生了以下错误,对应模块未加载:${err_msg}",
"error.loader.load.success": "所有模块已正常加载。",
"error.message.chain.empty": "机器人尝试发送空消息链,请联系机器人开发者解决问题。",
"error.message.chain.invalid": "机器人尝试发送非法消息链,请联系机器人开发者解决问题。",
"error.message.chain.plain.empty": "机器人尝试发送空文本消息,请联系机器人开发者解决问题。",
"error.message.chain.unsafe": "消息中含有不安全的内容,已被拦截。请向开发者反馈问题。",
"error.message.limited": "消息发送失败,可能被风控,请稍后再试。",
"error.message.paused": "群消息发送被服务器拦截,已暂停群消息发送,使用“${prefix}resume”恢复推送。",
"error.module.helpdoc.invalid": "“${module}”模块的帮助信息有误,请联系开发者处理。",
"error.module.unbound": "“${module}”模块未绑定任何命令且无简介,请联系开发者处理。",
"error.module.unloaded": "“${module}”模块加载失败,请联系开发者解决问题。",
"error.prompt": "发生错误:${error_msg}\n错误汇报地址",
"error.prompt.noreport": "执行命令时发生错误:\n${err_msg}\n此问题并非机器人程序错误API 请求出错等),请勿将此消息报告给机器人开发者。",
"error.prompt.report": "执行命令时发生错误,请报告机器人开发者:\n${err_msg}\n错误汇报地址",
"error.range.notnumber": "发生错误:无效的数字区间。",
"error.request.api.timeout": "请求 API 超时。",
"example": "你好世界!",
"failed": "失败。",
"i18n.prompt.fallback.failed": "(如果你看到了这条奇怪的字符串,说明我们又搞错了什么东西!\n请将问题反馈至\n${url}\n以便我们快速解决此问题。",
"language": "简体中文",
"message.delimiter": "、",
"message.end": "。",
"message.reply.prompt": "(请使用指定的词语回复本条消息)",
"message.wait.confirm.prompt.type1": "(发送“是”或符合确认条件的词语来确认)",
"message.wait.confirm.prompt.type2": "(发送符合条件的词语来确认)",
"no": "否",
"none": "无",
"parser.admin.module.permission.denied": "“${module}”模块下的命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.admin.submodule.permission.denied": "此命令仅能被该群组的管理员所使用,请联系管理员执行此命令。",
"parser.command.format.invalid": "语法错误。\n使用“${prefix}help ${module}”查看帮助。",
"parser.command.running.prompt": "当前有命令正在执行,请稍后再试。",
"parser.command.running.prompt2": "先前的命令正在执行中。",
"parser.module.desc": "介绍:\n${desc}",
"parser.module.disabled.prompt": "“${module}”模块未开启,请使用“${prefix}enable ${module}”开启本模块。",
"parser.module.unloaded": "“${module}”模块当前未加载,使用“${prefix}module load ${module}” 命令重新加载。",
"parser.sudo.permission.denied": "你不是本机器人的超级用户,无法使用 sudo 命令。",
"parser.superuser.permission.denied": "你没有使用该命令的权限。",
"success": "成功。",
"tos.reason": "具体原因:",
"tos.reason.abuse": "一段时间内使用命令的次数过多。",
"tos.reason.bypass": "无视临时封禁警告。",
"tos.reason.cooldown": "一段时间内使用相同命令的次数过多。",
"tos.tempbanned": "提示:\n由于你的行为触发了警告我们已对你进行临时封禁。\n距离解封时间还有 ${ban_time} 秒。",
"tos.tempbanned.warning": "提示:\n即使已被临时封禁,尝试继续滥用命令可能会导致你被再次警告。\n距离解封时间还有 ${ban_time} 秒。",
"tos.warning": "警告:\n根据服务条款你已违反我们的行为准则。",
"tos.warning.appeal": "如果你有任何异议,请至 ${issue_url} 发起问题。",
"tos.warning.count": "这是对你的第 ${current_warns} 次警告。如超过 5 次警告,我们将会把你的账户加入黑名单。",
"tos.warning.last": "这是对你的最后一次警告。",
"unknown": "未知",
"yes": "是"
}

View file

@ -12,7 +12,7 @@
"error.message.chain.plain.empty": "機器人嘗試傳送空白文字訊息,請聯絡機器人開發人員解決問題。",
"error.message.chain.unsafe": "訊息中含有不安全的內容,已被阻止。請向機器人開發人員回報問題。",
"error.message.limited": "訊息傳送失敗,可能被風控,請稍後再試。",
"error.message.paused": "群消息发送被服务器拦截,已暂停群消息发送,使用“${prefix}resume”恢复推送。",
"error.message.paused": "群訊息傳送被伺服器攔截,已暫停群訊息傳送,使用「${prefix}resume」恢復傳送。",
"error.module.helpdoc.invalid": "「${module}」模組的說明資訊有誤,請聯絡開發人員處理。",
"error.module.unbound": "「${module}」模組未綁定任何指令且無簡介,請聯絡開發人員處理。",
"error.module.unloaded": "「${module}」模組載入失敗,請聯絡開發人員解決問題。",
@ -45,10 +45,10 @@
"success": "成功。",
"tos.reason": "原因:",
"tos.reason.abuse": "一段時間內使用指令的次數過多。",
"tos.reason.bypass": "无视临时封禁警告。",
"tos.reason.bypass": "無視暫時停權警告。",
"tos.reason.cooldown": "一段時間內使用相同指令的次數過多。",
"tos.tempbanned": "提示:\n由于你的行为触发了警告,我们已对你进行临时封禁。\n距离解封时间还有 ${ban_time} 秒。",
"tos.tempbanned.warning": "提示:\n即使是触发了临时封禁,继续使用命令还是可能会导致你被再次警告。\n距离解封时间还有 ${ban_time} 秒。",
"tos.tempbanned": "提示:\n由於你的行為觸發了警告,我們已對你暫時停權。\n距解除時間還有 ${ban_time} 秒。",
"tos.tempbanned.warning": "提示:\n即使已被暫時停權,嘗試繼續濫用指令可能會導致你被再次警告。\n距解除時間還有 ${ban_time} 秒。",
"tos.warning": "警告:\n依據使用條款你已違反我們的行為準則。",
"tos.warning.appeal": "如果你有任何異義,請至 ${issue_url} 發起問題。",
"tos.warning.count": "這是第 ${current_warns} 次警告。如超過 5 次警告,我們將會把你的帳戶加入黑名單。",

View file

@ -8,23 +8,23 @@
"calc.help.option.float": "轉換為浮點數float(1) -> 1.0",
"calc.help.option.greater_equal": "大於等於1 >= 2 -> False",
"calc.help.option.hex": "轉換為十六進位hex(268) -> 0x10c",
"calc.help.option.int": "转换为整数int(1.5) -> 1",
"calc.help.option.is": "x 与 y 是同一个对象1 is 1 -> True",
"calc.help.option.int": "轉換為整數int(1.5) -> 1",
"calc.help.option.is": "x 與 y 是同一個物件1 is 1 -> True",
"calc.help.option.less_equal": "小於等於1 <= 2 -> True",
"calc.help.option.minus": "差/負數3 - 1 -> 2",
"calc.help.option.modulo": "取模5 % 2 -> 1",
"calc.help.option.more": "更多可用運算子和函",
"calc.help.option.move_left": "x 左移 y 位(相当于 x * (2 ** y)y < 100001 << 5 -> 32",
"calc.help.option.move_right": "x 右移 y 位(相当于 x / (2 ** y)y < 1000032 >> 5 -> 1",
"calc.help.option.more": "更多可用運算子和函",
"calc.help.option.move_left": "x 左移 y 位(相當於 x * (2 ** y)y < 100001 << 5 -> 32",
"calc.help.option.move_right": "x 右移 y 位(相當於 x / (2 ** y)y < 1000032 >> 5 -> 1",
"calc.help.option.multiply": "積2 * 3 -> 6",
"calc.help.option.not": "非not True -> False",
"calc.help.option.oct": "轉換為八進位oct(268) -> 0o414",
"calc.help.option.plus": "和/正數1 + 2 -> 3",
"calc.help.option.power": "x 的 y 次冪(由于性能问题,指数不得超过 4e+62 ** 3 -> 8",
"calc.help.option.rand": "0 与 1 之间的随机浮点数rand() -> 0.5789015836448923",
"calc.help.option.randint": "小于 x 的随机整数randint(6) -> 5",
"calc.help.option.power": "x 的 y 次冪(由于性能問題,指數不得超過 4e+62 ** 3 -> 8",
"calc.help.option.rand": "0 與 1 之間的隨機浮點數rand() -> 0.5789015836448923",
"calc.help.option.randint": "小于 x 的隨機整數randint(6) -> 5",
"calc.help.option.str": "轉換為字串str(1) -> \"1\"",
"calc.help.option.xor": "按位1 ^ 1 -> 0",
"calc.help.option.xor": "按位元互斥1 ^ 1 -> 0",
"calc.message.invalid": "運算式無效:${expr}",
"calc.message.running_time": "計算耗費時間:${time} ms / 10000 ms。",
"calc.message.time_out": "計算逾時。"

View file

@ -10,11 +10,11 @@
"chemical_code.message.csid.invalid.num": "發生錯誤:請輸入數字 ID",
"chemical_code.message.error": "發生錯誤:無法取得題目,可能是因為請求逾時或是 ID 無效,請重新發起遊戲。",
"chemical_code.message.incorrect": "回答錯誤,正確答案是 ${answer}。",
"chemical_code.message.incorrect.remind1": "提示:不正确,请重试。",
"chemical_code.message.incorrect.remind2": "提示:${elements} 的数量不正确,请检查。",
"chemical_code.message.incorrect.remind3": "提示:已经很接近了,请重试。",
"chemical_code.message.incorrect.remind4": "提示:可能有元素遗漏,请检查。",
"chemical_code.message.incorrect.remind5": "提示:元素顺序不正确,请检查。",
"chemical_code.message.incorrect.remind1": "提示:不正確,請重試。",
"chemical_code.message.incorrect.remind2": "提示:${elements} 的數量不正確,請檢查。",
"chemical_code.message.incorrect.remind3": "提示:已經很接近了,請重試。",
"chemical_code.message.incorrect.remind4": "提示:可能有元素遺漏,請檢查。",
"chemical_code.message.incorrect.remind5": "提示:元素順序不正確,請檢查。",
"chemical_code.message.running": "目前有遊戲正在進行。",
"chemical_code.message.timeup": "回答逾時,正確答案是 ${answer}。",
"chemical_code.stop.help": "停止目前的遊戲。",

View file

@ -11,7 +11,7 @@
"coin.message.head": "…\n…是正面",
"coin.message.mix": ",其中…\n",
"coin.message.mix.head": "…有 ${head} 枚是正面",
"coin.message.mix.stand": "…还有 ${stand} 枚立起来了!",
"coin.message.mix.stand": "…还有 ${stand} 枚立起来了!",
"coin.message.mix.tail": "${tail} 枚是反面",
"coin.message.mix.tail2": "…有 ${tail} 枚是反面",
"coin.message.prompt": "你抛了 ${count} 枚硬币",

View file

@ -11,7 +11,7 @@
"coin.message.head": "…\n…是正面",
"coin.message.mix": ",其中…\n",
"coin.message.mix.head": "…有 ${head} 枚是正面",
"coin.message.mix.stand": "…還有 ${stand} 枚立起來了!",
"coin.message.mix.stand": "…還有 ${stand} 枚立起來了!",
"coin.message.mix.tail": "${tail} 枚是反面",
"coin.message.mix.tail2": "…有 ${tail} 枚是反面",
"coin.message.prompt": "你拋了 ${count} 枚硬幣",

View file

@ -3,7 +3,7 @@
"cytoid.help.bind": "绑定 Cytoid 用户。",
"cytoid.help.profile": "查询一个用户的基本信息。",
"cytoid.help.unbind": "解绑用户。",
"cytoid.message.b30.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出这一限制,请谅解。)",
"cytoid.message.b30.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出限制,请谅解。)",
"cytoid.message.bind.failed": "绑定失败,请检查输入。",
"cytoid.message.bind.success": "绑定成功:",
"cytoid.message.error.user_not_found": "发生错误:此用户不存在。",

View file

@ -3,7 +3,7 @@
"cytoid.help.bind": "绑定 Cytoid 用户。",
"cytoid.help.profile": "查询一个用户的基本信息。",
"cytoid.help.unbind": "解绑用户。",
"cytoid.message.b30.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出这一限制,请谅解。)",
"cytoid.message.b30.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出限制,请谅解。)",
"cytoid.message.bind.failed": "绑定失败,请检查输入。",
"cytoid.message.bind.success": "绑定成功:",
"cytoid.message.error.user_not_found": "发生错误:此用户不存在。",

View file

@ -3,7 +3,7 @@
"cytoid.help.bind": "绑定 Cytoid 使用者。",
"cytoid.help.profile": "查詢一個使用者的基本資訊。",
"cytoid.help.unbind": "解除綁定使用者。",
"cytoid.message.b30.cooldown": "距离上次执行已过去 ${time} 秒,本命令的冷却时间为 150 秒。(据官方人员所述,此 API 的调用十分昂贵,故手动做出这一限制,请谅解。)",
"cytoid.message.b30.cooldown": "距上次執行已過去 ${time} 秒,此指令的冷卻時間為 150 秒。(據官方人員所述,此 API 的呼叫十分昂貴,故手動做出此限制,請諒解。)",
"cytoid.message.bind.failed": "綁定失敗,請校對輸入。",
"cytoid.message.bind.success": "綁定成功:",
"cytoid.message.error.user_not_found": "發生錯誤:此使用者不存在。",

View file

@ -10,7 +10,7 @@
"dice.help.option.polynomial": "格式为“[<N>#][<m>]d<n>[k(l)<x>][±<y>]...”如“10d4-2d20”会输出 10 个 4 面骰所有点数之和减去 2 个 20 面骰点数之和。",
"dice.help.option.polynomial.title": "多项式",
"dice.help.option.y": "多项式中可以是整数即调节值如“d20+5”会输出 1 个 20 面骰的点数加上 5 的结果。",
"dice.help.regex.desc": "(扔|投|掷|丢)<m>个[<n>面]骰子 随机骰子",
"dice.help.regex.desc": "(扔|投|掷|丢)<m>个[<n>面]骰子[<N>次] 投掷指定骰子",
"dice.message.count.too_long": "数量过大,已省略 ${count} 个数据。",
"dice.message.dc.check": "▷ 判定成功数量:${success} 判定失败数量:${failed}",
"dice.message.dc.failed": ",判定失败!",

View file

@ -10,7 +10,7 @@
"dice.help.option.polynomial": "格式為「[<N>#][<m>]d<n>[k(l)<x>][±<y>]...」如「10d4-2d20」會輸出 10 個 4 面骰所有點數之和減去 2 個 20 面骰點數之和。",
"dice.help.option.polynomial.title": "多項式",
"dice.help.option.y": "多項式中可以是整數即調整值如「d20+5」會輸出 1 個 20 面骰的點數加上 5 的結果。",
"dice.help.regex.desc": "(扔|投|擲|丟)<m>個[<n>面]骰子 隨機骰子",
"dice.help.regex.desc": "(扔|投|擲|丟)<m>個[<n>面]骰子[<N>次] 投擲指定骰子",
"dice.message.count.too_long": "數量過大,已省略 ${count} 個資料。",
"dice.message.dc.check": "▷ 判定成功數量:${success} 判定失敗數量:${failed}",
"dice.message.dc.failed": ",判定失敗!",
@ -23,7 +23,7 @@
"dice.message.error.syntax.invalid": "骰子語句中存在無法辨識的字元。",
"dice.message.error.syntax.missing_d": "骰子語句缺失字元 D。",
"dice.message.error.value": "參數錯誤: ",
"dice.message.error.value.invalid": "参数错误: 输入为“${value}”",
"dice.message.error.value.invalid": "參數错误:輸入為「${value}」",
"dice.message.error.value.k.invalid": "無效的優劣勢。",
"dice.message.error.value.k.out_of_range": "優劣势骰數大於總骰子數。",
"dice.message.error.value.M.invalid": "無效的調整值項",

View file

@ -1,13 +1,7 @@
{
"ncmusic.help.search": "搜索网易云音乐。",
"ncmusic.help.info": "获取音乐详细信息。",
"ncmusic.message.character": "${value}",
"ncmusic.message.search.collapse": "仅显示前 10 条内容……",
"ncmusic.message.search.collapse": "…仅显示前 10 条内容。",
"ncmusic.message.search.result": "搜索结果:",
"ncmusic.message.info": "歌名:${name}${id}\n专辑名${album}${album_id}\n歌手${artists}\n歌曲详情页${detail}",
"ncmusic.message.info.name": "歌名:",
"ncmusic.message.info.album": "专辑名:",
"ncmusic.message.info.artists": "歌手:",
"ncmusic.message.info.song_page": "歌曲详情页:",
"ncmusic.message.info.url": "歌曲链接:"
"ncmusic.message.info": "歌名:${name}${id}\n专辑名${album}${album_id}\n歌手${artists}\n歌曲详情页${detail}"
}

View file

@ -1,13 +1,7 @@
{
"ncmusic.help.search":"搜索网易云音乐。",
"ncmusic.help.info":"获取音乐详细信息。",
"ncmusic.message.character":"${value}",
"ncmusic.message.search.collapse": "仅显示前 10 条内容……",
"ncmusic.message.search.result":"搜索结果:",
"ncmusic.message.info":"歌名:${name}${id}\n专辑名${album}${album_id}\n歌手${artists}\n歌曲详情页${detail}",
"ncmusic.message.info.name":"歌名:",
"ncmusic.message.info.album":"专辑名:",
"ncmusic.message.info.artists":"歌手:",
"ncmusic.message.info.song_page":"歌曲详情页:",
"ncmusic.message.info.url":"歌曲链接:"
{
"ncmusic.help.search": "搜索网易云音乐。",
"ncmusic.help.info": "获取音乐详细信息。",
"ncmusic.message.search.collapse": "…仅显示前 10 条内容。",
"ncmusic.message.search.result": "搜索结果:",
"ncmusic.message.info": "歌名:${name}${id}\n专辑名${album}${album_id}\n歌手${artists}\n歌曲详情页${detail}"
}

View file

@ -1,13 +1,7 @@
{
"ncmusic.help.search": "搜索网易云音乐。",
"ncmusic.help.info": "获取音乐详细信息。",
"ncmusic.message.character": "${value}",
"ncmusic.message.search.collapse": "仅显示前 10 条内容……",
"ncmusic.help.search": "搜尋網易雲音樂。",
"ncmusic.help.info": "取得音樂詳細訊息。",
"ncmusic.message.search.collapse": "…僅顯示前 10 條內容。",
"ncmusic.message.search.result": "搜尋結果:",
"ncmusic.message.info": "歌名:${name}${id}\n专辑名${album}${album_id}\n歌手${artists}\n歌曲详情页${detail}",
"ncmusic.message.info.name": "歌名:",
"ncmusic.message.info.album": "专辑名:",
"ncmusic.message.info.artists": "歌手:",
"ncmusic.message.info.song_page": "歌曲详情页:",
"ncmusic.message.info.url": "歌曲链接:"
"ncmusic.message.info": "歌名:${name}${id}\n專輯名${album}${album_id}\n歌手${artists}\n歌曲詳情頁${detail}"
}

View file

@ -6,8 +6,8 @@
"random.help.option.password.n": "在随机字符串中使用数字。",
"random.help.option.password.s": "在随机字符串中使用特殊符号。",
"random.help.option.password.u": "在随机字符串中使用大写字母。",
"random.help.shuffle": "Shuffle the order of a given set.",
"random.help.password": "生成随机字符串,默认为字母和数字组合。",
"random.help.shuffle": "Shuffle the order of a given set.",
"random.help.uuid": "Generate random UUID (v4).",
"random.message.password.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
}

View file

@ -1,13 +1,13 @@
{
"random.help.choice": "从集合中选择元素。",
"random.help.desc": "随机数生成器(密码学安全)",
"random.help.number": "生成区间内的随机整数。",
"random.help.option.password.l": "在随机字符串中使用小写字母。",
"random.help.option.password.n": "在随机字符串中使用数字。",
"random.help.option.password.s": "在随机字符串中使用特殊符号。",
"random.help.option.password.u": "在随机字符串中使用大写字母。",
"random.help.shuffle": "打乱集合的顺序。",
"random.help.password": "生成随机字符串,默认为字母和数字组合。",
"random.help.uuid": "生成随机 UUIDv4。",
"random.message.password.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
{
"random.help.choice": "从集合中选择元素。",
"random.help.desc": "随机数生成器(密码学安全)",
"random.help.number": "生成区间内的随机整数。",
"random.help.option.password.l": "在随机字符串中使用小写字母。",
"random.help.option.password.n": "在随机字符串中使用数字。",
"random.help.option.password.s": "在随机字符串中使用特殊符号。",
"random.help.option.password.u": "在随机字符串中使用大写字母。",
"random.help.shuffle": "打乱集合的顺序。",
"random.help.password": "生成随机字符串,默认为字母和数字组合。",
"random.help.uuid": "生成随机 UUIDv4。",
"random.message.password.error.invalid": "发生错误:长度必须为小于 100 的正整数。"
}

View file

@ -23,13 +23,13 @@
"wiki.help.search": "搜尋一個 Wiki 頁面。",
"wiki.help.set": "設定起始查詢 Wiki。",
"wiki.help.wiki_inline.desc": "啟用後將自動解析訊息中帶有 [[ ]] 或 {{ }} 的字串並自動查詢 Wiki例如 [[苦力怕]]。",
"wiki.help.wiki_inline.mediawiki": "在 ≺ ≻ 或 ⧼ ⧽ 内输入标题以自动查询 MediaWiki 命名空间的页面",
"wiki.help.wiki_inline.mediawiki": "在 ≺ ≻ 或 ⧼ ⧽ 內輸入標題以自動查詢 MediaWiki 命名空間的頁面",
"wiki.help.wiki_inline.page": "在 [[ ]] 內輸入標題以自動查詢頁面。",
"wiki.help.wiki_inline.template": "在 {{ }} 內輸入標題以自動查詢模板。",
"wiki.help.wiki_inline.url": "傳送 Wiki 頁面的 URL 以生成 infobox 圖片。",
"wiki.message.ab.qq.title": "防濫用過濾器日誌",
"wiki.message.ab.qq.title.address": "防濫用過濾器位址",
"wiki.message.ab.slice": "•${title} - ${user} 于 ${time}\n 过滤器名:${filter_name}\n 处理结果:${result}",
"wiki.message.ab.slice": "•${title} - ${user} 於 ${time}\n 過濾器名:${filter_name}\n 處理結果:${result}",
"wiki.message.error.add": "發生錯誤:無法新增此 Wiki。",
"wiki.message.error.blocked": "發生錯誤:${name} 處於黑名單中。",
"wiki.message.error.info": "詳細訊息:",
@ -69,7 +69,7 @@
"wiki.message.redlink.enable": "已啟用頁面不存在時返回編輯連結。",
"wiki.message.redlink.not_found": "(頁面不存在)",
"wiki.message.redlink.not_found.uneditable": "[${title}] 頁面不存在。",
"wiki.message.rollback": "无法发送转发消息,已自动回滚至传统样式。",
"wiki.message.rollback": "無法傳送轉發訊息,已自動轉返至傳統樣式。",
"wiki.message.search": "搜尋到以下結果:",
"wiki.message.search.prompt": "回覆編號以查詢對應的頁面。",
"wiki.message.set.default": "沒有設定起始 Wiki已預設為中文 Minecraft Wiki使用「${prefix}wiki set」設定自訂起始 Wiki。\n示例${prefix}wiki set https://minecraft.fandom.com/zh/wiki/",
@ -77,7 +77,7 @@
"wiki.message.utils.banned": "檢測到外來訊息介入,請前往過濾器日誌查看所有訊息。",
"wiki.message.utils.collapse": "…僅顯示前 5 條內容。",
"wiki.message.utils.qq.prompt": "Tips複製並貼上下方的任意訊息到聊天視窗並傳送可取得此次改動詳細訊息的截圖。",
"wiki.message.utils.time.infinity": "限期",
"wiki.message.utils.time.infinity": "限期",
"wiki.message.utils.wikilib.error.empty": "發生錯誤API 未返回任何內容,請聯絡此站點管理員取得原因。",
"wiki.message.utils.wikilib.error.invalid_character": "發生錯誤:請求的頁面標題包含無效的字元:",
"wiki.message.utils.wikilib.get_failed.api": "從 API 取得訊息時出錯:",
@ -87,7 +87,7 @@
"wiki.message.utils.wikilib.get_failed.no_http_or_https_headers": "所給的連結沒有指明協議頭(連結應以 http:// 或 https:// 開頭)。",
"wiki.message.utils.wikilib.get_failed.not_a_mediawiki": "此站点也许不是一个有效的 Mediawiki",
"wiki.message.utils.wikilib.get_failed.timeout": "嘗試建立連結逾時。",
"wiki.message.utils.wikilib.no_textextracts": "警告:此 Wiki 没有开启 TextExtracts 扩展,返回的页面预览内容将为未处理的原始 Wikitext 文本。",
"wiki.message.utils.wikilib.no_textextracts": "警告:此 Wiki 沒有啟用 TextExtracts 擴充功能,返回的頁面預覽內容將為未處理的原始 Wikitext 文本。",
"wiki.message.wiki_audit.add.failed": "失敗,此 Wiki 已存在於${list_name}中:",
"wiki.message.wiki_audit.add.success": "成功加入${list_name}",
"wiki.message.wiki_audit.list.allowlist": "現有白名單:",