Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit db3f304

Browse files
authored
Merge pull request #134 from silinternational/feature/smartphone-to-authenticator
replace smartphone with authenticator IDP-24
2 parents f824d5d + 79396e8 commit db3f304

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

dictionaries/mfa.definition.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
"ko": "코드 입력"
3737
},
3838
"totp_header": {
39-
"en": "Get a code from your smartphone app",
40-
"es": "Obtenga un código de la aplicación de su teléfono inteligente",
41-
"fr": "Obtenez un code depuis l'application sur votre smartphone",
42-
"ko": "스마트폰 앱에서 코드 받기"
39+
"en": "Get a code from your authenticator app",
40+
"es": "Obtenga un código de su aplicación de autenticación",
41+
"fr": "Obtenez un code depuis votre application d'authentification",
42+
"ko": "인증 앱에서 코드 받기"
4343
},
4444
"totp_icon": {
45-
"en": "Smartphone app icon",
45+
"en": "Authenticator app icon",
4646
"es": "Icono de aplicación de teléfono inteligente",
4747
"fr": "Icône de l'application Smartphone",
48-
"ko": "스마트폰 응용 프로그램 아이콘"
48+
"ko": "인증 응용 프로그램 아이콘"
4949
},
5050
"totp_instructions": {
51-
"en": "You will need to check your smartphone app for the current code.",
52-
"es": "Deberá verificar la aplicación de su teléfono inteligente para ver el código actual.",
53-
"fr": "Vous devriez vérifier l'application sur votre smartphone pour voir le code actuel.",
54-
"ko": "스마트폰 앱에서 현재 코드를 확인해야합니다."
51+
"en": "You will need to check your authenticator app for the current code.",
52+
"es": "Deberá verificar la aplicación de autenticación para ver el código actual.",
53+
"fr": "Vous devriez vérifier l'application d'authentification pour voir le code actuel.",
54+
"ko": "인증 앱에서 현재 코드를 확인해야합니다."
5555
},
5656
"totp_input": {
5757
"en": "Enter 6-digit code",
@@ -282,10 +282,10 @@
282282
"ko": "내 보안키 사용"
283283
},
284284
"use_totp": {
285-
"en": "Use my smartphone app instead",
286-
"es": "Use la aplicación de mi teléfono inteligente en su lugar",
287-
"fr": "Utiliser plutôt mon application smartphone",
288-
"ko": "스마트폰 앱 사용"
285+
"en": "Use my authenticator app instead",
286+
"es": "Use la aplicación autenticación en su lugar",
287+
"fr": "Utiliser plutôt mon application d'authentification",
288+
"ko": "인증 앱 사용"
289289
},
290290
"use_backupcode": {
291291
"en": "Use a printable code instead",

0 commit comments

Comments
 (0)