Archived
1
0
Fork 0

New Crowdin updates (#1090)

* New translations zh_cn.json (English)

* New translations zh_cn.json (English)
This commit is contained in:
Dorobot 2024-01-27 17:10:20 +08:00 committed by GitHub
parent 7e19f3297f
commit ce5a5a60f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -122,7 +122,7 @@
"core.message.module.reload.no_more": "No remaining files were found.",
"core.message.module.reload.not_found": "Failed: Module \"${module}\" does not exist.",
"core.message.module.reload.success": "Successfully reloaded module(s):\n${module}",
"core.message.module.reload.with": "And ${reloadCnt} files under these module(s).",
"core.message.module.reload.with": "And ${reloadCnt} file(s) under these module(s).",
"core.message.module.unload.base": "Failed: \"${module}\" is a base module, thus cannot be unloaded.",
"core.message.module.unload.confirm": "This operation will unload all modules related to it and disable them completely after the next restart (not including cross-reference). Continue?",
"core.message.module.unload.not_found": "Failed: This module does not exist.",

View file

@ -23,7 +23,7 @@
"dice.message.error.syntax.invalid": "Unrecognized characters in dice polynomial.",
"dice.message.error.syntax.missing_d": "Dice polynomial missing character \"D\".",
"dice.message.error.value": "value error: ",
"dice.message.error.value.invalid": "value error: Input \"${value}\",",
"dice.message.error.value.invalid": "value error: Input \"${value}\". ",
"dice.message.error.value.k.invalid": "Invalid advantages and disadvantages.",
"dice.message.error.value.k.out_of_range": "The number of advantage and disadvantage dice is greater than the total number of dice.",
"dice.message.error.value.m.invalid": "Invalid number of dice.",
@ -32,8 +32,8 @@
"dice.message.error.value.n.out_of_range": "The number of dice cannot be less than 1 or greater than ${max}.",
"dice.message.error.value.N.out_of_range": "The number of die rolls cannot be less than 1 or greater than ${max}.",
"dice.message.error.value.too_long": "The number of items in the dice polynomial exceeds the limit.",
"dice.message.output": "The result of your roll(s):",
"dice.message.output.too_long": "Number is too long, ${length} items have been omitted",
"dice.message.output": "Your result: ",
"dice.message.output.too_long": "${length} items have been omitted",
"dice.message.rule.disable": "The check rule has been changed to forward.",
"dice.message.rule.enable": "The check rule has been changed to reverse.",
"dice.message.too_long": "Output is too long...",