diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /lib/l10n/ast.js | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): 馃敔 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index d261366111d..21cda65253d 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -150,18 +150,6 @@ OC.L10N.register( "%s enter the database name." : "%s introducir nome de la base de datos.", "%s you may not use dots in the database name" : "%s nun pues usar puntos nel nome de la base de datos", "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." : "Paez ser que la instancia %s ta execut谩ndose nun entornu de PHP 32 bits y el open_basedir configur贸se en php.ini. Esto va dar llugar a problemes colos ficheros de m谩s de 4 GB y nun ye nada recomendable.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, desanicia la configuraci贸n open_basedir dientro la so php.ini o camude a PHP 64 bits.", - "Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Esto davezu 铆guase dando'l permisu d'escritura nel direutoriu de configuraci贸n al sirvidor web. Mira %s", - "Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"", - "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu 芦datos禄", - "Setting locale to %s failed" : "Fall贸 l'activaci贸n del idioma %s", - "Please install one of these locales on your system and restart your webserver." : "Instala 煤n d'estos locales nel to sistema y reanicia'l sirvidor web", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload afita \"%s\" en llugar del valor esper谩u \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Pa solucionar esti problema defin铆u <code>mbstring.func_overload</code>a <code>0</code> nel so php.ini", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 requer铆u", - "Please upgrade your database version" : "Por favor, anueva la versi贸n de la to base de datos", - "Check the value of \"datadirectory\" in your configuration" : "Comprobar el valor del \"datadirectory\" na so configuraci贸n", - "Your data directory is invalid" : "El to direutoriu de datos nun ye v谩lidu" + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, desanicia la configuraci贸n open_basedir dientro la so php.ini o camude a PHP 64 bits." }, "nplurals=2; plural=(n != 1);"); |