From 753776b77005ca09282bb81ce0318c9ce31e2007 Mon Sep 17 00:00:00 2001 From: zed <1226746828@qq.com> Date: Mon, 25 May 2026 13:13:47 +0800 Subject: [PATCH] fix(i18n): translate custom GIF mascot strings for zh-CN (#2538) Co-authored-by: zed <14452662+nidieopq@user.noreply.gitee.com> Co-authored-by: Steven Enamakel --- app/src/lib/i18n/chunks/zh-CN-5.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/lib/i18n/chunks/zh-CN-5.ts b/app/src/lib/i18n/chunks/zh-CN-5.ts index d984d114e..af2d48616 100644 --- a/app/src/lib/i18n/chunks/zh-CN-5.ts +++ b/app/src/lib/i18n/chunks/zh-CN-5.ts @@ -190,11 +190,10 @@ const zhCN5: TranslationMap = { 'settings.mascot.active': '活跃', 'settings.mascot.characterDesc': '选择你的 OpenHuman 角色', 'settings.mascot.characterHeading': '角色', - // TODO: translate custom GIF mascot strings. 'settings.mascot.customGifError': - '输入 HTTPS .gif URL、环回 HTTP .gif URL、file:// .gif URL 或本地 .gif 路径。', + '输入 HTTPS .gif 链接、本地回环 HTTP .gif 链接、file:// .gif 链接或本地 .gif 路径。', 'settings.mascot.customGifHeading': '自定义 GIF 头像', - 'settings.mascot.customGifLabel': '自定义 GIF 头像 URL', + 'settings.mascot.customGifLabel': '自定义 GIF 头像链接', 'settings.mascot.colorDesc': '选择颜色方案', 'settings.mascot.colorHeading': '颜色', 'settings.mascot.loadingLibrary': '正在加载 OpenHuman 库…',