Translatable Strings in Javascript

Permalink
I'm developing a block in which the js (in blocks/block_name/js/block_name.js) needs access to multiple strings that have been subject to c5's translation mechanism (t(), etc). What's the core mechanism for providing javascript translations?

Gondwana