|
1 | 1 | { "translations": { |
2 | 2 | "Full path to python interpreter" : "Full path to python interpreter", |
| 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." : "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.", |
3 | 4 | "Remote/Encrypted file size limit to process" : "Remote/Encrypted file size limit to process", |
| 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." : "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.", |
4 | 6 | "Use path to PHP interpreter for Python from settings" : "Use path to PHP interpreter for Python from settings", |
5 | 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." : "Determine whether to use path from settings or detect it automatically (may not work with some unusual PHP install locations). Used in Python part.", |
6 | 8 | "Full path to PHP interpreter for Python" : "Full path to PHP interpreter for Python", |
7 | 9 | "Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command" : "Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command", |
8 | 10 | "Use pre-compiled Python binaries" : "Use pre-compiled Python binaries", |
9 | 11 | "Use Python part in binary format (located in the appdata folder)" : "Use Python part in binary format (located in the appdata folder)", |
| 12 | + "Framework loglevel" : "Framework loglevel", |
| 13 | + "Used by apps, that using this Framework" : "Used by apps that are using this Framework", |
| 14 | + "Cloud Python API" : "Cloud Python API", |
| 15 | + "Nextcloud Python API (Framework)" : "Nextcloud Python API (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[](https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ)\n[](https://liberapay.com/cloud_py_api/donate)" : "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[](https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ)\n[](https://liberapay.com/cloud_py_api/donate)", |
| 17 | + "Cloud Python API (Framework)" : "Cloud Python API (Framework)", |
10 | 18 | "Use PHP path from settings" : "Use PHP path from settings", |
11 | 19 | "Error" : "Error", |
12 | 20 | "Settings list is empty" : "Settings list is empty", |
|
0 commit comments