mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2025-10-11 01:26:44 +00:00
first commit
This commit is contained in:
0
console-pro/i18n/en.js
Normal file
0
console-pro/i18n/en.js
Normal file
29
console-pro/i18n/zh.js
Normal file
29
console-pro/i18n/zh.js
Normal file
@@ -0,0 +1,29 @@
|
||||
"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: '返回'
|
||||
};
|
Reference in New Issue
Block a user