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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/cs.js3
-rw-r--r--l10n/cs.json3
-rw-r--r--l10n/de.js4
-rw-r--r--l10n/de.json4
-rw-r--r--l10n/de_DE.js4
-rw-r--r--l10n/de_DE.json4
-rw-r--r--l10n/en_GB.js3
-rw-r--r--l10n/en_GB.json3
-rw-r--r--l10n/es.js3
-rw-r--r--l10n/es.json3
-rw-r--r--l10n/es_CL.js3
-rw-r--r--l10n/es_CL.json3
-rw-r--r--l10n/es_CO.js3
-rw-r--r--l10n/es_CO.json3
-rw-r--r--l10n/es_CR.js3
-rw-r--r--l10n/es_CR.json3
-rw-r--r--l10n/es_DO.js3
-rw-r--r--l10n/es_DO.json3
-rw-r--r--l10n/es_EC.js3
-rw-r--r--l10n/es_EC.json3
-rw-r--r--l10n/es_GT.js3
-rw-r--r--l10n/es_GT.json3
-rw-r--r--l10n/es_MX.js5
-rw-r--r--l10n/es_MX.json5
-rw-r--r--l10n/es_SV.js3
-rw-r--r--l10n/es_SV.json3
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/he.js2
-rw-r--r--l10n/he.json2
-rw-r--r--l10n/is.js3
-rw-r--r--l10n/is.json3
-rw-r--r--l10n/it.js5
-rw-r--r--l10n/it.json5
-rw-r--r--l10n/ka_GE.js2
-rw-r--r--l10n/ka_GE.json2
-rw-r--r--l10n/lt_LT.js2
-rw-r--r--l10n/lt_LT.json2
-rw-r--r--l10n/pt_BR.js5
-rw-r--r--l10n/pt_BR.json5
-rw-r--r--l10n/ru.js3
-rw-r--r--l10n/ru.json3
-rw-r--r--l10n/sk.js2
-rw-r--r--l10n/sk.json2
-rw-r--r--l10n/sr.js5
-rw-r--r--l10n/sr.json5
-rw-r--r--l10n/tr.js3
-rw-r--r--l10n/tr.json3
48 files changed, 106 insertions, 46 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 461417a..07a6b0e 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -5,8 +5,9 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Odeslat ověřovací kód jako SMS",
"%s is your Nextcloud authentication code" : "%s je váš ověřovací kód pro Nextcloud",
"Two Factor SMS Provider" : "SMS poskytovatel dvoufázových kódů",
+ "sms two-factor provider" : "poskytovatel sms zpráv pro dvoufázové ověřování",
"Authentication code" : "Ověřovací kód",
"An access code has been sent to %s" : "Přístupový kód byl zaslán na %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Chyba při odesílání zprávy. Zkuste to později, nebo kontaktujte administrátora."
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/l10n/cs.json b/l10n/cs.json
index ff47741..2734a80 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -3,8 +3,9 @@
"Send an authentication code via SMS" : "Odeslat ověřovací kód jako SMS",
"%s is your Nextcloud authentication code" : "%s je váš ověřovací kód pro Nextcloud",
"Two Factor SMS Provider" : "SMS poskytovatel dvoufázových kódů",
+ "sms two-factor provider" : "poskytovatel sms zpráv pro dvoufázové ověřování",
"Authentication code" : "Ověřovací kód",
"An access code has been sent to %s" : "Přístupový kód byl zaslán na %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Chyba při odesílání zprávy. Zkuste to později, nebo kontaktujte administrátora."
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/l10n/de.js b/l10n/de.js
index 2364f42..0687c7e 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -5,8 +5,10 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Authentifizierungscode per SMS versenden",
"%s is your Nextcloud authentication code" : "%s ist dein Nextcloud-Authentifizierungscode",
"Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
+ "sms two-factor provider" : "Zwei-Faktor SMS-Anbieter",
"Authentication code" : "Authentifizierungscode",
"An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
- "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuche es noch einmal oder kontaktiere deinen Administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuche es noch einmal oder kontaktiere deinen Administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Deine Telefonnumer hat sich geändert und wurde nicht erneut verifiziert. Nutze einen anderen Zwei-Faktor-Mechanismus oder wende Dich an den Administrator."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 02c1ea5..d108c6c 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -3,8 +3,10 @@
"Send an authentication code via SMS" : "Authentifizierungscode per SMS versenden",
"%s is your Nextcloud authentication code" : "%s ist dein Nextcloud-Authentifizierungscode",
"Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
+ "sms two-factor provider" : "Zwei-Faktor SMS-Anbieter",
"Authentication code" : "Authentifizierungscode",
"An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
- "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuche es noch einmal oder kontaktiere deinen Administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuche es noch einmal oder kontaktiere deinen Administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Deine Telefonnumer hat sich geändert und wurde nicht erneut verifiziert. Nutze einen anderen Zwei-Faktor-Mechanismus oder wende Dich an den Administrator."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index b80d7c7..7c2334c 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -5,8 +5,10 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Authentifizierungscode per SMS versenden",
"%s is your Nextcloud authentication code" : "%s ist Ihr Nextcloud-Authentifizierungscode",
"Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
+ "sms two-factor provider" : "Zwei-Faktor SMS-Anbieter",
"Authentication code" : "Authentifizierungscode",
"An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
- "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ihre Telefonnumer hat sich geändert und wurde nicht erneut verifiziert. Nutzen Sie einen anderen Zwei-Faktor-Mechanismus oder wenden Sie sich an den Administrator."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index f84a928..730fc31 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -3,8 +3,10 @@
"Send an authentication code via SMS" : "Authentifizierungscode per SMS versenden",
"%s is your Nextcloud authentication code" : "%s ist Ihr Nextcloud-Authentifizierungscode",
"Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
+ "sms two-factor provider" : "Zwei-Faktor SMS-Anbieter",
"Authentication code" : "Authentifizierungscode",
"An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
- "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ihre Telefonnumer hat sich geändert und wurde nicht erneut verifiziert. Nutzen Sie einen anderen Zwei-Faktor-Mechanismus oder wenden Sie sich an den Administrator."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index c088a7e..11039c2 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Two Factor SMS Provider",
"Authentication code" : "Authentication code",
"An access code has been sent to %s" : "An access code has been sent to %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Error while sending the Message. Please try again later or contact the administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Error while sending the Message. Please try again later or contact the administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 5020489..7789623 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Two Factor SMS Provider",
"Authentication code" : "Authentication code",
"An access code has been sent to %s" : "An access code has been sent to %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Error while sending the Message. Please try again later or contact the administrator."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Error while sending the Message. Please try again later or contact the administrator.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es.js b/l10n/es.js
index 17a480c..0dd3d55 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor en dos pasos SMS",
"Authentication code" : "Código de autentificación",
"An access code has been sent to %s" : "Un código acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Error al enviar el mensaje. Por favor, inténtelo de nuevo más tarde o póngase en contacto con el administrador."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Error al enviar el mensaje. Por favor, inténtelo de nuevo más tarde o póngase en contacto con el administrador.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número de teléfono ha cambiado y no ha sido reverificado. Usa un mecanismo de dos factores diferente o contacta con tu administrador."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es.json b/l10n/es.json
index 618d56c..c959364 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor en dos pasos SMS",
"Authentication code" : "Código de autentificación",
"An access code has been sent to %s" : "Un código acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Error al enviar el mensaje. Por favor, inténtelo de nuevo más tarde o póngase en contacto con el administrador."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Error al enviar el mensaje. Por favor, inténtelo de nuevo más tarde o póngase en contacto con el administrador.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número de teléfono ha cambiado y no ha sido reverificado. Usa un mecanismo de dos factores diferente o contacta con tu administrador."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_CL.js b/l10n/es_CL.js
index d51fbf7..867534d 100644
--- a/l10n/es_CL.js
+++ b/l10n/es_CL.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CL.json b/l10n/es_CL.json
index 8977ec3..a33c402 100644
--- a/l10n/es_CL.json
+++ b/l10n/es_CL.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_CO.js b/l10n/es_CO.js
index d51fbf7..867534d 100644
--- a/l10n/es_CO.js
+++ b/l10n/es_CO.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CO.json b/l10n/es_CO.json
index 8977ec3..a33c402 100644
--- a/l10n/es_CO.json
+++ b/l10n/es_CO.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_CR.js b/l10n/es_CR.js
index d51fbf7..867534d 100644
--- a/l10n/es_CR.js
+++ b/l10n/es_CR.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_CR.json b/l10n/es_CR.json
index 8977ec3..a33c402 100644
--- a/l10n/es_CR.json
+++ b/l10n/es_CR.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_DO.js b/l10n/es_DO.js
index d51fbf7..867534d 100644
--- a/l10n/es_DO.js
+++ b/l10n/es_DO.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_DO.json b/l10n/es_DO.json
index 8977ec3..a33c402 100644
--- a/l10n/es_DO.json
+++ b/l10n/es_DO.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_EC.js b/l10n/es_EC.js
index d51fbf7..867534d 100644
--- a/l10n/es_EC.js
+++ b/l10n/es_EC.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_EC.json b/l10n/es_EC.json
index 8977ec3..a33c402 100644
--- a/l10n/es_EC.json
+++ b/l10n/es_EC.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_GT.js b/l10n/es_GT.js
index d51fbf7..867534d 100644
--- a/l10n/es_GT.js
+++ b/l10n/es_GT.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_GT.json b/l10n/es_GT.json
index 8977ec3..a33c402 100644
--- a/l10n/es_GT.json
+++ b/l10n/es_GT.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_MX.js b/l10n/es_MX.js
index d51fbf7..c71f399 100644
--- a/l10n/es_MX.js
+++ b/l10n/es_MX.js
@@ -5,8 +5,11 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Enviar un código de autenticación por SMS",
"%s is your Nextcloud authentication code" : "%s es su código de autenticación de Nextcloud",
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
+ "sms two-factor provider" : "proveedor de sms de dos-factores",
+ "A message-based two-factor-auth provider" : "Un proveedor de autenticación-de-dos-factores basado en mensajes",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_MX.json b/l10n/es_MX.json
index 8977ec3..30bdd60 100644
--- a/l10n/es_MX.json
+++ b/l10n/es_MX.json
@@ -3,8 +3,11 @@
"Send an authentication code via SMS" : "Enviar un código de autenticación por SMS",
"%s is your Nextcloud authentication code" : "%s es su código de autenticación de Nextcloud",
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
+ "sms two-factor provider" : "proveedor de sms de dos-factores",
+ "A message-based two-factor-auth provider" : "Un proveedor de autenticación-de-dos-factores basado en mensajes",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/es_SV.js b/l10n/es_SV.js
index d51fbf7..867534d 100644
--- a/l10n/es_SV.js
+++ b/l10n/es_SV.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es_SV.json b/l10n/es_SV.json
index 8977ec3..a33c402 100644
--- a/l10n/es_SV.json
+++ b/l10n/es_SV.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Proveedor de SMS de Dos-Factores",
"Authentication code" : "Código de autenticación",
"An access code has been sent to %s" : "Un código de acceso ha sido enviado a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. "
+ "Error while sending the Message. Please try again later or contact the administrator." : "Se presentó un error al enviar el Mensaje. Por favor inténtalo de nuevo más tarde o contacta al adminstrador. ",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Tu número telefónico ha cambiado y no ha sido re-verificado. Usa un mecanismo diferente de 2 factores o contacta a tu administrador. "
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index b71a025..c4bb80b 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Envoyer un code d'authentification par SMS",
"%s is your Nextcloud authentication code" : "Votre code d'authentification Nextcloud est %s",
"Two Factor SMS Provider" : "Fournisseur de SMS pour l'authentification en deux étapes",
+ "sms two-factor provider" : "Fournisseur d’authentification à deux facteurs par SMS",
"Authentication code" : "Code d'authentification",
"An access code has been sent to %s" : "Un code d'accès a été envoyé à %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Erreur lors de l'envoi du message. Veuillez réessayer plus tard ou contacter l'administrateur."
diff --git a/l10n/fr.json b/l10n/fr.json
index c73e74e..314ea67 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -3,6 +3,7 @@
"Send an authentication code via SMS" : "Envoyer un code d'authentification par SMS",
"%s is your Nextcloud authentication code" : "Votre code d'authentification Nextcloud est %s",
"Two Factor SMS Provider" : "Fournisseur de SMS pour l'authentification en deux étapes",
+ "sms two-factor provider" : "Fournisseur d’authentification à deux facteurs par SMS",
"Authentication code" : "Code d'authentification",
"An access code has been sent to %s" : "Un code d'accès a été envoyé à %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Erreur lors de l'envoi du message. Veuillez réessayer plus tard ou contacter l'administrateur."
diff --git a/l10n/he.js b/l10n/he.js
index 7c65bec..5221bc0 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -9,4 +9,4 @@ OC.L10N.register(
"An access code has been sent to %s" : "קוד גישה נשלח אל %s",
"Error while sending the Message. Please try again later or contact the administrator." : "אירעה שגיאה בעת שליחת ההודעה. נא לנסות שוב מאוחר יותר או ליצור קשר עם ההנהלה."
},
-"nplurals=2; plural=(n != 1);");
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
diff --git a/l10n/he.json b/l10n/he.json
index 397b6b8..706c281 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -6,5 +6,5 @@
"Authentication code" : "קוד אימות",
"An access code has been sent to %s" : "קוד גישה נשלח אל %s",
"Error while sending the Message. Please try again later or contact the administrator." : "אירעה שגיאה בעת שליחת ההודעה. נא לנסות שוב מאוחר יותר או ליצור קשר עם ההנהלה."
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
} \ No newline at end of file
diff --git a/l10n/is.js b/l10n/is.js
index b13111a..1060053 100644
--- a/l10n/is.js
+++ b/l10n/is.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Veituaðili tveggja-þrepa SMS-vottunar",
"Authentication code" : "Auðkenningarkóði",
"An access code has been sent to %s" : "Búið er að senda aðgangskóða á %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Villa við að senda skilaboðin. Reyndu aftur seinna eða hafðu samband við kerfisstjóra."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Villa við að senda skilaboðin. Reyndu aftur seinna eða hafðu samband við kerfisstjóra.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Símanúmerið þitt breyttist og er ekki búið að sannreyna það aftur. Notaðu aðra tveggja-þrepa auðkenningaraðferð eða hafðu samband við kerfisstjórann þinn."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
diff --git a/l10n/is.json b/l10n/is.json
index d3d21d1..e81210e 100644
--- a/l10n/is.json
+++ b/l10n/is.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Veituaðili tveggja-þrepa SMS-vottunar",
"Authentication code" : "Auðkenningarkóði",
"An access code has been sent to %s" : "Búið er að senda aðgangskóða á %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Villa við að senda skilaboðin. Reyndu aftur seinna eða hafðu samband við kerfisstjóra."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Villa við að senda skilaboðin. Reyndu aftur seinna eða hafðu samband við kerfisstjóra.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Símanúmerið þitt breyttist og er ekki búið að sannreyna það aftur. Notaðu aðra tveggja-þrepa auðkenningaraðferð eða hafðu samband við kerfisstjórann þinn."
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index 2c7873d..c1b61b1 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -5,8 +5,11 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Invia un codice di autenticazione tramite SMS",
"%s is your Nextcloud authentication code" : "%s è il tuo codice di autenticazione Nextcloud",
"Two Factor SMS Provider" : "Fornitore SMS a due fattori",
+ "sms two-factor provider" : "fornitore SMS a due fattori",
+ "A message-based two-factor-auth provider" : "Un fornitore di autenticazione a due fattori basato su messaggio",
"Authentication code" : "Codice di autenticazione",
"An access code has been sent to %s" : "Un codice di accesso è stato inviato a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Errore durante l'invio del messaggio. Riprova più tardi o contatta l'amministratore."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Errore durante l'invio del messaggio. Riprova più tardi o contatta l'amministratore.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Il tuo numero di telefono è cambiato e non è stato verificato. Utilizza un meccanismo a due fattori diverso o contatta il tuo amministratore."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
index 8c5f92f..ecdfcc5 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -3,8 +3,11 @@
"Send an authentication code via SMS" : "Invia un codice di autenticazione tramite SMS",
"%s is your Nextcloud authentication code" : "%s è il tuo codice di autenticazione Nextcloud",
"Two Factor SMS Provider" : "Fornitore SMS a due fattori",
+ "sms two-factor provider" : "fornitore SMS a due fattori",
+ "A message-based two-factor-auth provider" : "Un fornitore di autenticazione a due fattori basato su messaggio",
"Authentication code" : "Codice di autenticazione",
"An access code has been sent to %s" : "Un codice di accesso è stato inviato a %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Errore durante l'invio del messaggio. Riprova più tardi o contatta l'amministratore."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Errore durante l'invio del messaggio. Riprova più tardi o contatta l'amministratore.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Il tuo numero di telefono è cambiato e non è stato verificato. Utilizza un meccanismo a due fattori diverso o contatta il tuo amministratore."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js
index 9c860a2..72908d2 100644
--- a/l10n/ka_GE.js
+++ b/l10n/ka_GE.js
@@ -9,4 +9,4 @@ OC.L10N.register(
"An access code has been sent to %s" : "წვდომის კოდი გაეგზავნა მომხმარებელს %s",
"Error while sending the Message. Please try again later or contact the administrator." : "წერილის გაგზავნისას წარმოიშვა შეცდომა. გთხოვთ სცადოთ ახლიდან მოგვიანებით ან დაუკავშირდეთ ადმინისტრატორს."
},
-"nplurals=1; plural=0;");
+"nplurals=2; plural=(n!=1);");
diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json
index cb96010..02bb2b8 100644
--- a/l10n/ka_GE.json
+++ b/l10n/ka_GE.json
@@ -6,5 +6,5 @@
"Authentication code" : "აუტენტიფიკაციის კოდი",
"An access code has been sent to %s" : "წვდომის კოდი გაეგზავნა მომხმარებელს %s",
"Error while sending the Message. Please try again later or contact the administrator." : "წერილის გაგზავნისას წარმოიშვა შეცდომა. გთხოვთ სცადოთ ახლიდან მოგვიანებით ან დაუკავშირდეთ ადმინისტრატორს."
-},"pluralForm" :"nplurals=1; plural=0;"
+},"pluralForm" :"nplurals=2; plural=(n!=1);"
} \ No newline at end of file
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 271966f..b1cd43c 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -9,4 +9,4 @@ OC.L10N.register(
"An access code has been sent to %s" : "Prieigos kodas buvo išsiųstas į %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Klaida, siunčiant žinutę. Prašome bandyti vėliau arba susisiekti su administratoriumi."
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index 3c63514..6090eac 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -6,5 +6,5 @@
"Authentication code" : "Tapatybės nustatymo kodas",
"An access code has been sent to %s" : "Prieigos kodas buvo išsiųstas į %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Klaida, siunčiant žinutę. Prašome bandyti vėliau arba susisiekti su administratoriumi."
-},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 78208d4..2c46f60 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -5,8 +5,11 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Enviar um código de autenticação via SMS",
"%s is your Nextcloud authentication code" : "%s é seu código de autenticação do Nextcloud",
"Two Factor SMS Provider" : "Two Factor SMS Provedor ",
+ "sms two-factor provider" : "provedor de dois fatores sms",
+ "A message-based two-factor-auth provider" : "Um provedor de autenticação de dois fatores baseado em mensagem",
"Authentication code" : "Código de autenticação",
"An access code has been sent to %s" : "Um código de acesso foi enviado para %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Erro ao enviar a mensagem. Tente novamente mais tarde ou entre em contato com o administrador."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Erro ao enviar a mensagem. Tente novamente mais tarde ou entre em contato com o administrador.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Seu número de telefone foi alterado e não foi reverificado. Use um mecanismo de dois fatores diferente ou entre em contato com o administrador."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index ab3c1ba..8268f81 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -3,8 +3,11 @@
"Send an authentication code via SMS" : "Enviar um código de autenticação via SMS",
"%s is your Nextcloud authentication code" : "%s é seu código de autenticação do Nextcloud",
"Two Factor SMS Provider" : "Two Factor SMS Provedor ",
+ "sms two-factor provider" : "provedor de dois fatores sms",
+ "A message-based two-factor-auth provider" : "Um provedor de autenticação de dois fatores baseado em mensagem",
"Authentication code" : "Código de autenticação",
"An access code has been sent to %s" : "Um código de acesso foi enviado para %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Erro ao enviar a mensagem. Tente novamente mais tarde ou entre em contato com o administrador."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Erro ao enviar a mensagem. Tente novamente mais tarde ou entre em contato com o administrador.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Seu número de telefone foi alterado e não foi reverificado. Use um mecanismo de dois fatores diferente ou entre em contato com o administrador."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/ru.js b/l10n/ru.js
index 6b36039..f529c1f 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "Второй фактор — получение SMS",
"Authentication code" : "Код аутентификации",
"An access code has been sent to %s" : "Код доступа был отправлен %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Ошибка при отправке сообщения. Пожалуйста попробуйте позже или свяжитесь с администратором."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Ошибка при отправке сообщения. Пожалуйста попробуйте позже или свяжитесь с администратором.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ваш номер телефона был изменён и по нему не производилась повторная проверка. Используйте другой механизм двух-факторной проверки или обратитесь к вашему администратору."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
index 954c05e..c21652a 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "Второй фактор — получение SMS",
"Authentication code" : "Код аутентификации",
"An access code has been sent to %s" : "Код доступа был отправлен %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Ошибка при отправке сообщения. Пожалуйста попробуйте позже или свяжитесь с администратором."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Ошибка при отправке сообщения. Пожалуйста попробуйте позже или свяжитесь с администратором.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ваш номер телефона был изменён и по нему не производилась повторная проверка. Используйте другой механизм двух-факторной проверки или обратитесь к вашему администратору."
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
index 0837343..f9f6e78 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -9,4 +9,4 @@ OC.L10N.register(
"An access code has been sent to %s" : "Prístupový kód bol odoslaný na %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Chyba počas odosielania správy. Skúste to znovu alebo kontaktujte správcu."
},
-"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index 7c08115..93a0779 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -6,5 +6,5 @@
"Authentication code" : "Autentifikačný kód",
"An access code has been sent to %s" : "Prístupový kód bol odoslaný na %s",
"Error while sending the Message. Please try again later or contact the administrator." : "Chyba počas odosielania správy. Skúste to znovu alebo kontaktujte správcu."
-},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/sr.js b/l10n/sr.js
index 281aa27..55028ae 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -5,8 +5,11 @@ OC.L10N.register(
"Send an authentication code via SMS" : "Пошаљи код за проверу идентитета SMS-ом",
"%s is your Nextcloud authentication code" : "%s je kod za proveru identiteta",
"Two Factor SMS Provider" : "Провајдер двофакторског SMS-а",
+ "sms two-factor provider" : "провајдер двофакторског SMS-а",
+ "A message-based two-factor-auth provider" : "Провајдер двофакторске ауторизације преко порука",
"Authentication code" : "Код за проверу идентитета",
"An access code has been sent to %s" : "Приступни код је послат на %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ваш телефонски број се изменио и није још верификован. Користите неки други механизам за двофакторску ауторизацију или контактирајте администратора."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr.json b/l10n/sr.json
index 5a26d86..e126a71 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -3,8 +3,11 @@
"Send an authentication code via SMS" : "Пошаљи код за проверу идентитета SMS-ом",
"%s is your Nextcloud authentication code" : "%s je kod za proveru identiteta",
"Two Factor SMS Provider" : "Провајдер двофакторског SMS-а",
+ "sms two-factor provider" : "провајдер двофакторског SMS-а",
+ "A message-based two-factor-auth provider" : "Провајдер двофакторске ауторизације преко порука",
"Authentication code" : "Код за проверу идентитета",
"An access code has been sent to %s" : "Приступни код је послат на %s",
- "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора."
+ "Error while sending the Message. Please try again later or contact the administrator." : "Грешка приликом слања поруке. Покушајте касније или контактирајте администратора.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Ваш телефонски број се изменио и није још верификован. Користите неки други механизам за двофакторску ауторизацију или контактирајте администратора."
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
index ce16039..7df40ca 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Two Factor SMS Provider" : "İki Aşamalı Kimlik Doğrulama SMS Hizmeti Sağlayıcı",
"Authentication code" : "Doğrulama kodu",
"An access code has been sent to %s" : "%s için erişim kodu gönderildi",
- "Error while sending the Message. Please try again later or contact the administrator." : "İleti gönderilirken bir sorun çıktı. Lütfen daha sonra yeniden deneyin ya da yönetici ile görüşün."
+ "Error while sending the Message. Please try again later or contact the administrator." : "İleti gönderilirken bir sorun çıktı. Lütfen daha sonra yeniden deneyin ya da yönetici ile görüşün.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Telefon numaranız değişmiş ve yeniden doğrulanmamış. Farklı bir iki aşamalı kimlik doğrulaması yöntemi kullanın ya da yöneticiniz ile görüşün."
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index 44803dc..dfebc46 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -5,6 +5,7 @@
"Two Factor SMS Provider" : "İki Aşamalı Kimlik Doğrulama SMS Hizmeti Sağlayıcı",
"Authentication code" : "Doğrulama kodu",
"An access code has been sent to %s" : "%s için erişim kodu gönderildi",
- "Error while sending the Message. Please try again later or contact the administrator." : "İleti gönderilirken bir sorun çıktı. Lütfen daha sonra yeniden deneyin ya da yönetici ile görüşün."
+ "Error while sending the Message. Please try again later or contact the administrator." : "İleti gönderilirken bir sorun çıktı. Lütfen daha sonra yeniden deneyin ya da yönetici ile görüşün.",
+ "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Telefon numaranız değişmiş ve yeniden doğrulanmamış. Farklı bir iki aşamalı kimlik doğrulaması yöntemi kullanın ya da yöneticiniz ile görüşün."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file