|
2 | 2 | "Full path to python interpreter" : "Voller Pfad zum Python-Interpreter",
|
3 | 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." : "Absoluter Pfad zur ausführbaren Python-Datei (z. B. \"/usr/bin/python3\"). Kann mit dem Befehl „what python3“ abgerufen werden. Wird verwendet, wenn die Option „Vorkompilierte Binärdateien“ nicht ausgewählt ist.",
|
4 | 4 | "Remote/Encrypted file size limit to process" : "Größenbeschränkung für die Verarbeitung von entfernten/verschlüsselten Dateien",
|
| 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." : "Maximale Dateigröße (in GByte) für Anfragen von PHP-Core. Wird verwendet, wenn die Datei auf einer Remote-NC-Instanz gehostet wird oder ein verschlüsseltes Flag hat. Muss kleiner als die insgesamt verfügbare RAM-Größe sein.", |
5 | 6 | "Use path to PHP interpreter for Python from settings" : "Verwenden Sie den Pfad zum PHP-Interpreter für Python aus den Einstellungen",
|
6 | 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." : "Legen Sie fest, ob der Pfad aus den Einstellungen verwendet oder automatisch erkannt werden soll (funktioniert möglicherweise nicht mit einigen ungewöhnlichen PHP-Installationspfaden). Wird im Python-Teil verwendet.",
|
7 | 8 | "Full path to PHP interpreter for Python" : "Voller Pfad zum PHP Interpreter für Python",
|
8 | 9 | "Absolute path to the PHP executable (e.g. \"/usr/bin/php7.4\"). Can be obtained by `which php` or `which php7.4` command" : "Absoluter Pfad zur ausführbaren PHP-Datei (z. B. \"/usr/bin/php7.4\"). Kann mit dem Befehl „what php“ oder „what php7.4“ abgerufen werden",
|
9 | 10 | "Use pre-compiled Python binaries" : "Vorkompilierte Python-Binärdateien verwenden",
|
10 | 11 | "Use Python part in binary format (located in the appdata folder)" : "Python-Teil im Binärformat verwenden (befindet sich im AppData-Ordner)",
|
| 12 | + "Framework log level" : "Framework-Protokollebene", |
| 13 | + "Used by apps, that are using this framework" : "Wird von Apps benutzt, die dieses Framework verwenden", |
11 | 14 | "Cloud Python API" : "Cloud Python-API",
|
12 | 15 | "Nextcloud Python API (Framework)" : "Nextcloud Python-API (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\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 issues 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| **Derzeit in der Entwicklung, alles ist im Wandel**\n\n###Bietet praktische Funktionen für Python\n\n- Dateisystemobjekte lesen und schreiben\n- Arbeiten mit der Datenbank\n- Wrapper für `OCC`-Aufrufe\n- Rufen Sie Ihre Python-Funktion aus dem PHP-Teil Ihrer App auf und geben Sie ein Ergebnis zurück\n\n### Wird von den folgenden Apps verwendet\n\n- [MediaDC](https://apps.nextcloud.com/apps/mediadc) - Nextcloud Media Duplicate Collector-App\n\n### Unterstützung\n\nSie können uns auf verschiedene Weise unterstützen:\n\n- ⭐ Vergeben Sie Sterne für unsere Arbeit (Das motiviert wirklich)\n- ❗ Erstellen Sie ein Problem oder eine Feature-Anfrage (bringen Sie uns auf hervorragende Ideen)\n- 💁 Beheben Sie Probleme oder erstellen Sie eine Pull-Anfrage (beteiligen Sie sich an diesem Projekt)\n- 🪙 Spenden Sie einen beliebigen Betrag über einen der unten stehenden Links (finanzieren Sie dieses Projekt)\n\n[](https://www.paypal.com/donate?hosted_button_id=H5PLJJMWLDNJQ)\n[](https://liberapay.com/cloud_py_api/donate)", |
13 | 17 | "Cloud Python API (Framework)" : "Cloud Python-API-(Framework)",
|
14 | 18 | "Use PHP path from settings" : "PHP-Pfad aus den Einstellungen verwenden",
|
15 | 19 | "Error" : "Fehler",
|
|
0 commit comments