There is now possibility at the moment to translate the states' names
Changing line 469 like
$states_lookup[$result->case_state_realm][$result->csid] = array('name' => t($result->case_state_name), 'realm' => $result->case_state_realm, 'csid' => $result->csid);
solved for me this issue. If it is possible commit it.
Comments
Comment #1
nbayaman commentedin casetracker.module file :)
Comment #2
morbus iffStates are user data and, like the rest of Drupal, aren't valid considerations for t().