mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 09:56:03 -05:00
* Update login token modal and button behavior Removes orange background from username and password fields in the login token modal, updates modal title to 'Login Token Created', disables the OK button, and changes the Cancel button text to 'Close'. Also adds a 'return false' statement to account_createLoginTokenEx to keep the modal open upon token creation. * Added Close and Login Token Created Added Close and Login Token Created * Add translations for 'Login Token Created' Added multiple language translations for the 'Login Token Created' message in translate.json to improve localization support.
You can help translate MeshCentral into other languages pretty easily. In this folder is a "translate.json" file containing the english strings and translated strings in other languages. Download the following Windows tool to open the "translate.json" file and edit strings. https://meshcentral.com/tools/ResourceTranslator.zip Once done, save the file back and run this: node translate.js translateall This will re-generate all of the translated web pages with the new strings. You can then do a GitHub pull request on the MeshCentral GitHub to update the "translate.json" file, or send the file to "ylianst@gmail.com".