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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-11-24 05:25:52 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-24 05:25:52 +0300
commit9d6496a99924ec9689255db80f54a1d0134fd952 (patch)
tree77d53dd72ebe6f93de528e415e904353d266290e /lib/l10n/es.js
parentfd487c1a43874bf7eaeebe2ff822e18978b6d1e1 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.js')
-rw-r--r--lib/l10n/es.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 97377b44c32..ac27662cda9 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Cannot write into \"config\" directory!" : "No se puede escribir en la carpeta \"config\"!",
"This can usually be fixed by giving the webserver write access to the config directory." : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración.",
+ "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Pero, si prefieres mantener el archivo config.php con permisos solo de lectura, establece la opción \"config_is_read_only\" a true en él.",
"See %s" : "Ver %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Los archivos de la app %1$s no se han reemplazado correctamente. Asegúrate de que es una versión compatible con el servidor.",
"Sample configuration detected" : "Configuración de ejemplo detectada",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que el ejemplo de configuración ha sido copiado. Esto podría afectar a su instalación, por lo que no tiene soporte. Lea la documentación antes de hacer cambios en config.php",
+ "%s email verification" : "%s verificación del correo electrónico",
"Email verification" : "Verificación del correo electrónico",
"Click the following button to confirm your email." : "Haz clic en el botón siguiente para confirmar tu correo electrónico.",
"Click the following link to confirm your email." : "Haz clic en el enlace siguiente para confirmar tu correo electrónico.",
@@ -33,6 +35,7 @@ OC.L10N.register(
"The following platforms are supported: %s" : "Las siguientes plataformas están soportadas: %s",
"Server version %s or higher is required." : "Se necesita la versión %s o superior del servidor.",
"Server version %s or lower is required." : "Se necesita la versión %s o inferior del servidor. ",
+ "Logged in user must be an admin, a sub admin or gotten special right to access this setting" : "La sesión del usuario debe corresponder a un administrador, subadministrador, o debe tener derechos especiales para acceder a esta configuración.",
"Logged in user must be an admin or sub admin" : "El usuario activo debe ser un administrador o subadministrador",
"Logged in user must be an admin" : "El usuario registrado debe ser un administrador",
"Wiping of device %s has started" : "El borrado del dispositivo %s ha empezado",
@@ -92,13 +95,18 @@ OC.L10N.register(
"Log out" : "Cerrar sesión",
"Users" : "Usuarios",
"Email" : "Correo electrónico",
+ "Mail %s" : "Correo %s",
"Phone" : "Teléfono",
+ "Call %s" : "Llamada %s",
"Twitter" : "Twitter",
+ "View %s on Twitter" : "Ver %s en Twitter",
"Website" : "Sitio web",
+ "Visit %s" : "Visita %s",
"Address" : "Dirección",
"Profile picture" : "Fotografía de perfil",
"About" : "Sobre",
"Full name" : "Nombre completo",
+ "Headline" : "Titular",
"Organisation" : "Organización",
"Role" : "Puesto",
"Unknown user" : "Usuario desconocido",
@@ -208,6 +216,7 @@ OC.L10N.register(
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Se podría solucionar esto dándole al servidor permisos de escritura del directorio de configuración. Ver %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, si prefieres mantener el archivo config.php como de solo lectura, marca la opción \"config_is_read_only\" a 'true' en él. Ver %s",
"Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Se podría solucionar esto dando al servidor web acceso de escritura a la carpeta de apps o desactivando la tienda de apps en el archivo de configuración.",
"Cannot create \"data\" directory" : "No se puede crear el directorio \"data\"",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Habitualmente, esto puede arreglarse dando al servidor web acceso de escritura al directorio raíz. Véase %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Habitualmente, los permisos pueden arreglarse dando al servidor web acceso de escritura al directorio raíz. Véase %s",