Archived
1
0
Fork 0

Update source file zh_cn.json

This commit is contained in:
多羅狼 2023-03-19 19:44:11 +08:00
parent 889b5c7e0e
commit f1a748c27e

View file

@ -1,28 +1,28 @@
{
"coin.begin": "你抛了$count 枚硬币,",
"coin.help": "抛n枚硬币",
"coin.error": "发生错误:",
"coin.error.amount": "发生错误:无效的硬币个数:",
"coin.error.max": "发生错误:你最多只能抛 $max 个硬币",
"coin.error.nocoin": "发生错误:你抛了个空气,什么也没发生...",
"coin.error.rate": "发生错误:硬币概率错误",
"coin.drop_place": "它掉到了$drop_place...",
"coin.drop_place.door": "门口",
"coin.drop_place.floor": "地上",
"coin.drop_place.moon": "月球",
"coin.drop_place.ontable": "桌子上",
"coin.drop_place.undertable": "桌子底下",
"coin.drop_place.window": "窗户外",
"coin.head": "...是正面!",
"coin.head.all": "它们...\n...全是正面!",
"coin.tail": "...是反面!",
"coin.tail.all": "它们...\n...全是反面!",
"coin.mix": "其中...\n有",
"coin.mix.head": " $head 枚是正面,",
"coin.mix.tail": "$tail 枚是反面",
"coin.mix.stand": "...还有 $stand 枚立起来了!",
"coin.mix.end": "。",
"coin_regex.help": "打开后将在发送的聊天内容匹配以下信息时执行对应命令:\n",
"coin.stand": "...它立起来了!",
"coin.stand.all": "它们...\n...全都立起来了?!"
{
"coin.begin": "你抛了${count} 枚硬币,",
"coin.help": "抛n枚硬币",
"coin.error": "发生错误:",
"coin.error.amount": "发生错误:无效的硬币个数:",
"coin.error.max": "发生错误:你最多只能抛 ${max} 个硬币",
"coin.error.nocoin": "发生错误:你抛了个空气,什么也没发生...",
"coin.error.rate": "发生错误:硬币概率错误",
"coin.drop_place": "它掉到了${drop_place}…",
"coin.drop_place.door": "门口",
"coin.drop_place.floor": "地上",
"coin.drop_place.moon": "月球",
"coin.drop_place.ontable": "桌子上",
"coin.drop_place.undertable": "桌子底下",
"coin.drop_place.window": "窗户外",
"coin.head": "是正面!",
"coin.head.all": "它们…\n…全是正面!",
"coin.tail": "是反面!",
"coin.tail.all": "它们…\n…全是反面!",
"coin.mix": "其中\n有",
"coin.mix.head": " ${head} 枚是正面,",
"coin.mix.tail": "${tail} 枚是反面",
"coin.mix.stand": "…还有 ${stand} 枚立起来了!",
"coin.mix.end": "。",
"coin_regex.help": "打开后将在发送的聊天内容匹配以下信息时执行对应命令:\n",
"coin.stand": "它立起来了!",
"coin.stand.all": "它们…\n…全都立起来了?!"
}