Files
2025-07-18 16:20:14 +07:00

22 lines
1.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$lang["faces-detected-faces"] = '检测到的面孔';
$lang["faces-detected-face"] = '检测到的面孔';
$lang["faces-confidence"] = '信心';
$lang["faces-find-matching"] = '查找匹配的面孔';
$lang["faces-configuration"] = 'AI 面孔配置';
$lang["faces-service-endpoint"] = 'Python FastAPI 服务 URL';
$lang["faces-match-threshold"] = '人脸匹配阈值在搜索人脸时什么相似度水平被视为匹配建议30%。';
$lang["faces-tag-threshold"] = '人脸标签阈值在自动标记人脸时什么相似度水平被视为匹配建议50%。';
$lang["faces-tag-field"] = '包含被标记个体名称的字段。此字段应为动态下拉字段。';
$lang["faces-name"] = '名称';
$lang["faces-detect-on-upload"] = '上传时扫描面孔吗?';
$lang["faces-tag-on-upload"] = '上传时标记识别的人脸?';
$lang["faces-detecting"] = '正在扫描资源中的面孔:';
$lang["faces-tagging"] = '在资源中标记检测到的面孔:';
$lang["faces-confidence-threshold"] = '人脸信心阈值模型应该对找到人脸的信心有多高建议70%(低于此值将匹配模糊的人脸和非人脸)';
$lang["faces-oneface"] = '请为每个面只选择一个选项。';
$lang["faces-show-view"] = '在查看页面上显示AI人脸功能。';
$lang["faces_count_faces"] = '检测到的总面数';
$lang["faces_count_missing"] = '待处理的图像';