From ccd401c0a5ff8fef7c5903b672f163870017bbab Mon Sep 17 00:00:00 2001 From: Yuuenn <94096560+Yuuenn@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:52:02 +0300 Subject: [PATCH] add translation for fix#6512 --- apps/web/locales/zh-CN.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/locales/zh-CN.json b/apps/web/locales/zh-CN.json index 2a0ee23f05..7d529d924f 100644 --- a/apps/web/locales/zh-CN.json +++ b/apps/web/locales/zh-CN.json @@ -201,6 +201,10 @@ "environment_not_found": "环境未找到", "environment_notice": "您正处于 {environment} 环境中。", "error": "错误", + "error_component_description": "此资源不存在,或您没有访问该资源的权限。", + "error_component_title": "资源加载错误", + "error_rate_limit_description": "已达到最大请求次数,请稍后再试。", + "error_rate_limit_title": "请求速率超过上限", "expand_rows": "展开行", "finish": "完成", "follow_these": "按照这些步骤", @@ -576,8 +580,6 @@ "contacts_table_refresh": "刷新联系人", "contacts_table_refresh_success": "联系人刷新成功", "delete_contact_confirmation": "这将删除与该联系人相关的所有调查回答和联系属性。基于该联系人数据的任何定向和个性化设置都将丢失。", - "first_name": "名字", - "last_name": "姓氏", "no_responses_found": "未找到回答", "not_provided": "未提供", "search_contact": "搜索联系人", @@ -2862,4 +2864,4 @@ "usability_rating_description": "通过使用标准化的 10 个问题调查,要求用户评估他们对您产品的使用体验,来衡量感知的可用性。", "usability_score_name": "系统可用性评分 (SUS)" } -} \ No newline at end of file +}