Este StackOverflow menciona:
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"http://www.stackoverflow.com"})
end tell
end tell
no seu caso, altero as propriedades para:
{URL:"http://translate.google.com/#en/es/" & item 1 of argv}
(alterou o acúmulo de URL, pois o seu não funcionará com o Google Tradutor atual)