Всем привет! Есть следующий код:
function translate(text) {
var translation_array = {
error_template_not_found : "Error, tamplate no found.",
success_download_comp : "Download comleated successfull"
}
}
Мне надо вывести соответствующее значение из переменной text. Если переменная text=error_template_not_found, то выводит Error, tamplate no found. Через alert(translation_array.text); не получается, подскажите чайнику пожалуйста