String imt_origin(String value) { String currentKey = TDeskHashKey.getHashKey(value); String translatedValue = t[currentKey] ?? value; return translatedValue; }