mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-11 17:01:13 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ia4a6d5d4b1876119429a2d7e4d4926196a4b2522
This commit is contained in:
parent
75ec099049
commit
090e41a0f5
|
@ -52,7 +52,7 @@
|
|||
"action-oathauth-enable": "activer l’authentification à deux facteurs",
|
||||
"oathauth-auth-token-label": "Jeton",
|
||||
"oathauth-auth-token-help": "Le mot de passe à usage unique utilisé comme le deuxième facteur d'authentification à deux facteurs.",
|
||||
"oathauth-auth-ui": "Veuillez entrer le code de vérification à partir de votre appareil d’authentification",
|
||||
"oathauth-auth-ui": "Veuillez entrer un code de vérification à partir de votre appareil d’authentification.",
|
||||
"oathauth-throttled": "Trop de tentatives de vérification ! Veuillez attendre $1.",
|
||||
"oathauth-login-failed": "Échec de la vérification",
|
||||
"oathauth-describe-provider": "Authentification à deux facteurs (OATH)",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"action-oathauth-enable": "abilitare l'autenticazione a due fattori",
|
||||
"oathauth-auth-token-label": "Token",
|
||||
"oathauth-auth-token-help": "La password a uso singolo utilizzata come secondo fattore per l'autenticazione a due fattori.",
|
||||
"oathauth-auth-ui": "Inserisci il codice di verifica dal tuo dispositivo di autenticazione",
|
||||
"oathauth-auth-ui": "Inserisci il codice di verifica dal tuo dispositivo di autenticazione.",
|
||||
"oathauth-throttled": "Troppi tentativi di verifica! Attendi $1.",
|
||||
"oathauth-login-failed": "Verifica non riuscita.",
|
||||
"oathauth-describe-provider": "Autenticazione a due fattori (OATH).",
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"action-oathauth-enable": "ativar autenticação em duas etapas",
|
||||
"oathauth-auth-token-label": "Token",
|
||||
"oathauth-auth-token-help": "A senha única utilizada como o segundo fator de autenticação de dois fatores.",
|
||||
"oathauth-auth-ui": "Por favor, digite um código de verificação do seu dispositivo de autenticação",
|
||||
"oathauth-auth-ui": "Por favor, insira um código de verificação do seu dispositivo de autenticação.",
|
||||
"oathauth-throttled": "Muitas tentativas de verificação! Por favor, aguarde $1.",
|
||||
"oathauth-login-failed": "Verificação falhou.",
|
||||
"oathauth-describe-provider": "Autenticação de dois fatores (OATH).",
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"Patrick Star",
|
||||
"Movses",
|
||||
"Vlad5250",
|
||||
"Alexander Istomin"
|
||||
"Alexander Istomin",
|
||||
"Saimongoltinio"
|
||||
]
|
||||
},
|
||||
"oathauth-desc": "Обеспечивает поддержку проверки подлинности с помощью HMAC на основе одноразовых паролей",
|
||||
|
@ -43,7 +44,7 @@
|
|||
"action-oathauth-enable": "включить двухфакторную аутентификацию",
|
||||
"oathauth-auth-token-label": "Токен",
|
||||
"oathauth-auth-token-help": "Одноразовый пароль используется как второй фактор двухфакторной аутентификации.",
|
||||
"oathauth-auth-ui": "Пожалуйста, введите код подтверждения из устройства проверки подлинности",
|
||||
"oathauth-auth-ui": "Пожалуйста, введите код подтверждения с вашего устройства аутентификации,",
|
||||
"oathauth-throttled": "Слишком много попыток проверки! пожалуйста, подождите $1.",
|
||||
"oathauth-login-failed": "Не удалось выполнить проверку.",
|
||||
"oathauth-describe-provider": "Двухфакторная аутентификация (OATH).",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"Hello903hello",
|
||||
"Liuxinyu970226",
|
||||
"Kly",
|
||||
"神樂坂秀吉"
|
||||
"神樂坂秀吉",
|
||||
"Winston Sung"
|
||||
]
|
||||
},
|
||||
"oathauth-desc": "提供支援 HMAC 為基礎的一次性密碼認證",
|
||||
|
@ -47,7 +48,7 @@
|
|||
"action-oathauth-enable": "啟用雙重認證",
|
||||
"oathauth-auth-token-label": "令牌",
|
||||
"oathauth-auth-token-help": "用作雙重認證的一次性密碼",
|
||||
"oathauth-auth-ui": "請輸入您行動裝置上顯示的驗證碼",
|
||||
"oathauth-auth-ui": "請輸入您行動裝置上顯示的驗證碼。",
|
||||
"oathauth-throttled": "驗證次數過多,請稍等 $1。",
|
||||
"oathauth-login-failed": "驗證失敗",
|
||||
"oathauth-describe-provider": "雙重認證(OATH)。",
|
||||
|
|
Loading…
Reference in a new issue