// map.put("l10n_en", paras[0].toLowerCase());
// map.put("l10n_china", paras[1]);
// this.service.addBatch(map);
// }
// }
theService.beginBatch();
String trans = this.actionForm.getValue("trans");
String[] tranArray = trans.split("\n");
for(int i = 0; i < tranArray.length; i++){
String aLine = tranArray[i];
if(aLine==null){