Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/dice/locales/zh_cn.json
2023-07-12 01:59:53 +08:00

42 lines
No EOL
3.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"dice.help": "投掷指定骰子,可指定投骰次数与 dc 判断判定。",
"dice.help.desc": "随机骰子。",
"dice.help.option.dc": "在每一次投掷输出结果时进行判定,若结果大于 dc 则判定为成功,否则判定失败。",
"dice.help.option.klx": "表示输出其最小的 x 个骰子点数之和。",
"dice.help.option.kx": "表示输出其最大的 x 个骰子点数之和。",
"dice.help.option.m": "表示骰子数量,输出其所有点数之和(省略则默认 1。",
"dice.help.option.N": "将多项式的操作重复 N 次(投骰 N 次),之后输出 N 个结果。",
"dice.help.option.n": "表示骰子面数。",
"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>面]骰子[<N>次] 投掷指定骰子",
"dice.message.count.too_long": "数量过大,已省略 ${count} 个数据。",
"dice.message.dc.check": "▷ 判定成功数量:${success} 判定失败数量:${failed}",
"dice.message.dc.failed": ",判定失败!",
"dice.message.dc.success": ",判定成功!",
"dice.message.error": "解析骰子多项式时存在以下错误:",
"dice.message.error.dc.invalid": "发生错误:无效的 dc",
"dice.message.error.N.invalid": "发生错误:无效的投骰次数:",
"dice.message.error.prompt": "第 ${i} 项发生",
"dice.message.error.syntax": "语法错误:",
"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.k.invalid": "无效的优劣势。",
"dice.message.error.value.k.out_of_range": "优劣势骰数大于总骰子数。",
"dice.message.error.value.M.invalid": "无效的调节值项",
"dice.message.error.value.m.invalid": "无效的骰子数量。",
"dice.message.error.value.M.out_of_range": "调节值不得小于 ${min} 或大于 ${max}。",
"dice.message.error.value.n.d1": "1……1 面的骰子?",
"dice.message.error.value.n.invalid": "无效的骰子面数。",
"dice.message.error.value.n.less2": "骰子面数不得小于 2。",
"dice.message.error.value.n.out_of_range": "骰子数量不得小于 1 或大于 ${max}。",
"dice.message.error.value.N.out_of_range": "投骰次数不得小于 1 或大于 ${max}。",
"dice.message.error.value.too_long": "骰子多项式项数超过限制。",
"dice.message.output": "你掷得的结果是:",
"dice.message.output.too_long": "数量过大,已省略 ${length} 个数据。",
"dice.message.too_long": "输出过长……",
"dice.message.error.config": "骰子配置发生错误,请检查配置文件。"
}