Archived
1
0
Fork 0
This commit is contained in:
Dorobot 2024-01-27 17:34:43 +08:00 committed by GitHub
parent ee9ce1ba4b
commit f3150a3951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"dice.help.option.polynomial.title": "Polynomial",
"dice.help.option.y": "The polynomial can be an integer (adjustment value). e.g., \"d20+5\" will output the result of adding 5 to the number of a 20-sided die.",
"dice.help.regex.desc": "(扔|投|掷|丢)<m>个[<n>面]骰子 Roll the specified dice.",
"dice.message.dc.check": "▷ Check success(es): ${success} Check failure(s): ${failed}",
"dice.message.dc.check": "▷ Check Success: ${success} Check Failure: ${failed}",
"dice.message.dc.failed": " Failed!",
"dice.message.dc.success": " Success!",
"dice.message.error": "The following error occurred while parsing the dice polynomial: ",

View file

@ -13,8 +13,8 @@
"dice.help.option.y": "多项式中可以是整数即调节值如“d20+5”会输出 1 个 20 面骰的点数加上 5 的结果。",
"dice.help.regex.desc": "(扔|投|掷|丢)<m>个[<n>面]骰子[<N>次] 投掷指定骰子。",
"dice.message.dc.check": "▷ 判定成功数量:${success} 判定失败数量:${failed}",
"dice.message.dc.failed": " 判定失败!",
"dice.message.dc.success": " 判定成功!",
"dice.message.dc.failed": " 判定失败!",
"dice.message.dc.success": " 判定成功!",
"dice.message.error": "解析骰子多项式时发生以下错误:",
"dice.message.error.dc.invalid": "发生错误:无效的 DC",
"dice.message.error.N.invalid": "发生错误:无效的投骰次数:",

View file

@ -13,8 +13,8 @@
"dice.help.option.y": "多項式中可以是整數即調整值如「d20+5」會輸出 1 個 20 面骰的點數加上 5 的結果。",
"dice.help.regex.desc": "(扔|投|擲|丟)<m>個[<n>面]骰子[<N>次] 投擲指定骰子。",
"dice.message.dc.check": "▷ 判定成功數量:${success} 判定失敗數量:${failed}",
"dice.message.dc.failed": " 判定失敗!",
"dice.message.dc.success": " 判定成功!",
"dice.message.dc.failed": " 判定失敗!",
"dice.message.dc.success": " 判定成功!",
"dice.message.error": "解析骰子多項式時發生以下錯誤:",
"dice.message.error.dc.invalid": "發生錯誤:無效的 DC",
"dice.message.error.N.invalid": "發生錯誤:無效的投骰次數:",