diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-14 02:26:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-14 02:26:37 +0000 |
commit | 5866418098c95619df2765ea7f52b6a32e1f6f7d (patch) | |
tree | f52df3c3ebd34a30c2e2c4ead38082a10eaa845b /lib/l10n/ca.js | |
parent | 72fa2497789dd4c9ab77f18d1ae379d10f1429d0 (diff) | |
download | nextcloud-server-5866418098c95619df2765ea7f52b6a32e1f6f7d.tar.gz nextcloud-server-5866418098c95619df2765ea7f52b6a32e1f6f7d.zip |
Fix(l10n): đź” Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ca.js')
-rw-r--r-- | lib/l10n/ca.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 49274b2bafb..a0ba94bc19b 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -204,7 +204,6 @@ OC.L10N.register( "A valid password must be provided" : "Heu de facilitar una contrasenya vĂ lida", "The username is already being used" : "El nom d'usuari ja estĂ en Ăşs", "Could not create user" : "No s'ha pogut crear l'usuari", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "NomĂ©s es permeten els segĂĽents carĂ cters en un nom d’usuari: \"a-z\", \"A-Z\", \"0-9\" i \"_.@-'\"", "A valid username must be provided" : "Heu de facilitar un nom d'usuari vĂ lid", "Username contains whitespace at the beginning or at the end" : "El nom d’usuari contĂ© espais en blanc al principi o al final", "Username must not consist of dots only" : "El nom d'usuari no pot estĂ format nomĂ©s per punts", @@ -269,6 +268,7 @@ OC.L10N.register( "%s you may not use dots in the database name" : "%s no podeu fer servir punts en el nom de la base de dades", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Sembla que aquesta instĂ ncia %s s'estĂ executant en un entorn PHP de 32 bits i l'open_basedir s'ha configurat a php.ini. Això comportarĂ problemes amb fitxers de mĂ©s de 4 GB i estĂ molt poc recomanat.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Si us plau, suprimiu el parĂ metre open_basedir del vostre php.ini o canvieu a PHP de 64 bits.", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "S'ha arribat al lĂmit d'usuaris i l'usuari no s'ha creat. Comproveu les vostres notificacions per obtenir mĂ©s informaciĂł." + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "S'ha arribat al lĂmit d'usuaris i l'usuari no s'ha creat. Comproveu les vostres notificacions per obtenir mĂ©s informaciĂł.", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "NomĂ©s es permeten els segĂĽents carĂ cters en un nom d’usuari: \"a-z\", \"A-Z\", \"0-9\" i \"_.@-'\"" }, "nplurals=2; plural=(n != 1);"); |