'use strict'; const title = 'Cocos 小秘书'; module.exports = { title, 'info-title': '提示', 'warn-title': '警告', 'info-non-logged-in': `您尚未登录账号,如需使用${title},请先登录。`, 'get-entry-url-failed': '无法获取入口URL', ok: '确定', cancel: '取消', 'save-image': '保存图片', 'save-file': '保存文件', 'select-image': '选择图片', 'select-file': '选择文件', 'image-filter-name': '图片', 'file-filter-name': '文件', 'session-expired': '您的登录状态已过期,请重新登录 Cocos Creator 。', 'new-version-found': `发现 ${title} 新版本: v_ ,强烈推荐您更新。是否立即更新?`, 'download-new-version-failed': `下载 ${title} 新版本失败。`, 'remove-current-version-failed': `移除当前 ${title} 版本失败,或许有多个Cocos Creator在运行,请关闭后重试,或者尝试在拓展商店中手动升级。`, 'install-new-version-failed': `安装 ${title} 新版本失败。`, 'install-new-version-succeed': `安装 ${title} 新版本成功。`, };