frigate/web/public/locales/zh-Hans/config/validation.json
Hosted Weblate a93b3e329c
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 71.4% (654 of 915 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (1084 of 1084 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (22 of 22 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 73.9% (17 of 23 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 82.8% (387 of 467 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 20.5% (96 of 467 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 8.6% (94 of 1084 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 7.2% (34 of 467 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 65.2% (15 of 23 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 3.1% (34 of 1084 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 71.3% (653 of 915 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 82.8% (140 of 169 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 54.5% (12 of 22 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 52.0% (13 of 25 strings)

Co-authored-by: GuoQing Liu <842607283@qq.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 郁闷的太子 <taiziccf@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-cameras/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-global/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-groups/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/config-validation/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-settings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-system/zh_Hans/
Translation: Frigate NVR/Config - Cameras
Translation: Frigate NVR/Config - Global
Translation: Frigate NVR/Config - Groups
Translation: Frigate NVR/Config - Validation
Translation: Frigate NVR/views-exports
Translation: Frigate NVR/views-settings
Translation: Frigate NVR/views-system
2026-03-11 06:40:14 +01:00

33 lines
1.3 KiB
JSON

{
"minimum": "必须至少为 {{limit}}",
"maximum": "最大值不能超过 {{limit}}",
"exclusiveMinimum": "必须大于 {{limit}}",
"exclusiveMaximum": "必须小于 {{limit}}",
"minLength": "长度至少为 {{limit}} 个字符",
"maxLength": "长度最多为 {{limit}} 个字符",
"minItems": "至少包含 {{limit}} 项",
"maxItems": "最多包含 {{limit}} 项",
"pattern": "格式无效",
"required": "此字段为必填项",
"type": "值类型无效",
"ffmpeg": {
"inputs": {
"detectRequired": "必须至少有一个输入流分配为“检测”功能。",
"rolesUnique": "每个功能只能分配给一个输入流。",
"hwaccelDetectOnly": "只有分配了检测功能的输入流才能定义硬件加速参数。"
}
},
"enum": "必须是允许的值之一",
"const": "值与预期的常量不匹配",
"uniqueItems": "所有项必须唯一",
"format": "格式无效",
"additionalProperties": "不允许未知属性",
"oneOf": "必须完全匹配一个允许的模式",
"anyOf": "必须至少匹配一个允许的模式",
"proxy": {
"header_map": {
"roleHeaderRequired": "配置权限组映射时需要的 role 请求头。"
}
}
}