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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-24 06:29:14 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-24 06:29:14 +0300
commitc7c73152601bc357d252c488aa79253cf655cf0e (patch)
tree31f679335e61e3ef5e8b1ae3638dabf7909556a0
parent61bd2ce115c6020b0a9b97686cb424217610ef8d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ca.js2
-rw-r--r--l10n/ca.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index d9f6fbe..e19eec5 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"registration",
{
+ "Registration is not allowed with the following domains: %s" : "No es permet el registre amb els dominis següents: %s",
+ "Registration is only allowed with the following domains: %s" : "El registre només es permet amb els dominis següents: %s",
"A problem occurred sending email, please contact your administrator." : "S'ha produït un problema en enviar un correu electrònic, poseu-vos en contacte amb l'administrador.",
"The entered verification code is wrong" : "El codi de verificació introduït és incorrecte",
"The verification failed." : "Ha fallat la verificació.",
diff --git a/l10n/ca.json b/l10n/ca.json
index 9d98d20..589f44c 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Registration is not allowed with the following domains: %s" : "No es permet el registre amb els dominis següents: %s",
+ "Registration is only allowed with the following domains: %s" : "El registre només es permet amb els dominis següents: %s",
"A problem occurred sending email, please contact your administrator." : "S'ha produït un problema en enviar un correu electrònic, poseu-vos en contacte amb l'administrador.",
"The entered verification code is wrong" : "El codi de verificació introduït és incorrecte",
"The verification failed." : "Ha fallat la verificació.",