Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-04-01 03:18:01 +0300
committerNextcloud bot <bot@nextcloud.com>2017-04-01 03:18:01 +0300
commitbb9714aa429dad0164eef876edf68e1be5d401a7 (patch)
tree7f618344e6e86601b62d3db1b0c491728dd84d42 /l10n
parent157dff5f444dbc87199422be5f6e99d3611fb4c0 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/es_MX.js4
-rw-r--r--l10n/es_MX.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index ce062d5..1afb3ef 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -2,6 +2,10 @@ OC.L10N.register(
"twofactor_totp",
{
"Enable TOTP" : "Habilitar TOTP",
+ "This is your new TOTP secret:" : "Este es su nuevo secreto de TOTP:",
+ "Scan this QR code with your TOTP app" : "Escanee este código QR con su aplicación TOTP",
+ "You disabled TOTP two-factor authentication for your account" : "Usted ha deshabilitado la autenticación de dos factores TOTP para su cuenta.",
+ "TOTP (Authenticator app)" : "TOTP (aplicación de autenticador)",
"Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
"Authentication code" : "Código de autenticación"
},
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index 1386611..cbf1727 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -1,5 +1,9 @@
{ "translations": {
"Enable TOTP" : "Habilitar TOTP",
+ "This is your new TOTP secret:" : "Este es su nuevo secreto de TOTP:",
+ "Scan this QR code with your TOTP app" : "Escanee este código QR con su aplicación TOTP",
+ "You disabled TOTP two-factor authentication for your account" : "Usted ha deshabilitado la autenticación de dos factores TOTP para su cuenta.",
+ "TOTP (Authenticator app)" : "TOTP (aplicación de autenticador)",
"Authenticate with a TOTP app" : "Autenticar con una aplicación TOTP",
"Authentication code" : "Código de autenticación"
},"pluralForm" :"nplurals=2; plural=(n != 1);"