mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 11:56:01 +00:00
chore: add label for pii confidence field (#11718)
* chore: add label for pii confidence field * update label
This commit is contained in:
parent
0bac709588
commit
abf158670f
@ -1038,7 +1038,7 @@ const ConfigureIngestion = ({
|
|||||||
{
|
{
|
||||||
name: 'confidence',
|
name: 'confidence',
|
||||||
id: 'root/confidence',
|
id: 'root/confidence',
|
||||||
label: null,
|
label: t('label.auto-pii-confidence-score'),
|
||||||
helperText: t('message.confidence-percentage-message'),
|
helperText: t('message.confidence-percentage-message'),
|
||||||
required: false,
|
required: false,
|
||||||
type: FieldTypes.SLIDER_INPUT,
|
type: FieldTypes.SLIDER_INPUT,
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "Authentication URI",
|
"authentication-uri": "Authentication URI",
|
||||||
"authority": "Authority",
|
"authority": "Authority",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "Auto Tag PII",
|
"auto-tag-pii-uppercase": "Auto Tag PII",
|
||||||
"automatically-generate": "Automatically Generate",
|
"automatically-generate": "Automatically Generate",
|
||||||
"average-session": "Avg. Session Time",
|
"average-session": "Avg. Session Time",
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "URI de autenticación",
|
"authentication-uri": "URI de autenticación",
|
||||||
"authority": "Autoridad",
|
"authority": "Autoridad",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "Etiqueta de información personal identificable automática",
|
"auto-tag-pii-uppercase": "Etiqueta de información personal identificable automática",
|
||||||
"automatically-generate": "Generar automáticamente",
|
"automatically-generate": "Generar automáticamente",
|
||||||
"average-session": "Tiempo promedio de sesión",
|
"average-session": "Tiempo promedio de sesión",
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "URI d'Authentification",
|
"authentication-uri": "URI d'Authentification",
|
||||||
"authority": "Authorité",
|
"authority": "Authorité",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "Auto Tag DPI",
|
"auto-tag-pii-uppercase": "Auto Tag DPI",
|
||||||
"automatically-generate": "Genérer Automatiquement",
|
"automatically-generate": "Genérer Automatiquement",
|
||||||
"average-session": "Temps moyen d'une Session",
|
"average-session": "Temps moyen d'une Session",
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "認証URI",
|
"authentication-uri": "認証URI",
|
||||||
"authority": "Authority",
|
"authority": "Authority",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "自動PIIタグ",
|
"auto-tag-pii-uppercase": "自動PIIタグ",
|
||||||
"automatically-generate": "自動生成",
|
"automatically-generate": "自動生成",
|
||||||
"average-session": "平均セッション時間",
|
"average-session": "平均セッション時間",
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "URI de autenticação",
|
"authentication-uri": "URI de autenticação",
|
||||||
"authority": "Autoridade",
|
"authority": "Autoridade",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "MARCADOR AUTOMÁTICO PII",
|
"auto-tag-pii-uppercase": "MARCADOR AUTOMÁTICO PII",
|
||||||
"automatically-generate": "Gerado automaticamente",
|
"automatically-generate": "Gerado automaticamente",
|
||||||
"average-session": "Sessão média",
|
"average-session": "Sessão média",
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
"auth0": "Auth0",
|
"auth0": "Auth0",
|
||||||
"authentication-uri": "鉴权 URI",
|
"authentication-uri": "鉴权 URI",
|
||||||
"authority": "授权",
|
"authority": "授权",
|
||||||
|
"auto-pii-confidence-score": "Auto PII Confidence Score",
|
||||||
"auto-tag-pii-uppercase": "自动标记 PII",
|
"auto-tag-pii-uppercase": "自动标记 PII",
|
||||||
"automatically-generate": "自动生成",
|
"automatically-generate": "自动生成",
|
||||||
"average-session": "平均会话时间",
|
"average-session": "平均会话时间",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user