/*! * This is a i18n.locale language object. * * Traditional chinese translation by Tim Latz, latz.tim@gmail.com * * @author * Tim Latz (latz.tim@gmail.com) * * @see * me-i18n.js * * @params * - exports - CommonJS, window .. */ ;(function(exports, undefined) { "use strict"; exports.zh = { "Fullscreen" : "全螢幕", "Go Fullscreen" : "全屏模式", "Turn off Fullscreen" : "退出全屏模式", "Close" : "關閉" }; }(mejs.i18n.locale.strings));