Skip to content

Commit 6a30410

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 9371839 commit 6a30410

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

l10n/es_EC.js

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/es_EC.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{ "translations": {
2+
"Full path to python interpreter" : "Directorio completo del intérprete de Python",
3+
"Absolute path to the python runnable (e.g. \"/usr/bin/python3\"). Can be obtained by `which python3` command. Used when pre-compiled binaries option is not selected." : "Ruta absoluta al ejecutable de Python (por ejemplo, \"/usr/bin/python3\"). Puede obtenerse mediante el comando `which python3`. Se utiliza cuando no se selecciona la opción de binarios precompilados.",
4+
"Remote/Encrypted file size limit to process" : "Límite de tamaño de archivo remoto/cifrado a procesar",
5+
"Maximum file size (in GBytes) for requesting from php core. Used when file is hosted on remote NC instance or have encrypted flag. Must be less than total available RAM size." : "Tamaño máximo del archivo (en gigabytes) para solicitar desde el núcleo de PHP. Se utiliza cuando el archivo está alojado en una instancia remota de NC o tiene la marca de cifrado. Debe ser menor que el tamaño total de RAM disponible.",
6+
"Use path to PHP interpreter for Python from settings" : "Usar la ruta al intérprete de PHP para Python desde la configuración",
7+
"Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part." : "Determinar si utilizar la ruta de la configuración o detectarla automáticamente (puede que no funcione con algunas ubicaciones de instalación inusuales de PHP). Se utiliza en la parte de Python.",
8+
"Full path to PHP interpreter for Python" : "Ruta completa al intérprete de PHP para Python",
9+
"Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command" : "Ruta absoluta al ejecutable de PHP (por ejemplo, \"/usr/bin/php7.4\"). Puede obtenerse mediante los comandos `which php` o `which php7.4`.",
10+
"Use pre-compiled Python binaries" : "Usar binarios precompilados de Python",
11+
"Use Python part in binary format (located in the appdata folder)" : "Utilizar la parte de Python en formato binario (ubicado en la carpeta appdata)",
12+
"Framework log level" : "Nivel de registro del framework",
13+
"Used by apps, that are using this framework" : "Utilizado por las aplicaciones que utilizan este framework",
14+
"Cloud Python API" : "API de Python para Nextcloud",
15+
"Nextcloud Python API (Framework)" : "API de Python para Nextcloud (Framework)",
16+
"Nextcloud Python API Framework\n\n| **Currently in development, all is under design**\n\n### Provides convenient functions for Python\n\n- Read & write file system objects\n- Working with database\n- Wrapper around `OCC` calls\n- Calling your python function from php part of your app and return a result\n\n### Used by the following apps\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Nextcloud Media Duplicate Collector app" : "Framework de API de Python para Nextcloud\n \n | **Actualmente en desarrollo, todo está en fase de diseño**\n \n ### Proporciona funciones convenientes para Python\n \n - Leer y escribir objetos del sistema de archivos\n - Trabajar con bases de datos\n - Envoltura alrededor de las llamadas de `OCC`\n - Llamar a tu función de Python desde la parte de PHP de tu aplicación y devolver un resultado\n \n ### Utilizado por las siguientes aplicaciones\n \n - [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Aplicación Nextcloud Media Duplicate Collector",
17+
"Use PHP path from settings" : "Usar la ruta de PHP de la configuración",
218
"Error" : "Error",
19+
"Settings list is empty" : "La lista de configuración está vacía",
20+
"Seems like database not initialized properly. Try to re-enable the app" : "Parece que la base de datos no se inicializó correctamente. Intenta volver a habilitar la aplicación",
21+
"Bug report" : "Informe de errores",
22+
"Settings successfully updated" : "Configuración actualizada correctamente",
23+
"Some error occurred while updating settings" : "Ocurrió un error al actualizar la configuración",
24+
"Collect non sensitive system info for bug report" : "Recopilar información no confidencial del sistema para el informe de errores",
25+
"Collect system info" : "Recopilar información del sistema",
26+
"System info" : "Información del sistema",
327
"Copy to clipboard" : "Copiar al portapapeles",
4-
"Copied to clipboard" : "Copiado al portapapeles"
28+
"Copied to clipboard" : "Copiado al portapapeles",
29+
"_Test text_::_Test texts_" : ["Texto de prueba","Textos de prueba","Textos de prueba"]
530
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
631
}

0 commit comments

Comments
 (0)