Skip to content

Commit b6ab327

Browse files
committed
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent c089692 commit b6ab327

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

l10n/es.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/es.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{ "translations": {
22
"Full path to python interpreter" : "Ruta completa al intérprete 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 (p. ej. \"/usr/bin/python3\"). Puede obtenerse con el comando `which python3`. Se utilizará cuando no se seleccione la opción de usar binarios pre-compilados.",
34
"Remote/Encrypted file size limit to process" : "Límite del tamaño de archivo Remoto/Cifrado a procesar",
5+
"Maximum file size (in GBytes) for requesting from php core. Used when file hosts on remote NC instance or have encrypted flag. Must be less then total available RAM size." : "Límite de tamaño de archivo (en GBytes) para las solicitudes a php. Utilizado cuando el archivo está alojado en una instancia NC remota o tiene activo el cifrado. Debe ser menor al tamaño total de la memoria RAM disponible.",
46
"Use path to PHP interpreter for Python from settings" : "Utilizar la ruta al intérprete PHP para Python desde la configuración",
57
"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 se usa ya sea la ruta desde la configuración o si debe detectar automáticamente (podría no funcionar con algunas ubicaciones inusuales de instalación PHP). Utilizado en la parte Python.",
68
"Full path to PHP interpreter for Python" : "Ruta completa el intérprete PHP para Python",
79
"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 (p. ej. \"/usr/bin/php7.4\"). Puede obtenerse con el comando `which php` ó `which php7.4`",
810
"Use pre-compiled Python binaries" : "Utilizar binarios de Python pre-compilados",
911
"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 loglevel" : "Nivel de las bitácoras del framework",
13+
"Used by apps, that using this Framework" : "Utilizado por las apps que usan este Framework",
14+
"Cloud Python API" : "API Python de la nube",
15+
"Nextcloud Python API (Framework)" : "API Python Nextcloud (Framework)",
16+
"Nextcloud Python API Framework\n\n| **Currently in development, all is in a design state**\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 app and return a result\n\n### Used by apps\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Nextcloud Media Duplicate Collector app\n\n### Support\n\nYou can support us in several ways:\n\n- ⭐ Star our work (it really motivates)\n- ❗ Create an Issue or feature request (bring to us an excellent idea)\n- 💁 Resolve some Issue or create a Pull Request (contribute to this project)\n- 🪙 Donate with any amount with one of the links below (fund this project)\n\n[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ)\n[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)" : "Nextcloud Python API Framework \n\n| **Actualmente en desarrollo, todo está en período de diseño**\n\n### Provee funciones convenientes para Python\n\n- Leer y escribir objetos del sistema de archivos\n- Trabajar con la base de datos\n- Puede usarse como capa alrededor de las llamadas a `OCC`\n- Llamadas a su función python desde el código php de una app y devolver un resultado\n\n### Utilizado por las siguientes apps\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Aplicación de recolección de medios duplicados para Nextcloud\n\n### Soporte\n\nPuede ayudarnos de varias maneras:\n\n- ⭐ Califique nuestro trabajo (realmente nos motiva)\n- ❗ Cree un caso o una solicitud de funcionalidad (aporte una idea excelente)\n- 💁 Resuelva un caso o cree un Pull Request (contribuya al proyecto)\n- 🪙 Haga una donación de cualquier valor con alguno de los enlaces a continuación (financiar este proyecto)\n\n[![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ)\n[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)",
17+
"Cloud Python API (Framework)" : "API Python Nextcloud (Framework)",
1018
"Use PHP path from settings" : "Utilizar la ruta de PHP desde la configuración",
1119
"Error" : "Error",
1220
"Settings list is empty" : "La lista de configuración está vacía",

0 commit comments

Comments
 (0)