Merge branch 'v3.7.0' into issue_438_autofeat_apimodel
This commit is contained in:
commit
15f6aae91f
3 changed files with 10 additions and 4 deletions
|
|
@ -1675,6 +1675,12 @@
|
|||
},
|
||||
"prefs_google_gemini_thinking_budget_Info": {
|
||||
"message": "Define the number of tokens to be used for thinking. Leave this field blank if the selected model does not support thinking or if you want to use the default method. Enter 0 to disable thinking, or -1 to enable dynamic thinking.",
|
||||
"SelectAll": {
|
||||
"message": "Select All",
|
||||
"description": ""
|
||||
},
|
||||
"DeselectAll": {
|
||||
"message": "Deselect All",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,8 +144,8 @@
|
|||
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_AutoTags__</span>
|
||||
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
|
||||
<div id="account_selector_checkboxes"></div>
|
||||
<button type="button" id="accounts_select_all">Select All</button>
|
||||
<button type="button" id="accounts_deselect_all">Deselect All</button>
|
||||
<button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
|
||||
<button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
|
||||
</div>
|
||||
<script src="mzta-add-tags.js" type="module"></script>
|
||||
<script src="../../js/mzta-i18n.js"></script>
|
||||
|
|
|
|||
|
|
@ -61,8 +61,8 @@
|
|||
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_Spamfilter__</span>
|
||||
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
|
||||
<div id="account_selector_checkboxes"></div>
|
||||
<button type="button" id="accounts_select_all">Select All</button>
|
||||
<button type="button" id="accounts_deselect_all">Deselect All</button>
|
||||
<button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
|
||||
<button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
|
||||
</div>
|
||||
<div id="spamfitler_reports_container">
|
||||
<h2>__MSG_SpamReport_Title__</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue