# PR Checklist
- [YES, I tested it on models from OpenAI/Anthropic/Google.] Did you
check if it works normally in all models? *ignore this when it dosen't
uses models*
- [No, I've only tested it on node hosted versions] Did you check if it
works normally in all of web, local and node hosted versions? if it
dosen't, did you blocked it in those versions?
- [No] Did you added a type def?
# Description
Fixed an issue where the “Temperature” parameter was not scaled
correctly when using the “Separate Parameters” feature.
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [ ] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?
# Description

I propose adding a feature to disable regex scripts instead of deleting
them. In this PR, I opted for the approach that minimizes edits to the
original source code, but I believe it’s worth considering alternatives,
such as using a custom flag or a separate toggle. I’d like to gather
your feedback on this approach and make further adjustments if
necessary.
# PR Checklist
- [x] Did you check if it works normally in all models? *Not applicable
since this is a JSON translation update.*
- [x] Did you check if it works normally in all of web, local and node
hosted versions? *Not applicable since this is a JSON translation
update.*
- [x] Did you added a type def? *Not applicable since no type
definitions are involved in this PR.*
# Description
- Completed translation for the current version
- Adjusted wording:
- Changed "你" to "您" for consistent use of formal language
- Made minor refinements to better align with Traditional Chinese usage
(e.g., "圖像" changed to "圖片", etc.)