console-pro-free/console-pro/i18n/zh.js
la vie est belle 620637fd28 first commit
2023-11-01 10:27:59 +08:00

29 lines
947 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
module.exports = {
title: 'Cocos Console Pro',
open: '打开',
description:'一款拥有丰富功能的控制台插件',
updateWarn: 'Cocos Console Pro插件新版本已上线快去Cocos商店下载吧。:)',
clearLog: '清空日志',
clearLogToolTip: '清空当前显示的日志',
clearOnPreview: '预览时清空',
openLog: '打开日志',
openLogToolTip: '打开日志文件',
openSettings: '偏好设置',
openSettingsToolTip: '打开日志偏好设置',
noLogFile: '没有找到日志文件',
searchPlaceholder: '搜索日志',
matchCaseToolTip: '大小写匹配',
matchWholeToolTip: '全字符匹配',
matchRegToolTip: '正则匹配',
icon: '图标',
time: '时间',
type: '类型',
content: '内容',
copy: '复制',
delete: '删除',
expand: '展开',
collapse: '收缩',
develop: '正在开发中',
back: '返回'
};