mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-28 02:00:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I78080d9951611623d308549afc5be35e67998188
This commit is contained in:
parent
956e809985
commit
c4238df2a9
|
@ -10,25 +10,12 @@
|
|||
"oathauth-desc": "Fornece suporte a autenticação usando HMAC com base em senhas de uso único",
|
||||
"specialpages-group-oath": "Autenticação de dois fatores",
|
||||
"oathauth-account": "Nome da conta:",
|
||||
"oathauth-legend": "Verifique suas credenciais",
|
||||
"oathauth-secret": "Chave secreta de dois fatores:",
|
||||
"oathauth-enable": "Ativar autenticação de dois fatores",
|
||||
"oathauth-failedtoenableoauth": "Falha ao ativar autenticação de dois fatores.",
|
||||
"oathauth-alreadyenabled": "A autenticação de dois fatores já está ativada.",
|
||||
"oathauth-verify": "Verificar chave de dois fatores",
|
||||
"oathauth-scratchtokens": "A lista a seguir é uma lista de chaves de uso único. Essas chaves só podem ser usadas uma vez, e são para uso de emergência. Por favor, anote-as e mantenha-as em um local seguro. Se você perder seu telefone, essas chaves são a única maneira de recuperar sua conta. Essas chaves nunca serão mostradas novamente.",
|
||||
"oathauth-reset": "Redefinir credenciais de dois fatores",
|
||||
"oathauth-donotdeleteoldsecret": "Por favor, não exclua as credenciais antigas até que você tenha validado com sucesso suas novas credenciais.",
|
||||
"oathauth-token": "Chave",
|
||||
"oathauth-currenttoken": "Chave atual",
|
||||
"oathauth-newtoken": "Nova chave",
|
||||
"oathauth-disable": "Desativar autenticação de dois fatores",
|
||||
"oathauth-displayoathinfo": "Opções de autenticação de dois fatores",
|
||||
"oathauth-backtopreferences": "Voltas às preferências.",
|
||||
"oathauth-disabledoath": "Desativar autenticação de dois fatores.",
|
||||
"oathauth-failedtodisableoauth": "Falha ao desativar autenticação de dois fatores.",
|
||||
"oathauth-notloggedin": "Login necessário",
|
||||
"oathauth-mustbeloggedin": "Você deve estar logado para realizar esta ação.",
|
||||
"oathauth-prefs-label": "Autenticação de dois fatores:",
|
||||
"oathauth-step1": "Passo 1: Baixe um programa de autenticação de dois fatores",
|
||||
"oathauth-step1-test": "Baixe um programa para a autenticação de dois fatores. Pode ser um aplicativo para celular (como o Google Authenticator) ou para desktop.",
|
||||
|
@ -40,5 +27,6 @@
|
|||
"right-oathauth-enable": "Ativar autenticação de dois fatores",
|
||||
"action-oathauth-enable": "ativar autenticação em duas etapas",
|
||||
"oathauth-auth-token-label": "Token",
|
||||
"grant-group-authentication": "Usar OAuth para Autenticação"
|
||||
"grant-group-authentication": "Usar OAuth para Autenticação",
|
||||
"apihelp-query+oath-param-user": "Usuário para o qual obter informações. Padrão para o usuário atual."
|
||||
}
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
"oathauth-desc": "提供支援 HMAC 為基礎的一次性密碼認証",
|
||||
"specialpages-group-oath": "雙重認證",
|
||||
"oathauth-account": "帳號名稱:",
|
||||
"oathauth-secret": "雙重認証秘密金鑰:",
|
||||
"oathauth-secret": "雙重認證秘密金鑰:",
|
||||
"oathauth-enable": "開啟雙重認證",
|
||||
"oathauth-scratchtokens": "以下是一次性使用的備用密碼,這些密碼於緊急情況使用,且只能使用一次。請寫下這些密碼,並存放在安全的地方。如果您遺失了您的行動電話,這些密碼可以回復您的帳號。\n這些密碼只會於現在顯示一次,之後將不會再次顯示。",
|
||||
"oathauth-token": "金鑰",
|
||||
"oathauth-disable": "停用雙重認證",
|
||||
"oathauth-validatedoath": "已驗証您的代碼並啟動雙重認証。",
|
||||
"oathauth-validatedoath": "已驗證您的代碼並啟動雙重認證。",
|
||||
"oathauth-failedtovalidateoath": "驗証雙重認証失敗。",
|
||||
"oathauth-disabledoath": "已停用雙重認證。",
|
||||
"oathauth-prefs-label": "雙重認證:",
|
||||
|
@ -28,8 +28,8 @@
|
|||
"oathauth-step3": "記下備用碼",
|
||||
"oathauth-step4": "驗證",
|
||||
"oathauth-entertoken": "輸入顯示於您行動電話上應用程式的代碼:",
|
||||
"right-oathauth-enable": "啟用雙重認証",
|
||||
"action-oathauth-enable": "啟用雙重認証",
|
||||
"right-oathauth-enable": "啟用雙重認證",
|
||||
"action-oathauth-enable": "啟用雙重認證",
|
||||
"oathauth-auth-token-label": "金鑰",
|
||||
"oathauth-auth-token-help": "用作雙重認證的一次性密碼",
|
||||
"oathauth-auth-ui": "請輸入您行動裝置上顯示的驗證碼",
|
||||
|
@ -37,6 +37,6 @@
|
|||
"oathauth-login-failed": "驗證失敗",
|
||||
"oathauth-describe-provider": "雙重認證(OATH)",
|
||||
"grant-group-authentication": "為自己及其他人進行身份認證動作",
|
||||
"apihelp-oathvalidate-description": "驗證雙重認証金鑰",
|
||||
"apihelp-oathvalidate-param-totp": "雙重認証金鑰"
|
||||
"apihelp-oathvalidate-description": "驗證雙重認證金鑰",
|
||||
"apihelp-oathvalidate-param-totp": "雙重認證金鑰"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue