I’ve converted my v7 app to v8 and on execution I’ve see the file tab_erro_es.js is showed as not found in browser network monitor. Digging into _lib\js folder I’ve found that the only one tab_erro_*.js file is inside with the name tab_erro_.lang.js and it’s content is:
Nm_erro = {
"lang_jscr_dcml" : "小數點",
"lang_jscr_decm" : "十份之一秒",
"lang_jscr_hour" : "小時",
"lang_jscr_iday" : "日",
"lang_jscr_intg" : "整數和",
"lang_jscr_ivcr" : "信用卡號碼無效",
"lang_jscr_ivdt" : "數據無效",
"lang_jscr_ivem" : "電郵無效",
"lang_jscr_ivnb" : "整數無效",
"lang_jscr_ivtm" : "時間格式無效",
"lang_jscr_ivv2" : "日期格式無效",
"lang_jscr_ivvl" : "小數點位置無效",
"lang_jscr_maxm" : "最大",
"lang_jscr_maxm_date" : "最大日期",
"lang_jscr_minm" : "最小",
"lang_jscr_minm_date" : "最小日期",
"lang_jscr_mint" : "分鐘",
"lang_jscr_mnth" : "月",
"lang_jscr_msfr" : "表格必須有名稱",
"lang_jscr_mslg" : "沒有登入資訊",
"lang_jscr_msob" : "這個項目必須要有名稱",
"lang_jscr_mxdg" : "數字超出預計值",
"lang_jscr_mxvl" : "長度超出最大值",
"lang_jscr_nnum" : "只可數字",
"lang_jscr_nvlf" : "負號必須在數值的左邊",
"lang_jscr_reqr" : "必須填寫",
"lang_jscr_secd" : "秒",
"lang_jscr_wfix" : "﹣是否需要更改?"
}