diff --git a/src/renderer/src/i18n/locales/zh-CN.ts b/src/renderer/src/i18n/locales/zh-CN.ts index 66c6069..82d6d9b 100644 --- a/src/renderer/src/i18n/locales/zh-CN.ts +++ b/src/renderer/src/i18n/locales/zh-CN.ts @@ -15,7 +15,7 @@ export default { noData: '暂无数据', }, app: { - title: 'JRedisDesktop', + title: 'JRedis客户端', subtitle: '现代 Redis 桌面管理器', placeholder: '选择或创建连接开始使用', }, @@ -74,7 +74,7 @@ export default { duplicated: '连接已复制', }, key: { - title: '键', + title: '键值', filter: '过滤键...', loadMore: '加载更多...', count: '{n} 个键', @@ -189,8 +189,8 @@ export default { fieldCount: '{n} 个字段', }, cli: { - title: 'CLI', - welcome: 'Redis CLI - 在下方输入命令', + title: '命令行', + welcome: 'Redis 命令行 - 在下方输入命令', placeholder: '输入 Redis 命令...', stopSubscribe: '停止订阅', stopMonitor: '停止监控',