Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (651 of 651 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (217 of 217 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (651 of 651 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (54 of 54 strings)

Co-authored-by: GuoQing Liu <842607283@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/common/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/
Translation: Frigate NVR/common
Translation: Frigate NVR/views-facelibrary
Translation: Frigate NVR/views-settings
This commit is contained in:
Hosted Weblate 2026-02-06 17:04:09 +01:00 committed by Nicolas Mowen
parent fc3f798bd6
commit ff20be58b4
3 changed files with 6 additions and 4 deletions

View File

@ -208,7 +208,8 @@
"bg": "保加利亚语 (Български)",
"gl": "加利西亚语 (Galego)",
"id": "印度尼西亚语 (Bahasa Indonesia)",
"ur": "乌尔都语 (اردو)"
"ur": "乌尔都语 (اردو)",
"hr": "克罗地亚语Hrvatski"
},
"appearance": "外观",
"darkMode": {

View File

@ -2,7 +2,8 @@
"description": {
"addFace": "我们将引导你如何向人脸库中添加新的合集。",
"placeholder": "请输入此合集的名称",
"invalidName": "名称无效。名称只能包含字母、数字、空格、撇号、下划线和连字符。"
"invalidName": "名称无效。名称只能包含字母、数字、空格、撇号、下划线和连字符。",
"nameCannotContainHash": "名称中不允许包含“#”符号。"
},
"details": {
"person": "人",

View File

@ -282,7 +282,7 @@
},
"delete": {
"title": "确认删除",
"desc": "你确定要删除{{type}} <em>{{name}}</em> 吗?",
"desc": "你确定要删除{{type}} “<strong>{{name}}</strong>” 吗?",
"success": "{{name}} 已被删除。"
},
"error": {
@ -543,7 +543,7 @@
"hide": "隐藏密码",
"requirements": {
"title": "密码要求:",
"length": "至少8个字符",
"length": "至少需要 12 位字符",
"uppercase": "至少一个大写字母",
"digit": "至少一位数字",
"special": "至少一个特殊符号 (!@#$%^&*(),.?\":{}|<>)"