From a49d0885408fadb329d48078a38908f03b9f7964 Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 11 Jul 2026 17:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/i18n/locales/zh-CN.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: '停止监控',