Localisation updates from https://translatewiki.net.

Change-Id: I868255f361437d189a380d9bc61a54945ec3630e
This commit is contained in:
Translation updater bot 2017-01-04 22:35:21 +01:00
parent f338a1489e
commit c670c8b1b9
6 changed files with 17 additions and 10 deletions

View file

@ -5,7 +5,8 @@
"Fitoschido",
"McDutchie",
"Matiia",
"Macofe"
"Macofe",
"Dgstranz"
]
},
"oathauth-desc": "Proporciona compatibilidad con la autenticación mediante contraseñas en HMAC de un solo uso",
@ -17,7 +18,7 @@
"oathauth-failedtoenableoauth": "Error al habilitar la autenticación de dos factores.",
"oathauth-alreadyenabled": "Ya está habilitada la autenticación de dos factores.",
"oathauth-verify": "Verificar clave de autenticación en dos pasos",
"oathauth-scratchtokens": "La lista siguiente es una lista de claves de un solo uso. Estas claves sólo pueden utilizarse una vez y son para uso de emergencia. Por favor, anótalas y manténlas en un lugar seguro. Si pierdes tu teléfono, estas claves son la única manera de rescatar tu cuenta. Estas claves nunca se mostrarán una segunda vez.",
"oathauth-scratchtokens": "La lista siguiente es una lista de claves de un solo uso. Estas claves solo pueden utilizarse una vez y son para uso de emergencia. Por favor, anótalas y mantenlas en un lugar seguro. Si pierdes el teléfono, estas claves son la única manera de recuperar tu cuenta. Estas claves nunca se mostrarán una segunda vez.",
"oathauth-reset": "Restablecer credenciales de dos factores",
"oathauth-donotdeleteoldsecret": "No elimines las viejas credenciales hasta haber validado tus nuevas credenciales.",
"oathauth-token": "Clave",
@ -40,12 +41,12 @@
"oathauth-prefs-label": "Autenticación en dos etapas:",
"oathauth-abortlogin": "La ficha de autenticación proporcionada no es válida.",
"oathauth-step1": "Paso 1: descarga un programa de autenticación en dos pasos",
"oathauth-step1-test": "Descarga una aplicación móvil para la autenticación de dos pasos (como Google Authenticator) en tu teléfono.",
"oathauth-step1-test": "Descarga un programa para la autentificación de dos pasos. Puede tratarse de una aplicación móvil (como Google Authenticator) o bien de una aplicación de escritorio",
"oathauth-step2": "Paso 2: escanea el código QR",
"oathauth-step2alt": "O escribe el secreto manualmente:",
"oathauth-step3": "Paso 3: escribe los códigos",
"oathauth-step4": "Paso 4: verificación",
"oathauth-entertoken": "Escribe un código de tu aplicación móvil para verificar:",
"oathauth-entertoken": "Escribe un código de tu dispositivo de autentificación para verificar:",
"right-oathauth-enable": "Activar la autenticación en dos pasos",
"action-oathauth-enable": "activar la autenticación de dos pasos",
"oathauth-auth-ui": "Escribe el código de verificación de tu dispositivo de autenticación",

View file

@ -25,5 +25,6 @@
"action-oathauth-api-all": "OATH-Status nokucken",
"apihelp-query+oath-param-user": "Benotzer vun deem d'Informatioun gefrot gëtt. Standard ass et den aktuelle Benotzer.",
"apihelp-query+oath-example-1": "Informatiounen iwwer den aktuelle Benotzer kréien",
"apihelp-query+oath-example-2": "Informatiounen iwwer de Benotzer <kbd>Beispill</kbd> kréien"
"apihelp-query+oath-example-2": "Informatiounen iwwer de Benotzer <kbd>Beispill</kbd> kréien",
"apihelp-oathvalidate-example-1": "En Token fir den aktuelle Benotzer validéieren"
}

View file

@ -10,5 +10,6 @@
"oathauth-token": "Gettone",
"oathauth-currenttoken": "Gettone de mò",
"oathauth-newtoken": "Gettone nuève",
"oathauth-disable": "Disabbilite l'Autendicazione a Doje Fattore"
"oathauth-disable": "Disabbilite l'Autendicazione a Doje Fattore",
"apihelp-oathvalidate-example-2": "Valide 'nu gettone pe l'utende <kbd>Esembie</kbd>"
}

View file

@ -35,5 +35,7 @@
"oathauth-prefs-label": "Двухфакторная аутентификация:",
"oathauth-abortlogin": "Предоставленный токен двухфакторной аутентификации недействителен.",
"oathauth-auth-ui": "Пожалуйста, введите код подтверждения из устройства проверки подлинности",
"grant-group-authentication": "Выполнять действия, связанные с проверкой подлинности для себя и других"
"grant-group-authentication": "Выполнять действия, связанные с проверкой подлинности для себя и других",
"apihelp-oathvalidate-example-1": "Проверка токена для текущего пользователя",
"apihelp-oathvalidate-example-2": "Проверить токен для пользователя <kbd>пример</kbd>"
}

View file

@ -44,5 +44,7 @@
"grant-group-authentication": "Använd OAuth för autentisering",
"action-oathauth-api-all": "kolla OATH-status",
"apihelp-query+oath-example-1": "Skaffa information om den aktuella användaren.",
"apihelp-query+oath-example-2": "Hämta information om användaren <kbd>Example</kbd>"
"apihelp-query+oath-example-2": "Hämta information om användaren <kbd>Example</kbd>",
"apihelp-oathvalidate-example-1": "Bekräfta en nyckel för aktuell användare",
"apihelp-oathvalidate-example-2": "Bekräfta en nyckel för användaren <kbd>Example</kbd>"
}

View file

@ -65,6 +65,6 @@
"apihelp-oathvalidate-description": "验证一个双因素验证OATH令牌。",
"apihelp-oathvalidate-param-user": "要验证令牌的用户。默认为当前用户。",
"apihelp-oathvalidate-param-totp": "双因素验证OATH令牌。",
"apihelp-oath-example-1": "验证当前用户的令牌",
"apihelp-oath-example-2": "验证用户<kbd>Example</kbd>的令牌"
"apihelp-oathvalidate-example-1": "验证当前用户的令牌",
"apihelp-oathvalidate-example-2": "验证用户<kbd>Example</kbd>的令牌"
}