From OpenSCADAWiki
Revision as of 09:31, 17 March 2025 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
CONCEPTUAL > Messages Translation (fixes of the conceptual changes of the previous updates)
- LibsDB.OscadaLibs: Automatic updating some translation.
- LibsDB.vcaBase.wlb_Main:
- Appended of the dynamic messages with Ukrainian translation for main ones of DiskSMART and UPS during representing by "Object properties (objProps)".
- anShow,anShow1: Appended of translation dynamic messages from parameter attributes NAME and DESCR.
- FIX:RootPgSo: The attribute "Procedure of the Demo play (demoPlayProc)" set to the type "Text (translate)".
- SYS,DAQ,UI.VCAEngine: Implementing of disabling translation of string configuration fields, DAQ attributes, UI attributes at changing in the dynamic execution:
- SYS,DAQ,DB.{FireBird,MySQL,ODBC,PostgreSQL,SQLite}: appending the unified method {TCfg,TVal}::isTransl() of checking translation the element, and moving on its everywhere;
- TVal: appending the "mNoTransl" flag and functions of its treating: noTransl(), setNoTransl(), TValue::setNoTransl();
- FIX:SYS: TMess: Appending messages to the table "Trs" is enabled only in the messages level Debug, for preventing flooding to the table of any translated messages and not.
- UI.VCAEngine::Attr: appending the "NoTransl" flag and its treating in isTransl();
- translation is disabled:
- at writing through links of implementation the templates in TPrmTempl::Impl::lnkOutput();
- at the User API call TVal::set();
- UI.VCAEngine: at Widget attribute change in the Session context for widgets in processing and at writing to DAQ attribute by links.
- the DAQ Parameters added of restoring the translation of dynamically changed configuration fields at load.
- FIX:DAQ.OPC_UA,Protocol.HTTP,UI.{QTCfg,Vision}: Fixing and improving some original messages.
- FIX:DAQ: Fixing-finishing the dynamic translation for title of the controller and parameter object.
- FIX: Templates fixed-adapted to the dynamic translation in using the IO names.
- FIX: Fixing-finishing the dynamic translation of values requesting in the Control Request TValue::"get:/serv/attr" for non archiving elements.
- Parameter templates allowed in setting empty names for their translation clearing in the dynamic translation mode.
- FIX:DAQGate: Some fixed in Ukrainian translation.
- FIX:JavaLikeCalk: Some improved in the translation.
- FIX:Protocol.OPC_UA: Adaption to the dynamic translation in data requests.
- FIX:UI.{QTCfg,Vision}: The messages "Load from DB" and "Save to DB" renamed to "Load" and "Save" and with "storage" instead "DB" in full messages.
- FIX:UI.VCAEngine: The session User API function this.attr() fixed in checking the translation flag TFld::TransltText.
- FIX: Templates fixed-adapted to the dynamic translation in using the configuration template of the attributes.